footer {
    background: var(--blanco)
}
#UNO {
    width: 100%;
    margin: 10vh 0;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../imagenes/banner-cursos-abiertos.webp);
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom
}
#UNO>img {
    display: none
}
#UNO>h1 {
    font-size: 2.5em;
    color: #323232;
    font-weight: 900;
    margin-left: 15%;
    margin-bottom: 16px;
    line-height: 1.3
}
#UNO>h2 {
    font-size: 1.7em;
    color: #3d5cc1;
    font-weight: 700;
    margin-left: 15%;
    margin-bottom: 5vh;
    line-height: 1
}
#UNO>p:first-of-type {
    font-size: 1.2em;
    color: #2f96ff;
    font-weight: 500;
    margin-left: 15%;
    line-height: 1.3;
    margin-bottom: 1vh
}
#UNO>p {
    font-size: 1em;
    color: #323232;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-left: 15%
}
#UNO>p>br:last-of-type {
    display: none
}
#UNO>span {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-left: 15%;
    width: 20%;
    margin-bottom: 4vh
}
#UNO>span>i {
    width: 10vh;
    height: 10vh;
    background: url(../iconos/icono-evo-abiertos.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8%
}
#UNO>span>p {
    font-size: 1.2em;
    font-weight: 500;
    color: #323232
}
#DOS {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}
#DOS>div>p {
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
    width: 70%;
    text-align: center;
    color: var(--negro-cursos);
    margin-bottom: 2vh
}
#DOS>div>p>span {
    font-weight: 700
}
#DOS>div {
    width: 85%;
    display: flex
}
#DOS>div:first-of-type {
    width: 100%;
    justify-content: center
}
#DOS>div>div>div {
    display: flex;
    height: auto !important
}
#DOS>div>div>div>div {
    display: flex;
    flex-direction: column
}
#DOS>div>div>div>div:has(.cursos>a:nth-child(1):nth-last-child(1)) {
    width: 25%
}
#DOS>div>div>div>div:has(.cursos>a:nth-child(2):nth-last-child(1)) {
    width: 50%
}
#DOS>div>div>div>div:has(.cursos>a:nth-child(3):nth-last-child(1)) {
    width: 75%
}
#DOS>div>div>div>div:has(.cursos>a:nth-child(4):nth-last-child(1)) {
    width: 100%
}
#DOS>div>div>div>div>.titulo>h3 {
    margin: 2vw 0 1vw;
    color: #3d5cc1;
    text-align: center;
    font-weight: 700;
    font-size: 1.2em;
    min-height: 40px
}
#DOS>div>div>div>div>.cursos {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5vw
}
#DOS>div>div>div:last-of-type>div>.cursos {
    border-bottom: none
}
#DOS>div>div>div>div>.cursos>a {
    flex: 1 1 0;
    width: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 1vw 2.5vw;
    color: #323232;
    border-left: 1px solid #ddd
}
#DOS>div>div>div>div:first-of-type>.cursos>a:first-of-type {
    border-left: none
}
#DOS>div>div>div>div>.cursos>a:hover {
    background-color: #f9faff
}
#DOS>div>div>div>div>.cursos>a>div {
    display: flex;
    align-items: flex-start
}
#DOS>div>div>div>div>.cursos>a>div:first-of-type {
    min-height: 66px;
    align-items: flex-start
}
#DOS>div>div>div>div>.cursos>a>div:nth-of-type(2) {
    min-height: 46px;
    margin-bottom: 0.3vw
}
#DOS>div>div>div>div>.cursos>a>div:nth-of-type(2)>p {
    margin-top: 6px
}
#DOS>div>div>div>div>.cursos>a>div>img {
    width: 13%
}
#DOS>div>div>div>div>.cursos>a>div:first-of-type>img {
    width: 10%;
    margin: 1.5% 5px 0
}
#DOS>div>div>div>div>.cursos>a>div:last-of-type>img {
    width: 10%;
    margin: 0 1.5%
}
#DOS>div>div>div>div>.cursos>a>div:nth-of-type(3)>p {
    margin-top: 2px
}
#DOS>div>div>div>div>.cursos>a>div:first-of-type>p {
    font-size: .9em;
    font-weight: 500
}
#DOS>div>div>div>div>.cursos>a>div>p {
    font-size: .8em;
    font-weight: 500;
    margin-left: 1vw
}
#DOS>div>div>div>div>.cursos>a>div>p>span,
#DOS>div>div>div>div>.cursos>a>div>p>span>span {
    font-weight: 700
}
#DOS>div>div>div>div>.cursos>a>div:last-of-type>p>span {
    color: #2f96ff;
    font-weight: 500
}
#DOS>img:nth-of-type(1) {
    margin-bottom: 1vw
}
#membresias{
    width: 100%;
    display: flex;
    flex-direction: column;
}
#membresias>div{
    width: 100%;
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    background: url(../imagenes/background-membresias-cursos-abiertos.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#membresias>div>aside{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 15%;
}
#membresias>div>aside>span{
    font-size: 1.5em;
    font-style: italic;
    color: var(--negro-cursos);
    font-weight: 800;
    margin-bottom: 1vh;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    width: fit-content;
    padding: 0 2vh 0 1vh;
    margin-left: -1vh;
}
#membresias>div>aside>span::before{
    content: "";
    position: absolute;
    inset: 0;
    background: var(--blanco);
    transform: skewX(-20deg);
    z-index: -1;
}
#membresias>div>aside>p{
    font-size: 1.5em;
    color: #3d5cc1;
    font-weight: 700;
    margin-bottom: 1vh;
    line-height: 1.2;
}
#membresias>div>aside>h3{
    font-size: 2em;
    color: var(--negro-cursos);
    font-weight: 500;
    line-height: 1.3;
}
#membresias>div>aside>h3>span{
    font-weight: 800;
}
#carrusel-membresias{
    width: 65%;
    display: flex;
    padding: 0 5dvw 0 5dvw;
    margin-left: 5%;
    margin-top: 5vh;
}
#carrusel-membresias>div>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    background: url(../imagenes/background-carrusel-membresias.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right;
}
#carrusel-membresias>div>div>p{
    font-size: 1.2em;
    color: var(--negro-cursos);
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 2vh 0;
    background: linear-gradient(90deg,rgba(185, 201, 255, 1) 0%, rgba(229, 221, 209, 1) 100%);
}
#carrusel-membresias>div>#slide-mem1>div{
    width: 80%;
    margin: auto 0 auto 5%;
}
#carrusel-membresias>div>#slide-mem1>div>div{
    display: grid;
    grid-template-columns: 1.5fr 2fr 2fr;
}
#carrusel-membresias>div>#slide-mem1>div>.cursos-page{
    display: none;
}
#carrusel-membresias>div>#slide-mem1>div>div>div{
    padding: 2vh;
    height: auto;
    width: auto;
}
#carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(1),
#carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(2),
#carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(3){
    border-bottom: 1px solid #c5d5ea;
}
#carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(2),
#carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(5){
    border-left: 1px solid #c5d5ea;
    border-right: 1px solid #c5d5ea;
}
#carrusel-membresias>div>div>div>div>img,
#carrusel-membresias>div>#slide-mem1>div>div>div>img{
    width: 50px;
    height: 50px;
}
#carrusel-membresias>div>div>div>div>p,
#carrusel-membresias>div>#slide-mem1>div>div>div>p{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
}
#carrusel-membresias>div>#slide-mem1>div>div>div>p{
    font-size: 0.8em;
    line-height: 1.3;
}
#carrusel-membresias>div>#slide-mem2>div{
    width: 80%;
    margin: auto 0 auto 5%;
    display: flex;
    justify-content: space-between;
}
#carrusel-membresias>div>#slide-mem2>div>div{
    display: grid;
    grid-template-columns: 1.5fr 2fr;
}
#carrusel-membresias>div>#slide-mem2>div>div>div>ol{
    width: 100%;
}
#carrusel-membresias>div>#slide-mem2>div>div>div:last-of-type>ol{
    width: 100%;
    counter-reset: item 10;
}
#carrusel-membresias>div>#slide-mem2>div>div>div>ol {
    list-style: none;
    counter-reset: item;
}
#carrusel-membresias>div>#slide-mem2>div>div>div>ol li {
    counter-increment: item;
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.8em;
    color: var(--negro-cursos);
    font-weight: 500;
}
#carrusel-membresias>div>#slide-mem2>div>div>div>ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.8rem;
    width: 0.8rem;
    height: 0.8rem;
    color: #68b9fd;
    text-align: center;
    font-weight: bold;
}
#carrusel-membresias>div>#slide-mem3>div{
    width: 80%;
    margin: auto 0 auto 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#carrusel-membresias>div>#slide-mem3>div>p{
    font-size: 1em;
    font-weight: 700;
    color: var(--negro-cursos);
    margin: 2vh 0;
}
#carrusel-membresias>div>#slide-mem3>div>p>span{
    padding: 1vh;
}
#carrusel-membresias>div>#slide-mem3>div>div{
    display: flex;
}
#carrusel-membresias>div>#slide-mem3>div>div>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1vh 4vh;
}
#carrusel-membresias>div>#slide-mem3>div>div>div:nth-of-type(1){
    background: #475da2;
}
#carrusel-membresias>div>#slide-mem3>div>div>div:nth-of-type(2){
    background: var(--blanco);
}
#carrusel-membresias>div>#slide-mem3>div>div>div:nth-of-type(3){
    background: #e1f1ff;
}
#carrusel-membresias>div>#slide-mem3>div>div>div>p{
    font-size: 0.9em;
    font-weight: 500;
    color: #6077cc;
    padding: 0 1vh 0.5vh;
    margin-bottom: 1vh;
    border-bottom: 1px solid #e0e0e0;
}
#carrusel-membresias>div>#slide-mem3>div>div>div:first-of-type>p{
    color: #8bcafd;
    border-bottom: 1px solid #596ead;
}
#carrusel-membresias>div>#slide-mem3>div>div>div:last-of-type>p{
    border-bottom: 1px solid #b6d0e7;
}
#carrusel-membresias>div>#slide-mem3>div>div>div>span{
    font-size: 0.9em;
    font-weight: 500
    color var(--negro-cursos);
    margin-bottom: 0.5vh;
}
#carrusel-membresias>div>#slide-mem3>div>div>div:first-of-type>span{
    color: var(--blanco);
}

