#titulo{
    width: 100%;
    margin-top: 12vh;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: inset 0px 0px 15px 10px #f2f2f2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}
#titulo>div:first-of-type{
    width: 100%;
    height: 100%;
    display: flex;
}
#titulo>div>.img-esc{
    display: flex;
    object-fit: cover;
}
#titulo>div>.img-mov{
    display: none;
}
#titulo>div:nth-of-type(2){
    width: 64%;
    margin: 8vh 26% 15vh 10%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-row: 1 / 3; /* Ocupa las dos filas */
    grid-column: 2;
}
#titulo>div:nth-of-type(2)>h1{
    font-size: 2.3em;
    color: var(--negro-cursos);
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4vh;
}
#titulo>div:nth-of-type(2)>p{
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    margin-bottom: 2vh;
}
#titulo>div:nth-of-type(2)>p:first-of-type{
    margin-bottom: 4vh;
}
#titulo>div:nth-of-type(2)>p>span{
    font-weight: 700;
}
#titulo>div:nth-of-type(2)>p>span.subtitle{
    color: var(--celeste-segundo);
}
#titulo>div:nth-of-type(2)>button{
    font-size: .9em;
    font-weight: 500;
    color: var(--blanco);
    background: var(--celeste-segundo);
    padding: 1vh 4vh;
    margin-top: 2vh;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / .29);
    cursor: pointer;
    border: none;
}
#titulo>div:last-of-type{
    width: 85%;
    height: stretch;
    padding: 10vh 5% 10vh 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../imagenes/background-cursos-gris.webp") center / cover no-repeat;
}
#titulo>div.div-incompany:last-of-type>div{
    width: 100% ;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#titulo>div:last-of-type>div>div{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 3vh;
}

#titulo>div.div-incompany:last-of-type>div{
    margin-bottom: 7vh;   
}
#titulo>div:last-of-type>div>div>img{
    border-radius: 100%;
    box-shadow: 0 5px 15px -5px rgba(223, 226, 233, 1);
}
#titulo>div:last-of-type>div>div>div{
    margin-left: 5%;

}
#titulo>div:last-of-type>div>div>div>span{
    font-size: 0.9em;
    font-weight: 700;
    color: #3d5cc1;
    margin-bottom: 1vh;
}
#titulo>div:last-of-type>div>div>div>p{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
}
#titulo>div:last-of-type>div>div>div>p>span{
    font-weight: 700;
}
#titulo>div:last-of-type>aside{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 3vh;
    border-top: 2px solid #e1e1e1;
}
#titulo>div.div-incompany:last-of-type>aside{
    padding-top: 7vh;
}
#titulo>div:last-of-type>aside>div{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#titulo>div:last-of-type>aside>div>p{
    margin-left: 10%;
    width: 65%;
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
}
#titulo>div:last-of-type>aside>div>p>span{
    font-weight: 700;
}
#ruta{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10vh 0 5vh;
    position: relative;
}
#ruta>h2{
    font-size: 1.5em;
    font-weight: 700;
    color: var(--negro-cursos);
    text-align: center;
    width: 90%;
    margin-bottom: 6vh;
}
#ruta>div{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#ruta>div>span{
    display: none;
}
#ruta>button{
    font-size: .9em;
    font-weight: 500;
    color: var(--blanco);
    background: var(--celeste-segundo);
    padding: 1vh 4vh;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / .29);
    cursor: pointer;
    border: none;
    position: absolute;
    bottom: 7vh;
}
#fases>h2{
    font-weight: 700;
    font-size: 1.5em;
    color: var(--negro-cursos);
    margin-bottom: 5vh;
}
#fases>button{
    font-size: .9em;
    font-weight: 500;
    color: var(--blanco);
    background: var(--celeste-segundo);
    padding: 1vh 4vh;
    margin-top: 3vh;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / .29);
    cursor: pointer;
    border: none;
}

