footer {
    background: var(--blanco);
}

footer>div>p {
    background: #f6f6f6;
}

#UNO {
    height: 80vh;
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: url(../imagenes/banner-capacitacion-en-la-empresa.webp);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 12vh;
}

#UNO>img {
    display: none;
}

#UNO>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 10%;
    margin-top: 20vh;
}

#UNO>div>h1 {
    font-size: 1.3em;
    color: #3d5cc1;
    font-weight: 500;
    margin-bottom: 1vh;
}

#UNO>div>p {
    font-size: 2.3em;
    color: var(--negro-cursos);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2vh;
}
#UNO>div>p>span{
    color: #429bff;
}
#UNO>div>p>br.br-movil{
    display: none;
}

#DOS {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 10vh 0;
    align-items: center;
}

#DOS>h2 {
    font-size: 2em;
    color: var(--negro-cursos);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 2vh;
    text-align: center;
}
#DOS>p{
    font-size: 0.9em;
    width: 40%;
    text-align: center;
    color: var(--negro-cursos);
    font-weight: 500;
    margin-bottom: 8vh;
}

#DOS>div {
    width: 75%;
    padding: 0 10%;
}

#DOS>div>div{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 5vh;
}

#DOS>div>div>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
}
#DOS>div>div>div:nth-of-type(1)>i,
#DOS>div>div>div:nth-of-type(3)>i{
    position: absolute;
    width: 106%;
    left: -3%;
    bottom: -1.5%;
    height: 62%;
    background: url(../imagenes/marco-servicios-punteado.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}
#DOS>div>div>div:nth-of-type(2)>i,
#DOS>div>div>div:nth-of-type(4)>i{
    position: absolute;
    width: 106%;
    left: -3%;
    top: -1%;
    height: 40%;
    background: url(../imagenes/marco-servicios-solido.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    pointer-events: none;
}
#DOS>div>div>div:nth-of-type(6)>i,
#DOS>div>div>div:nth-of-type(8)>i{
    position: absolute;
    width: 106%;
    left: -3%;
    top: -1.5%;
    height: 62%;
    background: url(../imagenes/marco-servicios-punteado.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    z-index: 2;
    pointer-events: none;
}
#DOS>div>div>div:nth-of-type(5)>i,
#DOS>div>div>div:nth-of-type(7)>i{
    position: absolute;
    width: 106%;
    left: -3%;
    bottom: -1%;
    height: 40%;
    background: url(../imagenes/marco-servicios-solido.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotate(180deg);
    z-index: 2;
    pointer-events: none;
}
#DOS>div>div>div>span.icon-1,
#DOS>div>div>div>span.icon-2,
#DOS>div>div>div>span.icon-3,
#DOS>div>div>div>span.icon-4,
#DOS>div>div>div>span.icon-5{
    width: 4vh;
    height: 4vh;
    position: absolute;
    top: 35%;
    z-index: 3;
}
#DOS>div>div>div>span.icon-6,
#DOS>div>div>div>span.icon-7,
#DOS>div>div>div>span.icon-8,
#DOS>div>div>div>span.icon-9,
#DOS>div>div>div>span.icon-10{
    width: 4vh;
    height: 4vh;
    position: absolute;
    bottom: 35%;
    z-index: 3;
}
#DOS>div>div>div>.icon-1,
#DOS>div>div>div>.icon-6{
    background: url(../iconos/bullet-servicios-amarillo.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -2vh;
}
#DOS>div>div>div>.icon-2,
#DOS>div>div>div>.icon-7{
    background: url(../iconos/bullet-servicios-verde.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -2vh;
}
#DOS>div>div>div>.icon-3,
#DOS>div>div>div>.icon-8{
    background: url(../iconos/bullet-servicios-celeste.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    right: -2vh;
}
#DOS>div>div>div>.icon-4,
#DOS>div>div>div>.icon-9{
    background: url(../iconos/bullet-servicios-morado.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    right: -2vh;
}
#DOS>div>div>div>.icon-5,
#DOS>div>div>div>.icon-10{
    background: url(../iconos/bullet-servicios-gris.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    right: -2vh;
}
#DOS>div>div>div>.fondo,
#DOS>div>div>div:last-of-type>.fondo{
    width: 415%;
    height: 20vh;
    position: absolute;
    right: -7.5%;
    background: #f8f8f8;
    z-index: -1;
    border-radius: 30px;
}
#DOS>div>div>div>img{
    width: 15vh;
    height: 15vh;
    padding: 2.5vh 0;
}
#DOS>div>div>div>div{
    width: 100%;
    height: 100%;
    padding: 5vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