#carrusel-membresias>div>#slide-mem3>div>p>span:first-of-type{
    background: #bedbff;
}
#carrusel-membresias>div>#slide-mem3>div>p>span:last-of-type{
    background: #d7f5ff;
}
#carrusel-membresias>div>#slide-mem3>div>aside{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1vh 0;
}
#carrusel-membresias>div>#slide-mem3>div>aside>p{
    font-size: 0.7em;
    font-weight: 500;
    color: var(--negro-cursos);
    margin-bottom: 0.5vh;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
#carrusel-membresias>div>#slide-mem3>div>aside>p>span{
    background: #8bcafd;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    margin-right: 1vh;
}
#membresias>div>img{
    position: absolute;
    bottom: 0;
    right: 1%;
    width: 32dvw;
    z-index: 2;
    height: 40dvw;
}
#membresias>div>.membresias-prev {
    background-image: url(../iconos/arrow-pink-volver.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    left: 8dvw
}
#membresias>div>.membresias-prev.swiper-button-disabled{
    background-image: url(../iconos/arrow-gray-volver.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
#membresias>div>.membresias-next {
    background-image: url(../iconos/arrow-pink-siguiente.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    right: 29dvw
}
#membresias>div>.membresias-next.swiper-button-disabled{
    background-image: url(../iconos/arrow-gray-siguiente.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}
#membresias>div>.membresias-prev,
#membresias>div>.membresias-next{
    display: flex;
    top: 60%;
    width: 4dvw;
    height: 4dvw;
    z-index: 3;
}
#membresias>img:nth-of-type(1) {
    margin-top: 2vw
}
#membresias>img:nth-of-type(2) {
    display: none
}
#membresias>aside {
    width: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3vw 0
}
#membresias>aside>p {
    font-size: 1.5em;
    font-weight: 700;
    color: var(--negro-cursos);
    margin-bottom: 3vh
}
#membresias>aside>span {
    font-size: 1em;
    color: var(--blanco);
    font-weight: 400;
    text-align: center;
    background: #3d5cc1;
    border: 1px solid #3d5cc1;
    padding: 2vh 4vh;
    border-radius: 30px;
    cursor: pointer
}
#membresias>aside>span:hover {
    background: var(--blanco);
    border: 1px solid #3d5cc1;
    color: #3d5cc1
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none
}
#blog {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 45vh;
    margin: -6.5vh 0 25vh 0
}
#blog>aside {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 75%
}
#blog>aside>h3 {
    font-weight: 500;
    color: var(--celeste-segundo);
    font-size: 1em;
    margin-bottom: 2vh
}
#blog>aside>p {
    line-height: 1.5;
    color: var(--negro-cursos);
    font-weight: 400;
    text-align: center;
    font-size: .9em;
    width: 100%;
    padding: 0 0;
    padding-left: 0
}
#blog>aside>p:first-of-type {
    font-weight: 700;
    line-height: 1.25;
    font-size: 1.5em;
    margin-bottom: 2vh
}
#blog>div {
    width: 98%;
    padding-right: 2%
}
#blog>div>div>div {
    width: 31.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 3vh;
    height: 75vh;
    position: relative;
    border: 1px solid var(--gris-blog);
    border-radius: 20px
}
#blog>div>div>div>img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    aspect-ratio: 38/22;
    margin-bottom: 3vh
}
#blog>div>div>div>h4,
#blog>div>div>div>span {
    margin-bottom: 3vh;
    width: 90%;
    text-align: left;
    font-weight: 700;
    font-size: .9em;
    color: var(--negro-cursos);
    min-height: 10vh
}
#blog>div>div>div>p {
    margin-bottom: 3vh;
    font-weight: 400;
    font-size: .9em;
    line-height: 1.3;
    color: var(--negro-cursos);
    width: 90%
}
#blog>div>div>div>a,
#blog>a {
    text-decoration: none;
    background: var(--celeste-segundo);
    color: var(--blanco);
    font-size: 1em;
    font-weight: 500;
    border-radius: 30px;
    padding: 2vh 6vh;
    transition: all 0.2s ease;
    border: 1px solid var(--azul-segundo);
    position: absolute;
    bottom: 5%;
    cursor: pointer
}
#blog>.boton-aside {
    bottom: -12%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center
}
#blog>.boton-aside>a {
    text-decoration: none;
    background: var(--celeste-segundo);
    color: var(--blanco);
    font-size: 1em;
    font-weight: 500;
    border-radius: 30px;
    padding: 2vh 3vh;
    transition: all 0.2s ease;
    border: 1px solid var(--azul-segundo);
    cursor: pointer
}
#blog>div>a:hover,
#blog>a:hover,
#blog>.boton-aside>a:hover {
    background: var(--blanco);
    color: var(--azul-segundo)
}
#blog>.blog-next,
#blog>.blog-prev {
    display: none
}
#CINCO {
    width: 100%;
    padding: 5vh 0 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../imagenes/patron-formulario.webp);
    background-size: cover;
    background-repeat: no-repeat
}
#CINCO>div {
    width: 60%;
    background: var(--blanco);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1000
}
#CINCO>div>form {
    width: 100%;
    background: var(--blanco);
    justify-content: flex-start;
    z-index: 1000;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start
}
#CINCO>div>form>div {
    width: 50%;
    padding: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1000;
    margin: 0;
    align-items: flex-start;
    background: linear-gradient(0deg, rgba(64, 190, 247, 1) 60%, rgba(112, 127, 211, 1) 100%)
}
#CINCO>div>form>div>h3 {
    color: var(--blanco);
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 2vh
}
#CINCO>div>form>div>p {
    font-size: 0.8em;
    color: var(--blanco)
}
#CINCO>div>form>div>p:last-of-type {
    margin-bottom: 3vh
}
#CINCO>div>form>div>input {
    height: 15px;
    margin-bottom: 20px;
    border: 1px solid var(--blanco);
    border-radius: 20px;
    color: var(--negro-cursos);
    width: 70%;
    padding: 10px 8.5%;
    font-size: .8em;
    line-height: 1;
    outline: none;
    font-family: Redhatdisplay, sans-serif;
    font-weight: 500
}
#CINCO>div>form>div>input::placeholder {
    opacity: 0.8
}
#CINCO>div>form>div>input:focus,
#CINCO>div>form>div>input:hover {
    border: 1px solid var(--blanco);
    opacity: 1
}
#CINCO>div>form>div>input:focus::placeholder,
#CINCO>div>form>div>input:hover::placeholder {
    opacity: 1
}
#CINCO>div>form>div>aside {
    background: var(--blanco);
    width: 77%;
    height: 30px;
    padding: 2px 5%;
    border-radius: 20px;
    border: 1px solid var(--blanco);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.2s ease;
    position: relative
}
#CINCO>div>form>div>.selectabierto {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px
}
#CINCO>div>form>div>aside:hover {
    border: 1px solid var(--azul-tercero)
}
#CINCO>div>form>div>aside>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: var(--blanco);
    list-style: none;
    overflow: scroll;
    position: absolute;
    top: 100%;
    left: 0;
    height: 200px;
    padding: 0;
    z-index: 1100;
    overflow-x: hidden
}
#CINCO>div>form>div>aside>ul::-webkit-scrollbar {
    display: none
}
#CINCO>div>form>div>aside>ul>li {
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 10px 10.5%;
    width: 79%;
    font-size: .8em;
    text-align: left;
    color: var(--gris)
}
#CINCO>div>form>div>aside>ul>li:hover {
    background: #45b8f3;
    color: var(--blanco)
}
#CINCO>div>form>div>aside>p {
    font-size: .8em;
    color: var(--gris);
    text-align: left;
    padding-left: 4.5%;
    cursor: pointer;
    width: 85%;
    font-weight: 500;
    opacity: 0.8
}
#CINCO>div>form>div>aside>p:hover,
#CINCO>div>form>div>aside>p:focus,
#CINCO>div>form>div>aside>ul:hover+p {
    opacity: 1
}
#CINCO>div>form>div>aside>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    transform: rotate(90deg);
    cursor: pointer
}
#CINCO>div>form>div>aside>div>object {
    width: 40%;
    transition: all 0.2s ease;
    margin: 0px
}
#CINCO>div>form>div>aside>div>object:nth-of-type(1) {
    transform: rotate(90deg)
}
#CINCO>div>form>div>aside>div>object:nth-of-type(2) {
    transform: rotate(270deg)
}
#CINCO>div>form>div>aside>div:hover>object {
    color: var(--azul-segundo)
}
#CINCO>div>form>aside {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center
}
#CINCO>div>form>aside>img {
    width: 100%;
    margin-bottom: 10vh
}
#CINCO>div>form>aside>.radio-check {
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 4vh
}
#CINCO>div>form>aside>.radio-check>p {
    font-size: .8em;
    width: 100%;
    color: var(--negro-cursos);
    text-align: center
}
#CINCO>div>form>aside>.radio-check>div {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center
}
#CINCO>div>form>aside>.radio-check>div>input {
    display: none
}
#CINCO>div>form>aside>.radio-check>div>label {
    color: var(--negro-cursos);
    padding: 5px 10px 5px 5px;
    position: relative;
    font-size: .8em;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center
}
#CINCO>div>form>aside>.radio-check>div>label::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: none;
    border: 3px solid #747475;
    display: inline-block;
    margin-right: 0.5vh
}
#CINCO>div>form>aside>.radio-check>div>input:checked+label::before {
    background: #747475
}
#CINCO>div>form>aside>span {
    font-weight: 500;
    font-size: 0.65em;
    color: var(--rojo-fuerte);
    align-self: flex-start;
    margin-left: 5%;
    margin-bottom: 2vh
}
#CINCO>div>form>aside>#envio {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column
}
#CINCO>div>form>aside>#envio>input[type="submit"] {
    position: relative;
    margin-bottom: 0px;
    width: 30%;
    padding: 1.5vh 0;
    border: 2px solid var(--celeste);
    border-radius: 100px;
    transition: all 0.2s ease;
    color: var(--blanco);
    background: var(--celeste);
    font-weight: 500;
    font-size: .8em;
    letter-spacing: 2px;
    height: auto;
    text-transform: uppercase;
    cursor: pointer
}
#CINCO>div>form>aside>#envio>input[type="submit"]:hover {
    background: var(--blanco);
    color: var(--celeste)
}
#CINCO>div>form>aside>#envio>p {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: .8em;
    color: var(--negro-cursos);
    margin-bottom: 4vh
}
#CINCO>div>form>aside>#envio>p>a {
    color: var(--negro-cursos);
    font-weight: 700
}
@media screen and (min-aspect-ratio: 5/4) and (max-aspect-ratio: 4/3) and (min-width: 1000px) {
    #UNO {
        height: 45vh
    }
}
@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 3/2) and (min-width: 1000px) {
    #UNO {
        height: 50vh
    }
}
@media screen and (min-aspect-ratio: 3/2) and (max-aspect-ratio: 17/10) and (min-width: 1000px) {
    #UNO {
        height: 60vh
    }
}
@media screen and (min-aspect-ratio: 17/10) and (max-aspect-ratio: 16/9) and (min-width: 1000px) {
    #UNO {
        height: 65vh
    }
}
@media screen and (max-width: 1230px) {
    #DOS>div {
        width: 100%
    }
}
@media screen and (max-width: 768px) {
    #UNO {
        margin: 12vh 0 6vh 0;
        padding: 5vh 0 0 0;
        justify-content: flex-start;
        align-items: center;
        height: 90vh;
        background: url(../imagenes/banner-cursos-abiertos-movil.webp);
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        background-position: bottom
    }
    #UNO>img {
        display: flex;
        width: 100%;
        margin-bottom: 5vh
    }
    #UNO>h1 {
        font-size: 2em;
        text-align: center;
        margin-bottom: 2vh;
        margin-left: 0
    }
    #UNO>h2 {
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 2vh;
        margin-left: 0
    }
    #UNO>p {
        font-size: 1em;
        font-weight: 500;
        width: 90%;
        text-align: center;
        margin-bottom: 0;
        margin-left: 0
    }
    #UNO>p:first-of-type {
        font-size: 1.5em;
        position: initial;
        margin-left: 0
    }
    #UNO>p>br:last-of-type {
        display: initial
    }
    #UNO>span {
        width: 70%;
        margin-left: 0;
        justify-content: center;
        margin-bottom: 2.5vh
    }
    #UNO>span>i {
        width: 6.5vh;
        height: 6.5vh
    }
    #UNO>span>p {
        font-size: 1.4em
    }
    #DOS>div {
        width: 75%
    }
    #DOS>div>.carrusel-prev {
        background-image: url(https://idesaa.edu.mx/iconos/icono-izquierda.svg);
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat;
        left: 20vw
    }
    #DOS>div>.carrusel-next {
        background-image: url(https://idesaa.edu.mx/iconos/icono-derecha.svg);
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat;
        right: 20vw
    }
    #DOS>div>.carrusel-prev,
    #DOS>div>.carrusel-next {
        display: flex;
        top: 3%;
        width: 5vh;
        height: 5vh
    }
    #DOS>div>p {
        width: 85%;
        margin-bottom: 5vh
    }
    #DOS>div>p>span {
        font-weight: 700
    }
    #DOS>div>div>div>div>.cursos,
    #DOS>div>div>div {
        flex-direction: column
    }
    #DOS>div>div>div>div>.cursos>a {
        margin-bottom: 5vw
    }
    #DOS>div>div>div>div>.titulo>h3 {
        min-height: unset;
        margin-top: 5vw
    }
    #DOS>div>div>div>div:first-of-type>.titulo>h3 {
        margin-top: 0
    }
    #DOS>div>div>div>div:has(.cursos>a:nth-child(1):nth-last-child(1)),
    #DOS>div>div>div>div:has(.cursos>a:nth-child(2):nth-last-child(1)),
    #DOS>div>div>div>div:has(.cursos>a:nth-child(3):nth-last-child(1)),
    #DOS>div>div>div>div:has(.cursos>a:nth-child(4):nth-last-child(1)),
    #DOS>div>div>div>div>.cursos>a {
        width: auto
    }
    #DOS>div>div>div>div>.cursos {
        border-bottom: none
    }
    #DOS>div>div>div>div>.cursos>a,
    #DOS>div>div>div>div {
        border-left: none;
        border-right: none !important;
        border-bottom: none;
        border-top: 1px solid #e6e6e6
    }
    #DOS>div>div>div>div>.cursos>a:first-of-type,
    #DOS>div>div>div>div:first-of-type {
        border-top: none;
        border-right: none !important
    }
    #DOS>div>div>div>div>.cursos>a>div,
    #DOS>div>div>div>div>.cursos>a>div:first-of-type {
        align-items: center
    }
    #DOS>div>div>div>div>.cursos>a>div>p {
        margin-left: 4vw
    }
    #DOS>div>div>div>div>.cursos>a>div>img {
        width: 9%
    }
    #DOS>div>div>div>div>.cursos>a>div:last-of-type>img {
        width: 8%;
        margin: 0 .5%
    }
    #DOS>div>div>div>div>.cursos>a>div:first-of-type>img {
        margin-top: 0
    }
    #DOS>img:nth-of-type(3) {
        display: unset
    }
    #DOS>img:first-of-type,
    #DOS>img:nth-of-type(2) {
        display: none
    }
    #membresias>div{
        align-items: center;
        background: url(../imagenes/background-membresias-cursos-abiertos-movil.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        position: relative;
        padding-bottom: 0;
    }
    #membresias>div>img{
        display: flex;
        position: initial;
        width: 100%;
        height: 100%;
        margin-top: 5vh;
    }
    #membresias>div>aside{
        width: 90%;
        margin-left: 0;
        align-items: center;
    }
    #membresias>div>aside>span,
    #membresias>div>aside>p,
    #membresias>div>aside>h3{
        text-align: center;
    }
    #carrusel-membresias{
        width: 90%;
        padding: 0;
    }
    #carrusel-membresias>div>div{
        align-items: center;
        background: url(../imagenes/background-carrusel-membresias-movil.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }
    #carrusel-membresias>div>div>p{
        font-size: 1.2em;
    }
    #carrusel-membresias>div>#slide-mem1>div{
        margin: auto 0;
        padding: 5vh 0;
    }
    #carrusel-membresias>div>#slide-mem1>div>div{
        display: flex;
    }
    #carrusel-membresias>div>#slide-mem1>div>.cursos-page{
        display: flex;
        justify-content: center;
    }
    #carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(1), 
    #carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(2), 
    #carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(3),
    #carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(4),
    #carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(5), 
    #carrusel-membresias>div>#slide-mem1>div>div>div:nth-of-type(6){
        border: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    #carrusel-membresias>div>#slide-mem1>div>div>div>img{
        width: 100px;
        height: 100px;
        margin-bottom: 2vh;
    }
    #carrusel-membresias>div>div>div>div>p,
    #carrusel-membresias>div>#slide-mem1>div>div>div>p{
        text-align: center;
    }
    #carrusel-membresias>div>#slide-mem2>div{
        flex-direction: column;
        margin: auto 0;
        padding: 0 0 5vh;
    }
    #carrusel-membresias>div>#slide-mem2>div>div{
        display: flex;
    }
    #carrusel-membresias>div>#slide-mem2>div>div.swiper-pagination{
        justify-content: center;
    }
    #carrusel-membresias>div>#slide-mem2>div>div>div>ol,
    #carrusel-membresias>div>#slide-mem2>div>div>div>ol:last-of-type{
        width: 100%;
    }
    #carrusel-membresias>div>#slide-mem3>div{
        width: 90%;
        align-items: center;
        margin: 1vh 0 2vh;
    }
    #carrusel-membresias>div>#slide-mem3>div>p{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    #carrusel-membresias>div>#slide-mem3>div>div>div{
        padding: 1vh 2vh;
    }
    #carrusel-membresias>div>#slide-mem3>div>div>div>p,
    #carrusel-membresias>div>#slide-mem3>div>div>div>span{
        text-align: center;
        margin-bottom: 1vh;
    }
    #carrusel-membresias>div>#slide-mem3>div>aside>p{
        align-items: baseline;
        line-height: 1.2;
    }
    #membresias>div>.membresias-prev, 
    #membresias>div>.membresias-next{
        top: 50%;
        width: 10dvw;
        height: 10dvw;
    }
    #membresias>div>.membresias-prev{
        left: 0;
    }
    #membresias>div>.membresias-next{
        right: 0;
    }
    #membresias>aside>p {
        font-size: .8em;
        text-align: center
    }
    #membresias>aside>span {
        font-size: .8em;
        padding: 1.25vh 3vh
    }
    #membresias>img:nth-of-type(1){
        display: none;
    }
    #membresias>img:nth-of-type(2){
        display: flex;
    }
    #DOS>div:nth-of-type(2) {
        flex-direction: column;
        padding-top: 10vh
    }
    #membresias>aside {
        padding: 4vh 0
    }
    #blog {
        width: 90%;
        flex-direction: column;
        padding-top: 0;
        margin: 0 0 10vh 0
    }
    #blog>aside {
        position: initial;
        margin-top: 5vh
    }
    #blog>aside>h3 {
        font-weight: 500;
        color: var(--celeste-segundo);
        font-size: 1em;
        margin-bottom: 2vh;
        width: 95%;
        text-align: center;
        line-height: 1.2
    }
    #blog>aside>p {
        width: 90%;
        line-height: 1.25;
        color: var(--negro-cursos);
        font-weight: 400;
        text-align: center;
        font-size: .7em;
        margin-bottom: 6vh
    }
    #blog>aside>p:first-of-type {
        font-size: 1.2em;
        font-weight: 700;
        margin-bottom: 2vh
    }
    #blog>div {
        width: 95%
    }
    #blog>div>div>div>a {
        text-align: center;
        text-decoration: none;
        color: var(--celeste-segundo);
        border-radius: 30px;
        padding: 1.5vh 6vh;
        font-size: 1em;
        background: none;
        transition: all 0.2s ease;
        font-weight: 500;
        margin-bottom: 3.6vh;
        border: 1px solid #d3d3d3;
        position: absolute;
        bottom: 2%;
        box-shadow: 0 5px 5px 0 rgba(238, 240, 241, 1)
    }
    #blog>.boton-aside {
        margin-top: 20vh
    }
    #blog>.blog-next,
    #blog>.blog-prev {
        display: flex;
        top: 87%;
        width: 7vh;
        height: 7vh
    }
    #blog>.blog-next:after,
    #blog>.blog-prev:after {
        content: none
    }
    #blog>.blog-prev {
        background-image: url('https://idesaa.edu.mx/iconos/icono-izquierda.svg');
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat;
        left: 25vw
    }
    #blog>.blog-next {
        background-image: url('https://idesaa.edu.mx/iconos/icono-derecha.svg');
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat;
        right: 25vw
    }
    #blog>.blog-next.swiper-button-disabled {
        background-image: url(https://idesaa.edu.mx/iconos/icono-derecha-gris.svg);
        opacity: 1
    }
    #blog>.blog-prev.swiper-button-disabled {
        background-image: url(https://idesaa.edu.mx/iconos/icono-izquierda-gris.svg);
        opacity: 1
    }
    #CINCO {
        width: 100%;
        padding: 5vh 0 5vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background: url(https://idesaa.edu.mx/imagenes/patron-formulario-movil.webp);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat
    }
    #CINCO>div {
        width: 90%;
        background: var(--blanco);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 1000;
        border-radius: 20px
    }
    #CINCO>div>form {
        width: 100%;
        background: var(--blanco);
        justify-content: flex-start;
        z-index: 1000;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px
    }
    #CINCO>div>form>div {
        width: 85%;
        padding: 7.5% 7.5% 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 1000;
        margin: 0;
        align-items: flex-start;
        background: var(--blanco);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }
    #CINCO>div>form>div>h3 {
        color: #203170;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 2vh
    }
    #CINCO>div>form>div>p {
        font-size: 0.9em;
        color: #323232;
        margin-bottom: 1vh;
        text-align: left;
        line-height: 1
    }
    #CINCO>div>form>div>p:last-of-type {
        margin-bottom: 3vh
    }
    #CINCO>div>form>div>input {
        height: 15px;
        margin-bottom: 20px;
        border: 1px solid var(--blanco);
        border-radius: 20px;
        color: var(--negro-cursos);
        width: 80%;
        padding: 10px 8.5%;
        font-size: .8em;
        line-height: 1;
        outline: none;
        font-family: Redhatdisplay, sans-serif;
        font-weight: 500;
        background: var(--fondo-gris)
    }
    #CINCO>div>form>div>input:focus {
        border: 1px solid var(--blanco)
    }
    #CINCO>div>form>div>aside {
        background: var(--fondo-gris);
        width: 87%;
        height: 30px;
        padding: 2px 5%;
        border-radius: 20px;
        border: 1px solid var(--blanco);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        transition: all 0.2s ease;
        position: relative
    }
    #CINCO>div>form>div>.selectabierto {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px
    }
    #CINCO>div>form>div>aside:hover {
        border: 1px solid var(--azul-tercero)
    }
    #CINCO>div>form>div>aside>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        background: var(--blanco);
        list-style: none;
        overflow: scroll;
        position: absolute;
        top: 100%;
        left: 0;
        height: 200px;
        padding: 0;
        z-index: 1100;
        overflow-x: hidden
    }
    #CINCO>div>form>div>aside>ul::-webkit-scrollbar {
        display: none
    }
    #CINCO>div>form>div>aside>ul>li {
        cursor: pointer;
        transition: all 0.2s ease;
        padding: 10px 10.5%;
        width: 79%;
        font-size: .8em;
        text-align: left;
        color: var(--gris)
    }
    #CINCO>div>form>div>aside>ul>li:hover {
        background: #45b8f3;
        color: var(--blanco)
    }
    #CINCO>div>form>div>aside>p {
        font-size: .8em;
        color: var(--gris);
        text-align: left;
        padding-left: 4.5%;
        cursor: pointer;
        width: 85%;
        font-weight: 500
    }
    #CINCO>div>form>div>aside>div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10%;
        transform: rotate(90deg);
        cursor: pointer
    }
    #CINCO>div>form>div>aside>div>object {
        width: 40%;
        transition: all 0.2s ease;
        margin: 0px
    }
    #CINCO>div>form>div>aside>div>object:nth-of-type(1) {
        transform: rotate(90deg)
    }
    #CINCO>div>form>div>aside>div>object:nth-of-type(2) {
        transform: rotate(270deg)
    }
    #CINCO>div>form>div>aside>div:hover>object {
        color: var(--azul-segundo)
    }
    #CINCO>div>form>aside {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center
    }
    #CINCO>div>form>aside>img {
        display: none
    }
    #CINCO>div>form>aside>.radio-check {
        flex-direction: column;
        display: flex;
        width: 100%;
        align-items: center;
        margin: 2vh 0
    }
    #CINCO>div>form>aside>.radio-check>p {
        font-size: .7em;
        width: 100%;
        color: var(--negro-cursos);
        text-align: center
    }
    #CINCO>div>form>aside>.radio-check>div {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: row
    }
    #CINCO>div>form>aside>.radio-check>div>input {
        display: none
    }
    #CINCO>div>form>aside>.radio-check>div>label {
        color: var(--negro-cursos);
        padding: 5px;
        position: relative;
        font-size: .7em;
        white-space: nowrap;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center
    }
    #CINCO>div>form>aside>.radio-check>div>label::before {
        content: "";
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: none;
        border: 3px solid #747475;
        display: inline-block;
        margin-right: 0.5vh
    }
    #CINCO>div>form>aside>.radio-check>div>input:checked+label::before {
        background: #747475
    }
    #CINCO>div>form>aside>span {
        font-weight: 500;
        font-size: 0.65em;
        color: var(--rojo-fuerte);
        align-self: flex-start;
        margin-left: 5%;
        margin-bottom: 2vh
    }
    #CINCO>div>form>aside>#envio {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column
    }
    #CINCO>div>form>aside>#envio>input[type="submit"] {
        position: relative;
        margin-bottom: 0px;
        width: 30%;
        padding: 1.5vh 0;
        border: 2px solid var(--celeste);
        border-radius: 100px;
        transition: all 0.2s ease;
        color: var(--blanco);
        background: var(--celeste);
        font-weight: 500;
        font-size: .7em;
        letter-spacing: 2px;
        height: auto;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 4vh
    }
    #CINCO>div>form>aside>#envio>input[type="submit"]:hover {
        background: var(--blanco);
        color: var(--celeste)
    }
    #CINCO>div>form>aside>#envio>p {
        width: 70%;
        text-align: center;
        font-weight: 500;
        font-size: .7em;
        color: var(--negro-cursos);
        margin-bottom: 2vh
    }
    #CINCO>div>form>aside>#envio>p>a {
        color: var(--negro-cursos);
        font-weight: 700
    }
}
@media screen and (max-aspect-ratio: 2/3) and (min-aspect-ratio: 3/5) and (max-width: 750px) {
    #DOS>div>div>div>img {
        width: 6%
    }
}