

/* Zerando CSS */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Fundo-tela */

html {
    width: 100vw;
    height: 100vh;
    color: black;
    font-family: 'Lato', sans-serif;
}



.centro{
    display: flex;
    max-width: 1100px;
    padding:0 2%;
    margin:0 auto;
    flex-wrap: wrap;
}
.center{
    display: flex;
flex-direction: row;
justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    column-gap: 20px;
   
}


.central{
    display: flex;
    justify-content: center;
  
    flex-wrap: wrap;
}

    
#container{
    background: linear-gradient(rgba(17, 17, 17, 0.25), rgba(17, 17, 17, 0.55)), url(img/power-home.webp);
    background-position: center center;
    background-size: cover;
    background-position-y: 0px;
    max-width: 100%;
    background-repeat: no-repeat;
}

/* Selos do hero */
.hero-seals {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 35px;
    margin-top: 40px;
}
.hero-seal-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.hero-seal-item img {
    height: 60px;
    width: auto;
}
.hero-seal-item span {
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
}

a:hover {
    color: #34bcf7;
  opacity: 0.7;
}

.black {
  color: black;
}

.logo {
  margin-top: 15px;
   margin-bottom: 15px;

}

nav {
  display: flex;
  text-transform: uppercase;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
  height: 13vh;
}

 


.nav-list {
  list-style: none;
  display: flex;
}

.nav-list li {
  letter-spacing: 3px;
  margin-left: 32px;
}

.mobile-menu {
  display: none;
  cursor: pointer;
}

.mobile-menu div {
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 8px;
  transition: 0.3s;
}



/* Menu - Header - NavBar */

header {
    width: 100%;
    height: 13vh;
    background-color: rgba(22, 22, 22, 0.5);
}




/* Centro - Conteudo Principal */

main {
    height: 93vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white ;


}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;

}

/* Textos conteudo principal */

.main-content h1 {
   
    font-size: 50px;
    margin-top: 2%;
    text-align: center;
    margin-bottom: 2%;
    margin-left: 2%;
    margin-right: 2%;
}


/* Botões */


.btns {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 20%;
}

.btns button,
.btns .btn-exp,
.btns .btn-personal {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    font-size: 16px;
    height: 65px;
    cursor: pointer;
    border: 4px solid;
    color: white;
    border-color: rgb(0, 162, 255);
    text-transform: uppercase;
    background-color: transparent;
    font-weight: bold;
    letter-spacing: 0.2rem;
    border-radius: 20px;
    position: relative;
    transition: 0.1s;
    text-decoration: none;
}

.btns button:hover,
.btns .btn-exp:hover,
.btns .btn-personal:hover {
    color: rgb(0, 162, 255);
    opacity: 1;
}

/* ----------------------------------------------------------FOOTER ---------------------------------------------- */
footer{
    width: 100%;
    background: #444;
    color: #ccc;
    padding: 0;
}

.footer-container{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 5% 30px;
    gap: 30px;
}

.footer-col{
    flex: 1;
    min-width: 220px;
}

.footer-col h3{
    color: #34bcf7;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-col p{
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
    color: #fff;
}

.footer-col p .fa{
    color: #34bcf7;
    margin-right: 8px;
    width: 16px;
}

.footer-links{
    list-style: none;
    padding: 0;
}

.footer-links li{
    margin-bottom: 10px;
}

.footer-links a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    transition: color 0.3s;
}

.footer-links a:hover{
    color: #34bcf7;
    opacity: 1;
}

.footer-phones {
    margin-top: 12px !important;
}

.footer-phones a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.footer-phones a:hover {
    color: #34bcf7;
    opacity: 1;
}

.footer-phones .fa {
    margin-right: 8px;
    color: #34bcf7;
}

.socials{
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.socials li{
    margin: 0;
}

.socials a{
    text-decoration: none;
    color: #fff;
}

.socials a i{
    font-size: 28px;
    transition: color .3s ease;
}

.socials a:hover i{
    color: #34bcf7;
}

.footer-bottom{
    text-align: center;
    padding: 20px 5%;
    border-top: 1px solid #555;
    font-size: 13px;
    color: #fff;
}

.footer-bottom a{
    color: #fff;
    font-weight: normal;
    font-size: 13px;
}

.footer-bottom a:hover{
    color: #fff;
    opacity: 1;
}

/* Botão flutuante WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 95px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transition: transform 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    opacity: 1;
}

.whatsapp-float .fa-whatsapp {
    color: #fff;
    font-size: 35px;
}


/* ----------------------------------------------------------------PAGINA NAO CLIENTE ASPIRADOR RAINBOW ---------------------------------------------- */

#paginanaocliente {
    background: linear-gradient(rgba(17, 17, 17, 0.1), rgb(20, 20, 20, 0.1)), url(img/power-topo.webp);
    background-position: center center;
    background-size: cover;
    background-position-y: 0px;
    background-repeat: no-repeat;
    height: 13vh;

}