#programa{
    padding: 10vh 0;
    width: 100%;
    display: flex;
    background: url(../imagenes/background-cursos-programas.webp) top / cover no-repeat;
}
#programa>div{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10%;
}
#programa>div>h2{
    font-size: 1.5em;
    font-weight: 700;
    color: var(--negro-cursos);
    text-align: center;
    margin-bottom: 5vh;
}
#programa>div>div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 5vh;
}
#programa>div>div>div{
    display: flex;
    align-items: center;
    width: 80%;
}
#programa>div>div>div>img{
    margin-right: 1vh;
}
#programa>div>div>div>p{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
}
#programa>div>div>div>p>span{
    font-weight: 700;
}
#formulario{
    background: url(../imagenes/fondo-cursos-formulario.webp) center / cover no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5vh 0;
}
#formulario>aside{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#formulario>aside>h4{
    width: 90%;
    font-size: 1.5em;
    font-weight: 700;
    color: var(--negro-cursos);
    text-align: center;
    margin-bottom: 2vh;
}
#formulario>aside>p{
    width: 100%;
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    margin-bottom: 4vh;
    text-align: center;
    white-space: nowrap;
}
.form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form>div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.form>div>div,
.form>div:nth-of-type(2)>aside{
    display: flex;
    align-items: center;
    background: var(--blanco);
    padding: 1vh 1.5%;
    border-radius: 30px;
    margin-bottom: 2vh;
}
.form>div:nth-of-type(2)>aside{
    position: relative;
}
.form>div:nth-of-type(2)>aside.selectabierto{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form>div:nth-of-type(1)>div:nth-of-type(1){
    width: 53.25%;
}
.form>div:nth-of-type(1)>div:nth-of-type(2){
    width: 38%;
}
.form>div:nth-of-type(2)>div,
.form>div:nth-of-type(2)>aside{
    width: 28.5%;
}
.form>div:nth-of-type(3)>div{
    width: 81.25%;
}
.fa-icon{
    display: flex;
    width: 18px;
    height: 18px;
    margin-right: 1vh;
}
.fa-name{
    background: url(../iconos/btn-formulario-nombre.svg) center / 95% no-repeat;
}
.fa-company{
    background: url(../iconos/btn-formulario-empresa.svg) center / 95% no-repeat;
}
.fa-phone{
    background: url(../iconos/btn-formulario-telefono.svg) center / 115% no-repeat;
}
.fa-email{
    background: url(../iconos/btn-formulario-correo.svg) center / 95% no-repeat;
}
.fa-state{
    background: url(../iconos/btn-formulario-estado.svg) center / 115% no-repeat;
}
.fa-description{
    background: url(../iconos/btn-formulario-mensaje.svg) center / 95% no-repeat;
}
.form>div>div>input{
    width: stretch;
    border: none;
    outline: none;
    height: 18px;
    font-size: 0.8em;
    font-weight: 500;
    color: var(--gris);
}
.form>div:nth-of-type(2)>aside>p{
    font-size: 0.8em;
    color: var(--gris);
    font-weight: 500;
    cursor: pointer;
    width: stretch;
}
.form>div:nth-of-type(2)>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;
}
.form>div:nth-of-type(2)>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);
}
.form>div:nth-of-type(2)>aside>div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    cursor: pointer;
    margin-left: auto;
}
.form>div:nth-of-type(2)>aside>div>object{
    width: 65%;
    transition: all 0.2s ease;
    margin: 0;
}
.form>div:nth-of-type(2)>aside>div>object:nth-of-type(1){
    transform: rotate(90deg);
}
.form>div:nth-of-type(2)>aside>div>object:nth-of-type(2){
    transform: rotate(270deg);
}
.form>div>input{
    font-size: .9em;
    font-weight: 500;
    width: 13%;
    height: fit-content;
    color: var(--blanco);
    background: var(--celeste-segundo);
    padding: 1.2vh 3.5%;
    text-decoration: none;
    border-radius: 30px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / .29);
    cursor: pointer;
    border: none;
}
.form>aside{
    width: 100%;
    display: flex;
    align-self: center;
    justify-content: space-between;
}
.radio-check{
    width: 100%;
    display: flex;
    align-items: center;
}
.radio-check>p{
    font-size: 0.8em;
    font-weight: 500;
    color: var(--negro-cursos);
}
.radio-check>div{
    display: flex;
    align-items: center;
}
.radio-check>div>input{
    margin: 0 1vh 0 4vh;
}
.radio-check>div>label{
    font-size: 0.8em;
    font-weight: 500;
    color: var(--negro-cursos);
}
.form>aside>p{
    width: 50%;
    font-size: 0.8em;
    font-weight: 500;
    color: var(--negro-cursos);
}
.form>aside>p>a{
    color: var(--negro-cursos);
    font-weight: 700;
}
#ventajas{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vh 0 15vh;
    background: url(../imagenes/fondo-cursos-experiencia.webp) center / cover no-repeat;
}
#ventajas>h4{
    font-size: 1.5em;
    color: var(--negro-cursos);
    font-weight: 700;
    margin-bottom: 5vh;
}
#ventajas>div{
    display: flex;
    width: 70%;
}
#ventajas>div>div{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#ventajas>div>div>div{
    width: 80%;
    height: stretch;
    padding: 0 10%;
    margin-top: 2vh;
    display: flex;
    flex-direction: column;
    border-right: 2px solid #d4e0fd;
}
#ventajas>div>div:last-of-type>div{
    border-right: none;
}
#ventajas>div>div>div>p{
    font-size: 1em;
    font-weight: 600;
    color: var(--negro-cursos);
    margin-bottom: 2vh;
}
#ventajas>div>div>div>span{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    line-height: 1.2;
}

