/*
Theme Name: 4 Dimensões - Marcos Alves
Text Domain: 4dm
Version: 1.2.0
Requires at least: 5.2
Requires PHP: 7.4
Description:
Tags:
Author: Cardoso Wellington
Author URI: https://github.com/wellingtoncardoso
Theme URI: https://compontoweb.com.br/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*
* landing page
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

/* end fonts */
body.page-template-page-bio{
    background-color: #0F4876;
}
body.page-template-page-bio,
body.page-template-page-ouropreto-politica,
body.page-template-page-lp,
body.page-template-page-thanks{
    font-family: 'Playfair Display', serif;
}
body.page-template-page-bio p,
body.page-template-page-ouropreto-politica p,
body.page-template-page-lp p,
body.page-template-page-thanks p{
    font-family: 'Montserrat', sans-serif;
}
header.header-lp.active{
    transition: all .1s ease-in-out;
    background-color: #0F4876;
    z-index: 999999;
}
header.header-lp{
    position: fixed;
    width: 100%;
    padding: 1rem;
}
@media screen and ( max-width: 991px ){
    header.header-lp{
        max-height: 60px;
        background-color: #0F4876;
        z-index: 9999999;
    }
    header.header-lp .invert-column{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 30px;
    }
    .header.header-lp .col-nav{
        width: 100% !important;
    }
    .header.header-lp .col-rs{
        width: 100%;
        display: flex;
        justify-content: end;
    }
}
@media screen and ( max-width:991px ){
    .nav-lp{
        position: absolute;
        width: 100%;
        height: 0;
        right: 0;
    }
    .nav-lp ul{
        display: block;
        width: 100vw;
        height: 100%;
        padding: 0;
        background-color: #0F4876;
        left: -1000%;
        top: 41px;
        padding-top: 41px;
    }
    .nav-lp ul.active{
        display: inline-block;
        left: 0;
        padding: 1rem;
        text-align: center;
    }
    .lines{
        position: relative;
        display: block;
        float: right;
        cursor: pointer;
        z-index: 1;
    }
    .lines .line{
        width: 40px;
        height: 3px;
        margin-bottom: .3rem;
        background-color: #FFF;
    }
    .lines .line.active{
        background-color: #FFF;
    }
    .line1.toggle{
        transition: .4s ease-in-out;
        transform: rotate( 45deg ) translate( 6px, 6px  );
    }
    .line3.toggle{
        transition: .4s ease-in-out;
        transform: rotate( -45deg ) translate( 6px, -6px );
    }
     .line2.toggle{
        transition: .1s ease-in-out;
        opacity: 0;
    }
}
.nav-lp ul{
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}
.nav-lp ul li{
    padding: .5rem .9rem;
}
header.header-lp .site-main__logo a img{
    width: 100%;
    max-width: 180px;
}

header.header-lp.active .btn-action{
    background-color: #0F4876 !important;
}

header.header-lp.active .btn-action:hover{
    background-color: transparent !important;
    border-color: #FFF !important;
}
header.header-lp.active .btn-action a{
    color: #FFF !important;
}
.nav-lp ul li.btn-action{
    background-color: #FFF;
    border: 2px solid #FFF;
    transition: all .3s ease;
}
.nav-lp ul li.btn-action:hover{
    background-color: transparent;
    border-color: #FFF;
}
.nav-lp ul li.btn-action:hover a{
    color: #FFF !important;
}
.nav-lp ul li.btn-action a{
    color: #0F4876 !important;
}
/* @media screen and ( min-width: 769px ){
    .nav-lp ul li::before{
        position: absolute;
        content: "";
        top: 11px;
        width: 2px;
        height: 17px;
        background-color: #FFF;
        margin-left: -12px;
    }
    .nav-lp ul li:first-child::before{
        display: none;
    }
} */
.nav-lp ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #FFF;
    font-size: 1rem;
    line-height: 130%;
}