.rainbow{
    display: flex;
    background-color:#f7f7f7;
    gap: 30px;
    width: 100%;
    padding: 50px;

 
}


section.novo {
display: flex;
    font-weight: normal;
    font-size: 17px;
   background-color:#f7f7f7;
width: 100%;
margin-top: 0;
gap: 50px;
   
}


section.titulo h2 {text-align: center;
    font-size: 30px;
    color: rgb(66, 65, 65);
    background-color:#f7f7f7;
    margin-bottom: 0;
}




.descricao-rainbow{
    width:60%;


  
}

.descricao-rainbow h1{
    color:rgb(66, 65, 65);
    font-size: 30px;
    margin-bottom: 12px; 
}

.descricao-rainbow h2{
    color:rgb(66, 65, 65);
    font-size: 24px;
    margin-bottom: 12px; 
}

.descricao-rainbow h3{
    color:rgb(66, 65, 65);
    font-size: 19px;
    margin-bottom: 12px; 
}

.descricao-rainbow p{
    color: rgb(66, 65, 65);
   font-size: 17px;
  
}

.img-rainbow{
    width: 40%;


    

}

.img-rainbow img{max-width: 100%;}


.descricao-rainbow3{
    width:60%;
    margin-left:  2%;
  
}

.descricao-rainbow3 h1{
    color:rgb(66, 65, 65);
    font-size: 30px;
    margin-bottom: 12px;

}

.descricao-rainbow3 p{
    color: #f7f7f7;
   font-size: 17px;
  color:rgb(66, 65, 65);

}

.descricao-rainbow3 a{
  color:rgb(66, 65, 65);
}


/* ----------------------------------------------------------PAGINA NAO CLIENTE  ACESSÓRIOS---------------------------------------------- */




section.acessorios a{
    width: calc(100% / 4 - 20px);
    max-width: 300px;
}

section.acessorios img{
    width: 100%;
    height: auto;
    margin:50px auto;
    box-shadow: 0px 10px 20px rgb(145, 141, 141);
    border-radius:10px;
}



section.acessorios h2 {text-align: center;
    font-size: 30px;
    color: rgb(66, 65, 65);
    margin-top: 10px;
    margin-bottom: 20px;
 
}
section.acessorios {
    width: 100%;

}

section.cta{

    background-size: cover;
     background-color:#f7f7f7;
    background-position: center;
    padding:20px 10px;
    min-height: 100px;
    color:rgb(66, 65, 65);
    text-align: center;
}



section.cta h4{
    font-weight: normal;
    margin:10px 0;
}


section.cta h2{
    font-size: 25px;
margin-bottom: 50px;
    color: rgb(85, 85, 85);
    
}

section.cta a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:16px 35px;
    border-radius:10px;
    font-weight: bold;
    font-size: 16px;
    background: #25D366;
    text-decoration: none;
    color: white;
    margin-bottom: 45px;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    border: none;
}

section.cta1{

    background-size: cover;
    background-position: center;
    padding:20px 10px;
    min-height: 100px;
    color:rgb(66, 65, 65);
    text-align: center;
}

section.cta1 h4{
    font-weight: normal;
    margin:10px 0;
}


section.cta1 h2{
    font-size: 22px;
     margin-bottom: 50px;
     color: rgb(85, 85, 85);
      font-style: normal;
      margin-left: 3%;
    margin-right: 3%;

}

section.cta1 a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding:14px 30px;
    border-radius:10px;
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    color: white;
    background: #25D366;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
    border: none;
}

  /* ----------------------------------------------------------PAGINA NAO CLIENTE  CERTIFICADOS ---------------------------------------------- */

  section.certificados img{
    width: calc(100% / 4);
    max-width: 100px;
    margin:20px auto;
  

}

section.certificados h2 {text-align: center;
    font-size: 30px;
    color: rgb(66, 65, 65);
    margin-top: 40px;
 
}

  /* ----------------------------------------------------------PAGINA NAO CLIENTE  PORQUE NOS ---------------------------------------------- */

  section.porque-nos{
    padding:40px 0;
    background-color:  #f7f7f7;

}

section.porque-nos > .center > h2{
    font-size: 30px;
    text-align: center;
    width:100%;
    color: rgb(66, 65, 65);
    
}

section.porque-nos img {

    max-width: 60px;  
}

