footer {
    background: var(--blanco)
}
#UNO {
    width: 100%;
    margin: 12vh 0 8vh;
    height: 75vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../imagenes/banner-formacion-profesional.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.2;
}
#UNO>h2 {
    font-size: 1.7em;
    font-style: italic;
    color: #5b7bff;
    font-weight: 500;
    margin-left: 15%;
    margin-bottom: 4vh;
    line-height: 1
}
#UNO>p:first-of-type {
    font-size: 1.2em;
    color: var(--blanco);
    background: linear-gradient(90deg,rgba(74, 137, 255, 1) 0%, rgba(82, 225, 255, 1) 100%);
    padding: 1vh 5vh;
    font-weight: 500;
    margin-left: 15%;
    line-height: 1.3;
    margin-bottom: 4vh;
    font-style: italic;
    width: fit-content;
    border-radius: 30px;
}
#UNO>p {
    font-size: 0.9em;
    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: 2vh
}
#UNO>span>i {
    width: 6vh;
    height: 6vh;
    background: url(../iconos/icono-evo-formacion-profesional-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5%
}
#UNO>span>p {
    font-size: 1.2em;
    font-weight: 500;
    color: #323232;
    font-style: italic;
}
#modal-ca{
    width: 15%;
    position: fixed;
    top: 50vh;
    left: 0;
    z-index: 10000;
}
#modal-ca>div{
    width: 100%;
    display: flex;
    position: relative;
    left: -20%;
    z-index: 1;
    opacity: 1;
    transition: all 0.5s ease;
    bottom: 0;
}
#modal-ca>.pop-hidden{
    opacity: 0;
}
#modal-ca>div>img{
    width: 120%;
    cursor: pointer;
}
#modal-ca>aside{
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: -700px;
    height: 300px;
    width: 600px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: left 0.5s ease;
}
#modal-ca>aside::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url(../imagenes/poopup-cursos-abiertos-fondo-open.webp);
    background-size: cover;
    background-position: 40%;
    opacity: 0.97;
    z-index: -1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
#modal-ca>aside.abierto{
    left: 0;
}
#modal-ca>aside>i{
    background: url(../iconos/popup-cursos-abiertos-btn-close.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 85px;
    right: 1.5vh;
    width: 3vh;
    height: 4vh;
    cursor: pointer;
}
#modal-ca>aside>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 42%;
    margin-right: 5%;
    margin-bottom: 4vh;
}
#modal-ca>aside>div>p{
    font-size: 1.7em;
    font-weight: 700;
    text-align: center;
    color: var(--negro-cursos);
    line-height: 1;
    margin-bottom: 2vh;
}
#modal-ca>aside>div>span{
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    text-align: center;
}
#modal-ca>aside>div>div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 2vh;
}
#modal-ca>aside>div>div>button{
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
    width: 60%;
    color: var(--blanco);
    background: #2c56cd;
    border: none;
    min-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-family: Redhatdisplay, sans-serif;
}
#modal-ca>aside>div>div>a:hover,
#modal-ca>aside>div>div>button:hover{
    background: #1462e5;
}
#DOS {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5vh;
}
#DOS>div>p {
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
    width: 45%;
    text-align: center;
    color: var(--negro-cursos);
    margin-bottom: 2vh
}
#DOS>div>p:first-of-type{
    font-size: 2em;
}
#DOS>div>p>span {
    font-weight: 700
}
#DOS>div {
    width: 65%;
    display: flex
}
#DOS>div:first-of-type {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#DOS>div>div>div {
    display: flex;
    height: auto !important;
    flex-direction: column;
}
#DOS>div>div>div>div {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#DOS>div>div>div>div:has(.cursos>a:nth-child(1):nth-last-child(1)) {
    width: 100%
}
#DOS>div>div>div>div:has(.cursos>a:nth-child(2):nth-last-child(1)) {
    width: 100%
}
#DOS>div>div>div>div:has(.cursos>a:nth-child(3):nth-last-child(1)) {
    width: 100%
}
#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: 1vw 0;
    color: #3d5cc1;
    text-align: left;
    font-weight: 700;
    font-size: 1.2em;
}
#DOS>div>div>div>div>.cursos {
    display: flex;
    padding-bottom: 1.5vw;
    flex-direction: column;
}
#DOS>div>div>div>div>.cursos>a {
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: #323232;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-top: 2px solid var(--fondo-gris);
}
#DOS>div>div>div>div>.cursos>a:last-of-type{
    border-bottom: 2px solid var(--fondo-gris);
}
#DOS>div>div>div>div>.cursos>a:hover {
    background-color: #f9faff
}
#DOS>div>div>div>div>.cursos>a>div {
    display: flex;
    align-items: center;
    width: 20%;
}
#DOS>div>div>div>div>.cursos>a>div:first-of-type {
    width: 45%;
    border-right: 2px solid var(--fondo-gris);
}
#DOS>div>div>div>div>.cursos>a>div:nth-of-type(2) {
    width: 30%;
}
#DOS>div>div>div>div>.cursos>a>div>img {
    width: 20px;
    height: 20px;
}
#DOS>div>div>div>div>.cursos>a>div:first-of-type>img {
    width: 15px;
    height: 15px;
}
#DOS>div>div>div>div>.cursos>a>div:last-of-type>img {
    width: 15px;
    height: 15px;
}
#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
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none
}
#TRES{
    width: 100%;
    background: url(../imagenes/banner-membresia-formacion-profesional.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 13vh 0 13vh;
}
#TRES>div{
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-right: 15%;
}
#TRES>div>p{
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    margin-bottom: 5vh;
    line-height: 1.2;
    width: 100%;
}
#TRES>div>p:last-of-type{
    white-space: nowrap;
}
#TRES>div>p:first-of-type{
    font-size: 1.5em;
}
#TRES>div>p>span{
    color: #1da2ff;
    font-weight: 700;
}
#TRES>div>h2{
    font-size: 2.5em;
    color: var(--negro-cursos);
    font-weight: 800;
    line-height: 1;
    margin-bottom: 1vh;
}
#TRES>div>span{
    font-size: 1em;
    font-weight: 600;
    color: var(--negro-cursos);
    font-style: italic;
}
#TRES>div>ul{
    margin: 3vh 0 3vh 4%;
}
#TRES>div>ul>li{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    margin-bottom: 1vh;
}
#TRES>div>ul>li::marker{
    color: #9cefff;
}
#TRES>div>button{
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 600;
    width: fit-content;
    background: #c3e6ff;
    padding: 1vh 5vh;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}
