html {
    box-sizing: border-box;
    font-size: 62.5%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

.contenedor {
    max-width: 120rem;
    margin: 0 auto;
}

.proximas__clases {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    padding-bottom: 6rem;
}

.btn {
    font-size: 14px !important;
}

.btn-primary {
    color: #DD3542 !important;
    border-color: #DD3542 !important;
    font-weight: bold;
    background-image: url(/wcm/connect/b21cb4ca-cc7a-429e-9e14-f94b595ebf25/CombinedShape.png?MOD=AJPERES);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 15px);
    font-size: revert;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 0px;
}

.btn-primary:hover {
    color: #FFF !important;
    background: #DD3542 !important;
}

.clases__completas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    top: 480px;
    --swiper-theme-color: #dc3545 !important;
}

.swiper-pagination-bullet {
    width: 35px;
    height: 8px;
    border-radius: 13px;
}

div#pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    letter-spacing: 20px;
    cursor: pointer;
}

p.paginacaoValor.customPagination.activePagination {
    display: block;
    background: #DD3542 !important;
    border-radius: 50px;
    width: 25px;
    color: #F1F1F1;
    text-align: center;
    padding-left: 7px;
    margin-right: 10px;
    height: 25px;
    cursor: pointer;
}

.filter__select {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}

select#fecha,
select#carrera {
    border: 0px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-right: 85px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

span {
    font-weight: bold;
}

.flecha__derecha {
    margin-top: -7px;
    margin-right: -5px;
}

.flecha__izquierda {
    margin-top: -7px;
    margin-left: -5px;
}

h1 {
    text-align: center;
    font-weight: bold;
    margin: 30px;
}

.card {
    border: none;
}
/* .listItems .btn-primary {
   padding-bottom: 40px;
} */

.card-body {
    padding-left: 0;
}

.tarjeta__informacion p.tarjeta__info.card-text,
.tarjeta__informacion p.tarjeta__info.horario-tarjeta,
.tarjeta__informacion p.tarjeta__info.institucion-tarjeta,
.tarjeta__informacion p.tarjeta__info.fecha-tarjeta {
    margin-bottom: 0;
}

.programa_tarjeta {
    margin-bottom: 0;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    margin-bottom: 20px;
    margin-top: -20px;
}

.tarjeta__titulo {
    font-weight: bold;
}

.prueba-style {
    padding-top: 12px;
    padding-bottom: 15px;
}


.cursos-footer {
    background-color: #F1F1F1;
}

.col-md-12 {
    padding-top: 35px;
}

div#pagination-container {
    margin-top: 0;
    padding-top: 35px;
    padding-bottom: 15px;
}

a.btn.btn-primary.btn-filtros {
    background-image: none;
    padding-top: 8px;
    height: 38px;
}

.en-vivo {
    color: #00C389;
    font-weight: bold;
    font-size: large;
}

.en-vivo span {
    height: 10px;
}

.separador {
    margin-top: 15px;
}

.separador-2 {
    margin-bottom: 20px;
}

.titulo__filtro {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
}

