@font-face {
    font-family: montserrat;
    src: url(../tipografia/Montserrat-Medium.ttf);
}

body {
    font-family: montserrat !important;
}

:root {
    --verde: #09890d;
    --azul: #1e374c;
    --rojo: #9e183a;
    --rosado: #ff003c;
}


.verde {
    background: #09890d;
}

.azul {
    background: #001252;
}

.rojo {
    background: #9e183a;
}

.pointer {
    cursor: pointer;
}


nav {

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .27);
    width: 100%;
    padding: 13%;
    height: 90px;
}

.container-fluid {
    max-width: 1600px;
}

.container-fluid .imagen-logo {
    width: 210px;
}

.container-fluid .collapse {
    transition: none;
    padding: 10px 20px;
    font-weight: 600;
    border-width: 1px;
    margin-top: 0px;

}

.navbar-collapse {
    transition: none;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 10px 20px;
    font-weight: 600;
    border-width: 1px;
    margin-top: 15px;

}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #9e183a;
}

.nav-link:focus,
.nav-link:hover {
    color: #9e183a;
}

.collapse .botones-a {
    display: flex;
    width: max-content;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 600;
    fill: #fff;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    align-content: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 5px;
}

.dropdown-item.active,
.dropdown-item:hover {
    color: white;
    text-decoration: none;
    background-color: var(--rojo);
}

.dropdown-item.active,
.dropdown-item:active {
    color: white;
    text-decoration: none;
    background-color: var(--rojo);
}

.collapse .botones-a svg {
    margin-right: 5px;
}

.dropdown-menu[data-bs-popper] {
    top: 64px;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

/*ESTE ES DEL BANNER DE IMAGENES CAROUSEL*/

.carousel {
    position: relative;
    padding-top: 90px;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15sease;
}

#carouselExampleInterval svg {
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    background: black;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 25%);
    margin-left: 0px;
    fill: white;
    stroke: 5px;
    padding: 7px;
}

#carouselExampleInterval svg:hover {
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    background: black;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 25%);
    margin-left: 0px;
    fill: white;
    stroke: 5px;
    padding: 7px;
}

.computadora {
    display: block;
}

.celular {
    display: none;
}


/*Seccion section-aliados*/
.flex {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#section-aliados {
    margin-top: 50px;
    margin-bottom: 50px;
}

#section-aliados .flex .left {
    width: 49%;
    height: max-content;
    padding-left: 100px;
}

#section-aliados .flex .left h3 {
    line-height: 25px;
    font-weight: 600;
}

#section-aliados .flex .left h3 strong {
    font-weight: 600;
    color: var(--rojo);
}

#section-aliados .flex .left h4 {
    line-height: 20px;
    font-weight: 500;
}

#section-aliados .flex .left h4 strong {

    font-weight: 600;
    color: var(--azul);
}

.mt-predeterminado {
    margin-top: 20px;
}


#section-aliados .flex .right {
    width: 49%;
    height: max-content;
    padding-right: 100px;
}

#section-aliados .flex .right .espaciado {
    width: 100%;
    height: 180px;
}

#section-aliados .flex .right .espaciado .swiper {
    width: 100%;
    height: 200px;
    border: 1px solid var(--rojo) !important;
    border-style: dashed !important;
    margin: 0;
    height: 100%;
    align-content: center;

}

#section-aliados .flex .right .espaciado .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;

}

#section-aliados .flex .right .espaciado .swiper-slide img {
    display: block;
    width: 100%;
    height: max-content;
    object-fit: cover;

}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--azul) !important;
}

.swiper-pagination-bullet {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

/*Seccion section-aliados*/



/*Seccion programas-aliados*/
#programas-aliados {
    margin-bottom: 50px;
}

#programas-aliados .titulos {
    display: flex;
    width: 100%;
    flex-direction: row;
}

#programas-aliados .izq {
    width: 30%;
    border-block-start: var(--divider-border-width) var(--divider-border-style) #00559c;
    direction: ltr;
    display: flex;
    margin: 0;
    --divider-border-style: solid;
    --divider-color: #1f374b;
    --divider-border-width: 3px;
    align-self: center;
}

