@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: #0f4e56;
    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%;
}
.w40{
    min-width: 40%;
}
.w50{
    min-width: 50%;
}
.w60{
    min-width: 60%;
}
.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;  
}


.background_01{
    background-image: url(../images/background_01.png);

    background-size: 100% 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.background_02{
    background-image: url(../images/background_02.png);

    background-size: 100% 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}




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: #0f4e56;
    bottom: -3px;
    left: -5px;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
header ul li a:hover::after{
    width: 50%;
    font-weight: 900;
    opacity: 0.8;
}

.banner{
    background: #333;
    background: url(../images/banner.jpg);
    background-size: 100%;
    font-family: sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    height: 100vh;
    place-items: center;    
}   
    /* seta pulando */
    @keyframes pulando {
        to{
            transform: translateY(30px);
        }
    }

.banner .content{
    position: relative;
    width: 100%;
    margin-top: 200px;
    display: flex;
    align-items: center;
}
.banner .content .text{
    width: 100%;
    max-width: 600px;
    margin-left: 10%;
    color: #fff;
}
.banner .content .text h1{
    color: #fff;
    font-size: 3.2em;    
    line-height: 1em;
}
.banner .content .text h2{
    color: #d1e9ec;
    text-shadow: 2px 2px 3px #000;
    font-size: 3.2em;
    font-weight: 900;
    line-height: 1em;
}
.banner .content .text p{
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    margin: 20px 100px 20px 0px;
    text-align: justify;
}
.banner .btn{
    position: relative;
    display: inline-block;
    padding: 20px 50px;
    background: #fff;
    color: #0f4e56;
    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 .slides img.banner_1{
    width: 500px;
    margin-left: 30%;
    margin-top: 5%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: 1;    
}

.banner .slider .slides img.sub_banner{
    width: 200px;
    margin-top: -250px;
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    margin-left: 0%;    
    z-index: 3;
}

.banner .slider .slides img.sub_banner_2{
    width: 200px;
    margin-top: -50px;
    margin-left: -30px;    
    clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    z-index: 2;    
}

.banner .slider .slides img.sub_banner_3{
    width: 180px;
    margin-top: -60px;
    margin-left: 25%;
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    z-index: 4;
}


.banner .redes_sociais{
    position: fixed;
    background: #fff;
    bottom: 10px;
    width: 80px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
    right: 0;
    z-index: 1000000;

    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}
.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: 100px;
    position: absolute;
    left: 60%;
    bottom: -50px;
    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 #0f4e56;
    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{
    width: 400px;
    border: 0;
    float: right;

    margin: 5px;

    -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: 20%;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeria_fotos .portfolioBx .card img{
    height: 300px;    
}
.galeria_fotos .portfolioBx .card img:hover{
    height: 450px;   
    transition: 5s;
}

.videos_institucional{
    background: #0f4e56;
    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;
    color:#000;
}
.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: #fff;
    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(450px, 1fr));
    grid-gap: 20px;
    max-width: 100%;
    margin-top: 20px;
}
.services .boxServices .bx{
    width: 450px;
    max-height: 650px;
    margin: 0 auto;
    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: 300px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
}
.services .boxServices h2{
    width: 100%;
    font-size: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.services .boxServices p{
    text-align: justify;
    color: #fff;
}



.alcance{
    animation: gradient2 10s ease alternate infinite;
    background: #333;
    background: linear-gradient(90deg, #000 0%, #555 35%, #000 100%);
    padding: 150px 100px 100px 100px;
}
    /* background */
    @keyframes gradient2 {
        0%{
            background-position: 0 50%;
        }
        50%{
            background-position: 100% 50%;
        }
        100%{
            background-position: 0 50%;
        }
    }
.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;
}
.alcance .alcanceBox{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.alcance .alcanceBox .alcanceBx{
    padding: 5px;
}
.alcance .alcanceBox .alcanceBx h2{
    color: #fff;
    font-size: 36px;
    text-align: center;
    width: 300px;
}
.alcance .alcanceBox .alcanceBx h4{
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 300px;
}




.conteudo{
    background: #0f4e56;
    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;

    border: #fff 10px solid;
}
.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(255, 187, 0, 0.9);
    padding: 10px;
}
.conteudo .conteudoBx .card .content .contentBx h3{
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 2em;
    text-align: center;
    margin: 0 0 20px;
    line-height: 1.1em;    
}
.conteudo .conteudoBx .card .content .contentBx span{
    font-size: 12px;
    color: #000;
}
.conteudo .conteudoBx .card .content .sci{
    position: relative;
    bottom: 10px;
    display: flex;
}
.conteudo .conteudoBx .card .content .sci a{
    list-style: none;
    margin: 0 10px;
    color: #000;
    font-size: 14px;
    list-style: none;
    text-decoration: none;
}


.conteudoBox{
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    min-height: 140vh;
    background: #000;
    padding-top: 20px;
}
.conteudoBox::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #0f4e56;
}
.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: #0f4e56;
    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;
    width: 100%;
}
.equipe .equipeBx{
    padding: 2px;
}
.equipe .box{
    position: relative;
    width: 250px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.equipe .box img.foto{
    position: absolute;
    width: 180px;
    border-radius: 50%;
    border: #0f4e56 8px solid;
    bottom: 0;
}

.equipe .boxRedes{
    position: relative;
    width: 250px;
    height: 45px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.equipe .boxRedes img.redes{
    width: 40px;
    background: #0f4e56;
    border-radius: 50%;
    border: #0f4e56 0px solid;
}
.equipe .boxRedes img.redes:hover{
    border: #0f4e56 2px solid;
}

.equipe .text{
    position: absolute;
    width: 250px;
    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;
}




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

.empresas_do_grupo .text{
    position: absolute;
    width: 350px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.empresas_do_grupo .text p{
    font-size: 1em;
    font-weight: 900;
    text-align: center;
}
.empresas_do_grupo .text span{
    font-size: 0.8em;
    text-align: center;
}




.parceiros{
    background: #0f4e56;
    padding: 0px 100px 100px 100px;
}
.parceiros .title{
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}
.parceiros .title h2{
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    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: 150px;
    height: 150px;
    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: 150px;
    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: #0f4e56;
    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: #000;

    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}
.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(15,78,86);
    background: linear-gradient(90deg, rgba(15,78,86,1) 0%, rgba(11,130,144,1) 45%, rgba(15,78,86,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: #000;
}
.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: 18px;
    color: #fff;
    flex-direction: column;
    font-weight: 600;
    height: 40px;
}
.contact .content .contactInfoBx .box .text2{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 600;
    height: 90px;
}
.contact .content .contactInfoBx .box .text h3{
    font-weight: 500;
    color: #333;
}

.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){


        .background_01{
            background-size: 350% 100%;            
        }
        .background_02{            
            background-size: 350% 100%;            
        }
        

        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: -250px;           
        }
        .banner .content .text{
            width: 100%;            
            margin-top: 100px;
            z-index: 0;
        }
        .banner .content .text h1{
            font-size: 2em;    
            
        }
        .banner .content .text h2{            
            font-size: 2em;            
        }
        .banner .content .text p{            
            font-size: 1em;   
            text-align: left;         
        }
        

        .banner .slider .slides img.banner_1{
            width: 200px;
            margin-top: 800px;
            margin-left: -250px;
        }
        
        .banner .slider .slides img.sub_banner{
            width: 150px;
            margin-top: -250px;
            margin-left: -120px;
        }
        
        .banner .slider .slides img.sub_banner_2{
            width: 140px;
            margin-top: -50px;
            margin-left: -60px;
        }
        
        .banner .slider .slides img.sub_banner_3{
            width: 120px;
            margin-top: -60px;
            margin-left: -100px;
        }


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

        .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: 35%;
            width: 35%;
            float: left;
            border: 3px #fff solid;
        }




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

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

        .services .boxServices{           
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));           
        }
        .services .boxServices .bx{
            width: 250px;
        }
        


        .equipe .box{
            height: 250px;           
        }

   


        .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%;
        }

        .contact .content .contactInfoBx .box .text{            
            font-size: 16px;
            height: 40px;
        }
        .contact .content .contactInfoBx .box .text2{           
            font-size: 14px;            
            height: 110px;
        }


        .credit{            
            padding-top: 10px;
        }
        .credit .box{
            width: 100%;            
        }
        .credit .box .cadeado{
            padding-left: 0px;
            margin-top: 10px;
        }
        .credit .box .copyright{            
            padding-left: 0px;
            font-size: 12px;
        }
        .credit .box .copyright a{
            color: #333;
            font-size: 12px;
        }
        .credit .box .credit{            
            padding-right: 60px;
            font-size: 12px;
        }
        .credit .box .credit a{
            color: #333;
            font-size: 12px;
        }
    }

    @media (width: 1024px){
        .background_01{
            background-size: 120% 100%;            
        }
        .background_02{            
            background-size: 120% 100%;            
        }

        .banner .content{            
            margin-top: 70px;           
        }
        
        .banner .slider .slides img.banner_1{
            width: 400px;
            margin-top: 400px;
            margin-left: -50px;

        }        
        .banner .slider .slides img.sub_banner{
            width: 200px;
            margin-top: -250px;
            margin-left: -120px;

        }        
        .banner .slider .slides img.sub_banner_2{
            width: 180px;
            margin-top: -50px;
            margin-left: -60px;            
        }        
        .banner .slider .slides img.sub_banner_3{
            width: 180px;
            margin-top: -60px;
            margin-left: -70px;
        }

        .about img{
            max-width: 50%;
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }


        .galeria_fotos .portfolioBx .card{           
            width: 50%;
            height: 250px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .galeria_fotos .portfolioBx .card img{
            height: 250px;    
        }
        .galeria_fotos .portfolioBx .card img:hover{
            height: 300px;   
            transition: 5s;
        }

        .services .boxServices{            
            grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
            grid-gap: 10px;
        }
        .services .boxServices .bx{
            width: 550px;
            max-height: 650px;           
        }


        .contact .content .contactInfoBx .box .text{            
            font-size: 18px;
            height: 40px;
        }
        .contact .content .contactInfoBx .box .text2{           
            font-size: 18px;            
            height: 160px;
        }

    }

    @media  ((min-width: 700px) and (max-width: 799px)){

        .background_01{
            background-size: 120% 100%;            
        }
        .background_02{            
            background-size: 120% 100%;            
        }

        .banner .content{            
            margin-top: 70px;           
        }
        
        .banner .slider .slides img.banner_1{
            width: 200px;
            margin-top: 450px;
            margin-left: -50px;
        }        
        .banner .slider .slides img.sub_banner{
            width: 150px;
            margin-top: -250px;
            margin-left: -120px;
        }        
        .banner .slider .slides img.sub_banner_2{
            width: 140px;
            margin-top: -50px;
            margin-left: -60px;
        }        
        .banner .slider .slides img.sub_banner_3{
            width: 120px;
            margin-top: -60px;
            margin-left: -70px;
        }

        .about img{
            max-width: 25%;
            width: 25%;
            display: flex;
            justify-content: center;
            align-items: center;
        }


        .galeria_fotos .portfolioBx .card{           
            width: 50%;
            height: 250px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .galeria_fotos .portfolioBx .card img{
            height: 250px;    
        }
        .galeria_fotos .portfolioBx .card img:hover{
            height: 300px;   
            transition: 5s;
        }

        .services .boxServices{            
            grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
            grid-gap: 10px;
        }
        .services .boxServices .bx{
            width: 550px;
            max-height: 650px;           
        }


        .contact .content .contactInfoBx .box .text{            
            font-size: 18px;
            height: 40px;
        }
        .contact .content .contactInfoBx .box .text2{           
            font-size: 18px;            
            height: 80px;
        }



    }

    @media (width: 768px){
        .background_01{
            background-size: 200% 100%;            
        }
        .background_02{            
            background-size: 200% 100%;            
        }

        .banner .content{            
            margin-top: -150px;           
        }

        .banner .content .text h1{
            font-size: 3em;    
            
        }
        .banner .content .text h2{            
            font-size: 2em;            
        }
        .banner .content .text p{            
            font-size: 1em;   
            text-align: left;         
        }
        
        .banner .slider .slides img.banner_1{
            width: 280px;
            margin-top: 450px;
            margin-left: -20px;
        }        
        .banner .slider .slides img.sub_banner{
            width: 200px;
            margin-top: -250px;
            margin-left: -120px;

        }        
        .banner .slider .slides img.sub_banner_2{
            width: 180px;
            margin-top: -50px;
            margin-left: -60px;
        }        
        .banner .slider .slides img.sub_banner_3{
            width: 180px;
            margin-top: -60px;
            margin-left: -70px;
        }

        .galeria_fotos .portfolioBx .card{           
            width: 50%;
            height: 250px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .galeria_fotos .portfolioBx .card img{
            height: 250px;    
        }
        .galeria_fotos .portfolioBx .card img:hover{
            height: 300px;   
            transition: 5s;
        }

        .contact .content .contactInfoBx .box .text{            
            font-size: 18px;
            height: 40px;
        }
        .contact .content .contactInfoBx .box .text2{           
            font-size: 18px;            
            height: 80px;
        }
        
    }
    


    @media (width: 684px){
        .background_01{
            background-size: 120% 100%;            
        }
        .background_02{            
            background-size: 120% 100%;            
        }

        .banner .content{            
            margin-top: 70px;           
        }
        
        .banner .slider .slides img.banner_1{
            width: 200px;
            margin-top: 450px;
            margin-left: -50px;
            border: #fff 5px solid;
            z-index: 1;
        }        
        .banner .slider .slides img.sub_banner{
            width: 150px;
            margin-top: -250px;
            margin-left: -120px;
        }        
        .banner .slider .slides img.sub_banner_2{
            width: 140px;
            margin-top: -50px;
            margin-left: -60px;
        }        
        .banner .slider .slides img.sub_banner_3{
            width: 120px;
            margin-top: -60px;
            margin-left: -70px;
        }

        .galeria_fotos .portfolioBx .card{           
            width: 50%;
            height: 250px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .galeria_fotos .portfolioBx .card img{
            height: 250px;    
        }
        .galeria_fotos .portfolioBx .card img:hover{
            height: 300px;   
            transition: 5s;
        }

        .contact .content .contactInfoBx .box .text{            
            font-size: 18px;
            height: 40px;
        }
        .contact .content .contactInfoBx .box .text2{           
            font-size: 18px;            
            height: 80px;
        }
        
    }

    @media (width: 667px){
        .background_01{
            background-size: 120% 100%;            
        }
        .background_02{            
            background-size: 120% 100%;            
        }

        .banner .content{            
            margin-top: 70px;           
        }
        
        .banner .slider .slides img.banner_1{
            width: 200px;
            margin-top: 450px;
            margin-left: -50px;
        }        
        .banner .slider .slides img.sub_banner{
            width: 150px;
            margin-top: -250px;
            margin-left: -120px;
        }        
        .banner .slider .slides img.sub_banner_2{
            width: 140px;
            margin-top: -50px;
            margin-left: -60px;
        }        
        .banner .slider .slides img.sub_banner_3{
            width: 120px;
            margin-top: -60px;
            margin-left: -70px;
        }

        .galeria_fotos .portfolioBx .card{           
            width: 50%;
            height: 250px;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .galeria_fotos .portfolioBx .card img{
            height: 250px;    
        }
        .galeria_fotos .portfolioBx .card img:hover{
            height: 300px;   
            transition: 5s;
        }

        .contact .content .contactInfoBx .box .text{            
            font-size: 18px;
            height: 40px;
        }
        .contact .content .contactInfoBx .box .text2{           
            font-size: 18px;            
            height: 80px;
        }
    }


    @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;       
        } 
    }