
:root {
    --fontPrincipal: 'Roboto', sans-serif !important;
    --margin-bottom-banner: 3rem;
}

body {
    /*font-family: Noto Sans, system-ui, sans-serif;*/
    font-family: var(--fontPrincipal) !important;
}

.w-8 {
    width: 2rem;
}

.h-8 {
    height: 2rem;
}

.w-40 {
    width: 10rem;
}

#mobileMenu a {
    color: inherit !important;
}

a {
    display: inline-block;
    text-decoration: none;
    /*color: inherit;*/
}

footer a {
    color: inherit;
    text-decoration: inherit;
}

img,
video {
    max-width: 100%;
    height: auto;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    vertical-align: middle;
}

.gap-x-4 {
    column-gap: 1rem;
}

.border-neutral-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(163 163 163 / var(--tw-border-opacity));
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#mobileMenu ol,
#mobileMenu ul,
#mobileMenu menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-item-desktop {
    position: relative;
    display: block;
    height: 100%;
    padding: 1.25rem;
    text-align: center;
    line-height: 1;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .2s;
}

.menu-item-desktop {
    position: relative;
}

    .menu-item-desktop:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 0.25rem;
        width: 100%;
        background-color: rgb(253, 224, 71);
        /* Color personalizado */
        opacity: 0;
        transform: translate(0, -100%);
        transition: opacity 0.3s ease;
    }

    .menu-item-desktop:hover:before {
        opacity: 1;
    }

.absolute {
    position: absolute;
}

.menu-item-desktop:hover {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}

/* Estilos del contenedor del carrusel */
.seccion_carousel_videos .swiper-container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    /* Oculta la barra de desplazamiento */
}

/* Estilos de los elementos de video */
.seccion_carousel_videos .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.video-wrapper {
    width: 100%;
    /* Ajusta el ancho del video al contenedor */
    /*z-index:1!important;*/
}

.video-poster {
    width: 100%;
    /* Ajusta el ancho de la carátula al contenedor */
    max-height: 100%;
    /* Ajusta la altura de la carátula al contenedor */
    cursor: pointer;
}

@media (min-width: 1024px) {
    .seccion_carousel_videos {
        max-width: 55rem;
    }
}

/* Estilos para el carrusel de videos */
.seccion_carousel_videos {
    position: relative;
    margin-top: 4rem;
}

    .seccion_carousel_videos .swiper-container {
        width: 100%;
        height: auto;
    }

    .seccion_carousel_videos .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.video-wrapper {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}

.video-poster {
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

/* Estilos para la paginación (círculos de navegación) */
.seccion_carousel_videos .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.seccion_carousel_videos .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, 0.3);
    /* Color del círculo de navegación */
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}

.seccion_carousel_videos .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.7);
    /* Color del círculo activo de navegación */
}

/* Estilos para las flechas de navegación */
.seccion_carousel_videos .swiper-button-next,
.seccion_carousel_videos .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    /* Fondo del círculo con opacidad */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* Color de las flechas */
    font-size: 20px;
    /* Tamaño de las flechas */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

    /* Estilos para las flechas de navegación en hover */
    .seccion_carousel_videos .swiper-button-next:hover,
    .seccion_carousel_videos .swiper-button-prev:hover {
        background-color: rgba(0, 0, 0, 0.7);
        /* Fondo del círculo con opacidad en hover */
    }

.seccion_carousel_videos .swiper-button-next,
.seccion_carousel_videos .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.seccion_carousel_videos .swiper-button-next {
    right: -35px;
    clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 0);
}

.seccion_carousel_videos .swiper-button-prev {
    left: -35px;
    clip-path: polygon(100% 0, 100% 100%, 50% 100%, 50% 0);
}

.seccion_carousel_videos .swiper-pagination-horizontal {
    text-align: end !important;
}

.seccion_carousel_videos .swiper-horizontal > .swiper-pagination-bullets,
.seccion_carousel_videos .swiper-pagination-bullets.swiper-pagination-horizontal,
.seccion_carousel_videos .swiper-pagination-custom,
.seccion_carousel_videos .swiper-pagination-fraction {
    left: unset;
    transform: unset;
    text-align: end;
    margin-bottom: -30px;
}

