/* ======================================== VARIABLES =================================== */
/* https://bcba.certant.com/cms/recursos/institucional/carpetarecurso/{carpeta actual} */
@import url('https://fonts.cdnfonts.com/css/guardian-sans');

:root {
    --fuente-guardian: 'Guardian Sans', sans-serif;
    --fuente-roboto: 'Roboto', sans-serif;

    --fondo-claro: #F1F6F7;
    --fondo-oscuro: #464646;

    --primario: #005BAA;
    --primario-oscuro: #003B7C;
    --secundario: #00AEEF;
    --secundario-oscuro: #0286BF;

    --rojo-saturado: #EF413D;
    --rojo-puro: #F37053;
    --rosa: #CE819C;
    --verde-saturado: #0DB14B;
    --verde-puro: #73B564;
    --esmeralda: #00B08D;
    --amarillo-saturado: #C9BE2E;
    --amarillo-puro: #E9D661;
    --ocre: #ABA238;

    --celeste-claro: #CCECF9;
    --verde-claro: #E3F0E0;
    --amarillo-claro: #F8F4D4;
    --rojo-claro: #EFD0CE;

    --negro: #4F515A;
    --gris-oscuro: #6C757D;
    --gris: #8C9091;
    --plata: #939B9E;
    --beige: #D4D0CA;
    --blanco: #FFFFFF;

    --blanco-50: rgba(255, 255, 255, 0.50);
    --blanco-40: rgba(255, 255, 255, 0.40);
    --blanco-30: rgba(255, 255, 255, 0.30);
    --blanco-20: rgba(255, 255, 255, 0.20);
    --blanco-10: rgba(255, 255, 255, 0.10);

    --negro-50: rgba(0, 0, 0, 0.50);
    --negro-40: rgba(0, 0, 0, 0.40);
    --negro-30: rgba(0, 0, 0, 0.30);
    --negro-20: rgba(0, 0, 0, 0.20);
    --negro-10: rgba(0, 0, 0, 0.10);

    /* Colores de marca */
    --amarillo-caba: #F0CA22;
    --verde-wpp: #25D366;
    --verde-modo: #008B55;

    --transition: all 0.3s ease;
    --transition-btn: all 0.1s ease;
}

/* GENERAL ============================================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    box-sizing: border-box;
    background-color: var(--fondo-claro);
}

p {
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.display-none {
    display: none !important;
}

.display-inline {
    display: inline !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* CONTAINER ================================================================= */
.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

@media screen and (max-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 1024px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        max-width: 768px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .container {
        max-width: 100%;
    }
}

/* TIPOGRAFIAS ========================================================= */

.guardian-h1-bold {
    font-family: var(--fuente-guardian) !important;
    font-size: 48px !important;
    font-weight: 700 !important;
}

.guardian-h2-semibold {
    font-family: var(--fuente-guardian) !important;
    font-size: 36px !important;
    font-weight: 600 !important;
}

.guardian-h3-bold {
    font-family: var(--fuente-guardian) !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.guardian-h3-medium {
    font-family: var(--fuente-guardian) !important;
    font-size: 24px !important;
    font-weight: 550 !important;
}

.guardian-h3-regular {
    font-family: var(--fuente-guardian) !important;
    font-size: 24px !important;
    font-weight: 400 !important;
}

.guardian-h4-bold {
    font-family: var(--fuente-guardian) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.guardian-h4-medium {
    font-family: var(--fuente-guardian) !important;
    font-size: 18px !important;
    font-weight: 550 !important;
}

.guardian-h4-regular {
    font-family: var(--fuente-guardian) !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.guardian-large {
    font-family: var(--fuente-guardian) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.guardian-medium {
    font-family: var(--fuente-guardian) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.guardian-small {
    font-family: var(--fuente-guardian) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
    .guardian-h1-bold {
        font-family: var(--fuente-guardian) !important;
        font-size: 24px !important;
        font-weight: 700 !important;
    }

    .guardian-h2-semibold {
        font-family: var(--fuente-guardian) !important;
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    .guardian-h3-bold {
        font-family: var(--fuente-guardian) !important;
        font-size: 18px !important;
        font-weight: 700 !important;
    }

    .guardian-h3-medium {
        font-family: var(--fuente-guardian) !important;
        font-size: 18px !important;
        font-weight: 550 !important;
    }

    .guardian-h3-regular {
        font-family: var(--fuente-guardian) !important;
        font-size: 18px !important;
        font-weight: 400 !important;
    }

    .guardian-h4-bold {
        font-family: var(--fuente-guardian) !important;
        font-size: 16px !important;
        font-weight: 700 !important;
    }

    .guardian-h4-medium {
        font-family: var(--fuente-guardian) !important;
        font-size: 16px !important;
        font-weight: 550 !important;
    }

    .guardian-h4-regular {
        font-family: var(--fuente-guardian) !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }
}

.roboto-large {
    font-family: var(--fuente-roboto) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.roboto-medium {
    font-family: var(--fuente-roboto) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.roboto-small {
    font-family: var(--fuente-roboto) !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}

/* COLORES ========================================================= */

.color-primario {
    color: var(--primario) !important;
}

.color-primario-oscuro {
    color: var(--primario-oscuro) !important;
}

.color-secundario {
    color: var(--secundario) !important;
}

.color-secundario-oscuro {
    color: var(--secundario-oscuro) !important;
}

.color-rojo-puro {
    color: var(--rojo-puro) !important;
}

.color-rojo-saturado {
    color: var(--rojo-saturado) !important;
}

.color-rosa {
    color: var(--rosa) !important;
}

.color-verde-puro {
    color: var(--verde-puro) !important;
}

.color-verde-saturado {
    color: var(--verde-saturado) !important;
}

.color-esmeralda {
    color: var(--esmeralda) !important;
}

.color-amarillo-puro {
    color: var(--amarillo-puro) !important;
}

.color-amarillo-saturado {
    color: var(--amarillo-saturado) !important;
}

.color-ocre {
    color: var(--ocre) !important;
}

.color-celeste-claro {
    color: var(--celeste-claro) !important;
}

.color-verde-claro {
    color: var(--verde-claro) !important;
}

.color-amarillo-claro {
    color: var(--amarillo-claro) !important;
}

.color-rojo-claro {
    color: var(--rojo-claro) !important;
}

.color-negro {
    color: var(--negro) !important;
}

.color-gris-oscuro {
    color: var(--gris-oscuro) !important;
}

.color-gris {
    color: var(--gris) !important;
}

.color-plata {
    color: var(--plata) !important;
}

.color-beige {
    color: var(--beige) !important;
}

.color-blanco {
    color: var(--blanco) !important;
}

/* Backgrounds ============================================= */

.bg-fondo-claro {
    background-color: var(--fondo-claro) !important;
}

.bg-fondo-oscuro {
    background-color: var(--fondo-oscuro) !important;
}

.bg-primario {
    background-color: var(--primario) !important;
}

.bg-primario-oscuro {
    background-color: var(--primario-oscuro) !important;
}

.bg-secundario {
    background-color: var(--secundario) !important;
}

.bg-secundario-oscuro {
    background-color: var(--secundario-oscuro) !important;
}

.bg-rojo-puro {
    background-color: var(--rojo-puro) !important;
}

.bg-rojo-saturado {
    background-color: var(--rojo-saturado) !important;
}

.bg-rosa {
    background-color: var(--rosa) !important;
}

.bg-verde-puro {
    background-color: var(--verde-puro) !important;
}

.bg-verde-saturado {
    background-color: var(--verde-saturado) !important;
}

.bg-esmeralda {
    background-color: var(--esmeralda) !important;
}

.bg-amarillo-puro {
    background-color: var(--amarillo-puro) !important;
}

.bg-amarillo-saturado {
    background-color: var(--amarillo-saturado) !important;
}

.bg-ocre {
    background-color: var(--ocre) !important;
}

.bg-celeste-claro {
    background-color: var(--celeste-claro) !important;
}

.bg-verde-claro {
    background-color: var(--verde-claro) !important;
}

.bg-amarillo-claro {
    background-color: var(--amarillo-claro) !important;
}

.bg-rojo-claro {
    background-color: var(--rojo-claro) !important;
}

.bg-negro {
    background-color: var(--negro) !important;
}

.bg-gris-oscuro {
    background-color: var(--gris-oscuro) !important;
}

.bg-gris {
    background-color: var(--gris) !important;
}

.bg-plata {
    background-color: var(--plata) !important;
}

.bg-beige {
    background-color: var(--beige) !important;
}

.bg-blanco {
    background-color: var(--blanco) !important;
}

/* Buttons =================================== */

button {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    transition: var(--transition-btn);
    width: fit-content;
}

button:disabled {
    cursor: not-allowed;
}

/* Sizes */
.btn-large {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 550;
    border-radius: 12px;
    gap: 8px;
}

.btn-large i {
    font-size: 18px;
}

.btn-medium {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 550;
    border-radius: 10px;
    gap: 8px;
}

.btn-medium i {
    font-size: 16px;
}

.btn-small {
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 550;
    border-radius: 8px;
    gap: 8px;
}

.btn-small i {
    font-size: 14px;
}

/* Types */
.btn-filled {
    background-color: var(--primario);
    border: 1px solid var(--primario);
    color: var(--blanco);
}

.btn-filled:hover {
    background-color: var(--celeste-claro);
    border: 1px solid var(--celeste-claro);
    color: var(--primario);
}

.btn-filled:disabled {
    background-color: var(--plata);
    border: 1px solid var(--plata);
    color: var(--blanco);
}

.btn-outlined {
    background-color: transparent;
    border: 1px solid var(--primario);
    color: var(--primario);
}

.btn-outlined:hover {
    background-color: var(--celeste-claro);
    border: 1px solid var(--celeste-claro);
    color: var(--primario);
    box-shadow: 0 4px 4px var(--negro-10);
}

.btn-outlined:disabled {
    background-color: transparent;
    border: 1px solid var(--plata);
    color: var(--plata);
    box-shadow: none;
}

.btn-text {
    background-color: transparent;
    border: none;
    color: var(--primario);
}

.btn-text:hover {
    color: var(--primario-oscuro);
    text-decoration: underline;
}

.btn-text i {
    text-decoration: none !important;
}

.btn-text:disabled {
    border: none;
    color: var(--plata);
}

.btn-text:disabled:hover {
    border: none;
    color: var(--plata);
    text-decoration: none;
}

/* Set */
.btn-set {
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.btn-set button {
    /* border-radius: 0; */
    border-right: 1px solid var(--blanco);
}

.btn-set:last-child {
    border-right: none;

}

/* ============================================ ANTERIOR ============================================ */
/* ======================================== VARIABLES =================================== */
/* https://bcba.certant.com/cms/recursos/institucional/carpetarecurso/{carpeta actual} */
@import url('https://fonts.cdnfonts.com/css/guardian-sans');

:root {
    --fuente-primaria: 'Guardian Sans', sans-serif;
    --fuente-secundaria: 'Roboto', sans-serif;

    --primario: #005BAA;
    --secundario: #009FE3;

    --exito: #00B08D;
    --error: #F37053;
    /* --info: #009FE3; */
    --hover: #F0CA22;

    --blanco: #FFFFFF;
    --negro: #000000;
    --gris-oscuro: #514F4F;
    --gris: #909394;
    --gris-claro: #EBEBEB;

    --verde: #00B08D;
    --rojo: #F37053;
    --amarillo: #ABA238;
    --verde-lima: #CDFF4E;
    --violeta: #8226EF;
    --cyan: #1EFFFF;
    --beige: #D4D0CA;

    /* Colores de marca */
    --amarillo-CABA: #F0CA22;
    --verde-wpp: #25D366;
    --verde-modo: #008B55;

    /* Gradientes de marca */
    --gradiente-modo: linear-gradient(135deg, var(--verde-modo) 0%, var(--primario) 100%);

    --celeste-pastel: #CCECF9;
    --verde-pastel: #E3F0E0;
    --amarillo-pastel: #F8F4D4;
    --rojo-pastel: #EFD0CE;

    --shadow: rgba(0, 0, 0, 0.25);

    --negro-50: rgba(0, 0, 0, 0.50);
    --negro-40: rgba(0, 0, 0, 0.40);
    --negro-30: rgba(0, 0, 0, 0.30);
    --negro-20: rgba(0, 0, 0, 0.20);
    --negro-10: rgba(0, 0, 0, 0.10);

    --padding-12px-20px: 12px 20px;
    --padding-6px-20px: 6px 20px 8.5px 20px;

    --border-radius-card: 20px;
    --border-radius-boton: 7px;

    --grid-gap: 24px;

    --header-height: 60px;
    --aside-width: 160px;

    --transition: all 250ms ease-in-out;
    --transition-boton: all 100ms linear;
}



@media screen and (max-width: 1200px) {
    :root {
        --padding-12px-20px: 8px 16px;
        --padding-6px-20px: 4px 16px 6px 16px;

        --border-radius-card: 16px;
        --border-radius-boton: 4px;

        --grid-gap: 16px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --padding-12px-20px: 4px 8px;
        --padding-6px-20px: 2px 8px 4px 8px;

        --border-radius-card: 12px;
        --border-radius-boton: 3px;

        --grid-gap: 8px;
    }
}

/* ======================================= MICROSITIOS ================================ */

.producto-contenido.html-libre a {
    display: inherit;
}

/* ======================================= HEADER =================================== */

.header-micrositios {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    height: var(--header-height);
    background: var(--blanco);
    color: var(--primario);
    border-bottom: 1px solid var(--primario);
    z-index: 1000;
}

.header-logo {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header-logo svg {
    height: 35px;
    margin-top: 5px;
}

.header-logo .flag {
    position: absolute;
    top: 0;
    left: 20%;
    height: 35px;
    margin-top: 5px;
}

.boton-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    font-family: var(--fuente-secundaria);
    font-size: 16px;
    line-height: 19.2px;
    border-radius: var(--border-radius-boton);
    gap: 5px;
    padding: 6px 12px 8px 12px;
    border: none;
    cursor: pointer;
    transition: all 150ms ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 1024px) {
    .header-micrositios {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .header-micrositios {
        grid-template-columns: 1fr;
    }
}

/* ======================================= FOOTER =================================== */
.footer-micrositios {
    padding: 20px 0;
    background: linear-gradient(135deg, var(--secundario) 0%, var(--primario) 100%);
    color: var(--blanco);
    margin-top: 50px;
}

.footer-logo {
    display: flex;
    align-items: center;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .footer-logo {
        grid-column: 1 / 3;
        justify-content: center;
        padding: 15px;
    }
}

@media screen and (max-width: 576px) {
    .footer-logo {
        grid-column: 1 / 2;
        justify-content: center;
        padding: 15px;
    }
}

.footer-micrositios-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-micrositios-links-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--negro) !important;
    text-decoration: none;
    font-size: 16px;
    font-family: var(--fuente-secundaria);
    font-weight: 500;
    filter: invert(1);
}

.footer-micrositios-links-item a {
    color: var(--negro) !important;
    text-decoration: none;
}

.footer-micrositios-links-item:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
    filter: invert(90%) sepia(27%) saturate(2536%) hue-rotate(344deg) brightness(104%) contrast(88%);
}

@media screen and (max-width: 768px) {
    .footer-micrositios-links-item {
        font-size: 14px;
    }
}

/* ======================================= LEGALES =================================== */
.legales {
    border-top: 1px solid var(--gris-claro) !important;
    padding-top: 15px !important;
    margin-top: 50px !important;
}

.legales p {
    font-size: 12px !important;
    color: var(--gris) !important;
    text-align: justify !important;
}

/* ======================================== TEXTOS =================================== */

.titulo-60px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 60px !important;
    line-height: 72px !important;
    font-weight: 700 !important;
}

.titulo-60px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 60px !important;
    line-height: 72px !important;
    font-weight: 500 !important;
}

.titulo-60px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 60px !important;
    line-height: 72px !important;
    font-weight: 400 !important;
}

.titulo-48px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 48px !important;
    line-height: 57.6px !important;
    font-weight: 700 !important;
}

.titulo-48px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 48px !important;
    line-height: 57.6px !important;
    font-weight: 500 !important;
}

.titulo-48px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 48px !important;
    line-height: 57.6px !important;
    font-weight: 400 !important;
}

.titulo-42px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 42px !important;
    line-height: 50.4px !important;
    font-weight: 700 !important;
}

