#UNO {
    display: flex;
    width: 100%;
    margin-top: 13vh;
}
#UNO>div{
    width: 100%;
}
#UNO>div>div>div{
    position: relative;
    display: flex;
    align-items: center;
}
#UNO>div>div>div>.banner-movil{
    display: none;
}
#UNO>div>div>div>div{
    width: 50%;
    position: absolute;
    left: 10%;
    display: flex;
    flex-direction: column;
}
#UNO>div>div>div>div>p,
#UNO>div>div>div>div>span{
    line-height: 1.1;
}
#UNO>div>div>div>.banner-1>p{
    font-size: 3em;
    font-weight: 800;
    color: var(--negro-cursos);
}
#UNO>div>div>div>.banner-1>span{
    font-size: 2.2em;
    font-weight: 600;
    color: #2462ca;
}

#UNO>div>div>div>.banner-2>p{
    font-size: 3em;
    font-weight: 800;
    color: var(--blanco);
}
#UNO>div>div>div>.banner-2>span{
    font-size: 2.2em;
    font-weight: 500;
    color: #1bccff;
}
#UNO>div>div>div>.banner-3>p{
    font-size: 2.2em;
    font-weight: 600;
    color: #2462ca;
}
#UNO>div>div>div>.banner-3>span{
    font-size: 3em;
    font-weight: 800;
    color: var(--negro-cursos);
}
#UNO>div>div>div>.banner-4>span{
    font-size: 3em;
    font-weight: 800;
    color: var(--negro-cursos);
}
#UNO>div>div>div>.banner-4>p{
    font-size: 2.2em;
    font-weight: 600;
    color: var(--blanco);
}
#UNO>div>div>div>.banner-5>p{
    font-size: 2.2em;
    font-weight: 600;
    color: #2462ca;
}
#UNO>div>div>div>.banner-5>span{
    font-size: 3em;
    font-weight: 800;
    color: var(--negro-cursos);
}
#UNO>div>div>div>.banner-6>p{
    font-size: 3em;
    font-weight: 800;
    color: var(--negro-cursos);
}
#UNO>div>div>div>.banner-6>span{
    font-size: 2.2em;
    font-weight: 600;
    color: #2462ca;
}

#modal-home{
    width: 10%;
    position: fixed;
    top: 60vh;
    left: 0;
    z-index: 2;
}
#modal-home>div{
    width: 100%;
    display: flex;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 0.5s ease;
}
#modal-home>.pop-hidden{
    opacity: 0;
}
#modal-home>div>img{
    width: 20vh;
    cursor: pointer;
}
#modal-home>div>i{
    position: absolute;
    width: 10vh;
    height: 10vh;
    top: 70%;
    left: -6vh;
    background: url(../iconos/pop-boton-min.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}
#modal-home>aside{
    z-index: 2;
    position: absolute;
    top: 0;
    left: -700px;
    height: 200px;
    width: 450px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    transition: left 0.5s ease;
}
#modal-home>aside::before{
    content: "";
    position: absolute;
    inset: 0;
    background: url(../imagenes/home-pop-backbround.webp);
    background-size: cover;
    background-position: 40%;
    opacity: 0.97;
    z-index: -1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
#modal-home>aside.abierto{
    left: 0;
}
#modal-home>aside>i{
    background: url(../iconos/close-boton-min-blanco.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 1.5vh;
    right: 1.5vh;
    width: 3vh;
    height: 4vh;
    cursor: pointer;
}
#modal-home>aside>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
    margin-right: 5%;
}
#modal-home>aside>div>p{
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    color: var(--blanco);
    line-height: 1.2;
}
#modal-home>aside>div>p>span{
    font-size: 1.8rem;
    font-weight: 800;
}
#modal-home>aside>div>div{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 4vh;
}
#modal-home>aside>div>div>a,
#modal-home>aside>div>div>button{
    text-decoration: none;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
    text-align: center;
    width: 45%;
    color: var(--blanco);
    background: #196fff;
    border: none;
    min-height: 3.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-family: Redhatdisplay, sans-serif;
}
#modal-home>aside>div>div>a:hover,
#modal-home>aside>div>div>button:hover{
    background: #1462e5;
}

