#UNO{
    width: 100%;
    height: 70vh;
    margin-top: 12vh;
    background: url(../imagenes/banner-simulador-nuevo.webp);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}
#UNO>img{
    display: none;
}
#UNO>div{
    margin-left: 15%;
    margin-top: 20vh;
    display: flex;
    flex-direction: column;
    width: 30%;
}
#UNO>div>h1{
    font-size: 2.5em;
    color: var(--blanco);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1vh;
}
#UNO>div>h1>span{
    color: #90ccff;
}
#UNO>div>p{
    font-size: 1em;
    font-weight: 400;
    color: var(--blanco);
    line-height: 1.4;
}
#DOS{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vh 0;
    background: url(../imagenes/background-simulador-dos.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#DOS>h2{
    width: 55%;
    font-size: 2em;
    color: var(--negro-cursos);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 2vh;
    text-align: center;
}
#DOS>i{
    width: 50px;
    height: 10px;
    background: #709aff;
    margin-bottom: 5vh;
}
#DOS>p{
    width: 60%;
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 3vh;
    text-align: center;
}
#TRES{
    width: 100%;
    background: url(../imagenes/fondo-simulador-capacitacion.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 75vh;
    display: flex;
}
#TRES>div{
    margin-left: 15%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#TRES>div>h3{
    font-size: 1.7em;
    width: 90%;
    color: var(--negro-cursos);
    font-weight: 700;
    margin-bottom: 4vh;
    line-height: 1.2;
}
#TRES>div>div{
    width: 50%;
    display: flex;
    margin-bottom: 4vh;
}
#TRES>div>div:last-of-type{
    margin-bottom: 0;
}
#TRES>div>div>span{
    width: 1em;
    height: 1em;
    background: url(../iconos/simulador-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 1vh;
    margin-top: 1px;
}
#TRES>div>div>p{
    width: 100%;
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
}
#CUATRO{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vh 0;
    background: #f8f8f8;
}
#CUATRO>h3{
    font-size: 2em;
    font-weight: 700;
    color: var(--negro-cursos);
    text-align: center;
    width: 50%;
    line-height: 1.3;
}
#CUATRO>div{
    width: 80%;
    margin-top: 5vh;
    padding: 2vh;
}
#CUATRO>div>div>div{
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 10vh 0 5vh;
    background: var(--fondo-gris);
    border-radius: 30px;
    transition: all 0.5s ease;
}
#CUATRO>div>div>div.hoversim{
    background: var(--blanco);
    box-shadow: 0px 0px 14px 0px rgba(194, 203, 211, .40);
}
#CUATRO>div>div>div>div{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#CUATRO>div>div>div>div>span{
    width: 15dvh;
    height: 15dvh;
}
#CUATRO>div>div>div:nth-of-type(1)>div>span{
    background: url(../iconos/icono-simulador-reproduce-gris.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#CUATRO>div>div>div:nth-of-type(2)>div>span{
    background: url(../iconos/icono-simulador-desarrolla-gris.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#CUATRO>div>div>div:nth-of-type(3)>div>span{
    background: url(../iconos/icono-simulador-asegura-gris.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#CUATRO>div>div>div:nth-of-type(4)>div>span{
    background: url(../iconos/icono-simulador-retroalimentacion-gris.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#CUATRO>div>div>div:nth-of-type(1).hoversim>div>span{
    background: url(../iconos/icono-simulador-reproduce-celeste.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#CUATRO>div>div>div:nth-of-type(2).hoversim>div>span{
    background: url(../iconos/icono-simulador-desarrolla-celeste.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#CUATRO>div>div>div:nth-of-type(3).hoversim>div>span{
    background: url(../iconos/icono-simulador-asegura-celeste.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#CUATRO>div>div>div:nth-of-type(4).hoversim>div>span{
    background: url(../iconos/icono-simulador-retroalimentacion-celeste.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
#CUATRO>div>div>div>div>p{
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    margin: 3vh 0;
    text-align: center;
}
#CUATRO>div>div>div>div>i{
    opacity: 0;
    width: 40px;
    height: 8px;
    background: #90ccff;
    margin-top: auto;
}
#CUATRO>div>div>div.hoversim>div>i{
    opacity: 1;
}
#CUATRO>div>span{
    display: none;
}
#CINCO{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#CINCO>aside{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8vh 0;
    background: url(../imagenes/background-simulador-cinco.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#CINCO>aside>p{
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    color: var(--blanco);
    text-align: center;
    margin-bottom: 5vh;
}
#CINCO>aside>button{
    color: var(--blanco);
    font-size: 1em;
    font-weight: 500;
    border-radius: 30px;
    padding: 2vh 3vh;
    border: 1px solid #415688;
    background: #415688;
    transition: .2s;
    cursor: pointer;
}
#CINCO>aside>button:hover{
    color: #415688;
    background: var(--blanco);
}
#CINCO>div{
    width: 100%;
    min-height: 70vh;
    background: url(../imagenes/fondo-simulador-de-practica.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
#CINCO>div>div{
    width: 40%;
    margin-right: 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#CINCO>div>div>i{
    width: 65px;
    height: 65px;
    background: url(../iconos/icono-simulador-desempeño.svg);
    background-size: 95%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 3vh;
}
#CINCO>div>div>p{
    font-size: 1.4em;
    color: var(--negro-cursos);
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 2vh;
}
#CINCO>div>div>p>b>span{
    font-weight: 900;
}
#CINCO>div>div>p>span{
    font-size: 2rem;
    font-weight: 700;
    color: #29acff;
}
#CINCO>div>div>p>span:first-of-type{
    color: #3752b6;
}
#CINCO>div>div>span{
    font-size: 0.8em;
    color: var(--negro-cursos);
    font-weight: 500;
    font-style: italic;
}
#blog {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 15vh;
    margin: -6.5vh 0 10vh 0;
    flex-direction: column;
    min-width: 680px;
}

