@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*variables*/

html {
    scroll-behavior: smooth;
}

.bodyTemporada {
    background-image: url(/subsidio/Biblioteca%20de%20estilos/webparts/temporada-escolar/img/background-temporada.png);
    background-size: contain;
}


/**/


/*estilos generales*/

.justify-content-center {
    justify-content: center;
}

.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.display-flex {
    display: flex;
    align-items: center;
}

.dis-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex {
    display: flex;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@font-face {
    font-family: "GeosansLight";
    src: url("/vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/fuentes/GeosansLight.woff") format("woff");
}

@font-face {
    font-family: "GeosansLight-Oblique";
    src: url("/vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/fuentes/GeosansLight-Oblique.woff") format("woff");
}

.tab-content>.tab-pane {
    display: block;
}


/**/


/**/

#ysocial-chat>div {
    width: 69px;
    height: 69px;
    bottom: 15px;
    right: 17px;
}

*::-webkit-scrollbar {
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 4px;
}


/*Banner lanzamiento*/

.banner-lanzamiento-feria {
    width: 100%;
    padding: 50px;
}

.banner-lanzamiento-feria picture img {
    width: 100%;
}


/*nuevo*/


/*anclas*/

.anclas-componente {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.anclas-componente .anclas-screen {
    display: flex;
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.anclas-componente .anclas-screen .ancla {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    transition: all .2s ease-in-out;
    background-color: #762282;
    width: 33.33%;
    padding: 10px;
    border-radius: 50px;
    box-shadow: -2px 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.anclas-componente .anclas-screen .ancla .img-anclas {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 100%;
    padding: 10px;
    width: 70px;
    height: 70px;
}

.anclas-componente .anclas-screen .ancla .img-anclas img {
    background: white;
    /* border-radius: 40px; */
    /* max-width: 40px; */
    width: 65px;
    height: 64px;
    border-radius: 100%;
    border: 2px solid #762282;
    padding: 8px;
}

.anclas-componente .anclas-screen .ancla p {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    margin-bottom: 0;
    color: white;
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    padding-left: 12px;
}

.anclas-componente .anclas-screen .ancla p span {
    display: block;
    font-size: 13px;
    line-height: 15px;
    font-size: 16px;
    line-height: 15px;
    font-family: "GeosansLight";
    font-weight: 700;
}

.anclas-componente .anclas-screen .ancla:hover {
    text-decoration: none;
    background-color: #614593;
}

.anclas-componente .anclas-screen .ancla:hover .img-anclas img {
    border: 2px solid #614593;
}


/**/

.tamaño-screen {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px;
}


/**/

.titulos-componente {
    margin: 50px 0px;
}

.titulos-componente h1 {
font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 33px;
    line-height: 36px;
    color: #762282;
    margin-bottom: 15px;
}

.titulos-componente h1 span{
    color: #ff6600;
}

.titulos-componente h2 {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    color: #515151;
}

.titulos-componente h2 strong {
    font-weight: 900;
}

.titulos-componente h3 {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    color: white;
    background: #ff6600;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: -2px 3px 4px 2px rgba(0, 0, 0, 0.1);
}

.titulos-componente h2 span {
    display: block;
    font-size: 30px;
    color: #762282;
    margin-bottom: 9px;
    font-weight: 900;
}


/**/

#owl-carousel-descripcion-temporada.owl-carousel .owl-stage {
    display: flex;
}

#owl-carousel-descripcion-temporada.owl-carousel .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    gap: 20px;
    padding: 20px 0px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-izq {
    width: 50%;
    position: relative;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-izq img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
    border-radius: 20px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .texto-imagen {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-180deg, rgba(2, 0, 36, 0) 0%, rgba(141, 103, 209, 0.8) 92%);
    border-radius: 20px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .texto-imagen>div {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .texto-imagen>div h3 {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    color: white;
    text-align: left;
    font-size: 25px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .texto-imagen>div h4 {
    font-family: "GeosansLight";
    font-optical-sizing: auto;
    font-style: normal;
    /* font-weight: 700; */
    color: white;
    text-align: left;
    font-size: 17px;
    line-height: 18px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der {
    width: 50%;
    display: flex;
    align-items: center;
    background: white;
    box-shadow: -2px 3px 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div {
    padding: 30px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div .titulo-card {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    font-size: 16px;
    color: #606060;
    line-height: 20px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div .parrafo {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    color: #606060;
    line-height: 20px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div .parrafo a {
    font-weight: 900;
    color: #ff6600;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div .parrafo a:hover {
    text-decoration: underline;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div ul {
    list-style: none;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div ul li {
    counter-increment: my-awesome-counter;
    display: flex;
    align-items: center;
    font-family: "GeosansLight";
    font-size: 17px;
    margin-bottom: 9px;
    line-height: 20px;
    color: #606060;
    text-align: left;
    font-weight: 600;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div ul li:first-child {
    align-items: start;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div ul li:last-child {
    margin-bottom: 0px;
    align-items: end;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div ul li::after {
    content: "";
    width: 2px;
    background-color: #606060;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 7px;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div ul li::before {
    position: relative;
    content: "";
    margin-right: 0.5rem;
    font-family: "Montserrat", serif;
    line-height: 1;
    color: #ffffff;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 1;
    background-image: url(https://corporativo.compensar.com/vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/img/check-lista.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

#owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div h4 {
    background: rgb(255 102 0 / 10%);
    padding: 20px;
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    color: #ff6600;
    border-radius: 50px;
    line-height: 22px;
}


/**/

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    /**/
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav [class*=owl-] {
    margin: 0 !important;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 4px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: rgba(255, 102, 0, 0.7) !important;
    transition: 0.3s;
    outline: none;
    min-width: auto;
    z-index: 1;
    transform: scale(0.95) translate(-50%, -50%);
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav .owl-prev span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav .owl-prev span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    opacity: 1;
    filter: brightness(10);
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav .owl-prev:hover {
    width: 55px;
    height: 55px;
    transform: scale(1) translate(-50%, -50%);
    background-color: rgb(255, 102, 0) !important;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -33px;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 50% !important;
    background-color: rgba(255, 102, 0, 0.7) !important;
    transition: 0.3s;
    margin: 0 0 0 auto !important;
    outline: none;
    min-width: auto;
    z-index: 1;
    transform: scale(0.95) translate(-50%, -50%);
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav .owl-next span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 0/0 a;
    text-shadow: transparent;
    color: transparent;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav .owl-next span:before {
    background-image: url(/vivienda/Biblioteca%20de%20estilos/webparts/credito-hipotecario/img/flecha-btn.png);
    content: "";
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    filter: brightness(10);
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-nav .owl-next:hover {
    transform: scale(1) translate(-50%, -50%);
    background-color: rgb(255, 102, 0) !important;
    box-shadow: none !important;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    min-width: auto;
    z-index: 0;
    padding: 0px;
    bottom: -23px;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-dots .owl-dot {
    transition: 0.3s;
    min-width: auto;
    outline: none;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-dots .owl-dot span {
    margin: 2px !important;
    transition: 0.3s !important;
    background-color: rgba(255, 102, 0, 0.7) !important;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-dots .owl-dot.active span {
    background-color: rgb(255, 102, 0) !important;
    width: 30px !important;
}

#owl-carousel-descripcion-temporada.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: rgb(255, 102, 0) !important;
}


/*Preguntas frecuentes*/

.componente-preguntas-frecuentes {
    background: #7a6eac;
    width: 100%;
}

.preguntas-frecuentes {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px 70px 20px;
}


/* .preguntas-frecuentes .titulos-componente h2 {
    color: white;
}

.preguntas-frecuentes .titulos-componente h2 span {
    color: white;
} */

.preguntas-frecuentes #accordion .card {
    border: none;
    box-shadow: none;
    font-family: "GeosansLight";
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: left;
    position: relative;
    color: #606060;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
}

.preguntas-frecuentes #accordion .card .card-header {
    display: flex;
    align-items: center;
    height: 60px;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid;
    padding: 7px 10px;
    color: #606060;
}

.preguntas-frecuentes #accordion .card .card-header h3 {
    text-align: left;
}

.preguntas-frecuentes #accordion .card .card-header button {
    width: 100%;
    border: none;
    background: transparent;
    padding: 0;
    outline: 0;
}

.preguntas-frecuentes #accordion .card .card-header button h3 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    font-family: "Montserrat", serif;
    font-size: 15px;
    font-weight: 900;
    color: #762282;
    text-decoration: none;
    transition: all 0.5s;
    margin-bottom: 0;
    line-height: 19px;
    padding-right: 30px;
}

.preguntas-frecuentes #accordion .card .card-header button h3 span {
    width: 17px;
    height: 4px;
    background: #762282;
    position: relative;
    display: block;
    border-radius: 50px;
    position: relative;
    margin: 0 0 0 auto;
    line-height: 17px;
    position: absolute;
    right: 9px;
}

.preguntas-frecuentes #accordion .card .card-header button h3 span::before {
    content: "";
    width: 17px;
    height: 4px;
    background: #762282;
    position: relative;
    display: block;
    border-radius: 50px;
    transform: rotate(90deg);
    transition: all 0.5s;
}

.preguntas-frecuentes #accordion .card .card-header button.collapsed {
    color: #762282;
    outline: 0;
}

.preguntas-frecuentes #accordion .card .card-header button.collapsed h3 {
    color: #606060;
    font-size: 13px;
    line-height: 18px;
}

.preguntas-frecuentes #accordion .card .card-header button.collapsed h3 span {
    background: #762282;
}

.preguntas-frecuentes #accordion .card .card-header button.collapsed h3 span::before {
    transform: rotate(0deg);
    background: #606060;
}

.preguntas-frecuentes #accordion .card .collapse {
    font-family: "GeosansLight";
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: left;
    position: relative;
    color: #606060;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
}

.preguntas-frecuentes #accordion .card .collapse .card-body {
    font-family: "GeosansLight";
    font-weight: 500;
    text-align: left;
    background-color: rgb(141 103 209 / 10%);
    border-top: 3px solid #762282;
    position: relative;
    top: -3px;
    color: #606060;
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px 20px;
}
.preguntas-frecuentes #accordion .card .collapse .card-body a{
    color: #ff6600;
    font-weight: 900;
}
.btn-mas-preguntas {
    margin-top: 30px;
    transform: scale(1);
    transition: all 0.5s;
    cursor: pointer;
}

.btn-mas-preguntas span {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    border: 3px solid #762282;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.5s;
}

.btn-mas-preguntas span::before {
    content: '';
    width: 24px;
    height: 4px;
    background: #762282;
    position: relative;
    display: block;
    border-radius: 50px;
    /* transform: rotate(90deg); */
    transition: all 0.5s;
    position: absolute;
}

.btn-mas-preguntas span::after {
    content: '';
    width: 24px;
    height: 4px;
    background: #762282;
    position: relative;
    display: block;
    border-radius: 50px;
    transform: rotate(90deg);
    transition: all 0.5s;
    position: absolute;
}

.btn-mas-preguntas #clic-boton-preguntas {
    border: none;
    box-shadow: none;
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-size: 16px;
    color: #762282;
    background: transparent;
    outline: 0;
}

.btn-mas-preguntas #clic-boton-preguntas:hover {
    outline-color: transparent;
    outline-style: none;
    background: transparent;
}

.btn-mas-preguntas:hover {
    transform: scale(1.1);
}

.btn-mas-preguntas.active {
    transform: scale(1.1);
}

.btn-mas-preguntas.active {
    transform: scale(1.1);
}

.btn-mas-preguntas.active span {
    border: 2px solid #6a50a3;
}

.btn-mas-preguntas.active span::after {
    background: #6a50a3;
    transform: rotate(45deg);
}

.btn-mas-preguntas.active span::before {
    background: #6a50a3;
    transform: rotate(-45deg);
}

.btn-mas-preguntas.active #clic-boton-preguntas {
    color: #6a50a3;
}

.collapse-preguntas-frecuentes {
    transition: max-height 0.25s ease-in;
    max-height: 0;
    overflow: hidden;
}

.collapse-preguntas-frecuentes.preguntas-frecuentes-in {
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}


/**/


/*botones-flotantes*/

.botones-flotantes {
    position: fixed;
    right: 19px;
    bottom: 92px;
    z-index: 1;
}

.botones-flotantes .boton-volver-arriba {
    box-shadow: 0px 0px 4px 2px rgba(129, 129, 129, 0.4);
    border-radius: 50%;
    width: 65px;
    margin-top: 10px;
}

.botones-flotantes .boton-volver-arriba a {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0px 0px 9px 2px rgba(129, 129, 129, 0.2);
    border-radius: 50%;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff, #ff6600, #f7a400);
    background-repeat: repeat-x;
    background-repeat: repeat-y;
    background-size: 100% 264px;
    background-position: 0 -30px;
    transition: all 0.2s linear;
}

.botones-flotantes .boton-volver-arriba a img {
    transition: all 0.3s ease-in-out;
    width: 17px;
}

.botones-flotantes .boton-volver-arriba:hover a {
    background-position: 0 -180px;
}

.botones-flotantes .boton-volver-arriba:hover a img {
    transition: all 0.3s ease-in-out;
    filter: invert(99%) sepia(1%) saturate(2) hue-rotate(208deg) brightness(144%) contrast(100%);
}


/**/

.panel {
    background-color: transparent !important;
}

.main {
    padding-bottom: 0px !important;
}


/*tooltip*/

.cards-marcas-aliadas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
}

.card-aliado {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: red;
    width: 132px;
    height: 132px;
    border-radius: 39px;
    overflow: hidden;
}

.card-aliado img {
width: 105px;
    height: 105px;
    background: white;
    border-radius: 33%;
    padding: 13px;
    box-shadow: -2px 3px 4px 2px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.card-aliado:nth-child(odd) {
    background-color: #ffd2b3;
}

.card-aliado:nth-child(even) {
    background-color: #c9b6ff;
}

.card-aliado span {
    visibility: hidden;
    /* width: 120px; */
    color: #fff;
    text-align: center;
    /* border-radius: 20px; */
    padding: 0px;
    position: absolute;
    z-index: 1;
    top: 0;
    /*  left: 0; */
    margin-left: -60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 0;
    width: 100%;
    max-width: 100%;
    min-width: 120px;
    line-height: 15px;
    margin: 0 auto;
    transition: 0.4s;
    height: 0;
}

.card-aliado:nth-child(odd) span {
    background-color: rgb(255 102 0 / 80%);
}

.card-aliado:nth-child(even) span {
    background-color: rgb(141 103 209 / 80%);
}

.card-aliado span::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 0px solid gray;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
}

.card-aliado:hover span {
    visibility: visible;
    padding: 4px 10px;
    height: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-aliado:hover img {
    width: 130px;
    height: 130px;
}


/* .card-aliado:hover span::after {
    content: "";
    border-left: 5px solid gray;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
} */


/*feria escolar*/

.componente-feria {
    background-color: #762282;
    padding: 20px 0px 0px 0px;
    position: relative;
}
.componente-feria::after{
    content: "";
    background-image: url(/subsidio/Biblioteca%20de%20estilos/webparts/temporada-escolar/img/fondo-morado.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.2;

}

.screen-fondo-morado {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px 0px 20px;
    gap: 20px;
    z-index: 1;
}

.componente-feria .contenido-der {
    width: 50%;
}

.componente-feria .contenido-der img {
    width: 100%;
}

.componente-feria .contenido-izq {
    width: 50%;
    padding-bottom: 30px;
}

.componente-feria .contenido-izq h2 {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: white;
    margin-bottom: 30px;
}

.componente-feria .contenido-izq h2 strong {
    font-weight: 900;
}

.componente-feria .contenido-izq h3 {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    color: white;
    margin-bottom: 25px;
}
.componente-feria .contenido-izq h3 a {
    font-weight: 900;
    color: #ff6600;
}

.componente-feria .contenido-izq h3 a:hover {
    color: #ff6600;
}

.componente-feria .contenido-izq h3 strong {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    color: white;
    margin-bottom: 30px;
}

.componente-feria .contenido-izq h4 {
    background: #a288e8;
    color: white;
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    /* margin-bottom: 30px; */
    padding: 20px;
    border-radius: 50px;
}

.componente-feria .contenido-izq .horarios {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    gap: 10px;
}

.componente-feria .contenido-izq .horarios .dia {
    width: 50%;
    border-right: 1px solid white;
    padding: 10px 10px;
}

.componente-feria .contenido-izq .horarios .dia:last-child {
    border-right: none;
}

.componente-feria .contenido-izq .horarios .dia img {
    width: 45px;
    margin-bottom: 10px;
}

.componente-feria .contenido-izq .horarios .dia h4 {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: white;
    font-size: 15px;
    margin-bottom: 0;
}

.componente-feria .contenido-izq .horarios .dia h5 {
    font-family: "GeosansLight";
    font-weight: 900;
    color: white;
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
}


/*contador*/


/* ? ----- PORTADA ----- */

.portada {
    /* display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; */
    /* flex-direction: column; */
    margin-bottom: 40px;
}

.portada #cuenta {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 9px;
    position: relative;
}

.portada #cuenta .simply-section {
    width: 120px;
    max-width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .portada #cuenta .simply-section:nth-child(2) {
    top: 50px;
    position: relative;
}

.portada #cuenta .simply-section:nth-child(2)::after {
    height: 246px;
    top: -243px;
}

.portada #cuenta .simply-section:nth-child(4) {
    top: 50px;
    position: relative;
}

.portada #cuenta .simply-section:nth-child(4)::after {
    height: 246px;
    top: -243px;
} */