#blog {
    width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding-top: 15vh;
    margin: -6.5vh 0 2vh 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>h5 {
    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: .8em;
    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: #2e52a3;
    font-weight: 700;
    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
}
#numeros {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10vh 0;
    background: #f7f7f7;
    flex-direction: column
}
#numeros>h3 {
    margin-bottom: 10vh;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.5em;
    color: var(--negro-fuerte);
    font-weight: 700;
    width: 80%
}
#numeros>div {
    width: 75%
}
#numeros>div>.swiper-pagination {
    display: none
}
#numeros>div>div>div {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: all .2s ease
}
#numeros>div>div>div>img {
    width: 12vh;
    height: 12vh
}
#numeros>div>div>div>p {
    font-size: 1.15em;
    transition: all .2s ease;
    font-weight: 700;
    color: var(--negro-fuerte);
    margin: 5vh 0 3vh;
    text-align: center
}
#numeros>div>div>div>span {
    text-align: center;
    font-size: .9em;
    width: 80%;
    transition: all .2s ease;
    line-height: 1.2;
    font-weight: 500;
    color: var(--negro-claro)
}
#numeros>div>div>div:hover>div>span {
    color: var(--blanco)
}
#numeros>div>div>div:hover>p {
    color: var(--azul-segundo)
}
#numeros>div>div>div:hover>span {
    color: var(--negro-fuerte)
}
#Recomendaciones {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}
#Recomendaciones>div {
    width: 90%;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
    align-items: center
}
#Recomendaciones>div>aside {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8vh 0 6vh 0;
    flex-direction: column
}
#Recomendaciones>div>aside>h4{
    font-size: 1.5em;
    color: var(--negro-fuerte);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2vh
}
#Recomendaciones>div>aside>span {
    font-size: .9em;
    color: var(--negro-fuerte);
    font-weight: 400;
    width: 100%;
    text-align: center;
    line-height: 1.5
}
#Recomendaciones>div>#desktop-recomendaciones {
    width: 60%;
    margin: 5vh 0;
    display: flex;
    justify-content: center;
    align-items: flex-start
}
#Recomendaciones>div>#desktop-recomendaciones>div>div {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 30px;
    transition: all .2s ease;
    position: relative
}
#Recomendaciones>div>#desktop-recomendaciones>div>div:hover{
    background: #f6f6f6;
}
#Recomendaciones>div>#desktop-recomendaciones>div>div>img {
    border-radius: 30px;
    width: 100%;
    transition: all .2s ease;
    aspect-ratio: 5 / 3;
}
#Recomendaciones>div>#desktop-recomendaciones>div>div>p {
    color: var(--negro-cursos);
    line-height: 1.3;
    text-align:left;
    margin: 4vh 0 2vh 5%;
    font-weight: 700;
    width: 90%;
    font-size: 0.9em;
    flex-grow: 1
}
#Recomendaciones>div>#desktop-recomendaciones>div>div>a {
    text-align: center;
    color: var(--celeste);
    font-size: 0.9em;
    font-weight: 500;
    color: #3d5cc1;
    margin-bottom: 5vh;
    margin-left: 5%;
}
#Recomendaciones>div>#desktop-recomendaciones>.recom-prev,
#Recomendaciones>div>#desktop-recomendaciones>.recom-next {
    display: none
}
.swiper-wrapper {
    padding-bottom: 2vh
}

