body {
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

.background-hero {
    background-image: url('/assets/hero-background.svg');
    background-position: center; 
    background-repeat: no-repeat; 
    height: 80vh; 
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4vh 8vw 0 8vw;
}

.logo {
    height: 5rem;
}

.nav-menu {
    color: #2C2C2C;
    text-decoration: none;
    padding: 0 1rem;
    cursor: pointer;
}

.nav-menu:hover {
    font-weight: bold;
    transform: scale(1.1);
}

.menu-toggle {
    display: none;
}

.btn-talk {
    color: #fff;
    text-decoration: none;
    padding: 0.875rem 2.5rem;
    background-color: #2D5192;
    border-radius: 0.625rem;
    width: 10vw;
    text-align: center;
}

.btn-header-talk {
    color: #fff;
    text-decoration: none;
    padding: 1rem 1.5rem;
    background-color: #2D5192;
    border-radius: 0.625rem;
    width: 6vw;
    text-align: center;
}

.btn-access-talk {
    margin-left: 10px;
    color: #2D5192;
    text-decoration: none;
    width: 6vw;
    padding: 1rem 1.5rem;
    border-radius: 0.625rem;
    border: 2px solid #2D5192 ;
    text-align: center;
}

.btn-access-talk:hover {
    color: #fff;
    background-color: #2D5192;
}


.btn-header-talk:hover {
    background-color: #1d3664;
}

.btn-talk:hover {
    transform: scale(1.1);
}

.hero {
    padding-top: 15vh;
    color: #2C2C2C;
    text-align: center;
}

.hero p {
    padding: 1rem;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2.5rem;
}

.hero p:nth-child(2) {
    margin-bottom: 5vh;
    font-size: 1.20rem;
}

.heroCTA {
    color: #fff;
    text-decoration: none;
    padding: 0.875rem 2rem;
    background-color: #2D5192;
    border-radius: 0.625rem;
    cursor: pointer;
}

.heroCTA:hover {
    transform: scale(1.1);
    background-color: #244175;
}

.section-title {
    display: flex;
    margin-top: 4vh;
    align-items: center;
    color: #2E5193;
    font-size: 1.15rem;
    font-weight: 800;
    padding-bottom: 2vh;
}

.circle {
    height: 0.5rem;
    width: 0.5rem;
    background-color: #2E5193;
    border-radius: 50%;
    margin-right: 0.8rem;
}

.about {
    padding: 4vh 8vw 0 8vw;
    color: #2C2C2C;
}

.about-content {
    padding: 2vh 4vw 0 4vw;
}

.about p {
    padding: 0.8rem;
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 2rem;
}

.about p:nth-child(3) {
    font-size: 1.20rem;
    font-weight: bolder;
}

.differential{
    padding: 4vh 8vw 0 8vw;
    color: #2C2C2C;
}

.differential-contentainer {
    display: flex;
    justify-content: center;
}

.differential-contentainer div:nth-child(1){
    margin-right: 4vw;
}

.differential-card {
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    width: 20vw;
    padding: 2rem;
    margin-top: 8vh;
    min-height: 25vh;
}

.differential-card-title {
    margin-bottom: 2vh;
    font-weight: bold;
    font-size: 1.05rem;
}

.differential-card-content {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0.8px;
}

.where {
    background-color: #00513B;
    margin-top: 8vh;
    text-align: center;
    color: #fff;
}

.where h1 {
    padding: 4vh;
    font-size: 1.15rem;
}

.card-where {
    flex: 1 1 150px;
    margin: 5px;
    padding: 2vh;
    border-radius: 5%;
    border: 1px solid #D2D2D2;
    background: #FFF;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #2C2C2C;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.card-where-wrapper {
    padding: 2rem;
}

.card-where-img {
    padding: 0.8rem
}

.card-where-title {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #2C2C2C;
}

.carrossel {
    padding: 0 8vw 8vh 8vw;
    margin: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.solutions {
    padding: 4vh 8vw 0 8vw;
    color: #2C2C2C;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution-content {
    padding-top: 4vh;
}


.solution-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-title h1 {
    font-size: 1.15rem;
    margin-left: 1rem;
    font-weight: bold;
}

.solution-subtitle {
    margin-top: 2vh;
    font-size: 1rem;
}

.solution-card-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    padding: 2vh 6vw 4vh 4vw;
}

.solution-cards-wrapper {
    display: flex;
    margin-top: 5vh;
}

.solution-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.solution-card {
    margin: 0 0.5rem;
    padding: 2rem;
    width: 15vw;
    background-color: #fafafa;
    border: 1px solid #D2D2D2;
    border-radius: 5%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.solution-card p:nth-child(1) {
    color: #2C2C2C;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 2vh;
}

.solution-card p:nth-child(2) {
    color: #2C2C2C;
    font-size: 1rem;
    line-height: 1.5rem;
}

.cta-solution {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cta-solution p {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 4vh;
}

.contact {
    padding: 8vh 8vw 0 8vw;
}

.contact-container {
    display: flex;
    justify-content: center;
    margin-top: 5vh;
    font-size: 1.15rem;
}

.contact-text {
    display: flex;
    align-items: center;
    width: 45vw;
    margin-top: 5vh;
}

.contact-message {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-text p {
    margin-left: 1vw;
    line-height: 2vh;
}

.contact-message p {
    font-weight: 700;
    font-size: 1.15rem;
    padding-bottom: 2vh;
    color: #2C2C2C
}

.contact-message textarea {
    resize: none;
    width: 20vw;
    height: 15vh;
    margin-bottom: 2vh;
    font-size: 1rem;
    border-radius: 6px;
    border: 1px solid #D4D4D4;
    background: #F8F8F8;
}

.footer { 
    display: flex;
    margin-top: 10vh;
    border-top: 1px solid #E4E4E4;
    background: #FAFAFA;
    height: 30vh;
    justify-content: space-around;
    align-items: center;
}

.policy {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-around;
}

.policy img {
    padding-bottom: 2vh;
}

.policy p {
    padding-bottom: 2vh;
}

.nav-footer {
    display: flex;
    flex-direction: column;
}

.nav-footer h1 {
    font-weight: 700;
    font-size: 1rem;
    padding-bottom: 2vh;
    color: #2C2C2C
}

.nav-footer a {
    font-weight: 300;
    font-size: 1rem;
    padding-bottom: 2vh;
    color: #2C2C2C
}

.info-container h1 {
    font-weight: 800;
    font-size: 1rem;
    padding-bottom: 2vh;
    color: #2C2C2C
}

.info-container p { 
    padding-bottom: 2vh;
}

.cookie-banner {
    background-color: #f3f3f3; 
    padding: 20px; position: fixed; 
    bottom: 0; 
    width: 100%; 
    text-align: center;
}

.cookie-button {
    background-color: #2E5193;
    color: #FAFAFA;
    height: 4vh;
    width: 8vw;
    margin-top: 2vh;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.cookie-button:hover {
    background-color: #1b4491;
}


@media (max-width: 961px) {

    .btn-header-talk {
        display: none;
    }

    .btn-access-talk {
        display: none;
    }

    .nav-header-menu {
        display: none; /* Esconde o menu */
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #e4e4e4;
        width: 100%;
        text-align: center;
        padding: 1rem;
    }

    .menu-toggle {
        display: block; /* Exibe o botão hamburguer */
        background: none;
        border: none;
        font-size: 2rem;
        cursor: pointer;
        color: #2C2C2C;
    }

    header {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    /* Exibe os links quando o menu está aberto */
    .nav-header-menu a {
        display: block;
        padding: 1rem;
        color: #2C2C2C;
        text-decoration: none;
    }

    .btn-talk {
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
    }

    .differential-contentainer {
        display: flex;
        flex-direction: column; 
        flex-wrap: wrap; 
        justify-content: center; 
        align-items: center; /
    }

    .differential-card {
        border-radius: 8px;
        border: 1px solid #DBDBDB;
        width: 50vw;
        padding: 2rem;
        margin-top: 8vh;
        min-height: 25vh;
    }

    .differential-contentainer div:nth-child(1) {
        margin-right: 0;
    }

    .solution-cards-wrapper {
        display: flex;
        flex-direction: column;
    }

    .solution-card {
        width: 40vw;
        margin-bottom: 2vh;
    }

    .cta-solution p {
        text-align: center;
    }

    .btn-talk {
        padding: 1.5rem 1rem;
        width: 25vw;
    }
    
    .contact-container {
        display: flex;
        flex-direction: column;
    }

    .contact-text {
        display: flex;
        align-items: center;
        width: 80vw;
        margin-top: 4vh;
    }

    .contact-text p {
        line-height: 4vh;
    }

    .contact-text svg {
        display: none;
    }

    .contact-message p {
        margin-top: 4vh;
    }
    .contact-message textarea {
        width: 80vw;
    }
    .card-where {
        border-radius: 20px;
    }

    .info-footer{
        display: none;
    }
}    