/* 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;
}

@media only screen and (min-width: 768px) {

    .play_video_modal {
        width: 60%;
    }
}

@media only screen and (min-width: 992px) {

    .play_video_modal {
        width: 50%;
    }
}

.play_video_modal p {
    line-height: 1.25;
}

/*Estilo para el botón de reproducción*/
.play-video {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 10px 30px;
    /*Ajusta el padding según tus preferencias*/
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

/*Estilo para el icono de reproducción*/
.play-icon::before {
    content: "\f04b";
    /*Código Unicode del icono de reproducción (puede variar según la fuente de iconos que utilices)*/
    font-family: "FontAwesome";
    /*Cambia la fuente a la fuente de iconos que estés utilizando*/
    margin-right: 5px;
    /*Espacio entre el icono y el texto del botón*/
}

/*Cambia el estilo cuando se pasa el mouse sobre el botón*/
.play-video:hover {
    background-color: #000;
    color: #fff;
}

    .play-video:hover i {
        color: none !important;
    }

.button-container i {
    font-size: 20px;
}

.icono-reproducir, .icono-pausar {
    font-size: 20px;
}

@media only screen and (min-width: 768px) {

    .button-container i:not(.icono-reproducir, .icono-pausar) {
        font-size: 30px;
    }
}

.play_video_modal {
    transform: translateY(-20%);
    transition: transform 0.3s ease;
    /*margin-top: -150px;*/

    z-index: 1000 !important;
}

@media only screen and (min-width: 768px) {

    .play_video_modal {
        transform: translateY(-33%);
    }

    .border-blue {
        border-right: 1px solid blue;
        border-left: 1px solid blue;
        padding-top: 1rem;
        /*padding-bottom: 1rem;*/
    }

    .unete-non-exists {
        padding-bottom: 1rem;
    }

    .seccion_red_social .descripcion {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.seccion_carousel_videos .swiper-button-prev:after,
.seccion_carousel_videos .swiper-rtl .swiper-button-next:after {
    position: absolute;
    right: 13px;
    font-size: 30px;
    top: 30%;
}

.seccion_carousel_videos .swiper-button-next:after,
.seccion_carousel_videos .swiper-rtl .swiper-button-prev:after {
    position: absolute;
    left: 13px;
    font-size: 30px;
    top: 30%;
}

.seccion_carousel_videos .swiper-pagination {
    position: absolute !important;
    bottom: 220px !important;
}

.seccion_carousel_videos .swiper-pagination-bullet {
    height: 1.25rem;
    width: 1.25rem;
}

/*.border-blue {
    border-right: 1px solid blue;
    border-left: 1px solid blue;
    padding-top: 1rem;
    padding-bottom: 1rem;
}*/

.seccion_red_social {
    max-width: 40rem;
}

.under_line {
    border-bottom: 3px solid black;
    width: 25%;
}

.title_banner_large {
    font-size: 3rem;
}

    .title_banner_large h2 {
        line-height: 1.25;
    }

h2:not(.custom) {
    font-weight: bold !important;
    font-family: 'Roboto', sans-serif !important;
}

.seccion_banner_large img {
    object-position: top;
    object-fit: cover;
}

/* #region Pill Button */

.pill-button {
    background-color: #ddd;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 22px;
    transition: all 0.3s ease-in-out;
}

    .pill-button:hover {
        background-color: #ececec;
    }

.rotate-270 {
    transform: rotate(270deg);
}

/* #endregion */

/*** INICIO: Estilos para Home ***/

.titulo-pilares {
    letter-spacing: .1em;
    line-height: 1;
    font-weight: lighter;
    font-size: 1.875rem;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .titulo-pilares {
        font-size: 3rem;
        font-weight: bold;
        font-family: 'Roboto Thin', sans-serif;
        letter-spacing: 5px
    }
}

.imagen-titulo-pilar {
    position: relative;
    text-align: start;
}

    .imagen-titulo-pilar p {
        margin: 0;
    }

    .imagen-titulo-pilar .titulo-pilar {
        display: none;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: 0;
        bottom: 0;
        color: white;
        font-size: 26px;
        line-height: 142%;
        text-align: center;
        vertical-align: middle;
        height: 50%;
        padding: 1.5rem;
    }

@media only screen and (max-width: 576px) {

    .imagen-titulo-pilar .titulo-pilar {
        font-size: 100px;
    }
}

@media only screen and (min-width: 1200px) {

    .imagen-titulo-pilar .titulo-pilar {
        display: flex;
        font-size: 26px;
    }
}

.linea-division-pilares {
    height: 2px;
    margin-top: 0.3rem;
    width: 10%;
}

@media only screen and (min-width: 768px) {

    .linea-division-pilares {
        height: 3.5px;
        margin-top: 0;
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {

    .linea-division-pilares {
        width: 30%;
    }
}

/*** FIN: Estilos para Home ***/

/*** INICIO: Estilos para Home ***/

#carrusel-banner .img-banner-body {
    height: 217px;
}

@media only screen and (min-width: 768px) {

    #carrusel-banner .img-banner-body {
        height: 476px;
    }
}

/*** FIN: Estilos para Home ***/

/* INICIO: Estilos para Juventud */

.espaciado-seccion-juventud {
    margin-bottom: 4rem;
}

.espaciado-sub-seccion-juventud {
    margin-bottom: 1rem;
}

.espaciado-fin-seccion.tres-columnas {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.sub-seccion-juventud {
    margin-bottom: 1rem;
}

.seccion-juventud .imagen {
    height: 24rem;
}

.seccion-juventud .parallax-no-parallax {
    object-position: center center;
    object-fit: cover;
    width: 100%;
    max-height: 26rem;
    margin-left: auto;
    margin-right: auto;
}

.contenedor-72 {
    max-width: 72rem;
    margin-left: auto;
    margin-right: auto;
}

/* Bóton de view */

.icon-view-banner.home {
    font-size: 1.3rem;
}

    .icon-view-banner.home span {
        font-size: 1.1rem;
    }

    .icon-view-banner.home::before {
        color: #aab8c2;
    }

.view-icon.noticia::before {
    color: #aab8c2;
}

.swiper.clip .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

@media only screen and (min-width: 768px) {
    .espaciado-fin-seccion {
        margin-bottom: 10rem;
    }

    .seccion-juventud .titulo-seccion {
        font-size: 3em;
    }

    .sub-seccion-juventud {
        margin-bottom: 0;
    }

    .seccion-juventud .cuerpo {
        margin-top: -3rem;
    }
}

@media only screen and (max-width: 768px) {

    .seccion-juventud .imagen {
        /*height: 14rem;*/
        height: 8rem;
    }
}

.seccion-juventud .cuerpo {
    max-width: 72rem;
    /*margin-top: -3rem;*/
    position: relative;
}

.seccion-juventud .titulo {
    max-width: 20rem;
}


    .seccion-juventud .titulo .linea {
        height: 4px;
        margin-left: 1rem;
    }

@media only screen and (max-width: 768px) {

    .seccion-juventud .titulo .linea {
        height: 2px;
    }
}

@media only screen and (min-width: 992px) {

    .seccion-juventud .contenedor-descripcion {
        /*width: 100%;*/
        width: 56%;
    }

        .seccion-juventud .contenedor-descripcion.secundario {
            width: 100%;
            /*width: 56%;*/
        }
}

@media only screen and (min-width: 1200px) {

    .seccion-juventud .contenedor-descripcion {
        max-width: 40rem;
    }

    .titulo-sobrepuesto {
        margin-top: -3rem;
        position: relative;
        background-color: white;
        max-width: 50%;
        margin-left: 5rem;
    }
}

.seccion-juventud .descripcion-institucion {
    max-width: 48rem;
}

.seccion-juventud .titulo-sub-grupo {
    font-size: 1.25rem;
}

.seccion-juventud .linea-titulo {
    height: 2px;
    width: 13%;
}

@media only screen and (min-width: 768px) {

    .seccion-juventud .linea-titulo.principal {
        height: 4px;
        width: 20%;
    }

    .seccion-juventud .linea-titulo:not(.principal, .tres-columnas) {
        height: 4px;
        width: 10%;
    }

    .linea-titulo.tres-columnas {
        width: 30%;
        height: 4px
    }

    .seccion-juventud .titulo-sobrepuesto .linea-titulo {
        width: 25%;
    }

    .seccion-juventud .titulo-sub-grupo {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {

    .seccion-juventud .titulo-sub-grupo {
        font-size: 1.8rem;
    }

    .seccion-juventud .linea-titulo:not(.principal, .tres-columnas) {
        height: 4px;
        width: 7%;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .linea-titulo.tres-columnas {
        width: 20%;
        height: 4px
    }

    .seccion-juventud .titulo-sobrepuesto .linea-titulo {
        width: 18%;
    }
}

@media only screen and (min-width: 1200px) {

    .seccion-juventud .titulo-sobrepuesto .linea-titulo {
        width: 20%;
    }

    .sub-seccion-juventud .tarjeta {
        margin-top: -3rem;
        margin-left: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative;
        background-color: white;
        max-width: calc(100% - 2rem);
        align-self: start;
        min-height: 135px;
    }
}

/* FIN: Estilos para Juventud */

/*.header-mobile {
    max-width: 1250px;
}*/

.w-48 {
    width: 12rem;
}

.bars-button {
    background-color: transparent;
    border: none;
}

    .bars-button i {
        font-size: 22px;
    }

    .bars-button:hover {
        background-color: #e2e8f0;
    }

#mobileMenu {
    position: absolute;
    left: 0;
    top: 115px;
    z-index: 1000;
    height: 100%;
    width: 100%;
    padding-bottom: 9rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    display: none;
}

.txt-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.font-menu {
    font-family: Proxima Nova,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.flex-col {
    flex-direction: column;
}

.w-full {
    width: 100%;
}

.flex {
    display: flex;
}

.faz-nav-mobile .nav-item {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 2.5rem;
    text-transform: uppercase;
    line-height: 1;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.font-semibold {
    font-weight: 600;
}

.pl-3 {
    padding-left: 0.75rem;
}

.border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-b {
    border-bottom: 1px solid #d4d4d4;
}

.btn-nav-list {
    border: none;
    position: relative;
    width: 37px;
    padding: 0;
}

.nav-item {
    cursor: pointer;
}

.fa-plus::before {
    content: "\f067"; /* Código de FontAwesome para el icono plus */
}

.fa-minus::before {
    content: "\f068"; /* Código de FontAwesome para el icono minus */
}

.collapsed {
    display: none;
}

.menu-item_m-red {
    --tw-bg-opacity: 1;
    background-color: rgb(229 25 30 / var(--tw-bg-opacity));
}

.menu-item_m-red, .menu-item_m-green, .menu-item_m-blue {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .menu-item_m-red + button[type="button"] {
        --tw-bg-opacity: 1;
        background-color: rgb(229 25 30 / var(--tw-bg-opacity));
        color: white;
    }

.pl-6 {
    padding-left: 1.5rem;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.pl-9 {
    padding-left: 2.25rem;
}

.menu-dot {
    margin-right: 0.5rem;
    display: block;
    height: 6px;
    width: 6px;
    flex-shrink: 0;
    border-radius: 9999px;
}

.bg-aztecaRed {
    --tw-bg-opacity: 1;
    background-color: rgb(229 25 30 / var(--tw-bg-opacity));
}

.pl-12 {
    padding-left: 3rem;
}

.bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}

.menu-item_m-green {
    --tw-bg-opacity: 1;
    background-color: rgb(51 151 54 / var(--tw-bg-opacity));
}

    .menu-item_m-green + button[type="button"] {
        --tw-bg-opacity: 1;
        background-color: rgb(51 151 54 / var(--tw-bg-opacity));
        color: white;
    }

.menu-item_m-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(73 134 206 / var(--tw-bg-opacity));
}

    .menu-item_m-blue + button[type="button"] {
        --tw-bg-opacity: 1;
        background-color: rgb(73 134 206 / var(--tw-bg-opacity));
        color: white;
    }

.bg-aztecaGreen {
    --tw-bg-opacity: 1;
    background-color: rgb(51 151 54 / var(--tw-bg-opacity));
}

.bg-aztecaBlue {
    --tw-bg-opacity: 1;
    background-color: rgb(73 134 206 / var(--tw-bg-opacity));
}

.gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
}

.justify-between {
    justify-content: center;
}

/* Espacio entre los elementos */
.redes-sociales-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px; /* Ajusta el espacio entre los elementos según tus preferencias */
}

.redes-sociales-nav a i {
    font-size: 1.75rem;
}

.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: 768px) {
    .footer-primary {
        margin-bottom: 6rem;
        margin-top: 6rem;
        flex-direction: row;
        align-items: stretch;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .footer-block {
        border-bottom-width: 0;
        border-right: 1px solid;
        padding-bottom: 0;
        padding-right: 2rem;
    }

        .footer-block:nth-child(3) {
            border-bottom: 0px;
        }
}

.w-32 {
    width: 8rem;
}

address {
    margin-bottom: unset;
    font-style: unset;
    line-height: unset;
}

.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;
}

.nav li ul li:hover {
    background-color: #D9D9D9;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav li ul li ul {
    right: -340px;
    top: 0px;
    padding: 13px 20px 20px 20px;
}

.item_menu {
    width: 95% !important;
}

    .item_menu:hover {
        transition-duration: 0.6s;
        width: 97% !important;
    }

#seccionMovimientoAzteca .texto-informativo {
    border-top: 2px solid #1929B5;
    border-bottom: 2px solid #1929B5;
    width: 100%;
}

#seccionEmprendimientoSocial .texto-informativo {
    border-top: 2px solid #1929B5;
    border-bottom: 2px solid #1929B5;
    width: 100%;
}

/* #region ModeloEducativoAzteca */

.banner-modelo-educativo .descripcion,
.banner-modelo-educativo .carrusel {
    width: 100%;
}

.modelo-educativo-linea-titulo {
    height: 2px;
    width: 100%;
}

.comunidades-linea-titulo {
    height: 2px;
    width: 15%;
}

@media only screen and (min-width: 576px) {

    .banner-modelo-educativo {
        padding-left: 12px;
        padding-right: 12px;
    }

    .comunidades-linea-titulo {
        height: 4px;
    }
}

@media only screen and (min-width: 768px) {

    .modelo-educativo-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-modelo-educativo .titulo-descripcion {
        width: 50%;
    }

    .banner-modelo-educativo .carrusel {
        width: 40%;
    }

    .banner-modelo-educativo .titulo-descripcion.tres-ejes {
        width: 40%;
    }

    .banner-modelo-educativo .carrusel.tres-ejes {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {

    .modelo-educativo-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-modelo-educativo .titulo-descripcion {
        width: 45%;
    }

    .banner-modelo-educativo .carrusel {
        width: 50%;
    }
}

.banner-modelo-educativo .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.creamos-comunidades .imagen img {
    object-position: center top;
    object-fit: cover;
    width: 100%;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {

    .creamos-comunidades .imagen img {
        max-height: 26rem;
        max-width: 1280px;
    }
}

.texto-informativo {
    max-width: 959px;
}

.banner-modelo-educativo .swiper-pagination-bullet {
    border-radius: 2rem;
    background: none;
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
}

.banner-modelo-educativo .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.banner-modelo-educativo .swiper-pagination-bullet-active {
    background-color: #6B6969;
}

#seccion-otros-planteles {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {

    #seccion-otros-planteles {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media only screen and (min-width: 992px) {

    #seccion-otros-planteles {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}

/* Inicio: Estilos swiper */

.custom-swiper .swiper-button-prev {
    /* left: 5px;*/
}

    .custom-swiper .swiper-button-prev:hover {
        /*   left: 10px;*/
    }

.custom-swiper .swiper-button-next {
    /*  right: var(--swiper-navigation-sides-offset, 5px);*/
}

    .custom-swiper .swiper-button-next:hover {
        /* right: var(--swiper-navigation-sides-offset, 10px);*/
    }

.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
    color: white;
    /*opacity: 0.5;*/
    transition: all ease-in-out 0.3s;
}

/* Fin: Estilos swiper */

/* #endregion Fin: estilos modelo educativo azteca */

/*Estilos de letras*/

@font-face {
    font-family: 'Roboto-Light'; /* Nombre de la fuente */
    src: url('../libs/roboto/s/12165/roboto-light.ttf') format('truetype'); /* Ruta a tu fuente y formato */
    font-weight: 300; /* Peso de la fuente (light) */
}

.txtRTh-17 {
    font-family: 'Roboto-Light', sans-serif;
    font-size: 17px;
    /* Puedes agregar más propiedades según tus necesidades */
}

    /*.txtRTh-17 {
    font-family: 'roboto thin';
    font-size: 17px;
}*/

    .txtRTh-17:not(.no-link) a {
        color: cornflowerblue;
    }

.txtMobileR18:not(.no-link) a {
    color: cornflowerblue;
}

.txtRTh-20 {
    font-family: 'Roboto-Light';
    font-size: 20px;
}

    .txtRTh-20 a {
        color: cornflowerblue;
    }


/*#region AztecMUN*/

.banner-aztecmun .descripcion,
.banner-aztecmun .carrusel {
    width: 100%;
}

.aztecmun-linea-titulo {
    height: 2px;
    width: 100%;
}

.segundo-texto-informativo-linea-titulo {
    height: 2px;
    width: 15%;
}

@media only screen and (min-width: 576px) {

    .banner-aztecmun {
        padding-left: 12px;
        padding-right: 12px;
    }

    .segundo-texto-informativo-linea-titulo {
        height: 4px;
    }
}

@media only screen and (min-width: 768px) {

    .aztecmun-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-aztecmun .titulo-descripcion {
        width: 50%;
    }

    .banner-aztecmun .carrusel {
        width: 40%;
    }

    .banner-aztecmun .titulo-descripcion.carrusel-texto-informativo {
        width: 40%;
    }

    .banner-aztecmun .carrusel.carrusel-texto-informativo {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {

    .aztecmun-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-aztecmun .titulo-descripcion {
        width: 45%;
    }

    .banner-aztecmun .carrusel {
        width: 50%;
    }
}

.banner-aztecmun .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.segundo-texto-informativo .imagen img {
    object-position: center top;
    object-fit: cover;
    width: 100%;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {

    .segundo-texto-informativo .imagen img {
        max-height: 26rem;
        max-width: 1280px;
    }
}

.texto-informativo {
    max-width: 959px;
}

.banner-aztecmun .swiper-pagination-bullet {
    border-radius: 2rem;
    background: none;
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
}

.banner-aztecmun .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.banner-aztecmun .swiper-pagination-bullet-active {
    background-color: #6B6969;
}

/* Inicio: Estilos swiper */

.custom-swiper .swiper-button-prev {
    /* left: 5px;*/
}

    .custom-swiper .swiper-button-prev:hover {
        /*   left: 10px;*/
    }

.custom-swiper .swiper-button-next {
    /*  right: var(--swiper-navigation-sides-offset, 5px);*/
}

    .custom-swiper .swiper-button-next:hover {
        /* right: var(--swiper-navigation-sides-offset, 10px);*/
    }

.custom-swiper .swiper-button-prev,
.custom-swiper .swiper-button-next {
    color: white;
    /*opacity: 0.5;*/
    transition: all ease-in-out 0.3s;
}

/* Fin: Estilos swiper */


/*#endregion*/

/*** Estilos Sociedad ***/

.seccion_banner_video_sociedad .descripcion_banner_video {
    background-color: white;
}

.seccion_banner_video_sociedad .descripcion_banner_video {
    /*transform: translateY(-35%);*/
    z-index: 2;
    position: relative;
}

.seccion_red_social .btn-unete {
    color: black;
    background-color: #e6e6e6;
    transition: all 0.3s ease-in-out;
}

    .seccion_red_social .btn-unete:hover {
        background-color: #c9c9e9;
    }


/*** Fin estilos sociedad ***/

/*** Inicio: Generales (Pasar hasta arriba, pero revisar que no pase nada GG) ***/

/* Inicio: Estilos para estructura responsiva de imagen, título y descripción */

/* NOTA: ESTOS ESTILOS SON COMPLETADOS CON CLASES DE BOOTSTRAP EN EL HTML */

.titulo-descripcion-imagen-responsive .descripcion,
.titulo-descripcion-imagen-responsive .carrusel {
    width: 100%;
}

.titulo-descripcion-imagen-responsive .linea-titulo {
    height: 2px;
    width: 100%;
}

@media only screen and (min-width: 576px) {

    .titulo-descripcion-imagen-responsive {
        /*padding-left: 12px;
        padding-right: 12px;*/
    }
}

@media only screen and (min-width: 768px) {

    .titulo-descripcion-imagen-responsive .linea-titulo {
        height: 3px;
        width: 35%;
    }

    .titulo-descripcion-imagen-responsive .titulo-descripcion {
        width: 50%;
    }

    .titulo-descripcion-imagen-responsive .carrusel {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) {

    .titulo-descripcion-imagen-responsive .linea-titulo {
        height: 3px;
        width: 35%;
    }

    .titulo-descripcion-imagen-responsive .titulo-descripcion {
        width: 45%;
    }

    .titulo-descripcion-imagen-responsive .carrusel {
        width: 50%;
    }
}

.titulo-descripcion-imagen-responsive .swiper-pagination-bullet,
.carrusel .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.creamos-comunidades .imagen img {
    object-position: center top;
    object-fit: cover;
    width: 100%;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {

    .creamos-comunidades .imagen img {
        max-height: 26rem;
        max-width: 1280px;
    }
}

.texto-informativo {
    max-width: 959px;
}

.titulo-descripcion-imagen-responsive .swiper-pagination-bullet,
.carrusel .swiper-pagination-bullet {
    border-radius: 2rem;
    /*background: none;*/
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
    height: 1.25rem;
    width: 1.25rem;
}

.titulo-descripcion-imagen-responsive .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.carrusel .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.titulo-descripcion-imagen-responsive .swiper-pagination-bullet-active,
.carrusel .swiper-pagination-bullet-active {
    background-color: black;
    opacity: 0.85;
}




.swiper-button-prev :not(.carrete) {
    background-color: rgba(0, 0, 0, 0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    cursor: pointer;
    left: -35px;
    clip-path: polygon(100% 0, 100% 100%, 50% 100%, 50% 0);
}

.swiper-button-next :not(.carrete) {
    background-color: rgba(0, 0, 0, 0.5);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 24px;
    cursor: pointer;
    right: -35px;
    clip-path: polygon(0 0, 0 100%, 50% 100%, 50% 0);
}

.swiper-button-prev:after :not(.carrete) {
    position: absolute;
    right: 13px;
    font-size: 30px;
    top: 30%;
}

.swiper-button-next:after :not(.carrete) {
    position: absolute;
    left: 13px;
    font-size: 30px;
    top: 30%;
}






.container-1200 {
    max-width: 1200px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {

    .container-1200 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Inicio: Estilos para carrusel clip */

.swiper.clip {
    overflow: visible;
    overflow-x: clip;
}

.slide-up {
    /*margin-top: -14%;*/
    margin-top: -11.5%;
    transition: margin-top 0.6s ease;
}

.slide-down {
    margin-top: 0px;
    transition: margin-top 0.6s ease;
}

.margin-bottom-offset {
    margin-bottom: var(--margin-bottom-banner);
}

.swiper.swiper-carousel-banner .paginado {
    bottom: 0;
    right: 0;
}

/* Fin: Estilos para carrusel clip */
/* Fin: Estilos para estructura responsiva de imagen, título y descripción */
/* Inicio: Estilos para Banner (Imágen, título y descripción) */
.custom-banner .descripcion,
.custom-banner .carrusel {
    width: 100%;
}

.custom-banner .titulo-descripcion .linea-titulo {
    height: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 576px) {
    .custom-banner {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (min-width: 768px) {

    .custom-banner .titulo-descripcion .linea-titulo {
        height: 3px;
        width: 35%;
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .custom-banner .titulo-descripcion {
        width: 50%;
    }

    .custom-banner .carrusel {
        width: 40%;
    }

    .custom-banner .titulo-descripcion.custom-gap {
        width: 45%;
    }

    .custom-banner .carrusel.custom-gap {
        width: 45%;
    }
}

@media only screen and (min-width: 992px) {

    .custom-banner .titulo-descripcion .linea-titulo {
        height: 3px;
        width: 35%;
    }

    .custom-banner .titulo-descripcion {
        width: 45%;
    }

    .custom-banner .carrusel {
        width: 50%;
    }

    .custom-banner.invertido .titulo-descripcion {
        width: 45%;
    }

    .custom-banner.invertido .carrusel {
        width: 45%;
    }
}

.custom-banner .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.custom-banner .swiper-pagination-bullet {
    border-radius: 2rem;
    background: none;
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
}

.custom-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.custom-banner .swiper-pagination-bullet-active {
    background-color: #6B6969;
}

/* Fin: Estilos para Banner (Imágen, título y descripción) */

/* Inicio: Estilos para Imagen Centrada */

.imagen-centrada img {
    object-position: center center;
    object-fit: cover;
    width: 100%;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {

    .imagen-centrada img {
        max-height: 100%;
        width: 100%;
    }
}

/* Fin: Estilos para Imagen Centrada */

/* Baner con carrusel y videos */

.swiper-carousel-banner .titulo-tarjeta-banner {
    font-weight: 600;
}

/* Botones de compartir */

button.share {
    background-color: transparent;
    border: solid 0px transparent;
    border-bottom-width: 4px;
    padding: 0;
    width: 2.1rem;
    transition: all 0.1s ease-in-out;
}

/*button.share:hover {
    border-bottom: solid 4px yellow;
    color: #9a9a9a;
}*/

button.border-bottom-yellow {
    border-bottom-color: yellow;
}

.popup {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 1px 3px 10px -2px rgba(0, 0, 0, 0.23);
    border-radius: 5px;
    padding: 10px;
    width: 350px;
    z-index: 10;
}

/* Carrusel con dynamic-bullets */

.dynamic-bullets .paginado {
    height: 25px;
}

.dynamic-bullets .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background-color: white;
    border: 1px solid #c2c2c2;
    opacity: unset;
}

.dynamic-bullets .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #6B6969;
    border-color: #6B6969;
}



/*** Fin: Generales (Pasar hasta arriba, pero revisar que no pase nada GG) ***/
/*** Inicio: Estilos Esperanza Azteca ***/
.container-esperanza-azteca {
    padding-left: 12px;
    padding-right: 12px;
}

.texto-informativo.esperanza-azteca {
    max-width: 100%;
}

.tres-componentes .componente:not(:last-child) {
    border-bottom: solid 1px black;
}

@media only screen and (min-width: 576px) {
    .container-esperanza-azteca {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) {

    .titulo-descripcion-imagen-responsive .titulo-descripcion.esperanza-azteca {
        width: 40%;
    }

    .titulo-descripcion-imagen-responsive .carrusel.esperanza-azteca {
        width: 55%;
    }

    .tres-componentes .componente {
        width: calc(100% / 3);
    }

        .tres-componentes .componente:not(:last-child) {
            border-bottom: none;
        }

        .tres-componentes .componente:not(:first-child) {
            border-left: solid 1px black;
        }

        .tres-componentes .componente .titulo,
        .tres-componentes .componente .descripcion,
        .tres-componentes .componente .conoce-mas {
            margin-top: 1rem;
        }
}

@media only screen and (min-width: 1200px) {

    .titulo-descripcion-imagen-responsive.esperanza-azteca {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*** Fin: Estilos Esperanza Azteca ***/

/*** Inicio: estilos Ismea ***/

.ismea-imagen-descripcion .imagen img {
    object-position: center top;
    object-fit: cover;
    width: 100%;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
}

.contaianer-carrusel-orgullo-ismea {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media only screen and (min-width: 768px) {
    .ismea-imagen-descripcion {
        padding-top: 3rem;
    }
}

.texto-informativo-ismea {
    max-width: 800px;
}

@media only screen and (min-width: 992px) {

    .ismea-imagen-descripcion {
        padding-top: 0.5rem;
    }

        .ismea-imagen-descripcion .imagen img {
            max-height: 26rem;
            max-width: 1280px;
        }
}

.ismea-imagen-descripcion .imagen img {
    object-position: center top;
    object-fit: cover;
    width: 100%;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {

    .ismea-imagen-descripcion .imagen img {
        max-height: 26rem;
        max-width: 1280px;
    }
}


/*** Fin: estilos Ismea ***/


/*** Inicio: estilos Sinfónica Azteca ***/

.banner-convocatoria-sinfonica .descripcion,
.banner-convocatoria-sinfonica .carrusel {
    width: 100%;
}

.banner-convocatoria-sinfonica .imagen-convocatoria {
    aspect-ratio: 16 / 9;
}

@media only screen and (min-width: 576px) {
    .banner-convocatoria-sinfonica {
        padding-left: 12px;
        padding-right: 12px;
    }

    .comunidades-linea-titulo {
        height: 4px;
    }
}

@media only screen and (min-width: 768px) {

    .modelo-educativo-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-convocatoria-sinfonica .titulo-descripcion {
        width: 50%;
    }

    .banner-convocatoria-sinfonica .carrusel {
        width: 40%;
    }

    .banner-convocatoria-sinfonica .titulo-descripcion.invertir {
        width: 40%;
    }

    .banner-convocatoria-sinfonica .carrusel.invertir {
        width: 55%;
    }

    .banner-convocatoria-sinfonica .imagen-convocatoria {
        aspect-ratio: unset;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 992px) {

    .modelo-educativo-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-convocatoria-sinfonica .titulo-descripcion {
        width: 45%;
    }

    .banner-convocatoria-sinfonica .carrusel {
        width: 50%;
    }
}

.banner-convocatoria-sinfonica .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.banner-convocatoria-sinfonica .swiper-pagination-bullet {
    border-radius: 2rem;
    background: none;
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
}

.banner-convocatoria-sinfonica .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.banner-convocatoria-sinfonica .swiper-pagination-bullet-active {
    background-color: #6B6969;
}

/*** Fin: estilos Sinfónica Azteca ***/

/*** Fin: estilos Orquestas y Coros Esperanza Azteca ***/

.imagen-secundaria-orquestas-coros .imagen img {
    object-position: center top;
    object-fit: cover;
    width: 100%;
    max-height: 20rem;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 992px) {

    .imagen-secundaria-orquestas-coros .imagen img {
        max-height: 26rem;
        max-width: 1280px;
    }

    .imagen-secundaria-orquestas-coros .imagen {
        margin-bottom: 10rem;
    }
}

/*** Fin: estilos Orquestas y Coros Esperanza Azteca ***/

/*** Inicio: estilos Cambia tu jugada ***/

.banner-cambia-tu-jugada .descripcion,
.banner-cambia-tu-jugada .carrusel {
    width: 100%;
}

.cambia-tu-jugada-linea-titulo {
    height: 2px;
    width: 100%;
}

@media only screen and (min-width: 576px) {

    .banner-cambia-tu-jugada {
        padding-left: 12px;
        padding-right: 12px;
    }

    .comunidades-linea-titulo {
        height: 4px;
    }
}

@media only screen and (min-width: 768px) {

    .cambia-tu-jugada-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-cambia-tu-jugada .titulo-descripcion {
        width: 50%;
    }

    .banner-cambia-tu-jugada .carrusel {
        width: 40%;
    }

    .banner-cambia-tu-jugada .titulo-descripcion.cambia-tu-jugada {
        width: 40%;
    }

    .banner-cambia-tu-jugada .carrusel.cambia-tu-jugada {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {

    .cambia-tu-jugada-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .banner-cambia-tu-jugada .titulo-descripcion {
        width: 45%;
    }

    .banner-cambia-tu-jugada .carrusel {
        width: 50%;
    }

    .banner-cambia-tu-jugada.invertido .titulo-descripcion {
        width: 45%;
    }

    .banner-cambia-tu-jugada.invertido .carrusel {
        width: 45%;
    }
}

.banner-cambia-tu-jugada .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.banner-cambia-tu-jugada .swiper-pagination-bullet {
    border-radius: 2rem;
    background: none;
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
}

.banner-cambia-tu-jugada .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.banner-cambia-tu-jugada .swiper-pagination-bullet-active {
    background-color: #6B6969;
}


/*** Fin: estilos Cambia tu jugada ***/


/*** Inicio: estilos Medio Ambiente y Cuidado Animal ***/

.container-banner-medio-ambiente {
    width: 100%;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.container-tarjetas-medio-ambiente {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.banner-medio-ambiente .tarjeta {
    background-color: white;
    max-width: 470px;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    margin-top: -2rem;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

    .banner-medio-ambiente .tarjeta.slidedown {
        animation-name: slidedown;
    }

    .banner-medio-ambiente .tarjeta.slideup {
        animation-name: slideup;
    }

.container-tarjetas-medio-ambiente .titulo-tarjeta {
    margin-left: 1rem;
    margin-top: -2rem;
    position: relative;
    width: fit-content;
    max-width: calc(100% - 2rem);
    /*height:8rem;*/
}


@keyframes slidedown {
    from {
        margin-top: -2rem;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes slideup {

    from {
        margin-top: 0;
    }

    100% {
        margin-top: -2rem;
    }
}

@media only screen and (min-width: 768px) {

    .banner-medio-ambiente .tarjeta {
        margin-left: 2rem;
    }

        .banner-medio-ambiente .tarjeta .iconos i {
            font-size: 18px;
        }

    .banner-medio-ambiente .tarjeta {
        margin-top: -4rem;
    }

    .container-tarjetas-medio-ambiente .titulo-tarjeta {
        height: 8rem;
    }

    @keyframes slidedown {


        from {
            margin-top: -4rem;
        }

        100% {
            margin-top: 0;
        }
    }

    @keyframes slideup {

        from {
            margin-top: 0;
        }

        100% {
            margin-top: -4rem;
        }
    }
}

@media only screen and (min-width: 992px) {

    .banner-medio-ambiente .tarjeta {
        margin-left: 7rem;
    }

        .banner-medio-ambiente .tarjeta .iconos i {
            font-size: 20px;
        }

    .banner-medio-ambiente .tarjeta {
        margin-top: -2rem;
    }

    @keyframes slidedown {


        from {
            margin-top: -2rem;
        }

        100% {
            margin-top: 0;
        }
    }

    @keyframes slideup {

        from {
            margin-top: 0;
        }

        100% {
            margin-top: -2rem;
        }
    }
}

@media only screen and (min-width: 992px) {

    .container-tarjetas-medio-ambiente .titulo-tarjeta {
        /*max-width: calc(60% - 2rem);*/
    }
}

/*** Fin: estilos Medio Ambiente y Cuidado Animal ***/

/*** Inicio: Limpiemos México ***/

.custom-banner.limpiemos-mexico-alianzas .linea-titulo {
    height: 2px;
}

.alianzas-limpiemos-mexico {
    background: rgba(25, 181, 41, 0.08);
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .custom-banner .titulo-descripcion.limpiemos-mexico {
        width: 40%;
    }

    .custom-banner .carrusel.limpiemos-mexico {
        width: 50%;
    }

    .custom-banner.limpiemos-mexico-alianzas .linea-titulo {
        height: 4px;
    }

    .alianzas-limpiemos-mexico {
        padding-top: 3.5rem;
        padding-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {

    .custom-banner.limpiemos-mexico-alianzas .linea-titulo {
        height: 3px;
        width: 25%;
    }

    .alianzas-limpiemos-mexico {
        padding-top: 4.5rem;
        padding-bottom: 1.5rem;
    }
}

/*** Fin: Limpiemos México ***/


/*** Inicio: Huella Azteca ***/

.texto-informativo-huella-azteca .imagen-centrada {
    margin-top: 3.5rem;
}

@media only screen and (min-width: 768px) {

    .texto-informativo-huella-azteca .imagen-centrada {
        margin-top: 6.5rem;
    }
}

@media only screen and (min-width: 992px) {

    .texto-informativo-huella-azteca .imagen-centrada {
        margin-top: 6rem;
    }
}



.seccion-informativa-huella-azteca {
    background: rgba(253, 253, 150, 0.5);
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

.custom-banner.subseccion-informativa-limpiemos-mexico .linea-titulo {
    height: 2px;
}

@media only screen and (min-width: 768px) {

    .seccion-informativa-huella-azteca {
        padding-top: 3.5rem;
        padding-bottom: 1.5rem;
    }

    .custom-banner.subseccion-informativa-limpiemos-mexico .linea-titulo {
        height: 4px;
    }
}

@media only screen and (min-width: 992px) {

    .seccion-informativa-huella-azteca {
        padding-top: 4.5rem;
        padding-bottom: 1.5rem;
    }

    .custom-banner.subseccion-informativa-limpiemos-mexico .linea-titulo {
        height: 3px;
        width: 25%;
    }
}

/*** Fin: Huella Azteca ***/

/*** Inicio: Un Nuevo Bosque ***/

@media only screen and (min-width: 768px) {

    .nuevo-bosque .titulo-descripcion .linea-titulo {
        width: 25%;
        height: 4px;
    }

    .nuevo-bosque .titulo-descripcion.custom-gap {
        width: 35%;
    }

    .nuevo-bosque .carrusel.custom-gap {
        width: 58%;
    }
}

@media only screen and (min-width: 992px) {

    .nuevo-bosque .titulo-descripcion .linea-titulo {
        width: 20%;
    }
}

@media only screen and (min-width: 1200px) {

    .nuevo-bosque .titulo-descripcion .linea-titulo {
        width: 30%;
        height: 3px;
    }
}

/*** Fin: Un Nuevo Bosque ***/

/*** Inicio: Que Viva la Selva Lacandona ***/

.selva-lacandona-texto-informativo .texto-informativo {
    margin-bottom: 3.5rem;
}

.texto-informativo-lacandona p {
    margin: 0;
}

.selva-lacandona-texto-informativo .texto-informativo-lacandona p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.selva-lacandona-texto-informativo .imagen {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 768px) {
    .selva-lacandona .titulo-descripcion.custom-gap {
        width: 40%;
    }

    .selva-lacandona .carrusel.custom-gap {
        width: 55%;
    }

    .selva-lacandona-texto-informativo .texto-informativo {
        margin-bottom: 6.5rem;
    }
}

@media only screen and (min-width: 992px) {

    .selva-lacandona-texto-informativo .texto-informativo-lacandona p {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .selva-lacandona-texto-informativo .texto-informativo {
        margin-top: 4rem;
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {

    .selva-lacandona-texto-informativo .texto-informativo-lacandona p {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
}

/*** Fin: Que Viva la Selva Lacandona ***/

/*** Inicio: Noticias ***/

.banner-noticias .tarjeta {
    background-color: white;
    max-width: 470px;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    margin-top: -2rem;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.espaciado-noticias {
    margin-bottom: 1.5rem;
}

.noticias-container {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.noticias {
    row-gap: 2.5rem;
}

.noticia {
    gap: 3rem;
}

.tarjeta-noticia {
    border-bottom: solid 2px #000000;
    padding-bottom: 2.5rem;
}

    .tarjeta-noticia .tarjeta-imagen img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }

    .tarjeta-noticia .tarjeta-titulo {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.25;
        color: #000000;
    }

    .tarjeta-noticia .tarjeta-subtitulo {
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
        color: #000000;
    }

    .tarjeta-noticia .linea-divisora {
        background-color: black;
        width: 23%;
        height: 2px;
        margin-top: 1.5rem;
    }

    .tarjeta-noticia .tarjeta-texto {
        /*font-family: "Noto Sans", system-ui, sans-serif;*/
        font-size: 1rem;
        color: #000000;
    }

        .tarjeta-noticia .tarjeta-texto p {
            margin: 0;
        }

    .tarjeta-noticia .tarjeta-fecha {
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
        color: #000000;
    }

    .tarjeta-noticia .btn-leer-mas {
        padding: 0.5rem 1.25rem;
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
    }

.paginado-noticias {
    margin-top: 5rem;
    width: 100%;
    max-width: 400px;
    /*max-width: 200px;*/
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

    .paginado-noticias .carrusel-paginado {
        /*width: 100%;*/
    }

    .paginado-noticias .elemento-paginado {
        width: 38px;
        min-width: 38px;
        height: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-color: #c2c2c2;
        transition: all .2s ease-in-out;
    }

        .paginado-noticias .elemento-paginado:hover {
            background-color: rgb(163 163 163);
        }

        .paginado-noticias .elemento-paginado.selected {
            border: solid 1px #c2c2c2;
        }

@media only screen and (min-width: 768px) {
    .noticias {
        row-gap: 6rem;
    }

    .banner-noticias .tarjeta {
        margin-left: 1rem;
    }

    .banner-noticias .tarjeta {
        margin-top: -4rem;
    }

    .container-tarjetas-medio-ambiente .titulo-tarjeta {
        height: 8rem;
        background-color: red;
    }

    .espaciado-noticias {
        margin-bottom: 4rem;
    }

    .tarjeta-noticia .tarjeta-imagen img {
        width: 100%;
        height: 300px;
    }

    .tarjeta-noticia:nth-child(n) {
        width: 45%;
    }

    .tarjeta-noticia .linea-divisora {
        width: 40%;
        height: 4px;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
}

@media only screen and (min-width: 992px) {

    .banner-noticias .tarjeta {
        margin-left: 1.3rem;
        margin-top: -4.3rem;
    }

    .tarjeta-noticia .linea-divisora {
        width: 27%;
    }
}

@media only screen and (min-width: 1200px) {

    .banner-noticias .tarjeta {
        margin-left: 4rem;
        margin-top: -7rem;
    }

    .noticias {
        row-gap: 1.2rem;
    }

    .tarjeta-noticia {
        border-bottom: solid 1px #0000004a;
    }

        .tarjeta-noticia .tarjeta-subtitulo {
            font-family: 'Roboto', sans-serif;
            font-weight: 300;
            font-size: 14px;
            line-height: 1.5;
            letter-spacing: 0.2px;
        }

    .banner-noticias .tarjeta .descripcion {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 300;
        /*font-family: 'roboto thin';*/
        color: unset;
    }

    .tarjeta-noticia .tarjeta-texto {
        /*font-family: 'Roboto', sans-serif;*/
        font-weight: 300;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.2px;
        color: black;
    }

    .noticias-container {
        max-width: 1000px;
    }

    .tarjeta-noticia:nth-child(n) {
        width: 46.5%;
    }

    .espaciado-noticias {
        margin-bottom: 4.3rem;
    }
}

/*** Fin: Noticias ***/

/*** Inicio: Detalle Noticias ***/

.detalle-noticia {
    row-gap: 2.5rem;
}

    .detalle-noticia .iconos {
        font-size: 1.4rem;
    }

.cuerpo-noticia {
    border-bottom: solid 1px #000000;
    padding-bottom: 2.5rem;
}

    .cuerpo-noticia .tarjeta-imagen img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        object-position: center center;
    }

    .cuerpo-noticia .tarjeta-titulo {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.25;
        color: #000000;
    }

    .cuerpo-noticia .tarjeta-subtitulo {
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
        color: #000000;
    }

    .cuerpo-noticia .linea-divisora {
        background-color: black;
        width: 23%;
        height: 2px;
        margin-top: 1.5rem;
    }

    .cuerpo-noticia .tarjeta-texto {
        /*font-family: "Noto Sans", system-ui, sans-serif;*/
        font-size: 1rem;
        color: #000000;
    }

        .cuerpo-noticia .tarjeta-texto p {
            margin: 0;
        }

    .cuerpo-noticia .tarjeta-fecha {
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
        color: #000000;
    }

    .cuerpo-noticia .btn-leer-mas {
        padding: 0.5rem 1.25rem;
        font-family: "Noto Sans", system-ui, sans-serif;
        font-size: 1rem;
    }

.texto-alternativo-noticia img {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .cuerpo-noticia .tarjeta-imagen {
        margin-bottom: 1.5rem;
    }

        .cuerpo-noticia .tarjeta-imagen img {
            width: 100%;
            height: auto;
        }

    .cuerpo-noticia .tarjeta-titulo {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .cuerpo-noticia .subtitulo {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .cuerpo-noticia .linea-divisora {
        width: 16%;
        height: 4px;
        margin-top: 2rem;
        margin-bottom: 0.5rem;
    }

    /*.cuerpo-noticia .tarjeta-texto {
        margin-bottom: 7rem;
    }*/

    .cuerpo-noticia .footer-noticia {
        margin-top: 6rem !important;
    }

    .detalle-noticia .iconos {
        font-size: 1.8rem;
    }
}

@media only screen and (min-width: 992px) {

    .espaciado-superior-detalle-noticia {
        margin-top: 3rem;
    }

    .cuerpo-noticia .linea-divisora {
        width: 13%;
    }
}

@media only screen and (min-width: 1200px) {
    .espaciado-superior-detalle-noticia {
        margin-top: 1.5rem;
    }

    .cuerpo-noticia .tarjeta-imagen {
        margin-bottom: 4rem;
    }

    .cuerpo-noticia .subtitulo {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .cuerpo-noticia .tarjeta-texto p {
        font-size: 17px;
        /*font-weight: 300;*/
        /*font-family: "Noto Sans", system-ui, sans-serif;*/
    }

    .cuerpo-noticia .linea-divisora {
        width: 17%;
        height: 3px;
        margin-top: 2.5rem;
        margin-bottom: 0;
    }
}

/*** Fin: Detalle Noticias ***/

/*** Inicio: Participa ***/

.participa {
    margin-bottom: 3.5rem;
}

    .participa .titulo {
        margin-bottom: 2.5rem;
    }

    .participa .titulo-seccion {
        font-family: 'Noto Sans', sans-serif !important;
        font-size: 20px;
    }

    .participa .tarjeta .titulo {
        font-family: 'Noto Sans', sans-serif;
        font-size: 20px;
    }

    .participa .tarjeta .fecha-hora {
        /*font-family: 'Noto Sans', sans-serif;*/
        font-size: 16px;
        align-items: center;
    }

    .participa .tarjeta .lugar {
        /*font-family: 'Noto Sans', sans-serif;*/
        font-size: 16px;
        font-weight: 300;
    }

    .participa .tarjeta .descripcion {
        /*font-family: 'Noto Sans', sans-serif;*/
        font-size: 16px;
    }

        .participa .tarjeta .descripcion p {
            text-align: center;
        }

    .participa .image-divisora {
        margin-bottom: 1.25rem;
    }

    .participa .imagen-donaciones {
        width: 100%;
        max-width: 20rem;
    }

        .participa .imagen-donaciones img {
            object-position: center center;
            object-fit: cover;
            width: 100%;
        }

.datos-donaciones .titulo-donaciones {
    /*font-family: 'Noto Sans', sans-serif;*/
    font-size: 24px;
    font-weight: 700;
}

.donaciones .titulo-donaciones .linea {
    width: 100%;
    height: 2px;
    background-color: black;
    margin-top: 1.25rem;
}

.datos-donaciones .subtitulo-donaciones {
    /*font-family: 'Noto Sans', sans-serif;*/
    font-size: 18px;
    font-weight: 300;
}


.datos-donaciones .descripcion-donaciones {
    /*font-family: 'Noto Sans', sans-serif;*/
    font-size: 16px;
    font-weight: 300;
}

#formulario-donaciones .campo {
    width: 100%;
    border-width: 1px;
    border-color: rgb(0 0 0 / 1);
    padding: 0.5rem;
}

@media only screen and (min-width: 768px) {
    .participa {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        .participa .titulo-seccion {
            font-size: 36px;
        }

        .participa .image-divisora {
            margin-bottom: 3.25rem;
        }

        .participa .imagen-donaciones {
            max-width: 100%;
        }

    .donaciones .datos-donaciones {
        width: 46%;
    }

    .donaciones .imagen-donaciones {
        width: 45%;
    }

    .datos-donaciones .titulo-donaciones {
        font-size: 30px;
    }

    .donaciones .titulo-donaciones .linea {
        height: 4px;
        margin-top: 0.5rem;
    }
}

@media only screen and (min-width: 992px) {

    .participa {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .donaciones .datos-donaciones {
        width: 49%;
    }
}

/*** Fin: Participa ***/

/*** Inicio: Contacto ***/

.container-banner-contacto {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.espaciado-contactanos {
    margin-bottom: 1.5rem;
}

.banner-contacto .tarjeta {
    background-color: white;
    padding: 20px;
    max-width: 470px;
    margin-left: 1rem;
    margin-right: 1rem;
    position: relative;
    margin-top: -2rem;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

    .banner-contacto .tarjeta .linea {
        width: 22%;
        height: 2px;
        background-color: black;
        margin-top: 2.5rem;
    }

    .banner-contacto .tarjeta .titulo {
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.9rem;
    }

    .banner-contacto .tarjeta .descripcion {
        /*font-family: 'Noto Sans', sans-serif;*/
        font-size: 16px;
        font-weight: 300;
    }

        .banner-contacto .tarjeta .descripcion a {
            color: cornflowerblue;
        }

.dime {
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}

    .dime .titulo-texto .titulo {
        font-family: 'Noto Sans', sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.9rem;
    }

    .dime .titulo-texto .descripcion {
        /*font-family: 'Noto Sans', sans-serif;*/
        font-size: 16px;
        font-weight: 300;
    }

        .dime .titulo-texto .descripcion a {
            color: cornflowerblue;
        }

    .dime .icono {
        font-size: 1.7rem;
    }

.a-underline a {
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {

    .espaciado-contactanos {
        margin-bottom: 5rem;
    }

        .espaciado-contactanos.custom {
            margin-bottom: 4.5rem;
        }

    .banner-contacto .tarjeta {
        padding: 32px;
        margin-left: 1rem;
        margin-top: -4rem;
    }

        .banner-contacto .tarjeta .linea {
            width: 33%;
            height: 4px;
        }

        .banner-contacto .tarjeta .titulo {
            font-size: 30px;
        }

    .dime {
        display: flex;
        flex-direction: row;
        column-gap: 1.25rem;
        justify-content: start;
    }

        .dime .titulo-texto .titulo {
            font-size: 30px;
        }

        .dime .icono {
            font-size: 2.2rem;
            align-self: start;
            display: flex;
            padding-top: 0.5rem;
        }
}

@media only screen and (min-width: 992px) {

    .banner-contacto .tarjeta {
        margin-left: 1.3rem;
        margin-top: -4.3rem;
    }
}

@media only screen and (min-width: 1200px) {

    .banner-contacto .tarjeta {
        margin-left: 4rem;
        margin-top: -7rem;
    }

        .banner-contacto .tarjeta .descripcion {
            font-size: 16px;
        }
}


/*** Fin: Contacto ***/

/*** Inicio: Master Buscar ***/

.contenedor-icono-buscar {
    display: none;
    padding-right: 20px;
}

    .contenedor-icono-buscar.mobil {
        position: absolute;
        padding: 0px;
        left: 25px;
        display: block;
    }

        .contenedor-icono-buscar.mobil .btn-buscar {
            padding: 0.3rem 0.8rem;
        }

            .contenedor-icono-buscar.mobil .btn-buscar i {
                font-size: 20px;
            }

@media only screen and (min-width: 1025px) {

    .contenedor-icono-buscar.mobil {
        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;
    }

/*** Fin: Master Buscar ***/

/*** Inicio: Buscar ***/

.container-buscar {
    width: 100%;
    /*max-width: 65rem;*/
    max-width: 55rem;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.seccion-buscar {
    max-width: 900px;
}

.titulo-buscar {
    letter-spacing: .1em;
    line-height: 1;
    font-weight: lighter;
    font-size: 1.875rem;
    /*text-align: center;*/
}

@media only screen and (min-width: 768px) {
    .titulo-buscar {
        font-size: 3rem;
        font-weight: bold;
        font-family: 'Roboto Thin', sans-serif;
        letter-spacing: 5px
    }
}

@media only screen and (min-width: 768px) {
    .container-buscar {
        padding: 1.2rem;
    }
}

@media only screen and (min-width: 1200px) {
    .container-buscar {
        /*max-width: 66rem;*/
    }
}

.seccion-buscar .titulo-buscar {
    letter-spacing: normal;
}

.seccion-buscar .btn-buscar {
    padding: 12px 16px;
    background-color: white;
    border-width: 1.5px;
    color: black;
    font-weight: bold;
    transition: ease-in-out all 0.15s;
    font-size: 16px;
}

@media only screen and (min-width: 1200px) {
    .seccion-buscar .btn-buscar {
        font-size: inherit;
    }
}

.seccion-buscar .btn-buscar:hover {
    background-color: black;
    color: white;
}

.seccion-buscar .input-buscar {
    border-width: 0 0 2.5px 0;
    transition: ease-in-out all 0.15s;
}

    .seccion-buscar .input-buscar:focus {
        outline: none;
        border-width: 0 0 2.5px 0;
        border-color: black;
    }

.lista-resultados a.page-name {
    transition: ease-in-out all 0.15s;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: white;
}

    .lista-resultados a.page-name:hover {
        cursor: pointer;
        /*font-weight: bold;*/
        border-color: black;
    }


#seccion-buscar ul.lista-resultados {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*** Fin: Buscar ***/

/*** Inicio: estilos Audiciones Sinfónica Azteca ***/

.inscripcion-audiciones .descripcion,
.inscripcion-audiciones .carrusel {
    width: 100%;
}

.inscripcion-audiciones .imagen-audiciones {
    aspect-ratio: 16 / 9;
}

@media only screen and (min-width: 576px) {
    .inscripcion-audiciones {
        padding-left: 12px;
        padding-right: 12px;
    }

    .comunidades-linea-titulo {
        height: 4px;
    }
}

@media only screen and (min-width: 768px) {

    .modelo-educativo-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .inscripcion-audiciones .titulo-descripcion {
        width: 50%;
    }

    .inscripcion-audiciones .carrusel {
        width: 40%;
    }

    .inscripcion-audiciones .titulo-descripcion.invertir {
        width: 40%;
    }

    .inscripcion-audiciones .carrusel.invertir {
        width: 55%;
    }

    .inscripcion-audiciones .imagen-audiciones {
        aspect-ratio: unset;
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width: 992px) {

    .modelo-educativo-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .inscripcion-audiciones .titulo-descripcion {
        width: 45%;
    }

    .inscripcion-audiciones .carrusel {
        width: 50%;
    }
}

.inscripcion-audiciones .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.inscripcion-audiciones .swiper-pagination-bullet {
    border-radius: 2rem;
    background: none;
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
}

.inscripcion-audiciones .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.inscripcion-audiciones .swiper-pagination-bullet-active {
    background-color: #6B6969;
}

/*** Fin: estilos Audiciones Sinfónica Azteca ***/

/*** Inicio: Integrantes Sinfónica ***/

.integrantes-sinfonica .titulo-buscar {
    margin-bottom: 1rem;
}


.integrantes-linea-titulo {
    height: 3px;
    /*width: 35%;*/
}

.integrantes-sinfonica .imagen-docente img {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 50%;
}

.integrantes-sinfonica .descripcion,
.integrantes-sinfonica .imagen-docente {
    width: 100%;
}

@media only screen and (min-width: 576px) {

    .integrantes-sinfonica {
        padding-left: 12px;
        padding-right: 12px;
    }

    .comunidades-linea-titulo {
        height: 4px;
    }
}

@media only screen and (min-width: 768px) {

    .integrantes-linea-titulo {
        height: 3px;
        width: 35%;
    }

    .integrantes-sinfonica .titulo-descripcion {
        width: 60%;
    }

    .integrantes-sinfonica .imagen-docente {
        width: 35%;
    }

        .integrantes-sinfonica .imagen-docente img {
            width: 100%;
        }
}

.integrantes-sinfonica .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c2c2c2;
}

.integrantes-sinfonica .swiper-pagination-bullet {
    border-radius: 2rem;
    background: none;
    border: 1px solid #c2c2c2;
    opacity: unset;
    margin: 0;
}

/*.integrantes-sinfonica .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}*/

.integrantes-sinfonica .swiper-pagination-bullet-active {
    background-color: #6B6969;
}

/*** Fin: Integrantes Sinfónica ***/

/*** Inicio: Lista Integrantes Sinfónica Azteca ***/

.carrusel-lista-integrantes .imagen-lista-integrantes-sinfonica {
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 50%;
}

@media only screen and (min-width: 768px) {

    .carrusel-lista-integrantes .imagen-lista-integrantes-sinfonica {
        width: 65%;
        max-width: 225px;
    }
}

@media only screen and (min-width: 992px) {

    .carrusel-lista-integrantes .imagen-lista-integrantes-sinfonica {
        width: 75%;
        max-width: 243px;
    }
}

@media only screen and (min-width: 1200px) {

    .carrusel-lista-integrantes .imagen-lista-integrantes-sinfonica {
        width: 85%;
        max-width: 190px;
    }
}

/*** Fin: Lista Integrantes Sinfónica Azteca ***/

/* #region Galería de imágenes */

@media only screen and (min-width: 768px) {
    .galeria-imagenes-container .titulo-galeria {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .galeria-imagenes-container .titulo-galeria {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 1200px) {
    .galeria-imagenes-container .titulo-galeria {
        margin-top: 5rem;
        margin-bottom: 1rem;
    }
}

.grid-sizer,
.grid-item {
    width: 99%;
    margin-bottom: 40px;
    border-radius: 15px;
    background-color: lightgray;
}

.gutter-sizer {
    width: 1%;
}

.grid-container {
    margin: 0 auto;
}

.grid-item:hover {
    filter: opacity(0.9);
}

@media only screen and (min-width: 576px) {

    .grid-sizer,
    .grid-item {
        width: 49%;
        background-color: lightgray;
    }

}

@media only screen and (min-width: 992px) {

    .grid-sizer,
    .grid-item {
        width: 32%;
        background-color: lightgray;
    }

}

@media only screen and (min-width: 1200px) {

    .grid-sizer,
    .grid-item {
        width: 24%;
        background-color: lightgray;
    }

}

/* #endregion */

/* #region Unete */

.container-unete {
    padding-left: 12px;
    padding-right: 12px;
}

.container-unete .texto-informativo.esperanza-azteca {
    max-width: 100%;
}

.container-unete .tres-componentes .componente:not(:last-child) {
    border-bottom: solid 1px black;
}

@media only screen and (min-width: 576px) {
    .container-unete {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (min-width: 768px) {

    .container-unete .titulo-descripcion-imagen-responsive .titulo-descripcion.esperanza-azteca {
        width: 40%;
    }

    .container-unete .titulo-descripcion-imagen-responsive .carrusel.esperanza-azteca {
        width: 55%;
    }

    .container-unete .tres-componentes .componente {
        width: calc(100% / 3);
    }

        .container-unete .tres-componentes .componente:not(:last-child) {
            border-bottom: none;
        }

        .container-unete .tres-componentes .componente:not(:first-child) {
            border-left: solid 1px black;
        }

        .container-unete .tres-componentes .componente .titulo,
        .container-unete .tres-componentes .componente .descripcion,
        .container-unete .tres-componentes .componente .conoce-mas {
            margin-top: 1rem;
        }
}

@media only screen and (min-width: 1200px) {
    .container-unete .titulo-descripcion-imagen-responsive.esperanza-azteca {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.pill-button i {
    transition: all 0.3s ease-in-out;
}

.seccion-unete-pasos {
    border-top: solid 2px #1f81c3;
    border-bottom: solid 2px #1f81c3;
    background-color: #f2f6f8;
}

    .seccion-unete-pasos .pasos {
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    .seccion-unete-pasos .titulo {
        /*color: #125581;*/
    }

    .seccion-unete-pasos .numero-paso {
        width: fit-content;
        height: fit-content;
        border-radius: 50%;
        border: solid 5px #105684;
        background-color: #b1934f;
    }

    .seccion-unete-pasos .numero-paso-gap {
        width: 5rem;
        height: 5rem;
        border-radius: 50%;
        border: solid 5px #ffffff;
    }

    .seccion-unete-pasos .numero-paso .titulo {
        color: white;
        margin: 0;
    }

    .seccion-unete-pasos .imagenes-informativas {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .seccion-unete-pasos .imagen-informativa {
        width: 5rem;
    }
    
    .seccion-unete-pasos .link-formulario {
        max-width: 43rem;
        margin-left: auto;
        margin-right: auto;
    }

/* #endregion */
