
/*#region generales*/
:root {
    --fontPrincipal: 'Roboto', sans-serif !important;
    --margin-bottom-banner: 3rem;
}

body {
    /*font-family: Noto Sans, system-ui, sans-serif;*/
    font-family: var(--fontPrincipal) !important;
}
/*
.row {
    margin-left: 0;
    margin-right: 0;
}

    .row > * {
        padding-left: 0;
        padding-right: 0;
    }*/

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.w-32 {
    width: 8rem;
}

.w-40 {
    width: 10rem;
}

.w-48 {
    width: 12rem;
}

.font-semibold {
    font-weight: 600;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-9 {
    padding-left: 2.25rem;
}

.pl-12 {
    padding-left: 3rem;
}

.gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.aspect-16-9 {
    aspect-ratio: 16 / 9;
}

.max-width-video {
    max-width: 55rem;
}

.element-center {
    margin-left: auto;
    margin-right: auto;
}

p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.container-1200 {
    max-width: 1200px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
}

/*#endregion*/
/*#region Encabezado NavBar*/
/* Función para ocultar un encabezado u otro */
.faz-nav-desktop {
    display: none;
}

.encabezado-mobile,
.mobileMenuContainer {
    display: flex;
}

.bars-button {
    background-color: transparent;
    border: none;
}

    .bars-button i {
        font-size: 22px;
    }

/*.bars-button:hover {
        background-color: #e2e8f0;
    }*/

.contenedor-icono-buscar {
    display: none;
    padding-right: 20px;
}

.encabezado-mobile .btn-buscar {
    padding: 0.3rem 0.8rem;
}

@media only screen and (min-width: 1025px) {

    .faz-nav-desktop {
        display: block;
    }

    .encabezado-mobile,
    .mobileMenuContainer {
        display: none;
    }

    .contenedor-icono-buscar {
        display: flex;
        flex-direction: row-reverse;
    }
}

@media only screen and (min-width: 1200px) {
    .contenedor-icono-buscar {
        padding-right: 0px;
    }
}

.contenedor-icono-buscar .btn-buscar {
    padding: 0.2rem 0.8rem;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    color: inherit;
}

    .contenedor-icono-buscar .btn-buscar i {
        font-size: 18px;
    }

/*Desktop*/
.faz-nav-desktop svg {
    fill: #595959;
}

.faz-nav-desktop div {
    padding-right: 50px;
    padding-left: 50px;
}

.faz-nav-desktop .navigation {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.faz-nav-desktop .ul-itm {
    list-style: none;
    display: flex;
    margin: 1em;
    flex-wrap: unset;
}

.faz-nav-desktop .nav-item {
    margin: 6px 25px 6px 25px !important;
    font-size: 15px !important;
    font-weight: 600;
    position: relative;
}

.faz-nav-desktop .nav > li {
    z-index: 100;
    float: left;
}

.faz-nav-desktop .nav li a {
    color: #000;
    text-decoration: none;
    display: block;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.faz-nav-desktop .nav li ul {
    display: none;
    position: absolute;
    min-width: 340px;
    padding: 17px 0px 0px 0px;
}

.faz-nav-desktop .nav li a:hover {
    z-index: 100;
    color: #ACADAC;
}

.faz-nav-desktop .nav-item:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    height: 4px;
    background-color: yellow;
    transform: translateY(-49px);
}

.faz-nav-desktop .nav li:hover > ul {
    display: block;
}

.faz-nav-desktop .nav li ul li {
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 0px 0px 0px 10px;
    font-size: 17px;
}


/*#endregion*/

/*#region Footer*/

.footer-primary {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 1.75rem;
    text-align: center;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 1.25;
}

.footer-block {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity));
    padding-bottom: 1.75rem;
}

.shrink-0 {
    flex-shrink: 0;
}

.footer-block:nth-child(4) {
    border-bottom: 1px solid gray;
}

@media (min-width: 1024px) {
    .lg\:max-w-6xl {
        max-width: 72rem;
    }
}

@media (min-width: 992px) {
    .footer-primary {
        margin-bottom: 6rem;
        margin-top: 6rem;
        flex-direction: row;
        align-items: stretch;
        text-align: left;
    }

    .footer-block {
        border-bottom-width: 0;
        border-right: 1px solid;
        padding-bottom: 0;
        padding-right: 2rem;
    }

        .footer-block:nth-child(3) {
            border-bottom: 0px;
        }
}

/*@media (min-width: 992px) {
    .footer-block {
        border-bottom-width: 0;
        border-right: 1px solid;
        padding-bottom: 0;
        padding-right: 2rem;
    }

        .footer-block:nth-child(3) {
            border-bottom: 0px;
        }
}*/

address {
    margin-bottom: unset;
    font-style: unset;
    line-height: unset;
}

/* Estilo para cada columna */
.footer-column {
    padding: 20px;
    border-right: 1px solid #ccc;
    /* Agrega un borde derecho a todas las columnas, excepto la última */
    font-size: .875rem;
}

/* Estilo para el logotipo */
.footer-logo {
    max-width: 150px;
    height: auto;
}

/* Estilo para el título de la columna */
.footer-title {
    font-weight: bold;
    margin-bottom: 10px;
}

/* Estilo para los enlaces */
.footer-link {
    color: #333;
    /* Cambia el color de los enlaces */
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.footer-email {
    text-decoration-line: underline;
    font-style: italic;
    font-weight: 500;
}

.play_video_modal {
    padding: 1.5rem;
    max-width: 90%;
    background-color: white;
}

/*#endregion*/
