﻿body main {
    margin-top: 63px !important
  
}

header > .bg-azul-naval {
    background: var(--color-azul-naval);
}

.simulado-enem {
    overflow: hidden;
    background-color: #ffffff;
    color: #303030;
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
}

.simulado-enem__left,
.simulado-enem__right {
    position: relative;
}

.simulado-enem__intro {
    position: relative;
    z-index: 1;
    max-width: 590px;
    padding-top: 2rem;
}

.simulado-enem__yellow-shape {
    position: absolute;
    top: -7rem;
    left: -9rem;
    z-index: -1;
    pointer-events: none;
}

    .simulado-enem__yellow-shape svg {
        display: block;
        width: 265px;
        height: auto;
    }

.simulado-enem__title {
    margin: 0;
    color: #060783;
    font-size: clamp(2.65rem, 4.2vw, 3.6rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.04em;
}

    .simulado-enem__title strong {
        display: inline;
        font-weight: 700;
    }

.simulado-enem__subtitle {
    max-width: 550px;
    margin-top: 1.65rem;
    color: #303030;
    font-size: clamp(1.125rem, 1.8vw, 1.5rem);
    line-height: 1.28;
}

.simulado-enem__card {
    background-color: #eef1ff;
    padding: 2.5rem;
}

.simulado-enem__card-title {
    max-width: 480px;
    margin: 0 0 2rem;
    color: #060783;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
}

.simulado-enem__form {
    margin-bottom: 1.65rem;
}

.simulado-enem__input {
    height: 3.6rem;
    border: 1px solid #8b8b8b;
    border-radius: 0.45rem;
    color: #303030;
    font-size: 1rem;
    padding: 0.75rem 1.1rem;
}

    .simulado-enem__input::placeholder {
        color: #6d6d6d;
        opacity: 1;
    }

    .simulado-enem__input:focus {
        border-color: #060783;
        box-shadow: 0 0 0 0.2rem rgba(6, 7, 131, 0.2);
    }

.simulado-enem__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1.25rem;
    border: 2px solid #1e9a3a;
    border-radius: 0.45rem;
    background-color: #1e9a3a;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

    .simulado-enem__button span {
        margin-left: 1rem;
        font-size: 1.7rem;
        line-height: 0.8;
    }

    .simulado-enem__button:hover,
    .simulado-enem__button:focus {
        border-color: #14752a;
        background-color: #14752a;
        color: #ffffff;
    }

    .simulado-enem__button:focus {
        box-shadow: 0 0 0 0.2rem rgba(30, 154, 58, 0.28);
    }

.simulado-enem__benefits-title {
    margin: 1.7rem 0 1rem;
    color: #303030;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.25;
}

.simulado-enem__benefits {
    margin: 0 0 1.5rem;
    padding: 0;
    list-style: none;
}

    .simulado-enem__benefits li {
        position: relative;
        margin-bottom: 0.6rem;
        padding-left: 1.65rem;
        color: #303030;
        font-size: 0.9rem;
        line-height: 1.3;
    }

        .simulado-enem__benefits li::before {
            position: absolute;
            top: 0.08rem;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 1.05rem;
            height: 1.05rem;
            border: 2px solid #202020;
            border-radius: 0.2rem;
            color: #202020;
            content: "✓";
            font-size: 0.78rem;
            font-weight: 700;
            line-height: 1;
        }

.simulado-enem__regulation-link {
    color: #3156c9;
    font-size: 0.9rem;
    line-height: 1.35;
    text-decoration: none;
}

    .simulado-enem__regulation-link:hover,
    .simulado-enem__regulation-link:focus {
        color: #060783;
        text-decoration: underline;
    }

    .simulado-enem__regulation-link:focus {
        outline: 2px solid #060783;
        outline-offset: 3px;
    }

.simulado-enem__institutional {
    position: relative;
    max-width: 540px;
    padding: 2rem 1.2rem 1.8rem 0.7rem;
    color: #060783;
    isolation: isolate;
}

    .simulado-enem__institutional::before {
        position: absolute;
        top: 0.4rem;
        right: -2rem;
        bottom: 0;
        left: -1.8rem;
        z-index: -1;
        border-radius: 47% 53% 42% 58% / 42% 45% 55% 58%;
        background-color: #e9fbe8;
        content: "";
        transform: rotate(-3deg);
    }

    .simulado-enem__institutional p {
        color: #060783;
        font-size: 1.22rem;
        font-weight: 500;
        line-height: 1.5;
    }

.simulado-enem__image-wrapper {
    max-width: 94%;
    margin-top: 2rem;
}

.simulado-enem__image {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .simulado-enem {
        padding-top: 4.5rem;
        padding-bottom: 5rem;
    }

    .simulado-enem__left {
        padding-right: 2.75rem;
    }

    .simulado-enem__right {
        padding-top: 1rem;
        padding-left: 1.4rem;
    }

    .simulado-enem__card {
        padding: 2.75rem;
    }

    .simulado-enem__button {
        min-width: 40%;
    }

    .simulado-enem__institutional {
        margin-top: 5.5rem !important;
    }

    .simulado-enem__image-wrapper {
        margin-top: 1.6rem;
    }
}

@media (max-width: 991.98px) {
    .simulado-enem {
        padding-top: 2.5rem;
        padding-bottom: 3.5rem;
    }

    .simulado-enem__intro {
        padding-top: 1.5rem;
    }

    .simulado-enem__yellow-shape {
        top: -5.4rem;
        left: -7.5rem;
        opacity: 0.72;
        transform: scale(0.72);
        transform-origin: top left;
    }

    .simulado-enem__title {
        font-size: clamp(2.4rem, 8vw, 3.5rem);
    }

    .simulado-enem__subtitle {
        max-width: 690px;
        margin-top: 1.25rem;
        font-size: clamp(1.125rem, 4.4vw, 1.3rem);
    }

    .simulado-enem__card {
        padding: 2rem;
    }

    .simulado-enem__card-title {
        font-size: 1.2rem;
    }

    .simulado-enem__institutional {
        max-width: none;
        padding: 2.15rem 1.25rem;
    }

        .simulado-enem__institutional p {
            font-size: clamp(1.18rem, 4.8vw, 1.38rem);
        }

    .simulado-enem__image-wrapper {
        max-width: 100%;
        margin-top: 2.5rem;
    }
}

@media (max-width: 575.98px) {
    .simulado-enem__intro {
        padding-top: 1rem;
    }

    .simulado-enem__yellow-shape {
        top: -4.8rem;
        left: -7.8rem;
        opacity: 0.55;
        transform: scale(0.58);
    }

    .simulado-enem__title {
        font-size: 2.35rem;
        letter-spacing: -0.035em;
    }

    .simulado-enem__card {
        padding: 1.8rem;
    }

    .simulado-enem__card-title {
        margin-bottom: 1.7rem;
        font-size: 1.17rem;
    }

    .simulado-enem__button {
        width: 100%;
    }

    .simulado-enem__benefits li {
        font-size: 0.92rem;
    }

    .simulado-enem__institutional::before {
        right: -1.25rem;
        left: -1.25rem;
    }
}

.font-weight-bold {
    font-weight: 700 !important;
}
