/* Resetea la apariencia general */
button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font: inherit;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/* Desactiva outline y box-shadow */
button:focus,
button:active,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

/* Firefox: Quita la línea interna del botón */
button::-moz-focus-inner {
    border: 0 !important;
    padding: 0 !important;
}

/* Firefox: Quita el anillo de enfoque “focus ring” */
button:-moz-focusring {
    outline: none !important;
}

.boxContainer2{
    min-height: 90vh;
    width: 100%
}

/*  Select del idioma¨¨*/
.boxSelectIdiom{
    min-height: 10vh;
}

#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-15 {
        width: 15% !important;
    }
    .w-lg-25 {
        width: 25% !important;
    }
    .w-lg-50 {
        width: 50% !important;
    }
    .w-lg-75 {
        width: 75% !important;
    }
    .w-lg-80 {
        width: 80% !important;
    }
    .w-lg-85 {
        width: 85% !important;
    }
    .w-lg-90 {
        width: 90% !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;
    }
}

input{
    border: none !important;
}

select{
    border: none !important;
}


input:focus,
input:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important; /* Solo si deseas quitar cualquier borde definido */
}

select:focus,
select:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important; /* Solo si deseas quitar cualquier borde definido */
}


/* Para el contenedor de selección en modo único */
.select2-container--default .select2-selection--single:active,
.select2-container--default .select2-selection--single:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important; /* Si deseas eliminar el borde */
}

/* Para el campo de búsqueda en el dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field:active,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.select2-container--bootstrap-5 .select2-selection--single,
.select2-container--bootstrap-5 .select2-selection--single:focus,
.select2-container--bootstrap-5 .select2-selection--single:active {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.select2-container--bootstrap-5 .select2-results__option--highlighted,
.select2-container--bootstrap-5 .select2-results__option--highlighted:hover,
.select2-container--bootstrap-5 .select2-results__option--highlighted:active,
.select2-container--bootstrap-5 .select2-results__option[aria-selected="true"],
.select2-container--bootstrap-5 .select2-results__option:hover,
.select2-container--bootstrap-5 .select2-results__option:active {
    background-color: transparent !important;
    color: inherit !important;
}

.select2-container--bootstrap-5 .select2-results__option--selected,
.select2-container--bootstrap-5 .select2-results__option--selected:hover,
.select2-container--bootstrap-5 .select2-results__option--selected:active,
.select2-container--bootstrap-5 .select2-results__option[aria-selected="true"] {
    background-color: transparent !important;
    color: inherit !important;
}

.select2-container--bootstrap-5 .select2-results__option:not(:last-child) {
    border-bottom: 1px dashed #5858EE; /* Ajusta el color y grosor según tu necesidad */
}

.text10-18-28{
    font-size: clamp(0.625rem, -0.0179rem + 0.7143vw, 1.125rem);
}

@media (min-width: 1442px) {
    .text10-18-28{
        font-size: clamp(1.125rem, 0.3214rem + 0.8929vw, 1.75rem);
    }
}

.btn-back{
    border-radius: 5px;
    background-color: #5858EE;
    color: #FFFFFF;
    height: 2.934vh;
    max-height: 37px;
    min-height: 25px;
    width: 28.462vw;
    max-width:111px;
    min-width: 56px;
}

.btn-back:hover{
    background-color: #D9D9D9;
    color: #5858EE;
}

.btn-back:hover svg path {
    fill: #5858EE !important;
}

@media (min-height: 900px) {
    .btn-back {
        height: 3.658vh;
        max-height: 46px;
    }
}

@media (min-height: 1026px) {
    .btn-back {
        height: 3.194vh;
    }
}

@media (min-width: 392px) {
    .btn-back {
        width: 3.889vw;
        max-width: 130px;
    }
}

@media (min-width: 1442px) {
    .btn-back {
        width: 5.078vw;
    }
}

.img-back{
    width: 1.528vw;
    max-height: 22px;
    min-height: 15px;
    max-width: 22px;
    min-width: 15px;
}

.labelPolitica{
    padding-left: 0.2rem;
}

@media (min-width: 2000px) {
    .labelPolitica{
        padding-left: 0.5rem;
    }
}

@media (min-width: 3000px) {
    .labelPolitica{
        padding-left: 0.8rem;
    }
}

.text16-20-30{
    font-size: clamp(1rem, 0.9071rem + 0.381vw, 1.25rem);
}

.text14-16-22{
    font-size: clamp(0.875rem, 0.8286rem + 0.1905vw, 1rem);
}

.text12-14-20{
    font-size: clamp(0.75rem, 0.7036rem + 0.1905vw, 0.875rem);
}

.text14-25-35{
    font-size: clamp(0.875rem, 0.6196rem + 1.0476vw, 1.5625rem);
}

@media (min-width: 1442px) {
    .text16-20-30{
        font-size: clamp(1.25rem, 0.4464rem + 0.8929vw, 1.875rem);
    }

    .text14-16-22{
        font-size: clamp(1rem, 0.5179rem + 0.5357vw, 1.375rem);
    }

    .text12-14-20{
        font-size: clamp(0.875rem, 0.3929rem + 0.5357vw, 1.25rem);
    }

    .text14-25-35{
        font-size: clamp(1.5625rem, 0.7589rem + 0.8929vw, 2.1875rem);
    }
}


.text12-13_5-15-20-25{
    font-size: clamp(0.75rem, 0.6923rem + 0.2366vw, 0.84375rem);
}

.text16-18-20-25-30{
    font-size: clamp(1rem, 0.9231rem + 0.3155vw, 1.125rem);
}

@media (min-width: 1014px) {
    .text12-13_5-15-20-25{
        font-size: clamp(0.84375rem, 0.613rem + 0.3606vw, 0.9375rem);
    }

    .text16-18-20-25-30{
        font-size: clamp(1.125rem, 0.8173rem + 0.4808vw, 1.25rem);
    }
}

@media (min-width: 1430px) {
    .text12-13_5-15-20-25{
        font-size: clamp(0.9375rem, 0.1339rem + 0.8929vw, 1.25rem);
    }

    .text16-18-20-25-30{
        font-size: clamp(1.25rem, 0.4464rem + 0.8929vw, 1.5625rem);
    }
}

@media (min-width: 1990px) {
    .text12-13_5-15-20-25{
        font-size: clamp(1.25rem, 0.1136rem + 0.9091vw, 1.5625rem);
    }

    .text16-18-20-25-30{
        font-size: clamp(1.5625rem, 0.4261rem + 0.9091vw, 1.875rem);
    }
}

.colorRojo{
    color: #E81B1B;
}

.colorMorado{
    color: #5E69FF;
}

/* Desactiva outline y box-shadow */
button:focus,
button:active,
button:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