.filtro__materia {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

.carrera__filtro {
    font-size: 14px;
    margin-bottom: 7px;
}

.horario__materia,
.fecha__materia {
    font-weight: 600;
    font-size: 14px;
}

.filtro__borrar {
    text-decoration: underline;
    font-weight: bold;
}

.tarjeta__informacion.card-body,
.tarjeta__informacion.prueba-style {
    margin-bottom: 20px;
}

.filtro__tarjetas {
    padding: 0 10px;
}

.primera__seccion {
    background-color: #F1F1F1;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 30px 0;
}

.btn-primera-seccion {
    background-image: none;
    padding-top: 8px;
    height: 45px;
    width: 300px;
}

.caja__filtro {
    margin: 0px !important;
}

.en-vivo-mobile {
    display: none;
}

p .customPagination {
    background-color: none;
}

p.paginacaoValor.customPagination {
    background: #f1f1f1 !important;
}

.swiper-button-prev,
.swiper-button-next {
    margin-top: 200px;
    color: #ffffff;
}

img.rotador-izquierda {
    margin-left: 5px;
}

.tarjeta__boton.d-flex {
    margin-left: 1px;
}

@media(width: 768px) {
    .clases__completas {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .contenedor {
        margin: 10px 15px;
    }
    .filtro_opciones {
        display: none;
    }
    .titulo__principal {
        font-weight: 700;
    }
    .titulo__principal {
        font-weight: 700;
        font-size: 22px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    .tarjeta__informacion.prueba-style {
        text-align: left;
    }
    /* img.imagen__tarjeta {
       width: 100%;
   } */
    /* a.btn.btn-primary.btn-filtros {
       font-size: 12px;
       padding-right: 60px;
       width: 104px;
       padding-left: 2px;
   } */
    a.btn.btn-primary.btn-filtros {
        padding: 10px;
        width: 100%;
        font-size: 12px;
    }
    .btn-primary {
        background-image: none !important;
    }
}
/* Ajustes pagina */

@media(max-width: 376px) {
    img {
        max-width: 100% !important;
    }
    .btn-rotador {
        max-width: 90% !important;
        height: 30px;
        font-weight: bold;
        background-image: url(../img/CombinedShape.png);
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
        font-size: revert;
        text-align: center;
        padding-top: 9px;
        padding-bottom: 0px;
    }
    .proximas__clases {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        padding-bottom: 6rem !important;
    }
}

@media screen and (max-width: 480px) {
    .fondo-azul.d-none.d-sm-none.d-md-block {
        display: none;
    }
    select#carrera,
    select#fecha {
        max-width: 100%;
        width: 100%;
    }
    .filter__select {
        display: block !important;
    }
    .proximas__clases .swiper-slide {
        width: 100% !important;
    }
    .clases__completas {
        display: block !important;
        grid-template-columns: 1fr;
    }
    .contenedor {
        padding: 10px 20px !important;
    }
    /* .filtro_opciones {
       display: none;
   }
   
   .titulo__filtro {
       display: none;
   } */
    .row {
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
    .contenido--institucion,
    .contendio--horario {
        display: none;
    }
    .primera__seccion {
        text-align: left !important;
        padding: 40px 12px !important;
    }
    p.contenido--titulo {
        margin-bottom: 35px;
        font-weight: 500;
    }
    .en-vivo {
        display: none;
    }
    .en-vivo-mobile {
        display: block !important;
        color: #00C389;
        font-weight: bold;
        font-size: large;
    }
    .img_filtro_contenedor {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }
    img.img__filtros {
        height: 50px;
        width: 45px;
        margin-right: 25px;
    }
    .filtro__materia {
        font-weight: 600 !important;
        font-size: 19px !important;
        margin-bottom: 10px !important;
    }
    .titulo__principal {
        font-weight: 700;
    }
    .titulo__principal {
        font-weight: 700;
        font-size: 22px;
        padding-right: 40px;
        padding-bottom: 30px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
    .tarjeta__informacion.prueba-style {
        text-align: left;
    }
    .proximas__clases {
        display: block !important;
    }
    .listItems .btn-primary {
        padding-bottom: 10px;
        margin-bottom: 20px;
        width: 100%;
    }
    a.btn.btn-primary.btn-filtros {
        padding: 10px;
        width: 100%;
    }
    .btn-rotador {
        width: 75% !important;
    }
    .btn-rotador:hover {
        color: #FFF !important;
        background: #DD3542 !important;
    }
    .btn-primary:hover {
        color: #FFF !important;
        background: #DD3542 !important;
    }
    .btn-rotador,
    .btn-cursos {
        padding-top: 10px
    }
    .btn-rotador {
        padding: 9px 30px !important;
    }
    .title-initial p {
        text-align: left !important;
    }
    .img-initial {
        padding-right: 0px !important;
    }
    p.legales {
        padding: 10px;
        font-size: 10px;
        font-style: italic;
        text-align: start;
        margin-bottom: 20px;
    }
    button#filtra-todo {
       margin-top: 30px;
   }
}

.btn-rotador {
    width: 80%;
}

.btn-cursos {
    width: 95%;
}

a.btn.btn-primary.btn-cursos {
    padding: 10px;
}

a.btn.btn-primary.btn-rotador {
    padding: 10px 20px;
}

.encabezado .btn.btn-primary,
.btn.btn-primary {
    background-color: white;
    border: 1px solid #DD3542;
}

h2 {
    color: #3F3C4D;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-top: 60px;
}

@media(min-width: 1024px) {
    .title-initial {
        margin-top: 80px;
    }
    .col-md-6.filtro {
        max-height: 151px;
    }
}

h1 {
    text-align: left;
    margin-left: 0;
}

.title-initial p {
    color: #ffffff;
}

h3.tarjeta__titulo {
    min-height: 38px;
}

span {
    font-weight: 600;
}

body {
    font-family: Open Sans;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: CIBFont Sans, CIBFontSans-Light;
}

.title-initial p {
    font-weight: 300 !important;
}

h4.filtro__materia {
    border-bottom: none;
}

select#carrera {
    background-image: url(/wcm/connect/45db5a72-8999-469a-b52e-f85af7da5a3d/Mask.png?MOD=AJPERES);
}

select#fecha {
    background-image: url(/wcm/connect/45db5a72-8999-469a-b52e-f85af7da5a3d/Mask.png?MOD=AJPERES);
}

select#fecha,
select#carrera {
    background-color: #ffffff;
}