#DOS>div>div>div:hover>div{
    background: #f0f9ff;
    border-top-left-radius: 3%;
    border-top-right-radius: 3%;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
#DOS>div>div>div>div>b{
    font-size: 0.9em;
    font-weight: 500;
    position: absolute;
    top: -1.5vh;
    height: 3vh;
    background: #aa4eff;
    color: var(--blanco);
    padding: 0 1.5vh;
    border-radius: 30px;
    z-index: 1;
}
#DOS>div>div>div>div>p{
    width: 80%;
    font-size: 1.5em;
    min-height: 3.2em;
    font-weight: 700;
    line-height: 1;
    color: var(--negro-cursos);
    margin-bottom: 5vh;
}
#DOS>div>div>div>div>span{
    width: 80%;
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
}

#DOS>button {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--blanco);
    width: fit-content;
    background: #5063a9;
    font-family: Redhatdisplay, sans-serif;
    padding: 1vh 4vh;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
    border: 3px solid #43569a;
    margin-top: 10vh;
    box-shadow: 0 4px 5px -1px rgba(141, 141, 151, 0.7);
}
#DOS>button>span{
    font-weight: 700;
}

#TRES {
    width: 100%;
    padding: 10vh 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../imagenes/arquitectura-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#TRES>h2 {
    font-size: 1.5em;
    color: var(--negro-cursos);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 4vh;
    width: 70%;
    text-align: center;
}

#TRES>p {
    font-size: 1em;
    color: var(--negro-cursos);
    font-weight: 500;
    margin-bottom: 5vh;
}

#TRES>div {
    width: 75%;
    display: flex;
}

#TRES>div>div {
    padding: 1vh 0;
}

#TRES>div>div>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    transition: all 0.2s ease;
    border-radius: 30px;
}

#TRES>div>div>div:hover {
    background: var(--blanco);
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .29);
}

#TRES>div>div>div>span {
    display: flex;
    width: 12vh;
    height: 12vh;
    margin: 3vh 0;
}

#TRES>div>div>div>.slide-1 {
    background: url(../iconos/icono-analisis-gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#TRES>div>div>div>.slide-2 {
    background: url(../iconos/icono-diseno-gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#TRES>div>div>div>.slide-3 {
    background: url(../iconos/icono-implementacion-gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#TRES>div>div>div>.slide-4 {
    background: url(../iconos/icono-evaluacion-gray.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#TRES>div>div>div:hover>.slide-1 {
    background: url(../iconos/icono-analisis-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#TRES>div>div>div:hover>.slide-2 {
    background: url(../iconos/icono-diseno-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#TRES>div>div>div:hover>.slide-3 {
    background: url(../iconos/icono-implementacion-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#TRES>div>div>div:hover>.slide-4 {
    background: url(../iconos/icono-evaluacion-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

#TRES>div>div>div>p {
    font-size: 1em;
    color: var(--negro-cursos);
    font-weight: 700;
    margin-bottom: 2vh;
    width: 75%;
}

#TRES>div>div>div>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    list-style: none;
    margin-bottom: 3vh
}

#TRES>div>div>div>ul>li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2vh
}

#TRES>div>div>div>ul>li>span {
    width: 1vw;
    height: 1vw;
    background-image: url(../iconos/icono-check.svg);
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
    margin-top: 3px;
    margin-right: 3%
}

#TRES>div>div>div>ul>li>p {
    font-weight: 500;
    font-size: .8em;
    color: var(--negro-cursos);
    width: 95%;
    text-align: left
}

#TRES>div>div>div>ul>li>p>span {
    color: #3d5cc1;
    font-weight: 700;
}

#CUATRO {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background: url(../imagenes/banner-beneficios-tangibles.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#CUATRO>div {
    width: 40%;
    margin: 10vh 0 10vh 17%;
    display: flex;
    flex-direction: column;
}

#CUATRO>div>p {
    font-size: 1.5em;
    color: var(--negro-cursos);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5vh;
}

#CUATRO>div>div {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

#CUATRO>div>div>div {
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#CUATRO>div>div>div>img {
    width: 90%;
}