.portada #cuenta .simply-section>div {
    text-align: center;
    background-color: white;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    /**/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: -2px 3px 4px 2px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.portada #cuenta .simply-section::after {
    content: '';
    position: absolute;
    width: 4px;
    height: 100px;
    top: -65px;
    background: white;
    box-shadow: -2px 3px 4px 2px rgba(0, 0, 0, 0.2);
    z-index: 0;
}

.portada #cuenta .simply-section>div .simply-amount {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    position: relative;
    font-size: 50px;
    font-weight: 900;
    color: #ff6600;
    line-height: 34px;
    top: 8px;
}

.portada #cuenta .simply-section>div .simply-word {
    font-weight: 300;
    font-size: 16px;
    top: 8px;
    font-family: "GeosansLight";
    font-weight: 900;
    font-style: normal;
    color: #ff6600;
    position: relative;
}

.portada #cuenta .simply-section:nth-child(2)>div {
    width: 120px;
    height: 120px;
}

.portada #cuenta .simply-section:nth-child(2)>div .simply-amount {
    font-size: 60px;
    top: 6px;
}

.portada #cuenta .simply-section:nth-child(2)>div .simply-word {
    font-size: 19px;
}

.portada #cuenta .simply-section:nth-child(4)>div {
    width: 120px;
    height: 120px;
}

