/*****GENERALES******/

html {
    position: relative;
    min-height: 95.9vh;
}
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 155px;
}
main {
    margin-top: 115px;
}
img {
    width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: #213af5;
    transition: 0.3s;
}
a:hover {
    color: #ccc;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Goldman', sans-serif;
}
h2 {
    font-size: 2.6em;
}
h3 {
    font-size: 2em;
}
.hs_spaceMono {
    font-family: 'Space Mono', monospace;
}
.hs_btntransparente {
    text-decoration: none;
    color: #FFF;
    padding: 6px 26px;
    border: 1px solid #FFF;
    border-radius: 15px;
    margin-top: 10px;
    display: inline-block;
    font-size: .9em;
}
.hs_btntransparente:hover {
    background-color: #000;
    opacity: .7;
}
section {
    padding: 50px 0;
}
.hs_lineaTitulos {
    width: 15em;
    height: 0.3em;
    background-color: #ccc;
    display: inline-block;
    margin: 0 auto;
}
.hs_lineaTitulosCortos {
    width: 5em;
    height: 0.3em;
    background-color: #ccc;
    display: inline-block;
    margin: 0 auto;
}
.hs_lineaAzul {
    background-color: #203BF5;
}
.hs_lineaRoja {
    background-color: #FF1908;
}
.hs_lineaNegra {
    background-color: #000;
}
.hs_bgNegro {
    background-color: #000;
}
.hs_btnAzul {
    background-color: #203BF5;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 15px;
    color: #FFF;
    text-decoration: none;
    margin-top: 30px;
    font-size: .8em;
    text-transform: uppercase;
}
.hs_btnAzul:hover {
    background-color: #121e76;
}
.hs_btnRojo {
    background-color: #FF1908;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 15px;
    color: #FFF;
    text-decoration: none;
    margin-top: 30px;
    font-size: .8em;
    text-transform: uppercase;
}
.hs_btnRojo:hover {
    background-color: #ce180e;
}
.hs_btnBorder {
    border: 1px solid #fff;
}
.hs_marginCero {
    margin: 0px;
}
.hs_marginT60 {
    margin-top: 60px;
}
.hs_bgAzul {
    background-color: #203BF5!important;
}
.hs_bgRojo {
    background-color: #FF1908;
}
article h2 {
    margin: 30px 0 15px;
    font-size: 1.6em;
}
.accordion-header {
    margin: 0px;
}
/*.hs_sinPadding [class*="col-"] {
    padding: 0;
}*/

.hs_desaparece {
    display: none;
}
.margin-60 {
    margin: 60px 0;
}
.hs_centrarModulo {
    margin: 0 auto;
}
.hs_bannerGde {
    display: block;
    width: 1300px;
    margin: 0 auto;
}
.hs_bannerCh {
    display: none;
    width: 320px;
}
.hs_titulosSeccionH {
    color: #000;
}
.hs_titulosSeccionH:hover {
    color: #213af5;
}
.hs_titulosSeccionHBco {
    color: #FFF;
}
.hs_titulosSeccionHBco:hover {
    color: #213af5;
}
/******NAVEGACION******/

.hs_paginacionNav {
    width: fit-content;
    margin: 0 auto;
}
.hs_page-item {
    background-color: #FFF;
    padding: 6px 15px;
    border: 1px solid #e8e9ea;
}
.hs_page-item a {
    text-decoration: none;
    color: #000;
}
.hs_linkActive {
    background-color: #000;
    color: #FFF;
}
.hs_paginacion {
    margin: 40px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.hs_paginacion a {
    color: #000;
}
/*******ACORDEON EVENTOS********/

.su-spoiler-title {
    background-color: #000;
    color: #fff;
    font-size: 1.5em!important;
    padding: 20px!important;
    width: -webkit-fill-available;
}
.su-spoiler-icon {
    top: 21px!important;
}
/*******HEADER*******/

header {
    width: 100%;
    background: #000;
    position: fixed;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #FFF;
    font-family: 'Space Mono', monospace;
    z-index: 10;
}
.collapse.navbar-collapse {
    justify-content: end;
}
.hs_navBar {
    background-color: #000!important;
}
.hs_logoSitio {
    width: 145px;
}
.hs_logoChico {
    width: 75px;
}
.hs_navlink, .navbar-nav a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}
.hs_navlink:hover, .navbar-nav a:hover {
    color: #ccc;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus {
    color: #667788;
}
.dropdown-menu.show {
    background-color: #000;
}
.dropdown-item {
    color: #FFF;
}
#menu-menu-principal li {
    margin: 0 10px;
}
/******CINTILLO SUPERIOR*******/

