.boxContainer2{
    min-height: 85vh;
    width: 100%
}

/*  Select del idioma¨¨*/
.boxSelectIdiom{
    min-height: 15vh;
}

#languageSelect{
    background-color: #212E36 !important;
    color: white !important;
    font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem) !important;
}

#languageSelect + span.select2-container .select2-selection--single {
    min-height: 38px;
    height: 4.46vh;
    min-width: 140px;
    width: 35.897vw;
    padding-block: 0.5rem;
    display: flex;
    align-items: center;
}


@media (min-height: 852px) {
    #languageSelect + span.select2-container .select2-selection--single {
        height: 5.047vh !important;
        max-height: 65px !important;
    }
}

@media (min-width: 392px) {
    #languageSelect + span.select2-container .select2-selection--single {
        width: 10.278vw !important;
        max-width: 250px !important;
    }
}

@media (min-height: 1026px) {
    #languageSelect + span.select2-container .select2-selection--single {
        height: 4.514vh !important;
    }
}

@media (min-width: 1442px) {
    #languageSelect + span.select2-container .select2-selection--single {
        width: 9.648vw !important;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 0 !important;
    height: 100% !important;
}

/* Cambia el tamaño en la "caja" donde aparece el texto seleccionado */
#select2-languageSelect-container {
    font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem) !important;
}

/* Cambia el tamaño en la lista de opciones que se despliega */
#select2-languageSelect-results .select2-results__option{
    font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem) !important;
}


@media (min-width: 1442px) {
    #languageSelect {
        font-size: clamp(1rem, 0.1964rem + 0.8929vw, 1.625rem) !important;
    }

    /* Cambia el tamaño en la "caja" donde aparece el texto seleccionado */
    #select2-languageSelect-container {
        font-size: clamp(1rem, 0.1964rem + 0.8929vw, 1.625rem) !important;
    }

    /* Cambia el tamaño en la lista de opciones que se despliega */
    #select2-languageSelect-results .select2-results__option {
        font-size: clamp(1rem, 0.1964rem + 0.8929vw, 1.625rem) !important;
    }
}

.select2-container .select2-selection--single {
    background-color: #212E36 !important;
    color: white !important;
    border-color: #212E36 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white transparent transparent transparent !important;
}

/* Fondo y texto de las opciones */
.select2-container--default .select2-results__option {
    background-color: #212E36 !important;
    color: white !important;
}

/* Fondo al pasar el ratón sobre una opción */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1A242B !important; /* Un tono más oscuro para hover */
    color: white !important;
}

/* Estilos del contenedor del dropdown */
.select2-container--default .select2-results {
    background-color: #212E36 !important;
    color: white !important;
}
/*  Fin Select del idioma¨¨*/

.negrilla{
    font-weight: 600;
}

.delgado{
    font-weight: 400;
}

.text-purple{
    color: #5858EE;
}

.text-justify{
    text-align: justify;
}

.text14-12{
    font-size: clamp(0.75rem, 0.7036rem + 0.1905vw, 0.875rem);
}

.text16{
    font-size: 16px;
}

.text16-14{
    font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem);
}

.text16-10{
    font-size: clamp(0.625rem, 0.4857rem + 0.5714vw, 1rem);
}

.text18-12{
    font-size: clamp(0.75rem, 0.6107rem + 0.5714vw, 1.125rem);
}

.text18-10{
    font-size: clamp(0.625rem, 0.4393rem + 0.7619vw, 1.125rem);
}

.text20-12{
    font-size: clamp(0.75rem, 0.5643rem + 0.7619vw, 1.25rem);
}

.text20-14{
    font-size: clamp(0.875rem, 0.7357rem + 0.5714vw, 1.25rem);
}

.text20-16{
    font-size: clamp(1rem, 0.9071rem + 0.381vw, 1.25rem);
}

.text25-14{
    font-size: clamp(0.875rem, 0.6196rem + 1.0476vw, 1.5625rem);
}

.text40-24{
    font-size: clamp(1.5rem, 1.1286rem + 1.5238vw, 2.5rem);
}

.text50-24{
    font-size: clamp(1.5rem, 0.8964rem + 2.4762vw, 3.125rem);
}

.line25-20{
    line-height: clamp(1.25rem, 1.1339rem + 0.4762vw, 1.5625rem);
}

.line25-17{
    line-height: clamp(1.0625rem, 0.8768rem + 0.7619vw, 1.5625rem);
}

.line40_5-14{
    line-height: clamp(0.875rem, 0.2598rem + 2.5238vw, 2.53125rem);
}

.w-40{
    width: 40% !important;
}

.w-85{
    width: 85% !important;
}

/* Small (SM) >= 576px */
@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
}