#CUATRO>div>div>div>p {
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    text-align: center;
}

#porque {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding: 12vh 0;
    background: url(../imagenes/banner-porque-arquitectura.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#porque>div {
    display: flex;
    padding: 4vh;
    width: 30%;
    flex-direction: column;
    position: relative;
    border-radius: 30px;
    margin-right: 15%;
}

#porque>div>img {
    width: 15%;
    position: absolute;
    top: 0%;
    left: -12%;
}

#porque>div>p {
    font-size: 2em;
    color: var(--negro-cursos);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4vh;
    white-space: nowrap;
}

#porque>div>span {
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    margin-bottom: 3vh;
}

#porque>div>span:last-of-type {
    margin-bottom: 6vh;
}

#porque>div>button {
    font-size: 0.9em;
    font-weight: 400;
    color: var(--blanco);
    width: fit-content;
    background: #5063a9;
    font-family: Redhatdisplay, sans-serif;
    padding: 2vh 3vh;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
    border: none;
}

#Quote {
    width: 100%;
    padding: 5vh 0 20vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../imagenes/banner-rene-quote.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

#Quote>span {
    height: 5vh;
    width: 8vh;
    margin-right: 20%;
    align-self: flex-end;
    background-image: url(../iconos/comillas-celestes-v3.svg);
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
}

#Quote>div {
    width: 44%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 30%;
}

#Quote>div>p {
    font-size: 1em;
    color: var(--blanco);
    font-weight: 400;
    margin-bottom: 4vh;
    width: 80%;
}
#Quote>div>p:first-of-type{
    margin-bottom: 1vh;
}
#Quote>div>p>span{
    font-size: 1.2rem;
    font-weight: 700;
    color: #2eeaff;
    margin-bottom: 1vh;
}

#Quote>div>span {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--blanco);
    margin-bottom: 1vh;
    width: 100%;
}

#Quote>div>span:first-of-type {
    color: #2eeaff;
    font-size: 1.2em;
    font-weight: 700;
}

#Quote>img {
    display: none;
}

#Testimonios {
    width: 100%;
    padding: 10vh 0 7vh 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: url(../imagenes/fondo-testimonios-servicios.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#Testimonios>h2 {
    font-size: 2em;
    color: var(--negro-cursos);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2vh;
    align-self: center;
}

#Testimonios>div {
    width: 33%;
    margin-left: 17%;
    padding: 5vh 0 8vh;
}

#Testimonios>div>div>div {
    display: flex;
    height: auto;
    flex-direction: column;
    width: 100%;
    padding: 2vh 0 3vh;
    border-top: 1px solid #cddddd;
    border-bottom: 1px solid #cddddd;
}

#Testimonios>div>div>div>.estrellas {
    display: flex;
    flex-direction: row;
    width: auto;
    justify-content: flex-end;
    margin-bottom: 2vh;
}

#Testimonios>div>div>div>.estrellas>img {
    width: 4%;
    margin: 1% 0.5vh;
}

#Testimonios>div>div>div>aside {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4vh;
}

#Testimonios>div>div>div>aside>div {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

#Testimonios>div>div>div>aside>div>p {
    font-size: 0.9em;
    color: var(--negro-cursos);
    font-weight: 700;
    line-height: 1.2;
}

#Testimonios>div>div>div>aside>div>span {
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    line-height: 1.2;
}

#Testimonios>div>div>div>span {
    font-size: 0.75em;
    color: var(--negro-cursos);
    font-weight: 500;
    line-height: 1.5;
}

#Testimonios>div>div>div>p {
    font-size: 0.8em;
    color: #5063a9;
    font-weight: 600;
}

#Testimonios>div>.testimonios-next,
#Testimonios>div>.testimonios-prev {
    width: 4.5vh;
    min-width: 34px;
    max-width: 52px;
    height: 45px;
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(100% - 50px);
}

#Testimonios>div>.testimonios-next:after,
#Testimonios>div>.testimonios-prev:after {
    content: none;
}

#Testimonios>div>.testimonios-next {
    right: 37%;
    background-image: url('../iconos/icono-derecha.svg')
}

#Testimonios>div>.testimonios-prev {
    left: 37%;
    margin-left: 0;
    background-image: url('../iconos/icono-izquierda.svg')
}

