/* Montserrat */

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Black.ttf");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.ttf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.ttf");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.ttf");
    font-weight: 300;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --gris9e: #93989e;
    --grisoscuro70: #707070;
    --blue: #2748f6;
    --oscuro45: #2b3d45;
    --oscuro33: #333333;
    --orange: #ff8300;
}

.animationUp,
.animationL,
.animationR {
    opacity: 0;
}

.animationEntradaL {
    animation-name: animationEntradaL;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
}

@keyframes animationEntradaL {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animationEntradaR {
    animation-name: animationEntradaR;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
}

@keyframes animationEntradaR {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.animationEntradaUp {
    animation-name: animationEntradaUp;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
}

@keyframes animationEntradaUp {
    0% {
        opacity: 0;
        transform: translateY(200px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.loader {
    height: 100vh;
    width: 100vw;
    background: var(--orange);
    position: fixed;
    z-index: 10000000;
    animation: load 1s 3s forwards;
}

.loader img {
    position: absolute;
    margin: auto auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    animation-name: loader;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.loader.hide {
    display: none;
}

@keyframes loader {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes load {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

main {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    font-size: 15px;
    /* font-family: "Barlow", sans-serif; */
    font-family: "Montserrat", sans-serif;
    color: var(--oscuro45);
}

.header-up {
    background-color: var(--gris9e);
    height: 85px;
}

.header-up div {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    height: 85px;
    align-items: center;
}

.header-up div a {
    text-decoration: none;
    color: white;
    background-color: var(--blue);
    width: 149px;
    height: 32px;
    border-radius: 19px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    font-weight: 700;
}

header {
    background: white;
}

.header-navbar {
    height: 90px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
}

.header-navbar__list {
    display: flex;
    align-items: center;
    padding: 20px;
}

.header-navbar__list ul {
    display: flex;
    list-style: none;
}

.header-navbar__list ul li {
    margin: 0 15px;
}

.header-navbar__list ul li a {
    color: var(--grisoscuro70);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.header-navbar__list img {
    margin-left: 15px;
}

.contenedor-tarjetas {
    position: relative;
}

.contenedor-tarjetas > img {
    width: 100%;
}

.contenedor-tarjetas > .carousel-text {
    position: absolute;
    z-index: 12;
    top: 125px;
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: 0 auto;
}

.carousel-text > h1 {
    font-size: 38px;
    color: white;
    font-weight: 600;
    width: 670px;
    line-height: 40px;
    margin-bottom: 10px;
}

.carousel-text > p {
    font-size: 15px;
    color: white;
    font-weight: 500;
    width: 500px;
    margin-bottom: 30px;
}

.carousel-text > a {
    font-size: 14px;
    color: white;
    font-weight: 700;
    background: var(--orange);
    border-radius: 10px;
    text-decoration: none;
    padding: 14px 40px;
}

.swiper-pagination-bullet {
    background: none;
    border: 2px solid var(--oscuro45);
}

.swiper-pagination-bullet-active {
    background: var(--orange);
    border: 2px solid var(--orange);
}

.swiper-container {
    overflow: unset;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -30px;
}

.gremios-container {
    position: relative;
}

.gremios-container .fondo-gremios img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.gremios-items {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 50px;
}

.gremios-items > h1 {
    color: var(--oscuro45);
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

/* lsv */

.items-gremio {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 180px;
    height: 100%;
    margin-right: 30px;
    margin-bottom: 10px;
    transition: all 0.5s;
    padding-bottom: 20px;
}

.items-gremio:hover {
    background: white;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.items-gremio > p {
    margin-bottom: 14px;
    font-size: 12px;
    font-weight: 400;
    color: var(--grisoscuro70);
    text-align: center;
    overflow: hidden;
    max-height: 0px;
    transition: all 0.5s;
    padding: 0 5px;
    user-select: none;
}

/* lsv */

.items-gremio:hover > p {
    max-height: 110px;
    transition: all 0.5s;
}

.items-gremio:hover > h5 {
    margin-bottom: 7px;
    transition: all 0.5s;
}

/* lsv */

.items-gremio > figure {
    height: 100px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.items-gremio > img {
    width: auto;
    height: auto;
    margin-bottom: 11px;
    transition: all 0.5s;
}

.items-gremio > h5 {
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 600;
    color: var(--oscuro45);
    transition: all 0.5s;
    user-select: none;
}

.items-gremio > a {
    font-size: 14px;
    font-weight: 700;
    color: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 10px;
    width: 131px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    transition: all 0.3s;
    margin-bottom: 10px;
}

.items-gremio:hover > a {
    background: var(--orange);
    color: white;
    transition: all 0.3s;
}

.container-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.noticias {
    background: rgba(249, 249, 249, 0.9);
    margin-bottom: 127px;
}

.noticias-container {
    max-width: 1300px;
    margin: 0 auto;
}

.noticias-container > h1 {
    padding-top: 81px;
    color: var(--oscuro45);
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 50px;
}

.contenedor-noticias {
    display: flex;
}

.noticias-image,
.noticias-text {
    width: 50%;
}

.noticias-image > img {
    width: 100%;
}

.noticias-text {
    /* padding: 70px 90px; */
    background: white;
}

.noticias-text h6 {
    padding-left: 90px;
    padding-top: 30px;
    font-size: 16px;
    font-weight: 500;
    color: var(--grisoscuro70);
    margin-bottom: 20px;
}

.noticias-text > h1 {
    color: var(--orange);
    font-size: 22px;
    font-weight: 600;
    padding-left: 90px;
    padding-right: 100px;
    margin-bottom: 20px;
}

.noticias-text > p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    padding-left: 90px;
    margin-bottom: 24px;
    padding-right: 100px;
}

.noticias-text > a {
    color: var(--orange);
    font-size: 17px;
    font-weight: 700;
    padding-left: 90px;
}

.noticias-text > a > i {
    font-size: 13px;
    margin-right: 5px;
}

.recursos-container {
    background: var(--orange);
    position: relative;
    z-index: 1;
    height: 799px;
}

.recursos-container > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 799px;
}

.recursos-container > h1 {
    font-size: 28px;
    font-weight: 600;
    color: white;
    padding-top: 75px;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 72px;
}

.card-item {
    width: 409px;
    height: 482px;
    background: white;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
}

.card-item > h3 {
    font-size: 17px;
    font-weight: 500;
    color: var(--grisoscuro70);
    padding-left: 30px;
    padding-top: 25px;
}

.card-item > h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--oscuro45);
    padding-left: 30px;
    padding-top: 10px;
    line-height: 26px;
}

.card-item > p {
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    padding: 10px 20px 0 30px;
    padding-bottom: 15px;
}

.card-item > a {
    font-size: 17px;
    font-weight: 700;
    color: var(--orange);
    padding-left: 30px;
}

.card-item > a > i {
    font-size: 13px;
    margin-right: 5px;
}

.cards-container {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    justify-content: flex-start;
}

footer {
    height: 230px;
    background: #2c3d46;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 30px;
}

.footer-container .logos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.logos > div > a > img {
    margin: 5px;
}

.logos > div > a {
    text-decoration: none;
}

.section-mid {
    display: flex;
    flex-direction: column;
}

.section-mid > a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
    width: 160px;
}

.section-down {
    margin-top: 40px;
}

.section-down > a {
    text-decoration: none;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-right: 10px;
}

.informese {
    margin-top: 25px;
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.informese > p > a {
    color: white;
    font-size: 13px;
    font-weight: 500;
}

.header-up div.menu-mobile {
    display: none;
}

.header-noticias > img {
    width: 100%;
}

.header-noticias {
    position: relative;
}

.noticias-text__title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    max-width: 1300px;
    margin: 0 auto;
}

.noticias-text__title > h1 {
    color: white;
    font-size: 33px;
    font-weight: 600;
}

.noticias-text__title > p {
    color: white;
    font-size: 13px;
    font-weight: 400;
    width: 600px;
    margin-top: 10px;
}

.buscador-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4e4e4;
    margin-top: -4px;
}

.input-lupa {
    width: 385px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin: 35px 20px;
    border-radius: 5px;
    border: 2px solid var(--orange);
    background: white;
}

.input-lupa > input {
    border: none;
    padding-left: 10px;
    width: 100%;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
}

.input-lupa > i {
    padding-right: 10px;
    padding-left: 5px;
    cursor: pointer;
}

.buscador-container > button {
    width: 131px;
    height: 40px;
    text-align: center;
    background: var(--orange);
    color: white;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.noticias-up {
    background: #f8f8f4;
    padding: 60px;
}

.noticias-down {
    background: #f8f8f4;
    position: relative;
    overflow: hidden;
}

.contenedor-noticias {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
}

.noticias-up__item {
    background: white;
    width: 623px;
    height: 280px;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.noticia-img {
    display: flex;
}

.noticias-up__item > h5 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
    padding-left: 30px;
    color: var(--grisoscuro70);
    margin-bottom: 7px;
}

.noticias-up__item h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--oscuro45);
    padding-left: 30px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.noticia-img {
    padding-left: 30px;
}

.noticia-img > div > p {
    font-size: 14px;
    font-weight: 400;
    color: var(--oscuro45);
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 12px;
    margin-top: -5px;
}

.noticia-img > img {
    width: 90%;
}

.noticia-img > div > a {
    font-size: 15px;
    font-weight: 700;
    color: var(--orange);
    padding-left: 20px;
}

.noticia-img > div > a > i {
    font-size: 14px;
    margin-right: 5px;
}

.noticias-down__item {
    width: 400px;
    height: 300px;
    background: white;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.noticias-down__item > h2 {
    font-size: 23px;
    font-weight: 600;
    color: var(--oscuro45);
    padding-left: 30px;
    margin-bottom: 0;
    padding-right: 20px;
}

.noticias-down__item > h5 {
    font-size: 12px;
    font-weight: 500;
    margin-top: 18px;
    padding-left: 30px;
    color: var(--grisoscuro70);
    margin-bottom: 7px;
}

.noticias-down__item > h1 {
    font-size: 18px;
    font-weight: 600;
    color: var(--oscuro45);
    padding-left: 30px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.noticias-down > .contenedor-noticias > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    z-index: 0;
}

.noticias-down__pagination {
    display: flex;
    justify-content: center;
    padding: 30px 0;
    position: relative;
    z-index: 100;
}

.noticias-down__pagination > a {
    text-decoration: none;
}

.noticias-down__pagination > a > i {
    font-size: 16px;
    line-height: 22px;
    width: 22px;
    height: 22px;
    background: var(--orange);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.noticias-down__pagination > a > p {
    font-size: 16px;
    font-weight: 500;
    color: var(--oscuro45);
    margin: 0 8px;
}

.noticias-down__pagination > a > p.active {
    color: var(--orange);
    font-weight: 600;
}

.noticia-detalle__container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    display: flex;
    height: 100%;
}

.detalle-noticiaL {
    width: 60%;
    padding-bottom: 40px;
}

.detalle-noticiaR {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}

.facebook {
    width: auto;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
    color: white;
    margin-bottom: 40px;
    user-select: none;
    cursor: pointer;
}

.detalle-noticiaL > img {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    margin-top: 20px;
}

.lineaseparador {
    width: 90%;
    background: var(--orange);
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.detalle-noticiaL h5 {
    font-size: 16px;
    font-weight: 500;
    padding-top: 70px;
    color: var(--grisoscuro70);
}

.detalle-noticiaL h1 {
    color: var(--oscuro45);
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.detalle-noticiaL > p {
    font-size: 16px;
    font-weight: 500;
    color: var(--grisoscuro70);
    line-height: 20px;
}

.detalle-noticiaL > h2 {
    font-size: 24px;
    color: var(--orange);
    font-weight: 600;
    margin-top: 34px;
    margin-bottom: 50px;
}

.item-masnoticias {
    width: 70%;
}

.item-masnoticias > h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--grisoscuro70);
    margin-bottom: 7px;
}

.item-masnoticias > h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--oscuro45);
    margin-bottom: 16px;
}

.item-masnoticias > p {
    font-size: 14px;
    font-weight: 400;
    color: var(--oscuro45);
    margin-bottom: 20px;
}

.item-masnoticias > a {
    font-size: 18px;
    font-weight: 700;
    color: var(--orange);
    text-decoration: none;
}

.item-masnoticias > a > i {
    font-size: 14px;
    margin-right: 5px;
}

.noticia-detalle__container {
    position: relative;
}

.noticia-detalle__container > img {
    position: absolute;
    right: -594px;
    top: -371px;
    z-index: -1;
}

.biblioteca-up__item {
    background: white;
    width: 623px;
    height: 280px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
}

.biblioteca-img {
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.noticias-down__item > img.pdfimage {
    margin-top: 25px;
    padding-left: 30px;
    margin-bottom: 10px;
}

.biblioteca-img > p {
    font-size: 14px;
    font-weight: 500;
    color: var(--grisoscuro70);
    margin-right: 30px;
}

.biblioteca-img > button {
    font-size: 18px;
    font-weight: 700;
    color: var(--orange);
    border: none;
    background: none;
    cursor: pointer;
}

.biblioteca-img > button > i {
    font-size: 14px;
    margin-right: 5px;
}

.biblioteca-up {
    background: #f8f8f4;
    padding-bottom: 60px;
}

.biblioteca-up__item > img {
    margin-top: 33px;
    padding-left: 30px;
    margin-bottom: 25px;
}

.biblioteca-up__item > h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--oscuro45);
    padding-left: 30px;
    margin-bottom: 20px;
    padding-right: 20px;
}

.gremios-container {
    padding: 60px;
}

.contenedor-gremios {
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    flex-wrap: wrap;
    max-height: 90px;
    overflow: hidden;
    transition: all 0.5s;
}

.contenedor-gremios.active {
    max-height: 3000px;
    transition: all 0.5s;
}

.contenedor-gremios.up {
    cursor: pointer;
}

.gremios__item {
    background: white;
    width: 605px;
    height: 258px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.gremios__itemL > img {
    margin-top: 33px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px;
}

/* lsv */

.gremios__itemR > h3 {
    font-size: 19px;
    font-weight: 600;
    color: var(--oscuro45);
    margin-bottom: 20px;
    padding-right: 30px;
}

.gremios__itemR > p {
    font-size: 13px;
    padding-right: 30px;
}

.gremio__itemRedes > a {
    text-decoration: none;
}

.gremio__itemRedes {
    margin-top: 18px;
    margin-bottom: 0;
}

.gremio__itemIr {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
    align-items: center;
}

.gremio__itemIr a {
    color: var(--orange);
    font-size: 15px;
    font-weight: 700;
}

.gremio__itemIr a i {
    color: var(--orange);
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}

.gremio__itemIr > button {
    background: var(--orange);
    font-size: 15px;
    font-weight: 700;
    color: white;
    border: none;
    border-radius: 10px;
    width: 141px;
    height: 40px;
    cursor: pointer;
}

.contenedor-gremios > h2 {
    font-size: 29px;
    font-weight: 600;
    color: #2b3d45;
    margin-bottom: 15px;
    position: relative;
    z-index: -1;
    width: 100%;
}

.contenedor-gremios > p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 25px;
    width: 100%;
}

.gremios-container > img {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    width: 100%;
    z-index: -100;
    opacity: 0.5;
}

.filtro {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.inputcheckbox {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: var(--orange);
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.inputcheckbox:active,
.inputcheckbox:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.inputcheckbox:checked {
    background-color: var(--orange);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.inputcheckbox:checked:after {
    content: "\2714";
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: white;
}

.filtro > p {
    font-size: 14px;
    color: #2b3d45;
    margin-left: 10px;
    cursor: default;
}

.items-filtro {
    border: none;
    width: 90%;
    font-size: 14px;
    font-weight: 500;
    background-color: white;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
}

.items-filtro.active {
    max-height: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.3s;
}

.input-lupa.filtrado {
    position: relative;
}

.input-lupa.filtrado > p {
    border: none;
    padding-left: 10px;
    width: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    color: #acabab;
    cursor: pointer;
    user-select: none;
}

.items-filtro > a {
    text-decoration: none;
    color: var(--oscuro45);
    margin-left: 10px;
    margin-bottom: 10px;
}

.cards-container.medidas {
    margin-top: 70px;
    margin-bottom: 70px;
}

.programas-container__up,
.programas-container__down {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 71px;
}

.programas-container__item {
    width: 254px;
    height: auto;
    padding-bottom: 20px;
}

.programas-container__item > h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
}

.programas-container__item > p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 15px;
}

.programas-container__item > a {
    font-size: 18px;
    color: var(--orange);
    font-weight: 700;
}

.programas-container__item > a > i {
    font-size: 13px;
    color: var(--orange);
    margin-right: 5px;
}

.separadornaranja {
    height: 3px;
    width: 100%;
    background: var(--orange);
    margin-top: 70px;
}

.separadornaranja.down {
    margin-bottom: 140px;
}

.programas-container {
    position: relative;
}

.programas-container > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    z-index: -1;
    width: 100%;
}

.eventos-container {
    background: #f8f8f4;
    padding-top: 70px;
}

.eventos-container__up {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
}

.eventos-container__down {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.evento-foto,
.evento-text {
    width: 50%;
    background: white;
}

.evento-foto > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.evento-text {
    padding: 40px 70px;
    padding-bottom: 20px;
}

.evento-text > h6 {
    font-size: 18px;
    font-weight: 500;
    color: white;
    background: var(--orange);
    width: 216px;
    text-align: center;
    padding: 5px 0;
}

.evento-text > h5 {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
    margin-bottom: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.evento-text > h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--orange);
}

.evento-text > p {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.evento-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.evento-btn > a {
    font-size: 18px;
    font-weight: 700;
    color: var(--orange);
}

.evento-btn > h5 {
    font-size: 16px;
    font-weight: 700;
    color: #707070;
}

.evento-btn > a > i {
    font-size: 15px;
    margin-right: 5px;
}

.evento-item {
    width: 382px;
    height: 482px;
    background: white;
    position: relative;
    margin-bottom: 70px;
}

.evento-item > h6 {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 18px;
    font-weight: 500;
    color: white;
    background: var(--orange);
    padding: 5px 10px;
}

.evento-item > img {
    width: 100%;
}

.evento-item .evento-content > h5 {
    font-size: 16px;
    font-weight: 500;
    color: var(--gris9e);
    text-transform: uppercase;
}

.evento-item .evento-content > h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--oscuro45);
    margin-top: 5px;
    margin-bottom: 10px;
}

.evento-item .evento-content > p {
    font-size: 14px;
    color: var(--oscuro33);
}

.evento-item__btn {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.evento-item__btn > a {
    font-size: 18px;
    font-weight: 700;
    color: var(--orange);
}

.evento-item__btn > a > i {
    margin-right: 5px;
    font-size: 15px;
}

.evento-item__btn > h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--grisoscuro70);
}

.evento-content {
    padding: 20px 20px;
}

.creaevento-container {
    display: flex;
    position: relative;
}

.creaevento-container__L {
    width: 60%;
    padding: 60px 30px 30px 60px;
}

.creaevento-container__R {
    width: 40%;
}

.creaevento-container > img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto auto;
    z-index: -1;
    height: 100%;
}

.creaevento-container__R > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.creaevento-container__L > h2 {
    font-size: 34px;
    font-weight: 600;
    color: white;
}

.creaevento-container__L > p {
    font-size: 24px;
    font-weight: 500;
    color: white;
    margin-top: 15px;
    margin-bottom: 20px;
}

.creaevento-container__L > button {
    background: white;
    color: var(--orange);
    width: 180px;
    height: 50px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
    border: none;
}

.formulario-eventos__container {
    max-width: 1300px;
    margin: 0 auto;
    background: white;
    height: auto;
    padding-bottom: 70px;
    margin-top: 70px;
    margin-bottom: 70px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 30%);
}