.hs_cintilloSup {
    background-color: #FFF;
    padding: 5px 0;
    transition: 0.3s;
}
.hs_redesSociales a {
    color: #000;
    margin: 10px 5px;
}
.hs_redesSociales a:hover {
    color: #ccc;
}
.hs_redesSociales {
    width: fit-content;
    margin: 0 auto;
}
.hs_rssMobile {
    display: none;
    width: fit-content;
    margin: 0 auto;
}
/******ICONO HAMBURGUESA******/

.input_hamburguesa {
    display: none;
}
label {
    display: block;
    cursor: pointer;
    position: absolute;
    width: 50vw;
    height: 50vw;
    max-width: 83px;
    max-height: 80px;
}
.menu--1 label {
    bottom: 0;
}
.menu--1 label {
    right: 0;
}
path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    --length: 24;
    --offset: -38;
    stroke-dasharray: var(--length) var(--total-length);
    stroke-dashoffset: var(--offset);
    transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.cross input:checked+svg .line--1, .cross input:checked+svg .line--3 {
    --length: 22.627416998;
}
.cross input:checked+svg .line--2 {
    --length: 0;
}
.back input:checked+svg .line--1, .back input:checked+svg .line--3 {
    --length: 8.602325267;
}
.menu--1 {
    background-color: #3f77e9;
}
.menu--1 .line--1, .menu--1 .line--3 {
    --total-length: 126.64183044433594;
}
.menu--1 .line--2 {
    --total-length: 70;
}
.menu--1 input:checked+svg .line--1, .menu--1 input:checked+svg .line--3 {
    --offset: -94.1149185097;
}
.menu--1 input:checked+svg .line--2 {
    --offset: -50;
}
/**********SLIDER**********/

.hs_slider {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}
.hs_slidePrincipal {
    height: auto;
}
.hs_slidePrincipal img {
    filter: brightness(.6);
    /*height: 300px;
    object-fit: cover;*/
}
.hs_infoSlider {
    width: fit-content;
    text-align: left;
    position: absolute;
    z-index: 3;
    color: #FFF;
    bottom: 25px;
    /* left: 0px; */
    margin-left: 50px;
}
.hs_infoSlider h2 {
    text-transform: uppercase;
    font-size: 2em;
    text-align: left;
}
.slick-dots {
    bottom: 20px;
}
.slick-dots li button:before {
    font-size: 15px;
    opacity: .5;
}
.slick-dots li.slick-active button:before {
    color: #FFF;
    opacity: 1;
}
.hs_fechasSlider {
    display: block;
    font-size: .8em;
    text-transform: uppercase;
    text-align: left;
}
.hs_cajaSlider {
    width: 465px;
    padding: 20px;
    border-radius: 15px;
}
/******SECCION PROXIMOS EVENTOS*******/