#DOS {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12vh 0 10vh;
    background: url(../imagenes/fondo-gris-home.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#DOS>h2 {
    font-size: 2em;
    color: var(--negro-cursos);
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.5vh
}

#DOS>p {
    font-size: 0.9em;
    text-align: center;
    color: var(--negro-cursos);
    font-weight: 500;
    width: 75%;
    margin-bottom: 8vh;
    line-height: 1.25;
}
#DOS>img{
    z-index: 1;
}

#DOS>div {
    width: 71%;
    display: flex;
    padding: 3vh 5vh;
    margin: -18vh 20px 0 0;
}

#DOS>div>div {
    height: auto;
}

#DOS>div>div>div {
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 1;
    overflow: hidden;
    border-radius: 40px;
    background: var(--blanco);
    border-radius: 40px;
    border: 3px solid transparent;
    box-shadow: 0px 0px 14px 0px rgba(90, 128, 167, .25)
}

#DOS>div>div>div:hover {
    z-index: 10;
    border: 3px solid #b9c5dc;
    box-shadow: 0px 0px 14px 0px rgba(90, 128, 167, .35)
}

#DOS>div>div>div:hover>div>h3 {
    color: var(--negro-cursos);
}

#DOS>div>div>div>div {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    position: relative;
    margin-top: 0;
}

#DOS>div>div>div>div>h3 {
    font-size: 1.5em;
    line-height: 1.1;
    height: 3.4em;
    align-content: center;
    color: #268fff;
    font-weight: 700;
    margin-bottom: 3vh;
    margin-top: 4vh;
    width: 86%;
    text-align: left;
}

#DOS>div>div>div:hover>div>h2 {
    color: #245cc5;
}

#DOS>div>div>div>div>span {
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    width: 86%;
    padding-bottom: 0vh;
}

#DOS>div>div>div>div>span:first-of-type{
    height: 4.5em;
    padding-bottom: 3vh;
}

#DOS>div>div>div>div>p {
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 600;
    width: 86%;
    padding-bottom: 2vh;
}

#DOS>div>div>div>div>ul {
    width: 80%;
    margin-bottom: 2vh;
    margin-left: 5%;
}

#DOS>div>div>div>div>ul>li {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
}

#DOS>div>div>div>div>ul>li::marker {
    color: #245cc5;
}

#DOS>div>div>div>div>a {
    cursor: pointer;
    font-size: 0.8em;
    text-decoration: underline;
    color: #245cc5;
    font-weight: 500;
    padding: 1vh 0;
    border-radius: 30px;
    text-align: left;
    width: 86%;
    margin-top: auto;
    margin-bottom: 4vh;
}

#DOS>div>.servicios-next,
#DOS>div>.servicios-prev {
    display: none
}
.img-mov{
    display: none;
}

#categorias {
    width: 100%;
    background: none;
    margin: 7vh 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

#categorias>h2 {
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    width: 65%;
    margin: 8vh 0 0;
    color: var(--negro-cursos);
    line-height: 1.2
}

#categorias>h2>br {
    display: none
}

#categorias>p {
    font-weight: 500;
    font-size: 0.9em;
    text-align: center;
    width: 75%;
    color: var(--negro-cursos);
    line-height: 1.5
}

#categorias>p:first-of-type {
    margin-top: 5vh
}

#categorias>p:last-of-type {
    margin-top: 0.9vh;
    margin-bottom: 9vh;
    line-height: 1.5;
}

#categorias>div {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px
}

#categorias>div:last-of-type {
    border-bottom: 0;
    margin-bottom: 5vh
}

#categorias>div>a {
    height: auto;
    width: 100%;
    display: flex;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

#categorias>div>a:nth-of-type(1),
#categorias>div>a:nth-of-type(2),
#categorias>div>a:nth-of-type(3),
#categorias>div>a:nth-of-type(4),
#categorias>div>a:nth-of-type(5),
#categorias>div>a:nth-of-type(6),
#categorias>div>a:nth-of-type(7) {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 2vh
}

#categorias>div>a:hover {
    background: #f7f9ff
}

#categorias>div>a:last-of-type {
    border-right: 0
}

#categorias>div>a>h3 {
    color: var(--negro-cursos);
    font-weight: 500;
    font-size: .9em;
    margin: 2vh 0;
    width: 90%;
    text-align: center;
    line-height: 1.2
}

