@import url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Inter:wght@300;400;500;600;700&display=swap');

@impor url('https://fonts.googleapis.com/css2?family=Bruno+Ace&family=Inter:wght@300;400;500;600;700&family=Kanit:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bruno+Ace&family=Inter:wght@300;400;500;600;700&family=Kanit:wght@400;500;700&display=swap');
*{
    margin: 0;
    box-sizing: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Kanit', sans-serif;

}
.sobreactus{
    width: 100%;
    padding-right: 0%;
    margin-left: 0%;
	margin-bottom: 2px;
	border-top: 0.8px solid orange;
    
    .containerimg{
        width: 100%;
    }

    .imggrande{
        display: block;
    }
    .imgpequeno{
        display: none;
    }

    @media(min-width: 498px){
         .imggrande{
        display: none;
    }
    .imgpequeno{
        display: block;
    }
    }
   
}
.sobreactus2{
	
    background-color: rgb(173, 59, 59);
    margin: auto;
    margin-bottom: 7px;
    padding: 35px;
    box-shadow: 0px 0px 10px rgb(61, 59, 59);
    border-bottom-left-radius:10px ;
    border-bottom-right-radius:10px;
   
    margin: 5px 0px;
    text-align: justify;
    text-indent: 15px;
    font-size: 1.2em;
    line-height: 1.7em;
       
}

.historiaactus .container1{
    display: flex;
    align-items: center;
    background-color: #d8f2f5;
     
}

    
 
   h1{
    color: #747ce7;
   }

.historiaactus .historiaactus-text1 p{
    
    margin: 10px 20px 30px 20px;
    color: rgb(8, 62, 93);
    font-size: 18px;
    text-align: justify;
}

.historiaactus .historiaactus-img1{

    width: 26%;
    
   margin-top:
 8px;


}
.imgnav{
    width: 50%;
}



.veiculos{
    background-color: #f8f1f1;
    
    
}
.veiculos .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.veiculos .dados-item2{
    text-align: center;
    margin: 15px;
    color: rgba(0, 0, 0, 0.694);
    line-height: 2em;
}
.veiculos .dados-item2 img{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    width: 200px;
}
.veiculos .dados-item2 h2:hover{
    text-decoration: underline;

}
.veiculos .dados-item2 p{
    font-size: 18px;
}
.veiculos .dados-item2 p strong{
    font-size: 23px;
    color: #e2ad00;
}
aside{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    
}
aside > ul{
    list-style-type: "\2714\00a0\00a0";
    list-style-position: inside;
    columns: 2;
    padding: 20px;
    color: #000000;
    font-weight: bold;
    text-indent: 20px;
   
    
}

strong{
    color: #337db6;
}

.problemas{
    text-align: center;
    padding: 15px;
}