#iniciativa{
    width: 100%;
    padding: 10vh 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    background: url(../imagenes/img-back-apoyo.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#iniciativa>img{
    width: 15%;
    margin-right: 5%;
}

#iniciativa>div{
    width: 38%;
    margin-right: 12%;
    display: flex;
    flex-direction: column;
}
#iniciativa>div>p{
    font-size: 2em;
    color: var(--negro-cursos);
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 5vh;
}
#iniciativa>div>p>span{
    font-weight: 700;
}
#iniciativa>div>span{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    line-height: 1.3;
    margin-bottom: 2vh;
}
#iniciativa>div>span>span{
    color: #419ef4;
}
#iniciativa>div>ul{
    width: 100%;
    margin-bottom: 2vh;
}
#iniciativa>div>ul>li{
    display: flex;
    flex-direction: row;
    line-height: 1.3;
}
#iniciativa>div>ul>li>span{
    width: 1em;
    height: 1em;
    margin-top: 2px;
    margin-right: 1vh;
    background: url(../iconos/icono-alamedida-check-azul.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
#iniciativa>div>ul>li>p{
    font-size: 0.9em;
    font-weight: 500;
    color: var(--negro-cursos);
    width: 90%;
}
#iniciativa>div>ul>li>p>span{
    font-weight: 700;
}
#iniciativa>div>button{
    font-size: 0.9em;
    font-weight: 400;
    color: var(--blanco);
    width: fit-content;
    background: #5063a9;
    font-family: Redhatdisplay, sans-serif;
    padding: 2vh 3vh;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    margin-top: 5vh;
}

#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: 400;
    color: var(--blanco);
    padding: 1vh 5vh;
    background: #5063a9;
    font-family: Redhatdisplay, sans-serif;
    cursor: pointer;
    text-decoration: none;
    width: fit-content;
    border-radius: 30px;
}

#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;
}

#clientes {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 5vh;
}

#clientes>p {
    font-weight: 700;
    line-height: 1.25;
    font-size: 2em;
    align-self: center;
    width: 50%;
    color: var(--negro-cursos);
    top: 68%;
    outline: 0;
    text-align: center;
}

#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-cursos);
    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;
}

#CINCO {
    width: 100%;
    padding: 5vh 0 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../imagenes/patron-formulario.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

#CINCO>div {
    width: 60%;
    background: var(--blanco);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 1000;
}

#CINCO>div>form {
    width: 100%;
    background: var(--blanco);
    justify-content: flex-start;
    z-index: 1000;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

#CINCO>div>form>div {
    width: 50%;
    padding: 5vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 1000;
    margin: 0;
    align-items: flex-start;
    background: linear-gradient(0deg, rgba(64, 190, 247, 1) 60%, rgba(112, 127, 211, 1) 100%);
}

#CINCO>div>form>div>h3 {
    color: var(--blanco);
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 2vh;
}

#CINCO>div>form>div>p {
    font-size: 0.8em;
    color: var(--blanco);
}

#CINCO>div>form>div>p:last-of-type {
    margin-bottom: 3vh;
}

#CINCO>div>form>div>input {
    height: 15px;
    margin-bottom: 20px;
    border: 1px solid var(--blanco);
    border-radius: 20px;
    color: var(--negro-cursos);
    width: 70%;
    padding: 10px 8.5%;
    font-size: .8em;
    line-height: 1;
    outline: none;
    font-family: Redhatdisplay, sans-serif;
    font-weight: 500;
}

#CINCO>div>form>div>input::placeholder {
    opacity: 0.8;
}

#CINCO>div>form>div>input:focus,
#CINCO>div>form>div>input:hover {
    border: 1px solid var(--blanco);
    opacity: 1;
}

#CINCO>div>form>div>input:focus::placeholder,
#CINCO>div>form>div>input:hover::placeholder {
    opacity: 1;
}

#CINCO>div>form>div>aside {
    background: var(--blanco);
    width: 77%;
    height: 30px;
    padding: 2px 5%;
    border-radius: 20px;
    border: 1px solid var(--blanco);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.2s ease;
    position: relative;
}

#CINCO>div>form>div>.selectabierto {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#CINCO>div>form>div>aside:hover {
    border: 1px solid var(--azul-tercero);
}

#CINCO>div>form>div>aside>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    background: var(--blanco);
    list-style: none;
    overflow: scroll;
    position: absolute;
    top: 100%;
    left: 0;
    height: 200px;
    padding: 0;
    z-index: 1100;
    overflow-x: hidden;
}