#categorias>div>a>h3>br {
    display: none
}

#categorias>div>a>img {
    aspect-ratio: 1/1;
    width: 30%;
    margin-top: 4vh
}

#TRES {
    width: 100%;
    height: auto;
    background: url('../imagenes/banner-meta.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

#TRES>img {
    display: none
}

#TRES>div {
    display: flex;
    width: 40%;
    flex-direction: column;
    margin-top: 9vh
}

#TRES>div>h3 {
    font-size: 2em;
    color: var(--blanco);
    font-weight: 700;
    width: 80%;
    line-height: 1;
    margin-bottom: 3vh
}

#TRES>div>p {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--blanco);
    line-height: 1.3;
    width: 70%
}

#TRES>div>p>span {
    color: #bedeff
}

#TRES>aside {
    width: 35%;
    margin-right: 10%;
    background: #1c3654;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20vh 0 10vh
}

#TRES>aside>p {
    font-size: 1.5em;
    color: var(--blanco);
    font-weight: 500;
    width: 90%;
    margin-bottom: 8vh;
    text-align: center
}

#TRES>aside>p>br {
    display: none
}

#TRES>aside>div {
    width: 75%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 5%;
    border-radius: 100px;
    transition: all 0.2s ease
}

#TRES>aside>.tres-hover {
    background: var(--blanco)
}

#TRES>aside>div>p {
    font-size: 1.9em;
    color: #597191;
    font-weight: 700;
    width: 30%;
    text-align: left;
}

#TRES>aside>.tres-hover>p {
    color: var(--negro-cursos)
}

#TRES>aside>div>div {
    width: 60%;
    padding-left: 5%;
    border-left: 3px solid #597191;
    display: flex;
    align-items: center
}

#TRES>aside>div>div>p {
    font-size: 0.9em;
    color: #597191;
    font-weight: 500;
    width: 60%
}

#TRES>aside>.tres-hover>div>p {
    color: var(--negro-cursos)
}

#TRES>aside>div:nth-of-type(1)>div>i {
    display: flex;
    width: 8vh;
    height: 8vh;
    background: url("../iconos/icono-meta-personas.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

#TRES>aside>div:nth-of-type(2)>div>i {
    display: flex;
    width: 8vh;
    height: 8vh;
    background: url("../iconos/icono-meta-capacitaciones.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

#TRES>aside>div:nth-of-type(3)>div>i {
    display: flex;
    width: 8vh;
    height: 8vh;
    background: url("../iconos/icono-meta-horas.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

#TRES>aside>div:nth-of-type(4)>div>i {
    display: flex;
    width: 8vh;
    height: 8vh;
    background: url("../iconos/icono-meta-calificacion.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

#TRES>aside>div:nth-of-type(1)>div>.i-hover {
    background: url("../iconos/icono-meta-personas-hover.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

#TRES>aside>div:nth-of-type(2)>div>.i-hover {
    display: flex;
    width: 8vh;
    height: 8vh;
    background: url("../iconos/icono-meta-capacitaciones-hover.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

#TRES>aside>div:nth-of-type(3)>div>.i-hover {
    display: flex;
    width: 8vh;
    height: 8vh;
    background: url("../iconos/icono-meta-horas-hover.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

#TRES>aside>div:nth-of-type(4)>div>.i-hover {
    display: flex;
    width: 8vh;
    height: 8vh;
    background: url("../iconos/icono-meta-calificacion-hover.svg");
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

#CUATRO {
    width: 100%;
    padding: 10vh 0 15vh;
    background: linear-gradient(180deg, rgba(245, 246, 246, 1) 25%, rgba(254, 254, 254, 1) 75%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#CUATRO>h2 {
    font-size: 1.5em;
    color: var(--negro-cursos);
    font-weight: 700;
    margin-bottom: 5vh;
}

#CUATRO>p {
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    margin-bottom: 10vh;
    text-align: center;
    line-height: 1.25;
}

#CUATRO>div {
    width: 70%;
}

#CUATRO>div>div {
    height: auto;
}

#CUATRO>div>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 3vh 0;
}

#CUATRO>div>div>div:hover {
    background: #f0f0f0;
}

#CUATRO>div>div>div>a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border-right: 1px solid #eaeaea;
}

#CUATRO>div>div>div:last-of-type>a {
    border: none;
}

