#UNO{
    width: 100%;
    height: 70vh;
    margin-top: 12vh;
    background: url(../imagenes/banner-capacitacion-medida.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}

#UNO>h1{
    font-size: 2.5em;
    font-weight: 700;
    color: var(--blanco);
    margin-left: 15%;
    line-height: 1.2;
}

#UNO>img{
    display: none;
}

#DOS{
    width: 100%;
    background: url(../imagenes/fondo-gris-medida.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 10vh 0 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#DOS>p{
    font-size: 2em;
    color: var(--negro-cursos);
    font-weight: 700;
    text-align: center;
    width: 60%;
    margin-bottom: 3vh;
    line-height: 1.2;
}
#DOS>i{
    display: flex;
    width: 50px;
    height: 10px;
    background: #709aff;
}

#DOS>div{
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #b2bbcc;
    border-radius: 25px;
    margin-top: 10vh;
    position: relative;
}
#DOS>div>span{
    width: 2px;
    background: #b2bbcc;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 60%;
}
#DOS>div>i{
    width: 2px;
    background: #e4e9f4;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 30%;
    margin-right: -1px;
}
#DOS>div>aside{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    position: sticky;
    top: 13vh;
}
#sticky.stopped {
    position: fixed;
    width: 70%;
}
#DOS>div>aside>aside{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6vh 0 8vh;
    background: linear-gradient(to right, #9df7ff, #52b3d9, #5295d9);
    border-bottom: 2px solid #b2bbcc;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}
#sticky aside.stopped-aside{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#DOS>div>aside>aside>h2{
    font-size: 1.5em;
    font-weight: 600;
    color: var(--blanco);
    text-align: center;
}
#DOS>div>div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f7faff;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}
#DOS>div>aside>.contenedor-1{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: #f7faff;
}
#DOS>div>aside>.contenedor-1>aside{
    width: 60%;
    display: flex;
    border-left: 2px solid #b2bbcc;
    background: #f7faff
;
}
#DOS>div>aside>.contenedor-1>aside>div{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #587fff;
    position: relative;
    padding: 4vh 0 2vh;
}
#DOS>div>aside>.contenedor-1>aside>div:last-of-type{
    background: #7342c7;
}

#DOS>div>aside>.contenedor-1>aside>div>img{
    position: absolute;
    top: 0;
    margin-top: -7.5%;
    z-index: 3;
}
#DOS>div>aside>.contenedor-1>aside>div>h3{
    font-size: 1em;
    color: var(--blanco);
    font-weight: 700;
}

#carrusel-medida{
    width: 100%;
    background: linear-gradient(90deg,rgba(247, 250, 255, 1) 40%, rgba(255, 255, 255, 1) 40%);
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
}
#carrusel-medida>.div-esc{
    display: flex;
    flex-direction: column;
}
#carrusel-medida>div>div{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 1vh;
    margin-bottom: 2vh;
}
#carrusel-medida>div>div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 21%;
    transform: translateX(-50%); /* centra la línea */
    width: 32%; /* el borde ocupa el 30% del ancho */
    border-bottom: 2px solid #b2bbcc; /* grosor y color del borde */
}
#carrusel-medida>div>div:last-of-type:after{
    content: none;
}
#carrusel-medida>div>div>div{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#carrusel-medida>div>div>div>div{
    width: 35%;
    display: flex;
    flex-direction: column;
    margin-bottom: 2vh;
}
#carrusel-medida>div>div>div>div>h4{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    transition: all 1.5s ease;
}
#carrusel-medida>div>div>div>.seleccion-titulo>h4{
    cursor:pointer;
}
#carrusel-medida>div>div>div>div>h4>i{
    background: url(../iconos/boton-circulo-reposo-gris.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -11%;
}
#carrusel-medida>div>div>div>.seleccion-titulo-activo>h4>i{
    background: url(../iconos/boton-circulo-hover-azul.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    box-shadow: none;
}
#carrusel-medida>div>div>div>div>h4>p{
    font-size: 0.9rem;
    width: 90%;
    font-weight: 700;
    color: var(--negro-cursos);
    line-height: 1.4;
}
#carrusel-medida>div>div>div>div>h4>p>span{
    color: #4362c6;
}
#carrusel-medida>div>div>div>.seleccion-titulo>span{
    display: block;
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    width: 90%;
    margin-right: 10%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}
