@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}


::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #333;
    border: 0px none #000;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #222;
}
::-webkit-scrollbar-thumb:active {
    background: #333;
}
::-webkit-scrollbar-track {
    background: #ddd;
    border: 0px none #ffffff;
}
::-webkit-scrollbar-corner {
    background: transparent;
}

.w25{
    min-width: 25%;
}
.w50{
    min-width: 50%;
}
.w100{
    min-width: 100%;
}

html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    min-height: 1000px;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.area_cliente{
    position: absolute;
    width: 220px;
    height: 35px;
    background: #0c2755;
    top: 0;
    right: 30px;
    
    padding-left: 30px;
    padding-right: 30px;

    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;   

    z-index: 100000;
}
.area_cliente img{
    width: 35px;
    padding-right: 10px;
    padding-top: 3px;
    vertical-align: middle;  
}
.area_cliente a{
    font-size: 16px; 
    color: #fff;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;  
}


header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
    background: #fff;
    opacity : 1;
}
header .logo img{
    width: 220px;
    opacity : 1;
}
header ul{
    position: relative;
    display: flex;
}
header ul li{
    position: relative;
    list-style: none;
}
header ul li a{
    position: relative;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin: 0 10px;
    color: #000;
    text-decoration: none;
    text-align: center;
}
header ul li a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 5px;
    border-radius: 5px;
    background-color: #333;
    bottom: 0;
    left: -5px;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
header ul li a:hover::after{
    width: 100%;
    font-weight: 900;
    opacity: 0.8;
}

.banner{
    animation: gradient 10s ease alternate infinite;
    background: #333;
    background: linear-gradient(90deg, #000 0%, #555 35%, #333 100%);
    background-size: 300% 300%;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100vh;
    place-items: center;    
}
    /* background */
    @keyframes gradient {
        0%{
            background-position: 0 50%;
        }
        50%{
            background-position: 100% 50%;
        }
        100%{
            background-position: 0 50%;
        }
    }
    /* seta pulando */
    @keyframes pulando {
        to{
            transform: translateY(30px);
        }
    }

.banner .content{
    position: relative;
    width: 100%;
    margin-top: 280px;
    display: flex;
    align-items: center;
}
.banner .content .text{
    width: 100%;
    max-width: 600px;
    margin-left: 10px;
    margin-top: -50px;
    color: #fff;
}
.banner .content .text h1{
    color: #fff;
    font-size: 2.2em;    
    line-height: 1em;
}
.banner .content .text h2{
    color: #ddd;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1em;
}
.banner .content .text p{
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    margin: 20px 50px 20px 0;
    text-align: justify;
}
.banner .btn{
    position: relative;
    display: inline-block;
    padding: 20px 50px;
    background: #333;
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    border-radius: 40px;
    text-decoration: none;
    transition: 0.8s;
}
.banner .btn:hover{
    background: #ddd;
    color: #333;
}
.banner .slider{
    position: relative;
}
.banner .slider .slides{
    display: none;
}
.banner .slider .active{
    display: block;
}
.banner .slider .slides img{
    width: 100%;
    max-width: 800px;
}
.banner .slider .slides img.sub_banner{
    width: 250px;
    margin-top: -200px;
    margin-left: 60%;
    border-radius: 50%;
    border: #fff 5px solid;
}
.banner .slider .slides img.sub_banner_2{
    width: 150px;
    margin-top: -100px;
    margin-left: 85%;
    border-radius: 50%;
    border: #fff 5px solid;
}

.banner .redes_sociais{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-end;
}
.banner .sci{
    display: flex;
}
.banner .sci li{
    list-style: none;
}
.banner .sci li a{
    color: #000;
    font-size: 3em;
    margin-right: 20px;
    display: inline-block;
    transition: 0.25s;
}
.banner .sci li a:hover{
    transform: translateY(-5px);
}


.banner .circle{
    position: absolute;
    width: 150px;
    left: 0;
    top: 60%;
    transform: translate(-50%, -50%);
}
.banner .dots{
    position: absolute;
    width: 195px;
    left: 100%;
    top: 30%;
    transform: translate(-50%, -50%);
}
.banner .square{
    width: 150px;
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%, -50%);
}