.titulo-42px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 42px !important;
    line-height: 50.4px !important;
    font-weight: 500 !important;
}

.titulo-42px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 42px !important;
    line-height: 50.4px !important;
    font-weight: 400 !important;
}

.titulo-36px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 36px !important;
    line-height: 43.2px !important;
    font-weight: 700 !important;
}

.titulo-36px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 36px !important;
    line-height: 43.2px !important;
    font-weight: 500 !important;
}

.titulo-36px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 36px !important;
    line-height: 43.2px !important;
    font-weight: 400 !important;
}

.titulo-30px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
}

.titulo-30px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 500 !important;
}

.titulo-30px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 400 !important;
}

.subtitulo-28px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 28px !important;
    line-height: 33.6px !important;
    font-weight: 700 !important;
}

.subtitulo-28px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 28px !important;
    line-height: 33.6px !important;
    font-weight: 500 !important;
}

.subtitulo-28px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 28px !important;
    line-height: 33.6px !important;
    font-weight: 400 !important;
}

.subtitulo-24px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 24px !important;
    line-height: 28.8px !important;
    font-weight: 700 !important;
}

.subtitulo-24px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 24px !important;
    line-height: 28.8px !important;
    font-weight: 500 !important;
}

.subtitulo-24px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 24px !important;
    line-height: 28.8px !important;
    font-weight: 400 !important;
}

.subtitulo-22px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
}

.subtitulo-22px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 500 !important;
}

.subtitulo-22px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 22px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}

.subtitulo-20px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.subtitulo-20px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.subtitulo-20px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.subtitulo-18px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 700 !important;
}

.subtitulo-18px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 500 !important;
}

.subtitulo-18px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 400 !important;
}

.guardian-20px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.guardian-20px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.guardian-20px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.guardian-18px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 700 !important;
}

.guardian-18px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 500 !important;
}

.guardian-18px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 400 !important;
}

.guardian-16px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-weight: 700 !important;
}

.guardian-16px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-weight: 500 !important;
}

.guardian-16px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-weight: 400 !important;
}

.guardian-14px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 14px !important;
    line-height: 16.8px !important;
    font-weight: 700 !important;
}

.guardian-14px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 14px !important;
    line-height: 16.8px !important;
    font-weight: 500 !important;
}

.guardian-14px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 14px !important;
    line-height: 16.8px !important;
    font-weight: 400 !important;
}

.guardian-12px-bold {
    font-family: var(--fuente-primaria) !important;
    font-size: 12px !important;
    line-height: 14.4px !important;
    font-weight: 700 !important;
}

.guardian-12px-medium {
    font-family: var(--fuente-primaria) !important;
    font-size: 12px !important;
    line-height: 14.4px !important;
    font-weight: 500 !important;
}

.guardian-12px-regular {
    font-family: var(--fuente-primaria) !important;
    font-size: 12px !important;
    line-height: 14.4px !important;
    font-weight: 400 !important;
}