#programas-aliados .center {
    width: 40%;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: var(--azul);
}

#programas-aliados .right {
    width: 30%;
    border-block-start: var(--divider-border-width) var(--divider-border-style) #00559c;
    direction: ltr;
    display: flex;
    margin: 0;
    --divider-border-style: solid;
    --divider-color: #1f374b;
    --divider-border-width: 3px;
    align-self: center;
}

#programas-aliados .resumen {
    display: flex;
    width: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

/*Seccion programas-aliados*/

/*Seccion programas-recuadros*/


#programas-recuadros {
    margin-bottom: 50px;
}

#programas-recuadros .cuadro {
    gap: 10px;
    display: flex;
    width: 100%;
    height: max-content;
    justify-content: center;
}

#programas-recuadros .cuadro .card {
    width: 220px;
    height: 280px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}

#programas-recuadros .cuadro .bg {
    width: 220px;
    height: 280px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}

#programas-recuadros .cuadro .bg:hover {
    transition: scale 0.5s ease-in-out;
    scale: 1.08;

    .modalidad {
        transition: all 0.5s ease-in-out;
        scale: 0.95;
        margin-bottom: 10px;

    }
}

#programas-recuadros .cuadro .bg .aviso {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
}

#programas-recuadros .cuadro .bg .modalidad {
    position: absolute;
    bottom: 10px;
    background-color: var(--rojo);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    color: #fff;
    background-color: #9e183a;
    border-color: #9e183a;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    justify-self: anchor-center;
}

/*Seccion programas-recuadros*/



/*Seccion programas-section-topten*/
#section-topten {
    background: var(--azul);
    margin-bottom: 50px;
}

.top {
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
    height: 415px;
    background: none;
}

.top .imgtitle {
    width: 450px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-efect {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px !important;
    position: relative;
    cursor: pointer;
}

.swiper-efect:hover {
    .portada .imgportada {
        border-color: rgb(255, 255, 255);
        transition: border-color 500ms cubic-bezier(0, 0, 0.34, 1);
        border-style: solid;
        border-width: 2px;
    }

    .portada .imgnumberon {
        transition: opacity 500ms cubic-bezier(0, 0, 0.34, 1);
        opacity: 0;
    }

    .portada .imgnumberoff {
        transition: opacity 500ms cubic-bezier(0, 0, 0.34, 1);
        opacity: 1;
        transition: scale 500ms cubic-bezier(0, 0, 0.34, 1);
        scale: 1.1;
        z-index: 10;
        transition: left 500ms cubic-bezier(0, 0, 0.34, 1);
        left: 10px;
    }
}

.swiper-efect img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-efect .portada {}

.swiper-efect .portada .imgportada {
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    position: absolute;
    width: 150px;
    height: auto;
    left: 40px;
    bottom: 0;
    z-index: 1;
}

.swiper-efect .portada .imgnumberon {
    transition: opacity 500ms cubic-bezier(0, 0, 0.34, 1);
    transition: scale 500ms cubic-bezier(0, 0, 0.34, 1);
    transition: left 500ms cubic-bezier(0, 0, 0.34, 1);
    width: 120px;
    height: 120px;
    position: absolute;
    height: auto;
    left: 0%;
    top: 0;
    z-index: 1;
    transform: scale(0.8);
}

.swiper-efect .portada .imgnumberoff {
    transition: opacity 500ms cubic-bezier(0, 0, 0.34, 1);
    transition: scale 500ms cubic-bezier(0, 0, 0.34, 1);
    transition: left 500ms cubic-bezier(0, 0, 0.34, 1);
    width: 120px;
    height: 120px;
    position: absolute;
    height: auto;
    left: 0%;
    top: 0;
    z-index: 1;
    opacity: 0;
    transform: scale(0.8);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    background: white;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50px;
    color: #9e183a !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    background: white;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50px;
    color: #9e183a !important;
}

@media (width < 768px) {
    .top {
        padding-left: 0%;
        padding-right: 0%;
        width: 100%;
        height: 470px;
        background: #060217;
    }

    .top .imgtitle {
        width: 100%;
    }
}

/*Seccion programas-section-topten*/
/*Seccion texto-capacidades*/
#texto-capacidades {
    margin-bottom: 50px;
}

