@import url('https://fonts.googleapis.com/css2?family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');

:root{
    --verdepadrao: #00b280;
    --pretofosco: #333;
}
* {
    touch-action: manipulation;
}
html{
    scroll-behavior: smooth;
}
body{
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.43;
}
html,body{
    background-color: var(--pretofosco);
}
header{
    display: flex;
    justify-content: center;
    height: 100px;
    background-color: var(--pretofosco);
    transition: padding 0.3s ease;
}
.container{
    display: flex;
    justify-content: space-between;
    width: 1100px;
}
header .container{
    display: flex;
    justify-content: space-between;
    width: 90%; 
    align-items: center;
}
.menu{
    flex: 2;
    display: flex;
    align-items: center;
    align-items: center;
}
.top-row{ /* Substituindo o .logo */
    flex: 1;
}
.logo img{
    height: 50px;
}
.icomenu {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
}
.icomenu img {
    margin-left: 15px;
}
nav ul,
nav li{
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul{
    display: flex;
}
nav a{
    display: block;
    text-decoration: none;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
nav a:hover{
    color: var(--verdepadrao);
}
.menuMobile{
    display: none;
    cursor: pointer;
}
section{
    display: flex;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#banner {
    position: relative;
    height: 580px;
    padding: 0;
    cursor: pointer;
}
.banner_rotativo {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner-slider {
    display: flex;
    width: 300%; 
    height: 100%;
    transition: transform 0.7s ease-in-out;
}
.banner-slide {
    width: 33.3333%;
    height: 100%;
}
.banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-controls {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}
#banner.controls-visible .banner-controls {
    opacity: 1;
    pointer-events: auto;
}
.banner-arrow, .banner-pause {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    z-index: 10;
}
.banner-arrow {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}
.banner-arrow.prev {
    left: 20px;
}
.banner-arrow.next {
    right: 20px;
}
.banner-pause {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 16px;
}
.banner-arrow:hover, .banner-pause:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
#intro{
    background-color: white;
}
#quem-somos{
    background-color: var(--pretofosco);
}
#disponibilidade{
    background-color: var(--verdepadrao);
}
#certificados,
#precos-promo{
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#certificados{
    background-image: url("../img/fundobranco.jpg");
}
#precos-promo{
    background-image: url("../img/cinzaescurobg.jpg");
}
#maps{
    background-color: white;
}
.column{
    flex-direction: column;
}
.row{
    flex-direction: row;
}
.wrap {
    flex-wrap: wrap;
}
.spacearound{
    justify-content: space-around;
}
.mbottom{
    margin-bottom: 50px;
}
#precos-promo .text_title h2,
#certificados .text_title h2{
    text-align: center;
    font-size: 30px;
}
#precos-promo .text_title h2{
    color: red;
}
#disponibilidade h2{
    color: white;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}