section.completo {
    background-color: #f1f1f1;
}

.ocultar {
    display: none !important;
}

.mostrar {
    display: block !important;
}

.mensaje_filtro {
    display: none;
}

.mensaje_filtro P {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: 20px;
}

.filtros {
    display: block;
}

img.rotador-derecha,
img.rotador-izquierda {
    padding-top: 20px;
}

h2.tarjeta__titulo.card-title {
    min-height: 53px;
}

.tarjeta__informacion.prueba-style {
    min-height: 282px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    color: transparent;
}

p.legales {
    margin-bottom: 0;
    padding: 40px;
    font-size: 13px;
    text-align: center;
    font-style: italic;
}

section.completo-legales {
    background-color: #f1f1f1;
}

a.btn.btn-primary.btn-cursos {
    margin-bottom: 10px;
}

select option:nth-child(1) {
    display: none;
}

.col-md-6.filtro {
    display: none;
}

select#carrera,
select#fecha {
    background-size: 18px;
}

.caja-j {
    max-width: 102px !important;
}

@media(min-width: 700px) {
    .fondo-azul .col-md-12 {
        padding-top: 0;
    }
}

h4 {
    border-bottom: 0px !important;
}

select#carrera,
select#fecha,
.filtro__borrar {
    cursor: pointer;
}

.programa__filtro,
.institucion__filtro,
.carrera__filtro {
    margin-bottom: 0px !important;
}

.filtro__materia {
    margin-bottom: -6px !important;
}

p.horario__materia,
p.fecha__materia {
    margin-bottom: 0;
}
/* .caja__filtro {
   margin: 20px 0 !important;
   border: 1px solid #ddd;
   padding: 15px;
}

a.btn.btn-primary.btn-filtros {
   background-image: none;
   padding-top: 8px;
   height: 38px;
   padding-left: 20px;
   padding-right: 20px;
} */

#copy {
    text-align: left;
}

.off-line {
    color: #dc3545;
    font-weight: bold;
    font-size: large;
}

.en-vivo {
    display: none !important;
}

.mostrar-off,
.vivo-mostrar {
    display: block !important;
}

.desactivar-boton {
    pointer-events: none;
    opacity: 0.5;
}

.oculta {
    display: none;
}

.mensaje:hover .m.oculta {
    display: block;
}

p.oculta {
    font-size: 11.5px;
    font-weight: 600;
    text-align: center;
    border: 1px solid red;
    padding: 12px;
    margin-bottom: 0;
    border-radius: 10px;
    color: #ffffff;
    background-color: red;
    position: absolute;
    margin-top: -100px;
}

.off-mobile {
    display: none;
    color: #dc3545;
    font-weight: bold;
    font-size: large;
}