#texto-capacidades .titulos {
    display: flex;
    width: 100%;
    flex-direction: row;
}

#texto-capacidades .izq {
    width: 20%;
    border-block-start: var(--divider-border-width) var(--divider-border-style) #00559c;
    direction: ltr;
    display: flex;
    margin: 0;
    --divider-border-style: solid;
    --divider-color: #1f374b;
    --divider-border-width: 3px;
    align-self: center;
}

#texto-capacidades .center {
    width: 60%;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: var(--azul);
}

#texto-capacidades .right {
    width: 20%;
    border-block-start: var(--divider-border-width) var(--divider-border-style) #00559c;
    direction: ltr;
    display: flex;
    margin: 0;
    --divider-border-style: solid;
    --divider-color: #1f374b;
    --divider-border-width: 3px;
    align-self: center;
}

#texto-capacidades .resumen {
    display: flex;
    width: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

/*Seccion texto-capacidades*/
/*Seccion seccion-cursos*/
#seccion-cursos {
    margin-bottom: 50px;
    justify-items: center;
    margin-top: 100px;
}

#seccion-cursos .titulos {
    display: flex;
    width: 100%;
    flex-direction: row;
}

#seccion-cursos .izq {
    width: 25%;
    border-block-start: var(--divider-border-width) var(--divider-border-style) #00559c;
    direction: ltr;
    display: flex;
    margin: 0;
    --divider-border-style: solid;
    --divider-color: #1f374b;
    --divider-border-width: 3px;
    align-self: center;
}

#seccion-cursos .center {
    width: 50%;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: var(--azul);
}

#seccion-cursos .right {
    width: 25%;
    border-block-start: var(--divider-border-width) var(--divider-border-style) #00559c;
    direction: ltr;
    display: flex;
    margin: 0;
    --divider-border-style: solid;
    --divider-color: #1f374b;
    --divider-border-width: 3px;
    align-self: center;
}

#seccion-cursos .resumen {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

#seccion-cursos .disponibilidad {
    display: flex;
    width: max-content;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    background-color: var(--azul);
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 600;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 40px;
    padding: 25px 40px;
    color: white;
}

#seccion-cursos .disponibilidad strong {
    color: var(--rosado);
    margin-left: 10px;
}

/*Seccion seccion-cursos*/



/*Seccion seccion-allcursos*/
#seccion-allcursos {
    margin-bottom: 50px;
}

.wrap {
    /*max-width: 1100px;*/
    width: 90%;
    margin: auto;
    margin-bottom: 0px;
}

.wrap>h1 {
    color: #494B4D;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 15px 0px;
}

.wrap>h1:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #C7C7C7;
    margin: 20px 0;
}

.store-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.category_list {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 25px;
    overflow: hidden;
}

.category_list .category_item {
    display: block;
    width: 100%;
    padding: 15px 0;

    background: #b91138;
    text-align: center;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.category_list .ct_item-active {
    background: #2D3E50;
}

/* PRODUCTOS ============*/

.products-list {
    display: flex;
    margin: 0px;
    width: 100%;
    background-color: white;
    display: flex;
    overflow: hidden;
    transition: max-height 0.5sease -in !important;
    max-height: 840px;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 60px;
    padding-right: 60px;
    align-content: flex-start;
}

.altocompleto {
    transition: max-height 0.5s ease-in !important;
    max-height: max-content;
    margin-left: 0;
    margin-right: 0;
}

.btn-expand {
    display: none;
    z-index: 3;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 3px;
    background-color: red;
    color: white;
}

.btn-show {
    display: block;
}

.products-list .product-item {
    width: 300px;
    height: 400px;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.22);
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    margin: 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    transition: all .4s;
    border-radius: 30px;
    position: relative;
}

#bordeado {
    border-radius: 20px 20px 0 0;
    border: solid;
    border-width: 2px;
    border-color: white;
}