.portada #cuenta .simply-section:nth-child(4)>div .simply-amount {
    font-size: 60px;
    top: 6px;
}

.portada #cuenta .simply-section:nth-child(4)>div .simply-word {
    font-size: 19px;
}

.portada.oculta {
    transform: translateY(100%);
}


/**/

.mapa-ubicacion {
    margin-bottom: 20px;
    border-radius: 20px;
}

.mapa-ubicacion iframe {
    border: 0;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    box-shadow: -2px 3px 4px 2px rgba(0, 0, 0, 0.1);
}


/**/

.descuentos-feria-escolar {
    background-color: #ff6600;
    padding: 70px 15px;
    margin-bottom: 50px;
}

.descuentos-feria-escolar .descuentos-screen {
    position: relative;
    text-align: center;
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.descuentos-feria-escolar .descuentos-screen h2 {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 30px;
    line-height: 24px;
    color: white;
    margin-bottom: 0px;
}

.descuentos-feria-escolar .descuentos-screen h3 {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
    color: white;
}

.descuentos-feria-escolar .descuentos-screen .card-descuentos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.descuentos-feria-escolar .descuentos-screen .card-descuentos a {
    display: block;
    width: 20%;
}

.descuentos-feria-escolar .descuentos-screen .card-descuentos a img {
    width: 100%;
    transition: all 0.5s;
}

.descuentos-feria-escolar .descuentos-screen .card-descuentos a:hover img {
    transform: scale(1.2);
}


/*media queries*/

@media only screen and (max-width: 1200px) {
    .banner-feria-subsidio .banner-componente {
        padding: 0px 20px;
    }
}


/**/

@media only screen and (max-width: 1100px) {
    .titulos-componente h2 {
        text-align: center;
    }
    .componente-feria {
        padding: 20px 0px 40px 0px;
    }
    .componente-feria .contenido-der {
        display: none;
    }
    .componente-feria .contenido-izq {
        width: 100%;
        max-width: 800px;
    }
    .mapa-ubicacion iframe {
        height: 400px;
    }
    /**/
    .portada #cuenta .simply-section {
        width: 182px;
    }
    .portada #cuenta .simply-section:nth-child(1)>div {
        width: 120px;
        height: 120px;
    }
    .portada #cuenta .simply-section:nth-child(1)>div .simply-amount {
        font-size: 60px;
        top: 6px;
    }
    .portada #cuenta .simply-section:nth-child(1)>div .simply-word {
        font-size: 19px;
    }
    .portada #cuenta .simply-section:nth-child(3)>div {
        width: 120px;
        height: 120px;
    }
    .portada #cuenta .simply-section:nth-child(3)>div .simply-amount {
        font-size: 60px;
        top: 6px;
    }
    .portada #cuenta .simply-section:nth-child(3)>div .simply-word {
        font-size: 19px;
    }
}