@media(max-width: 480px) {
    .ocultar-vivo {
        display: none !important;
    }
    .mostrar-off-mobile {
        display: block !important;
    }
    .mostrar-off,
    .vivo-mostrar {
        display: none !important;
    }
    .col-md-6 {
        margin-top: -20px;
        margin-bottom: 15px;
    }
}
/* nuevo */

.contenedor_titulo {
    padding: 20px 20px 20px 20px;
    background: #F1F1F1;
    display: flex;
}

.lado-img {
    width: 45px;
    margin-right: 10px;
}

.lado-texto {
    width: calc(100% - 45px);
    text-align: left;
}

select {
    width: 100%;
}

.btn-red-n {
    background: #DD3542;
    border-radius: 100px;
    color: #fff !important;
    padding: 7px 36px;
    border: 1px #DD3542 solid;
    cursor: pointer;
    transition: .3s ease all;
}

.btn-red-n:hover {
   background: #fff;
   color: #DD3542 !important;
}

.caja__filtro  .btn-red-n{
    margin-top: 15px !important;
    display: inline-block !important;
    margin-bottom: 10px  !important;
}

img.img_avatar {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 1px 1px rgb(0 0 0 / 20%);
}

.modal {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 1; /* Sit on top */
   padding-top: 100px; /* Location of the box */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 }
 
 /* Modal Content */
 .modal-content {
   background-color: #fefefe;
   margin: auto;
   padding: 20px;
   border: 1px solid #888;
   width: 80%;
 }
 
 /* The Close Button */
 .close {
   color: #aaaaaa;
   float: right;
   font-size: 28px;
   font-weight: bold;
 }
 
 .close:hover,
 .close:focus {
   color: #000;
   text-decoration: none;
   cursor: pointer;
 }

 div#mapa iframe {
   width: 100%;
   height: 350px;
   margin-bottom: -7px;
}

@media (min-width:1000px) {
   div#mapa iframe {
       height: 450px;
   }
}

span.close {
  background: white;
  color: #484848;
  text-align: center;
  width: 38px    ;
  float: right;
  opacity: .99;
  font-size: 18px;
  padding: 10px 10px;
}

.cont-x {
   margin-bottom: -39px;
   z-index: 99999;
}

.modal-content {
   padding: 0px;
}

h5.titulo-marca, h5.nombre-sede  {
   font-size: 17px;
   font-weight: 700;
}

h5.titulo-marca{
   margin-top: 20px;
}

h5.titulo-marca, h5.nombre-sede {
   margin-bottom: -3px;
}

.lado-texto span {
   font-weight: 300;
   font-size: 15px;
}
p.sede-telefono a {
   color: #000;
   font-weight: 600;
   text-decoration: none;
}

span.close {
   background-color: #fff !important;
   background-image: none !important;
}

select#departamento, select#ciudad, select#marca {
   border: 0px;
   border-bottom: 1px solid !important;
   padding: 0px 10px 10px;
   background: #fff;
   margin-bottom: 20px;
   background-image: url("/wcm/connect/45db5a72-8999-469a-b52e-f85af7da5a3d/Mask.png?MOD=AJPERES");
   background-repeat: no-repeat;
   background-position-x: right;
   background-position-y: center;
   padding-right: 24px;
}

.choices__inner {
   display: inline-block;
   vertical-align: top;
   width: 100%;
   background-color: #00000000 !important;
   padding: 7.5px 30px 7px !important;
   border: 0px solid #ddd !important;
   font-size: 14px;
   min-height: 25px !important;
   overflow: hidden;
   border-bottom: 1px solid #000 !important;
   margin-bottom: 20px !important;
   border-radius: 0px !important;
   background-image: url("/wcm/connect/45db5a72-8999-469a-b52e-f85af7da5a3d/Mask.png?MOD=AJPERES");
   background-repeat: no-repeat;
   background-position-x: right;
   background-position-y: center;
}

.depa .choices__inner, .city_a .choices__inner, .marcaaaaa .choices__inner{
   padding: 7.5px 30px 7px 5px!important;
}

.busqqqq .choices{
   background-image: url("/wcm/connect/cc643a78-719a-48d2-8a97-6752e0ace9c0/Lupa.svg?MOD=AJPERES");
   background-repeat: no-repeat;
   background-position-x: left;
   background-position-y: 3px;
}