.products-list .product-item:hover {
    box-shadow: 0px 0px 5px 5px var(--rojo);

    #bordeado {
        border-radius: 20px 20px 0 0;
        border: solid;
        border-width: 2px;
        border-color: var(--rojo);
    }
}

.products-list .product-item .titulo {
    position: absolute;
    color: white;
    font-size: 16px;
    font-weight: 900;
    width: 60%;
    top: 65px;
    left: 20px;
    display: flex;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    letter-spacing: 0.5px;
    z-index: 10;
}

.products-list .product-item .titulo .play {
    margin-left: 50px;
    margin-top: 0px;
    width: 50px;
    height: 50px;
}

.products-list .product-item .titulo .play .imgcurso {
    margin-top: 0px;
    width: 100%;
    height: auto;
}

.products-list .product-item .lista {
    display: flex;
    flex-direction: column;
}

.products-list .product-item .lista .fila {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.products-list .product-item .lista .fila .boton {
    background-color: #9e183a;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    padding: 10px 30px;
    color: white;
    cursor: pointer;
}

.products-list .product-item .lista .fila .boton:hover {
    transition: all .3s;
    color: var(--rojo);
    background: white;
}

.products-list .product-item .lista .left {
    width: 20%;
    padding: 5px;
}

.products-list .product-item .lista .left .icon {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.products-list .product-item .lista .right {
    width: 80%;
}

.products-list .product-item .lista .fecha {
    font-weight: 800;
    font-size: 16px;
}

.products-list .product-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 30px 30px 0 0;
}

.products-list .product-item a {
    display: block;
    width: 100%;
    height: 65px;
    padding: 5px 5px;
    background: #d3d3d3;
    color: #000000;
    text-align: left;
    text-decoration: none;
    /* text-overflow: ellipsis; */
    overflow: hidden;
    /* white-space: nowrap; */
    font-size: 14px;
}

.btn-expand {
    display: flex;
    width: 85px;
    height: 50px;
    z-index: 3;
    font-weight: 900;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 0px 3px;
    background-color: var(--azul);
    color: white;
    border-radius: 25px;
    box-shadow: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*Seccion seccion-allcursos*/



/*Seccion seccion-botones*/
#seccion-botones {
    margin-bottom: 100px;
}

#seccion-botones .botones {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

#seccion-botones .botones .btnok {
    cursor: pointer;
    color: white;
    background-color: var(--rojo);
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    padding: 15px 30px;
}

#seccion-botones .botones .btnok:hover {
    background-color: #fff;
    color: #000;
    transition-duration: .3s;
    transform: scale(.9);
}

/*Seccion seccion-botones*/


/*Seccion seccion-fondo*/
#seccion-fondo {
    margin-bottom: 50px;
    width: 100%;
    height: 350px;
    background-image: url(../img/banner-ingresa-aula-virtual.webp);
    background-size: cover;
}

#seccion-fondo #centrado {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

#seccion-fondo .titulo {
    font-size: 35px;
    color: white;
    font-weight: 900;
}

#seccion-fondo .subtitulo {
    font-size: 25px;
    color: white;
    font-weight: 900;
    margin-top: 10px;
}

#seccion-fondo .boton {
    color: white;
    background-color: #9e183a;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
    padding: 15px 50px;
    margin-top: 20px;
    cursor: pointer;
}

input[type="checkbox" i] {
    background-color: red !important;
}

/*Seccion seccion-fondo*/


/*Seccion texto-asesores*/
#texto-asesores {
    margin-bottom: 50px;
}

#texto-asesores .titulos {
    display: flex;
    width: 100%;
    flex-direction: row;
}

#texto-asesores .izq {
    width: 15%;
    border-block-start: var(--divider-border-width) var(--divider-border-style) #00559c;
    direction: ltr;
    display: flex;
    margin: 0;
    --divider-border-style: solid;
    --divider-color: #1f374b;
    --divider-border-width: 3px;
    align-self: center;
}

#texto-asesores .center {
    width: 70%;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    color: var(--azul);
}

#texto-asesores .right {
    width: 15%;
    border-block-start: var(--divider-border-width) var(--divider-border-style) #00559c;
    direction: ltr;
    display: flex;
    margin: 0;
    --divider-border-style: solid;
    --divider-color: #1f374b;
    --divider-border-width: 3px;
    align-self: center;
}