.redes-sociais ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    list-style: none;
    margin-bottom: 0;
}
.redes-sociais ul li a i{
    cursor: pointer;
    color: #FFF;
    width: 25px;
    height: 25px;
    font-size: 1.5rem;
}
/* end navigation lp */
@media screen and ( max-width: 768px ){
    .hero .content{
        max-width: 100%;
        padding: 0 1rem;
    }
    .hero .content .details{
        margin-top: 150px !important;
    }
}
.background-bg{
    width: 100%;
    max-width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero .content{
    width: 100%;
    max-width: 600px;
    height: 100vh;
    display: grid;
    align-items: center;
    z-index: 1;
}
/* end hero lp */

/* 
*
* common 
*
*/
section{
    padding: 5rem 0;
}
/* end section */
figure img{
    width: 100%;
    max-width: 100%;    
    height: 768px;
    object-fit: cover;
    display: block;
}
@media screen and ( max-width:768px ){
    figure img {
        height: 388px;
    }
}
/* end figure and img */
.bg-blue{
    background-color: #0F4876;
}

h1.entry-title{
    font-size: 48px;
}
h2.entry-title{
    font-size: 32px;
}
h3.entry-title{
    font-size: 18.72px;
}
h4.entry-title{
    font-size: 16px;
}
h5.entry-title{
    font-size: 13.28px;
}
h6.entry-title{
    font-size: 10.72px;
}

.content .entry-title{
    color: #FFF;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 1rem;
}
@media screen and ( max-width: 768px){
    .content .entry-title{
        font-size: 1.25rem;
    }
    .hero .content .entry-title{
        max-width: 270px;
    }
}

.content ul li,
.content p{
    color: #FFF;
    font-size: 1.125rem;
    line-height: 140%;
    margin-bottom: 1rem;
    font-weight: 400;
}
.content ul li{
    font-family: 'Montserrat', sans-serif;
}
@media screen and ( max-width: 768px ){
    .content ul li,
    .content p{
        font-size: .875rem;
    }
    .hero .content p{
        max-width: 270px;
    }
}
.content ul{
    margin-bottom: 2rem;
}
.content ul li{
    margin-bottom: .875rem;
}
.content .btn-action{
    font-family: 'Montserrat', sans-serif;
    background-color: #FFF;
    border: 2px solid #FFF;
    color: #0F4876;
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: 0;
}
@media screen and ( max-width: 768px ) {
    .content .btn-action{
        display: block;
    }
}
.content .btn-action:hover{
    cursor: pointer;
    background-color: transparent;
    color: #FFF;
}

.content-blue ul li,
.content-blue p,
.content-blue .entry-title{
    color: #0F4876;
}
.content-blue .btn-action{
    background-color: #0F4876;
    color: #FFF;
}
.content-blue .btn-action:hover{
    border-color: #0F4876;
    color: #0F4876;
}
/* end common lp */

.logos-company{
   background-color: #D3D3D3; 
}
.logos-company figure img{
    max-width: 220px;
    height: 200px;
    margin: 0 auto;
    object-fit: contain;
}
/* end logo company */

/* results */
.results h2{
    text-align: center;
}
.results .slick-results figure{
    width: 100%;
    max-width: 100%;
}
.results .slick-results figure img{
    max-width: 280px;
    height: 320px;
    object-fit: contain;
}
.results .details{
    text-align: center;
}
/* end results */

/* testimonial */
.testimonial{
    text-align: center;
}
.testimonial .card{
    width: 100%;
    max-width: 380px;
    height: auto;
    background-color: #FFF;
    border: 1px solid rgba( 15,72,118, .2 );
    border-radius: 8px;
    padding: 1rem;
    text-align: left;
    font-size: 1.125rem;
    color: #000;
    margin: .875rem;
}
.testimonial .card .card-header{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.testimonial .card .card-header .thumbnail{
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #000;
    object-fit: cover;
}
.testimonial .card .card-header .thumbnail img{
    width: 100%;
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50px;
}
.testimonial .card .card-header h3{
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial .card .card-body{
    margin-top: 1rem;
    max-height: 205px;
    overflow-y: auto;
}
/* end testimonial */

/* form action */
.form h2{
    text-align: center;
}
.form .content-form{
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}
.form .content-form .group-form .wpcf7-form-control-wrap select,
.form .content-form .group-form .wpcf7-form-control-wrap,
.form .content-form .group-form .wpcf7-form-control-wrap input{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    width: 100%;
    max-width: 100%;
    height: 48px;
    margin-bottom: 1rem;
    background-color: #FFF;
    color: #0F4876;
}
.form .content-form .group-form textarea{
    width: 100%;
}
.form .content-form .group-form .intl-tel-input{
    margin-bottom: 1rem;
}
.form .content-form .group-form .wpcf7-form-control-wrap select{
    text-align: left;
}
.form .content-form .group-form .wpcf7-form-control-wrap select,
.form .content-form  .wpcf7-form-control-wrap input{
    padding-left: 15px;
}
.form .content-form .group-form .wpcf7-form-control-wrap select:focus,
.form .content-form .group-form .wpcf7-form-control-wrap input:focus{
    outline: none;
}
.form .content-form .group-form .wpcf7-form-control-wrap input::placeholder{
    font-size: .875rem;
    text-transform: capitalize;
    opacity: .7;
}
.form .content-form .group-form .placeholder{
    color: #FFF;
    font-size: .875rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.form .content-form .submit{
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}
.form .content-form .submit input[type="submit"]{
    width: 100%;
    max-width: 200px;
    height: 48px;
    font-family: 'Montserrat', sans-serif;
    color: #0F4876;
    font-size: 1.125rem;
    font-weight: 700;
    background-color: #FFF;
    border: 2px solid #fff;
    transition: all .3s ease;
}
.form .content-form .submit input[type="submit"]:hover{
    cursor: pointer;
    background-color: transparent;
    color: #FFF;
}
.wpcf7-spinner{
    display: none !important;
}
/* end form action */

/*
* footer
*/
/* address */
.address h4{
    color: #0F4876;
    font-weight: 700;
    line-height: 150%;
}
.address p{
    color: #0F4876;
    font-size: 1rem;
    font-weight: 400;
}
.address .redes-sociais ul{
    justify-content: flex-start;
    padding-left: 0;
}
.address .redes-sociais ul li a i{
    color: #0F4876;
}
.copyright{
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.copyright p,
.copyright p a{
    font-size: 1rem;
    color: #FFF;
    margin-bottom: 0;
}
.copyright p a{
    text-decoration: underline;
    font-weight: 400;
}
@media screen and ( max-width:575px ){
    .copyright p{
        font-size: .875rem;
        text-align: center;
    }
}
/* end address */

.btn-back-to-fixed{
    position: fixed;
    cursor: pointer;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    background-color: #C0C0C0;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    transition: all .1s ease;
}
.btn-back-to-fixed i{
    color: #FFF;
}
.btn-back-to-fixed.visible{
    visibility: visible;
}
/* end back top */
.gellery-instagram{
    padding-bottom: 0;
    text-align: center;
}
.gellery-instagram .redes-sociais{
    margin-bottom: 2rem;
}
.gellery-instagram .redes-sociais ul{
    padding-left: 0;
    column-gap: 2rem;
}
.gellery-instagram .redes-sociais ul li i{
    color: #0F4876;
    font-size: 3rem;
}
.gellery-instagram .instagram-gallery__actions{
    display: none;
}
/* end gallery instagram */
.gellery-instagram .shortcode-instagram{
    background-color: rgba(15,72,118,.2); 
    padding: 4rem
}
@media screen and ( max-width: 767px ){
    .gellery-instagram .shortcode-instagram{
        padding: 0;
    }
}
@media screen and ( max-width: 767px ){
    .invert-row{
        flex-direction: column-reverse;
    }
}
/* end invert row 768px */

.slick-prev, 
.slick-next{
    width: 42px !important;
    height: 42px !important;
    border-radius: 50px !important;
    background-color: #0F4876 !important;
    border: 2px solid #0F4876 !important;
    opacity: .5 !important;
    z-index: 8 !important;
}
.slick-prev:before, 
.slick-next:before{
 color: #FFF !important;
 font-size: 22px !important;
 opacity: 1 !important;
}
.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus{
    background-color: #0F4876 !important;
    opacity: 1 !important;
}
/* end slick buttons */

.btn-whatsapp{
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #FFF !important;
}

/* page politica */
.page-template-page-ouropreto-politica .entry-content h1,
.page-template-page-ouropreto-politica .entry-content p{
    color: #FFF;
}

/* page bio */
.page-template-page-bio main{
    
}
.info-bio{
    color: #FFF;
}
.info-bio img{
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
    object-fit: cover;
}
.info-bio .redes-sociais ul{
    padding-left: 0;
    justify-content: start;
    gap: 24px;
    flex-wrap: wrap;
}

.info-bio .redes-sociais ul li {
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    max-width: 250px;
    padding: .875rem;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    transition: .3s all ease-in-out;
}

.info-bio .redes-sociais ul li:hover{
    background-color: transparent;
}
.info-bio .redes-sociais ul li:hover a i{
    color: #FFF;
}
.info-bio .redes-sociais ul li a i{
    color: #0F4876;
    font-size: 32px !important;
}

.page-template-politica{
    background: #0F4876;
    color: #FFF;
}
.page-template-politica .content{
    padding: 60px 0;
}

.page-template-politica footer{
    background-color: #FFF;
}