﻿

.search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.search-options {
    display: flex;
    height: 48px;
    align-items: center;
    gap: var(--spacing-spacing-md, 16px);
}

.input-correo {
    background-color: transparent;
    border: 0;
    color: black;
    outline: none;
    font-family: Roboto;
    font-size: 14px;
    height: 100%;
    width: 100%;
}

.search-input {
    display: flex;
    width: 300px;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--color-system-border, #a2a69f);
    background: #fff;
}

.contenedor-principal-help {
    display: flex;
    padding: 40px 150px;
    align-items: center;
    gap: var(--Icon-styles-iconSize, 24px);
    align-self: stretch;
}

.contenedor-opciones-help {
    display: flex;
    min-width: 247px;
    max-width: 377px;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-spacing-md, 16px);
    flex: 1 0 0;
    align-self: stretch;
}

.contenedor-principal-body {
    display: flex;
    min-width: 519px;
    flex-direction: column;
    gap: var(--Icon-styles-iconSize, 24px);
    flex: 1 0 0;
    align-self: stretch;
}

.contenedor-opciones-help-opciones {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    flex: 1 0 0;
}

.search-options {
    width: 100%;
}

.search-input {
    width: 100%;
}

/* Estilo de los elementos de la lista cuando están ocultos */
.dropdown-content {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

/* Estilo de los elementos de la lista cuando están visibles */
.contenedor-dropdown-options.hide .dropdown-content {
    max-height: 0px; /* Ajusta según el contenido */
    transition: max-height 0.5s ease-in;
}

/* Chevron icon rotation */
.chevron-blod {
    transition: transform 0.5s ease;
}

/* Rota el icono cuando el menú está abierto */
.contenedor-dropdown-options.hide .chevron-blod {
    transform: rotate(180deg);
}

.contenedor-dropdown-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.contenedor-dropdown-header {
    display: flex;
    padding: 12px;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid #f4f6f1;
    background: #fff;
}

.nav-option {
    display: flex;
    padding: 12px 32px;
    align-items: center;
    align-self: stretch;
    background: #f4f6f1;
}

.contenedor-body-seccion {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.contenedor-body-banners-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.contenedor-body-banners {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.contenedor-body-banners-header-underline {
    display: flex;
    width: 100%;
    height: 32px;
    padding-bottom: 8px;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #a2a69f;
}

.img-banners-help {
    width: 100%;
}

.contenedor-seccion-no-disponible-main {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.contenedor-doble-no-disponible {
    display: flex;
    align-items: center;
    gap: 40px;
    background: #f4f6f1;
    border-radius: 16px;
}

.img-splash-no-disponible {
    max-width: 480px;
    object-fit: cover;
    height: 100%;
    border-radius: 0 16px 16px 0;
}

#texto-no-disponible {
    padding: 24px;
}


.font-h80 {
    color: var(--color-system-text, #171817);
    text-align: center;
    font-family: Roboto;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 80% */
    letter-spacing: 0.25px;
}

.font-h45 {
    align-self: stretch;
    color: var(--color-system-text, #171817);
    text-align: center;
    /* One-Ad/display/medium */
    font-family: Roboto;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 52px; /* 115.556% */
}

.font-h36 {
    color: var(--color-brand-mantis, #6db34c);
    font-family: Roboto;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
}

.font-36-black {
    color: var(--color-system-text, #171817);
}

.font-36-gray {
    color: #747772;
}

.font-h32 {
    color: var(--color-system-text, #171817);
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.048px;
}

.font-h28 {
    color: var(--color-system-text-invert, #fff);
    /* One-Ad/headline/medium */
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 128.571% */
}

.font-h27 {
    color: var(--Color-system-text-grey, #747772);
    /* Mobile/Title1 */
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 118.519% */
}

.font-h27-verde {
    color: var(--Color-brand-mantis, #6db34c);
    /* Mobile/Title1 */
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 118.519% */
}

.font-h26 {
    color: var(--color-system-text, #171817);
    font-family: Roboto;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.039px;
}

.font-h26-green {
    color: #6db34c;
}

.font-h24 {
    color: var(--color-primitives-grey-scale-grey-80, #747772);
    /* One-Ad/headline/small */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

.font-h24-white {
    color: #fff;
    /* One-Ad/headline/small */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}

.font-h24-black {
    color: #191919;
    /* One-Ad/headline/small */
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; /* 133.333% */
}

.font-h22 {
    color: var(--color-primitives-grey-scale-grey-80, #747772);
    /* One-Ad/title/large */
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 127.273% */
    letter-spacing: 0.25px;
}

.font-h22-black {
    color: #171817;
}

.font-h20 {
    color: var(--color-system-text, #171817);
    text-align: right;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.03px;
}

.font-h20-gray {
    color: #747772;
}

.font-h20-green {
    color: #6db34c;
}

.font-h16 {
    color: var(--color-system-text, #171817);
    /* One-Ad/body/medium */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.25px;
    text-align: justify;
}


@media (max-width: 1600px) and (min-width: 960px) {
    .contenedor-principal-help {
        padding: 40px;
    }

    .contenedor-doble-no-disponible {
        flex-direction: column;
        gap: 24px;
    }

    .img-splash-no-disponible {
        width: 100%;
        max-width: initial;
        order: 1;
        object-position: top;
        border-radius: 16px 16px 0 0;
    }

    #texto-no-disponible {
        order: 2;
        padding: 0 24px 24px 24px;
    }
}