#TRES>p{
    font-size: 0.7em;
    color: var(--negro-cursos);
    font-weight: 500;
    position: absolute;
    bottom: 5vh;
    left: 35%;
    line-height: 1.2;
}
#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 10vh 0;
        justify-content: flex-start;
        align-items: center;
        height: 90vh;
        background: url(../imagenes/banner-formacion-profesional-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
    }
    #modal-ca{
        width: 45%;
        margin-top: -10vw;
    }
    #modal-ca>div{
        height: 22vh;
        left: -10vh;
        background: url(../imagenes/poopup-cursos-abiertos-fondo-close-movil.webp);
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #modal-ca>div>img{
        display: none;
    }
    #modal-ca>aside{
        top: -18vh;
        left: -100vw;
        width: 95vw;
        border-radius: 25px;
        justify-content: center;
        align-items: flex-end;
        height: 60vh;
    }
    #modal-ca>aside::before{
        content: "";
        position: absolute;
        inset: 0;
        background: url(../imagenes/poopup-cursos-abiertos-fondo-open-movil.webp);
        background-size: cover;
        background-position: center;
        opacity: 0.95;
        z-index: -1;
        border-radius: 25px;
    }
    #modal-ca>aside>i{
        top: 30.5vh;
    }
    #modal-ca>aside.abierto{
        left: 2.5vw;
    }
    #modal-ca>aside>div{
        width: 80%;
        margin-right: 0;
        margin-bottom: 3vh;
    }
    #modal-ca>aside>div>div>button{
        min-height: 2.5em;
        border-radius: 10px;
    }
    #modal-ca>aside>img{
        display: none;
    }
    #DOS>div {
        width: 75%
    }
    #DOS>#swiper-abiertos{
        padding-top: 7vh;
    }
    #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: 2vh;
        flex-direction: column;
    }
    #DOS>div>div>div>div>.titulo>h3 {
        min-height: unset;
        margin-bottom: 2vh;
        text-align: center;
    }
    #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;
        padding-top: 2vh;
    }
    #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:last-of-type{
        border-bottom: none;
    }
    #DOS>div>div>div>div>.cursos>a>div,
    #DOS>div>div>div>div>.cursos>a>div:first-of-type,
    #DOS>div>div>div>div>.cursos>a>div:nth-of-type(2){
        align-items: center;
        justify-content: center;
        width: 100%;
        border: none;
    }
    #DOS>div>div>div>div>.cursos>a>div:nth-of-type(2){
        margin: 1vh 0;
    }
    #DOS>div>div>div>div>.cursos>a>div>p {
        margin-left: 0;
        text-align: center;
    }
    #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 {
        display: none;
    }
    #DOS>img:nth-of-type(3) {
        display: unset
    }
    #DOS>img:first-of-type,
    #DOS>img:nth-of-type(2) {
        display: none
    }
    #TRES{
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        padding: 5vh 0 65vh;
        background: url(../imagenes/banner-membresia-formacion-profesional-movil.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    #TRES>div{
        width: 90%;
        margin-right: 0;
    }
    #TRES>p{
        bottom: 35vh;
        left: 60%;
        width: 38%;
        line-height: 1.4;
    }
    #TRES>div>p:last-of-type{
        white-space: normal;
    }
    #TRES>div>p>br{
        display: none;
    }
    #TRES>div>p>span{
        display: flex;
        margin-top: 1vh;
    }
    #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%
    }
}