#carrusel-medida>div>div>div>.seleccion-titulo-activo>span{
    max-height: 200px;
    opacity: 1;
    transition: max-height 0.6s ease, opacity 0.5s ease 0.2s;
}
#carrusel-medida>div>div>div>.seleccion{
    align-items: flex-end;
}
#carrusel-medida>div>div>div>.seleccion>p{
    width: 80%;
    margin-right: 10%;
    position: relative;
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 700;
    height: 1.5em;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#carrusel-medida>div>div>div>.seleccion>p>i{
    position: absolute;
    background: url(../iconos/boton-reposo-blanco.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 1.5em;
    height: 1.5em;
    left: -12.5%;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
}
#carrusel-medida>div>div>div>.seleccion-activa>p>i{
    background: url(../iconos/boton-hover-celeste.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    box-shadow: none;
}
#carrusel-medida>div>div>div>.seleccion>span{
    display: block;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    width: 80%;
    margin-right: 10%;
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}
#carrusel-medida>div>div>div>.seleccion-activa>span{
    max-height: 200px;
    opacity: 1;
    transition: max-height 0.6s ease, opacity 0.5s ease 0.2s;
}
#carrusel-medida>div>div>div>aside{
    width: 60%;
    display: flex;
    justify-content: center;
}
#carrusel-medida>div>div>div>aside>div{
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #e4e9f4;
    padding: 1vh 0;
}
#carrusel-medida>div>div:last-of-type>div:last-of-type>aside>div{
    border-bottom: none;
}
#carrusel-medida>div>div>div>aside>div>p{
    display: none;
}
#carrusel-medida>div>div>div>aside>div>img{
    height: 1.25em;
    width: 1.25em;
}
#carrusel-medida>div>div>div>aside>div>span{
    font-size: 0.8em;
    font-weight: 500;
    color: var(--negro-cursos);
    min-height: 1.5em;
    text-align: center;
}
#carrusel-medida>div>div>div>aside>.vacio{
    background: #f0f4fc;
}
#carrusel-medida>div>div>div>aside>div>i{
    height: 1.5em;
}
.carrusel-page,
.carrusel-next,
.carrusel-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 (max-width: 768px){
    #UNO{
        background: none;
        height: fit-content;
        flex-direction: column;
        align-items: center;
    }
    #UNO>h1{
        text-align: center;
        color: var(--negro-cursos);
        margin-left: 0;
    }
    #UNO>img{
        display: flex;
        margin-bottom: 5vh;
    }
    #DOS{
        background: url(../imagenes/fondo-gris-medida-movil.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        padding: 5vh 0 10vh;
        margin-top: 5vh;
    }
    #DOS>p{
        width: 90%;
    }
    #DOS>div>span,
    #DOS>div>i{
        display: none;
    }
    #DOS>div>aside>.contenedor-1{
        display: none;
    }
    #DOS>div>aside>aside{
        position: relative;
        top: 0;
    }
    #carrusel-medida{
        background: #f7faff;
        padding-top: 8vh;
    }
    #carrusel-medida>div>div::after{
        content: none;
    }
    #carrusel-medida>div>div>div{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    #carrusel-medida>div>div>div>div,
    #carrusel-medida>div>div>div>aside{
        width: 90%;
        align-items: center;
    }
    #carrusel-medida>div>div>div>aside{
        display: none;
        width: 95%;
    }
    #carrusel-medida>div>div>div:first-of-type>div{
        margin-bottom: 5vh;
    }
    #carrusel-medida>div>div>div>.seleccion-titulo>h4{
        justify-content: center;
    }
    #carrusel-medida>div>div>div>div>h3>p{
        text-align: center;
    }
    #carrusel-medida>div>div>div>div>h3>i{
        left: auto;
        top: -45%;
    }
    #carrusel-medida>div>div>div>.seleccion-titulo-activo>span{
        margin-right: 0;
        text-align: center;
    }
    #carrusel-medida>div>div>div>.seleccion{
        justify-content: center;
        padding: 3vh;
        align-items: center;
    }
    #carrusel-medida>div>div>div>.seleccion>p{
        text-align: center;
        justify-content: center;
        margin-right: 0;
        width: 90%;
        height: auto;
    }
    #carrusel-medida>div>div>div>.seleccion>p>i{
        left: auto;
        bottom: -5vh;
    }
    #carrusel-medida>div>div>div>.seleccion-activa{
        margin-top: 4vh;
    }
    #carrusel-medida>div>div>div>.seleccion-activa>p>i{
        top: -5vh;
    }
    #carrusel-medida>div>div>div>.seleccion-activa>span{
        margin-right: 0;
        text-align: center;
    }
    /* Hace que los dos divs dentro del aside tengan la misma altura */
    #carrusel-medida > div > div > div > aside {
        width: 90%;
        align-items: stretch;
    }

    /* Cada mitad del aside */
    #carrusel-medida > div > div > div > aside > div {
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 0;
        background: var(--blanco);
        justify-content: flex-start;
        border-bottom: none;
        position: relative;
    }

    /* Estilos del texto */
    #carrusel-medida > div > div > div > aside > div > p{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.9em;
        font-weight: 600;
        color: var(--blanco);
        text-align: center;
        background: #587fff;
        z-index: 2;
        padding: 0.5vh 0;
    }

    #carrusel-medida > div > div > div > aside > div:last-of-type > p{
        background: #7342c7;
    }
    #carrusel-medida>div>div>div>aside>div>span,
    #carrusel-medida>div>div>div>aside>div>img{
        display: flex;
        flex: 1;
        align-items: center;
        padding: 1vh 0;
    }
    #carrusel-medida > div > div > div > aside > div:first-of-type::after {
        content: "";
        position: absolute;
        top: 0;          /* empieza a 35% de la altura para centrarlo */
        right: -1px;          /* pegado a la derecha */
        width: 2px;        /* grosor del borde */
        height: 100%;       /* cubre solo 30% de la altura */
        background: #e4e9f4;  /* color del borde */
        z-index: 1;
    }
    .carrusel-page,
    .carrusel-next,
    .carrusel-prev{
        display: flex;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after{
        content: none;
    }
    #DOS>div>aside>aside>.carrusel-page{
        flex-direction: row;
        justify-content: center;
        bottom: 2vh;
    }
    #DOS>div>aside>aside>.carrusel-page .swiper-pagination-bullet{
        margin-right: 1.5vh;
        width: 10px;
        height: 10px;
        background: white;
        opacity: .5;
    }
    #DOS>div>aside>aside>.carrusel-page .swiper-pagination-bullet-active{
        background: var(--swiper-pagination-color, var(--swiper-theme-color));
        opacity: 1;
    }
    .carrusel-prev{
        background-image: url(../iconos/icono-izquierda.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 5vh;
        height: 5vh;
        left: -3.5vh;
        top: 85%;
        border: 4px solid var(--blanco);
        border-radius: 100%;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.20);
    }
    .carrusel-prev.swiper-button-disabled{
        background-image: url(../iconos/icono-izquierda-gris.svg);
        opacity: 1;
    }
    .carrusel-next{
        background-image: url(../iconos/icono-derecha.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 5vh;
        height: 5vh;
        right: -3.5vh;
        top: 85%;
        border: 4px solid var(--blanco);
        border-radius: 100%;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.20);
    }
    .carrusel-next.swiper-button-disabled{
        background-image: url(../iconos/icono-derecha-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;
    }
}