#texto-asesores .resumen {
    display: flex;
    width: 100%;
    text-align: center;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

/*Seccion texto-asesores*/

/*Seccion section-atencion*/
#section-atencion {
    margin-bottom: 50px;
    padding: 0 200px;
}

#section-atencion .section {
    display: flex;
    height: max-content;
}

#section-atencion .section .izq {
    width: 30%;
}

#section-atencion .section .der {
    width: 70%;

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 10px;
}

#section-atencion .section .der .recuadro {
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

#section-atencion .section .der .recuadro:hover {


    .delante {
        transition: all 0.4s ease-in-out;
        margin-top: 0%;
        opacity: 1;
    }

    .recuadrobtn {
        transition: all 0.4s linear;
        margin-bottom: 0px !important;
        opacity: 1;
        justify-content: space-evenly;

    }
}

#section-atencion .section .der .recuadro .imagen {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    border-color: #1f374b;
    border-radius: 25px;
}

#section-atencion .section .der .recuadro .delante {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 11;
    position: absolute;
    background: red;
    border-radius: 25px;
    margin-top: 100%;
    opacity: 0;
}

#section-atencion .section .der .recuadro .recuadrobtn {
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 12;
    position: absolute;
    border-radius: 0px;
    margin-bottom: -80px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}

#section-atencion .section .der .recuadro .recuadrobtn .button {
    width: 70px;
    text-align: center;
    text-decoration: none;
    border-radius: 20%;
    padding: 5px 10px 5px 10px;
    background: var(--verde);
    cursor: pointer;
    fill: white;
    color: white;
}


/*Seccion pagos*/
.tagtarjetas {
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tagtarjetas .tarjeta {
    width: 32%;
    height: auto;
    display: flex;
    gap: 20px
}

.tagtarjetas .tarjeta .izq {
    width: 80px;
    height: auto;
}

.tagtarjetas .tarjeta .izq .medida {
    width: 100%;
    height: auto;
    border: solid;
    border-width: 2px;
    border-radius: 100%;
    border-color: #01344b;
}

.tagtarjetas .tarjeta .der {
    width: max-content;
    height: auto;
    line-height: 0px;
    place-content: center;
}

.raya {
    background: #ffc100;
    padding: 10px 5px;
}

.tagtarjetas .qr {
    width: 280px !important;
    height: 320px !important;
    display: flex;

    border-radius: 25px;
    padding: 25px;
}

.tagtarjetas .uno {
    background-image: linear-gradient(180deg, #b96ac1 0%, #740687 100%);
}

.tagtarjetas .dos {
    background-image: linear-gradient(180deg, #51dbdb 0%, #037cce 100%);
}

.tagtarjetas .tres {
    background-image: linear-gradient(180deg, #2793d0 0%, #1c5c81 100%);
}

.tagtarjetas .qr .espacio {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.tagtarjetas .qr .iconologo {
    width: 50px;
    height: 50px;
}

.tagtarjetas .qr .iconologo img {
    width: 100%;
    height: auto;
    border-radius: 100%;
    border: solid;
    border-width: 1px;
    border-color: white;
}

.tagtarjetas .qr .iconoqr {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.tagtarjetas .qr .iconoqr img {
    width: 150px;
    height: 150px;
    border: solid;
    border-width: 1px;
    border-color: white;
}

.tagtarjetas .qr .nombre {
    width: 100%;
    text-align: center;
    color: white;
}

.tagtarjetas .qr .numero {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: 700;
}

/*Seccion pagos*/


/*Seccion seccion-footer*/
#seccion-footer {
    margin-bottom: 0px;
    width: 100%;
    height: 300px;
    background-size: cover;
    background: var(--azul);
}

#seccion-footer #centrado {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
}

#seccion-footer #centrado .izq {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

#seccion-footer #centrado .izq .texto {
    color: white;
}

#seccion-footer #centrado .izq .sub-titulo {
    color: white;
    font-weight: 900;
    margin: 15px 0;
}

#seccion-footer #centrado .izq .redes {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#seccion-footer #centrado .izq .redes svg {
    color: white;
}

#seccion-footer #centrado .center {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

#seccion-footer #centrado .center .sub-titulo {
    color: white;
    font-weight: 900;
    margin: 15px 0;
}