section.porque-nos > .center{
    max-width: 100%;
}

section.porque-nos > .center > p{
    font-size: 16px;
    color:rgb(66, 65, 65);
    text-align: center;
    width:100%;
    
}

.diferenciais{
    display: flex;
    margin-top:50px;
}

.box-diferenciais{
    box-shadow: 0px 10px 20px rgb(145, 141, 141);
    width:31%;
    margin-right: 2%;
    margin-left: 2%;
    padding:10px 20px;
    border-radius:10px;
    text-align: center;
}

.box-diferenciais h3{
    font-size: 20px;
    color:rgb(66, 65, 65);
    margin:20px 0;
}

.box-diferenciais p{
    font-size: 16px;
    color: rgb(66, 65, 65);
    margin-bottom: 20px;
}





/**************************************************ACESSÓRIOS / BLOG ********************************************************************/

section.acessorios-extra1 > .center {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2%;
}

.vitrine-destaque{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: transform 0.2s;
}

.vitrine-destaque:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

section.acessorios-extra1 h1,
section.acessorios-extra1 h2 {
    text-align: center;
    font-size: 30px;
    color: rgb(66, 65, 65);
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%;
}

    .vitrine-destaque .carro-img{
        width: 100%;
        height: 220px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }



.info-carro {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
}

.vitrine-destaque a{
    color: white;
    font-size: 15px;
    font-weight: bold;
    width: 150px;
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    line-height: 40px;
    border-radius: 10px;
    background-color:#25D366;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
}

.info-carro h2{
    color: rgb(66, 65, 65);
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.info-carro p{
    color: rgb(66, 65, 65);
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
}






/* ----------------------------------------------------------HOME SEO SECTIONS ---------------------------------------------- */

/* Seções dentro do #container precisam cobrir o background */
#container > section.porque-nos,
#container > section.certificados,
#container > section.cta1 {
    position: relative;
    z-index: 1;
}

/* Por que Escolher */
section.porque-nos {
    background-color: #f7f7f7 !important;
    padding: 90px 5%;
}

section.porque-nos h2 {
    font-size: 30px;
    text-align: center;
    color: rgb(66, 65, 65);
    margin-bottom: 15px;
    width: 100%;
}

section.porque-nos > .center > p {
    font-size: 17px;
    color: rgb(66, 65, 65);
    text-align: center;
    max-width: 960px;
    margin: 0 auto 30px;
    line-height: 1.7;
    padding: 0 20px;
}

/* diferencial-item (cards de benefícios na home) */
.diferencial-item {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.diferencial-item:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: transparent;
}

.diferencial-item h3 {
    font-size: 20px;
    color: rgb(66, 65, 65);
    margin: 15px 0;
}