/* Medium (MD) >= 768px */
@media (min-width: 768px) {
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-85 {
        width: 85% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}

/* Large (LG) >= 992px */
@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-100 {
        width: 100% !important;
    }
}

/* Extra Large (XL) >= 1200px */
@media (min-width: 1200px) {
    .w-xl-25 {
        width: 25% !important;
    }
    .w-xl-50 {
        width: 50% !important;
    }
    .w-xl-75 {
        width: 75% !important;
    }
    .w-xl-100 {
        width: 100% !important;
    }
}

/* Extra Extra Large (XXL) >= 1400px (Bootstrap 5 en adelante) */
@media (min-width: 1400px) {
    .w-xxl-25 {
        width: 25% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .w-xxl-100 {
        width: 100% !important;
    }
}

.h-5 {
    height: 5% !important;
}

.h-7 {
    height: 7% !important;
}

.h-10 {
    height: 10% !important;
}

.h-20{
    height: 20% !important;
}

.h-90{
    height: 90% !important;
}

.h-93{
    height: 93% !important;
}

.h-95{
    height: 95% !important;
}

/* Small (SM) >= 576px */
@media (min-width: 576px) {
    .h-sm-5 { height: 5% !important; }
    .h-sm-10 { height: 10% !important; }
    .h-sm-15 { height: 15% !important; }
    .h-sm-20 { height: 20% !important; }
    .h-sm-25 { height: 25% !important; }
    .h-sm-30 { height: 30% !important; }
    .h-sm-35 { height: 35% !important; }
    .h-sm-40 { height: 40% !important; }
    .h-sm-45 { height: 45% !important; }
    .h-sm-50 { height: 50% !important; }
    .h-sm-55 { height: 55% !important; }
    .h-sm-60 { height: 60% !important; }
    .h-sm-65 { height: 65% !important; }
    .h-sm-70 { height: 70% !important; }
    .h-sm-75 { height: 75% !important; }
    .h-sm-80 { height: 80% !important; }
    .h-sm-85 { height: 85% !important; }
    .h-sm-90 { height: 90% !important; }
    .h-sm-95 { height: 95% !important; }
    .h-sm-100 { height: 100% !important; }
}

/* Medium (MD) >= 768px */
@media (min-width: 768px) {
    .h-md-5 { height: 5% !important; }
    .h-md-10 { height: 10% !important; }
    .h-md-15 { height: 15% !important; }
    .h-md-20 { height: 20% !important; }
    .h-md-25 { height: 25% !important; }
    .h-md-30 { height: 30% !important; }
    .h-md-35 { height: 35% !important; }
    .h-md-40 { height: 40% !important; }
    .h-md-45 { height: 45% !important; }
    .h-md-50 { height: 50% !important; }
    .h-md-55 { height: 55% !important; }
    .h-md-60 { height: 60% !important; }
    .h-md-65 { height: 65% !important; }
    .h-md-70 { height: 70% !important; }
    .h-md-75 { height: 75% !important; }
    .h-md-80 { height: 80% !important; }
    .h-md-85 { height: 85% !important; }
    .h-md-90 { height: 90% !important; }
    .h-md-95 { height: 95% !important; }
    .h-md-100 { height: 100% !important; }
}

/* Large (LG) >= 992px */
@media (min-width: 992px) {
    .h-lg-5 { height: 5% !important; }
    .h-lg-10 { height: 10% !important; }
    .h-lg-15 { height: 15% !important; }
    .h-lg-20 { height: 20% !important; }
    .h-lg-25 { height: 25% !important; }
    .h-lg-30 { height: 30% !important; }
    .h-lg-35 { height: 35% !important; }
    .h-lg-40 { height: 40% !important; }
    .h-lg-45 { height: 45% !important; }
    .h-lg-50 { height: 50% !important; }
    .h-lg-55 { height: 55% !important; }
    .h-lg-60 { height: 60% !important; }
    .h-lg-65 { height: 65% !important; }
    .h-lg-70 { height: 70% !important; }
    .h-lg-75 { height: 75% !important; }
    .h-lg-80 { height: 80% !important; }
    .h-lg-85 { height: 85% !important; }
    .h-lg-90 { height: 90% !important; }
    .h-lg-95 { height: 95% !important; }
    .h-lg-100 { height: 100% !important; }
}

/* Extra Large (XL) >= 1200px */
@media (min-width: 1200px) {
    .h-xl-5 { height: 5% !important; }
    .h-xl-10 { height: 10% !important; }
    .h-xl-15 { height: 15% !important; }
    .h-xl-20 { height: 20% !important; }
    .h-xl-25 { height: 25% !important; }
    .h-xl-30 { height: 30% !important; }
    .h-xl-35 { height: 35% !important; }
    .h-xl-40 { height: 40% !important; }
    .h-xl-45 { height: 45% !important; }
    .h-xl-50 { height: 50% !important; }
    .h-xl-55 { height: 55% !important; }
    .h-xl-60 { height: 60% !important; }
    .h-xl-65 { height: 65% !important; }
    .h-xl-70 { height: 70% !important; }
    .h-xl-75 { height: 75% !important; }
    .h-xl-80 { height: 80% !important; }
    .h-xl-85 { height: 85% !important; }
    .h-xl-90 { height: 90% !important; }
    .h-xl-95 { height: 95% !important; }
    .h-xl-100 { height: 100% !important; }
}

/* Extra Extra Large (XXL) >= 1400px (solo en Bootstrap 5+) */
@media (min-width: 1400px) {
    .h-xxl-5 { height: 5% !important; }
    .h-xxl-10 { height: 10% !important; }
    .h-xxl-15 { height: 15% !important; }
    .h-xxl-20 { height: 20% !important; }
    .h-xxl-25 { height: 25% !important; }
    .h-xxl-30 { height: 30% !important; }
    .h-xxl-35 { height: 35% !important; }
    .h-xxl-40 { height: 40% !important; }
    .h-xxl-45 { height: 45% !important; }
    .h-xxl-50 { height: 50% !important; }
    .h-xxl-55 { height: 55% !important; }
    .h-xxl-60 { height: 60% !important; }
    .h-xxl-65 { height: 65% !important; }
    .h-xxl-70 { height: 70% !important; }
    .h-xxl-75 { height: 75% !important; }
    .h-xxl-80 { height: 80% !important; }
    .h-xxl-85 { height: 85% !important; }
    .h-xxl-90 { height: 90% !important; }
    .h-xxl-95 { height: 95% !important; }
    .h-xxl-100 { height: 100% !important; }
}

.h-20vh{
    height: 15vh !important;
}

/* Margen inferior 7 */
.mb-6 {
    margin-bottom: 3.5rem !important;
}

.mb-7 {
    margin-bottom: 4rem !important;
}

/* Margen inferior 8 */
.mb-8 {
    margin-bottom: 4.5rem !important;
}

/* Margen inferior 9 */
.mb-9 {
    margin-bottom: 5rem !important;
}

/* Margen inferior 10 */
.mb-10 {
    margin-bottom: 5.5rem !important;
}

/* ------------------- */
/* Breakpoint: sm ≥576px */
/* ------------------- */
@media (min-width: 576px) {
    .mb-sm-6 {
        margin-bottom: 3.5rem;
    }

    .mb-sm-7 {
        margin-bottom: 4rem;
    }

    .mb-sm-8 {
        margin-bottom: 4.5rem;
    }

    .mb-sm-9 {
        margin-bottom: 5rem;
    }

    .mb-sm-10 {
        margin-bottom: 5.5rem;
    }
}

/* ------------------- */
/* Breakpoint: md ≥768px */
/* ------------------- */
@media (min-width: 768px) {
    .mb-md-6 {
        margin-bottom: 3.5rem !important;
    }

    .mb-md-7 {
        margin-bottom: 4rem !important;
    }

    .mb-md-8 {
        margin-bottom: 4.5rem !important;
    }

    .mb-md-9 {
        margin-bottom: 5rem !important;
    }

    .mb-md-10 {
        margin-bottom: 5.5rem !important;
    }
}

/* ------------------- */
/* Breakpoint: lg ≥992px */
/* ------------------- */
@media (min-width: 992px) {
    .mb-lg-6 {
        margin-bottom: 3.5rem !important;
    }

    .mb-lg-7 {
        margin-bottom: 4rem !important;
    }

    .mb-lg-8 {
        margin-bottom: 4.5rem !important;
    }

    .mb-lg-9 {
        margin-bottom: 5rem !important;
    }

    .mb-lg-10 {
        margin-bottom: 5.5rem !important;
    }
}

/* ------------------- */
/* Breakpoint: xl ≥1200px */
/* ------------------- */
@media (min-width: 1200px) {
    .mb-xl-6 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xl-7 {
        margin-bottom: 4rem !important;
    }

    .mb-xl-8 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xl-9 {
        margin-bottom: 5rem !important;
    }

    .mb-xl-10 {
        margin-bottom: 5.5rem !important;
    }
}

/* ------------------- */
/* Breakpoint: xxl ≥1400px */
/* ------------------- */
@media (min-width: 1400px) {
    .mb-xxl-6 {
        margin-bottom: 3.5rem !important;
    }

    .mb-xxl-7 {
        margin-bottom: 4rem !important;
    }

    .mb-xxl-8 {
        margin-bottom: 4.5rem !important;
    }

    .mb-xxl-9 {
        margin-bottom: 5rem !important;
    }

    .mb-xxl-10 {
        margin-bottom: 5.5rem !important;
    }
}