:root{
    --cor-principal: #E6A74A;
    font-family: 'Inter';
    --cor-secundaria: #FEDC88;
}


*{
    outline: none;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    color: #FFFFFF;
}

.titulo_principal{
    text-align: center;
    color: var(--cor-principal);

    font-weight: 700;
    font-size: 3rem; 

    width: 100%;
}

body{
    width: 100%;
    background-color: rgba(20, 20, 20, .999); 
}
.principal{
    width: 1220px;
    margin: auto;
}
.segunda{
    width: 100%;
    height: auto;
    margin: auto;
}

.cabecalho{
    position: fixed;
    top: 0px;
    left: 0px;

    z-index: 100;

    width: 100%;
    height: 90px;
    

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: rgba(20, 20, 20, .9);
}
.menu-mobile{
    display: none;
}
.menu-close{
    height: 25px;
    width: 25px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 13;
    display: none;
}
.menu-close i{
    font-size: 1.5rem;
    color: #ec0b0bf0;
    cursor: pointer;
}

.logomarca{
    width: 25%;
  

    display: flex;
    justify-content: space-around;
}

.logo{
    width: 85px; 
    height: 85px; 
    object-fit: cover;
    display: block;
    cursor: pointer;
 }
 
 .empresa{
    color: var(--cor-principal); 
    font-size: 28px;  
    font-weight: 500; 
    word-wrap: "break-word";
    margin-top: 26px;
    cursor: pointer;
 }

.navegacao{
    width: 75%;
    
    display: flex;
    justify-content: space-around;
    justify-items: center;
}