.roboto-20px-bold {
    font-family: var(--fuente-secundaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
}

.roboto-20px-medium {
    font-family: var(--fuente-secundaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.roboto-20px-regular {
    font-family: var(--fuente-secundaria) !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.roboto-18px-bold {
    font-family: var(--fuente-secundaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 700 !important;
}

.roboto-18px-medium {
    font-family: var(--fuente-secundaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 500 !important;
}

.roboto-18px-regular {
    font-family: var(--fuente-secundaria) !important;
    font-size: 18px !important;
    line-height: 21.6px !important;
    font-weight: 400 !important;
}

.roboto-16px-bold {
    font-family: var(--fuente-secundaria) !important;
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-weight: 700 !important;
}

.roboto-16px-medium {
    font-family: var(--fuente-secundaria) !important;
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-weight: 500 !important;
}

.roboto-16px-regular {
    font-family: var(--fuente-secundaria) !important;
    font-size: 16px !important;
    line-height: 19.2px !important;
    font-weight: 400 !important;
}

.roboto-14px-bold {
    font-family: var(--fuente-secundaria) !important;
    font-size: 14px !important;
    line-height: 16.2px !important;
    font-weight: 700 !important;
}

.roboto-14px-medium {
    font-family: var(--fuente-secundaria) !important;
    font-size: 14px !important;
    line-height: 16.2px !important;
    font-weight: 500 !important;
}

.roboto-14px-regular {
    font-family: var(--fuente-secundaria) !important;
    font-size: 14px !important;
    line-height: 16.2px !important;
    font-weight: 400 !important;
}

.roboto-12px-bold {
    font-family: var(--fuente-secundaria) !important;
    font-size: 12px !important;
    line-height: 14.4px !important;
    font-weight: 700 !important;
}

.roboto-12px-medium {
    font-family: var(--fuente-secundaria) !important;
    font-size: 12px !important;
    line-height: 14.4px !important;
    font-weight: 500 !important;
}

.roboto-12px-regular {
    font-family: var(--fuente-secundaria) !important;
    font-size: 12px !important;
    line-height: 14.4px !important;
    font-weight: 400 !important;
}

@media screen and (max-width: 768px) {
    .titulo-60px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 55px !important;
        line-height: 66px !important;
        font-weight: 700 !important;
    }

    .titulo-60px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 55px !important;
        line-height: 66px !important;
        font-weight: 500 !important;
    }

    .titulo-60px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 55px !important;
        line-height: 66px !important;
        font-weight: 400 !important;
    }

    .titulo-48px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 42px !important;
        line-height: 50.4px !important;
        font-weight: 700 !important;
    }

    .titulo-48px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 42px !important;
        line-height: 50.4px !important;
        font-weight: 500 !important;
    }

    .titulo-48px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 42px !important;
        line-height: 50.4px !important;
        font-weight: 400 !important;
    }

    .titulo-42px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 38px !important;
        line-height: 45.6px !important;
        font-weight: 700 !important;
    }

    .titulo-42px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 38px !important;
        line-height: 45.6px !important;
        font-weight: 500 !important;
    }

    .titulo-42px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 38px !important;
        line-height: 45.6px !important;
        font-weight: 400 !important;
    }

    .titulo-36px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 34px !important;
        line-height: 40.8px !important;
        font-weight: 700 !important;
    }

    .titulo-36px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 34px !important;
        line-height: 40.8px !important;
        font-weight: 500 !important;
    }

    .titulo-36px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 34px !important;
        line-height: 40.8px !important;
        font-weight: 400 !important;
    }

    .titulo-30px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 28px !important;
        line-height: 33.6px !important;
        font-weight: 700 !important;
    }

    .titulo-30px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 28px !important;
        line-height: 33.6px !important;
        font-weight: 500 !important;
    }

    .titulo-30px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 28px !important;
        line-height: 33.6px !important;
        font-weight: 400 !important;
    }

    .subtitulo-28px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 26px !important;
        line-height: 31.2px !important;
        font-weight: 700 !important;
    }

    .subtitulo-28px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 26px !important;
        line-height: 31.2px !important;
        font-weight: 500 !important;
    }

    .subtitulo-28px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 26px !important;
        line-height: 31.2px !important;
        font-weight: 400 !important;
    }

    .subtitulo-24px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 23px !important;
        line-height: 26.4px !important;
        font-weight: 700 !important;
    }

    .subtitulo-24px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 23px !important;
        line-height: 26.4px !important;
        font-weight: 500 !important;
    }

    .subtitulo-24px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 23px !important;
        line-height: 26.4px !important;
        font-weight: 400 !important;
    }

    .subtitulo-22px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 21px !important;
        line-height: 25.2px !important;
        font-weight: 700 !important;
    }

    .subtitulo-22px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 21px !important;
        line-height: 25.2px !important;
        font-weight: 500 !important;
    }

    .subtitulo-22px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 21px !important;
        line-height: 25.2px !important;
        font-weight: 400 !important;
    }

    .subtitulo-20px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 700 !important;
    }

    .subtitulo-20px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 500 !important;
    }

    .subtitulo-20px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 400 !important;
    }

    .subtitulo-18px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 700 !important;
    }

    .subtitulo-18px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 500 !important;
    }

    .subtitulo-18px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 400 !important;
    }

    .guardian-20px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 700 !important;
    }

    .guardian-20px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 500 !important;
    }

    .guardian-20px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 400 !important;
    }

    .guardian-18px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 700 !important;
    }

    .guardian-18px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 500 !important;
    }

    .guardian-18px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 400 !important;
    }

    .guardian-16px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 15px !important;
        line-height: 18px !important;
        font-weight: 700 !important;
    }

    .guardian-16px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 15px !important;
        line-height: 18px !important;
        font-weight: 500 !important;
    }

    .guardian-16px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 15px !important;
        line-height: 18px !important;
        font-weight: 400 !important;
    }

    .guardian-14px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 13px !important;
        line-height: 15.6px !important;
        font-weight: 700 !important;
    }

    .guardian-14px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 13px !important;
        line-height: 15.6px !important;
        font-weight: 500 !important;
    }

    .guardian-14px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 13px !important;
        line-height: 15.6px !important;
        font-weight: 400 !important;
    }

    .guardian-12px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 11px !important;
        line-height: 13.2px !important;
        font-weight: 700 !important;
    }

    .guardian-12px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 11px !important;
        line-height: 13.2px !important;
        font-weight: 500 !important;
    }

    .guardian-12px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 11px !important;
        line-height: 13.2px !important;
        font-weight: 400 !important;
    }

    .roboto-20px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 700 !important;
    }

    .roboto-20px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 500 !important;
    }

    .roboto-20px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 19px !important;
        line-height: 22.8px !important;
        font-weight: 400 !important;
    }

    .roboto-18px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 700 !important;
    }

    .roboto-18px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 500 !important;
    }

    .roboto-18px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 17px !important;
        line-height: 20.4px !important;
        font-weight: 400 !important;
    }

    .roboto-16px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 15px !important;
        line-height: 18px !important;
        font-weight: 700 !important;
    }

    .roboto-16px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 15px !important;
        line-height: 18px !important;
        font-weight: 500 !important;
    }

    .roboto-16px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 15px !important;
        line-height: 18px !important;
        font-weight: 400 !important;
    }

    .roboto-14px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 13px !important;
        line-height: 15.6px !important;
        font-weight: 700 !important;
    }

    .roboto-14px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 13px !important;
        line-height: 15.6px !important;
        font-weight: 500 !important;
    }

    .roboto-14px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 13px !important;
        line-height: 15.6px !important;
        font-weight: 400 !important;
    }

    .roboto-12px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 11px !important;
        line-height: 13.2px !important;
        font-weight: 700 !important;
    }

    .roboto-12px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 11px !important;
        line-height: 13.2px !important;
        font-weight: 500 !important;
    }

    .roboto-12px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 11px !important;
        line-height: 13.2px !important;
        font-weight: 400 !important;
    }
}

@media screen and (max-width: 576px) {
    .titulo-60px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 50px !important;
        line-height: 60px !important;
        font-weight: 700 !important;
    }

    .titulo-60px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 50px !important;
        line-height: 60px !important;
        font-weight: 500 !important;
    }

    .titulo-60px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 50px !important;
        line-height: 60px !important;
        font-weight: 400 !important;
    }

    .titulo-48px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 36px !important;
        line-height: 43.2px !important;
        font-weight: 700 !important;
    }

    .titulo-48px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 36px !important;
        line-height: 43.2px !important;
        font-weight: 500 !important;
    }

    .titulo-48px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 36px !important;
        line-height: 43.2px !important;
        font-weight: 400 !important;
    }

    .titulo-42px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 36px !important;
        line-height: 43.2px !important;
        font-weight: 700 !important;
    }

    .titulo-42px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 36px !important;
        line-height: 43.2px !important;
        font-weight: 500 !important;
    }

    .titulo-42px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 36px !important;
        line-height: 43.2px !important;
        font-weight: 400 !important;
    }

    .titulo-36px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 32px !important;
        line-height: 38px !important;
        font-weight: 700 !important;
    }

    .titulo-36px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 32px !important;
        line-height: 38px !important;
        font-weight: 500 !important;
    }

    .titulo-36px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 32px !important;
        line-height: 38px !important;
        font-weight: 400 !important;
    }

    .titulo-30px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 26px !important;
        line-height: 30px !important;
        font-weight: 700 !important;
    }

    .titulo-30px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 26px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
    }

    .titulo-30px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 26px !important;
        line-height: 30px !important;
        font-weight: 400 !important;
    }

    .subtitulo-28px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 24px !important;
        line-height: 30px !important;
        font-weight: 700 !important;
    }

    .subtitulo-28px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 24px !important;
        line-height: 30px !important;
        font-weight: 500 !important;
    }

    .subtitulo-28px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 24px !important;
        line-height: 30px !important;
        font-weight: 400 !important;
    }

    .subtitulo-24px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 22px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
    }

    .subtitulo-24px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 22px !important;
        line-height: 24px !important;
        font-weight: 500 !important;
    }

    .subtitulo-24px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 22px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
    }

    .subtitulo-22px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 700 !important;
    }

    .subtitulo-22px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 500 !important;
    }

    .subtitulo-22px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
    }

    .subtitulo-20px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 700 !important;
    }

    .subtitulo-20px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 500 !important;
    }

    .subtitulo-20px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 400 !important;
    }

    .subtitulo-18px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 700 !important;
    }

    .subtitulo-18px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 500 !important;
    }

    .subtitulo-18px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 400 !important;
    }

    .guardian-20px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 700 !important;
    }

    .guardian-20px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 500 !important;
    }

    .guardian-20px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 400 !important;
    }

    .guardian-18px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 700 !important;
    }

    .guardian-18px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 500 !important;
    }

    .guardian-18px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 400 !important;
    }

    .guardian-16px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 14px !important;
        line-height: 16.8px !important;
        font-weight: 700 !important;
    }

    .guardian-16px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 14px !important;
        line-height: 16.8px !important;
        font-weight: 500 !important;
    }

    .guardian-16px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 14px !important;
        line-height: 16.8px !important;
        font-weight: 400 !important;
    }

    .guardian-14px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 12px !important;
        line-height: 14.4px !important;
        font-weight: 700 !important;
    }

    .guardian-14px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 12px !important;
        line-height: 14.4px !important;
        font-weight: 500 !important;
    }

    .guardian-14px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 12px !important;
        line-height: 14.4px !important;
        font-weight: 400 !important;
    }

    .guardian-12px-bold {
        font-family: var(--fuente-primaria) !important;
        font-size: 10px !important;
        line-height: 12px !important;
        font-weight: 700 !important;
    }

    .guardian-12px-medium {
        font-family: var(--fuente-primaria) !important;
        font-size: 10px !important;
        line-height: 12px !important;
        font-weight: 500 !important;
    }

    .guardian-12px-regular {
        font-family: var(--fuente-primaria) !important;
        font-size: 10px !important;
        line-height: 12px !important;
        font-weight: 400 !important;
    }

    .roboto-20px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 700 !important;
    }

    .roboto-20px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 500 !important;
    }

    .roboto-20px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 18px !important;
        line-height: 21.6px !important;
        font-weight: 400 !important;
    }

    .roboto-18px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 700 !important;
    }

    .roboto-18px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 500 !important;
    }

    .roboto-18px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 16px !important;
        line-height: 19.2px !important;
        font-weight: 400 !important;
    }

    .roboto-16px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 14px !important;
        line-height: 16.8px !important;
        font-weight: 700 !important;
    }

    .roboto-16px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 14px !important;
        line-height: 16.8px !important;
        font-weight: 500 !important;
    }

    .roboto-16px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 14px !important;
        line-height: 16.8px !important;
        font-weight: 400 !important;
    }

    .roboto-14px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 12px !important;
        line-height: 14.4px !important;
        font-weight: 700 !important;
    }

    .roboto-14px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 12px !important;
        line-height: 14.4px !important;
        font-weight: 500 !important;
    }

    .roboto-14px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 12px !important;
        line-height: 14.4px !important;
        font-weight: 400 !important;
    }

    .roboto-12px-bold {
        font-family: var(--fuente-secundaria) !important;
        font-size: 10px !important;
        line-height: 12px !important;
        font-weight: 700 !important;
    }

    .roboto-12px-medium {
        font-family: var(--fuente-secundaria) !important;
        font-size: 10px !important;
        line-height: 12px !important;
        font-weight: 500 !important;
    }

    .roboto-12px-regular {
        font-family: var(--fuente-secundaria) !important;
        font-size: 10px !important;
        line-height: 12px !important;
        font-weight: 400 !important;
    }
}

.fuente-primaria {
    font-family: var(--fuente-primaria) !important;
}

.fuente-secundaria {
    font-family: var(--fuente-secundaria) !important;
}

/* ======================================== INPUTS =================================== */

.no-srollbar::-webkit-scrollbar {
    display: none !important;
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background-color: var(--blanco);
}

::-webkit-scrollbar-thumb {
    background-color: var(--gris);
    border: 4px solid var(--blanco);
    border-radius: 10px;
}

.texto-link {
    color: var(--secundario);
    text-decoration: none;
    transition: all 150ms ease;
    cursor: pointer;
}

.texto-link:hover {
    color: var(--hover);
    text-decoration: underline;
}

.icon-link {
    transition: var(--transition-boton);
    cursor: pointer;
}

.icon-link:hover {
    transform: scale(1.05) translateY(-3px);
    filter: drop-shadow(0 3px 3px var(--shadow));
}

.boton {
    appearance: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: fit-content;
    font-family: var(--fuente-secundaria);
    font-size: 16px;
    line-height: 19.2px;
    border-radius: var(--border-radius-boton);
    gap: 5px;
    padding: 6px 24px 8px 24px;
    border: none;
    cursor: pointer;
    transition: all 150ms ease;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 768px) {
    .boton {
        width: 100%;
    }
}

.boton-icon {
    padding: 6px;
}

.boton-rounded {
    border-radius: 100px;
}

.boton-w-100 {
    width: 100%;
}

.boton-filled-primario {
    background-color: var(--primario);
    color: var(--blanco) !important;
    border: 1px solid var(--primario);
}

.boton-filled-primario:hover {
    background-color: var(--secundario);
    color: var(--blanco) !important;
    border: 1px solid var(--secundario);
}