#CINCO>div>form>div>aside>ul::-webkit-scrollbar {
    display: none;
}


#CINCO>div>form>div>aside>ul>li {
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 10px 10.5%;
    width: 79%;
    font-size: .8em;
    text-align: left;
    color: var(--gris);
}

#CINCO>div>form>div>aside>ul>li:hover {
    background: #45b8f3;
    color: var(--blanco);
}

#CINCO>div>form>div>aside>p {
    font-size: .8em;
    color: var(--gris);
    text-align: left;
    padding-left: 4.5%;
    cursor: pointer;
    width: 85%;
    font-weight: 500;
    opacity: 0.8;
}

#CINCO>div>form>div>aside>p:hover,
#CINCO>div>form>div>aside>p:focus,
#CINCO>div>form>div>aside>ul:hover+p {
    opacity: 1;
}


#CINCO>div>form>div>aside>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    transform: rotate(90deg);
    cursor: pointer;
}

#CINCO>div>form>div>aside>div>object {
    width: 40%;
    transition: all 0.2s ease;
    margin: 0px
}

#CINCO>div>form>div>aside>div>object:nth-of-type(1) {
    transform: rotate(90deg);
}

#CINCO>div>form>div>aside>div>object:nth-of-type(2) {
    transform: rotate(270deg);
}

#CINCO>div>form>div>aside>div:hover>object {
    color: var(--azul-segundo);
}

#CINCO>div>form>aside {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
}

#CINCO>div>form>aside>img {
    width: 100%;
    margin-bottom: 10vh;
}

#CINCO>div>form>aside>.radio-check {
    flex-direction: column;
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 4vh;
}

#CINCO>div>form>aside>.radio-check>p {
    font-size: .8em;
    width: 100%;
    color: var(--negro-cursos);
    text-align: center;
}

#CINCO>div>form>aside>.radio-check>div {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

#CINCO>div>form>aside>.radio-check>div>input {
    display: none
}

#CINCO>div>form>aside>.radio-check>div>label {
    color: var(--negro-cursos);
    padding: 5px 10px 5px 5px;
    position: relative;
    font-size: .8em;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

#CINCO>div>form>aside>.radio-check>div>label::before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: none;
    border: 3px solid #747475;
    display: inline-block;
    margin-right: 0.5vh;
}

#CINCO>div>form>aside>.radio-check>div>input:checked+label::before {
    background: #747475;
}

#CINCO>div>form>aside>span {
    font-weight: 500;
    font-size: 0.65em;
    color: var(--rojo-fuerte);
    align-self: flex-start;
    margin-left: 5%;
    margin-bottom: 2vh;
}

#CINCO>div>form>aside>#envio {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

#CINCO>div>form>aside>#envio>input[type="submit"] {
    position: relative;
    margin-bottom: 0px;
    width: 30%;
    padding: 1.5vh 0;
    border: 2px solid var(--celeste);
    border-radius: 100px;
    transition: all 0.2s ease;
    color: var(--blanco);
    background: var(--celeste);
    font-weight: 500;
    font-size: .8em;
    letter-spacing: 2px;
    height: auto;
    text-transform: uppercase;
    cursor: pointer;
}

#CINCO>div>form>aside>#envio>input[type="submit"]:hover {
    background: var(--blanco);
    color: var(--celeste);
}

#CINCO>div>form>aside>#envio>p {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: .8em;
    color: var(--negro-cursos);
    margin-bottom: 4vh
}

#CINCO>div>form>aside>#envio>p>a {
    color: var(--negro-cursos);
    font-weight: 700;
}

@media screen and (min-aspect-ratio: 5/4) and (max-aspect-ratio: 4/3) and (min-width: 1000px) {}

@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 (min-aspect-ratio: 17/10) and (max-aspect-ratio: 18/9) and (min-width: 1000px) {}