.formulario-eventos__container > h2 {
    font-size: 24px;
    font-weight: 600;
    color: var(--orange);
    max-width: 800px;
    margin: 0 auto;
    padding-top: 36px;
}

.formularioeventos__L,
.formularioeventos__R {
    width: 50%;
}

.formularioeventos__L {
    background: #fcfcfc;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dotted var(--orange);
    height: 425px;
    margin-top: 34px;
}

.formularioeventos__L > p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--grisoscuro70);
    padding: 0 20px;
}

.formularioeventos__L > i {
    font-size: 59px;
    margin-bottom: 20px;
}

.contenedor-inputs {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
}

.formularioeventos__R {
    margin-left: 80px;
}

.formularioeventos__R > p {
    font-size: 14px;
    font-weight: 500;
    color: var(--oscuro45);
    margin-top: 10px;
    margin-bottom: 5px;
}

.formularioeventos__R > input {
    border: 1px solid var(--orange);
    border-radius: 5px;
    width: 95%;
    height: 40px;
    padding: 0 5px;
}

.inputs-radio {
    display: flex;
    align-items: center;
}

.inputs-radio > p {
    margin-left: 5px;
    margin-right: 5px;
}

.formularioeventos__R > textarea {
    width: 95%;
    border: 1px solid var(--orange);
    border-radius: 6px;
    padding: 0 5px;
    font-family: "Barlow", sans-serif;
    resize: unset;
    padding-top: 5px;
}