#disponibilidade p{
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding-right: 50px;
    padding-left: 50px;
}
#geral{
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
#geral .container{
    align-items: center;
}
#geral .text_title{
    text-align: center;
    /*padding-bottom: 50px;*/
}
#geral .text_title h1{
    font-size: 20px;
    color: var(--pretofosco);
}
.suporte_button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.suporte_button img{
    padding-right: 20px;
}
.suporte_button button{
    background-color: var(--pretofosco);
    color: white;
    font-family: 'Sora',sans-serif;
    font-size: 20px;
    padding: 10px;
    border: none;
    border-radius: 5px;
}
.suporte_button button:hover{
    background-color: black;
}
.suporte_legenda p{
    font-size: 12px;
}
.contato_info{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.contato_info button{
    width: 50%;
    color: var(--verdepadrao);
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid var(--verdepadrao);
    font-size: 18px;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}
.contato_info button:hover{
    background-color: var(--pretofosco);
    color: white;
    border: 1px solid var(--pretofosco)
}
form fieldset{
    border: 0;
}
form fieldset legend{
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 400;
    color: var(--pretofosco);
    font-size: 20px;  
}
.contato_box{
    flex: 1;
    margin: 10px;
}
.contato_box input,
.contato_box select,
.contato_box textarea{
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}
.contato_box textarea{
    resize: none;
    height: 120px;
}
.contato_box select{
    color: var(--pretofosco);
}
.contato_data{
    color: var(--pretofosco);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.contato_data i{
    margin-right: 10px;
    font-size: 20px;
}
#msg-status {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.intro_text{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certibold{
    color: var(--verdepadrao);
    font-weight: 600;
}
.text_title{
    margin-bottom: 50px;
}
.text_title h1{
    font-size: 30px;
}
#intro h1{
    font-weight: 400;
    color: var(--pretofosco);
}
#intro .text_title{
    margin-bottom: 0px;
}
#quem-somos h2{
    color: white;
}
.widget{
    display: flex;
    align-items: center;
}
#quem-somos .widget,
#certificados .widget{
    justify-content: space-between;
}
.widget_quem{
    display: flex;
    align-items: center;
}
.w_box{
    display: flex;
    width: 150px;
    height: 200px;
    background-color: rgba(0, 0, 0, .3);
    margin-bottom: 10px;
    border-bottom: 2px solid var(--verdepadrao);
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.w_box_img{
    margin-bottom: 10px;
    height: 60px;
}
.w_box_title{
    color: var(--verdepadrao);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    height: 20px;
}
.w_box_desc{
    color: white;
    font-weight: 200;
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
}
.c_box{
    display: flex;
    width: 220px;
    height: 420px;
    background-color: rgba(100, 100, 100, 0.1);;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.c_box_img{
    margin-bottom: 10px;
    width: 90%;
}
.c_box_title{
    font-size: 29px;
    font-weight: 700;
    font-family: 'Amaranth',sans-serif;
    margin-bottom: 20px;
}
.c_box_desc{
    color: black;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
.c_box_button{
    display: flex;
    font-size: 18px;
    width: 90%;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--verdepadrao);
    border-radius: 6px;
    text-decoration: none;
    color: var(--verdepadrao);
}
.c_box_button:hover{
    background-color: white;
}
.c_box_button a{
    text-decoration: none;
    color: var(--verdepadrao);
}
.c_box_bar{
    width: 100%;
    height: 3px;
    background-color: var(--verdepadrao);
}
.widget_logo{
    margin-left: 50px;
    margin-right: 50px;
}
.widget_logo img{
    width: 93px;
    height: 93px;
}
.widget_text{
    flex: 3;
    color: white;
    font-size: large;
}
.p_box{
    display: flex;
    width: 530px;
    height: 600px;
    background-color: rgba(100, 100, 100, 0.2);;
    margin-bottom: 30px;
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.p_box_title{
    color: var(--verdepadrao);
    font-size: 29px;
    font-weight: 700;
    font-family: 'Amaranth',sans-serif;
    margin-top: 20px;
}
.p_box_price{
    background-color: var(--verdepadrao);
    color: black;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.5;
}
.p_box_desc{
    display: flex;
    flex-direction: column;
    width: 70%;
}
.p_box_desc_adv{
    margin: 10px;
    color: white;
    font-size: 18px;
    font-family: 'Sora',sans-serif;
    text-align: start;
}
.p_box_desc_adv i {
    margin-right: 15px;
    color: var(--verdepadrao);
}
.p_box_button{
    display: flex;
    font-size: 16px;
    font-weight: 700;
    width: 70%;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: var(--verdepadrao);
    text-decoration: none;
    color: white;
}
.p_box_button:hover{
    background-color: black;
}
.p_box_button a{
    text-decoration: none;
    color: white;
}
.priceold,
.newprice,
.namepromo{
    font-family: 'Amaranth',sans-serif;
    color: white;
    font-size: 18px;
    font-weight: 500;
}
.priceold_config {
    color: #ff0000;
}
.newprice_config {
    font-size: 40px;
}
.namepromo{
    font-size: 14px;
}
#precos-promo .container{
    width: 100%;
}
#maps .container{
    width: 100%;
    justify-content: center;
}
#maps{
    padding: 0;
}
#maps iframe{ 
    width: 100%;
}
.maps_end{
    display: flex;
    margin: 10px;
    color: black;
    font-size: 14px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}
.maps_end i {
    margin-right: 10px;
}
.map_google{
    width: 100%;
    height: 100%;
}
#footer1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../img/contatobg.jpg");
    background-position: center center;
    background-size: cover;
    height: 100%;
    padding: 0;
    color: white;
}
.footer_widget{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer_info{
    display: flex;
    width: 220px;
    height: 160px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin-top: 10px;
}
footer .container {
    max-width: 100%;
}
.footer_copy {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    background-color: var(--pretofosco); 
    width: 100%;
}
.footer_copy .container{
    align-items: center;
}
.copy_text{
    flex: 2;
}
.copy_text a{
    color: #337ab7;
    text-decoration: none;
    font-weight: 700;
}
.copy_text a:hover{
    color: #43a0f1;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}
.copy_img{
    flex: 1;
}
.copy_img img{
    margin-right: 10px;
}
.f_title{
    font-family: 'Sora',sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.f_text{
    display: flex;
    font-family: 'Sora',sans-serif;
    font-size: 12px; 
    align-items: center;
    margin-bottom: 5px;
}
.f_text img{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.f_text i{
    font-size: 20px;
    margin-right: 10px;
}
.f_text ul{
    list-style-position: inside;
}
.f_text ul,
.f_text li{
    margin: 0;
    padding: 0;
}
.f_text a{
    text-decoration: none;
    color: white;
}
.f_text a:hover{
    text-decoration: underline dotted;
    text-underline-offset: 4px;
}
.menu-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51, 51, 51, .95);
    z-index: 999;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    animation: slideDown 0.4s ease forwards;
}
.menu-bar .menu {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.menuMobile{
    display: none;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
}
.mm_line{
    height: 3px;
    background-color: white;
}
.scale{
    transition: transform 0.6s ease;
}
.scale:hover{
    transform: scale(1.07);
}
.footer_fale .f_text i.fa-whatsapp {
  transform: scale(1.1); /* Aumentar icone do zap */
}
.empty{
    background-color: transparent;
    pointer-events: none;
}
/* Top button */
#btnTopo {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 68px;
    height: 68px;
    display: none;
    background-color: rgba(0, 0, 0, .6);
    color: white;
    border: none;
    padding: 20px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 30px;
    z-index: 99;
    transition: opacity 0.3s ease;
}
#btnTopo:hover {
    background-color: black;
}
/* INICIO BOTÃO WHATSAPP */
/* Gerado em https://robbu.global/gerador-de-botao-whatsapp/ */
/* Usei o .css disponibilizado pela Robbu e modifiquei conforme minha necessidade. */
/* Botão principal do WhatsApp */
#robbu-whatsapp-button {
    display: flex;
    position: fixed;           /* Fixa o botão na tela */
    background: #25d366;       /* Cor do botão */
    bottom: 20px;              /* Distância da parte inferior da tela */
    border-radius: 50%;        /* Formato circular */
    width: 68px;
    height: 68px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, .2);
    transition: .4s;
    align-items: center;
    justify-content: center;
}