.navegacao .lista-navegacao{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navegacao li{
    width: 16%; 
    max-width: 140px;
    user-select: none;
    cursor: pointer;
}
.navegacao a{
    color: white;
    text-decoration: none;

    display: block;
    text-align: center;
    line-height: 35px;



    width: 100%; 
    height: 40px;  
    background: rgba(255, 255, 255, 0); 
    border-radius: 50px; 
    border: 2px var(--cor-principal) solid;
}


a.home{
    background: var(--cor-principal); 
    border-color: var(--cor-principal);
}
a.normal{
    background: rgba(255, 255, 255, 0);  
    color: var(--cor-principal);
}
a.atendimento{
    background: #40C351;
    border-color: #40C351;
}





.banner{
    margin: auto;
    margin-top: .8rem;
    margin-top: 120px;
    width: 100%; 
    height: 589px; 
    display: flex;
    justify-content: center;
    color: #000000;
}

.banner-limpeza{
    background: url("../img/limpeza.png");
    width: 100%;
    height: 100%;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-text{
    width: 56.2%;
    height: 100%;
    padding-left: 6%;
    display: flex;
    align-items: space-evenly;
    flex-direction: column;
    color: #000000;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 18.5%, rgba(255, 255, 255, 0.7) 52%, rgba(255, 255, 255, 0.8) 100%);
}

.headline{
    width: 400px;
    margin-top: 17%;
   
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
}
.banner-text p{
    color: #000000;
}
.headline span{
    font-weight: bold;
    color: #000000;
}
.bodyline{
    margin-top: 2%;
    width: 490px;
    font-size: 1.2rem;
    list-style: 1.2rem;
    color: #000000;

}
.actionline{
    margin-top: 8%;
    
}

.botao_orcamento_principal{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 347px; 
    height: 91px; 
    background: #40C351; 
    color: #FFFFFF;
    border-radius: 50px;
    font-size: 1.5rem;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
}

.banner-depoimento{
    width: 43.8%;
    height: 100%;
    position: relative;
    color: #000000;
}
.fundo_depoimentos{
    background: url("../img/dep_fundo.png");
    width: 100%;
    height: 212px;
    position: absolute;
    right: -2px;
    bottom: -2px;
}
.titulo_slide_depoimentos{
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 17%;
    margin-left: 62%;
    color: #000000;
}
.slide_depoimentos{
    display: flex;
    margin-left: 36%;
    margin-top: 5%;
    color: #000000;
}
.img_peq_depoimentos{
    width: 45px; 
    height: 45px; 
    border-radius: 9999px; 
    border: 2px #F0F0F0 solid;
    margin-left: -20px;
    color: #000000;
}
.img_peq_depoimentos:first-child{
    margin-left: 0px;
    color: #000000;
}
.slide_depoimentos div p{
    font-size: .8rem;
    color: #000000;
}
.dois_slide{
    margin-left: 6px;
    color: #000000;
}



.beneficio{
    margin-top: 6rem;
    margin-bottom: 6rem;
    text-align: center;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.card_beneficios{
    width: 400px;
    height: 200px;
}
.card_beneficios h2{
    margin-top: 15px;
    color: #fff;
}
.card_beneficios p{
    margin-top: 7px;
}





.sobre_nos{
    background: url("../img/sobre_nos.png");
    width: 100%;
    height: 1200px;
    padding-top: 30px;
}
.sobre_nos .principal{
    height: 100%;
}

.sobre_nos p{
    font-style: normal;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
}
.sobre_nos h3{
    font-weight: 600;
    font-size: 2rem;   
    text-align: center;  
    color: #000000;
}

.card_um{
    display: flex;
    width: 100%;
    height: 55%;
    flex-direction: row;
}

.card_dois{
    width: 100%;
    height: 35%;
}

.card_tres{
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: flex-end;
}


.imagem_sobre_nos{
    width: 50%;
    height: 100%;

    display: flex;
    
}
.imagem_sobre_nos img{
    border-radius: 75px;
    width: 100%;
    height: 400px;

    align-self: flex-start;
}
.texto_sobre_nos{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: space-around;
}
.texto_sobre_nos h2{
    text-align: center;
    color: #000000;
    padding-top: 25%;

    font-weight: 700;
    font-size: 3rem; 

    width: 100%;
}
.descricao_sobre_nos{
    width: 100%;
    padding: 60px;
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.descricao_sobre_nos.fundo_sobre{
    height: 300px;
    margin-top: 15%;
}
.card_dois .fundo_sobre{
    width: 80%;
    height: 100%;
    margin-right: auto;
}
.fundo_sobre{
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);
    border-radius: 75px;
}

.card_dois .fundo_sobre{
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}



.bolha_anos{
    width: 190px;
    height: 190px;
    background: var(--cor-principal);
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.5);
    border-radius: 100px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card_tres p{
    color: #FFFFFF;
    font-size: .9rem;
    line-height: 1rem;
}
.card_tres .anos{
    font-size: 6rem;
    font-weight: 800;
    margin-bottom: 2rem;
    margin-top: 1.3rem;
}



.nossos_servicos{
    margin-top: 6rem;
}

.nossos_servicos h2{
    margin-bottom: 3rem;
    text-align: center;
    color: var(--cor-principal);
}

.layout_servicos{
    display: grid; 
    grid-template-columns: 33% 33% 33%;
}

.card_servicos{
    width: 360px;
    height: 420px;
    border-radius: 75px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 2rem;

    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.card_servicos img{
    width: 100%;
    height: 46%;
    object-fit: cover;
    display: block;
}
.card_servicos .card_servicos_info{
    width: 100%;
    height: 54%;
    background: #D9D9D9;
    padding: 20px;
}
.card_servicos_info h3{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #000000;
}
.card_servicos_info p{
    text-align: center;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.5);
}
.card_servicos_info .apartir{
    color: #000000;
}
.card_servicos_info .apartir span{
    margin-bottom: 9px;
    color: #000000;
    font-weight: 700;
}
.card_servicos_info .servicos_info_desc{
    text-align: justify;
    width: 100%;
}
.card_servicos_info a{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 90%; 
    height: 60px;
    margin: auto; 
    background: #40C351; 
    color: #FFFFFF;
    border-radius: 75px;
    font-size: 1.3rem;
    text-decoration: none;
}
.card_servicos_info a img{
    width: 55px;
    height: auto;
}






.antes_e_depois {
    width: 100%;
    padding-top: 40px;
  }

.lista-imgs-antes-depois {
    max-width: 100%;
    display: flex;
    margin: 0px auto;
    padding-bottom: 40px;
  }
 
  .img-antes-depois {
    margin: auto;
  }
  .img-antes-depois img {
    display: block;
    cursor: pointer;
    max-width: 900px;
    margin: 0px auto;
  }
  .secao_depoimentos{
    width: 100%;
    margin-bottom: 80px;
  }
  .lista-imgs-depoimentos{
    max-width: 100%;
    display: flex;
    margin: 0px auto;
    padding-top: 50px;
  }
  
  .img-depoimentos {
    margin: auto;
  }
  .img-depoimentos img {
    display: block;
    cursor: pointer;
    max-width: 280px;
    margin: 0px auto;
  }

.secao_depoimentos .titulo_principal, .antes_e_depois .titulo_principal{
    color: var(--cor-principal);
    margin-bottom: 20px;
}
.paragrafo{
    text-align: justify;
    color: rgba(255, 255, 255, 1);
    width: 50%;
    margin: auto;
}



.faq{
    background: url("../img/footer.png");
    width: 100%;
    min-height: 1200px;
    height: auto;
    padding: 20px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.faq .principal{
    margin: auto;
}

.faq_fundo{

    width: 80%;
    margin: auto;
    min-height: 880px;
    height: auto;
    padding: 40px 0px;


    background: rgba(255, 255, 255, 0.5);
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(25px);

    border-radius: 75px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.posicao-faq{
    width: 70%;
    margin: auto;
}

.faq .titulo_principal{
    color: #000000;
    padding-bottom: 40px;
}

.acordeon {
    margin: auto;
    border: none;
    border: solid 1px rgba(0, 0, 0, 0.5);
    display: inline-block;
    color: #000000;
    cursor: pointer;
    padding: 20px;
    width: 100%;
    border-radius: 3px;
    text-align: left;
    outline: none;
    font-size: 1rem;
    transition: 0.5s;
  }
  .acordeon i {
    color: var(--cor-principal);
    font-size: 0.8rem;
    margin-right: 5px;
  }
  .acordeon span{
    color: #000000;
  }
  .painel p {
    margin: auto;
    margin-bottom: 5px;
    border: solid 1px rgba(0, 0, 0, 0.5);
    background-color: #fff;
    width: 100%;
    padding: 20px;
    border-top: none;
  }
  .painel {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 0.3s ease-out;
    margin-bottom: 7px;
  }
  .selecionado {
    border-radius: 0px;
    border-bottom: none;
    background-color: transparent;
  }
  











.footer{
    width: 100%;
    background-color: rgba(20, 20, 20, .9);  
}
.footer .principal{
    padding: 50px 5%;
}
.footer--layout{
    display: flex;
    justify-content: space-around;
    margin-bottom: 40px;
}
.footer-logo img{
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.footer p,
.footer span {
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}

.footer h4 {
  color: var(--cor-principal);
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer a i{
    color: #FFFFFF;
}
.footer-col p {
  text-align: justify;
}

.footer ul {
  list-style: none;
}
.footer-col-social li {
  padding: 10px 0;
}

.footer-col-social .fab {
    font-size: 1.4rem;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 2px gray;
  }

.footer-col-social .fa-instagram {
    background: linear-gradient(to bottom, #515bd4, #8134af, #dd2a7ba9);
  }
  .footer-col-social .fa-whatsapp {
    background-color: #34af23;
  }
  .footer-col-social .fa-facebook {
    background-color: #3b5998;
  }

.footer-autorais {
    border-top: 1px solid #fff;
    padding-top: 40px;
    color: white;
    text-align: center;
  }





  .whatsapp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 72px;
    height: 70px;
    border: none;
    box-shadow: 0px 0px 0px rgb(0 183 62 / 70%);
    border-radius: 50%;
    background-color: #00b73e;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation-duration: 1.25s;
    animation-timing-function: cubic-bezier(0.66, 0, 0, 1);
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: pulse;
    z-index: 900;
    color: #FFFFFF;
  }
  .whatsapp i {
    color: #FFFFFF;
    font-size: 42px;
    background-color: #00b73e;
  }
  @-webkit-keyframes pulse {
    to {
      box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);
    }
  }
  @-moz-keyframes pulse {
    to {
      box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);
    }
  }
  @-ms-keyframes pulse {
    to {
      box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);
    }
  }
  @keyframes pulse {
    to {
      box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);
    }
} 






@media (max-width: 1220px) {
    .principal {
        width: 90%;
        margin: auto;
    }
    .segunda{
        width: 90%;
        margin: auto;
    }
    body{
        width: 100%;
    }





    .banner-text{
        width: 41.3%;
        padding-left: 5%;
        padding-top: 4%;
        display: flex;
        align-items: space-evenly;
        flex-direction: column;
    }
    .titulo_slide_depoimentos{
        font-size: 1.5rem;
        margin-top: 17%;
        margin-left: 61%;
    }
    .banner-depoimento{
        width: 58.7%;
    }
    .fundo_depoimentos{
        width: 100%;
    }



    .beneficio{
        grid-template-columns: 50% 50%;
    }





    .layout_servicos{
        grid-template-columns: 50% 50%;
    }
}


@media (max-width: 1010px) {
    .cabecalho{
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    .logomarca{
        width: 60%;
        display: flex;
        justify-content: space-between;
    }
    .navegacao{
        display: none;
        position: fixed;
        width: 50%;
        height: 100%;
        right: 0px;
        top: 0px;
        z-index: 11;
        

        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(25px);

    }
    .navegacao .lista-navegacao{
        flex-direction: column;
        justify-content: space-evenly;
        height: 100%;
    }
    .lista-navegacao li{
        width: 140px;
        display: block;
    }
    .menu-mobile{
        display: block;
        /* width: 50%; */
        text-align: right;
    }
    .menu-mobile i{
        font-size: 2.5rem;
        color: #fff;
        margin-top: 6px;
    }


    .banner{
        height: 740px;
        
    }
    .banner-limpeza{
        flex-direction: column;
    }
    .banner-text{
        width: 100%;
        height: 71.2%;
        padding: 0px;
        padding-left: 10%;

        background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 18.5%, rgba(255, 255, 255, 0.7) 52%, rgba(255, 255, 255, 0.8) 100%);
    }
    .banner-depoimento{
        width: 100%;
        height: 28.8%;
    }
    .fundo_depoimentos{
        height: 100%;
        width: 534px;
    }
    .slide_depoimentos{
        margin-left: 36%;
        margin-top: 5%;
    }
    .titulo_slide_depoimentos{
        font-size: 1.5rem;
        margin-top: 17%;
        margin-left: 61%;
    }
    .img_peq_depoimentos:first-child{
        display: inline;
    }
    .img_peq_depoimentos:last-child{
        display: inline;
    }
    .bodyline{
        width: 80%;
    }
}


@media (max-width: 690px){
    .imagem_sobre_nos{
        display: none;
    }
    .texto_sobre_nos{
        width: 100%;
        height: 45%;
    }
    .texto_sobre_nos h2{
        padding-top: 5%;
    }
    .beneficio{
        grid-template-columns: 100%;
    }
    .paragrafo{
        width: 80%;
    }
}



@media (max-width: 960px){
   .card_beneficios{
        width: 100%;
   }
    .layout_servicos{
        grid-template-columns: 100%;
    }
}


@media (max-width: 860px){
    .titulo_principal{
        font-size: 2.5rem;
    }
    .card_um{
        height: 35%;
    }
    .card_dois{
        height: 53%;
        width: 100%;
    }
    .card_um .texto_sobre_nos{
        height: 93%;
        margin-top: 8px;
    }
    .card_um h2{
        padding-top: 0px;
        font-size: 2.5rem;
        margin-bottom: 10px;
    }
    .card_tres{
        margin-top: 20px;
    }
    .card_um .fundo_sobre{
        width: 95%;
        height: 90%;
    }
    .card_dois .fundo_sobre{
        height: 98%;
        width: 100%;
        margin: auto;
        padding: 20px;
    }
    .fundo_sobre.descricao_sobre_nos{
        margin: auto 0px;
        margin-left: auto;
    }
    .descricao_sobre_nos{
        padding: 20px;
    }


    .faq_fundo{
        width: 100%;
        padding: 40px;
    }
    .posicao-faq{
        width: 100%;
    }
    .acordeon{
        width: 100%;
    }
    .painel{
        width: 100%;
    }
    .painel p{
        width: 100%;
    }

    .footer--layout{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .footer--layout div{
        margin-bottom: 10px;
    }
    .footer--layout div h4{
        margin-bottom: 5px;
    }
}



@media (max-width: 580px){
    .banner{
        height: 500px;
    }
    .banner-depoimento{
        display: none;
    }
    .banner-text{
        height: 100%;
        width: 100%;
        padding: 0px 4%;
        justify-content: space-evenly;
    }
    .headline{
        width: 90%;
        font-size: 1.8rem;
        line-height: 38px;
    }
    .botao_orcamento_principal{
        width: 100%;
    }
    .actionline{
        margin-top: 0px;
    }
}


@media (max-width: 400px){
    .botao_orcamento_principal{
        font-size: 1.2rem;
    }
}