#CUATRO>div>div>div>a>p {
    font-size: 1em;
    color: var(--negro-cursos);
    font-weight: 600;
    margin: 6vh 0 4.5vh;
    height: 2.2em;
    text-align: center;
}

#CUATRO>div>div>div:hover>a>p {
    font-weight: 700;
    color: #5063a9;
}

#CUATRO>div>div>div>a>span {
    height: 4px;
    width: 30%;
    background: #2f96ff;
}

.capacitacion-next,
.capacitacion-prev {
    display: none;
}

#blog-home{
    width: 100%;
    background: url(../imagenes/fondo-home-blog.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15vh 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#blog-home>div{
    display: flex;
    flex-direction: column;
    width: 35%;
    margin-right: 15%;
}

#blog-home>div>i{
    height: 10px;
    background: #5063a9;
    width: 8%;
    margin-bottom: 4vh;
}

#blog-home>div>span{
    font-size: 1em;
    color: #2cb9ff;
    font-weight: 600;
    margin-bottom: 2vh;
}

#blog-home>div>h3{
    font-size: 2em;
    font-weight: 700;
    color: var(--negro-cursos);
    line-height: 1.2;
    margin-bottom: 4vh;
    width: 70%;
    text-align: left;
}

#blog-home>div>p{
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    margin-bottom: 2vh;
    width: 100%;
}

#blog-home>div>ul{
    column-count: 2;
    column-gap: 32px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 6vh;
}

#blog-home>div>ul>li{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    margin-left: 17px;
}

#blog-home>div>ul>li::marker {
    color: #5063a9;
}

#blog-home>div>a{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--blanco);
    padding: 1vh 8vh;
    background: #5063a9;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    border-radius: 30px;
}

#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:10vh
}
#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:.9em;
    width:100%;
    padding:0 0;
    padding-left:0
}
#blog>aside>p:first-of-type{
    font-weight:700;
    line-height:1.25;
    font-size:1.5em;
    margin-bottom:2vh
}
#blog>div{
    width:98%;
    padding-right:2%;
    padding-bottom:2vh
}
#blog>div>div>div{
    display:flex;
    justify-content:center;
    height:auto
}
#blog>div>div>div>div{
    width:100%;
    max-width:480px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    height:100%;
    position:relative;
    border:1px solid var(--gris-blog);
    border-radius:20px;
    align-items:center
}
#blog>div>div>div>div>img{
    border-top-left-radius:20px;
    border-top-right-radius:20px;
    aspect-ratio:38/22;
    margin-bottom:3vh
}
#blog>div>div>div>div>h4,#blog>div>div>div>div>span{
    margin-bottom:3vh;
    width:90%;
    text-align:left;
    font-weight:700;
    font-size:.9em;
    color:var(--negro-cursos);
    min-height:63px
}
#blog>div>div>div>div>p{
    margin-bottom:5vh;
    font-weight:400;
    font-size:.9em;
    line-height:1.3;
    color:var(--negro-cursos);
    width:90%;
    overflow:hidden;
    flex-grow:1
}
#blog>div>div>div>div>a,#blog>a{
    text-decoration:none;
    background:var(--celeste-segundo);
    color:var(--blanco);
    font-size:1em;
    font-weight:500;
    border-radius:30px;
    padding:2vh 6vh;
    transition:all .2s ease;
    border:1px solid var(--azul-segundo);
    cursor:pointer;
    margin-bottom:8%
}
#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 .2s ease;
    border:1px solid var(--azul-segundo);
    cursor:pointer
}
#blog>div>a:hover,#blog>a:hover,#blog>.boton-aside>a:hover{
    background:var(--blanco);
    color:var(--azul-segundo)
}
#blog>.blog-next,#blog>.blog-prev{
    display:none
}

#CASOS {
    width: 100%;
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: url(../imagenes/casos-de-exito-back.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

#CASOS>h2 {
    font-size: 2em;
    color: var(--negro-cursos);
    text-align: center;
    line-height: 1.2;
}

#CASOS>div {
    width: 75%;
    padding: 10vh 1vh;
}

#CASOS>div>div>div {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: center;
    height: auto;
    border-radius: 30px;
}