.choices__list.choices__list--single {
   padding: 0px;
}

@media screen and (max-width: 700px){
   img.img-initial {
       padding-right: 0px !important;
   }

   .col-md-7.dos {
       padding: 0px;
   }
}

.choices[data-type*=select-one]:after{
   border-color: #fff transparent transparent !important;
}

@media (min-width: 1024px){
   .title-initial {
       margin-top: 14px;
   }

   section#banner-initial .content-initial {
       max-width: 1100px;
       margin: auto;
   }
   p.sede-telefono {
       pointer-events: none;
   }
}

.resultado-filtro span {
   text-transform: uppercase;
}

.resultado-filtro span.margen-derecha {
   padding-right: 15px;
}

h3.titulo__filtro {
   font-size: 28px;
   padding-left: 14px;
}

p.sede-web a {
   width: 100%;
   overflow-wrap: break-word;
   font-size: 16px;
   color: #222;
   text-decoration:none;
}

p.sede-web a:hover {
   text-decoration:underline;
}

.ocultar_numero{
   display: none !important;
}

.cargando2 {
   text-align: center;
}

.cargando2 img{
   width: 80px;
   margin-top: 40px;
   margin-bottom: 40px;
}

.resultado-busqueda, p.marcas {
   text-transform: uppercase;
}

p.paginacaoValor.customPagination {
   letter-spacing: 0px;
   padding-left: 5px !important;
   margin-left: 3px;
   margin-right: 3px;
   padding-right: 4px !important;
   text-align: center;
   background: #f1f1f100 !important;
}

@media (min-width: 640px){
.choices__list--dropdown .choices__item--selectable {
   padding-right: 0px !important;
}}

.choices__list--dropdown .choices__item--selectable:after {
   font-size: 0px !important;
}

.choices__list.choices__list--dropdown {
   min-width: 210px;
}

.resultado-filtro .col-md-12 {
   padding-top: 0px;
}

.caja__filtro .col-md-12:not(.contenedor_titulo) {
   border: 1px solid #f1f1f1;
}

.permanente {
   display: initial !important;
   padding-left: 20px;
}



div#pagination-container {
    align-items: center;
}

.flecha__izquierda {
    margin: 0 !important;
}

p.paginacaoValor.customPagination {
    font-size: 18px !important;
    width: 35px !important;
    height: 35px !important;
    margin: 0 !important;
    line-height: 35px !important;
}

#afterPagination {
    margin: 0 !important;
}

#beforePagination {
    margin: 0 !important;
}

.flecha__derecha {
    margin: 0 !important;
}

.filtro__tarjetas {
    display: flex;
    flex-direction: column;
}

#filtrados {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 2rem;
    row-gap: 4rem;
    padding: 50px 0;
    zoom: 80%;
}

.preloader>div {
    width: 100%;
    height: 360px;
}

.contentBox {
    padding: 0 10px;
    padding-top: 30px;
}

#filtrados .filtro {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 10%);
    min-height: 360px;
    max-height: 380px;
}


.jp-previous {
    margin: 0 20px !important;
    background: rgba(221, 53, 66, 1);
    border-radius: 50%;
    width: 38px;
    height: 38px;

}

.jp-next {
    margin: 0 20px !important;
    background: rgba(221, 53, 66, 1);
    border-radius: 50%;
    width: 38px;
    height: 38px;
}

.jp-previous svg {
    pointer-events: none;
}

.jp-next svg {
  transform: rotate(180deg);
  pointer-events: none;
}

#pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    margin-top: 0;
}

#pagination a {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(63, 60, 77, 1);
    cursor: pointer;
    font-size: 16px;

}

#pagination a.jp-current {
    font-weight: bold;
}

.modal {
    z-index: 99;
}


.spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: rgba(221, 53, 66, 1);
    height: 120px;
    margin: 0 auto 3.5em auto;
    width: 120px;
}


@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@media (max-width: 768px){
    #filtrados {
        grid-template-columns: 1fr;
        zoom: 100%;
    }
}