/**/

@media only screen and (max-width: 1000px) {
    /**/
    .banner-lanzamiento-feria {
        padding: 20px;
    }
    .anclas-componente .anclas-screen .ancla p span {
        display: none;
    }
    .anclas-componente .anclas-screen {
        justify-content: center;
    }
    .anclas-componente .anclas-screen .ancla {
        padding: 5px 15px 5px 5px;
        width: auto;
        justify-content: center;
    }
    .anclas-componente .anclas-screen .ancla .img-anclas {
        width: 55px;
        height: 55px;
    }
    .anclas-componente .anclas-screen .ancla .img-anclas img {
        width: 52px;
        height: 51px;
        padding: 6px;
    }
    /**/
    .preguntas-frecuentes {
        width: 100%;
        /* padding-right: 0px; */
        margin-bottom: 50px;
    }
}


/**/

@media only screen and (max-width: 850px) {
    /* #owl-carousel-descripcion-temporada.owl-carousel.owl-drag .owl-item {
        padding: 12px;
    } */
    #owl-carousel-descripcion-temporada.owl-carousel .owl-stage {
        display: block;
    }
    #owl-carousel-descripcion-temporada.owl-carousel .item {
        background: rgb(201 182 255 / 10%);
        box-shadow: none;
        border-radius: 20px;
        gap: 0px;
        padding: 5px !important;
        height: initial;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #owl-carousel-descripcion-temporada.owl-carousel .item .contenido-izq {
        width: 100%;
        height: 500px;
    }
    #owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der {
        width: 100%;
        display: flex;
        align-items: center;
        background: transparent;
        box-shadow: none;
        border-radius: 0px;
    }
    #owl-carousel-descripcion-temporada.owl-carousel .item .contenido-der>div {
        width: 100%;
    }
    /* #owl-carousel-descripcion-temporada.owl-carousel .item .contenido-izq img {
        height: auto;
    }
    #owl-carousel-descripcion-temporada.owl-carousel .item .texto-imagen {
        height: 100%;
    } */
    .preguntas-frecuentes {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 767px) {
    .card {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    /**/
    .titulos-componente h1 {
        font-size: 25px;
    }
    .titulos-componente h2 span {
        font-size: 25px;
    }
    .titulos-componente h2 {
        font-size: 18px;
    }
    /**/
    .banner-lanzamiento-feria {
        padding: 0px;
    }
    /**/
    .anclas-componente {
        background-color: #ff6600;
    }
    .anclas-componente .anclas-screen {
        flex-wrap: wrap;
        gap: 0;
    }
    .anclas-componente .anclas-screen .ancla {
        padding: 15px;
        width: 100%;
        border-bottom: 1px dashed white;
        border-radius: 0px;
        background-color: transparent;
        box-shadow: none;
    }
    .anclas-componente .anclas-screen .ancla:last-child {
        border-bottom: none;
    }
    .anclas-componente .anclas-screen .ancla .img-anclas {
        display: none;
    }
    /**/
    .card-aliado {
        width: 110px;
        height: 110px;
    }
    .card-aliado img {
        width: 90px;
        height: 90px;
        padding: 10px;
    }
    .card-aliado:hover img {
        width: 110px;
        height: 110px;
        border-radius: 0px !important;
    }
    .card-aliado:hover span {

    font-size: 13px;
}
    /**/
    .componente-feria .contenido-izq h2 {
        font-size: 20px;
    }
    /**/
    .descuentos-feria-escolar {
        margin-bottom: 0px;
    }
    .descuentos-feria-escolar .descuentos-screen h2 {
        font-size: 25px;
    }
    .descuentos-feria-escolar .descuentos-screen h3 {
        font-size: 18px;
    }
    .descuentos-feria-escolar .descuentos-screen .card-descuentos {
        flex-wrap: wrap;
    }
    .descuentos-feria-escolar .descuentos-screen .card-descuentos a {
        width: 30%;
    }
}

@media only screen and (max-width: 650px) {
    .anclas-componente .anclas-screen {
        flex-wrap: wrap;
        padding: 0px 20px;
    }
    .anclas-componente .anclas-screen .ancla {
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed white;
        padding: 10px;
    }
    .anclas-componente .anclas-screen .ancla:last-child {
        border-bottom: none;
    }
    .anclas-componente .anclas-screen .ancla:hover {
        background-color: #dc5800;
    }
    /**/
    #owl-carousel-descripcion-temporada.owl-carousel .item .contenido-izq {
        height: initial;
    }
    #owl-carousel-descripcion-temporada.owl-carousel .item .contenido-izq img {
        object-fit: initial;
        object-position: center;
    }
}

