* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat", serif;
    ;
    max-width: 100%;

}
html,body {
    overflow-x: hidden;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}


@media (max-width: 768px) {
    body {
      font-size: 16px;
    }
  }
  @media (max-width: 480px) {
    body {
      font-size: 14px;
    }
  }

.whats {
    z-index: 6;
    position: fixed;
    right: 0;
    padding-right: 15px;
    bottom: 0;
    padding-bottom: 20px;


}




.navbar {
    position: fixed;
    background-color: #ebeae9;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}

.nav-logo {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    padding-bottom: 30px;
}

.nav-logo a img {
    width: 100%;
}

.nav-links {
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #000000;

}

.nav-links a:hover {
    color: #FFD700;
    transition: 0.5s ease;
}

.nav-links .nav-button {
    width: 140px;
    height: 40px;
    border-radius: 20px;
    border: none;
    background-color: #d4b70de7;
    color: rgb(240, 239, 239);
    font-weight: bold;
    cursor: pointer;
}

.nav-button:hover {
    background-color: rgba(102, 102, 102, 0.493);
    color: #FFD700;
    transition: 0.5s ease;
    box-shadow: 2px 2px 2px 2px rgba(000, 000, 000, 0.9);
}

.nav-link-menu {
    margin-right: 10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: none;
}

.nav-list-mobile {
    position: fixed;
    margin-top: 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-color: #ebeae9;
    transition: 0.5s ease;
    border-bottom: 3px solid #FFD700;
}

.nav-list-mobile ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-list-mobile ul li {
    list-style: none;
}

.nav-list-mobile ul li a {
    text-decoration: none;
    color: black;
}

.nav-link-menu-fecha {
    right: 0px;
    padding-right: 10px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    display: none;
}

.show {
    background-color: #eeedec;
    margin-top: 110px;
    transition: 0.5s ease;
    color: rgb(7, 7, 7);
    border-bottom: 3px solid #000;

    ul li a {
        color: rgb(0, 0, 0);
    }
}

@media (max-width:920px) {

    header{
        width: 100%;
    }

    .nav-links a {
        display: none;
    }

    .nav-links {
        display: flex;
        gap: 20px;
        justify-content: end;
        border-bottom: transparent;
    }

    .nav-links .nav-link-menu-fecha {
        padding: 0px 10px 0px 0px;
    }

    .nav-link-menu {
        display: block;
    }

    .nav-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width:500px;
        padding-left: 10px;
        padding-top: 30px;
    }

    .nav-logo a img {
        width: 100%;

    }
    .nav-button{
        display: none;
    }



}



.first-head {

    background-image: url(logos-salomão/capa-de-inicio.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ebeae9;
    

    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 800px;
    background-color: rgba(255, 255, 255, 0.767);
    padding-top: 130px;
}

.headline {
 
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    transition: 1s ease;
    color: #2b2b2a;
    height: 300px;
    opacity: 0;
    transform: translateX(-500px);

    h1 {
        font-size: 30px;
        color: white;



    }

    p {
        animation: hidden 2s ease;
        font-size: 21px;
        color: #ebeae9;
    
     }

}

.headline .btn-headline {
    width: 230px;
    height: 50px;
    border-radius: 15px;
    border: none;
    background-color: #d4b70de7;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}

.btn-headline:hover {
    background-color: rgba(102, 102, 102, 0.493);
    color: #FFD700;
    transition: 0.5s ease;
    box-shadow: 2px 2px 2px 2px #010101;
}

.foto-headline {
    width: 400px;
}

.foto-headline img {
    width: 100%;
}
.head-ativo{
    transition: 1s ease;
    transform: translateX(0);
    transform: translateY(0);
    opacity: 1;
}




.apresentacao {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(102, 102, 102, 0.493);
}

.quem-sao {

    display: flex;
    flex-direction: column;
    gap: 30px;
    color: rgba(14, 13, 13, 0.815);
    transform: translateX(200px);
    opacity: 0;

    h1 {
        font-size: 34px;
    }

    p {
        line-height: 30px;
        font-size: 20px;
    }

}

.quem-sao-img {
    margin-bottom: 50px;
    transform: translateX(-200px);
    opacity: 0;
}

.quem-sao-img img {
    width: 600px;


}

.show-apresentacao {
    opacity: 1;
    transform: translateX(0);
    transition: 1.5s ease;

}

.diferenciais {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    gap: 40px;

}

.titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.cards-diferenciais {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;

}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 5px 0px 10px;
    gap: 20px;
    width: 310px;
    height: 340px;
    border: 1px solid #626262;
    border-radius: 20px;
    opacity: 0;

    h1 {
        font-size: 22px;
        text-align: center;
    }

    p {
        font-size: 17px;
        line-height: 26px;
        font-weight: 400;
    }
}

.show-cards {

    opacity: 1;
    transform: translateX(0px);
    transition: 1.5s ease;


}

.show-cards:nth-child(2) {
    transition-delay: 200ms;
}

.show-cards:nth-child(3) {
    transition-delay: 400ms;
}

.show-cards:nth-child(4) {
    transition-delay: 600ms;
}

.atuamos {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 900px;
    background-color: #8d7a10e7;



}

.plano-saude {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    font-size: 28px;
}

.plano-saude-texto {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    font-size: 21px;
    opacity: 0;


    .texto-1 {
        letter-spacing: -0.3px;
        transform: translateY(52px);
        text-align: justify;
        max-width: 500px;
        line-height: 1.6;

    }

    .texto-2 {
        text-align: justify;
        max-width: 550px;
        line-height: 1.6;
        letter-spacing: -0.3px;
        transform: translateY(70px);
    }
}

.show-planos {
    opacity: 1;

    animation: planos-ani 0.5s ease;
}

.show-planos-2 {
    opacity: 1;

    animation: h1-plano 0.5s ease;

}

@keyframes planos-ani {

    0% {
        opacity: 0;
        transform: translateY(200px);

    }

}

@keyframes h1-plano {

    0% {
        transform: translateY(-100px);
        opacity: 0;
    }



}


.atuamos-com {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 70px;
    opacity: 0;
    transform: translateX(-1400px);
    margin-top: 150px;

}

.atuamos-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;;
}