/* Tooltip (texto que aparece ao passar o mouse) */
#robbu-whatsapp-button > .rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
    opacity: 0;
    transition: .4s;
    pointer-events: none;
    background-color: white;
}

/* Setinha do tooltip */
#robbu-whatsapp-button > .rwb-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: .4s;
}

/* Quando o botão está à esquerda */
#robbu-whatsapp-button.left {
    left: 25px; /* ← ALTERAR ESTA PROPRIEDADE para mudar a distância da esquerda */
}

#robbu-whatsapp-button.left > .rwb-tooltip {
    left: 0;
    transform: translateX(-10%);
}

#robbu-whatsapp-button.left > .rwb-tooltip:after {
    left: 23px;
}

/* Quando o botão está à direita (padrão) */
#robbu-whatsapp-button:not(.left) {
    right: 100px; /* ← ALTERAR ESTA PROPRIEDADE para mudar a distância da direita */
}

#robbu-whatsapp-button:not(.left) > .rwb-tooltip {
    right: 0;
    transform: translateX(10%);
}

#robbu-whatsapp-button:not(.left) > .rwb-tooltip:after {
    right: 23px;
}

/* Ícone dentro do botão */
#robbu-whatsapp-button > img {
    display: block;
    width: 34px;
    height: 34px;
}

/* Efeito hover no botão */
#robbu-whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14, 81, 39, .4);
}

/* Tooltip visível no hover */
#robbu-whatsapp-button:hover > .rwb-tooltip {
    opacity: 1;
    transform: translateX(0);
}

#robbu-whatsapp-button:hover > .rwb-tooltip:after {
    top: 100%;
    transition-delay: .4s;
}
/* FIM BOTÃO WHATSAPP */
@media (max-width: 768px){
    header {
        height: auto;
        padding: 10px 0;
    }
    header .container{
        flex-direction: column;
    }
    .top-row{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: flex-end;
    }
    nav ul {
        flex-direction: column;
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #333;
        z-index: 1000;
    }
    nav ul li {
        width: 100%;
        text-align: center;
    }
    .icomenu{
        flex-direction: row;
    }
    #intro .text_title h1,
    .text_title,
    .widget_text,
    #disponibilidade h2,
    #disponibilidade p,
    .maps_end{
        padding-left: 10px;
        padding-right: 10px;
    }
    #intro .text_title h1,
    #precos-promo .text_title h2{
        font-size: 25px;
    }
    section,
    .footer_widget{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .text_title{
        margin-bottom: 20px;
    }
    #quem-somos .text_title{
        text-align: center;
    }
    #quem-somos .widget,
    #certificados .widget{
        flex-direction: column;
        width: 100%;
    }
    .w_box,
    .c_box,
    .p_box{
        width: 90%;
    }
    #disponibilidade h2{
        font-size: 35px;
    }
    .maps_end{
        text-align: center;
    }
    .empty,
    .offmob{
        display: none;
    }
    .footer_widget{
        justify-content: center;
    }
    .footer_info{
        height: auto;
        padding: 30px;
    }
    .footer_copy .container {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .copy_text {
        text-align: center;
    }
    .copy_img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .scale{
        transition: transform 0.3s ease;
    }
    .scale:hover{
        transform: translateY(-5px);
    }
    .menuMobile{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 0;
        padding: 10px;
    }
    .logo img{
        height: 40px;
    }
    #banner,
    .banner_rotativo {
        height: 320px;
    }
    .banner_rotativo button {
        padding: 6px 10px;
        font-size: 14px;
    }
    .contato_info{
        flex-direction: column;
    }
    .contato_box{
        width: 90%;
        margin-bottom: 30px;
    }
    .contato_info button{
        width: 100%;
        margin-bottom: 0px;
    }
}