aside > h4{
    
   
        padding: 25px;
        margin: -10px -10px 0px -10px;
        font-size: larger;
        
        text-shadow: 5px 2px 4px rgb(37, 35, 35);
            color: #ffffff;
            font-size: 2em;
            background-image: linear-gradient(20deg, #80832d 55%, 	#ffffff  10%);

            text-indent: 8px;
        }
        
       


div.video{
    background-color: #f9f9f9;
    margin: 40px 20px 0px 10px;
    padding: 15px;
    padding-bottom: 60%;
    position: relative;
}
div.video > iframe{
    position: absolute;
    top:5% ;
    left:10%;
    width: 80%;
    height: 80%;
}



body{
    background-color: rgb(255, 255, 255);
}
section, footer{
    padding: 54px 0;
}
h3{
    font-size: 50px;
    color: orange;
    
   
}
p{
    color: rgb(0, 0, 0);
}
.container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 1%;
}
.btn{
    background-color: #12769a;
    color: white;
    padding: 5px 10px ;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    display: flex ;
   
   
    transition: 0.1s;
}
.btn2{
    background-color: rgb(255, 255, 255);
    color:#761616;
    font-weight: 700;
    padding: 5px 20px ;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    transition: 0.1s;
}
     h3 {
      text-align: center;
      font-size: 24px;
      color: #565fdc;
    }

    h3 a {
      color: #ffffff;
      background-color: #07b549;
      border-radius: 12px;
      padding: 5px 30px;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    h3 a:hover {
      color: #1e6cc7;
      text-decoration: underline;
    }
 
.btn:hover{
    background-color: #68a0e1;
    

}
.btn2:hover{
    background-color: #ffffff;
    text-decoration: underline;
    font-weight: 700;

}
.proximapag:hover{
    background-color: #ffffff;
    text-decoration: underline;
    font-weight: 700;

}

@keyframes animate-outline {
    from{
        outline: 0px solid #4f9bf98a;
    }
    to{
        outline: 15px solid #4f9bf98a;
    }

}



header{
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    

}
nav{
    display: flex;
    align-items: center;justify-content: space-between;
    padding-top: 5px;
   
}


nav ul{
    display: flex;
    align-items: center;
   
}
nav ul a{
    color: #00668b;
    
    border-radius: 3px;
    margin: 0 17px;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-weight: bold;
    
   
    
}
nav ul a:not(.btn)::after{
    content: "";
    background-color: rgb(30, 101, 142);
    height: 3px;
    width: 0%;
    display: block;
    transition: 0.3s;
    margin: 0 auto;

}
nav ul a:hover::after{
    width: 100%;

}

nav .menu-icon{
cursor: pointer;
font-size: 25px;
color: #316bad;
display: none;

}
nav .close-icon{
    display: none;
    font-size: 30px;
    color: #316bad;
}

   
   


.banner{
    display: flex;
    justify-content: center;
    

}
.banner .bannertexto{
    margin: 150px;
    text-align: center;
    padding: 0 90px;

}
.banner .bannertexto h1{
    font-size: 38px;
    color: rgb(99, 0, 0);
    font-family: 'Archivo Black', sans-serif;  
    
    
}
.banner .bannertexto p{
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: lighter;
    margin: 18px 0;

}

hr{
    position: relative;
    top: 20px;
    border: none;
    height: 3px;
    background-color: rgb(20, 17, 80);
    margin-bottom: 50px;
    
}
.servicos .container{
    background-color: #178998;
}

.info .container{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 15px;
    background-color: #ffffff;
}
.info .info-text{

    width: 50%;
    padding: 0 40px;
   

}
.info .info-text h3{
    font-size: 56px;
    
}
.info .info-text p{
    margin: 5px 0 10px 0;
}

.info .info-img{

    width: 50%;
    

}
.info .info-img img{

    width: 100%;
    

}


.info .info-text{

    width: 50%;
    padding: 0 40px;

}
.info .info-text h3{
    font-size: 50px;
    font-family: 'Archivo Black', sans-serif;
   
}
.info .info-text p{
    margin: 5px 0 10px 0;
    color: rgb(43, 57, 115);
    font-size: 24px;
}

.info .info-img{

    width: 50%;
    
   


}
.info .info-img img{

    width: 100%;
    border-radius: 6px;
}









.perguntas{
    width: 60%;
    max-width: 600px;

}
.perguntas details summary{
    background-color: #c9def8;
    padding: 2%;
    border-bottom: 2px solid rgba(69, 69, 69, 0.387);
    color: rgb(255, 255, 255);
    font-weight: 900;
}
.perguntas details p{
    background-color: #0a2165;
    color: #ffffff;
    padding: 2%;
}

.accordion{
   max-width: 800px;
}
.accordion .contentbx{
    position: relative;
    margin: 10px 20px;
}
.accordion .contentbx .label1{
    position: relative;
    padding: 10px;
    background-color: #385b68;
    color: #ffffff;
    cursor: pointer;
}

.accordion .contentbx .label1::before{
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 1.5em;

}
.accordion .contentbx.active .label1::before{
    content: "-";
}

.accordion .contentbx .content{
    position: relative;
    background-color: #ffffff;
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    overflow-y: auto;
}

.accordion .contentbx.active .content{
    height: 150px;
    padding: 10px;

}

.contato2{
    display: flex;
    justify-content: center;
    

}
.contato2 .contato2texto{
    margin: 40px;
    text-align: center;
    padding: 0 90px;

}
.contato2 .contato2texto h1{
    font-size: 38px;
    color: rgb(255, 153, 0);
    font-family: 'Archivo Black', sans-serif;  
    
    
}
.contato2 .contato2texto p{
    font-size: 18px;
    color: rgb(34, 16, 69);
    font-weight: 600;
    margin: 18px 0;

}
.contato2btn{
    background-color: rgb(22, 39, 105);
    color: white;
    padding: 10px 12px ;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    transition: 0.1s;
}
.contato2btn:hover{
    background-color: #0c238a;
}

.footer{
    background-color: #3096a4;
    text-align: center;

}
.footer h4{

    color: #ffffff;
    font-weight: 400;
    
    padding: 12px;

}
.footer i{
    color: #236cc4;
    font-size: 19px;
    background-color: white;
    padding: 10px;
    margin: 1px;
    border-radius: 10px;
    
}
.footer p{
    margin-top: 10px;
    color:#ffffff;
    text-align: center;
}

/*inicio pagina sobre*/
.sobre .container{
    display: flex;
    
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.sobre .sobre-text{
    width: 50%;
    padding-right: 0px;
}
.sobre .sobre-text p{
    margin: 18px 0;
    color: rgba(0, 0, 0, 0.712);
}
.sobre .sobre-img{
    width: 50%;
}
.sobre .sobre-img img{
    width: 100%;
    border-radius: 10px;
}

/*Fim pagina sobre*/

/*inicio pagina servicos*/


.servicos h3{
    text-align: center;
}
.servicos .container > p{
    text-align: center;
}
.servicos .rows-cards{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.servicos .rows-card-item{
    background-color: #ffffff;
    width: 350px;
    padding: 20px;
    border-radius: 14px;
    margin: 20px;
    transition: 0.2s;
}

.servicos .rows-card-item img{
    background-color: #3c9dbc;
    border-radius: 14px;
    width: 70px;
    padding: 9px;

}
.servicos .rows-card-item p.nome-servico{
    margin: 5px 0;
    transition: 0.2s;
    color: #10153a;
    
    
}
.servicos .rows-card-item p.descricao-servico{
    
    transition: 0.2s;
    color:#10153a;
}

.dados{
    background-color: #dfeaf8;
}
.dados .container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.dados .dados-item{
    text-align: center;
    margin: 15px;
    color: rgba(0, 0, 0, 0.694);
}
.dados .dados-item img{
    background-color: #1A1F60;
    border-radius: 14px;
    padding: 10px;
    margin-bottom: 15px;
    width: 80px;
}
.dados .dados-item p{
    font-size: 18px;
}
.dados .dados-item p strong{
    font-size: 28px;
}

/*Fim pagina servicos*/


    
.contato{
    background-color: #e3e7f9;
}
.contato-info{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    

}
.contato-info .left-side{
    width: 50%;
    padding: 30px;
    background-color: #4690eb;
    border-radius: 14px;
    margin-right: 50px;
    height: fit-content;
}
.contato-info .left-side div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    
}
.contato-info .left-side div i{
    font-size: 34px;
    margin-right: 20px;
    color: white;
}
.contato-info .left-side p{
    font-size: 17px;
    color: #ffffff;
}
.contato-info .right-side{
    width: 50%;
}
.contato-info .right-side input{
    display: block;
    width: 90%;
    margin-bottom: 10px;
    height: 47px;
    padding: 15px;
    border-radius: 9px;
    transition: 0.2s;
    border: 1px solid white;
    color: rgba(0, 0, 0, 0.733);
    font-weight: lighter;
}
.contato-info .right-side input:focus,
.contato-info .right-side textarea:focus{
    border-color: #4690eb;

}
.contato-info .right-side textarea{
    border: 1px solid white;
    color: rgba(0, 0, 0, 0.808);
    border-radius: 9px;
    margin-bottom: 10px;
    padding: 15px;
    width: 90%;
    transition: 0.2s;
    resize: none;

}
.contato-info .right-side button{
    border: none;

}


@media(max-width: 830px){

    .ul{
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        clip-path: circle(0% at 100% 0);
        transition: 0.7s;

    }
    .ul.open{
        clip-path: circle(141.4% at 100% 0);

    }
    .ul a{
        margin: 10px 0;
        font-size: 16px;

    }

    nav .menu-icon{
        display: block;
 
    }
    nav .close-icon{
        display: block;
        position: absolute;
        top: 46px;
        right: 28px;
    }



/*pagina home responsivo*/





.historiaactus .historiaactus-text1{
    margin: 0px;
    padding: 0px;
    order: 1;
    
    
}

.historiaactus .container1{
    flex-direction: column;
}


.historiaactus .historiaactus-text1, 
.historiaactus .historiaactus-img1{
    width: 100%;
    
}
.historiaactus .historiaactus-img1{
 width: 60%;

}



.info .info-text{
    margin-top: 10px;
    padding: 0px;
    order: 1;
}

.info .container{
    flex-direction: column;
}
.info .info-text h3{
    font-size: 48px;
}

.info .info-text, 
.info .info-img{
    width: 100%;
}

/*banner responsivo*/

.banner .bannertexto{
    padding: 0;
    margin: 80px;
}
.banner .bannertexto h1{
    font-size: 40px;
}


.banner .bannertexto p{
    font-size: 15px;

}
.depoimentos .card-item{
    width: 100%;
}
/*responsivo pagina sobre*/

.sobre .container{
    flex-direction: column-reverse;
}
.sobre .sobre-img,
.sobre .sobre-text{
    width: 100%;
}
.sobre .sobre-text{
    margin-top: 48px;
}

.contato .contato-info{
    flex-direction: column-reverse;
}
.contato-info .right-side,
.contato-info .left-side{
    width: 83%;

}
.contato-info .right-side{
    margin-bottom: 30px;
}

@media (max-width: 500px){
    .banner .bannertexto h1{
        font-size: 40px;
       
        
    }
    .info .info-text h3{
        font-size: 40px;
 
    }
}
}






















    /* Cards de serviços */
    .cards {
      
    }

    .card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      transition: transform 0.3s, box-shadow 0.3s;
      cursor: pointer;
    }

    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .card-content {
      padding: 20px;
    }

    .card-content h3 {
      margin-top: 0;
      font-size: 1.3rem;
      color: #5a2d82;
    }

    .card-content p {
      font-size: 0.95rem;
      line-height: 1.5;
      color: #555;
    }

    /* Seção de depoimentos */
    .testimonials {
      background: #d8f2f5;
      padding: 60px 20px;
      text-align: center;
    }

    .testimonials h2 {
      font-size: 2rem;
      color: #5a2d82;
      margin-bottom: 40px;
    }

    .testimonial-container {
      position: relative;
      max-width: 800px;
      margin: auto;
      overflow: hidden;
    }

    .testimonial {
      display: none;
      font-size: 1.1rem;
      line-height: 1.6;
      color: #444;
      padding: 20px;
      text-align: left;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .testimonial.active {
      display: flex;
      align-items: center;
      gap: 20px;
      animation: fadeIn 0.8s ease-in-out;
    }

    .testimonial img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      flex-shrink: 0;
    }

    .testimonial-text {
      flex: 1;
    }

    .testimonial strong {
      display: block;
      margin-top: 10px;
      font-weight: bold;
      color: #333;
    }

    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }

    /* Botões de navegação */
    .nav-buttons {
      margin-top: 20px;
    }

    .nav-buttons button {
      background: #5a2d82;
      color: white;
      border: none;
      margin: 0 5px;
      padding: 10px 15px;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s;
    }

    .nav-buttons button:hover {
      background: #432163;
    }



























    .section {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 10%;
      gap: 40px;
      flex-wrap: wrap;
    }

    .section:nth-child(even) {
      background-color: #ffffff;
    }

    .text {
      flex: 1;
      min-width: 280px;
    }

    .text h2 {
      font-size: 28px;
      color: #4a2c6a;
      margin-bottom: 15px;
    }

    .text p {
      font-size: 18px;
      line-height: 1.6;
    }

    .image {
      flex: 1;
      min-width: 280px;
    }

    .image img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }






















    