.show-atuamos {
    transform: translateX(0);
    opacity: 1;
    transition: 1s;
}

.show-atuamos:nth-child(2) {
    transition-delay: 400ms;
}

.show-atuamos:nth-child(3) {
    transition-delay: 600ms;
}

.show-atuamos:nth-child(4) {
    transition-delay: 800ms;
}


.empresas-planos {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    background-color: #f1f0f0;

}

.slides {
    display: flex;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;

    
    
    
}
.slides:hover .slider{
    animation-play-state: paused;
    filter: grayscale(1);

}
.empresas-planos .slider:hover{
    filter: grayscale(0);
}
.slider{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width:250px;
    animation: carrousel 12s linear infinite;
    transform: translateX(-2500px);
 animation-delay: var(--delay);
    cursor: pointer;
   
}

.slider img{

    width: 100%;
}
    
   

@keyframes carrousel {

    0% {
        transform: translateX(2500px);
    }
    100% {
        transform: translateX(-1000px);
    }
    
}


.slider img {

    width: 200px;

}




.form {
    display: flex;
    align-items: center;
    gap: 70px;
    width: 100%;
    height: 600px;
    background-color: rgba(102, 102, 102, 0.493);
}
.form form{
    display: flex;
    flex-direction: column;
    gap: 8px;
}


.img-form {
    display: flex;
    width: 580px;
    height: 600px;
    opacity: 1;
    transform: translateX(-1000px);
    opacity: 0;




}

.img-form img {
    width: 100%;
    height: 100%;

}


.form-input {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    transform: translateX(1000px);
    opacity: 0;

}
.div-cnpj{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.form-ativo {
    opacity: 1;
    transform: translateX(0);
    transition: 1s ease;
}
.form-input .btn-select{
    width: 200px;
}

.form-input .btn-enviar-form{
    height: 45px;
    background-color: #16b807fd;
    border: none;
    cursor: pointer;
    font-size: 17px;
    font-weight: bold;
    font-family: sans-serif;
    color: white;
    letter-spacing: 2px;
    margin-top: 15px;
}

.form-input input {
    width: 600px;
    height: 45px;
    outline: none;
    padding-left: 5px;
}
.res{
    transform: translateY(20px);
    color: rgb(8, 8, 8);
}

.orçamento-inputs {
    display: flex;
    align-items: center;
}

.localizacao {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.titulo-local {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 40px;

    p {
        font-size: 18px;
    }
}

.img-txt {
    display: flex;
    align-items: center;
}

.maps {
    width: 600px;
    height: 100px;
}

.contatos {
    width: 100%;
    height: 70px;
    background-color: #6d6d6c;
    display: flex;
    align-items: center;
    justify-content: center;


}

.redes-sociais {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

;

.redes-sociais a:hover {
    color: #dad7d5fa;
}

.footer {
    width: 100%;
    height: 90px;
    background-color: #2b2b2a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.562);
}

@media (max-width:900px) {

    .first-head {
        max-width: 100%;
        display: flex;
       
    }

    .foto-headline {
        display: none;
    }

    .headline {
        height: 400px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 35px;
        padding-left: 10px;
        padding-right: 10px;

        p {
            text-align: justify;
            font-size: 15px;
        }
        br{
            display: none;
        }
    }

    .apresentacao {
        max-width: 100%;
        padding: 0px 5px 0px 5px;
        height: 1100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .quem-sao-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 400px;
    }

    .quem-sao {
        display: flex;
        align-items: center;
        width: 400px;


        p {
            white-space: normal;
        }
    }

    .diferenciais {
        max-width:100%;

        height: 1300px;
    }

    .cards-diferenciais {
        display: flex;
        flex-direction: column;
    }

    .titulo {
        font-size: 14px;
    }

    .card {
        width: 400px;
        height: 250px;
    }

    .atuamos {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        height: 1500px;
    }

    .plano-saude-texto {
        display: flex;
        flex-direction: column;

    }

    .texto-1 {
        font-size: 17px;
        text-align: center;
        padding-left: 10px;
        padding-right: 20px;
    }

    .texto-2 {
        font-size: 17px;
        text-align: center;
        padding-left: 10px;
        padding-right: 20px;
    }

    .atuamos-card {
        text-align: center;


    }
    .atuamos-com{

        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 colunas de tamanhos iguais */
        grid-template-rows: repeat(2, auto); /* 2 linhas automáticas */
        gap: 40px; /* Espaço entre os elementos */
        max-width: 300px;
        
    }
    
    
    .form{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

    }
    .form-input input{

        width: 350px;

    }
    .img-form{
        display: none;
    }
    .localizacao{
        max-width: 100%;
    }
    
    .titulo-local{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        p{
            text-align: center;
        }
    }
    
    .footer{
        text-align: center;
    }
    

}