.input-checkboxdia {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.input-checkboxdia > p {
    margin-left: 5px;
}

.formularioeventos__R > p > i {
    font-size: 13px;
    color: var(--grisoscuro70);
}

.formularioeventos__R > button {
    background: var(--orange);
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 60px;
    border-radius: 6px;
    float: right;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 7px;
}

.input-horaydia > input {
    width: 40%;
    margin-right: 5px;
}

.input-horaydia > p {
    font-size: 14px;
    font-weight: 500;
    color: var(--oscuro45);
    margin: 10px 0;
}

.inputcheckdia {
    cursor: pointer;
    -webkit-appearance: none;
    border: 1px solid var(--orange);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.inputcheckdia:active,
.inputcheckdia:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.inputcheckdia:checked {
    background-color: var(--orange);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.inputcheckdia:checked:after {
    content: "\2714";
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: white;
}

.inputradio {
    cursor: pointer;
    -webkit-appearance: none;
    border: 1px solid var(--orange);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.inputradio:active,
.inputradio:checked:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.inputradio:checked {
    background-color: var(--orange);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05),
        inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #99a1a7;
}

.inputradio:checked:after {
    content: "";
    font-size: 13px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    background: var(--orange);
    border: 1px solid white;
    width: 90%;
    height: 90%;
    border-radius: 50%;
}

.input-horaydia > input {
    border: 1px solid var(--orange);
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    font-family: "Barlow", sans-serif;
}

.modal-biblioteca,
.modal-gremio {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

.modal-biblioteca.active,
.modal-gremio.active {
    opacity: 1;
    visibility: visible;
}

.modal-biblioteca__container,
.modal-gremio__container {
    background: white;
    width: 545px;
    height: 609px;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 110;
    transform: translate(0, -140%);
    transition: all 0.4s;
}

.modal-gremio__container {
    height: auto;
    padding-bottom: 50px;
}

.modal-biblioteca__container.active,
.modal-gremio__container.active {
    transform: translate(0, 0);
    transition: all 0.4s;
}

/* 20/08/2021 leons */

.modal-biblioteca__container > em,
.modal-gremio__container .formulario-gremio em {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 19px;
    color: var(--oscuro45);
    cursor: pointer;
}

.modal-biblioteca__container > img,
.modal-gremio__container .formulario-gremio img {
    margin: 0 auto;
    display: flex;
    margin-top: 80px;
}

.modal-biblioteca__container > p,
.modal-gremio__container > p {
    margin-top: 28px;
    color: var(--grisoscuro70);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    width: 350px;
    padding: 0 20px;
    margin-bottom: 31px;
}

.modal-biblioteca__container > input,
.modal-gremio__container > input {
    height: 40px;
    width: 341px;
    border: 2px solid var(--orange);
    border-radius: 6px;
    margin-bottom: 21px;
    padding: 0 10px;
}

.modal-gremio__container > textarea {
    height: 100px;
    width: 341px;
    border: 2px solid var(--orange);
    border-radius: 6px;
    margin-bottom: 21px;
    padding: 0 10px;
    resize: unset;
    font-family: "Barlow", sans-serif;
    padding-top: 10px;
}

.modal-biblioteca__container > button,
.modal-gremio__container > button {
    background-color: var(--orange);
    width: 180px;
    height: 45px;
    font-size: 15px;
    font-weight: 700;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 30px;
}

.modal-gremio__exitoso {
    background: white;
    width: 545px;
    height: 479px;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 120;
    transform: translate(0, -140%);
    transition: all 0.4s;
}

.modal-gremio__exitoso > img {
    margin-top: 80px;
}

.modal-gremio__exitoso > i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 19px;
    color: var(--oscuro45);
    cursor: pointer;
}

.modal-gremio__exitoso > p {
    margin-top: 28px;
    color: var(--grisoscuro70);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    width: 350px;
    padding: 0 20px;
    margin-bottom: -31px;
}

.modal-gremio__exitoso > button {
    border: none;
    background: none;
    color: var(--orange);
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 40px;
}

.modal-gremio__exitoso > button > i {
    font-size: 15px;
    margin-right: 5px;
}

.modal-gremio__exitoso.active {
    transform: translate(0, 0);
    transition: all 0.4s;
}

/* 19/08/2021 */

.formulario-gremio .form-group label,
.formulario-gremio > form > .sf-fieldWrp > label {
    display: none;
}

.formulario-gremio .form-group input,
.formulario-gremio .sf-fieldWrp input {
    height: 40px;
    width: 341px;
    border: 2px solid var(--orange);
    border-radius: 6px;
    margin-top: 21px;
    padding: 0 10px;
}
.formulario-gremio .form-group textarea,
.formulario-gremio .sf-fieldWrp textarea {
    height: 100px;
    width: 341px;
    border: 2px solid var(--orange);
    border-radius: 6px;
    margin-top: 21px;
    padding: 0 10px;
    resize: unset;
    font-family: "Barlow", sans-serif;
    padding-top: 10px;
}

.formulario-gremio .sf-fieldWrp button {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--orange);
    width: 180px;
    height: 45px;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 30px;
}

.txt-gremio {
    display: none;
}

/* 20/08/2021 */

.modal-gremio__container .formulario-gremio p {
    margin-top: 28px;
    color: var(--grisoscuro70);
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    width: 350px;
    padding: 0 20px;
    margin-bottom: 31px;
}
/* Carrusel detalle noticias */
.swiper-horizontal > .swiper-pagination-bullets {
    bottom: -30px;
    left: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.detalle-noticiaL > .swiper-thumb-container {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    margin-top: 100px;
}

.swiper-thumb-container {
    width: 50%;
}
.myThumb.swiper,
.myThumb2.swiper {
    width: 100%;
    height: 100%;
}
.myThumb .swiper-slide,
.myThumb2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.myThumb .swiper-slide img,
.myThumb2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.myThumb.swiper {
    display: inline-flex;
    width: 70%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}
.myThumb2.swiper {
    width: 100%;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
}

.myThumb .swiper-slide,
.myThumb2 .swiper-slide {
    background-size: cover;
    background-position: center;
}
.myThumb2 {
    height: 80%;
    width: 100%;
}
.myThumb {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 8px;
}
.myThumb .swiper-slide {
    width: 25%;
    height: 100%;
}
.myThumb .swiper-slide-thumb-active {
    opacity: 1;
}
.myThumb .swiper-slide img,
.myThumb2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myThumbnails-container {
    width: 100%;
}
.swiper-thumb-container {
    position: relative;
}
.swipper-thumb-buttons {
    position: absolute;
    top: -4rem;
    right: 0;
    left: 0;
    z-index: 20;
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    position: initial;
    left: auto;
    right: initial;
    top: initial;
    z-index: initial;
    width: 27px;
    height: 44px;
    margin: 0 0 0 20px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    position: initial;
    left: initial;
    right: auto;
    top: initial;
    z-index: initial;
    width: 27px;
    height: 44px;
    margin: 0 20px 0 0;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;
    color: var(--orange);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-size: 2em;
    font-weight: 900;
    color: var(--orange);
}
.myThumbnails-container {
    display: flex;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
}
.swiper.myThumb2 .swiper-slide {
    position: relative;
}
.thumb-counter {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 30px;
    margin-top: 20px;
    margin-left: 30px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 0.8em;
    font-weight: 700;
}

.cards-container img {
    min-height: 230px;
    width: 100%;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    width: 100%;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 5px;
}
.header-up {
    display: none;
}

.modal-biblioteca__container.active {
    height: fit-content;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px 20px 40px;
    margin: auto;
}
.modal-biblioteca__container.active i {
    margin-left: auto;
    padding: 1rem;
    cursor: pointer;
    transition: all ease .4s;    
}
.modal-biblioteca__container.active i:hover {
    opacity: .5;
    transition: all ease .4s;
}
.modal-biblioteca__container > img {
    margin-top: 30px;
    margin-bottom: 30px;
}
.input-lupa.filtrado {
    padding-right: 15px;
}
.banner-home-desktop {
    display: block;
}
.banner-home-mobile {
    display: none;
}
.eventos-container__down {
    justify-content: flex-start;
}
.evento-item {
    width: 400px;
    margin-right: 50px;
}
.evento-item:nth-child(3) {
    margin-right: 0;
}

@media (max-width: 1380px) {
    .biblioteca-up__item,
    .noticias-up__item {
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .contenedor-noticias.up {
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .modal-biblioteca__container > img,
    .modal-gremio__container .formulario-gremio img {
        margin-top: 25px;
    }
    .modal-gremio__container .formulario-gremio p {
        margin-bottom: 5px;
    }
    .creaevento-container__L {
        padding: 30px 30px 30px 30px;
    }
    .programas-container__up,
    .programas-container__down,
    .eventos-container__up,
    .eventos-container__down {
        width: 900px;
    }
    .noticias-text__title {
        top: 20px;
    }
    .contenedor-gremios > p {
        text-align: left;
    }
    .contenedor-gremios {
        justify-content: center;
    }
    .biblioteca-up__item {
        margin-bottom: 20px;
    }
    .noticias-text__title,
    .noticia-detalle__container {
        max-width: 900px;
    }
    .contenedor-noticias {
        max-width: 900px;
    }
    .contenedor-noticias.up {
        justify-content: center;
    }
    .noticias-up__item {
        margin-bottom: 40px;
    }
    .header-up div,
    .header-navbar,
    .contenedor-tarjetas > .carousel-text,
    .gremios-items,
    .noticias-container,
    .recursos-container > h1,
    .cards-container,
    .footer-container {
        max-width: 900px;
    }
    .contenedor-tarjetas > .carousel-text {
        top: 45px;
    }
    .cards-container {
        flex-wrap: wrap;
        justify-content: center;
    }
    .card-item {
        margin-bottom: 50px;
        margin: 20px;
    }
    .recursos-container {
        height: auto;
    }
    .noticias-text h6 {
        padding-top: 20px;
    }
    .noticias-text h6,
    .noticias-text > h1,
    .noticias-text > p,
    .noticias-text > a {
        padding-left: 30px;
        padding-right: 50px;
    }
    .noticias-image {
        width: 40%;
    }
    .noticias-text {
        padding-bottom: 50px;
    }
    .noticias-image > img {
        object-fit: cover;
        height: 100%;
    }
    /*Carrusel detalle noticias*/
    .myThumb.swiper {
        height: 60px;
    }
    /*fix*/
    .eventos-container__down {
        justify-content: space-between;
    }    
    .evento-item {
        width: 400px;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .formularioeventos__R {
        margin: 0;
        margin-top: 30px;
    }
    .formulario-eventos__container > h2 {
        text-align: center;
    }
    .contenedor-inputs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .formulario-eventos__container {
        max-width: 650px;
    }
    .creaevento-container__L > button {
        font-size: 14px;
        width: 140px;
        height: 30px;
    }
    .creaevento-container__L > p {
        font-size: 16px;
    }
    .creaevento-container__L > h2 {
        font-size: 20px;
    }
    .evento-item__btn > a > i,
    .evento-item__btn > a,
    .evento-item__btn > h5 {
        font-size: 13px;
    }
    .evento-item .evento-content > p {
        font-size: 14px;
    }
    .evento-item .evento-content > h2 {
        font-size: 20px;
        line-height: 20px;
    }
    .evento-item .evento-content > h5 {
        font-size: 12px;
    }
    .evento-item {
        width: 350px;
        height: auto;
    }
    .evento-text > h6,
    .evento-text > h5,
    .evento-text > h3,
    .evento-text > p,
    .evento-btn {
        margin-left: 30px;
        margin-right: 30px;
    }
    .evento-text {
        padding: 30px 0;
    }
    .evento-foto,
    .evento-text {
        width: 100%;
    }
    .eventos-container__up {
        flex-direction: column;
    }
    .programas-container__up,
    .programas-container__down,
    .eventos-container__up,
    .eventos-container__down {
        width: auto;
        margin: 20px;
    }
    .noticias-text__title {
        margin: 0px 20px;
    }
    .noticias-text__title > h1 {
        font-size: 20px;
    }
    .noticias-text__title > p {
        font-size: 14px;
        width: 100%;
    }
    .detalle-noticiaL h1 {
        font-size: 20px;
    }
    .detalle-noticiaL h5 {
        font-size: 12px;
    }
    .detalle-noticiaL > p {
        font-size: 14px;
    }
    .detalle-noticiaL > h2 {
        font-size: 20px;
    }
    .item-masnoticias > a {
        font-size: 14px;
    }
    .item-masnoticias > p {
        font-size: 14px;
    }
    .item-masnoticias > h5 {
        font-size: 12px;
    }
    .item-masnoticias > h1 {
        font-size: 20px;
    }
    .detalle-noticiaR {
        width: 100%;
        flex-direction: column;
    }
    .detalle-noticiaL {
        width: 100%;
    }
    .noticia-detalle__container {
        flex-direction: column;
    }
    .header-noticias > img {
        height: 150px;
        object-fit: cover;
    }
    .noticias-text__title,
    .noticia-detalle__container {
        max-width: 650px;
    }
    .header-up div.menu-mobile {
        display: flex;
    }
    .header-up div,
    .header-navbar,
    .contenedor-tarjetas > .carousel-text,
    .gremios-items,
    .noticias-container,
    .recursos-container > h1,
    .cards-container,
    .footer-container {
        max-width: 650px;
    }
    .carousel-text > h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .carousel-text > p,
    .card-item > p {
        font-size: 14px;
    }
    .carousel-text > a {
        font-size: 14px;
        padding: 7px 20px;
    }
    .gremios-items > h1,
    .noticias-container > h1 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .contenedor-noticias {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .noticias-image,
    .noticias-text {
        width: 100%;
    }
    .noticias-container {
        max-width: 100%;
    }
    .noticias-container > h1 {
        max-width: 650px;
        margin: 0 auto;
    }
    .noticias-text h6 {
        font-size: 12px;
    }
    .noticias-text > h1,
    .recursos-container > h1 {
        font-size: 20px;
    }
    .noticias-text > p {
        font-size: 14px;
    }
    .noticias-text > a,
    .noticias-text > a > i,
    .card-item > a,
    .card-item > a > i {
        font-size: 14px;
    }
    .card-item {
        width: 350px;
        margin: 20px 20px;
        height: auto;
        padding-bottom: 20px;
    }
    .card-item > img {
        width: 100%;
    }
    .card-item > h3 {
        font-size: 12px;
    }
    .card-item > h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .header-navbar,
    .header-navbar__list,
    .header-navbar__list ul {
        flex-direction: column;
    }
    .header-navbar {
        position: absolute;
        z-index: 1000;
        left: 0;
        right: 0;
        top: 0;
        max-width: 100%;
        height: 0;
        justify-content: flex-start;
        overflow: hidden;
        transition: all 0.5s;
    }
    .header-navbar.active {
        height: 100vh;
        transition: all 0.5s;
        padding-top: 40px;
    }
    .header-navbar__list ul li {
        margin: 5px 0;
        text-align: center;
    }
    .header-navbar__logo {
        margin-bottom: 40px;
    }
    .header-navbar__list img {
        margin-top: 40px;
        margin-left: 0;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }
    .swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
        margin-right: 5px;
        bottom: -30px;
        left: 0;
    }
    .swiper-container {
        overflow: hidden;
    }
    .menu-mobile {
        display: flex;
        padding-left: 20px;
        position: relative;
        z-index: 1001;
    }
    .btn-irbanco {
        padding-right: 20px;
    }
    .header-up {
        display: flex;
        justify-content: space-between;
        padding: 0 5px;
        height: 85px;
    }
    .header-up div {
        max-width: 100%;
        margin: 0;
    }
    .botonmovil-menuBurguer {
        cursor: pointer;
        border: none;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }
    .botonmovil-menuBurguer:focus {
        outline: none;
    }
    .botonmovil-menuBurguer span {
        display: block;
        background-color: var(--oscuro45);
        height: 5px;
        width: 30px;
        margin: 4px auto;
        opacity: 1;
        transition: all 1s;
    }

    /*fix*/
    a.logo-header-mb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-right: 20px;
    }
    /* .header-navbar {
        position: fixed;
        height: auto;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);        
    }   */
    .header-navbar__logo {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    /*  .header-navbar__list {
        width: 90%;
    }   */
    .header-up {
        display: flex;
        background-color: #ffffff;
        position: relative;
        width: 100%;
    }

    .header-navbar__list ul li {
        margin: 5px 10px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets {
        position: absolute;
    }
    .gremios-items {
        padding-top: 20px;
    }
    .noticias-container > h1 {
        padding: 40px;
        max-width: 650px;
        margin: 10px auto;
        text-align: center;
    }
    .noticias {
        margin: 50px 30px;
    }
    .recursos-container > h1 {
        font-size: 28px;
        padding-top: 50px;
        margin-bottom: 50px;
        text-align: center;
    }
    .card-item {
        width: 350px;
        margin: 20px 30px;
        height: 100%;
    }
    .cards-container img {
        min-height: auto !important;
        width: 100%;
    }
    .card-item > a {
        margin-bottom: 20px;
        display: block;
    }
    .card-item > h1 {
        margin-bottom: 5px;
    }
    .noticias-up__item {
        width: 100%;
        margin: 20px 0;
    }

    .noticia-img {
        padding-bottom: 20px;
    }
    .noticias-down__item {
        margin: 20px 0;
        width: 100%;
    }
    .noticias-down {
        padding: 0 20px;
    }

    .noticias-up {
        padding: 0 20px;
    }
    .noticias-up__item {
        width: 100%;
        margin: 20px 0;
    }
    .gremios__item {
        width: auto;
        height: auto;
        margin-bottom: 30px;
        padding: 10px;
    }
    .gremios-container {
        padding: 20px;
    }
    .gremios__itemL > img {
        margin-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .gremio__itemIr {
        padding-right: 15px;
    }
    .cards-container img {
        min-height: auto;
        width: 100%;
    }
    .carousel-text > a {
        display: flex;
        text-align: center;
        width: fit-content;
        padding: 14px 25px;
        margin-top: 11px;
    }
    .swiper-container {
        display: flex;
    }
    .swiper-pagination-bullet {
        background: #2b3d45;
        border: 2px solid #2b3d45;
        opacity: 1;
    }
    .swiper-pagination-bullet-active {
        background: #ff8300;
        border: 2px solid #ff8300;
        opacity: 1;
    }

    .noticia-img {
        padding-right: 30px;
    }
    .noticia-img img {
        width: 100% !important;
        height: auto !important;
    }
    .banner-home-desktop {
        display: none;
    }
    .banner-home-mobile {
        display: block;
    }
}

@media (max-width: 541px) {
    /* lsv */
    .creaevento-container__L > p {
        font-size: 20px;
    }
    .creaevento-container__L > h2 {
        font-size: 30px;
    }
    .formulario-gremio .sf-fieldWrp textarea {
        width: 70%;
        display: flex;
        margin: 0 auto;
        margin-top: 21px;
    }
    .formulario-gremio .form-group input,
    .formulario-gremio .sf-fieldWrp input {
        width: 70%;
        display: flex;
        margin: 0 auto;
        margin-top: 21px;
    }
    .modal-gremio__container .formulario-gremio p {
        font-size: 13px;
        padding: 0 30px;
        width: auto;
    }
    .contenedor-gremios > p {
        font-size: 12px;
    }
    /* lsv */
    .noticias-down__item > h2 {
        font-size: 20px;
    }
    .noticias-down__item.biblio {
        height: auto;
        padding-bottom: 25px;
    }
    .modal-biblioteca__container {
        height: auto;
        padding-bottom: 30px;
    }
    .modal-gremio__exitoso {
        height: auto;
        padding-bottom: 30px;
        top: 50px;
    }
    .modal-gremio__exitoso > button > i {
        font-size: 12px;
    }
    .modal-gremio__exitoso > button {
        font-size: 14px;
    }
    .modal-gremio__exitoso > p {
        margin-bottom: 0;
    }
    .modal-gremio__exitoso {
        width: 320px;
    }
    .modal-gremio__container > textarea {
        margin-bottom: 0;
    }
    .modal-biblioteca__container > button,
    .modal-gremio__container > button {
        margin-top: 20px;
    }
    .modal-biblioteca__container,
    .modal-gremio__container {
        width: 320px;
    }
    .modal-biblioteca.active,
    .modal-gremio.active {
        z-index: 2000;
    }
    .modal-biblioteca__container,
    .modal-gremio__container {
        top: 20px;
    }
    .modal-biblioteca__container > input,
    .modal-gremio__container > input,
    .modal-gremio__container > textarea {
        width: 80%;
    }
    .modal-biblioteca__container > img,
    .modal-gremio__container .formulario-gremio img,
    .modal-gremio__exitoso > img {
        margin-top: 30px;
    }
    .modal-biblioteca__container.active,
    .modal-gremio__container.active {
        width: 320px;
    }
    .modal-biblioteca__container > p,
    .modal-gremio__container > p,
    .modal-gremio__exitoso > p {
        width: 90%;
        font-size: 14px;
    }
    .formularioeventos__L,
    .formularioeventos__R {
        width: 90%;
    }
    .formulario-eventos__container {
        width: 90%;
    }
    .eventos-container__up,
    .eventos-container__down {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
        justify-content: center;
    }
    .eventos-container__down {
        justify-content: center;
    }
    .eventos-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .programas-container__up,
    .programas-container__down {
        width: 320px;
        justify-content: center;
    }
    .gremios__itemR > h3 {
        font-size: 20px;
    }
    .contenedor-gremios > h2 {
        font-size: 20px;
    }
    .evento-btn > a,
    .evento-btn > h5 {
        font-size: 14px;
    }
    .gremio__itemIr > a {
        font-size: 14px;
    }
    .gremio__itemIr > button {
        width: 110px;
        font-size: 14px;
    }
    .gremios-container {
        padding: 20px;
    }
    .gremios__itemR {
        padding-left: 30px;
        padding-bottom: 30px;
    }
    .gremios__item {
        flex-direction: column;
        height: auto;
    }
    .biblioteca-img > p {
        font-size: 12px;
    }
    .biblioteca-img > button {
        font-size: 14px;
    }
    .biblioteca-up__item > h1 {
        font-size: 20px;
    }
    .biblioteca-up__item {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
    }
    .biblioteca-up {
        padding: 20px;
    }
    .detalle-noticiaL {
        width: 90%;
    }
    .noticia-detalle__container {
        align-items: center;
    }
    .detalle-noticiaR {
        flex-direction: column;
    }
    .input-lupa {
        width: 300px;
    }
    .buscador-container > button {
        margin-right: 20px;
    }
    .noticias-text__title {
        left: 20px;
    }
    .noticia-img > img {
        width: 50%;
    }

    .noticias-down__item {
        height: 400px;
    }
    .noticia-img {
        flex-direction: column;
    }
    .noticia-img > div > p {
        font-size: 14px;
        padding-left: 0;
        margin-top: 20px;
    }
    .noticia-img > div > a {
        padding-left: 0;
        font-size: 14px;
    }
    .noticia-img > div > a > i {
        font-size: 14px;
    }
    .noticias-up__item > h5,
    .noticias-down__item > h5 {
        font-size: 12px;
    }
    .noticias-up__item h1,
    .noticias-down__item > h1 {
        font-size: 20px;
    }
    .noticias-up {
        padding: 60px 0;
    }
    .noticias-up__item,
    .noticias-down__item {
        width: 340px;
    }
    .container-items {
        justify-content: center;
    }
    .gremios-items > h1,
    .noticias-container > h1,
    .recursos-container > h1 {
        text-align: center;
    }
    .items-gremio {
        margin-bottom: 0px;
        margin-right: 0;
        width: 150px;
    }
    .recursos-container {
        height: 1645px;
    }
    .footer-container .logos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-container .logos > div {
        display: flex;
        flex-direction: initial;
        align-items: center;
        margin-top: 20px;
    }
    footer {
        height: auto !important;
    }
    .section-mid {
        align-items: center;
        text-align: center;
    }
    .section-down {
        text-align: center;
    }
    .informese {
        padding-bottom: 30px;
        text-align: center;
    }
    .carousel-text > h1 {
        width: 90%;
    }
    .contenedor-tarjetas > img {
        object-fit: cover;
        height: 250px;
    }
    .contenedor-tarjetas > .carousel-text {
        top: 20px;
        left: 20px;
    }
    .carousel-text > p {
        width: 90%;
        margin-bottom: 20px;
    }
    /*Carrusel noticias detalle*/
    .myThumb2.swiper {
        height: 300px;
    }
    .myThumb.swiper {
        width: 100%;
    }

    /*fix*/
    .noticias-up__item, 
    .noticias-down__item {
        width: 90%;
        height: auto;
    } 
}