.boton-filled-blanco {
    background-color: var(--blanco);
    color: var(--primario) !important;
    border: 1px solid var(--blanco);
}

.boton-filled-blanco:hover {
    background-color: var(--secundario);
    color: var(--blanco) !important;
    border: 1px solid var(--secundario);
}

.boton-outlined-primario {
    background-color: transparent;
    color: var(--primario) !important;
    border: 1px solid var(--primario);
}

.boton-outlined-primario:hover {
    background-color: var(--primario);
    color: var(--blanco) !important;
}

.boton-outlined-secundario {
    background-color: transparent;
    color: var(--secundario) !important;
    border: 1px solid var(--secundario);
}

.boton-outlined-secundario:hover {
    background-color: var(--secundario);
    color: var(--blanco) !important;
}

.boton-outlined-blanco {
    background-color: transparent;
    color: var(--blanco) !important;
    border: 1px solid var(--blanco);
}

.boton-outlined-blanco:hover {
    background-color: var(--secundario);
    color: var(--blanco) !important;
}


/* ======================================== INPUTS =================================== */

.input-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 5px;
    width: 300px;
    max-width: 100%;
}

.input-container input[type="text"],
.input-container input[type="number"],
.input-container input[type="password"],
.input-container input[type="email"],
.input-container textarea {
    width: 100%;
    padding: 8px;
    font-size: 16px;
    border-radius: var(--border-radius-boton);
    color: var(--primario);
    background-color: var(--blanco);
    border: 1px solid var(--gris);
    outline: none;
    transition: var(--transition-boton);
}

.input-container input[type="text"]::placeholder,
.input-container input[type="number"]::placeholder,
.input-container input[type="password"]::placeholder,
.input-container input[type="email"]::placeholder {
    color: var(--gris);
    font-size: 16px;
}

.input-container .texto-auxiliar-input {
    position: absolute;
    bottom: 10px;
    left: 12px;
    transform: translateX(-50%);
    font-size: 16px;
    color: var(--primario);
}

.input-container select {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    z-index: 2;
    width: 100%;
    padding: 8px;
    padding-right: 25px;
    font-size: 16px;
    border-radius: var(--border-radius-boton);
    color: var(--primario);
    background-color: transparent;
    border: 1px solid var(--gris);
    cursor: pointer;
    transition: var(--transition-boton);
}

.input-container svg {
    position: absolute;
    z-index: 1;
    bottom: 17px;
    right: 15px;
    transform: translate(50%, 50%);
    fill: var(--gris);
    cursor: pointer;
    transition: var(--transition-boton);
}

.input-container:focus-within svg {
    transform: translate(50%, 50%) rotate(180deg);
    fill: var(--primario);
}

/* === CHECKBOX === */

.checkbox-container {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    cursor: pointer;
    user-select: none;
}

.checkbox-container input {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    border-radius: 4px;
    border: 1px solid var(--primario);
    background-color: var(--blanco);
    position: relative;
    display: inline-block;
}

.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid var(--blanco);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

input:checked+.checkmark {
    background-color: var(--primario);
}

input:checked+.checkmark::after {
    opacity: 1;
}

.checkbox-label {
    color: var(--gris);
    font-size: 16px;
}


/* === RADIO === */

.radio-input-container {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.radio-input-container input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--blanco);
    border: 2px solid var(--gris);
    cursor: pointer;
    transition: var(--transition-boton);
}

.radio-input-container input[type="radio"]:checked {
    background-color: var(--blanco);
    border: 6px solid var(--primario);
}

/* === SWITCHES === */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    -webkit-tap-highlight-color: transparent;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 34px;
    transition: var(--transition-boton);
}

.switch .switch-slider:before {
    position: absolute;
    content: "";
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    transition: var(--transition-boton);
}

.switch.small {
    width: 40px;
    min-width: 40px;
    height: 20px;
    min-height: 20px;
}

.switch.small .switch-slider:before {
    left: 3px;
    bottom: 3px;
}

.switch.medium {
    width: 60px;
    min-width: 60px;
    height: 30px;
    min-height: 30px;
}

.switch.medium .switch-slider:before {
    left: 4px;
    bottom: 4px;
}

.switch.large {
    width: 80px;
    min-width: 80px;
    height: 40px;
    min-height: 40px;
}

.switch.large .switch-slider:before {
    left: 5px;
    bottom: 5px;
}

.switch-bcba-1 .switch-slider {
    background: var(--gris-claro);
    box-shadow: inset 0 2px 4px rgba(var(--gris), 0.5);
}

.switch-bcba-1 .switch-slider:before {
    height: 22px;
    width: 22px;
    background: var(--blanco);
}

.switch-bcba-1 input:checked+.switch-slider {
    background: var(--primario);
}

.switch-bcba-1 input:checked+.switch-slider:before {
    transform: translateX(30px);
}

.switch-bcba-1.small .switch-slider:before {
    height: 14px;
    width: 14px;
}

.switch-bcba-1.small input:checked+.switch-slider:before {
    transform: translateX(20px);
}

.switch-bcba-1.large .switch-slider:before {
    height: 30px;
    width: 30px;
}

.switch-bcba-1.large input:checked+.switch-slider:before {
    transform: translateX(40px);
}

.switch-bcba-2 .switch-slider {
    background: var(--gris-claro);
    border: 1px solid var(--gris-claro);
}

.switch-bcba-2 .switch-slider:before {
    height: 26px;
    width: 26px;
    left: 1px;
    bottom: 1px;
    background: var(--blanco);
    box-shadow: 0 2px 4px rgba(var(--gris), 0.1), 0 4px 8px rgba(var(--gris), 0.1);
}

.switch-bcba-2 input:checked+.switch-slider {
    background: var(--secundario);
    border-color: var(--secundario);
}

.switch-bcba-2 input:checked+.switch-slider:before {
    transform: translateX(30px);
}

.switch-bcba-2.small .switch-slider:before {
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
}

.switch-bcba-2.small input:checked+.switch-slider:before {
    transform: translateX(20px);
}

.switch-bcba-2.large .switch-slider:before {
    height: 36px;
    width: 36px;
    left: 1px;
    bottom: 1px;
}

.switch-bcba-2.large input:checked+.switch-slider:before {
    transform: translateX(40px);
}

.switch-bcba-3 .switch-slider {
    background: var(--gris-claro);
    border-radius: 20px;
}

.switch-bcba-3 .switch-slider:before {
    height: 20px;
    width: 20px;
    left: 5px;
    bottom: 5px;
    background: var(--primario);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.switch-bcba-3 input:checked+.switch-slider {
    background: var(--celeste-pastel);
}

.switch-bcba-3 input:checked+.switch-slider:before {
    transform: translateX(30px);
    background: var(--primario);
}

.switch-bcba-3.small .switch-slider:before {
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
}

.switch-bcba-3.small input:checked+.switch-slider:before {
    transform: translateX(20px);
}

.switch-bcba-3.large .switch-slider:before {
    height: 28px;
    width: 28px;
    left: 6px;
    bottom: 6px;
}

.switch-bcba-3.large input:checked+.switch-slider:before {
    transform: translateX(40px);
}

/* === MULTISELECT === */

.multiselect-btn-container-01 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    overflow: hidden;
    border-radius: 100px;
    border: 1px solid var(--gris);
}

.multiselect-btn-container-01 .multiselect-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    font-family: var(--fuente-primaria);
    font-size: 14px;
    color: var(--primario);
    background-color: var(--blanco);
    width: 100px;
    border: none;
    cursor: pointer;
    transition: var(--transition-boton);
    -webkit-tap-highlight-color: transparent;
}

.multiselect-btn-container-01 .multiselect-btn:not(:nth-last-child(1)) {
    border-right: 1px solid var(--gris);
}

.multiselect-btn-container-01 .multiselect-btn:hover {
    background-color: var(--gris-claro);
}

.multiselect-btn-container-01 .multiselect-btn.active {
    background-color: var(--primario);
    color: var(--blanco);
}

.multiselect-btn-container-02 {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    overflow: hidden;
    border-radius: 200px;
}

.multiselect-btn-container-02 .multiselect-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 25px;
    font-family: var(--fuente-guardian);
    font-size: 16px;
    color: var(--negro);
    background-color: var(--blanco);
    width: 200px;
    border: none;
    cursor: pointer;
    transition: var(--transition-boton);
    -webkit-tap-highlight-color: transparent;
}

.multiselect-btn-container-02 .multiselect-btn:hover,
.multiselect-btn-container-02 .multiselect-btn.active {
    background-color: var(--secundario);
    color: var(--blanco);
}

/* === RANGE === */

input[type="range"] {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 10px;
    z-index: 3;
    cursor: pointer;
}

.slider-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 15px;
    height: 40px;
}

.slider-texts {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: fit-content;
}

.slider-text {
    color: var(--primario);
}

.slider-divs {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-div {
    position: relative;
    color: var(--primario);
}

.slider-div::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 13px;
    background: var(--secundario);
    border-radius: 50%;
}

.slider-div:first-child::after {
    transform: translateX(0%);
}

.slider-div:last-child::after {
    transform: translateX(-100%);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    background: var(--blanco);
    border: 6px solid var(--primario);
    border-radius: 50%;
    cursor: pointer;
}

input[type="range"]::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 10px;
    background: var(--secundario);
}

/* ======================================== COLORES =================================== */

.color-primario {
    color: var(--primario) !important;
}

.color-secundario {
    color: var(--secundario) !important;
}

.color-exito {
    color: var(--exito) !important;
}

.color-error {
    color: var(--error) !important;
}

.color-hover {
    color: var(--hover) !important;
}

.color-blanco {
    color: var(--blanco) !important;
}

.color-negro {
    color: var(--negro) !important;
}

.color-beige {
    color: var(--beige) !important;
}

.color-gris {
    color: var(--gris) !important;
}

.color-gris-claro {
    color: var(--gris-claro) !important;
}

.color-gris-oscuro {
    color: var(--gris-oscuro) !important;
}

.color-verde-pastel {
    color: var(--verde-pastel) !important;
}

.color-verde {
    color: var(--verde) !important;
}

.color-amarillo-pastel {
    color: var(--amarillo-pastel) !important;
}

.color-amarillo {
    color: var(--amarillo) !important;
}

.color-rojo-pastel {
    color: var(--rojo-pastel) !important;
}

.color-rojo {
    color: var(--rojo) !important;
}

.color-celeste-pastel {
    color: var(--celeste-pastel) !important;
}

.color-verde-lima {
    color: var(--verde-lima) !important;
}

.color-amarillo-CABA {
    color: var(--amarillo-CABA) !important;
}

.color-verde-wpp {
    color: var(--verde-wpp) !important;
}

/* ======================================== BACKGROUNDS =================================== */

.bg-primario {
    background-color: var(--primario);
    color: var(--blanco);
}

.bg-secundario {
    background-color: var(--secundario);
    color: var(--blanco);
}

.bg-exito {
    background-color: var(--exito);
    color: var(--blanco);
}

.bg-error {
    background-color: var(--error);
    color: var(--blanco);
}

.bg-hover {
    background-color: var(--hover);
    color: var(--blanco);
}

.bg-blanco {
    background-color: var(--blanco);
    color: var(--primario);
    border: 1px solid var(--primario);
}

.bg-gris {
    background-color: var(--gris);
    color: var(--blanco);
}

.bg-gris-claro {
    background-color: var(--gris-claro);
    color: var(--primario);
}

.bg-gris-oscuro {
    background-color: var(--gris-oscuro);
    color: var(--blanco);
}