@media only screen and (max-width: 550px) {
    /**/
    .portada #cuenta .simply-section:nth-child(1)>div {
        width: 100px;
        height: 100px;
    }
    .portada #cuenta .simply-section:nth-child(2)>div {
        width: 100px;
        height: 100px;
    }
    .portada #cuenta .simply-section:nth-child(3)>div {
        width: 100px;
        height: 100px;
    }
    .portada #cuenta .simply-section:nth-child(4)>div {
        width: 100px;
        height: 100px;
    }
    .portada #cuenta .simply-section:nth-child(1)>div .simply-amount {
        top: 2px;
        font-size: 40px;
    }
    .portada #cuenta .simply-section:nth-child(2)>div .simply-amount {
        top: 2px;
        font-size: 40px;
    }
    .portada #cuenta .simply-section:nth-child(3)>div .simply-amount {
        top: 2px;
        font-size: 40px;
    }
    .portada #cuenta .simply-section:nth-child(4)>div .simply-amount {
        top: 2px;
        font-size: 40px;
    }
    .portada #cuenta .simply-section>div .simply-word {
        top: 0;
    }
    .portada #cuenta .simply-section:nth-child(1)>div .simply-word {
        font-size: 14px;
    }
    .portada #cuenta .simply-section:nth-child(2)>div .simply-word {
        font-size: 14px;
    }
    .portada #cuenta .simply-section:nth-child(3)>div .simply-word {
        font-size: 14px;
    }
    .portada #cuenta .simply-section:nth-child(4)>div .simply-word {
        font-size: 14px;
    }
    /**/
    .componente-feria .contenido-izq {
        padding-bottom: initial;
    }
    .componente-feria .contenido-izq .horarios {
        flex-wrap: wrap;
        gap: 0;
    }
    .componente-feria .contenido-izq .horarios .dia {
        width: 100%;
        border-right: none;
        border-bottom: 1px dashed white;
        padding: 18px 10px;
    }
    .componente-feria .contenido-izq .horarios .dia br {
        display: none;
    }
    .componente-feria .contenido-izq .horarios .dia:last-child {
        border-bottom: none;
    }
}