#seccion-footer #centrado .center .imagen {
    width: 250px;
    height: a;
}

#seccion-footer #centrado .center .fila {
    width: 100%;
    height: auto;
    color: white;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

#seccion-footer #centrado .center .fila .icon {
    width: 40px;
    height: auto;
}

#seccion-footer #centrado .center .fila .txt {
    width: 80%;
    height: max-content;
    align-content: center;
    padding: 3px;
}


#seccion-footer #centrado .der {
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 25px;
}

#seccion-footer #centrado .der .sectionbutton {
    margin-top: 15px;
    width: 350px;
    background: white;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    fill: #000;
    color: #000;
    border-radius: 3px;
    padding: 12px 24px;
    cursor: pointer;
}

#seccion-footer #centrado .der .text {
    margin-right: 10px;
    font-weight: 600;
    font-size: 16px;

}

#seccion-footer #centrado .der .rutas {
    width: 100%;
    margin: 20px 0 0 7px;
}

#seccion-footer #centrado .der .rutas .text {
    font-size: 16px;
    color: white;
    font-weight: 400;
    margin-top: 15px;
}

/*Seccion seccion-footer*/






/*Celulares native*/
/*Celulares native*/
/*Celulares native*/
/*Celulares native*/
/*Celulares native*/
@media (max-width: 992px) {
    .d-flex {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        gap: 10px;
        align-content: center;
        justify-content: center;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 0px;
    }

    .navbar-brand {
        margin-left: 3%;
    }

    .navbar-toggler {
        margin-right: 3% !important;
    }

    .container-fluid {
        transition: 0;
    }

    .container-fluid .collapse {
        transition: 0;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .27);
        background: white;
        z-index: 99;
        margin-top: 8px;
    }

    .collapsing {
        transition: none;
    }

    .celular {
        display: block;
        height: max-content;
        object-position: left;
        object-fit: cover;
    }

    .computadora {
        display: none;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: max-content;
    }

    #carouselExampleInterval svg:hover {
        margin-left: 0px;
    }

    .carousel {
        position: relative;
        padding-top: 0px;
    }

    /*Seccion section-aliados*/
    .flex {
        display: flex;
        flex-direction: column;
    }

    #section-aliados .flex .left {
        width: 100%;
        height: max-content;
        padding: 0 20px;
        /* padding-left: 100px; */
        text-align: center;
    }

    #section-aliados .flex .left h3 {
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    #section-aliados .flex .left h4 {
        line-height: 20px;
        font-weight: 500;
        text-align: left;
        font-size: 16px;
    }

    #section-aliados .flex .right {
        width: 100%;
        height: max-content;
        padding-right: 0px;
    }

    /*Seccion section-aliados*/




    /*Seccion programas-aliados*/
    #programas-aliados .titulos {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    #programas-aliados .center {
        width: 100%;
        text-align: center;
        font-size: 35px;
        font-weight: 900;
        color: var(--azul);
        line-height: 40px;
        margin: 30px 0;
    }

    /*Seccion programas-aliados*/



    /*Seccion programas-recuadros*/
    #programas-recuadros .cuadro {
        gap: 10px;
        display: flex;
        width: 100%;
        height: max-content;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }

    #programas-recuadros .cuadro .card {
        width: auto;
        height: auto;
        border-radius: 30px;
        border: none;
        cursor: pointer;

    }

    #programas-recuadros .cuadro .bg {
        width: 350px;
        height: 350px;
        border-radius: 30px;
        border: none;
        cursor: pointer;
        background-size: cover;
    }

    /*Seccion programas-recuadros*/
    /*Seccion programas-section-topten*/

    /*Seccion programas-section-topten*/
    /*Seccion texto-capacidades*/
    #texto-capacidades .titulos {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
    }

    #texto-capacidades .center {
        margin: 30px 0;
    }

    #texto-capacidades .center {
        width: 100%;
        text-align: center;
        font-size: 35px;
        font-weight: 900;
        color: var(--azul);
        line-height: 40px;
        margin: 30px 0;
        margin: 30px 0;
    }

    /*Seccion texto-capacidades*/



    /*Seccion seccion-cursos*/
    #seccion-cursos .titulos {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    #seccion-cursos .disponibilidad {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 15px;
        background-color: var(--azul);
        font-family: "Lato", Sans-serif;
        font-size: 16px;
        font-weight: 600;
        border-style: solid;
        border-width: 2px;
        border-color: #fff;
        border-radius: 40px;
        padding: 10px 15px;
        color: white;
    }

    .category_list {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 25px;
        overflow: hidden;
        flex-wrap: wrap;
    }

    #seccion-cursos .center {
        width: 50%;
        text-align: center;
        font-size: 35px;
        font-weight: 900;
        color: var(--azul);
        width: 100%;
        text-align: center;
        font-size: 35px;
        font-weight: 900;
        color: var(--azul);
        line-height: 40px;
        margin: 30px 0;
    }

    /*Seccion seccion-cursos*/


    /*Seccion seccion-allcursos*/
    .wrap {
        /* max-width: 1100px; */
        width: 100% !important;
        margin: auto;
        margin-bottom: 0px;
        padding: 0 13px;
    }

    /*Seccion seccion-allcursos*/


    /*Seccion seccion-botones*/
    #seccion-botones {
        padding: 0 13px;
    }

    #seccion-botones .botones .btnok {
        cursor: pointer;
        color: white;
        background-color: var(--rojo);
        font-size: 16px;
        font-weight: 600;
        border-radius: 50px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
        padding: 10px 15px;
        text-align: center;
    }

    #seccion-botones .botones {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        gap: 10px;
    }

    /*Seccion seccion-botones*/


    /*Seccion seccion-botones*/
    #seccion-fondo {
        padding: 0 13px;
    }

    /*Seccion seccion-botones*/


    /*seccion-fondo*/
    #texto-asesores .titulos {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        color: var(--azul);
        line-height: 40px;
        margin: 30px 0;
    }

    #texto-asesores .center {
        width: 100%;
        text-align: center;
        font-size: 35px;
        font-weight: 900;
        color: var(--azul);
        line-height: 40px;
        margin: 30px 0;
    }

    /*seccion-fondo*/


    /*Seccion section-atencion*/
    #section-atencion {
        margin-bottom: 50px;
        padding: 0 13px;
    }

    #section-atencion .section {
        display: flex;
        height: max-content;
        flex-direction: column;
    }

    #section-atencion .section .izq {
        width: 100%;
    }

    #af-form-445973942,
    #af-form-445973942 .quirksMode {
        width: 100%;
        max-width: 100% !important;
    }

    #section-atencion .section .der {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        align-content: center;
        justify-content: center;
        gap: 20px;
        margin-top: 50px;
    }

    #section-atencion .section .der .recuadro {
        width: 170px;
        height: 170px;
        position: relative;
        overflow: hidden;
    }

    /*Seccion section-atencion*/

    /*Seccion seccion-footer*/
    #seccion-footer {
        margin-bottom: 0px;
        width: 100%;
        height: max-content;
        background-size: cover;
        background: var(--azul);
    }

    #seccion-footer #centrado {
        height: auto;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #seccion-footer #centrado .izq {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 25px;
    }

    #seccion-footer #centrado .center {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 25px;
    }

    #seccion-footer #centrado .der {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 25px;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    /*Seccion seccion-footer*/

    .tagtarjetas .tarjeta {
        width: 100%;
        height: auto;
        display: flex;
    }

    .tagtarjetas .tarjeta .der p {
        line-height: normal;
    }

    .tagtarjetas .tarjeta .der p {
        margin-bottom: 0rem !important;
    }

    .tagtarjetas {
        width: 100%;
        display: flex;
        gap: 15px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }


}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        position: fixed;
        z-index: 99;
        background: white;
    }

    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-direction: row;
        width: 70%;
        justify-content: space-evenly;
        margin-right: 0px !important;
        background: white;
        opacity: 1;
    }

}