@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', cursive;  
}

body{
/*    background-color: #02c470;*/
}

span{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

img{
    max-width: 100%;
}

header{
    background: url(../img/banner-lp.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 20px;

}

header h3{
    font-size: 35pt;
}

header p{
    width: 70%;
    margin: 0 auto;
    color: #ffffff;
}

header hr{
    color: #02c470;
    width: 70%;
    margin: 10px auto;
}

.logo{
    width: 500px;
    margin: 0 auto;
}

.logo img{
    max-width: 100%;
}
.l-2{
    margin-top: 50px;
}

.b-2{
    margin-bottom: 50px;
}


.garantir{
    width: 200px;
    margin: 40px auto;
}

.garantir a{
    scroll-behavior: smooth;
}

.gar{
    width: 100%;
    border: none;
    height: 50px;
    border-radius: 25px;
    background-color: #7F1013;
    color: #ffffff;
    font-weight: bold;
    font-size: 14pt;
    animation: pulse 2s infinite;
}

.gar:hover{
    background-color: #760af4;
    transition: 1s;
}

@keyframes pulse{
    0%{
        scale: 1;
    } 25% {
        scale: 0.9;
    } 50%{
        scale: 1;
    } 75%{
        scale: 0.9;
    }
    100%{
        scale: 1;
    }
}

.frase p{
    font-size: 30px;
    color: #fff;
    border-right: 4px solid;
    width: 65ch;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 2s steps(30);
}


@keyframes typing {

    from{
        width: 0;
    }
    
}

@keyframes blinking{
    50%{
        border-color: transparent;
    }
}


.social{
    text-align: center;
 }
 
 .social i{
     font-size: 35px;
     padding: 5px;
     
 }

 
 .social a{
     color: #ffffff;
 }
 
 .social i:hover{
     color: #49009a;
     transition: 1s;
 } 

.sobre-nos{
/*    background-color: #7F1013;*/

    padding: 50px;
}

.sobre-nos p{
    color: #000;
    width: 80%;
    margin: 0 auto;
}

.diferenciais{
   margin-top: 50px;
}

.diferenciais h3{
    font-weight: bold;
    color: #fff;
}

.espac{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


.segmentos{
    background-color: #023A73; 
    padding: 20px;
}

.segmentos p{
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.segmentos h2{
    padding-top: 10px;
}

.segmentos h3{
    color: #fff;
    font-size: 18pt;
}

.segmentos hr{
    color: #fff;
    width: 60%;
    margin: 10px auto;
}


.polaroid{
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 5px 5px 5px #000;
}

.polaroid:hover{
    scale: 1.1;
    rotate: 0deg;
}

.esquerdo{
   rotate: -5deg;
}

.direito{
    rotate: 5deg;
}

.video{
    background-color: #49009a;
    padding: 20px;
    color: #ffffff;
}

.visita{
    background-color: #7F1013;
    padding: 20px;
    color: #ffffff;
}

.visita p{
    width: 80%;
    margin: 0 auto;
}

.visita hr{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
}

/*.formulario{
    background: url(../img/novas/banner-2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}*/

.formulario iframe{
    width: 100%;
    margin: 0 auto;
    height: 500px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.582);
    border-radius: 25px;
}

.box{
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}



footer{
    background-color: #fff;
    padding: 50px;
}

footer p{
    color: #023A73; 
}

.logo-roda{
    width: 215px;
    padding: 1px;
    margin: 23px auto;
}

.copy{
    background-color: #7F1013;
    margin-bottom: -20px;
}

.copy p{
    color: #fff;
    padding: 3px;
}

.copy a{
    color: #ffffff;
    text-decoration: none;
}

.copy a:hover{
    font-weight: bold;
    color: #007743;
}

#whatsapp{
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #02c470;
    padding: 20px;
    border-radius: 50px;
}

#whatsapp:hover{
    background-color: #2e2e2e;
    transition: 1s;
}

#whatsapp p{
    color: #ffffff;
    margin-bottom: -5px;
}


#back-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #ffffff;
    background-color: #02c470;
    border-radius: 50px;
    height: 50px;
    width: 50px ;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.479);

}

#back-to-top:hover{
    background-color: #2e2e2e;
    transition: 1s;
}

#back-to-top i{
    font-size: 20px;
}

#myVideo {
    position: absolute;
    left: 100px;
    bottom: 63px;
    width: 400px;
    height: 380px;
    opacity: 100%;
    
  }

@media (min-width: 1200px) and (max-width:2560px) {
    .texto{
       display: none;
    }
}

@media (max-width: 1024px) {
    .frase p{
       display: none;
    }

    #myVideo {
    position: absolute;
    left: 18px;
    bottom: 63px;
    width: 400px;
    height: 380px;
    opacity: 100%;
}
}


@media (max-width: 768px) {
    .frase p{
       display: none;
    }

    #myVideo {
    position: absolute;
    left: -43px;
    bottom: 63px;
    width: 400px;
    height: 380px;
    opacity: 100%;
}
}


@media (max-width: 480px) {
    .frase p{
       display: none;
    }
  #myVideo {
    position: absolute;
    left: -64px;
    bottom: 61px;
    width: 395px;
    height: 365px;
    opacity: 100%;
}
}

@media(max-width: 425px){
    #myVideo {
    position: absolute;
    left: -35px;
    bottom: 63px;
    width: 395px;
    height: 379px;
    opacity: 100%;
}
}

@media(max-width: 375px){
    #myVideo {
    position: absolute;
    left: -58px;
    bottom: 61px;
    width: 395px;
    height: 364px;
    opacity: 100%;
}
}




@media (max-width: 320px) {
    .frase p{
       display: none;
    }

  #myVideo {
    position: absolute;
    left: -73px;
    bottom: 51px;
    width: 351px;
    height: 292px;
    opacity: 100%;
}
}