@media only screen and (max-width: 450px) {
    .portada #cuenta .simply-section:nth-child(1)>div {
        width: 80px;
        height: 80px;
    }
    .portada #cuenta .simply-section:nth-child(2)>div {
        width: 80px;
        height: 80px;
    }
    .portada #cuenta .simply-section:nth-child(3)>div {
        width: 80px;
        height: 80px;
    }
    .portada #cuenta .simply-section:nth-child(4)>div {
        width: 80px;
        height: 80px;
    }
}
.nota-subsidio-monetario {
    background: rgb(255 102 0 / 10%);
    padding: 30px 20px;
    border-radius: 5px;
}

.nota-subsidio-monetario h3 {
    font-family: "Montserrat", serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    line-height: 18px !important;
    color: #515151;
    margin: 0 auto;
    margin-bottom: 10px;
}

.nota-subsidio-monetario h4 {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    color: #606060;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.nota-subsidio-monetario a {
    color: white;
    padding: 0px 7%;
    border-radius: 50px;
    font-family: "Montserrat", serif;
    font-weight: 900;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    font-size: 17px;
    line-height: 18px;
    text-decoration: none;
    /* text-transform: uppercase; */
    background: linear-gradient(-45deg, #ff6600, #f7a400, #72207e, #d9a8e2);
    background-size: 600%;
    animation: anime 10s linear infinite;
    transition: font-size 0.5s;
    text-align: center;
    margin: 0 auto;
}

.nota-subsidio-monetario a:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    font-size: 19px;
    color: white !important;
}


@-webkit-keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes anime {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}