#CASOS>div>div>div>img {
    width: 45%;
    position: absolute;
    align-content: center;
    align-self: center;
    left: 0;
    z-index: 1;
    margin-top: 2%;
}

#CASOS>div>div>div>div {
    display: flex;
    flex-direction: row;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    border-radius: 30px;
    width: 97%;
}

#CASOS>div>div>div>div>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: var(--blanco);
    height: 80%;
    padding: 6% 0 6% 30%;
    justify-content: center;
    padding-left: 30%;
    border-radius: 15px;
}

#CASOS>div>div>div>div>div::after {
  content: "";
  position: absolute;
  bottom: -10px; /* distancia de la sombra */
  right: 15%; /* centra la sombra (25% + 50% = 100%) */
  width: 50%;
  height: 20px; /* grosor de la sombra */
  background: rgba(115, 123, 153, 0.4);
  filter: blur(10px); /* suaviza la sombra */
  z-index: -1; /* la coloca detrás del contenedor */
  border-radius: 50%;
}

#CASOS>div>div>div>div>div>p {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    text-align: left;
}

#CASOS>div>div>div>div>div>h3 {
    font-size: 1em;
    color: #3684e5;
    font-weight: 700;
    text-align: left;
    width: 75%;
}

#CASOS>div>div>div>div>div>span {
    color: #5063a9;
    font-size: 0.9em;
    font-weight: 500;
    margin-top: 2vh;
    cursor: pointer;
    text-decoration: underline;
}

#CASOS>.casos-page {
    bottom: 14.3%;
    padding: 0;
}

.casos-page .swiper-pagination-bullet {
    margin-right: 2vh;
}

.casos-page .swiper-pagination-bullet-active {
    background: var(--blanco);
}

.casos-next:after,
.casos-prev:after {
    content: none;
}

#CASOS>.casos-next {
    background-image: url(../iconos/arrow-casos.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4vh;
    right: 5%;
    top: 50%;
}

#CASOS>.casos-prev {
    background-image: url(../iconos/arrow-casos.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 4vh;
    left: 5%;
    top: 50%;
    rotate: 180deg;
}

.modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.modal>span {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
}

.modal>div {
    width: 80%;
    background: var(--blanco);
    border-radius: 30px;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.29);
    z-index: 10;
}