#FAQ{
    width: 100%;
    min-height: 75vh;
    padding: 5vh 0;
    background: url(../imagenes/background-cursos-preguntas.webp) top / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#FAQ>div{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20vw;
}
#FAQ>div>h4{
    font-size: 1.5em;
    font-weight: 700;
    color: var(--negro-cursos);
    margin-bottom: 4vh;
    text-align: left;
}
#FAQ>div>div{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#FAQ>div>div>div{
    display: flex;
    flex-direction: column;
    width: 48.5%;
}
#FAQ>div>div>div>div{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3vh;
}
#FAQ>div>div>div>div>p{
    width: 80%;
    min-height: 3em;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.2;
    color: var(--negro-cursos);
    background: var(--blanco);
    padding: 1vh 15% 1vh 5%;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    border: 1px solid #bcbcbc;
    cursor: pointer;
}
#FAQ>div>div>div>div>p>i{
    width: 2vh;
    height: 2vh;
    background: url(../iconos/formulario-arrow-negra.svg);
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    position: absolute;
    right: 4%;
}
#FAQ>div>div>div>div>span{
    width: 88%;
    font-size: 0.8em;
    color: #0066cc;
    font-weight: 500;
    background: #eaf9ff;
    overflow: hidden;

    max-height: 0;
    opacity: 0;
    padding: 0 1vh;

    transition:
        max-height 0.5s ease,
        opacity 0.3s ease,
        padding 0.4s ease;
}
#FAQ>div>div>div>div>span.mostrar{
    max-height:fit-content;
    opacity: 1;
    padding: 2vh;
}

#descubre{
    width: 100%;
    margin: 5vh 0;
    padding: 5vh 0;
    background: url(../imagenes/fondo-cursos-barra-descubre.webp) center / cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#descubre>img{
    width: 15vw;
    height: 13vw;
    margin-right: 30vh;
    position: absolute;
    aspect-ratio: 2 / 1;
    top: -1vw;
}
#descubre>div{
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30vh;
}
#descubre>div>p{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    margin-bottom: 1vh;
}
#descubre>div>a{
    padding: 1vh 3vh;
    border-radius: 30px;
    color: var(--blanco);
    background: #2e52a3;
    text-align: center;
    width: fit-content;
    font-weight: 500;
    text-decoration: none;
}
#descubre>div>a>span{
    font-weight: 700;
}