.bg-blanco-no-border {
    background-color: var(--blanco);
    color: var(--primario);
}

.bg-blanco-shadow {
    background-color: var(--blanco);
    color: var(--primario);
    border: 1px solid var(--celeste-pastel);
    box-shadow: var(--shadow-2);
}

.bg-violeta {
    background-color: var(--violeta);
    color: var(--blanco);
}

.bg-verde {
    background-color: var(--verde);
    color: var(--blanco);
}

.bg-celeste-pastel {
    background-color: var(--celeste-pastel);
    color: var(--primario);
}

.bg-verde-pastel {
    background-color: var(--verde-pastel);
    color: var(--primario);
}

.bg-verde-lima {
    background-color: var(--verde-lima);
    color: var(--primario);
}

.bg-amarillo-pastel {
    background-color: var(--amarillo-pastel);
    color: var(--primario);
}

.bg-rojo-pastel {
    background-color: var(--rojo-pastel);
    color: var(--primario);
}

.bg-beige {
    background-color: var(--beige);
    color: var(--primario);
}

.bg-gradiente-modo {
    background: linear-gradient(135deg, var(--verde-modo) 0%, var(--primario) 100%);
    color: var(--blanco);
}

.bg-primario-secundario {
    background: linear-gradient(135deg, var(--primario) 0%, var(--secundario) 100%);
    color: var(--blanco);
}

.bg-secundario-primario {
    background: linear-gradient(135deg, var(--secundario) 0%, var(--primario) 100%);
    color: var(--blanco);
}

.bg-primario-violeta {
    background: linear-gradient(135deg, var(--primario) 0%, var(--violeta) 100%);
    color: var(--blanco);
}

.bg-celeste-pastel-primario {
    background: linear-gradient(200deg, var(--celeste-pastel) 50%, var(--primario) 50%);
    color: var(--primario);
}

.bg-amarillo-pastel-secundario {
    background: linear-gradient(90deg, var(--amarillo-pastel) 30%, var(--secundario) 100%);
    color: var(--primario);
}

.bg-verde-secundario {
    background: linear-gradient(90deg, var(--verde) 30%, var(--secundario) 100%);
    color: var(--blanco);
}

.bg-rojo-primario {
    background: linear-gradient(90deg, var(--rojo) 30%, var(--primario) 100%);
    color: var(--blanco);
}

/* ======================================== ICONOS =================================== */

.icon-60px {
    font-size: 60px;
    width: 60px;
    height: 60px;
}

.icon-48px {
    font-size: 48px;
    width: 48px;
    height: 48px;
}

.icon-36px {
    font-size: 36px;
    width: 36px;
    height: 36px;
}

.icon-32px {
    font-size: 32px;
    width: 32px;
    height: 32px;
}

.icon-28px {
    font-size: 28px;
    width: 28px;
    height: 28px;
}

.icon-24px {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.icon-22px {
    font-size: 22px;
    width: 22px;
    height: 22px;
}

.icon-20px {
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.icon-18px {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.icon-16px {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.icon-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.icon-circle-50px {
    width: 50px;
    height: 50px;
}

.icon-circle-50px i {
    font-size: 30px;
}

.icon-circle-100px {
    width: 100px;
    height: 100px;
}

.icon-circle-100px i {
    font-size: 60px;
}

@media screen and (max-width: 768px) {
    .icon-circle-100px {
        width: 75px;
        height: 75px;
    }

    .icon-circle-100px i {
        font-size: 45px;
    }
}

@media screen and (max-width: 576px) {
    .icon-circle-100px {
        width: 50px;
        height: 50px;
    }

    .icon-circle-100px i {
        font-size: 30px;
    }
}

/* ======================================== CARDS =================================== */

.card-img-col {
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius-card);
    /* width: 100%; */
    /* height: 100%; */
    overflow: hidden;
    transition: all 150ms ease;
}

.card-img-row {
    display: flex;
    flex-direction: row;
    border-radius: var(--border-radius-card);
    /* width: 100%; */
    /* height: 100%; */
    overflow: hidden;
    transition: all 150ms ease;
}

.card-img-col:hover,
.card-img-row:hover {
    box-shadow: 5px 5px 10px -5px var(--shadow);
    transition: var(--transition);
}

.card-img-col img {
    width: 100%;
    height: 35%;
    min-height: 35%;
    max-height: 35%;
    object-fit: cover;
}

.card-img-row img {
    height: 100%;
    width: 30%;
    min-width: 30%;
    max-width: 30%;
    object-fit: cover;
}

.card-img-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 20px;
    gap: 10px;
    height: 100%;
    width: 100%;
}

.card-img-info h3 {
    width: 100%;
    font-family: var(--fuente-primaria);
    text-align: center;
}

.card-img-info p {
    width: 100%;
    font-family: var(--fuente-secundaria);
    text-align: start;
}

.card-img-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    margin-top: auto;
}

@media screen and (max-width: 768px) {

    .card-img-col,
    .card-img-row {
        flex-direction: column;
    }

    .card-img-row img {
        display: none;
    }

    .card-img-btn {
        flex-direction: column;
    }
}

.card-bcba-01 {
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius-card);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 150ms ease;
}

.card-bcba-01:hover {
    box-shadow: 5px 5px 10px -5px var(--shadow);
    transition: var(--transition);

}

.card-bcba-02 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    width: 100%;
    height: 100%;
    border-top: 4px solid;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 92% 100%, 0 100%);
    cursor: pointer;
    transition: all 150ms ease;
}

.card-bcba-02:hover {
    filter: drop-shadow(5px 5px 10px var(--shadow));
    transition: var(--transition);
}

.card-bcba-02-shadow {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(5px 5px 10px var(--shadow));
}

.card-bcba-03 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 50px 70px;
    border-radius: var(--border-radius-card);
    width: 100%;
    border: 1px solid var(--gris-claro);
    box-shadow: 5px 5px 10px -5px var(--shadow);
    transition: all 150ms ease;
}

.card-bcba-03:hover {
    transform: translateY(-5px);
    transition: var(--transition);
}

.card-bcba-03 img {
    margin-top: -100px;
    width: 85%;
    border-radius: 8px;
    box-shadow: 0 10px 15px 5px var(--shadow);
}

.max-w-500px {
    max-width: 500px !important;
}

.max-w-400px {
    max-width: 400px !important;
}

.max-w-370px {
    max-width: 370px !important;
}

.max-w-300px {
    max-width: 300px !important;
}

@media screen and (max-width: 576px) {
    .card-bcba-01 {
        min-width: 200px;
    }

    .max-w-370px {
        max-width: 100%;
    }
}

/* ======================================== DESPLEGABLES =============================== */

.desplegable-01 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desplegable-01 .desplegable-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    padding: 15px;
    padding-left: 30px;
    border-radius: 40px;
    color: var(--gris);
    background-color: var(--gris-claro);
    transition: all 150ms ease;
}

.desplegable-01 .desplegable-item:hover {
    background-color: var(--primario);
    color: var(--blanco);
}

.desplegable-01 .desplegable-item .icon-circle {
    width: 50px;
    height: 50px;
    background-color: var(--primario);
    color: var(--blanco);
}

.desplegable-01 .desplegable-item .icon-circle i {
    transform: translateX(2px);
    font-size: 28px;
}

.desplegable-01 .desplegable-item:hover .icon-circle {
    background-color: var(--blanco);
}

.desplegable-01 .desplegable-item:hover .icon-circle i {
    color: var(--primario);
}

/* ======================================== IMÁGENES =================================== */

.img-cover {
    width: 100%;
    object-fit: cover;
}

