/* ---- Navbar ---- */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0 !important;
}

nav {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-container {
    background: var(--Foundation-Grey-White, #FFF);
    box-shadow: 0px 1px 0px 0px rgba(155, 173, 211, 0.64);
    display: flex;
    height: 64px;
    justify-content: space-between;
    align-items: center;
    padding: 0px 100px;
}

.btn-navbar {
    padding: 4px 8px !important;
    border-radius: 3.2px;
    border: 1px solid var(--Foundation-Danger-danger-700, #81172C);
    background: var(--Foundation-Danger-danger-700, #81172C);
    color: var(--Gray-White, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
}

.logo {
    width: 82px;
    height: 38px;
}

.logo-estado {
    width: 88.046px;
height: 35.61px;
}

@media (max-width: 767px) {
    .navbar-container {
        padding: 0px 20px;
    }

    .navbar-container div {
        gap: 12px !important;
    }

    .logo {
        width: 55px !important;
        height: 26px;
    }

    .logo-estado {
        width: 49.065px !important;
        height: 19.844px;
    }

    .icono-navbar {
        width: 32px !important;
        height: 30px;
    }

    .btn-navbar {
        padding: 4px 8px !important;
        border-radius: 3.2px;
        border: 1px solid var(--Foundation-Danger-danger-700, #81172C);
        background: var(--Foundation-Danger-danger-700, #81172C);
        color: var(--Gray-White, #FFF);
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        /* 19.6px */
    }
}

/* ---- Options ---- */
.options {
    gap: 16px;

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    bottom: -190px;
    z-index: 10;
}

.options-item {
    display: flex;
    width: 532px;
    padding: var(--Spacing-24, 24px);
    align-items: center;
    gap: 24px;
    border-radius: var(--Spacing-8, 8px);
    background: var(--Neutral-White, #FFF);
    box-shadow: 11px -4px 18.2px -1px rgba(86, 33, 47, 0.12);
}

.options-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}

.options-item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.options-item-text h2 {
    color: var(--Body-text-secondary, #956036);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
}

.options-item-text p {
    color: var(--Body-text-medium, #484848);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

@media (max-width: 1024px) and (min-width: 768px) {
    .options {
        gap: 16px;
        flex-direction: column;
        bottom: -50px;
    }

    .options-item {
        width: 100%;
        padding: 24px 16px;
        gap: 12px;
        margin: auto;
        width: 90%;
        align-items: flex-start;
    }

    .options-item-text h2 {
        font-size: 18px;
    }

    .options-item-text p {
        font-size: 12px;
    }

    .options-icon {
        width: 121px;
        height: 109px;
        flex-shrink: 0;
    }
}


@media (max-width: 767px) {
    .options {
        gap: 16px;
        flex-direction: column;
        bottom: -50px;
    }

    .options-item {
        width: 100%;
        padding: 24px 16px;
        gap: 12px;
        margin: auto;
        width: 90%;
        align-items: flex-start;
    }

    .options-item-text h2 {
        font-size: 18px;
    }

    .options-item-text p {
        font-size: 12px;
    }

    .options-icon {
        width: 121px;
        height: 109px;
        flex-shrink: 0;
    }
}





/* ---- Hero ---- */

.hero {
    position: relative;
    display: flex;
    justify-content: space-between;
    background: var(--Body-text-primary, #55212E);
}

.hero-content {
    display: flex;
    width: 60%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
    padding: 0px 60px;
}

.hero-content h2 {
    color: var(--Foundation-primary-primary-50, #EEE9EA);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.hero-content p {
    color: var(--Foundation-gray-gray-50, #EEEFF6);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.hero-image-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-img {
    /* width: 808px; */
    height: 489px;
    flex-shrink: 0;
    position: relative;
}

.hero-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(85, 33, 46, 1) 1%, rgba(85, 33, 46, 0) 100%);
    z-index: 1;

}

@media (max-width: 1024px) and (min-width: 768px) {

    .hero {
        flex-direction: column-reverse;
    }


    .hero-blur {
        background: linear-gradient(0deg, rgba(85, 33, 46, 1) 1%, rgba(85, 33, 46, 0) 100%);

    }
    .hero-content {
        width: 100%;
        padding: 30px 20px 500px 20px;
    }

    .hero-img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hero {
        flex-direction: column-reverse;
    }

    .hero-content {
        width: 100%;
        padding: 30px 20px 500px 20px;
    }

    .hero-img {
        width: 100%;
        height: auto;
    }

    .hero-content h2 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-blur {
        background: linear-gradient(0deg, rgba(85, 33, 46, 1) 1%, rgba(85, 33, 46, 0) 100%);

    }
}

/* ----Atlas ---- */

.atlas-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    padding: 250px 80px 98px 80px;
    flex-wrap: wrap;
}

.atlas-text {
    display: flex;
    width: 534px;
    height: 324px;
    padding: 32px var(--Spacing-0, 0px);
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
}

.atlas-text h2 {
    color: var(--Foundation-Danger-danger-700, #81172C);
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 67.2px */
}

.atlas-text p {
    color: var(--Foundation-Grey-grey-400, #484848);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.atlas-container img {
    border-radius: var(--Spacing-8, 8px);
    width: 532px;
    height: 510px;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .atlas-container {
        padding: 98px 40px;
        flex-direction: column;

    }

    .atlas-text {
        width: 100%;
        height: auto;
        padding: 32px 0px;
    }

    .atlas-container img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .atlas-container {
        padding: 56px 20px;
        flex-direction: column;
    }

    .atlas-text {
        width: 100%;
        height: auto;
        padding: 32px 0px;
    }

    .atlas-container img {
        width: 100%;
        height: auto;
    }

    .atlas-text h2 {
        font-size: 28px;
    }

    .atlas-text p {
        font-size: 14px;
    }


}

/* ----More info ---- */

.more-container {
    background: rgba(238, 233, 234, 0.40);
    flex-shrink: 0;
    padding: 100px 80px;
}

.more-main {
    display: flex;
    gap: 18px;
    align-self: stretch;
}

.more-container h3 {
    color: var(--Foundation-Danger-danger-700, #81172C);

    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 67.2px */
    margin-bottom: 32px;
}

.more-item {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 12px;
    background: var(--Foundation-Grey-White, #FFF);
}

.more-item img {
    align-self: stretch;
    max-height: 284px;
    flex-shrink: 0;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.more-item-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.more-text {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.more-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.more-text-container h2 {
    color: var(--Body-text-secondary, #956036);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
}

.more-text-container p {
    color: var(--Body-text-medium-light, #666);

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 19.6px */
}

@media (max-width: 1098px) and (min-width: 768px) {
    .more-container {
        padding: 100px 40px;
    }

    .more-item img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .more-container {
        padding: 56px 20px;
    }

    .more-main {
        flex-direction: column;
    }

    .more-item {
        width: 100%;
    }

    .more-item img {
        width: 100%;
        height: 91px;
        object-fit: cover;
    }

    .more-item-content {
        width: 100%;
    }

    .more-container h3 {
        font-size: 32px;
    }

    .more-text-container h2 {
        font-size: 24px;
    }

    .more-text-container p {
        font-size: 12px;
    }
}


/* ----Glosario ---- */

.glosario {
    display: flex;
    padding: 72px 100px;
    align-items: center;
    justify-content: center;
    gap: 100px;
    align-self: stretch;
    background: var(--Foundation-warning-warning-50, #F6EDE6);
}

.glosario-item-container {
    display: flex;
    width: 478px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: var(--Neutral-White, #FFF);
}

.glosario-item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;
}

.glosario-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.glosario-content h2 {
    color: var(--Body-text-secondary, #956036);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.glosario-content p {
    color: var(--Body-text-medium, #484848);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.glosario-faqs-container {
    display: flex;
    width: 500px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.glosario-faqs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.glosario-faqs-title h2 {
    color: var(--Body-text-secondary, #956036);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.glosario-faqs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.glosario-faqs-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.faqs-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-bottom: 1px solid rgba(30, 30, 30, 0.12);
}

.faq-item-text p {
    color: var(--Body-text-strong, #000);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 16.8px */
}

.faq-item-text {
    display: flex;
    padding: 8px 8px 12px 8px;
    align-items: flex-start;
    align-self: stretch;
}

.faq-item-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 8px 0;
}

.faq-item-question p {
    color: var(--Body-text-secondary, #956036);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
}

@media (max-width: 1024px) and (min-width: 768px) {
    .glosario {
        flex-direction: column;
    }

    .glosario-faqs-container {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .glosario {
        padding: 56px 20px;
        flex-direction: column;

    }

    .glosario-faqs-title h2 {
        font-size: 32px;
    }

    .glosario-faqs-container,
    .glosario-item-container {
        width: 100%;
    }
}

/* ----Footer ---- */

.footer {
    display: flex;
    padding: 56px 80px;
    align-items: flex-start;
    gap: 56px;
    align-self: stretch;
    background: linear-gradient(180deg, #FFF 51.39%, #911214 215.88%);
}

.footer-left {
    display: flex;
    width: 258px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.footer-right {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
    flex-wrap: wrap;
}

.footer-left-images {
    display: flex;
    align-items: flex-start;
    gap: 21px;
}

.footer-left-text {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
}

.footer-left-text p {
    color: var(--Body-text-medium-light, #666);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 16.8px */
}

.footer-right-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
}

.footer-right-item h3 {
    color: var(--Body-text-primary, #55212E);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    height: 20px;
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
    line-height: 140%;
}

.footer-right-item-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}

.footer-right-item-text p {
    display: flex;
    width: 174px;
    height: 20px;

}

.footer-right-item-text p,
span {
    flex-direction: column;
    justify-content: center;
    color: var(--Foundation-Grey-grey-300, #666);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}


@media (max-width: 1024px) and (min-width: 768px) {
    .footer {
        flex-direction: column;
        padding: 56px 50px;

    }



}

@media (max-width: 767px) {
    .footer {
        flex-direction: column;
        padding: 56px 20px;
    }

    .footer-right {
        flex-direction: column;
    }

    .footer-left-text p {
        margin-top: 24px;
    }
}