@font-face{
    font-family: porto-light;

    src: url("FONTES/Roobert-Font/RoobertTRIAL-Light-BF67243fd502239.otf");
}
@font-face{
    font-family: porto-medio;

    src: url("FONTES/Roobert-Font/RoobertTRIAL-Medium-BF67243fd53e059.otf");
}
@font-face{
    font-family: porto-bold;

    src: url("FONTES/Roobert-Font/RoobertTRIAL-Bold-BF67243fd540abb.otf");
}
:root{
    --verde-claro: #6ec275;
    --verde-escuro: #08533d;
    --verde-medio: #259e7a;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
}
.padding{
    padding: 70px 20px 0 20px;
}
.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-benes{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.text-bene{
    flex-direction: column;
}
.text-bene h3{
    font-family: "porto-medio";
    font-weight: 100;
    font-size: 22px;
    margin-bottom: 10px;
}
.text-bene p{
    font-family: "Poppins";
    font-size: 13px;
}

.bene{
    display: flex;
    gap: 1rem;
    border: 1px solid var(--verde-claro);
    background-color: #a3f7aa16;
    border-radius: 20px;
    padding: 25px 22px;
}

.beneficios{
    flex-direction: column;
    gap: 1rem;
}

.container-text-bene{
    display: flex;
    align-items: center;
    gap: .3rem;
}
.container-text-bene img{
    width: 20px;
    margin-bottom: 5px;
}
.subtitle{
    font-family: "porto-medio";
    font-weight: 100;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}

.destaque-vantagem{
    /* border-bottom: 2px dashed var(--verde-medio); */
    color: var(--verde-medio);

    background-image: linear-gradient(to right, var(--verde-medio),  var(--verde-claro));
  
  
  background-clip: text;
  -webkit-background-clip: text; /* Alguns navegadores precisam do prefixo */

  /* Terceiro passo: apagar o texto, deixando apenas o fundo atrás dele */
  -webkit-text-fill-color: transparent;

  color: var(--verde-medio);
}




.carousel-wrapper {
    overflow-x: auto;
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 16px;
    max-width: 100%;
  }
  .carousel-buttons{
    display: none;
  }

  .carousel-slide {
    flex: 0 0 90%;
    scroll-snap-align: start;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.093);
  }

  
  .carousel-wrapper::-webkit-scrollbar {
    display: none;
  }

  .carousel-container {
    -ms-overflow-style: none; 
    scrollbar-width: none; 
  }

.verde-claro{
    background-color: var(--verde-medio);
    margin-top: 60px;
    padding-bottom: 60px;
    padding-top: 60px !important;
}

.depoimentos{
    display: flex;
    flex-direction: column;
}
.depoimentos h2{
    color: white;
    font-family: "porto-bold";
    font-weight: 100;
    max-width: 300px;
    font-size: 32px;
    margin-bottom: 30px;
}
.review-text{
    font-family: "Poppins";
    font-size: 14px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
}
.review-content img{
    width: 40px;
}
.review-content{
    display: flex;
    gap: 1rem;
    margin-bottom: 15px;
    align-items: center;
    
}
.margin-pc{
    margin-top: 21px;
}
.review-user{
    font-family: "porto-light";
    font-weight: 100;
}
.bold{
    font-family: "porto-medio";
    font-weight: 100;
}
li{
    color:rgb(0, 0, 0);
    font-family: "porto-medio";
}
.margin-li{
    margin: 0px 0 20px 0;
}
.circulo{
    background-color: #08533c3e;
    border: 1px solid var(--verde-escuro);
    max-width: fit-content;
    padding: 8px 20px;
    border-radius: 30px;
    margin-bottom: 10px;
}
.circulo p{
    color: var(--verde-escuro);
    font-family: "porto-medio";
}