#blog>aside {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vh;
}

#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: 500;
    text-align: center;
    font-size: 1em;
    width: 100%;
    padding: 0 0;
    padding-left: 0
}

#blog>aside>p:first-of-type {
    font-weight: 700;
    line-height: 1.25;
    font-size: 2em;
    margin-bottom: 2vh
}

#blog>div {
    width: 98%;
    padding: 5vh 2vh;
}

#blog>div>div>div {
    display: flex;
    justify-content: center;
    height: auto;
    padding: 0 2%;
    width: 30%;
}
#blog>div>div>div:nth-of-type(2){
    border-left: 1px solid var(--fondo-gris);
    border-right: 1px solid var(--fondo-gris);
}

#blog>div>div>div>div {
    width: 100%;
    max-width: 480px;
    padding: 2vh 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
    border-radius: 30px;
    align-items: center;
}
#blog>div>div>div:hover>div{
    background: #e6ecf6;
}

#blog>div>div>div>div>img {
    margin-bottom: 3vh
}

#blog>div>div>div>div>h4,
#blog>div>div>div>div>span,
#blog>div>div>div>div>h5 {
    margin-bottom: 3vh;
    width: 80%;
    text-align: left;
    font-weight: 700;
    font-size: 0.9em;
    color: var(--negro-cursos);
    min-height: 63px;
}

#blog>div>div>div>div>p {
    font-weight: 400;
    font-size: .9em;
    line-height: 1.3;
    color: var(--negro-cursos);
    width: 80%;
    overflow: hidden;
}

#blog>a {
    text-decoration: none;
    background: #415688;
    color: var(--blanco);
    font-size: 1em;
    font-weight: 500;
    border-radius: 30px;
    padding: 2vh 6vh;
    transition: all 0.2s ease;
    border: 1px solid #415688;
    cursor: pointer;
    margin-bottom: 8%;
}
#blog>div>div>div>div>a{
    font-size: 0.9em;
    color: #7f879a;
    font-weight: 600;
    margin-bottom: 3vh;
    margin-top: auto;
}

#blog>.boton-aside {
    bottom: -12%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 6vh 0 0 0;
}

#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: #415688;
}