.img-fit {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.mirror-img {
    transform: scaleX(-1);
}

.img-min-size {
    width: min-content;
}

.img-h-10 {
    max-width: 100%;
    height: 10%;
    min-height: 10%;
    max-height: 10%;
    object-fit: cover;
}

.img-h-20 {
    max-width: 100%;
    height: 20%;
    min-height: 20%;
    max-height: 20%;
    object-fit: cover;
}

.img-h-25 {
    max-width: 100%;
    height: 25%;
    min-height: 25%;
    max-height: 25%;
    object-fit: cover;
}

.img-h-30 {
    max-width: 100%;
    height: 30%;
    min-height: 30%;
    max-height: 30%;
    object-fit: cover;
}

.img-h-40 {
    max-width: 100%;
    height: 40%;
    min-height: 40%;
    max-height: 40%;
    object-fit: cover;
}

.img-h-50 {
    max-width: 100%;
    height: 50%;
    min-height: 50%;
    max-height: 50%;
    object-fit: cover;
}

.img-h-60 {
    max-width: 100%;
    height: 60%;
    min-height: 60%;
    max-height: 60%;
    object-fit: cover;
}

.img-h-70 {
    max-width: 100%;
    height: 70%;
    min-height: 70%;
    max-height: 70%;
    object-fit: cover;
}

.img-h-80 {
    max-width: 100%;
    height: 80%;
    min-height: 80%;
    max-height: 80%;
    object-fit: cover;
}

.img-h-90 {
    max-width: 100%;
    height: 90%;
    min-height: 90%;
    max-height: 90%;
    object-fit: cover;
}

.img-h-100 {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

/* carrusel banner =================================== */
.carrusel-banner-container {
    position: relative;
    width: 100%;
    height: fit-content;
    /* max-height: 800px; */
    overflow: hidden;
}

.carrusel-banner-track {
    display: flex;
    flex-direction: row;
    height: 100%;
    transition: all 0.3s ease;
}

.carrusel-banner-item {
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.carrusel-banner-controls {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0px;
    width: 100%;
}

.carrusel-banner-controls .carrusel-indicators-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.carrusel-banner-controls .dot-indicator {
    width: 15px;
    height: 15px;
    background-color: var(--beige);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.carrusel-banner-controls .dot-indicator.active {
    background-color: var(--primario);
    box-shadow: var(--shadow-3);
}

.carrusel-banner-controls .carrusel-button {
    background: var(--blanco);
    color: var(--primario);
    border: 1px solid var(--primario);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Carrusel cards ======================================================== */

.carrusel-cards-track {
    display: flex;
    flex-direction: row;
    transition: all 0.3s ease;
}

.carrusel-cards-item {
    width: calc(100% / 3);
    min-width: calc(100% / 3);
    flex-shrink: 0;
    padding: 20px;
}

.carrusel-cards-controls {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
}

.carrusel-cards-controls .carrusel-indicators-container {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.carrusel-cards-controls .dot-indicator {
    width: 15px;
    height: 15px;
    background-color: var(--beige);
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.carrusel-cards-controls .dot-indicator.active {
    background-color: var(--primario);
    box-shadow: var(--shadow-3);
}

.carrusel-cards-controls .carrusel-button {
    background: var(--blanco);
    color: var(--primario);
    border: 1px solid var(--primario);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
    .carrusel-cards-item {
        width: calc(100% / 2);
        min-width: calc(100% / 2);
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .carrusel-cards-item {
        width: calc(100% / 1);
        min-width: calc(100% / 1);
        padding: 10px;
    }
}

/* ======================================== PILLS =================================== */

.pill {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    height: fit-content;
    border-radius: 60px;
    padding: 8px 16px;
    gap: 10px;
}

.pill-w-100 {
    width: 100%;
}

.pill-celeste-pastel {
    background-color: var(--celeste-pastel);
    color: var(--secundario);
}

.pill-verde-pastel {
    background-color: var(--verde-pastel);
    color: var(--verde);
}

.pill-amarillo-pastel {
    background-color: var(--amarillo-pastel);
    color: var(--amarillo);
}

.pill-rojo-pastel {
    background-color: var(--rojo-pastel);
    color: var(--rojo);
}

/* ======================================== TABS ========================================== */

.tabs-bcba {
    position: relative !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;

}

.tabs-bcba .tabs-border {
    position: absolute !important;
    bottom: 0;
    z-index: 1;
    width: 100%;
    border-bottom: 2px solid var(--gris-claro) !important;
}

.tabs-bcba .tab-item {
    padding: 10px 20px;
    font-family: var(--fuente-secundaria);
    font-size: 16px;
    min-width: 160px;
    text-align: center;
    color: var(--gris);
    z-index: 2;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    border-bottom: 2px solid var(--gris-claro);
    transition: all 150ms ease;
}

.tabs-bcba .tab-item:hover,
.tabs-bcba .tab-item.active {
    background-color: var(--blanco);
    color: var(--primario);
    border-bottom: 2px solid var(--primario);
}

/* =============================================== PREGUNTAS FRECUENTES ============================= */
.faq-acordeon {
    padding-bottom: 50px;
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Guardian Sans', 'Roboto', sans-serif;
    background-color: transparent;
}

.faq-item {
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
    background-color: transparent;
}


.faq-pregunta .icono {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.faq-pregunta.activa .icono {
    transform: rotate(180deg);
}

.faq-respuesta {
    background-color: #ffffff;
    font-size: 15px;
    color: #333;
    display: none;
}


.borde-inferior {
    height: 3px;
    background-color: #005bac;
    width: 100%;
    margin-top: 10px;
}

ul {
    list-style-type: none;
}

.hr-gris {
    color: var(--gris-claro);
}

.faq-pregunta {
    width: 100%;
    text-align: left;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #005BAA;
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 0 0 1px #e0e0e0;
}

.faq-pregunta:hover {
    background-color: #005BAA;
    color: white;
}

.faq-pregunta .icono {
    display: flex;
    align-items: center;
}

.faq-pregunta .chevron {
    display: none;
    transition: transform 0.3s ease;
}

.faq-pregunta .chevron-right {
    display: block;
}

.faq-pregunta:hover .chevron-right path {
    stroke: white;
}

.faq-pregunta.activa {
    background-color: #005BAA;
    color: white;
}

.faq-pregunta.activa .chevron-right {
    display: none;
}

.faq-pregunta.activa .chevron-up {
    display: block;
}

/* ======================================== FLEX COLUMN =================================== */

.flex-2-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-2-col article {
    flex: 0 0 45%;
}

.flex-3-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-3-col article {
    flex: 0 0 30%;
}

.flex-4-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-4-col article {
    flex: 0 0 20%;
}

@media screen and (max-width: 1200px) {
    .flex-2-col article {
        flex: 0 0 45%;
    }

    .flex-3-col article {
        flex: 0 0 30%;
    }

    .flex-4-col article {
        flex: 0 0 30%;
    }
}

@media screen and (max-width: 768px) {
    .flex-2-col article {
        flex: 0 0 45%;
    }

    .flex-3-col article {
        flex: 0 0 45%;
    }

    .flex-4-col article {
        flex: 0 0 45%;
    }
}

@media screen and (max-width: 576px) {
    .flex-2-col article {
        flex: 0 0 100%;
    }

    .flex-3-col article {
        flex: 0 0 100%;
    }

    .flex-4-col article {
        flex: 0 0 100%;
    }
}

/* ======================================== GRIDS GENERICAS =================================== */

.grid-2-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
}

.grid-3-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-4-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-5-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-6-col {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.element-2-col {
    grid-column: span 2;
}

.element-3-col {
    grid-column: span 3;
}

.element-4-col {
    grid-column: span 4;
}

.element-5-col {
    grid-column: span 5;
}

.element-6-col {
    grid-column: span 6;
}

@media screen and (max-width: 1200px) {

    .grid-5-col,
    .grid-6-col {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .element-3-col,
    .element-4-col {
        grid-column: span 2;
    }

    .element-5-col,
    .element-6-col {
        grid-column: span 3;
    }
}

@media screen and (max-width: 768px) {

    .grid-3-col,
    .grid-4-col,
    .grid-5-col,
    .grid-6-col {
        grid-template-columns: 1fr 1fr;
    }

    .element-2-col,
    .element-3-col,
    .element-4-col {
        grid-column: span 1;
    }

    .element-5-col,
    .element-6-col {
        grid-column: span 2;
    }
}

@media screen and (max-width: 576px) {

    .grid-2-col,
    .grid-3-col,
    .grid-4-col,
    .grid-5-col,
    .grid-6-col {
        grid-template-columns: 1fr;
    }

    .element-2-col,
    .element-3-col,
    .element-4-col,
    .element-5-col,
    .element-6-col {
        grid-column: span 1;
    }
}

/* ======================================== BANNERS =================================== */

.banner-principal {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.banner-principal img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-principal .contenedor {
    position: relative;
    z-index: 2;
}

.banner-01-left,
.banner-01-right {
    display: flex;
    flex-direction: row;
    border-radius: 20px;
    overflow: hidden;
}

.banner-01-left section,
.banner-01-right section {
    width: 50%;
    overflow: hidden;
    border-radius: 20px;
}

.banner-01-left img,
.banner-01-left section {
    box-shadow: 5px 0 10px 0 var(--negro-20);
}

.banner-01-right img,
.banner-01-right section {
    box-shadow: -5px 0 10px 0 var(--negro-20);
}

@media screen and (max-width: 768px) {

    .banner-01-left {
        flex-direction: column;
        gap: 10px;
    }

    .banner-01-right {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .banner-01-left section {
        width: 100%;
        box-shadow: 0 5px 10px 0 var(--negro-20);
    }

    .banner-01-right section {
        width: 100%;
        box-shadow: 0 5px 10px 0 var(--negro-20);
    }
}

/* ======================================== ANIMACIONES =================================== */

/* ===== Micro Animations ===== */
/* Ajustes globales */
:root {
    --a-duration: 2s;
    --a-ease: ease-in-out;
    --a-distance: 10px;
    --a-scale-min: .96;
    --a-scale-max: 1.04;
    --a-rotate: 2deg;
    --a-glow-color: rgba(0, 170, 255, .7);
    --a-glow-blur: 16px;
    --a-glow-spread: 2px;
    --a-shimmer-angle: 110deg;
    --a-shimmer-color: rgba(255, 255, 255, .35);
}

/* Respeto a usuarios con motion reducido */
@media (prefers-reduced-motion: reduce) {

    [class^="a-"],
    [class*=" a-"] {
        animation: none !important;
        transition: none !important;
    }
}

/* ========== 1) Float: sube/baja suave ========== */
.a-float {
    animation: a-float var(--a-duration) var(--a-ease) infinite;
}

@keyframes a-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(calc(-1 * var(--a-distance)));
    }
}

/* ========== 2) Breathe: “respiración” (scale) ========== */
.a-breathe {
    animation: a-breathe calc(var(--a-duration) * 2) var(--a-ease) infinite;
    transform-origin: center;
}

@keyframes a-breathe {

    0%,
    100% {
        transform: scale(var(--a-scale-min));
    }

    50% {
        transform: scale(1);
    }
}

/* ========== 3) Glow: halo pulsante (box-shadow) ========== */
.a-glow {
    animation: a-glow calc(var(--a-duration) * 1.2) ease-in-out infinite;
}

@keyframes a-glow {

    0%,
    100% {
        box-shadow: 0 0 0 var(--a-glow-spread) rgba(0, 0, 0, 0);
    }

    50% {
        box-shadow: 0 0 var(--a-glow-blur) var(--a-glow-spread) var(--a-glow-color);
    }
}

/* ========== 4) Pulse: latido suave (opacity+scale leve) ========== */
.a-pulse {
    animation: a-pulse var(--a-duration) var(--a-ease) infinite;
}

@keyframes a-pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.03);
        opacity: .9;
    }
}

/* ========== 5) Wiggle: pequeño vaivén angular ========== */
.a-wiggle {
    animation: a-wiggle 1.2s ease-in-out infinite;
    transform-origin: center;
}

@keyframes a-wiggle {

    0%,
    100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(var(--a-rotate));
    }

    75% {
        transform: rotate(calc(-1 * var(--a-rotate)));
    }
}

/* ========== 6) Pop: “respira” al pasar el mouse (1 ciclo) ========== */
.a-pop {
    animation: none;
}

.a-pop:hover {
    animation: a-pop .35s cubic-bezier(.34, 1.56, .64, 1) 1;
}

@keyframes a-pop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(var(--a-scale-max));
    }

    100% {
        transform: scale(1);
    }
}

/* ========== 7) Lift: levanta y proyecta sombra (hover) ========== */
.a-lift {
    transition: transform .25s var(--a-ease), box-shadow .25s var(--a-ease);
}

.a-lift:hover {
    transform: translateY(calc(-1 * var(--a-distance)/2));
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
}

/* ========== 8) Shimmer: brillo deslizante (para skeleton o botones) ========== */
.a-shimmer {
    position: relative;
    overflow: hidden;
}

.a-shimmer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(var(--a-shimmer-angle),
            transparent 0%, transparent 45%, var(--a-shimmer-color) 50%,
            transparent 55%, transparent 100%);
    background-size: 200% 100%;
    animation: a-shimmer 1.4s linear infinite;
}

@keyframes a-shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

/* ========== 9) Blink-soft: parpadeo sutil (accesible) ========== */
.a-blink-soft {
    animation: a-blink-soft 2.2s ease-in-out infinite;
}

@keyframes a-blink-soft {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .7;
    }
}

/* ========== 10) Tilt: leve inclinación cíclica ========== */
.a-tilt {
    animation: a-tilt 3s var(--a-ease) infinite;
    transform-origin: 50% 80%;
}

@keyframes a-tilt {

    0%,
    100% {
        transform: rotate(0);
    }

    25% {
        transform: rotate(1.5deg);
    }

    75% {
        transform: rotate(-1.5deg);
    }
}

/* ========== 11) Slide-in-up: entrada suave (1 solo ciclo) ========== */
.a-slide-in-up {
    animation: a-slide-in-up .6s cubic-bezier(.22, 1, .36, 1) 1 both;
}

@keyframes a-slide-in-up {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========== 12) Ripple-focus: onda al enfocar con teclado ========== */
.a-ripple {
    position: relative;
    outline: none;
}

.a-ripple:focus-visible::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: 0 0 0 0 var(--a-glow-color);
    animation: a-ripple .6s ease-out 1;
}

@keyframes a-ripple {
    0% {
        box-shadow: 0 0 0 0 var(--a-glow-color);
        opacity: .9;
    }

    100% {
        box-shadow: 0 0 0 12px rgba(0, 170, 255, 0);
        opacity: 0;
    }
}

/* ========== 13) Bounce-soft: rebote leve vertical ========== */
.a-bounce-soft {
    animation: a-bounce-soft 1.5s cubic-bezier(.28, .84, .42, 1) infinite;
}

@keyframes a-bounce-soft {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(calc(-1 * var(--a-distance)));
    }
}

/* ========== 14) Glow-border: borde neon pulsante ========== */
.a-glow-border {
    position: relative;
}

.a-glow-border::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    box-shadow: 0 0 var(--a-glow-blur) var(--a-glow-spread) var(--a-glow-color);
    animation: a-glow-border 1.6s ease-in-out infinite;
    pointer-events: none;
}

@keyframes a-glow-border {

    0%,
    100% {
        opacity: .6;
    }

    50% {
        opacity: 1;
    }
}

/* ======================================== GRIDS COMBINADAS =================================== */