.card-saude{
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 21px;
}
.card-saude img{
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.text-card-saude{
    position: absolute;
    /* background-color: #eaeaea; */
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 40px 30px 50px 30px;
    border-radius: 20px;
    top: 200px;
    border: 1px solid var(--verde-medio)
}
button{
    width: 100%;
    background-color: var(--verde-claro);
    color: white;
    padding: 14px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}
button img{
    width: 23px !important;
}

.planos-fotos{
    padding: 360px 20px 0 20px;
    display: flex;
    flex-direction: column;
}
.coluna img{
    width: 150px;
}
.empresas-saude{
    display: flex;
    gap: 2rem;
    margin-left: 10px;
}
.ajuste-tamanho{
    margin-left: 15px;
    margin-bottom: 15px;
}
.ajuste-width{
    width: 200px;
}

.seguro{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}


.seguro h2{
    color: white;
    font-family: "porto-bold";
    font-weight: 100;
    max-width: 300px;
    font-size: 32px;
    margin-bottom: 30px;
    text-align: start;
}

.seguro-text-color{
    color: black;
}
.back-white{
    background-color: white;
}
.ajuste-icone-seguros{
    flex-direction: column;
    align-items: start;
}
.ajuste-icone-seguros img{
    width: 40px;
    margin-bottom: 0;
}
.crescer{
    width: 45px !important;
}
.ajuste-fundo-verde{
    box-shadow: -5px 10px 59px 0px rgba(255, 255, 255, 0.75);
-webkit-box-shadow: -5px 10px 59px 0px rgba(255, 255, 255, 0.304);
-moz-box-shadow: -5px 10px 59px 0px rgba(255, 255, 255, 0.5);
margin-top: 10px;
}

.column{
    display: flex;
    flex-direction: column;
    padding: 50px 20px 0 20px;
}
.coluna2{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.verde-claro2{
    background-color: var(--verde-medio);
    padding: 60px 20px;
}
.home{
    padding: 10px 20px 0px 20px;
}
.title{
    font-family: "porto-bold";
    font-weight: 100;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;

}

.destaque-verde{
    color: var(--verde-medio)
}
.logo{
    width: 200px;
    margin-bottom: 10px;
}
.p-home{
    text-align: center;
    margin-bottom: 30px;
    font-family: "Poppins";
    font-size: 14px;
}


.call-to-action{
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 0 12px 25px;
    position: fixed;
    right: 0;
    bottom: 0;
    margin: 15px;
    z-index: 2;
    height: 30px;
    transition: opacity 0.4s ease;
}
.whatsapp-hidden {
    opacity: 0;
    pointer-events: none;
}
.call-to-action span{
    animation: vai-e-vem 1.2s infinite linear, shake 9s infinite ;
    border-radius: 100vw;
    height: 78px !important;
}
.call-to-action svg{
    padding: 7px;
    
    cursor: pointer;
    color: #eeeeee;
    
    
    background-color: #23c123;
    
    border-radius: 100vw;
    
}
@keyframes vai-e-vem{
    0%{
        outline: 1px solid #6bbd3500;
    }
    50%{
        outline: 10px solid #6bbd3550;
    }
    100%{
        outline: 20px solid #6bbd3500;
        
    }
}
@keyframes shake{
    4.5%, 10.5%{
        transform: translate(0px, 0px) rotate(0deg);
    }
    
    5% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    5.5% {
        transform: translate(-2px, -3px) rotate(-1deg);
    }
    6% {
        transform: translate(-4px, 1px) rotate(1deg);
    }
    6.5% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    7% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    7.5% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    8% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    8.5% {
        transform: translate(4px, 1px) rotate(-1deg);
    }
    9.0% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    9.5% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    10% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

footer{
    background-color: #f0f0f0;
    border-top: 2px solid rgb(193, 193, 193);
    margin-top: 50px;
    padding-bottom: 10px !important;
}
.bold2{
    font-family: "porto-bold";
    font-size: 20px;
    margin-bottom: 4px;
}
.normal-p{
    font-family: "Poppins";
    margin-bottom: 14px;
    color: rgb(71, 71, 71);
}

#form-contato{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap:.5rem;
}
input{
    padding: 15px 10px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 300;
    color: rgb(0, 0, 0);
}
#contato button{
    font-weight: 500;
}
input:focus {
    outline: none;
    border: 2px solid var(--verde-claro); /* ou outra cor do seu tema */
  }

#contato{
    padding-bottom: 40px !important;
}



.column2{
    display: flex;
    flex-direction: column;
}

.flex-config{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.foto-home-pc{
    display: none;
}
.ajuste-auxilio{
    width: 100%;
    margin-top: 0;
}
.extra-margin{
    margin-left: 20px;
}

.eu img{
    max-width: 100%;
}
.eu h2{
    font-family: "porto-medio";
    margin-top: 30px;
    font-size: 25px;
    margin-bottom: 10px;
}
.eu h3{
    font-family: "Poppins";
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 18px;
    
}
.eu p{
    font-family: "Poppins";
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}
.eu{
    display: flex;
    flex-direction: column;
}
.img-home {
    width: 100vw;
    margin-top: 30px;
}