.about{
    padding: 100px;
    background: #ddd;
}
.about .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    margin-top: 100px;
}

.about .title h2{
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #000;

    border-left: 10px solid #333;
    width: 200px;
    margin-left: 50px;
}

.about .content{
    display: flex;
    justify-content: space-between;
}
.about .contentBx{
    padding: 50px;
}
.about .contentBx h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.about img{
    max-width: 80%;
    border: 0;
    float: right;

    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;

    border: 10px #fff solid;
}


.galeria_fotos{
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria_fotos .content{
    position: relative;
    text-align: center;
    width: 100%;
}
.galeria_fotos .portfolioBx{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.galeria_fotos .portfolioBx .card{
    position: relative;
    width: 25%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria_fotos .portfolioBx .card img{
    height: 300px;   
}

.videos_institucional{
    background: #333;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videos_institucional .content{
    position: relative;
    text-align: center;
    width: 100%;
}
.videos_institucional .content .box{
    max-width: 800px;
    margin: 0 auto;
}
.videos_institucional .content .box h3{
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 10px;
    color:#fff;
}
.videos_institucional .titleBox{
    max-width: 800px;
    margin: 0 auto;
}
.videos_institucional .videoBox{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}
.videos_institucional .videoBox .box{
    margin: 0 auto;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
}
.videos_institucional .videoBox .box video{
    width: 100%;
}

.services{
    background: #ddd;
    padding: 150px 100px 100px 100px;
}
.services .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
.services .title h2{
    font-weight: 600;
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
}
.services .content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.services .boxServices{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-gap: 20px;
    max-width: 100%;
    margin-top: 20px;
}
.services .boxServices .bx{
    width: 350px;
    max-height: 450px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.05);
    overflow-x: auto;
    
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}
.services .boxServices .bx .iconBx{
    margin-top: 5px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services .boxServices .bx .iconBx img{
    max-height: 160px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}
.services .boxServices h2{
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #333;
}
.services .boxServices p{
    text-align: center;
}



.alcance{
    background: #000;
    padding: 150px 100px 100px 100px;
}
.alcance .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.alcance .title h2{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
.alcanceBox{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    max-width: 100%;
    margin-top: 40px;    
}
.alcanceBox .box{
    width: 250px;
}
.alcanceBox h2{
    color: #fff;
    font-size: 36px;
    text-align: center;
}
.alcanceBox h4{
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.conteudo{
    background: #333;
    padding: 100px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conteudo .content{
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 60px;
}
.conteudo .content .box{
    max-width: 800px;
    margin: 0 auto;
}
.conteudo .content .box h3{
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 10px;
    color: #fff;    
}
.conteudo .content .box p{
    position: relative;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #fff;    
}
.conteudo .conteudoBx{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0;
}
.conteudo .conteudoBx .card{
    position: relative;
    width: 400px;
    height: 400px;
    margin: 20px;
    overflow: hidden;
    border: 15px;
    justify-content: center;
    align-items: center;

    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    
    -webkit-box-shadow: 10px 10px 30px 1px #000000;
    box-shadow: 10px 10px 30px 1px #000000;
}
.conteudo .conteudoBx .card img{
    filter: brightness(0.5);
    max-height: 400px;
}
.conteudo .conteudoBx .card img:hover{
    filter: none;
    transition: 1s;
}
.conteudo .conteudoBx .card .content{
    position: absolute;
    bottom: 0px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 10px;
}
.conteudo .conteudoBx .card .content .contentBx h3{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.1em;    
}
.conteudo .conteudoBx .card .content .contentBx span{
    font-size: 12px;
    color: #fff;
}
.conteudo .conteudoBx .card .content .sci{
    position: relative;
    bottom: 10px;
    display: flex;
}
.conteudo .conteudoBx .card .content .sci a{
    list-style: none;
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}


.conteudoBox{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 140vh;
    background: #ddd;
    padding-top: 20px;
}
.conteudoBox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #dddfff;
}
.conteudoBox .container{
    position: relative;
    min-width: 90%;
    height: 500px;
    display: flex;
}
.conteudoBox .container .photoinfo{
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}
.conteudoBox .container .photoinfo img{
    width: 350px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
}
.conteudoBox .container .photoinfo i{
    font-size: 200px;
    color: #000;
    padding: 20px;
}
.conteudoBox .container .aboutForm{
    position: absolute;
    padding: 70px 50px;
    background: #fff;
    margin-left: 20px;
    padding-left: 50px;
    padding-right: 150px;
    width: calc(100% - 150px);
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);   
    height: 500px;
}
.conteudoBox .container .aboutBox{
    height: 440px;
    overflow: auto;
    margin-top: -40px;
    padding-right: 150px;
    text-align: justify;
}
.conteudoBox .container .aboutForm h2{
    color: #3e495b;
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
}
.conteudoBox .container .aboutForm h3{
    color: #000;
    
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Verdana", sans-serif;
}
.conteudoBox .container .aboutForm span{
    color: #000;
    font-size: 14px;
    font-family: "Verdana", sans-serif;
}
.conteudoBox .container .aboutForm p{
    padding-right: 20px;
}

.equipe{
    background: #fff;
    padding: 150px 100px 100px 100px;
}
.equipe .title{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #000;
}
.equipe .title h2{
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
.equipe .content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.equipe .equipeBx{
    padding: 2px;
}
.equipe .box{
    position: relative;
    width: 300px;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.equipe img{
    position: absolute;
    height: 250px;
    background-size: cover;

    -webkit-box-shadow: 5px 5px 10px 2px #777;
    box-shadow: 5px 5px 10px 2px #777;

    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.equipe .text{
    position: absolute;
    width: 300px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.equipe .text p{
    font-size: 1em;
    font-weight: 900;
    text-align: center;
}
.equipe .text span{
    font-size: 0.8em;
    text-align: center;
}

.parceiros{
    background: #ddd;
    padding: 150px 100px 100px 100px;
}
.parceiros .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
.parceiros .title h2{
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
.parceiros .content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.parceiros .parceiroBx{
    padding: 5px;
}
.parceiros .circle{
    position: relative;
    width: 200px;
    height: 200px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;

}
.parceiros img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    margin: auto;
    padding: 10px;    
}



.links{
    background: #fff;
    padding: 150px 100px 100px 100px;
}
.links .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
.links .title h2{
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
.links .content{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.links .linkBx{
    padding: 50px;
}
.links .circle{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;

    -webkit-box-shadow: 15px 15px 20px 1px #ddd;
    box-shadow: 15px 15px 20px 1px #ddd;
}
.links a img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 200px;
    margin: auto;
    padding: 10px;    
}


.videos{
    background: #333;
    background: linear-gradient(148deg, #333 0%, #000 47%, #ddd 100%);
    padding: 150px 100px 100px 100px;
}
.videos .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
.videos .title h2{
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
.videos .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.videos .content .videoBx{
    width: 50%;
    padding: 20px;
}
.video .content .vidoeBx iframe{
    width: 100%;
}

.depoimentos{
    width: 100%;
    background: #f7f7f7;
    padding: 150px 100px 100px 100px;
}
.depoimentos .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}
.depoimentos .title h2{
    font-weight: 600;
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
}
.depoimentos .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.depoimentos .content .depoimentoBx{
    width: 45%;
    padding: 20px 20px;
    margin: 15px;
    background: #333;

    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;

    -webkit-box-shadow: 15px 15px 30px 1px #333;
    box-shadow: 15px 15px 30px 1px #333;
}
.depoimentos .content .depoimentoBx p{
    color: #fff;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}
.depoimentos .content .depoimentoBx h3{
    margin-top: 40px;
    text-align: end;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 1em;
}
.depoimentos .content .depoimentoBx h3 span{
    font-size: 14px;
    font-weight: 400;
}

.contact{
    background: rgb(51,51,51);
    background: linear-gradient(148deg, rgba(51,51,51,1) 0%, rgba(119,119,119,1) 50%, rgba(51,51,51,1) 100%);
    padding: 150px 100px 100px 100px;
}
.contact .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.contact .title h2{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}
.contact .content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact .content .formBx{
    width: 60%;
}
.contact .content .formBx form{
    display: flex;
    flex-direction: column;
}
.contact .content .formBx form h3,
.contact .content .contactInfo h3{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact .content .formBx form input,
.contact .content .formBx form textarea{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 5px 5px 15px;
    font-size: 16px;
    border: none;
    outline: none;
    background: #fff;
    color: #000;
    resize: none;

    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.contact .content .formBx form textarea{
    min-height: 100px;
}
.contact .content .formBx form input::placeholder,
.contact .content .formBx form textarea::placeholder{
    color: #999;
}
.contact .content .formBx form input[type="submit"]{
    max-width: 200px;
    padding: 20px;
    margin-top: 15px;
    background: #333;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 5px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.contact .content .formBx form input[type="submit"]:hover{    
    background: #ddd;   
    color: #333;
}
.contact .content .contactInfo{
    width: 40%;
    padding-left: 30px;
}
.contact .content .contactInfoBx{
    position: relative;
}
.contact .content .contactInfoBx .box{
    position: relative;
    padding: 10px 0;
    display: flex;
}
.contact .content .contactInfoBx .box .icon{
    min-width: 40px;
    padding-top: 4px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.contact .content .contactInfoBx .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #ddd;
    flex-direction: column;
    font-weight: 300;
}
.contact .content .contactInfoBx .box .text h3{
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.credit{
    background: #fff;
    width: 100%;
    height: 80px;
    padding-top: 10px;
}
.credit .box{
    width: 50%;
    float: left;
    background: #fff;
    height: 80px;
    padding-left: 70px;
}
.credit .box .cadeado{
    padding-left: 60px;
    margin-top: 10px;
}
.credit .box .copyright{
    color: #000;
    text-align: left;
    padding-left: 60px;
    font-size: 16px;
}
.credit .box .copyright a{
    color: #333;
}
.credit .box .credit{
    color: #000;
    text-align: right;
    padding-right: 120px;
    font-size: 16px;
}
.credit .box .credit a{
    color: #333;
}

    @media (max-width: 991px){
        header{
            padding: 20px 0px; 
            z-index: 1000;
        }
        header .logo img{
            width: 120px;
        }


        .area_cliente{
            width: 180px;
            height: 30px;            
        }
        .area_cliente img{
            width: 25px;
            padding-right: 5px;           
        }
        .area_cliente a{
            font-size: 12px;             
        }

        .menu{
            position: fixed;
            top: 100px;
            left: -100%;
            display: block;
            padding: 10px 50px;
            text-align: center;
            width: 100%;
            height: 100vh;
            background: #fff;
            transition: 0.5s;
            z-index: 999;
            border-top: 1px solid rgba(0,0,0,0.2);
        }
        .menu.active{
            left: 0;
        }
        header ul li a{
            color: #111;
            font-size: 16px;
            margin: 4px;
        }
        .toggle{
            width: 40px;
            height: 40px;
            background: url(../images/menu.png);
            filter: invert(100%);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 30px;
            cursor: pointer;
        }
        .toggle.active{
            background: url(../images/close.png);
            filter: invert(100%);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 25px;
            cursor: pointer;
        }

        section{
            padding: 20px 30px;
        }

        .w50{
            margin-bottom: 20px;
        }


        .banner .content{            
            margin-top: 150px;            
        }
        .banner .content .text{
            width: 100%;            
            margin-top: 100px;
        }
        .banner .content .text h1{
            font-size: 2em;    
            
        }
        .banner .content .text h2{            
            font-size: 1em;            
        }
        .banner .content .text p{            
            font-size: 0.6em;            
        }
        

                
        .banner .slider{
            margin-top: -250px;
            position: absolute;
        }
        .banner .slider .slides{
            display: none;
        }
        .banner .slider .active{
            display: block;
        }
        .banner .slider .slides img{
            max-width: 300px;
        }
        .banner .slider .slides img.sub_banner{
            width: 150px;
            margin-top: -200px;
            margin-left: 50%;
            border-radius: 50%;
            border: #fff 5px solid;
        }
        .banner .slider .slides img.sub_banner_2{
            width: 100px;
            margin-top: -100px;
            margin-left: 75%;
            border-radius: 50%;
            border: #fff 5px solid;
        }

        
        
        
        .banner .btn{
            padding: 10px 25px;
            font-size: 0.8em;
        }

        .banner .circle{
            width: 50px;
            top: 90%;            
        }
        .banner .dots{
            width: 150px;
            left: 80%;            
        }
        .banner .square{
            width: 100px;
            left: 40%;
            bottom: 5px;            
        }
        

        .about{
            padding-top: 100px;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 20px;
            background: #ddd;
        }        
        .about .content{
            flex-direction: column;            
        }
        .about img{
            max-width: 100%;
            width: 100%;
            float: left;
        }




        .galeria_fotos .portfolioBx .card{
            width: 100%;          
        }
        .galeria_fotos .portfolioBx .card img{
            height: 300px;
            width: 1000px;   
        }

        
        .services{
            background: #ddd;
            padding: 120px 10px 10px 10px;
        }
        .services .servicesBx{            
            margin: 10px 0;
        }
        


        .conteudo{
            padding: 10px;            
        }
        .conteudo .conteudoBx .card{
            width: 100%;
            height: 400px;            
        }
        .conteudo .conteudoBx .card img{
            max-height: 400px;
        }

        .conteudoBox .container{
            margin-top: 200px; 
            height: 650px; 
        }


        .conteudoBox .container .aboutForm{
            padding: 200px 30px 30px 20px;
            margin-left: 5px;
            width: 100%;
            height: 700px;
        }
        .conteudoBox .container .aboutForm h2{
            font-size: 1em;            
        }
        .conteudoBox .container .aboutForm h3{
            font-size: 14px;            
        }
        .conteudoBox .container .aboutForm span{
            font-size: 12px;            
        }
        .conteudoBox .container .photoinfo{
            top: -60px;     
            left: -30px;       
        }
        .conteudoBox .container .photoinfo img{
            width: 150px;
            
        }

        .alcance{
            padding: 15px 10px 10px 10px;
        }
        .alcanceBox{            
            grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));                      
        }
        .alcanceBox .box{
            width: 100%;
        }

        .videos{
            padding: 15px 10px 10px 10px;
        }
        .videos .content .videoBx{
            width: 100%;
            padding: 10px;
        }
        .videos .content .videoBx iframe{
            width: 100%;
        }
        
        .depoimentos{            
            padding: 15px 10px 10px 10px;
        }
        .depoimentos .content .depoimentoBx{
            width: 100%;
        }

        .contact{
            padding: 120px 20px 20px 20px;
        }
        .contact .content .contactInfo{
            width: 100%;
        }        
        .contact .content .formBx{
            width: 100%;
        }

        .credit .box{
            width: 100%;            
        }
        .credit .box .copyright{            
            font-size: 12px;
            padding-left: 20px;
        }        
        .credit .box .credit{
            text-align: left;
            padding-left: 20px;
            padding-right: 0px;
            font-size: 12px;
        }
    }


    @media (max-width: 600px){
        header{
            padding: 20px 10px;
        }
        .banner{
            padding: 150px 20px 100px;
        }
        section{
            padding: 100px 20px;
        }

    }


    /* whatsapp */
    .whatsapp{
        position: fixed;
        bottom: 800px;
        right: 10px;
        width: 85px;
        height: 85px;
        background: url("../images/redes_sociais/whatapp.png");
        background-size: 100px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 100000;
        visibility: hidden;
        opacity: 1;
        transition: 0.5s;
    } 
    .whatsapp.active{
        bottom: 5px;
        right: 1px;
        visibility: visible;
        opacity: 1;
    }

        @media (max-width: 992px){
            .whatsapp{            
                right: 50px; 
                width: 80px;
                height: 80px;
                background-size: 50px;       
            } 
        }

/* Scroll Top */
.scrollTop{
    position: fixed;
    bottom: 800px;
    left: 10px;
    width: 80px;
    height: 80px;
    background: rgba(88, 88, 88, 0.5) url("../images/up.png");
    border-radius: 50%;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    filter: invert(1);
} 
    .scrollTop.active{
        bottom: 10px;
        visibility: visible;
        opacity: 1;
    }
    @media (max-width: 992px){
        .scrollTop{      
            width: 50px;
            height: 50px;
            background-size: 30px;       
        } 
    }