.grid-1 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-1 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-1-art1 {
    grid-area: 1 / 1 / 5 / 9;
}

.grid-1-art2 {
    grid-area: 5 / 1 / 9 / 5;
}

.grid-1-art3 {
    grid-area: 5 / 5 / 9 / 9;
}

.grid-1-art4 {
    grid-area: 9 / 1 / 13 / 9;
}

.grid-1-art5 {
    grid-area: 1 / 9 / 13 / 13;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-2 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-2-art1 {
    grid-area: 1 / 1 / 13 / 5;
}

.grid-2-art2 {
    grid-area: 1 / 5 / 5 / 13;
}

.grid-2-art3 {
    grid-area: 5 / 5 / 9 / 13;
}

.grid-2-art4 {
    grid-area: 9 / 5 / 13 / 13;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-3 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-3-art1 {
    grid-area: 1 / 1 / 13 / 5;
}

.grid-3-art2 {
    grid-area: 1 / 5 / 9 / 9;
}

.grid-3-art3 {
    grid-area: 1 / 9 / 5 / 13;
}

.grid-3-art4 {
    grid-area: 5 / 9 / 9 / 13;
}

.grid-3-art5 {
    grid-area: 9 / 5 / 13 / 13;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-4 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-4-art1 {
    grid-area: 1 / 1 / 7 / 13;
}

.grid-4-art2 {
    grid-area: 7 / 1 / 13 / 5;
}

.grid-4-art3 {
    grid-area: 7 / 5 / 13 / 9;
}

.grid-4-art4 {
    grid-area: 7 / 9 / 13 / 13;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-5 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-5-art1 {
    grid-area: 1 / 1 / 13 / 5;
}

.grid-5-art2 {
    grid-area: 1 / 5 / 4 / 13;
}

.grid-5-art3 {
    grid-area: 4 / 5 / 9 / 13;
}

.grid-5-art4 {
    grid-area: 9 / 5 / 13 / 13;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-6 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-6-art1 {
    grid-area: 1 / 1 / 7 / 8;
}

.grid-6-art2 {

    grid-area: 7 / 1 / 13 / 8;
}

.grid-6-art3 {
    grid-area: 1 / 8 / 13 / 13;
}

.grid-7 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-7 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-7-art1 {
    grid-area: 1 / 1 / 13 / 5;
}

.grid-7-art2 {
    grid-area: 1 / 5 / 5 / 13;
}

.grid-7-art3 {
    grid-area: 5 / 5 / 13 / 13;
}

.grid-8 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-8 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-8-art1 {
    grid-area: 1 / 8 / 13 / 13;
}

.grid-8-art2 {
    grid-area: 1 / 1 / 5 / 8;
}

.grid-8-art3 {
    grid-area: 5 / 1 / 8 / 8;
}

.grid-8-art4 {
    grid-area: 8 / 1 / 13 / 8;
}

.grid-9 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: var(--grid-gap);
    grid-row-gap: var(--grid-gap);
}

.grid-9 article {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.grid-9-art1 {
    grid-area: 1 / 1 / 6 / 8;
}

.grid-9-art2 {
    grid-area: 6 / 1 / 13 / 8;
}

.grid-9-art3 {
    grid-area: 1 / 8 / 13 / 13;
}

@media screen and (max-width: 1200px) {

    .grid-1-art1,
    .grid-1-art2,
    .grid-1-art3,
    .grid-1-art4,
    .grid-1-art5 {
        grid-area: auto;
    }

    .grid-1-art5 {
        grid-column: span 2;
    }

    .grid-2-art1,
    .grid-2-art2,
    .grid-2-art3,
    .grid-2-art4 {
        grid-area: auto;
    }

    .grid-3-art1,
    .grid-3-art2,
    .grid-3-art3,
    .grid-3-art4,
    .grid-3-art5 {
        grid-area: auto;
    }

    .grid-3-art1 {
        grid-column: span 2;
    }

    .grid-4-art1,
    .grid-4-art2,
    .grid-4-art3,
    .grid-4-art4 {
        grid-area: auto;
    }

    .grid-4-art1,
    .grid-4-art2 {
        grid-column: span 2;
    }

    .grid-5-art1,
    .grid-5-art2,
    .grid-5-art3,
    .grid-5-art4 {
        grid-area: auto;
    }

    .grid-6-art1,
    .grid-6-art2,
    .grid-6-art3 {
        grid-area: auto;
    }

    .grid-6-art3 {
        grid-column: span 2;
    }

    .grid-7-art1,
    .grid-7-art2,
    .grid-7-art3 {
        grid-area: auto;
    }

    .grid-7-art3 {
        grid-column: span 2;
    }

    .grid-8-art1,
    .grid-8-art2,
    .grid-8-art3,
    .grid-8-art4 {
        grid-area: auto;
    }

    .grid-9-art1,
    .grid-9-art2,
    .grid-9-art3 {
        grid-area: auto;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7,
    .grid-8,
    .grid-9 {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}

@media screen and (max-width: 768px) {

    .grid-1-art1,
    .grid-1-art2,
    .grid-1-art3,
    .grid-1-art4,
    .grid-1-art5,
    .grid-2-art1,
    .grid-2-art2,
    .grid-2-art3,
    .grid-2-art4,
    .grid-3-art1,
    .grid-3-art2,
    .grid-3-art3,
    .grid-3-art4,
    .grid-3-art5,
    .grid-4-art1,
    .grid-4-art2,
    .grid-4-art3,
    .grid-4-art4,
    .grid-5-art1,
    .grid-5-art2,
    .grid-5-art3,
    .grid-5-art4,
    .grid-6-art1,
    .grid-6-art2,
    .grid-6-art3,
    .grid-7-art1,
    .grid-7-art2,
    .grid-7-art3,
    .grid-8-art1,
    .grid-8-art2,
    .grid-8-art3,
    .grid-8-art4,
    .grid-9-art1,
    .grid-9-art2,
    .grid-9-art3 {
        grid-area: auto;
    }

    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-7,
    .grid-8,
    .grid-9 {
        width: 100%;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }
}

/* ======================================== FLOATING WINDOW =================================== */

.floating-window {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 250px;
    height: 250px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 100;
    box-shadow: var(--shadow-1);
}

.floating-window-content {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-window-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .floating-window {
        top: auto;
        bottom: 0px;
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        height: 150px;
        border-radius: 15px 15px 0 0;
    }
}

/* ======================================== BORDERS =================================== */

.border-1px {
    border-width: 1px;
}

.border-2px {
    border-width: 2px;
}

.border-bottom-1px {
    border-bottom-width: 1px;
}

.border-color-negro {
    border-color: var(--negro);
    border-style: solid;
}

.border-color-beige {
    border-color: var(--beige);
    border-style: solid;
}

.border-color-primario {
    border-color: var(--primario);
    border-style: solid;
}

.border-color-secundario {
    border-color: var(--secundario);
    border-style: solid;
}

.border-color-amarillo-CABA {
    border-color: var(--amarillo-CABA);
    border-style: solid;
}

.border-color-amarillo-pastel {
    border-color: var(--amarillo-pastel);
    border-style: solid;
}

.border-color-rojo-pastel {
    border-color: var(--rojo-pastel);
    border-style: solid;
}

.border-color-verde-pastel {
    border-color: var(--verde-pastel);
    border-style: solid;
}

.border-color-celeste-pastel {
    border-color: var(--celeste-pastel);
    border-style: solid;
}

.border-color-rojo {
    border-color: var(--rojo);
    border-style: solid;
}

.border-color-verde {
    border-color: var(--verde);
    border-style: solid;
}

/* ======================================== SHADOWS =================================== */

.shadow-right {
    box-shadow: 10px 0 10px -5px var(--shadow);
}

.shadow-left {
    box-shadow: -10px 0 10px -5px var(--shadow);
}

.shadow-top {
    box-shadow: 0 -10px 10px -5px var(--shadow);
}

.shadow-bottom {
    box-shadow: 0 10px 10px -5px var(--shadow);
}

.shadow-hover:hover {
    box-shadow: 5px 5px 10px -5px var(--shadow);
    transition: var(--transition);
}

/* ======================================== CONTAINER =================================== */

.ocultar-mobile {
    display: flex;
}

.ocultar-tablet {
    display: flex;
}

.ocultar-desktop {
    display: none;
}

.container {
    width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.contenedor {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto !important;
    padding: 0 15px;
}

@media screen and (max-width: 1400px) {
    .contenedor {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .contenedor {
        max-width: 1024px;
    }
}

@media screen and (max-width: 992px) {
    .contenedor {
        max-width: 768px;
    }

    .ocultar-desktop {
        display: flex;
    }

    .ocultar-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .contenedor {
        max-width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .contenedor {
        max-width: 100%;
    }

    .ocultar-mobile {
        display: none !important;
    }
}

/* ======================================== GENERAL =================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    box-sizing: border-box;
    font-family: var(--fuente-primaria);
    font-size: 16px;
    height: 100dvh;
}

p {
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
}

a {
    text-decoration: none;
    color: inherit;
}

header {
    z-index: 1000 !important;
}

.display-none {
    display: none !important;
}

.display-inline {
    display: inline !important;
}

.bring-front {
    z-index: 900 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* ======================================== FLEX =================================== */

.display-flex {
    display: flex !important;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.row-to-col {
    display: flex;
    flex-direction: row;
}

.row-to-col-reverse {
    display: flex;
    flex-direction: row;
}

@media screen and (max-width: 1024px) {
    .producto-contenido {
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 768px) {
    .row-to-col {
        display: flex;
        flex-direction: column;
    }

    .row-to-col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-center {
    align-self: center;
}

.align-self-end {
    align-self: flex-end;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

/* ======================================== WIDTH/HEIGHT =================================== */

.w-100 {
    width: 100% !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30% !important;
}

.w-20 {
    width: 20% !important;
}

.w-10 {
    width: 10% !important;
}

.w-50px {
    width: 50px !important;
}

.w-100px {
    width: 100px !important;
    max-width: 100% !important;
}

.w-150px {
    width: 150px !important;
    max-width: 100% !important;
}

.w-200px {
    width: 200px !important;
    max-width: 100% !important;
}

.w-250px {
    width: 250px !important;
    max-width: 100% !important;
}

.w-300px {
    width: 300px !important;
    max-width: 100% !important;
}

.w-350px {
    width: 350px !important;
    max-width: 100% !important;
}

.w-400px {
    width: 400px !important;
    max-width: 100% !important;
}

.w-450px {
    width: 450px !important;
    max-width: 100% !important;
}

.w-500px {
    width: 500px !important;
    max-width: 100% !important;
}

.w-550px {
    width: 550px !important;
    max-width: 100% !important;
}

.w-600px {
    width: 600px !important;
    max-width: 100% !important;
}

.w-650px {
    width: 650px !important;
    max-width: 100% !important;
}

.w-700px {
    width: 700px !important;
    max-width: 100% !important;
}

.w-750px {
    width: 750px !important;
    max-width: 100% !important;
}

.w-fit-content {
    width: fit-content !important;
}

.h-100 {
    height: 100% !important;
}

.h-90 {
    height: 90% !important;
}

.h-80 {
    height: 80% !important;
}

.h-70 {
    height: 70% !important;
}

.h-60 {
    height: 60% !important;
}

.h-50 {
    height: 50% !important;
}

.h-40 {
    height: 40% !important;
}

.h-30 {
    height: 30% !important;
}

.h-20 {
    height: 20% !important;
}

.h-10 {
    height: 10% !important;
}

.h-fit-content {
    height: fit-content !important;
}

.h-600px {
    height: 600px !important;
}

.h-500px {
    height: 500px !important;
}

.h-450px {
    height: 450px !important;
}

.h-400px {
    height: 400px !important;
}

.h-350px {
    height: 350px !important;
}

.h-300px {
    height: 300px !important;
}

.h-250px {
    height: 250px !important;
}

.h-200px {
    height: 200px !important;
}

.h-150px {
    height: 150px !important;
}

.h-100px {
    height: 100px !important;
}

.h-75px {
    height: 75px !important;
}

.h-50px {
    height: 50px !important;
}

/* ====================================== POSITION =================================== */

.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.position-fixed {
    position: fixed;
}

.position-sticky {
    position: sticky;
}

.position-center-x {
    left: 50%;
    transform: translateX(-50%);
}

.position-center-y {
    top: 50%;
    transform: translateY(-50%);
}

.top-0px {
    top: 0px;
}

.top-10px {
    top: 10px;
}

.top-20px {
    top: 20px;
}

.top-30px {
    top: 30px;
}

.top-40px {
    top: 40px;
}

.top-50px {
    top: 50px;
}

.top-60px {
    top: 60px;
}

.top-70px {
    top: 70px;
}

.bottom-0px {
    bottom: 0px;
}

.bottom-10px {
    bottom: 10px;
}

.bottom-20px {
    bottom: 20px;
}

.bottom-30px {
    bottom: 30px;
}

.bottom-40px {
    bottom: 40px;
}

.bottom-50px {
    bottom: 50px;
}

.bottom-60px {
    bottom: 60px;
}

.bottom-70px {
    bottom: 70px;
}

.right-0px {
    right: 0px;
}

.right-10px {
    right: 10px;
}

.right-20px {
    right: 20px;
}

.right-30px {
    right: 30px;
}

.right-40px {
    right: 40px;
}

.right-50px {
    right: 50px;
}

.right-60px {
    right: 60px;
}

.right-70px {
    right: 70px;
}

.left-0px {
    left: 0px;
}

.left-10px {
    left: 10px;
}

.left-20px {
    left: 20px;
}

.left-30px {
    left: 30px;
}

.left-40px {
    left: 40px;
}

.left-50px {
    left: 50px;
}

.left-60px {
    left: 60px;
}

.left-70px {
    left: 70px;
}

/* ======================================== RADIUS =================================== */

.radius-full {
    border-radius: 100%;
}

.radius-500px {
    border-radius: 500px;
}

.radius-100px {
    border-radius: 100px;
}

.radius-30px {
    border-radius: 30px;
}

.radius-25px {
    border-radius: 25px;
}

.radius-20px {
    border-radius: 20px;
}

.radius-15px {
    border-radius: 15px;
}

.radius-10px {
    border-radius: 10px;
}

.radius-5px {
    border-radius: 5px;
}

@media screen and (max-width: 1200px) {
    .radius-30px {
        border-radius: 25px;
    }

    .radius-25px {
        border-radius: 20px;
    }

    .radius-20px {
        border-radius: 15px;
    }

    .radius-15px {
        border-radius: 10px;
    }

    .radius-10px {
        border-radius: 5px;
    }

    .radius-5px {
        border-radius: 3px;
    }
}

@media screen and (max-width: 768px) {
    .radius-30px {
        border-radius: 20px;
    }

    .radius-25px {
        border-radius: 15px;
    }

    .radius-20px {
        border-radius: 10px;
    }

    .radius-15px {
        border-radius: 5px;
    }

    .radius-10px {
        border-radius: 3px;
    }

    .radius-5px {
        border-radius: 1px;
    }
}

/* ======================================== SPACING =================================== */

.gap-100px {
    gap: 100px;
}

.gap-75px {
    gap: 75px;
}

.gap-50px {
    gap: 50px;
}

.gap-40px {
    gap: 40px;
}

.gap-35px {
    gap: 35px;
}

.gap-30px {
    gap: 30px;
}

.gap-25px {
    gap: 25px;
}

.gap-20px {
    gap: 20px;
}

.gap-15px {
    gap: 15px;
}

.gap-10px {
    gap: 10px;
}

.gap-5px {
    gap: 5px;
}

.padding-0 {
    padding: 0;
}

.padding-5px {
    padding: 5px;
}

.padding-10px {
    padding: 10px;
}

.p-15px {
    padding: 15px;
}

.padding-20px {
    padding: 20px;
}

.padding-25px {
    padding: 25px;
}

.padding-30px {
    padding: 30px;
}

.padding-35px {
    padding: 35px;
}

.padding-40px {
    padding: 40px;
}

.padding-45px {
    padding: 45px;
}

.padding-50px {
    padding: 50px;
}

.padding-75px {
    padding: 75px;
}

.padding-100px {
    padding: 100px;
}

.margin-auto {
    margin: 0 auto;
}

.margin-0 {
    margin: 0;
}

.margin-50px {
    margin: 50px;
}

.margin-100px {
    margin: 100px;
}

@media screen and (max-width: 1200px) {
    .gap-100px {
        gap: 70px;
    }

    .gap-75px {
        gap: 52px;
    }

    .gap-50px {
        gap: 35px;
    }

    .gap-40px {
        gap: 28px;
    }

    .gap-35px {
        gap: 24px;
    }

    .gap-30px {
        gap: 21px;
    }

    .gap-25px {
        gap: 17px;
    }

    .gap-20px {
        gap: 16px;
    }

    .gap-15px {
        gap: 12px;
    }

    .gap-10px {
        gap: 8px;
    }

    .gap-5px {
        gap: 4px;
    }

    .padding-100px {
        padding: 70px;
    }

    .padding-75px {
        padding: 52px;
    }

    .padding-50px {
        padding: 35px;
    }

    .padding-45px {
        padding: 31px;
    }

    .padding-40px {
        padding: 28px;
    }

    .padding-35px {
        padding: 24px;
    }

    .padding-30px {
        padding: 21px;
    }

    .padding-25px {
        padding: 17px;
    }

    .padding-20px {
        padding: 16px;
    }

    .p-15px {
        padding: 12px;
    }

    .padding-10px {
        padding: 8px;
    }

    .padding-5px {
        padding: 4px;
    }

    .margin-100px {
        margin: 70px;
    }

    .margin-50px {
        margin: 35px;
    }

}

@media screen and (max-width: 768px) {
    .padding-100px {
        padding: 40px;
    }

    .padding-75px {
        padding: 30px;
    }

    .padding-50px {
        padding: 20px;
    }

    .padding-45px {
        padding: 18px;
    }

    .padding-40px {
        padding: 16px;
    }

    .padding-35px {
        padding: 14px;
    }

    .padding-30px {
        padding: 12px;
    }

    .padding-25px {
        padding: 10px;
    }

    .padding-20px {
        padding: 12px;
    }

    .p-15px {
        padding: 10px;
    }

    .padding-10px {
        padding: 8px;
    }

    .padding-5px {
        padding: 4px;
    }

    .margin-100px {
        margin: 40px;
    }

    .margin-50px {
        margin: 20px;
    }
}

.px-60px {
    padding-inline: 60px !important;
}

.px-55px {
    padding-inline: 55px !important;
}

.px-50px {
    padding-inline: 50px !important;
}

.px-40px {
    padding-inline: 40px !important;
}

.px-30px {
    padding-inline: 30px !important;
}

.px-20px {
    padding-inline: 20px !important;
}

.px-10px {
    padding-inline: 10px !important;
}

.px-5px {
    padding-inline: 5px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5px {
    padding-top: 5px !important;
}

.pt-10px {
    padding-top: 10px !important;
}

.pt-15px {
    padding-top: 15px !important;
}

.pt-20px {
    padding-top: 20px !important;
}

.pt-25px {
    padding-top: 25px !important;
}

.pt-30px {
    padding-top: 30px !important;
}

.pt-40px {
    padding-top: 40px !important;
}

.pt-50px {
    padding-top: 50px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5px {
    padding-bottom: 5px !important;
}

.pb-10px {
    padding-bottom: 10px !important;
}

.pb-15px {
    padding-bottom: 15px !important;
}

.pb-20px {
    padding-bottom: 20px !important;
}

.pb-25px {
    padding-bottom: 25px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

.pb-40px {
    padding-bottom: 40px !important;
}

.pb-50px {
    padding-bottom: 50px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5px {
    padding-right: 5px !important;
}

.pr-10px {
    padding-right: 10px !important;
}

.pr-15px {
    padding-right: 15px !important;
}

.pr-20px {
    padding-right: 20px !important;
}

.pr-25px {
    padding-right: 25px !important;
}

.pr-30px {
    padding-right: 30px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-5px {
    padding-left: 5px !important;
}

.pl-10px {
    padding-left: 10px !important;
}

.pl-15px {
    padding-left: 15px !important;
}

.pl-20px {
    padding-left: 20px !important;
}

.pl-25px {
    padding-left: 25px !important;
}

.pl-30px {
    padding-left: 30px !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.mb-100px {
    margin-bottom: 100px !important;
}

.mb-75px {
    margin-bottom: 75px !important;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.mb-45px {
    margin-bottom: 45px !important;
}

.mb-40px {
    margin-bottom: 40px !important;
}

.mb-35px {
    margin-bottom: 35px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

.mb-25px {
    margin-bottom: 25px !important;
}

.mb-20px {
    margin-bottom: 20px !important;
}

.mb-15px {
    margin-bottom: 15px !important;
}

.mb-10px {
    margin-bottom: 10px !important;
}

.mb-5px {
    margin-bottom: 5px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mt-100px {
    margin-top: 100px !important;
}

.mt-75px {
    margin-top: 75px !important;
}

.mt-50px {
    margin-top: 50px !important;
}

.mt-45px {
    margin-top: 45px !important;
}

.mt-40px {
    margin-top: 40px !important;
}

.mt-35px {
    margin-top: 35px !important;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-25px {
    margin-top: 25px !important;
}

.mt-20px {
    margin-top: 20px !important;
}

.mt-15px {
    margin-top: 15px !important;
}

.mt-10px {
    margin-top: 10px !important;
}

.mt-5px {
    margin-top: 5px !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt--10px {
    margin-top: -10px !important;
}

.mt--20px {
    margin-top: -20px !important;
}

.mt--30px {
    margin-top: -30px !important;
}

.mt--40px {
    margin-top: -40px !important;
}

.mt--50px {
    margin-top: -50px !important;
}

.mt--75px {
    margin-top: -75px !important;
}

.mt--100px {
    margin-top: -100px !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mr-100px {
    margin-right: 100px !important;
}

.mr-50px {
    margin-right: 50px !important;
}

.mr-40px {
    margin-right: 40px !important;
}

.mr-30px {
    margin-right: 30px !important;
}

.mr-25px {
    margin-right: 25px !important;
}

.mr-20px {
    margin-right: 20px !important;
}

.mr-15px {
    margin-right: 15px !important;
}

.mr-10px {
    margin-right: 10px !important;
}

.mr-5px {
    margin-right: 5px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-auto {
    margin-left: auto !important;
}

.ml-100px {
    margin-left: 100px !important;
}

.ml-50px {
    margin-left: 50px !important;
}

.ml-40px {
    margin-left: 40px !important;
}

.ml-30px {
    margin-left: 30px !important;
}

.ml-25px {
    margin-left: 25px !important;
}

.ml-20px {
    margin-left: 20px !important;
}

.ml-15px {
    margin-left: 15px !important;
}

.ml-10px {
    margin-left: 10px !important;
}

.ml-5px {
    margin-left: 5px !important;
}

.ml-0 {
    margin-left: 0 !important;
}