.modal>div>div {
    width: 100%;
    height: 25vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

#modal-1>div>div {
    background: url(../imagenes/modal-fondos-para-el-retiro.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#modal-2>div>div {
    background: url(../imagenes/modal-industria-medica.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#modal-3>div>div {
    background: url(../imagenes/modal-alimentos-y-bebidas.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#modal-4>div>div {
    background: url(../imagenes/modal-servicios-financieros.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#modal-5>div>div {
    background: url(../imagenes/modal-industria-de-servicios.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#modal-6>div>div {
    background: url(../imagenes/modal-servicios-salud.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#modal-7>div>div {
    background: url(../imagenes/modal-soluciones-logisticas.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#modal-8>div>div {
    background: url(../imagenes/modal-industria-farmaceutica.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.modal>div>div>img {
    display: none;
}

.modal>div>div>p:first-of-type {
    font-size: 1em;
    color: var(--negro-cursos);
    font-weight: 700;
    text-align: left;
    width: 25%;
    line-height: 1.4;
}

.modal>div>div>p:last-of-type {
    font-size: 1.4em;
    color: var(--blanco);
    font-weight: 700;
    text-align: left;
    width: 25%;
    line-height: 1.4;
}

#modal-2>div>div>p:last-of-type {
    color: #5063a9;
}

.modal>div>div>span {
    position: absolute;
    top: 10%;
    right: 2%;
    font-size: 1.5em;
    color: var(--blanco);
    cursor: pointer;
}

.modal>div>aside {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 5vh 0;
    justify-content: space-between;
    align-items: flex-start;
}

.modal>div>aside>div {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 5vh;
    min-height: 40vh;
}

.modal>div>aside>div:nth-of-type(2) {
    border-left: 1px solid var(--fondo-gris);
    border-right: 1px solid var(--fondo-gris);
}

.modal>div>aside>div>p {
    font-size: 0.8em;
    color: var(--negro-cursos);
    font-weight: 500;
    text-align: left;
    margin-bottom: 3vh;
}

.modal>div>aside>div>p:first-of-type {
    font-size: 1em;
    font-weight: 700;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
    #TRES>aside>div>p {
        font-size: 1.5em;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
}

@media screen and (min-width: 769px) and (max-width: 900px) {
    #categorias>div>a>h3 {
        font-size: 0.8em;
    }

    #categorias>div {
        width: 85%;
    }
}

@media screen and (min-aspect-ratio: 5/4) and (max-aspect-ratio: 4/3) and (min-width: 1000px) {
}

@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 3/2) and (min-width: 1000px) {
}

@media screen and (min-aspect-ratio: 3/2) and (max-aspect-ratio: 17/10) and (min-width: 1000px) {}

@media screen and (max-width: 768px) {
    #UNO>div>div>div{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #UNO>div>div>div>.banner-movil{
        display: flex;
    }
    #UNO>div>div>div>.banner-escritorio{
        display: none;
    }
    #UNO>div>div>div>.banner-4>p{
        color: #2462ca;
    }
    #UNO>div>div>div>div{
        position: initial;
        align-items: center;
        width: 90%;
        margin-top: 3vh;
    }
    #UNO>div>div>div>div>p,
    #UNO>div>div>div>div>span{
        text-align: center;
    }
    #UNO>div>div>div>div>p>br,
    #UNO>div>div>div>div>span>br{
        display: none;
    }
    #UNO>div>div>div>.banner-2>p{
        color: var(--negro-cursos);
    }
    #modal-home{
        width: 45%;
        margin-top: -10vw;
    }
    #modal-home>aside{
        left: -100vw;
        width: 95vw;
        border-radius: 25px;
        justify-content: center;
    }
    #modal-home>aside::before{
        content: "";
        position: absolute;
        inset: 0;
        background: url(../imagenes/home-pop-back-movil.webp);
        background-size: cover;
        background-position: center;
        opacity: 0.95;
        z-index: -1;
        border-radius: 25px;
    }
    #modal-home>aside.abierto{
        left: 2.5vw;
    }
    #modal-home>aside>div{
        width: 90%;
        margin-right: 0;
    }
    #modal-home>aside>img{
        display: none;
    }

    #DOS {
        margin-top: 10vh;
        background: url(../imagenes/fondo-gris-home-movil.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #DOS>h2 {
        font-size: 1.5em;
        width: 85%;
        line-height: 1
    }

    #DOS>p {
        font-size: 0.9em;
        width: 85%
    }

    .img-mov{
        display: flex;
        width: 90%;
    }
    .img-esc{
        display: none;
    }

    #DOS>div {
        width: 80%;
        padding: 0 7.5%;
        margin: -5vh auto 0;
    }

    #DOS>div>.servicios-next,
    #DOS>div>.servicios-prev {
        display: flex;
        width: 6vh;
        height: 6vh;
        top: 10%;
        border: 5px solid var(--blanco);
        border-radius: 50px
    }

    #DOS>div>.servicios-next:after,
    #DOS>div>.servicios-prev:after {
        content: none
    }

    #DOS>div>.servicios-prev {
        background-image: url('https://idesaa.edu.mx/iconos/icono-izquierda.svg');
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        left: 1vw;
        box-shadow: 0px 1px 2px 0px rgba(191, 191, 191, 1)
    }

    #DOS>div>.servicios-next {
        background-image: url('https://idesaa.edu.mx/iconos/icono-derecha.svg');
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        right: 1vw;
        box-shadow: 0px 1px 2px 0px rgba(191, 191, 191, 1)
    }

    #DOS>div>.servicios-next.swiper-button-disabled {
        background-image: url(https://idesaa.edu.mx/iconos/icono-derecha-gris.svg);
        opacity: 1
    }

    #DOS>div>.servicios-prev.swiper-button-disabled {
        background-image: url(https://idesaa.edu.mx/iconos/icono-izquierda-gris.svg);
        opacity: 1
    }

    #DOS>div>div>div {
        border: none;
        box-shadow: 0px 0px 20px 0px rgba(90, 128, 167, .35)
    }
    #DOS>div>div>div>div{
        border: 3px solid #b9c5dc;
        border-radius: 40px;
    }

    #DOS>div>div>div:hover {
        box-shadow: none;
        border: none;
    }

    #DOS>div>div>div>div>h3 {
        width: 80%;
        text-align: center;
        height: 4em;
        line-height: 1.2;
    }
    #DOS>div>div>div>div>span,
    #DOS>div>div>div>div>p,
    #DOS>div>div>div>div>a{
        text-align: left;
        width: 80%;
    }

    #DOS>div>div>div>div>ul {
        width: 70%;
    }

    #categorias {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin: 5vh 0
    }

    #categorias>h2 {
        width: 90%;
        font-size: 1.5em;
    }
    #categorias>p>br{
        display: none;
    }

    #categorias>h2>br {
        display: flex
    }

    #categorias>div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(7, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px
    }

    #categorias>div>a:nth-of-type(1),
    #categorias>div>a:nth-of-type(2),
    #categorias>div>a:nth-of-type(3),
    #categorias>div>a:nth-of-type(4),
    #categorias>div>a:nth-of-type(5),
    #categorias>div>a:nth-of-type(6),
    #categorias>div>a:nth-of-type(7) {
        margin-bottom: 0
    }

    #categorias>div>a {
        border-bottom: 1px solid #e8e8e8
    }

    #categorias>div>a:nth-of-type(1),
    #categorias>div>a:nth-of-type(3),
    #categorias>div>a:nth-of-type(5),
    #categorias>div>a:nth-of-type(7),
    #categorias>div>a:nth-of-type(9),
    #categorias>div>a:nth-of-type(11),
    #categorias>div>a:nth-of-type(13) {
        border-right: 1px solid #e8e8e8
    }

    #categorias>div>a:nth-of-type(13),
    #categorias>div>a:nth-of-type(14) {
        border-bottom: none
    }

    #categorias>div>a>h3>br {
        display: flex
    }

    #TRES {
        flex-direction: column;
        position: relative;
        align-items: center;
        background: none
    }

    #TRES>div {
        width: 100%;
        align-items: center;
        margin-top: 0;
        padding: 5vh 0 40vh 0;
        background: url(../imagenes/banner-meta-movil.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom
    }

    #TRES>div>h3 {
        font-size: 1.5em;
        text-align: center;
        width: 90%
    }

    #TRES>div>p {
        width: 80%;
        font-size: 0.9em;
        text-align: center
    }

    #TRES>aside {
        width: 100%;
        margin-right: 0;
        padding: 10vh 0
    }

    #TRES>aside>p {
        text-align: center;
        line-height: 1;
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 5vh
    }

    #TRES>aside>p>br {
        display: initial
    }

    #TRES>aside>div>p {
        width: 35%
    }

    #TRES>aside>div>div {
        padding-left: 2%
    }

    #CUATRO>h2 {
        line-height: 1.2;
        text-align: center;
    }

    #CUATRO>p {
        width: 90%;
    }

    #CUATRO>p>br {
        display: none;
    }

    #CUATRO>div {
        padding-bottom: 15vh;
    }

    #CUATRO>div>div>div {
        border: none;
    }

    #CUATRO>div>div>div>a>p {
        margin: 4vh 0;
    }

    #CUATRO>div>div>div>a>p>br {
        display: none;
    }

    #CUATRO>div>.capacitacion-next,
    #CUATRO>div>.capacitacion-prev {
        display: flex;
        width: 5vh;
        height: 5vh;
        border: 5px solid var(--blanco);
        border-radius: 50px;
        top: 90%;
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.75);
    }

    #CUATRO>div>.capacitacion-next:after,
    #CUATRO>div>.capacitacion-prev:after {
        content: none
    }

    #CUATRO>div>.capacitacion-prev {
        background-image: url('https://idesaa.edu.mx/iconos/icono-izquierda.svg');
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        left: 30%;
    }

    #CUATRO>div>.capacitacion-next {
        background-image: url('https://idesaa.edu.mx/iconos/icono-derecha.svg');
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        left: auto;
        right: 30%;
    }

    #CUATRO>div>.capacitacion-next.swiper-button-disabled {
        background-image: url(https://idesaa.edu.mx/iconos/icono-derecha-gris.svg);
        opacity: 1
    }

    #CUATRO>div>.capacitacion-prev.swiper-button-disabled {
        background-image: url(https://idesaa.edu.mx/iconos/icono-izquierda-gris.svg);
        opacity: 1
    }

    #blog-home{
        align-items: center;
        background: url(../imagenes/fondo-home-blog-movil.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 70vh;
        position: relative;
    }

    #blog-home>div{
        margin-right: 0;
        width: 90%;
        align-items: center;
    }

    #blog-home>div>i{
        width: 15%;
    }

    #blog-home>div>span,
    #blog-home>div>p,
    #blog-home>div>h3{
        text-align: center;
    }

    #blog-home>div>h3{
        width: 100%;
        font-size: 1.5em;
    }

    #blog-home>div>ul{
        column-count: 1;
        width: fit-content;
        margin-bottom: 5vh;
    }

    #CASOS {
        background: url(../imagenes/casos-de-exito-back-movil.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #CASOS>div {
        width: 70%;
        padding: 10vh 0;
    }

    #CASOS>div>div>div>img {
        width: 65%;
        top: 0;
        margin-top: -5%;
        left: auto;
    }

    #CASOS>div>div>div>div {
        flex-direction: column;
        padding: 1.5% 1%;
        height: 100%;
        justify-content: flex-start;
    }

    #CASOS>div>div>div>div>div {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 3vh 0;
        padding: 20vh 0 6%;
        border-radius: 30px;
    }

    #CASOS>div>div>div>div>div::after {
        bottom: 10px; /* distancia de la sombra */
        right: 25%; /* centra la sombra (25% + 50% = 100%) */
    }

    #CASOS>div>div>div>div>div>p {
        font-size: 0.9em;
        text-align: center;
    }

    #CASOS>div>div>div>div>div>h3 {
        font-size: 1em;
        text-align: center;
        width: 70%;
    }

    #CASOS>div>div>div>div>div>span {
        padding: 1.2vh 4vh;
        margin-top: 3vh;
    }

    #CASOS>.casos-next,
    #CASOS>.casos-prev {
        display: none;
    }

    .modal>div {
        width: 95%;
        height: 95%;
        overflow-y: scroll;
        border-radius: 20px;
    }

    #modal-1>div>div,
    #modal-2>div>div,
    #modal-3>div>div,
    #modal-4>div>div,
    #modal-5>div>div {
        background: none;
    }

    .modal>div>div {
        height: auto;
    }

    .modal>div>div>img {
        display: flex;
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        margin-bottom: 4vh;
    }

    .modal>div>div>p {
        font-size: 0.8em;
        width: 90%;
    }

    .modal>div>div>h3 {
        font-size: 1em;
        color: var(--negro-cursos);
        width: 90%;
    }

    .modal>div>div>span {
        top: 4%;
        right: 4%;
    }

    .modal>div>aside {
        flex-direction: column;
        align-items: center;
        padding: 0 0 2vh;
    }

    .modal>div>aside>div {
        width: 90%;
        padding: 0;
        min-height: auto;
        margin-top: 2vh;
    }

    .modal>div>aside>div:nth-of-type(2) {
        border-left: none;
        border-right: none;
    }

    .modal>div>aside>div>p {
        font-size: 0.7em;
        width: 100%;
        margin-bottom: 1vh;
    }

    .modal>div>aside>div>p:first-of-type {
        font-size: 0.8em;
    }
}
@media screen and (min-width: 1355px){
    #blog-home{
        align-items: flex-start;
    }
    #blog-home>div {
        width: 510px;
        margin-left: 51%;
        margin-right: 0;
    }
}
@media screen and (min-width: 1065px){
    #DOS>img {
        min-width: 1050px;
    }
    #DOS>div{
        min-width: 935px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1064px){
    #DOS>img {
        width: 95%;
    }
    #DOS>div{
        width: 95%;
        padding: 3vh 3vh;
    }
    #categorias>p>br{
        display: none;
    }
}

@media screen and (max-width: 480px){
    #blog-home{
        padding-bottom: 110%;
    }
    #blog-home>div>a{
        right: 5%;
        padding: 1vh 5vh;
    }
}
@media screen and (max-aspect-ratio: 2/3) and (min-aspect-ratio: 3/5) and (max-width: 750px) {}