#blog>.blog-next,
#blog>.blog-prev {
    display: none
}
#clientes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#clientes>p {
    font-weight: 700;
    line-height: 1.25;
    font-size: 2em;
    align-self: center;
    width: 50%;
    color: var(--negro-fuerte);
    top: 68%;
    outline: 0;
    text-align: center;
    padding: 10vh 15% 0;
    border-top: 2px solid #ededed;
}
#clientes>span {
    font-weight: 500;
    color: var(--negro-cursos);
    font-size: 1em;
    width: 70%;
    align-self: center;
    margin-top: 2vh;
    text-align: center;
    margin-bottom: 3.5vh
}
#clientes>div {
    display: flex;
    width: 70%;
    margin: 10vh 0
}
#clientes>span {
    color: var(--negro-fuerte);
    top: 50%;
    outline: none
}
#clientes>.clientes-next {
    right: 7.5%;
    width: 10vh;
    height: 10vh;
    background-image: url(../iconos/icono-derecha.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat
}
#clientes>.clientes-prev {
    left: 7.5%;
    width: 10vh;
    height: 10vh;
    margin-left: 0;
    background-image: url(../iconos/icono-izquierda.svg);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat
}
#clientes>.clientes-next:after,
#clientes>.clientes-prev:after {
    content: none
}
#SEIS {
    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
}
#SEIS>div {
    width: 60%;
    background: var(--blanco);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / .29);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1000
}
#SEIS>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
}
#SEIS>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, rgb(64 190 247) 60%, rgb(112 127 211) 100%)
}
#SEIS>div>form>div>span {
    color: var(--blanco);
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 2vh
}
#SEIS>div>form>div>p {
    font-size: .8em;
    color: var(--blanco)
}
#SEIS>div>form>div>p:last-of-type {
    margin-bottom: 3vh
}
#SEIS>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
}
#SEIS>div>form>div>input::placeholder {
    opacity: .8
}
#SEIS>div>form>div>input:focus,
#SEIS>div>form>div>input:hover {
    border: 1px solid var(--blanco);
    opacity: 1
}
#SEIS>div>form>div>input:focus::placeholder,
#SEIS>div>form>div>input:hover::placeholder {
    opacity: 1
}
#SEIS>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
}
#SEIS>div>form>div>.selectabierto {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
#SEIS>div>form>div>aside:hover {
    border: 1px solid var(--azul-tercero)
}
#SEIS>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
}
#SEIS>div>form>div>aside>ul::-webkit-scrollbar {
    display: none
}
#SEIS>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)
}
#SEIS>div>form>div>aside>ul>li:hover {
    background: #45b8f3;
    color: var(--blanco)
}
#SEIS>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: .8
}
#SEIS>div>form>div>aside>p:hover,
#SEIS>div>form>div>aside>p:focus,
#SEIS>div>form>div>aside>ul:hover+p {
    opacity: 1
}
#SEIS>div>form>div>aside>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    transform: rotate(90deg);
    cursor: pointer
}
#SEIS>div>form>div>aside>div>object {
    width: 40%;
    transition: all 0.2s ease;
    margin: 0
}
#SEIS>div>form>div>aside>div>object:nth-of-type(1) {
    transform: rotate(90deg)
}
#SEIS>div>form>div>aside>div>object:nth-of-type(2) {
    transform: rotate(270deg)
}
#SEIS>div>form>div>aside>div:hover>object {
    color: var(--azul-segundo)
}
#SEIS>div>form>aside {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center
}
#SEIS>div>form>aside>img {
    width: 100%;
    margin-bottom: 10vh
}
#SEIS>div>form>aside>.radio-check {
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 4vh
}
#SEIS>div>form>aside>.radio-check>p {
    font-size: .8em;
    width: 100%;
    color: var(--negro-cursos);
    text-align: center
}
#SEIS>div>form>aside>.radio-check>div {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center
}
#SEIS>div>form>aside>.radio-check>div>input {
    display: none
}
#SEIS>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
}
#SEIS>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: .5vh
}
#SEIS>div>form>aside>.radio-check>div>input:checked+label::before {
    background: #747475
}
#SEIS>div>form>aside>span {
    font-weight: 500;
    font-size: .65em;
    color: var(--rojo-fuerte);
    align-self: flex-start;
    margin-left: 5%;
    margin-bottom: 2vh
}
#SEIS>div>form>aside>#envio {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column
}
#SEIS>div>form>aside>#envio>input[type="submit"] {
    position: relative;
    margin-bottom: 0;
    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
}
#SEIS>div>form>aside>#envio>input[type="submit"]:hover {
    background: var(--blanco);
    color: var(--celeste)
}
#SEIS>div>form>aside>#envio>p {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: .8em;
    color: var(--negro-cursos);
    margin-bottom: 4vh
}
#SEIS>div>form>aside>#envio>p>a {
    color: var(--negro-cursos);
    font-weight: 700
}
@media screen and (max-width: 768px) {
    #UNO{
        background: none;
        align-items: center;
        height: fit-content;
    }
    #UNO>img{
        display: flex;
    }
    #UNO>div{
        width: 90%;
        margin-left: 0;
        margin-top: 5vh;
        margin-bottom: 3vh;
    }
    #UNO>div>h1,
    #UNO>div>p{
        text-align: center;
        color: var(--negro-cursos);
        margin-bottom: 2vh;
    }
    #DOS{
        width: 90%;
        margin: 0;
        padding: 5vh 5%;
        border-top: 2px solid var(--fondo-gris);
        background: url(../imagenes/background-simulador-dos-movil.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #DOS>h2,
    #DOS>p{
        width: 100%;
    }
    #DOS>h2{
        line-height: 1;
        margin-bottom: 5vh;
    }
    #DOS>i{
        display: none;
    }
    #TRES{
        background: url(../imagenes/fondo-simulador-capacitacion-movil.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        justify-content: center;
        align-items: flex-end;
        height: fit-content;
    }
    #TRES>div{
        width: 90%;
        margin: 55vh 0 5vh;
        height: fit-content;
        align-items: center;
    }
    #TRES>div>h3{
        line-height: 1;
        text-align: center;
    }
    #TRES>div>div{
        width: 80%;
        margin-bottom: 2vh;
    }
    #CUATRO>h3{
        width: 90%;
        line-height: 1;
    }
    #CUATRO>div{
        padding: 2vh 2vh 15vh;
    }
    #CUATRO>div>div>div{
        background: var(--blanco);
        box-shadow: 0px 0px 14px 0px rgba(194, 203, 211, .40);
    }
    #CUATRO>div>div>div:nth-of-type(1)>div>span{
        background: url(../iconos/icono-simulador-reproduce-celeste.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #CUATRO>div>div>div:nth-of-type(2)>div>span{
        background: url(../iconos/icono-simulador-desarrolla-celeste.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #CUATRO>div>div>div:nth-of-type(3)>div>span{
        background: url(../iconos/icono-simulador-asegura-celeste.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #CUATRO>div>div>div:nth-of-type(4)>div>span{
        background: url(../iconos/icono-simulador-retroalimentacion-celeste.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
    #CUATRO>div>div>div>div>i{
        opacity: 1;
    }
    #CUATRO>div>span{
        display: flex;
        top: 90%;
    }
    #CUATRO>div>.simulador-next {
        right: 32%;
        width: 5vh;
        height: 5vh;
        background-image: url(../iconos/icono-derecha.svg);
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat
    }
    #CUATRO>div>.simulador-prev {
        left: 32%;
        width: 5vh;
        height: 5vh;
        background-image: url(../iconos/icono-izquierda.svg);
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat
    }
    #CUATRO>div>.simulador-next:after,
    #CUATRO>div>.simulador-prev:after {
        content: none
    }
    #CINCO>aside{
        background: url(../imagenes/background-simulador-cinco-movil.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    #CINCO>div{
        min-height: fit-content;
        align-items: center;
        background: url(../imagenes/fondo-simulador-de-practica-movil.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }
    #CINCO>div>div{
        margin: 60dvh 0 5dvh;
        width: 90%;
    }
    #blog {
        width: 90%;
        min-width: unset;
        flex-direction: column;
        padding-top: 0;
        margin: 0 0 10vh 0
    }

    #blog>aside {
        position: initial;
        margin-top: 5vh;
        margin-bottom: 0;
    }

    #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: 500;
        text-align: center;
        font-size: 1em;
        margin-bottom: 6vh
    }

    #blog>aside>p:first-of-type {
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 2vh
    }

    #blog>div {
        width: 95%;
        padding: 8vh 2vh;
    }
    #blog>div>div>div{
        padding: 0;
    }

    #blog>div>div>div>div {
        max-width: unset;
    }
    #blog>div>div>div:nth-of-type(2){
        border: none;
    }
    #blog>div>div>div>div{
        background: #f5f8ff;
        padding: 4vh 0;
    }
    #blog>div>div>div>div>p{
        margin-bottom: 3vh;
    }

    #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
    }
    #clientes {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    #clientes>p {
        font-weight: 700;
        color: var(--negro-cursos);
        font-size: 1.5em;
        padding: 10vh 0 0;
        text-align: center;
        width: 80%;
        outline: 0
    }
    #clientes>span {
        margin: 4vh 0 3vh;
        font-weight: 500;
        font-size: 1em;
        text-align: center
    }
    #clientes>div {
        display: flex;
        width: 70%;
        margin: 0 0 15vh
    }
    #clientes>div>div>div {
        display: flex;
        justify-content: center;
        align-items: center
    }
    #clientes>span {
        color: var(--negro-fuerte);
        top: 80%;
        outline: none
    }
    #clientes>span:first-of-type{
        width: 80%;
    }
    #clientes>.clientes-next {
        right: 32%;
        width: 5vh;
        height: 5vh;
        background-image: url(../iconos/icono-derecha.svg);
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat
    }
    #clientes>.clientes-prev {
        left: 32%;
        width: 5vh;
        height: 5vh;
        background-image: url(../iconos/icono-izquierda.svg);
        background-size: 90%;
        background-position: center;
        background-repeat: no-repeat
    }
    #clientes>.clientes-next:after,
    #clientes>.clientes-prev:after {
        content: none
    }
    #SEIS {
        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
    }
    #SEIS>div {
        width: 90%;
        background: var(--blanco);
        box-shadow: 0 5px 10px 0 rgb(0 0 0 / .29);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 1000;
        border-radius: 20px
    }
    #SEIS>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
    }
    #SEIS>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
    }
    #SEIS>div>form>div>span {
        color: #203170;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 2vh
    }
    #SEIS>div>form>div>p {
        font-size: .9em;
        color: #323232;
        margin-bottom: 1vh;
        text-align: left;
        line-height: 1
    }
    #SEIS>div>form>div>p:last-of-type {
        margin-bottom: 3vh
    }
    #SEIS>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)
    }
    #SEIS>div>form>div>input:focus {
        border: 1px solid var(--blanco)
    }
    #SEIS>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
    }
    #SEIS>div>form>div>.selectabierto {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    #SEIS>div>form>div>aside:hover {
        border: 1px solid var(--azul-tercero)
    }
    #SEIS>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
    }
    #SEIS>div>form>div>aside>ul::-webkit-scrollbar {
        display: none
    }
    #SEIS>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)
    }
    #SEIS>div>form>div>aside>ul>li:hover {
        background: #45b8f3;
        color: var(--blanco)
    }
    #SEIS>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
    }
    #SEIS>div>form>div>aside>div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10%;
        transform: rotate(90deg);
        cursor: pointer
    }
    #SEIS>div>form>div>aside>div>object {
        width: 40%;
        transition: all 0.2s ease;
        margin: 0
    }
    #SEIS>div>form>div>aside>div>object:nth-of-type(1) {
        transform: rotate(90deg)
    }
    #SEIS>div>form>div>aside>div>object:nth-of-type(2) {
        transform: rotate(270deg)
    }
    #SEIS>div>form>div>aside>div:hover>object {
        color: var(--azul-segundo)
    }
    #SEIS>div>form>aside {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center
    }
    #SEIS>div>form>aside>img {
        display: none
    }
    #SEIS>div>form>aside>.radio-check {
        flex-direction: column;
        display: flex;
        width: 100%;
        align-items: center;
        margin: 2vh 0
    }
    #SEIS>div>form>aside>.radio-check>p {
        font-size: .7em;
        width: 100%;
        color: var(--negro-cursos);
        text-align: center
    }
    #SEIS>div>form>aside>.radio-check>div {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: row
    }
    #SEIS>div>form>aside>.radio-check>div>input {
        display: none
    }
    #SEIS>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
    }
    #SEIS>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: .5vh
    }
    #SEIS>div>form>aside>.radio-check>div>input:checked+label::before {
        background: #747475
    }
    #SEIS>div>form>aside>span {
        font-weight: 500;
        font-size: .65em;
        color: var(--rojo-fuerte);
        align-self: flex-start;
        margin-left: 5%;
        margin-bottom: 2vh
    }
    #SEIS>div>form>aside>#envio {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column
    }
    #SEIS>div>form>aside>#envio>input[type="submit"] {
        position: relative;
        margin-bottom: 0;
        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
    }
    #SEIS>div>form>aside>#envio>input[type="submit"]:hover {
        background: var(--blanco);
        color: var(--celeste)
    }
    #SEIS>div>form>aside>#envio>p {
        width: 70%;
        text-align: center;
        font-weight: 500;
        font-size: .7em;
        color: var(--negro-cursos);
        margin-bottom: 2vh
    }
    #SEIS>div>form>aside>#envio>p>a {
        color: var(--negro-cursos);
        font-weight: 700
    }
}