@media screen and (min-width: 751px) and (max-width: 999px) {
    #titulo>aside>span {
        font-size: 1.8em
    }
    #titulo>aside>p {
        font-size: .8em
    }
    #titulo>aside>form>input,
    #titulo>aside>form>div>input {
        margin-bottom: 17px;
        font-size: .75em
    }
    #titulo>aside>form>aside>p {
        font-size: .75em
    }
    #titulo>aside>form>.radio-check {
        margin: 7% 0
    }
    #titulo>aside>form>.radio-check>p,
    #titulo>aside>form>.radio-check>div>label,
    #titulo>aside>form>#envio>p {
        font-size: .7em
    }
    #titulo>aside>form>.radio-check>p {
        top: -12px
    }
    #titulo>aside>form>#envio>input[type="submit"] {
        font-size: .8em
    }
}
@media screen and (max-width: 750px) {
    #titulo{
        display: flex;
        flex-direction: column;
        width: 100%;
        box-shadow: none;
    }
    #titulo>div:first-of-type{
        width: 100%;
    }
    #titulo>div:first-of-type>.img-esc{
        display: none;
    }
    #titulo>div:first-of-type>.img-mov{
        display: flex;
    }
    #titulo>div:nth-of-type(2){
        width: 80%;
        position: initial;
        margin: 5vh 10%;
    }
    #titulo>div:nth-of-type(2)>h1{
        text-align: center;
    }
    #titulo>div:last-of-type{
        width: 80%;
        padding: 5vh 10%;
    }
    #titulo>div:last-of-type>div>div>img{
        width: 20%;
    }
    #titulo>div:last-of-type>aside>div{
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    #titulo>div:last-of-type>aside>div>img{
        width: 40%;
        margin-bottom: 1vh;
    }
    #titulo>div:last-of-type>aside>div>p{
        width: 90%;
        margin-left: 0;
        text-align: center;
    }
    #ruta{
        padding-bottom: 20vh;
        position: relative;
    }
    #ruta::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 10%;      /* Centra el borde */
        width: 80%;
        height: 1px;
        background-color: #d4e0fd;
        }
    #ruta>.viewer{
        width:100%;
        overflow:hidden;
        position:relative;
        touch-action:none;
    }
    #ruta>.viewer>span{
        display: flex;
        position: absolute;
        pointer-events: none;
        animation-delay: 1s;
        transition: opacity 0.5s;
        top: calc(50% - 20px);
        background-color: #babbbe;
        color: var(--negro-cursos);
        font-size: 0.8em;
        padding: 0vh 2vh;
        border-radius: 30px;
    }
    #ruta>.viewer>.ocultar{
        display: none;
    }
    #ruta>.viewer img{
        width:100%;
        height:100%;
        object-fit:contain;
        user-select:none;
        -webkit-user-drag:none;
        touch-action:none;
    }
    #ruta>button{
        width: 80%;
        bottom: 10vh;
        padding: 1vh 6vh;
    }

    #programa{
        background: url(../imagenes/background-cursos-programas-movil.webp) center / cover no-repeat;
        display: flex;
        flex-direction: column;
        padding: 10vh 0 60vh;
    }
    #programa>div{
        width: 90%;
        margin-left: 0;
    }
    #programa>div>h2{
        text-align: center;
    }
    #programa>div>div {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 2vh;
        align-items: center;
    }
    #programa>div>div>div{
        justify-self: center;
    }

    #FAQ{
        width: 100%;
        background: url(../imagenes/background-cursos-preguntas-movil.webp) top / cover no-repeat;
        padding-bottom: 30vh;
        min-height: 125vh;
    }
    #FAQ>div{
        width: 90%;
        margin-left: 0;
        align-items: center;
    }
    #FAQ>div>h4{
        text-align: center;
    }
    #FAQ>div>div{
        flex-direction: column;
    }
    #FAQ>div>div>div{
        width: 100%;
    }
    
    #descubre{
        padding: 2vh 0;
        margin: 6vh 0;
    }
    #descubre>img{
        width: 40vw;
        height: 40vw;
        margin-left: 2vh;
        top: -3vw;
    }
    #descubre>div{
        margin-left: 35vw;
    }
    #formulario{
        background: url(../imagenes/fondo-cursos-formulario-movil.webp) center / cover no-repeat;
    }
    #formulario>aside{
        width: 80%;
    }
    #formulario>aside>h4,
    #formulario>aside>p{
        width: 100%;
        text-align: left;
        white-space: normal;
    }
    .form{
        position: relative;
        padding-bottom: 10vh;
    }
    .form>div{
        display: flex;
        flex-direction: column;
    }
    .form>div:nth-of-type(1)>div:nth-of-type(1),
    .form>div:nth-of-type(1)>div:nth-of-type(2),
    .form>div:nth-of-type(2)>div,
    .form>div:nth-of-type(2)>aside,
    .form>div:nth-of-type(3)>div{
        width: 90%;
        padding: 1vh 5%;
    }
    .form>div:nth-of-type(3)>div{
        height: 15vh;
        border-radius: 15px;
        align-items: flex-start;
    }
    .form>div>input{
        position: absolute;
        width: fit-content;
        bottom: 2vh;
        align-self: center;
        padding: 1vh 5vh;
    }
    .form>aside{
        flex-direction: column;
    }
    .radio-check{
        flex-direction: column;
    }
    .radio-check>p{
        text-align: center;
    }
    .radio-check>div{
        width: 100%;
        justify-content: center;
        margin: 2vh 0;
    }
    .radio-check>div>input{
        margin: 0 1vh;
    }
    .radio-check>div>label{
        margin-right: 1vh;
    }
    .form>aside>p{
        width: 100%;
        text-align: center;
    }

    #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>h5 {
        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: 15vh 2vh 8vh;
    }
    #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: 34%;
        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
    }
    #ventajas{
        background: url(../imagenes/fondo-cursos-experiencia-movil.webp) center / cover no-repeat;
    }
    #ventajas>h4{
        text-align: center;
    }
    #ventajas>div{
        width: 90%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    #ventajas>div>div{
        width: 100%;
        padding: 2vh 0;
    }
    #ventajas>div>div:first-of-type{
        border-right: 2px solid #d4e0fd;
        border-bottom: 2px solid #d4e0fd;
    }
    #ventajas>div>div:nth-of-type(2){
        border-bottom: 2px solid #d4e0fd;
    }
    #ventajas>div>div:last-of-type{
        border-left: 2px solid #d4e0fd;
    }
    #ventajas>div>div>div{
        border-right: none;
    }
    #Recomendaciones {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: var(--blanco)
    }
    #Recomendaciones>div {
        width: 100%;
        padding: 4vh 0;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    #Recomendaciones>div>aside {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1vh 0
    }
    #Recomendaciones>div>aside>h4{
        color: var(--negro-fuerte);
        font-weight: 700;
        width: 90%;
        font-size: 1.2em;
        line-height: 1.5;
        text-align: center;
        padding: 2vh 0;
        margin-bottom: 0;
    }
    #Recomendaciones>div>aside>span {
        font-size: .9em;
        color: var(--negro-fuerte);
        font-weight: 500;
        width: 70%;
        text-align: center;
        line-height: 1.5
    }
    #Recomendaciones>div>#desktop-recomendaciones {
        width: 80%;
        padding: 0 9%;
        margin: 5vh 0;
        padding-bottom: 8vh;
        display: flex;
        justify-content: center;
        align-items: flex-start
    }
    #Recomendaciones>div>#desktop-recomendaciones>div>div {
        display: flex;
        flex-direction: column;
        background: #f6f6f6;
        align-items: center;
        justify-content: flex-start;
        border-radius: 30px;
        transition: all .2s ease;
        position: relative
    }
    #Recomendaciones>div>#desktop-recomendaciones>div>div>p {
        color: var(--negro-cursos);
        line-height: 1.3;
        margin: 4vh 0 0;
        font-weight: 700;
        width: 90%;
    }
    #Recomendaciones>div>#desktop-recomendaciones>div>div>a{
        width: 90%;
        text-align: left;
    }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
    #Recomendaciones>div>#desktop-recomendaciones>div>div>a {
        position: initial;
        margin-bottom: 0
    }
    #blog>div>div>div {
        height: auto
    }
    #blog>div>div>div {
        height: auto
    }
    #blog>div>div>div>p {
        margin-bottom: 10vh
    }
}