.diferencial-item p {
    font-size: 16px;
    color: rgb(66, 65, 65);
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Seção certificados na home */
section.certificados-home {
    background-color: #fff;
    padding: 90px 5%;
}

section.certificados-home > .center {
    flex-direction: column;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

section.certificados-home h2 {
    color: rgb(66, 65, 65);
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

section.certificados-home p {
    font-size: 17px;
    color: rgb(66, 65, 65);
    line-height: 1.7;
    text-align: center;
    padding: 0 20px;
}

/* Seção Atendimento na home */
section.atendimento-home {
    background-color: #f7f7f7;
    padding: 50px 5%;
}

section.atendimento-home h2 {
    color: rgb(66, 65, 65);
    font-size: 28px;
    font-style: normal;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

section.atendimento-home > .center {
    flex-direction: column;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

section.atendimento-home p {
    font-size: 17px;
    color: rgb(66, 65, 65);
    line-height: 1.7;
    text-align: center;
    padding: 0 20px;
}

@media screen and (max-width: 1024px) {
    .diferencial-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

/* Byline do autor */
.article-byline {
    font-size: 14px;
    color: #888;
    margin: 8px 0 20px;
    line-height: 1.5;
}
.article-byline strong {
    color: rgb(66, 65, 65);
}

/* Seção de números/stats */
.stats-section {
    padding: 80px 5%;
    background: #0d1117;
}
.stats-grid {
    display: flex;
    justify-content: center;
    gap: 0;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.stat-item {
    flex: 1;
    min-width: 200px;
    text-align: center;
    padding: 20px 30px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.stat-item:last-child {
    border-right: none;
}
.stat-number {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1;
    color: #fff;
    margin-bottom: 8px;
}
.stat-label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: rgba(255,255,255,0.45);
    font-weight: 500;
}

/* Scroll animations */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
.stagger > *:nth-child(1) { transition-delay: 0s; }
.stagger > *:nth-child(2) { transition-delay: 0.1s; }
.stagger > *:nth-child(3) { transition-delay: 0.15s; }

@media (max-width: 780px) {
    .stats-grid {
        flex-direction: column;
        gap: 10px;
    }
    .stat-item {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 20px 10px;
    }
    .stat-item:last-child {
        border-bottom: none;
    }
}

/**************************************************BLOG********************************************************************/



/***********************************************RESPONSIVO********************************************************************/
@media screen and (max-width: 1024px) {
.diferenciais{
        
    flex-wrap: wrap;
   
}
.box-diferenciais{

    width:100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;

}

.rainbow{   
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    padding: 18px;


}

.descricao-rainbow h1{
   text-align: center;
   
    margin-top: 15px;

}



.descricao-rainbow{
    flex-direction: column;
     width: 100%;
    align-items: center;
    

}

.img-rainbow{

    order: +1;
    width: 100%;
    align-items: center;
   
}

.descricao-rainbow3{
    flex-direction: column;
     width: 90%;
      margin-left: 2% ;
    margin-right: 2%;
   align-items: center;
    
}

.descricao-rainbow3 h1{
   text-align: center;
   margin-top: 15px;

}


section.blog-destaque > .center{
    flex-wrap: nowrap;
    flex-direction: column;
  
}

.artigo-destaque .carro-img{
    width: 300px;
    height: 380px;
    background-size: 100% 100%; 

}


}
/********************************************** RESPONSIVO *******************************/


@media (max-width: 780px) {
  body {
    overflow-x: hidden;
    
  }


#container{
    background: linear-gradient(rgba(17, 17, 17, 0.1), rgb(20, 20, 20, 0.7)), url(img/rainbow14.webp);
    background-position: left;
    background-size: cover;
    background-position-y: 0px;
    background-repeat: no-repeat;
}

  .nav-list {
    display: block;
    position: absolute;
    top: 13vh;
    right: 0;
    width: 200px;
    height:0px;
    background: #23232e;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    z-index: 1000;
    transform: translateX(100%);
     visibility: hidden;
     overflow-x: hidden;


}
  .nav-list li {
    margin-left: 30px;
    opacity: 0;
    margin-top: 60px;
  }
  .mobile-menu {
    display: block;
  }


.nav-list.active {
  transform: translateX(0);
 transition: transform 0.3s ease-in;
   height: calc(100vh - 200px);
    overflow-x: auto;
     visibility: visible;
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.mobile-menu.active .line1 {
  transform: rotate(-45deg) translate(-8px, 8px);
}

.mobile-menu.active .line2 {
  opacity: 0;
}

.mobile-menu.active .line3 {
  transform: rotate(45deg) translate(-5px, -7px);
}


.main-content {

   margin-bottom: 50px;
  
}


.main-content h1 {

font-size: 30px;
text-align: center;
margin-left: 2%;
margin-right: 2%;
margin-bottom: 15px;

}


.btns {
    margin-top: 80px;
    gap: 30px;
   flex-direction: column;
   text-align: center;
     order: +1;

}


.hero-seals {
    margin-top: 25px;
    gap: 20px;
    order: +2;
}
.hero-seal-item img {
    height: 45px;
}
.hero-seal-item span {
    font-size: 11px;
}

section.acessorios > .center{
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
section.acessorios a{
    width: 100%;
    max-width: 400px;
}
section.acessorios img{
    margin-top: 15px;
}


section.certificados > .center{
    flex-direction: column;
    align-items: center;
}
section.certificados img{
    max-width: 150px;
    margin-bottom: 15px;
    
}


.footer-container{
    flex-direction: column;
    padding: 30px 5% 20px;
    gap: 25px;
}

.footer-col{
    text-align: center;
    min-width: 100%;
}

.socials{
    justify-content: center;
}

.footer-phones a{
    display: inline-block !important;
    margin: 5px 10px !important;
}

section.cta1 h2 a{
    display: inline-block;
    padding: 8px 20px;
    border-radius: 20px;
    background: #56ac3b;
    color: white !important;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px;
}

section.cta1 h2 a:hover{
    opacity: 0.8;
    color: white !important;
}

}/****FIM RESPONSIVO ****/

/* Imagens de acessorios clicaveis */
section.acessorios a:hover{
    transform: scale(1.03);
    opacity: 1;
}

/* Saiba tambem - links como botoes */
section.cta1 h2 a{
    display: inline-block;
    padding: 10px 25px;
    border-radius: 10px;
    background: #25D366;
    color: white !important;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    margin: 8px 5px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(37,211,102,0.4);
}
section.cta1 h2 a:hover{
    opacity: 0.8;
    color: white !important;
}