@media screen and (max-width: 768px) {
    #UNO {
        background-image: none;
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    #UNO>img {
        display: flex;
    }

    #UNO>div {
        margin-left: 0;
        width: 100%;
        align-items: center;
        margin: 5vh 0;
    }

    #UNO>div>h1 {
        width: 90%;
        text-align: center;
        font-size: 1em;
    }

    #UNO>div>p {
        width: 90%;
        font-size: 1.7em;
        text-align: center;
    }

    #UNO>div>p>br {
        display: none;
    }
    #UNO>div>p>br.br-movil{
        display: flex;
    }

    #DOS{
        padding: 0 0 10vh;
    }

    #DOS>h2 {
        width: 90%;
        padding-top: 10vh;
        border-top: 2px solid #f8f8f8;
    }
    #DOS>p{
        width: 80%;
    }

    #DOS>div {
        width: 80%;
        padding: 0 10% 10vh;
    }
    #DOS>div>div{
        display: flex;
    }
    #DOS>div>div:last-of-type{
        justify-content: center;
    }
    #DOS>div>div>div>i,
    #DOS>div>div>div>span{
        display: none;
    }
    #DOS>div>div>div>img{
        width: 50%;
        height: 15vh;
        margin-top: 0.5vh;
        padding: 2.5vh 25% 2.5vh;
        background: #f8f8f8;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        box-shadow: 0 12px 15px rgba(224, 243, 255, 1);
        z-index: 1;
    }
    
    #DOS>div>div>div>p{
        display: flex;
        position: absolute;
        top: 0;
        left: -5%;
        height: 100%;
        width: 110%;
        pointer-events: none;
        background: url(../imagenes/marco-servicios-movil-v2.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 3;
    }
    #DOS>div>div>div>div{
        background: #f0f9ff;
        padding-top: 7vh;
        margin-top: -2vh;
    }
    #DOS>div>div>div>div>b{
        top: 0.5vh;
    }
    #DOS>div>div>div>div>p,
    #DOS>div>div>div>div>span{
        text-align: center;
    }

    #TRES {
        background: url(../imagenes/arquitectura-background-movil.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #TRES>h2 {
        font-size: 1.5em;
        text-align: center;
        width: 100%;
        line-height: 1.2;
    }
    
    #TRES>h2>br{
        display: none;
    }

    #TRES>p {
        font-size: 0.9em;
        text-align: center;
        width: 80%;
    }

    #TRES>div {
        width: 80%;
        padding-bottom: 10vh;
    }

    #TRES>div>div>div {
        background: var(--blanco);
        box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .29);
    }

    #TRES>div>div>div>.slide-1 {
        background: url(../iconos/icono-analisis-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90%;
    }

    #TRES>div>div>div>.slide-2 {
        background: url(../iconos/icono-diseno-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90%;
    }

    #TRES>div>div>div>.slide-3 {
        background: url(../iconos/icono-implementacion-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90%;
    }

    #TRES>div>div>div>.slide-4 {
        background: url(../iconos/icono-evaluacion-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 90%;
    }

    #TRES>div>div>div>ul>li>span {
        width: 4vw;
        height: 4vw;
    }

    #TRES>div>div>div>ul>li>p {
        font-size: 0.9em;
    }

    #CUATRO {
        background: none;
    }

    #CUATRO>div {
        width: 100%;
        margin: 10vh 0;
        align-items: center;
    }

    #CUATRO>div>p {
        font-size: 1.5em;
        text-align: center;
        width: 90%;
    }

    #CUATRO>div>div {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1fr 1.2fr 1fr;
        grid-row-gap: 20px;
        justify-items: center;
    }

    #porque {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 5vh 0 115%;
        background: url(../imagenes/banner-porque-arquitectura-movil.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
    }

    #porque>div {
        display: flex;
        padding: 0;
        width: 90%;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-right: 0;
    }

    #porque>div>img {
        width: 25%;
        position: initial;
    }

    #porque>div>p {
        font-size: 1.5em;
        color: var(--negro-cursos);
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 3vh;
        text-align: center;
        white-space: normal;
    }

    #porque>div>span {
        font-size: 0.9em;
        color: var(--negro-cursos);
        font-weight: 500;
        line-height: 1.2;
        width: 100%;
        margin-bottom: 3vh;
        text-align: center;
    }

    #porque>div>span:last-of-type {
        margin-bottom: 6vh;
    }

    #porque>div>button {
        font-size: 1em;
        font-weight: 700;
        color: var(--blanco);
        width: fit-content;
        background: var(--celeste-segundo);
        padding: 2vh 3vh;
        text-decoration: none;
        border-radius: 30px;
        cursor: pointer;
        border: none;
    }

    #Quote {
        width: 100%;
        padding: 5vh 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-image: none;
        background: #f5f5f5;
    }

    #Quote>span {
        height: 5vh;
        width: 8vh;
        margin-right: 0;
        align-self: center;
        background-image: url(../iconos/comillas-celestes-v3.svg);
        background-size: 95%;
        background-position: center;
        background-repeat: no-repeat;
    }

    #Quote>div {
        width: 80%;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-left: 0;
        margin: 3vh 0 5vh;
    }

    #Quote>div>p {
        font-size: 0.9em;
        color: var(--negro-cursos);
        font-weight: 500;
        margin-bottom: 3vh;
        text-align: center;
        width: 100%;
    }

    #Quote>div>span {
        font-size: 0.9em;
        text-align: center;
        font-weight: 600;
        color: var(--negro-cursos);
        margin-bottom: 1vh;
        width: 100%;
    }

    #Quote>div>p>span{
        color: var(--celeste-segundo);
    }
    #Quote>div>p>span>br{
        display: none;
    }
    #Quote>div>span:first-of-type {
        color: var(--celeste-segundo);
        font-size: 1.2em;
    }

    #Quote>img {
        display: flex;
    }

    #Testimonios {
        background: url(../imagenes/fondo-testimonios-servicios-movil.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 420px;
        align-items: center;
    }

    #Testimonios>h2 {
        width: 80%;
        line-height: 1.2;
    }

    #Testimonios>div {
        width: 80%;
        margin-left: 10%;
        padding-top: 0;
    }

    #Testimonios>div>div>div>.estrellas>img {
        width: 6%;
    }

    #Testimonios>div>div>div>aside {
        margin-bottom: 3vh;
    }

    #Testimonios>div>.testimonios-next,
    #Testimonios>div>.testimonios-prev {
        width: 45px;
        height: 45px;
        top: calc(100% - 50px);
    }

    #Testimonios>div>.testimonios-next {
        right: 25%;
    }

    #Testimonios>div>.testimonios-prev {
        left: 25%;
    }

    #iniciativa{
        flex-direction: column-reverse;
        padding: 5vh 0 50vh;
        align-items: center;
        background: url(../imagenes/img-back-apoyo-movil.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    #iniciativa>img {
        width: 40%;
        margin-right: 5%;
    }

    #iniciativa>div{
        margin-right: 0;
        margin-bottom: 5vh;
        width: 80%;
    }
    #iniciativa>div>button{
        align-self: center;
    }

    #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;
    }

    #clientes {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-top: 0vh;
    }

    #clientes>p {
        font-weight: 700;
        color: var(--negro-cursos);
        font-size: 1.5em;
        margin: 5vh 0 0;
        text-align: center;
        top: 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>.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;
    }

    #CINCO {
        width: 100%;
        padding: 5vh 0 5vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background: url(https://idesaa.edu.mx/imagenes/patron-formulario-movil.webp);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #CINCO>div {
        width: 90%;
        background: var(--blanco);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.29);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 1000;
        border-radius: 20px;
    }

    #CINCO>div>form {
        width: 100%;
        background: var(--blanco);
        justify-content: flex-start;
        z-index: 1000;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
    }

    #CINCO>div>form>div {
        width: 85%;
        padding: 7.5% 7.5% 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 1000;
        margin: 0;
        align-items: flex-start;
        background: var(--blanco);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    #CINCO>div>form>div>h3 {
        color: #203170;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 2vh;
    }

    #CINCO>div>form>div>p {
        font-size: 0.9em;
        color: #323232;
        margin-bottom: 1vh;
        text-align: left;
        line-height: 1;
    }

    #CINCO>div>form>div>p:last-of-type {
        margin-bottom: 3vh;
    }

    #CINCO>div>form>div>input {
        height: 15px;
        margin-bottom: 20px;
        border: 1px solid var(--blanco);
        border-radius: 20px;
        color: var(--negro-cursos);
        width: 80%;
        padding: 10px 8.5%;
        font-size: .8em;
        line-height: 1;
        outline: none;
        font-family: Redhatdisplay, sans-serif;
        font-weight: 500;
        background: var(--fondo-gris);
    }

    #CINCO>div>form>div>input:focus {
        border: 1px solid var(--blanco);
    }

    #CINCO>div>form>div>aside {
        background: var(--fondo-gris);
        width: 87%;
        height: 30px;
        padding: 2px 5%;
        border-radius: 20px;
        border: 1px solid var(--blanco);
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        transition: all 0.2s ease;
        position: relative;
    }

    #CINCO>div>form>div>.selectabierto {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    #CINCO>div>form>div>aside:hover {
        border: 1px solid var(--azul-tercero);
    }

    #CINCO>div>form>div>aside>ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        background: var(--blanco);
        list-style: none;
        overflow: scroll;
        position: absolute;
        top: 100%;
        left: 0;
        height: 200px;
        padding: 0;
        z-index: 1100;
        overflow-x: hidden;
    }

    #CINCO>div>form>div>aside>ul::-webkit-scrollbar {
        display: none;
    }


    #CINCO>div>form>div>aside>ul>li {
        cursor: pointer;
        transition: all 0.2s ease;
        padding: 10px 10.5%;
        width: 79%;
        font-size: .8em;
        text-align: left;
        color: var(--gris);
    }

    #CINCO>div>form>div>aside>ul>li:hover {
        background: #45b8f3;
        color: var(--blanco);
    }

    #CINCO>div>form>div>aside>p {
        font-size: .8em;
        color: var(--gris);
        text-align: left;
        padding-left: 4.5%;
        cursor: pointer;
        width: 85%;
        font-weight: 500;
    }

    #CINCO>div>form>div>aside>div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10%;
        transform: rotate(90deg);
        cursor: pointer;
    }

    #CINCO>div>form>div>aside>div>object {
        width: 40%;
        transition: all 0.2s ease;
        margin: 0px
    }

    #CINCO>div>form>div>aside>div>object:nth-of-type(1) {
        transform: rotate(90deg);
    }

    #CINCO>div>form>div>aside>div>object:nth-of-type(2) {
        transform: rotate(270deg);
    }

    #CINCO>div>form>div>aside>div:hover>object {
        color: var(--azul-segundo);
    }

    #CINCO>div>form>aside {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    #CINCO>div>form>aside>img {
        display: none;
    }

    #CINCO>div>form>aside>.radio-check {
        flex-direction: column;
        display: flex;
        width: 100%;
        align-items: center;
        margin: 2vh 0;
    }

    #CINCO>div>form>aside>.radio-check>p {
        font-size: .7em;
        width: 100%;
        color: var(--negro-cursos);
        text-align: center;
    }

    #CINCO>div>form>aside>.radio-check>div {
        display: flex;
        justify-content: center;
        width: 100%;
        align-items: center;
        flex-direction: row;
    }

    #CINCO>div>form>aside>.radio-check>div>input {
        display: none
    }

    #CINCO>div>form>aside>.radio-check>div>label {
        color: var(--negro-cursos);
        padding: 5px;
        position: relative;
        font-size: .7em;
        white-space: nowrap;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
    }

    #CINCO>div>form>aside>.radio-check>div>label::before {
        content: "";
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: none;
        border: 3px solid #747475;
        display: inline-block;
        margin-right: 0.5vh;
    }

    #CINCO>div>form>aside>.radio-check>div>input:checked+label::before {
        background: #747475;
    }

    #CINCO>div>form>aside>span {
        font-weight: 500;
        font-size: 0.65em;
        color: var(--rojo-fuerte);
        align-self: flex-start;
        margin-left: 5%;
        margin-bottom: 2vh;
    }

    #CINCO>div>form>aside>#envio {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    #CINCO>div>form>aside>#envio>input[type="submit"] {
        position: relative;
        margin-bottom: 0px;
        width: 30%;
        padding: 1.5vh 0;
        border: 2px solid var(--celeste);
        border-radius: 100px;
        transition: all 0.2s ease;
        color: var(--blanco);
        background: var(--celeste);
        font-weight: 500;
        font-size: .7em;
        letter-spacing: 2px;
        height: auto;
        text-transform: uppercase;
        cursor: pointer;
        margin-bottom: 4vh;
    }

    #CINCO>div>form>aside>#envio>input[type="submit"]:hover {
        background: var(--blanco);
        color: var(--celeste);
    }

    #CINCO>div>form>aside>#envio>p {
        width: 70%;
        text-align: center;
        font-weight: 500;
        font-size: .7em;
        color: var(--negro-cursos);
        margin-bottom: 2vh;
    }

    #CINCO>div>form>aside>#envio>p>a {
        color: var(--negro-cursos);
        font-weight: 700;
    }
}