.hs_cardEventosHome {
    margin-top: 30px;
}
.hs_imgEventosHome {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hs_imgEventosHome img {
    transition: transform 700ms;
    object-fit: cover;
    height: auto;
}
.hs_imgEventosHome:hover img {
    transform: scale(1.2);
}
.hs_txtEventosHome {
    background-color: #ccc;
    padding: 15px;
    height: 250px;
    text-transform: uppercase;
}
.hs_txtEventosHome h2 {
    line-height: .6em;
}
.hs_txtEventosHome h2 a {
    font-size: .5em;
    color: #FFF;
    text-decoration: none;
}
.hs_txtEventosHome h2 a:hover {
    color: #000;
}
.hs_fechasCard {
    font-size: .8em;
    color: #FFF;
    display: block;
}
.hs_proximosEventos {
    background-color: #203BF5;
    text-align: center;
}
.hs_countDown {
    /*    width: fit-content;*/
    width: 350px;
    background: #000;
    color: #FFF;
    /*    display: flex;*/
    /*    display: block;*/
    /*    display: none;*/
    margin: 0 auto;
    padding: 10px 20px;
}
.hs_countDown p {
    font-size: .8em;
    margin: 5px 10px;
    text-transform: uppercase;
}
.hs_logoGarmin {
    width: 130px;
    height: fit-content;
    display: inline-block;
    /*    display: none;*/
}
.hs_contenedorContador {
    display: block;
}
/*******EVENTOS ANTERIORES********/

.hs_bgNegro h3 {
    color: #FFF;
}
.hs_eventosAnteriores {
    background-color: #FF1908;
}
.su-accordion {
    margin-top: 1.5em;
}
/*******PREVENTAS********/

.hs_principalPreventas {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.hs_imgPrincipalPreventas img {
    width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.hs_bgBanorte, .hs_colorBanorte {
    background: rgb(209, 0, 36);
    background: linear-gradient(0deg, rgba(209, 0, 36, 1) 0%, rgba(109, 4, 22, 1) 78%);
}
.hs_lineaBanorte {
    background: rgb(209, 0, 36);
    background: linear-gradient(90deg, rgba(209, 0, 36, 1) 0%, rgba(109, 4, 22, 1) 78%);
}
/******MODULO BLOG*******/

.hs_txtPost {
    background-color: #ccc;
    padding: 15px;
    height: 200px;
}
.hs_cardPost {
    background-color: #f8f8f8;
    text-align: left;
}
.hs_cardPost h2 {
    line-height: .7em;
    text-transform: uppercase;
}
.hs_cardPost h2 a {
    color: #000;
    font-size: .5em;
    line-height: .6em;
    text-decoration: none;
}
.hs_cardPost h2 a:hover {
    color: #ccc;
}
.hs_cardPost p {
    font-size: .9em;
    line-height: 1.4em;
}
/*******MODULO PATROCINADORES*******/

.hs_patrocinadoresImg {
    width: 85%;
    height: auto;
    margin: 30px 0;
}
/******FOOTER******/

footer {
    background-color: #000;
    width: 100%;
    padding: 30px 40px;
    color: #FFF;
    position: absolute;
    height: 170px;
    bottom: 0;
}
.hs_lineaFooter {
    width: 100%;
    height: 1px;
    background-color: #fff;
    margin: 30px 0 10px;
}
.hs_legales {
    font-size: .8em;
}
.hs_legales a {
    color: #FFF;
    text-decoration: none;
}
.hs_legales a:hover {
    color: #ccc;
}
.hs_avisoPrivacidad {
    text-align: end;
}
/*******SINGLE-PROXIMOS-EVENTOS*********/

.hs_principalEventos {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #000;
}
.hs_principalEventos img {
    /*filter: brightness(.6);
    width: -webkit-fill-available;
    height: auto;*/
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.hs_principalEventosAnteriores {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.hs_principalEventosAnteriores img {
    filter: brightness(.6);
    width: -webkit-fill-available;
    height: auto;
    display: block;
    margin: 0 auto;
}
.hs_conTextoPrinEventos {
    margin: 10% auto;
    width: 45%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    text-align: center;
}
.hs_conTextoPrinEventos h1 {
    font-size: 2.2em;
    text-transform: uppercase;
}
.hs_cintilloInscripciones {
    background-color: #203BF5;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    color: #FFF;
    text-transform: uppercase;
}
.hs_cintilloInscripciones h3 {
    text-transform: uppercase;
}
.hs_cintilloDatosEvento {
    background-color: #F2F2F2;
    padding: 40px 0;
}
.hs_contenedorPatrocinio {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.hs_logoPatrocinio {
    width: 150px;
    height: fit-content;
}
.hs_tituloDatoEvento {
    display: block;
    color: #4E4E4E;
    font-family: 'Space Mono', serif;
    text-transform: uppercase;
}
.hs_tituloDatoEvento:nth-child(3n) {
    margin-top: 20px;
}
.hs_datoEvento {
    text-transform: uppercase;
    font-family: 'Space Mono', serif;
}
.hs_acodeonEvento {
    margin: 50px 0;
}
.hs_cintilloBotonesEvento {
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 40px 0;
}
.hbs_logoEvento {
    width: auto;
}
/*********SINGLE EVENTOS ANTERIORES*******/

.hs_cintilloResultados {
    background-color: #FF1908;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    color: #FFF;
    text-transform: uppercase;
}
/********CATEGORIA EVENTOS ANTERIORES**********/

.hs_cintilloTituloCat {
    padding: 20px 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}
.hs_cintilloTituloCat h1 {
    font-size: 1.8em;
}
.hs_cardCategory {
    width: 100%;
    height: 290px;
    overflow: hidden;
    position: relative;
    margin: 15px 0px;
}
.hs_cardCategory img {
    filter: brightness(.4);
}
.hs_txtCardCategory {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 17% auto;
    text-align: center;
    width: 80%;
    color: #FFF;
}
.hs_txtCardCategory h2 {
    line-height: .6em;
    text-transform: uppercase;
}
.hs_txtCardCategory h2 a {
    font-size: .6em;
    color: #FFF;
    text-decoration: none;
}
.hs_cardAnteriores h2 a:hover {
    color: #ff190d;
}
.hs_txtCardCategory span {
    font-size: .8em;
    text-transform: uppercase;
}
.hs_cardCategory img {
    transition: transform 700ms;
    /*    object-fit: cover;*/
    height: -webkit-fill-available;
    height: -moz-available;
}
.hs_cardCategory:hover img {
    transform: scale(1.2);
}
/*******CATEGORY PROXIMOS EVENTOS*****/

.hs_cardProximos h2 a:hover {
    color: #203BF5;
}
/*********HOME BLOG*********/

.hs_cintilloBlog {
    width: 100%;
    text-align: center;
    color: #FFF;
    padding: 15px 0;
}
.hs_lineTitulos {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    margin-bottom: 30px;
}
.hs_imgCardBlog {
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.hs_imgCardBlog img {
    transition: transform 700ms;
    /*    object-fit: cover;*/
    height: -webkit-fill-available;
    height: -moz-available;
}
.hs_imgCardBlog:hover img {
    transform: scale(1.2);
}
.hs_txtCardBlog {
    padding: 20px;
    height: 240px;
}
.hs_txtCardBlog h2 {
    font-size: 1.3em;
    line-height: 1.4em;
    text-transform: uppercase;
}
.hs_txtCardBlog h2 a {
    color: #000;
    text-decoration: none;
}
.hs_txtCardBlog h2 a:hover {
    color: #ccc;
}
.hs_btnCardBlog {
    margin: 20px auto 0;
}
/*******ARTICULO DE BLOG******/

.hs_rowArticulo {
    padding: 40px 0;
}
article h1 {
    font-size: 2.5em;
    line-height: 1.5em;
    text-transform: uppercase;
}
article h2 {
    font-size: 1.6em;
}
article h3 {
    font-size: 1.3em;
}
article p img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.hs_imgNota {
    width: 100%;
    margin: 20px 0;
}
.widget_recent_entries {
    margin-top: 35px;
}
.hs_h5Aside {
    font-size: 1.3em;
    margin-top: 13px;
    display: block;
}
.hs_cardAside {
    margin: 35px 0;
    width: 100%;
}
.hs_imgCardAside {
    width: 100%;
    margin-bottom: 20px;
}
.hs_imgCardAside img:hover {
    filter: grayscale(90%);
    transition: filter 2s;
}
.hs_txtCardAside h4, .wp-block-latest-posts__post-title {
    font-size: 1.4em;
    font-family: 'Goldman', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    line-height: 1.2em;
}
.hs_txtCardAside h4 a {
    color: #000;
    text-decoration: none;
}
.hs_txtCardAside h4 a:hover {
    color: #CCC;
    text-decoration: none;
}
.wp-block-latest-posts__post-excerpt a {
    display: none;
}
.wp-block-latest-posts__featured-image {
    width: 100%;
    display: grid;
}
.wp-block-latest-posts__featured-image img {
    width: 100%;
}
/********PAGINA NOSOTROS*******/

.hs_imgPrincipalNosotros img {
    filter: brightness(.3);
}
.hs_detallesNosotros summary {
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    background: #213af5;
    padding: 10px 0;
    margin-bottom: 15px;
    color: #FFF;
}
/*******PAGINA CONTACTO********/

.hs_btnEnviarForm {
    background-color: #213af5;
    color: #FFF;
    border: none;
    padding: 5px 15px;
    border-radius: 15px;
}
.hs_inputForm {
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 35px 0;
    width: 100%;
    color: #1a1a1a;
}
/*****************MEDIA QUERIES*****************/

/*********************0 a 575.98*******************/

@media (max-width: 575.98px) {
    body {
        margin-bottom: 240px;
    }
    main {
        margin-top: 80px;
    }
    .hs_cintilloSup {
        display: none;
    }
    .hs_rssMobile {
        display: flex;
    }
    .hs_rssMobile a {
        color: #FFF;
        padding: 10px 0 20px;
        margin: 10px 5px;
    }
    .hs_slider {
        /*height: 220px;*/
        height: auto;
    }
    .hs_slidePrincipal {
        /*height: 220px;*/
        height: auto;
    }
    .slick-dots {
        bottom: -3px;
    }
    .hs_cajaSlider {
        width: 75%;
    }
    .hs_infoSlider {
        margin: 5px auto;
        bottom: 0px;
    }
    h2 {
        font-size: 1.3em;
    }
    .hs_fechasSlider {
        font-size: .8em;
    }
    .hs_txtEventosHome {
        height: auto;
    }
    .hs_txtEventosHome h2 {
        line-height: 1.2em;
    }
    .hs_txtEventosHome h2 a {
        font-size: 1em;
        color: #FFF;
        text-decoration: none;
    }
    .hs_imgEventosHome {
        height: 205px;
    }
    .hs_txtPost {
        height: auto;
    }
    .hs_cardPost h2 a {
        font-size: 1em;
        line-height: 1.2em;
    }
    .hs_avisoPrivacidad {
        margin-top: 20px;
        text-align: center;
    }
    .hs_principalEventos {
        height: auto;
    }
    .hs_principalEventosAnteriores {
        height: 213px;
    }
    .hs_conTextoPrinEventos {
        width: 97%;
    }
    .hs_conTextoPrinEventos h1 {
        font-size: 1.7em;
    }
    .hs_tituloDatoEvento {
        margin-top: 20px;
    }
    .hs_cintilloBotonesEvento .hs_btnAzul {
        margin-top: 10px;
    }
    .hs_cintilloBotonesEvento .hs_btnRojo {
        margin-top: 10px;
    }
    .hs_cardCategory {
        height: auto;
    }
    .hs_txtCardCategory h2 a {
        font-size: 1em;
    }
    .hs_txtCardCategory h2 {
        line-height: 1.2em;
    }
    .hs_cardBlog {
        margin: 10px 0;
    }
    .hs_imgCardBlog {
        height: auto;
    }
    .hs_txtCardBlog {
        padding: 20px 10px;
        height: auto;
    }
    .hs_txtCardBlog h2 {
        font-size: 1.1em;
        line-height: 1.2em;
    }
    .hs_descripcionCardBlog {
        font-size: .9em;
    }
    article h1 {
        font-size: 1.4em;
        line-height: 1.3em;
    }
    article h3 {
        font-size: 1.2em;
    }
    .hs_infoSlider h2 {
        width: 100%;
        font-size: 1.2em;
    }
    /* .hs_btntransparente {
        font-size: .7em;
    }*/
    .hs_countDown {
        width: 100%;
    }
    .hs_imgEventosHome {
        height: auto;
    }
    article p img {
        width: 100%
    }
    footer {
        height: auto;
    }
    .hs_bannerGde {
        display: none;
    }
    .hs_bannerCh {
        display: block;
        margin: 0 auto;
    }
    .hs_slidePrincipal img {
        height: 200px;
        object-fit: cover;
    }
    .hs_principalEventos img {
        height: 300px;
        object-fit: cover;
    }
}
/*********************576 a 767.98*******************/

@media (min-width: 576px) and (max-width: 767.98px) {
    main {
        margin-top: 80px;
    }
    .hs_cintilloSup {
        display: none;
    }
    .hs_rssMobile {
        display: flex;
    }
    .hs_rssMobile a {
        color: #FFF;
        padding: 10px 0 20px;
        margin: 10px 5px;
    }
    .hs_slider {
        height: auto;
    }
    .hs_slidePrincipal {
        height: auto;
    }
    .hs_infoSlider {
        bottom: 24px;
        margin-left: 2px;
    }
    .hs_cajaSlider {
        width: 59%;
    }
    .hs_avisoPrivacidad {
        margin-top: 20px;
        text-align: center;
    }
    .hs_principalEventos {
        height: auto;
    }
    .hs_principalEventosAnteriores {
        height: 300px;
    }
    .hs_conTextoPrinEventos {
        width: 97%;
    }
    .hs_conTextoPrinEventos h1 {
        font-size: 1.7em;
    }
    .hs_tituloDatoEvento {
        margin-top: 20px;
    }
    .hs_cintilloBotonesEvento .hs_btnAzul {
        margin-top: 10px;
    }
    .hs_cintilloBotonesEvento .hs_btnRojo {
        margin-top: 10px;
    }
    .hs_cardBlog {
        margin: 10px 0;
    }
    .hs_imgCardBlog {
        height: auto;
    }
    .hs_txtCardBlog {
        padding: 20px 10px;
        height: auto;
    }
    .hs_txtCardBlog h2 {
        font-size: 1.1em;
        line-height: 1.2em;
    }
    .hs_descripcionCardBlog {
        font-size: .9em;
    }
    article h1 {
        font-size: 1.4em;
        line-height: 1.3em;
    }
    article h3 {
        font-size: 1.2em;
    }
    .hs_infoSlider h2 {
        width: 100%;
        font-size: 1.5em;
    }
    .hs_imgEventosHome {
        height: auto;
    }
    article p img {
        width: 100%
    }
    .hs_bannerGde {
        display: none;
    }
    .hs_bannerCh {
        display: block;
        margin: 0 auto;
    }
    .hs_slidePrincipal img {
        height: 300px;
        object-fit: cover;
    }
    .hs_principalEventos img {
        height: 300px;
        object-fit: cover;
    }
}
/*********************768 a 991.98*******************/

@media (min-width: 768px) and (max-width: 991.98px) {
    main {
        margin-top: 80px;
    }
    .hs_cintilloSup {
        display: none;
    }
    .hs_rssMobile {
        display: flex;
    }
    .hs_rssMobile a {
        color: #FFF;
        padding: 10px 0 20px;
        margin: 10px 5px;
    }
    .hs_slider {
        height: auto;
    }
    .hs_slidePrincipal {
        height: auto;
    }
    .hs_infoSlider {
        bottom: 30px;
        margin-left: 7px;
    }
    .hs_imgEventosHome {
        height: 220px;
    }
    .hs_txtEventosHome {
        height: 260px;
    }
    .hs_txtPost {
        height: 200px;
    }
    .hs_principalEventos {
        height: auto;
    }
    .hs_principalEventosAnteriores {
        height: 380px;
    }
    .hs_conTextoPrinEventos {
        width: 97%;
    }
    .hs_conTextoPrinEventos h1 {
        font-size: 1.7em;
    }
    .hs_cardCategory {
        height: 240px;
    }
    .hs_imgCardBlog {
        height: 135px;
    }
    .hs_txtCardBlog {
        padding: 20px 10px;
        height: 290px;
    }
    .hs_txtCardBlog h2 {
        font-size: 1em;
    }
    .hs_descripcionCardBlog {
        font-size: .8em;
    }
    .hs_infoSlider h2 {
        width: 75%;
    }
    .hs_imgEventosHome {
        height: auto;
    }
    .hs_bannerGde {
        width: 100%;
    }
    .hs_slidePrincipal img {
        height: 300px;
        object-fit: cover;
    }
    .hs_principalEventos img {
        height: 300px;
        object-fit: cover;
    }
}
/*********************992 a 1199.98*******************/

@media (min-width: 992px) and (max-width: 1199.98px) {
    .hs_imgEventosHome {
        /*        height: 150px;*/
        height: auto;
    }
    .hs_imgEventosHome img {
        /*        height: 150px;*/
        height: auto;
        object-fit: cover;
    }
    .hs_txtEventosHome h2 {
        line-height: .4em;
        font-size: 2em;
    }
    .hs_txtEventosHome h2 a {
        font-size: .5em;
    }
    .hs_fechasCard {
        font-size: .7em;
    }
    .hs_slider {
        height: auto;
    }
    .hs_slidePrincipal {
        height: auto;
    }
    .hs_infoSlider {
        bottom: 30px;
        margin-left: 10px;
    }
    .hs_txtEventosHome {
        height: 200px;
    }
    /*.hs_txtEventosHome.hs_proximosEventos a {
        font-size: 10px;
    }*/
    .hs_cardPost h2 {
        line-height: .48em;
    }
    .hs_cardPost h2 a {
        font-size: .5em;
        line-height: .6em;
    }
    .hs_cardPost p {
        font-size: .8em;
        line-height: 1.3em;
    }
    .hs_txtPost {
        height: 245px;
    }
    .hs_cardCategory {
        height: 213px;
    }
    .hs_txtCardBlog {
        padding: 20px 10px;
    }
    .hs_imgCardBlog {
        height: 185px;
    }
    .hs_txtCardBlog h2 {
        font-size: 1em;
    }
    .hs_principalEventosAnteriores {
        height: 380px;
    }
    .hs_bannerGde {
        width: 100%;
    }
}
/*********************1200 a 1399.98*******************/

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .hs_imgEventosHome {
        /*        height: 190px;*/
        height: auto;
    }
    .hs_imgEventosHome img {
        /*        height: 190px;*/
        height: auto;
        object-fit: cover;
    }
    .hs_txtEventosHome {
        height: 260px;
    }
    .hs_txtPost {
        height: 240px;
    }
    .hs_cardCategory {
        height: 250px;
    }
    .hs_imgCardBlog {
        height: 220px;
    }
    .hs_txtCardBlog {
        padding: 20px 10px;
        height: 240px;
    }
    .hs_principalEventosAnteriores {
        height: 480px;
    }
    .hs_bannerGde {
        width: 1200px;
    }
}