* {
    padding: 0px;
    margin: 0px;
}

.navegacion {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: white;
    position: fixed;
    z-index: 10;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.menu_1 {
    width: 100%;
    height: 50px;
    float: left;
    background-color: #02548e;
}

.contenedor_caja_menu_1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu_1_caja_1 {
    width: 35%;
    display: flex;
    gap: 5px;
}

.menu_1_caja_1 div {
    width: 100%;
}

.menu_1_caja_1 a {
    width: 92%;
    height: 50px;
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    align-items: center;
    padding: 4%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.menu_1_caja_1 a i {
    margin-right: 3%;
    font-size: 1.5em;
}

.menu_1_caja_2 {
    display: flex;
    gap: 10px;
}

.menu_1_caja_2 a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    float: left;
    color: #02548e;
    font-size: 1em;
    /* border: 2px solid white; */
    background-color: white;
}

.caja_logo {
    width: 20%;
    height: 100px;
    float: left;
    display: flex;
    align-items: center;
}

.caja_logo img {
    display: block;
}

.navegacion_ul {
    width: 80%;
    float: right;
    list-style: none;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    display: grid;
    /* grid-template-columns: 1fr 2fr 1fr 2fr 4fr 2fr 2fr 2fr; */
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;

    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.li_texto {
    width: 100%;
    height: 100px;
    text-align: center;
    font-size: 15px;
}

.li_texto_a {
    width: 100%;
    height: 100px;
    display: flex;
    text-decoration: none;
    text-align: center;
    color: black;
    align-items: center;
    justify-content: center;
}

.li_texto_a:hover {
    color: #02548e;
}

.li_texto i {
    margin-left: 5%;
    font-size: 10px;
}

.li_logo img {
    width: 150px;
    margin: auto;
    display: block;
}

.portada_inicio {
    width: 98%;
    height: auto;
    margin: auto;
}

.section_caja_1 {
    width: 100%;
    height: auto;
    float: left;
}


.logo_centrar {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.medida {
    width: 92%;
    margin: auto;
}

.medida_section {
    max-width: 1140px;
    width: 100%;
    margin: auto;
}

.img_portada {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.caja_img {
    position: relative;
}

.flecha_carrusel {
    position: absolute;
    top: 50%;
    z-index: 5;
    font-size: 2.5em;
    color: white;
}

.flecha_izq {
    left: 1%;
    cursor: pointer;
}

.flecha_der {
    right: 1%;
    cursor: pointer;
}

.portada_inicio_h2 {
    width: 60%;
    line-height: 90px;
}

.btn_escribenos,
.btn_whatsapp {
    position: fixed;
    bottom: 4%;
    right: 2%;
    z-index: 5;
    text-transform: uppercase;
    text-align: center;
    background-color: #DA1E40;
    padding: 1% 2% 1% 2%;
    box-shadow: 2px 2px 10px #666;
    border-radius: 5px;
    color: white;
    display: inline-flex;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    width: 140px;
    flex-direction: row;
    justify-content: center;
}

.btn_escribenos i,
.btn_whatsapp i {
    margin-right: 5%;
    margin-top: 2%;
    font-size: 20px;
}

.btn_whatsapp {
    bottom: 14%;
    background-color: #13832d;
}

.caja_submenu {
    max-width: 1170px;
    width: 98%;
    background-color: #f5f6ff;
    position: absolute;
    z-index: 10;
    margin: auto;
    left: 0px;
    right: 0px;
    /* padding: 4%; */
    text-align: left;
    /* bottom: -121px; */
    /* font-size: 14px; */
    display: none;
    /* border: 1px solid black; */
    box-shadow: 6px 6px 0 0 #02548e
        /*#101213*/
    ;
}

.caja_submenu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* list-style-type: upper-roman; */
}

.caja_submenu ul li {
    margin-left: 10%;
    height: 75px;
    line-height: 75px;
}

.caja_submenu ul li a {
    width: 100%;
    height: 57px;
    display: block;
    text-decoration: none;
    color: black;
}

footer {
    width: 100%;
    height: auto;
    float: left;
    background-color: #02548e;
}

.caja_aprender {
    width: 100%;
    float: left;
    background-color: white;
    padding: 5% 0px 5% 0px;
}

.contenedor_aprender {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.h2_titulo {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
    color: #02548e;
}

.h3_titulo {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #02548e;
    margin-bottom: 2%;
}

.img_section {
    width: 90%;
    margin-top: 20%;
    display: block;
}

p {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 300;
    font-style: normal;
}

.p_texto {
    margin: 2.5% 0px 2.5% 0px;
}

.ul_aprender {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 600;
    font-style: normal;
}

.ul_aprender li {
    width: 100%;
    display: flex;
    font-size: 22px;
    margin-bottom: 3%;
    list-style: none;
    align-items: center;
    flex-direction: row;
}

.ul_aprender li:last-child {
    margin-bottom: 0px;
}

.ul_aprender li a {
    width: 100%;
    display: flex;
    text-decoration: none;
    color: #02548e;
    align-items: center;
}

.ul_aprender img {
    width: 70px;
    display: block;
    float: left;
    margin-right: 3%;
}

.texto_botom {
    margin-bottom: 5%;
}

.btn_telefono {
    /* padding: 2.5% 5% 2.5% 5%; */
    color: white;
    background-color: #02548e;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 250px;
    border-radius: 15px;
    cursor: pointer;
    text-decoration: none;
}

.btn_telefono_2 i {
    margin-right: 1%;
}

.btn_telefono i {
    margin-right: 4%;
}

.caja_general_footer {
    width: 100%;
    display: flex;
    color: white;
}

.div_contenido_footer {
    width: 100%;
    display: flex;
    padding: 5% 0px 5% 0px;
}

.caja_linea_foooter {
    width: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
    color: white;
    padding: 2% 0px 2% 0px;
}

.caja_general_footer h3 {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 5%;
}

.caja_general_footer div {
    width: 100%;
}

.footer_ul {
    width: 100%;
    float: left;
    list-style: none;
}

.footer_ul a {
    color: white;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 300;
    font-style: normal;
}

.footer_ul li {
    margin-bottom: 3%;
}

.footer_ul li:last-child {
    margin-bottom: 0px;
}

.footer_img {
    width: 35px;
    display: block;
    margin-right: 2%;
}

.footer_li_img {
    width: 100%;
}

.footer_li_img a {
    display: flex;
    align-items: center;
}

.caja_grupo_pequeno {
    width: 100%;
    height: auto;
    float: left;
    background-color: #02548e;
    padding-bottom: 5%;
    padding-top: 2.5%;
}

.caja_div_general {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.caja_div_general div {
    text-align: center;
    padding: 5%;
}

.color_blanco {
    color: white;
    text-align: center;
    margin: 2.5% 0px 2.5% 0px;
}

.caja_grupo_img_p img {
    width: 120px;
    display: block;
    margin: auto;
}

.caja_grupo_img_p p {
    margin-top: 5%;
    color: white;
}

.caja_cursos {
    width: 100%;
    padding: 5% 0px 5% 0px;
}

.contenedor_cursos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.contenedor_cursos_2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.caja_contenido_curso {
    text-decoration: none;
    color: black;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.caja_contenido_titulo {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    margin: 0px 0px 2.5% 0px;
    color: #02548e;
}

.caja_contenido_curso img {
    width: 100%;
    display: block;
}

.caja_contenido_texto {
    width: 80%;
    padding: 10%;
    display: block;
}

.caja_1_letras {
    text-align: center;
    margin-bottom: 2.5%;
}


.caja_contenido_texto_2 {
    width: 50%;
    padding: 6%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
}

.caja_contenido_texto_2 .caja_contenido_titulo {
    color: white;
}

.contenedor_cursos_2 .caja_contenido_curso {
    position: relative;
    border-radius: 15px;
}

.btn_ver_mas_contenido {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 500;
    font-style: normal;

    display: block;
    text-align: center;
    margin-top: 7%;
    border-radius: 30px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    /* background-color: #ffd25d; */
    /* background-color: rgba(255, 255, 255, .2); */
    background-color: rgba(0, 0, 0, .3);
    color: black;
}

.circulo_span {
    width: 60px;
    height: 60px;
    float: right;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .15);
}

#caja_contenido_curso_1 .btn_ver_mas_contenido {
    background-color: #f53c3c;
}

#caja_contenido_curso_2 .btn_ver_mas_contenido {
    background-color: #dda702;
}

#caja_contenido_curso_5 .btn_ver_mas_contenido {
    background-color: #8e58d8;
}

.caja_curso_conversacion {
    width: 100%;
    float: left;
    padding-top: 5%;
}

.general_curso_conversacion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.caja_estudiar_extranjero {
    width: 100%;
    float: left;
    display: block;
    margin-top: 5%;
}

.contenedor_estudiar_extranjero {
    width: 100%;
    display: grid;
    align-items: end;
    grid-template-columns: 1.2fr 3fr;
    background-color: #02548e;
    /* padding: 5% 0px 5% 0px; */
    /* margin-top: 5%; */
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
}

.contenedor_estudiar_extranjero .p_texto {
    margin-bottom: 2.5%;
}

.caja_estudiar_img {
    display: grid;
}

.caja_estudiar_img img {
    display: block;
    width: 305px;
    margin: auto;

}

.caja_estudiar_texto {
    padding: 2%;
    color: white;
}

.caja_grupo_pequeno_2 {
    margin-top: 0px;
}

.caja_grupo_pequeno_2 .contenedor_estudiar_extranjero {
    align-items: unset;
    grid-template-columns: 3fr 1.2fr;
}

.caja_grupo_pequeno_2 .caja_estudiar_img img {
    width: 250px;
}

.caja_portada_texto {
    position: absolute;
    top: 30%;
    left: 7%;
}

.caja_portada_texto h2 {
    font-size: 5em;
    color: white;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-style: italic;
}

.caja_portada_texto p {
    color: white;
    /* margin-top: 4%; */
    font-size: 22px;
    width: 50%;
    float: left;
}

.letra1_partir_portada {
    width: 100%;
    float: left;
}

.letra2_partir_portada {
    width: 100%;
    float: left;
    margin-top: -10px;
}

.caja_menu_icono {
    display: none;
}

.caja_programas {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: 2fr 2.5fr;
    margin-top: 5%;
}

.contenedor_programa2 .caja_programas {
    grid-template-columns: 2.5fr 2fr;
}

.contenedor_programa2 .img_programas img {
    float: right;
}

.img_programas img {
    display: block;
    max-width: 445px;
    width: 100%;
    border-radius: 15px;
}

.caja_btn_programas {
    display: flex;
    justify-content: space-around;
    margin-top: 4%;
}

.btn_programas {
    width: 100%;
    display: flex;
    text-decoration: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #02548e;
}

/* .btn_programas:hover{
    background-color: #DA1E40;
    color: white;
    border-radius: 15px;
    padding: 1.5% 0px 1.5% 0px;
} */

.btn_programas img {
    width: 50px;
    display: block;
    margin-right: 2%;
}

.caja_section_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.caja_section_2_img img {
    width: 100%;
    display: block;
}

.general_section_2 {
    width: 100%;
    float: left;
}

.caja_estudiar_extranjero2 {
    margin-bottom: 5%;
}

.btn_estudiar {
    /* background-color: #DA1E40; */
    border: 1px solid white;
    color: white;
    padding: 2%;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    /* display: block; */
    width: 150px;
    margin: auto;
    border-radius: 15px;
    text-decoration: none;
    margin: 0px 1% 0px 1%;
}

.btn_estudiar:hover {
    background-color: #DA1E40;
    border: 1px solid #DA1E40;
}

.btn_telefono_2 {
    width: 200px;
    display: block;
    margin: auto;
    text-align: center;
}

.caja_botones_estudiar {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 2.5% 0px 2.5% 0px;
    /* background-color: #4d2c7b; */
}

.caja_botones_estudiar2 {
    text-align: center;
    display: flex;
    gap: 2%;
}

.caja_estudiar_p {
    margin: 2% 0px 2% 0px;
}

.caja_estudiar_extranjero2 .contenedor_estudiar_extranjero {
    align-items: center;
}

.caja_estudiar_extranjero2 .caja_estudiar_img img {
    margin-top: 10%;
}

.caja_dinamica {
    display: grid;
    grid-template-columns: 2fr 2.5fr;
}

.contenedor_caja_dinamica {
    width: 100%;
    float: left;
    /* background-color: #4d2c7b; */
    margin-bottom: 5%;
}

.caja_dinamica_img img {
    display: block;
    width: 90%;
    float: right;
    border-radius: 15px;
}

.caja_dinamica_titulo {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    margin-bottom: 2.5%;
}

/* .caja_dinamica_texto{
    background-color: #DA1E40;
} */

.caja_dinamica_texto h2 {
    font-size: 4em;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5%;
    color: #02548e;
}

.caja_numeros {
    /* background-color: #28A745; */
    display: flex;
    gap: 10%;
    color: white;
    text-align: center;
    justify-content: center;
}

.caja_numeros div {
    width: 25px;
    height: 25px;
    padding: 2%;
    line-height: 25px;
    text-align: center;
    /* background-color: #02548e; */
    border: 4px solid #02548e;
    color: #02548e;
    border-radius: 50%;
    margin: 2.5% 0px 2.5% 0px;
    font-size: 25px;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
}

.portada_curso {
    width: 100%;
    height: 400px;
    margin-top: 151px;
    display: block;
    float: left;
    position: relative;
}

.portada_curso img {
    width: 100%;
    display: block;
}

.caja_portada_curso_texto {
    position: absolute;
    left: 8%;
    top: 32%;
    width: 50%;
}

.caja_portada_curso_texto2 .titulo_curso {
    font-size: 3em;
}

.caja_portada_curso_texto2 {
    width: 42%;
    top: 20%;
}

.caja_portada_curso_texto3 {
    width: 40%;
    top: 20%;
}

.caja_portada_curso_texto p {
    font-family: "Plus Jakarta Sans", serif;
    font-style: normal;
    font-size: 22px;
    color: white;
}

.caja_portada_curso_texto2 p {
    font-size: 17px;
}

.caja_portada_curso_texto2 .btn_estudiar {
    margin: 0px;
    display: block;
    width: 200px;
}

.titulo_curso {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5em;
    color: white;
    font-style: italic;
    margin-bottom: 1%;
}

.span_titulo_curso {
    width: 100%;
    display: block;
}

.caja_general_dinamica2 {
    width: 100%;
    display: block;
    float: left;
}

.caja_general_dinamica2 .h2_titulo {
    margin-bottom: 2.5%;
}

.contenedor_caja_dinamica2 {
    width: 100%;
    float: left;
    padding: 5% 0px 5% 0px;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    background-color: #f2f6f9;
}

.caja_info_dinamica2 {
    width: 100%;
    float: left;
    /* margin: 2.5% 0px 2.5% 0px; */
    background-color: white;
    display: flex;
    border-radius: 0px 15px 15px 0px;
    overflow: hidden;
}

.caja_numeros_dinamica2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.caja_texto_dinamica2 {
    display: flex;
    width: 100%;
}

.caja_texto_dinamica2 h3 {
    font-size: 2.7em;
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    color: #02548e;
}

.contenido_img_dinamica2 {
    display: block;
    background-color: #4d2c7b;
}

.img_dinamica2 {
    width: 360px;
    display: block;
    float: right;
}

.contenido_texto_dinamica2 {
    width: 100%;
    padding: 2%;
}

.contenedor_curso_3 {
    width: 100%;
    float: left;
    padding: 5% 0px 5% 0px;
}

.caja_curso_3 {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.caja_curso_3_texto {
    margin-left: 5%;
    text-align: justify;
}

.caja_curso_3_img img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.caja_curso_3_parrafo {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.caja_curso_3_parrafo p {
    padding: 3%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    text-align: justify;
    background-color: #f3f4f8;
}

.contenedor_caja_4 {
    width: 100%;
    float: left;
    background-color: #f2f6f9;
    padding: 5% 0px 5% 0px;
}

.caja_4 .h2_titulo {
    margin-bottom: 2.5%;
}

.caja_4_ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 300;
    font-style: normal;
}

.caja_4_ul li {
    display: flex;
    margin-bottom: 2.5%;
}

.caja_4_ul li:last-child {
    margin-bottom: 0px;
}

.caja_4_ul li i {
    margin-right: 2%;
    color: #28A745;
    font-size: 20px;
}

.general_caja_4 {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
}

.caja_4 {
    margin-left: 5%;
}

.caja_4_img img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

.btn_dinamica_paso,
.btn_dinamica_paso_2 {
    cursor: pointer;
}

.btn_dinamica_paso,
.btn_dinamica_paso_2 {
    width: 100px;
    /* height: 80px; */
    text-align: center;
    line-height: 100px;
    font-size: 40px;
    color: rgba(0, 0, 0, .6);
    user-select: none;
}

.btn_paso_activar {
    border: 2px solid #02548e;
    color: #02548e;
}

.contenedor_programa {
    width: 100%;
    float: left;
}

.contenedor_programa_2 .caja_programas {
    margin-bottom: 5%;
}

.contenedor_caja_diagrama {
    width: 100%;
    display: block;
    float: left;
}

.contenedor_caja_diagrama .h2_titulo {
    margin-bottom: 2.5%;
    text-align: center;
}

.columna_caja_diagrama {
    width: 100%;
    position: absolute;
}

.general_caja_diagrama {
    display: flex;
    width: 100%;
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 5px; */
    justify-content: space-between;
    text-align: right;
}

.cajas_diagramas {
    width: 30%;
    padding: 2%;
    text-align: right;
    text-decoration: none;
    margin-bottom: 2.5%;
    /* background-color: #4d2c7b; */
}

.general_caja_diagrama1 .cajas_diagramas:hover {
    background-color: #DA1E40;
    border-radius: 15px;
    color: white;
}

.general_caja_diagrama1 .cajas_diagramas:hover h3 {
    color: white;
}

.general_caja_diagrama1 .cajas_diagramas:hover p {
    color: white;
}

.cajas_diagramas_left {
    text-align: left;
}

.lista_caja_diagramas {
    display: block;
    position: relative;
}

.diagrama_img img {
    display: block;
    width: 70%;
    margin: auto;
}

.diagrama_img2 img {
    display: block;
    width: 35%;
    margin: auto;
}

.diagrama_img3 img {
    display: block;
    width: 50%;
    margin: auto;
}

.diagrama_img4 img {
    width: 75%;
}

.cajas_diagramas h3 {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 5%;
    color: #02548e;
}

.cajas_diagramas p {
    color: black;
}

.caja_texto_2 {
    background-color: #4d2c7b;
    margin-bottom: 2.5%;
}

.caja_estudiar_negocio {
    margin-top: 0px;
}

.caja_estudiar_conversacion {
    margin-top: 0px;
    margin-bottom: 5%;
    width: 100%;
    float: left;
}

.caja_estudiar_negocio .contenedor_estudiar_extranjero {
    grid-template-columns: 3fr 1.2fr;
    align-items: center;
}

.caja_estudiar_negocio_2 .contenedor_estudiar_extranjero {
    grid-template-columns: 3fr 1.2fr;
    align-items: end;
}

.caja_estudiar_v2 {
    margin-top: 0px;
}

.caja_estudiar_v2 .contenedor_estudiar_extranjero {
    grid-template-columns: 3fr 1.2fr;
    align-items: end;
}

.caja_estudiar_conversacion .contenedor_estudiar_extranjero {
    grid-template-columns: 3fr 1.2fr;
    align-items: center;
}

.caja_aprender_negocio .img_section {
    margin-top: 0px;
}

.caja_estudiar_negocio .h2_titulo {
    margin-top: 0px;
}

.caja_estudiar_conversacion .h2_titulo {
    margin-top: 0px;
    margin-bottom: 0px;
}


.caja_estudiar_negocio .p_texto {
    text-align: justify;
    margin: 0px;
}

.caja_estudiar_conversacion .p_texto {
    text-align: justify;
    margin: 2.5% 0px 2.5% 0px;
}


.caja_estudiar_negocio .caja_estudiar_texto {
    padding: 4%;
}

.caja_estudiar_conversacion .caja_estudiar_texto {
    padding: 4%;
}

.contenedor_caja_dinamica3 .btn_dinamica_paso_2 {
    width: 70px;
    line-height: 70px;
    font-size: 30px;
}

.contenedor_caja_diagrama_2 {
    width: 100%;
    float: left;
    padding-top: 4%;
}

.contenedor_caja_diagrama_3 .cajas_diagramas {
    margin-bottom: 0px;
}

.caja_diagrama_2_texto {
    text-align: center;
    margin-bottom: 4%;
}

.cajas_talleres {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.caja_taller {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
}

h2 {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
}

.texto_talleres {
    padding: 4%;
    color: black;
}

.texto_talleres h2 {
    color: #02548e;
}

.texto_talleres p {
    margin: 4% 0px 4% 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.caja_taller img {
    width: 100%;
    display: block;
    float: left;
}

.img_talleres {
    width: 100%;
    display: block;
    float: left;
}

.caja_contenedor_talleres {
    width: 100%;
    float: left;
    margin: 5% 0px 5% 0px;
}

.btn_talleres {
    background-color: #DA1E40;
    color: white;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 300;
    font-style: normal;
    /* padding: 5% 2.5% 5% 2.5%; */
    width: 150px;
    height: 45px;
    line-height: 45px;
    display: block;
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
}

.c_e_beneficio .contenedor_estudiar_extranjero {
    align-items: end;
}

.c_e_beneficio .btn_estudiar {
    width: 170px;
    display: block;
    margin: auto;
    text-align: center;
}

.contenedor_inicio {
    width: 100%;
    float: left;
    margin-top: 151px;
}

.curso_conversacion_img {
    position: relative;
}

.curso_conversacion_img img {
    display: block;
    width: 100%;
}

.texto_foto_inicio {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    color: white;
    font-size: 22px;
    top: 39%;
    left: 36.5%;
    text-align: center;
}

.espacio_mb {
    margin-bottom: 5%;
}

.espacio_mb2 {
    margin-bottom: 2.5%;
}

.caja_estudiar_texto .espacio_m {
    margin: 2% 0px 2% 0px;
}

.caja_estudiar_extranjero .alinear_mb {
    align-items: end;
}

.espacio_top_botom {
    margin-top: 5%;
    margin-bottom: 5%;
}

.caja_estudiar_negocio .texto_centrar {
    text-align: center;
}

.contacto_input {
    width: 94%;
    height: 50px;
    padding: 0px 3% 0px 3%;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2%;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, .4);
}

.contacto_textarea {
    width: 96%;
    padding: 2% 2% 0px 2%;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 15px;
    border: 1px solid rgba(0, 0, 0, .4);
}

.caja_contenedor_contacto {
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2%;
    margin: 5% 0px 5% 0px;
}

.caja_ul_contacto {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 300;
    font-style: normal;
    list-style: none;
}

.caja_ul_contacto li {
    margin-bottom: 3%;
}

.caja_ul_contacto li:last-child {
    margin-bottom: 0px;
}

.caja_texto_contacto_p {
    margin: 2% 0px 2% 0px;
    text-align: justify;
}

.caja_ul_contacto i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(2, 84, 142, .4);
    color: #02548e;
    text-align: center;
    line-height: 40px;
    margin-right: 1%;
}

.btn_enviar_contacto {
    width: 100%;
    float: left;
    text-align: center;
    height: 50px;
    margin-top: 3%;
    background-color: #DA1E40;
    color: white;
    border-radius: 15px;
    font-size: 17px;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 300;
    font-style: normal;
    border: none;
    cursor: pointer;
}

.caja_formulario {
    width: 100%;
    float: left;
}

.caja_gracias {
    width: 90%;
    padding: 5%;
    float: left;
    margin-top: 151px;
    text-align: center;
}

.caja_gracias h2 {
    font-size: 3em;
    color: #02548e;
}

.general_gracias {
    width: 100%;
    float: left;
}

.btn_gracias {
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 15px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #DA1E40;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 300;
    font-style: normal;
}

.caja_atribuciones {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5% 0px 5% 0px;
    margin-top: 151px;
}

.caja_atribuciones h1 {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    color: #02548e;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
}

.caja_atribuciones div {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.caja_atribuciones div a {
    width: auto;
    color: black;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 400;
    font-style: normal;
}

.caja_portada_curso_texto_2 {
    top: 18%;
    width: 42%;
}

.caja_portada_curso_texto_2 .titulo_curso {
    font-size: 3em;
}

.caja_portada_curso_texto .texto_portada_2 {
    width: 95%;
    font-size: 16px;
    margin-top: 2%;
}

.caja_color {
    background-color: rgba(2, 84, 142, .1);
}

.espacio_top {
    padding-top: 5%;
}

.caja_estudiar_sin_img {
    display: block;
}

.caja_estudiar_sin_img .caja_estudiar_texto {
    width: 92%;
    float: left;
}

.caja_estudiar_sin_img .caja_botones_estudiar {
    margin-bottom: 0px;
}

.caja_fondo_color {
    width: 100%;
    float: left;
    background-color: #02548e;
    margin-bottom: 5%;
}

.contenedor_fondo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    padding: 5% 0px 5% 0px;
}

.fondo_color_img img {
    width: 100%;
    display: block;
}

.fondo_color_img2 {
    border-radius: 15px;
    overflow: hidden;
}

.fondo_color_img2 img {
    border-radius: 15px;
    max-width: 500px;
    float: right;
}

.fondo_color_letra {
    color: white;
}

.fondo_color_letra h2 {
    margin-bottom: 5%;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 35px;
}

.fondo_color_letra p {
    text-align: justify;
}

.texto_centrar {
    text-align: center;
}

.caja_aprender2 {
    padding-bottom: 0px;
}

.quitar_top {
    margin-top: 0px;
}

.quitar_botom {
    margin-bottom: 0px;
}

.caja_varios_temas {
    width: 100%;
    float: left;
    background-color: rgba(2, 84, 142, .3);
    padding: 5% 0px 5% 0px;
}

.h2_varios_temas {
    text-align: center;
}

.contenedor_temas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 4% 0px 4% 0px;
    gap: 25px;
}

.contenedor_temas h3 {
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 700;
}

.caja_tema {
    background-color: white;
    border-radius: 10px;
    padding: 5%;
}

.caja_tema h3 {
    color: #02548e;
    margin-bottom: 5%;
}

.texto_varios_temas {
    text-align: justify;
}

.contenedor_temas2 {
    grid-template-columns: repeat(2, 1fr);
}

.contenedor_temas2 .caja_tema {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenedor_temas2 .caja_tema_img img {
    width: 100px;
    display: block;
}

.caja_tema_texto {
    text-align: center;
}

.contenedor_temas2 .caja_tema h3 {
    margin-bottom: 2%;
}

.general_caja_tres_elementos {
    width: 100%;
    float: left;
    padding: 2.5% 0px 5% 0px;
}

.caja_tres_elementos_contenido {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.cajas_elementos {
    width: 100%;
}

.cajas_elementos_item {
    padding: 3%;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 15px;
    text-align: justify;
    background-color: #f3f4f8;
    margin-bottom: 4%;
    margin-left: 4%;
}

.cajas_elementos div:last-child {
    margin-bottom: 0px;
}

.cajas_elementos_img img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.caja_tres_elementos_texto {
    margin: 2.5% 0px 2.5% 0px;
}

.quitar_botom2 {
    padding-bottom: 0px;
}

.span_titulo_footer {
    width: 100%;
    font-family: "Plus Jakarta Sans", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    float: left;
    margin-bottom: 5%;
}

.texto_2_diagrama {
    margin: 2.5% 0px 2.5% 0px;
}

.quitar_top {
    padding-top: 0px;
}

.contenedor_temas_duolingo .caja_tema {
    text-align: center;
}

#curso_duolingo .caja_fondo_color {
    background-color: #68b42e;
}

#curso_duolingo .h2_titulo {
    color: #68b42e;
}

#curso_duolingo .caja_varios_temas {
    background-color: rgba(104, 180, 46, .4);
}

#curso_duolingo .caja_tema h3 {
    color: #68b42e;
}

#curso_duolingo .cajas_diagramas h3 {
    color: #68b42e;
}

.caja_color_verde {
    background-color: rgba(104, 180, 46, .1);
}

.texto_espacio_2 {
    margin-top: 2.5%;
}

@media screen and (max-width:800px) {

    .caja_estudiar_negocio_2 .contenedor_estudiar_extranjero {
        grid-template-columns: 1fr;
        align-items: end;
    }

    .span_titulo_footer {
        margin-top: 5%;
    }

    .general_caja_tres_elementos {
        width: 92%;
        margin: 4%;
        padding: 0px;
    }

    .caja_tres_elementos_contenido {
        grid-template-columns: 1fr;
    }

    .cajas_elementos_item {
        margin-left: 0px;
    }

    .cajas_elementos {
        margin-top: 5%;
    }

    .contenedor_programa2 .caja_programas {
        grid-template-columns: repeat(1, 1fr);
    }

    .contenedor_programa2 .caja_programas div:nth-of-type(2) {
        order: 2;
    }

    .contenedor_temas {
        grid-template-columns: repeat(1, 1fr);
    }

    .caja_varios_temas {
        width: 92%;
        padding: 4%;
    }

    .contenedor_fondo {
        display: block;
        width: 92%;
        padding: 4%;
    }

    .flecha_carrusel {
        top: 35%;
    }

    .caja_portada_curso_texto .texto_portada_2 {
        width: 100%;
        text-align: justify;
    }

    .fondo_color_letra h2 {
        text-align: center;
    }

    .fondo_color_letra p {
        margin-bottom: 5%;
    }

    .caja_portada_curso_texto p {
        color: black;
        text-align: center;
        font-size: 16px;
    }

    .general_caja_diagrama {
        display: block;
        text-align: justify;
    }

    .cajas_diagramas {
        width: 100%;
        margin: 0px;
        padding: 0px;
        margin-bottom: 0px;
        text-align: center;
    }

    .cajas_diagramas p {
        text-align: justify;
    }

    .columna_caja_diagrama {
        position: relative;
    }

    .cajas_diagramas_top {
        margin-top: 5%;
        display: block;
    }

    .diagrama_img img {
        width: 100%;
    }

    .diagrama_img2 img {
        width: 100%;
    }

    .cajas_diagramas_left {
        display: block;
        margin-top: 5%;
    }

    .caja_texto_contacto {
        margin-bottom: 5%;
    }

    .caja_contenedor_contacto {
        display: block;
        width: 92%;
        padding: 4%;
        margin: 0px;
    }

    .portada_curso {
        margin-top: 121px;
        height: auto;
        background-color: white;
    }

    .caja_portada_curso_texto {
        position: relative;
        width: 92%;
        left: 0px;
        margin: 4%;
    }

    .contenedor_programa_2 .caja_programas {
        margin-bottom: 0px;
    }

    .caja_programas {
        margin-top: 0px;
        grid-template-columns: repeat(1, 1fr);
    }

    .caja_programas div:nth-of-type(1) {
        order: 2;
    }

    .caja_programas {
        width: 92%;
        padding: 4%;
    }

    .caja_estudiar_negocio .contenedor_estudiar_extranjero {
        grid-template-columns: repeat(1, 1fr);
    }

    .caja_portada_curso_texto .titulo_curso {
        font-size: 35px;
        font-style: normal;
        text-align: center;
        color: #02548e;
    }

    .h2_titulo {
        text-align: center;
    }

    .p_texto {
        text-align: justify;
    }

    .portada_inicio_h2 {
        width: 100%;
        line-height: unset;
    }

    .general_curso_conversacion {
        grid-template-columns: repeat(1, 1fr);
    }

    .contenedor_estudiar_extranjero {
        grid-template-columns: repeat(1, 1fr);
        border-radius: 0px;
    }

    .caja_estudiar_v2 .contenedor_estudiar_extranjero {
        grid-template-columns: 1fr;
    }

    .caja_estudiar_v2 .caja_estudiar_texto {
        padding: 4%;
    }

    .caja_grupo_pequeno_2 .contenedor_estudiar_extranjero {
        grid-template-columns: repeat(1, 1fr);
        border-radius: 0px;
    }

    .contenedor_aprender {
        grid-template-columns: repeat(1, 1fr);
    }

    .div_contenido_footer {
        display: block;
    }

    .li_texto {
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        height: auto;
        position: relative;
    }

    .caja_submenu {
        box-shadow: unset;
        width: 100%;
        position: relative;
    }

    .caja_submenu ul {
        display: block;
        width: 100%;
    }

    .caja_submenu ul li {
        width: 95%;
        padding-left: 5%;
        /* height: auto; */
        margin-left: 0px;
        background-color: #f5f6ff;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
    }

    .caja_submenu ul li:last-child {
        border-bottom: none
    }

    .contenedor_cursos_2 {
        width: 95%;
        margin: auto;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

    .span_what {
        display: none;
    }

    .span_escr {
        display: none;
    }

    .btn_whatsapp {
        width: auto;
        bottom: 16%;
    }

    .btn_escribenos {
        width: auto;
    }

    .caja_grupo_pequeno_2 .caja_estudiar_img img {
        margin-bottom: 5%;
    }

    .caja_estudiar_texto {
        padding: 2.5%;
    }

    .caja_general_footer div {
        text-align: center;
        width: 95%;
        padding: 2.5%;
        display: block;
        float: left;
    }

    .footer_ul {
        text-align: center;
    }

    .caja_curso_conversacion {
        width: 95%;
        margin: 2.5%;
    }

    .btn_telefono {
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-bottom: 5%;
    }


    .contenedor_caja_diagrama {
        width: 92%;
        margin: 4%;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .caja_color {
        margin: 0px;
        padding: 4%;
        padding-bottom: 0px;
    }

    .caja_curso_conversacion .h2_titulo {
        text-align: center;
    }

    .curso_texto_linea {
        text-align: center;
    }

    .caja_aprender {
        width: 95%;
        margin: 2.5%;
        padding: 0px;
    }

    .img_section {
        margin: auto;
        margin-top: 5%;
    }

    .contenedor_estudiar_extranjero .caja_estudiar_img:nth-of-type(1) {
        order: 2;
    }

    .contenedor_estudiar_extranjero .caja_estudiar_texto:nth-of-type(2) {
        order: 1;
    }

    .contenedor_aprender div:nth-of-type(1) {
        order: 2;
    }

    .contenedor_aprender div:nth-of-type(2) {
        order: 1;
    }

    .footer_li_img a {
        justify-content: center;
    }

    .caja_aprender .h2_titulo {
        text-align: center;
    }

    .caja_aprender .p_texto {
        text-align: justify;
    }

    .ul_aprender li {
        border: 1px solid rgba(0, 0, 0, .3);
        border-radius: 15px;
        padding: 2% 0px 2% 0px;
    }

    .btn_escribenos i,
    .btn_whatsapp i {
        font-size: 32px;
        line-height: 60px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .btn_escribenos,
    .btn_whatsapp {
        border-radius: 50%;
        width: 60px;
        height: 60px;
        box-shadow: 0 1px 6px rgba(0, 0, 0, .1), 0 2px 32px rgba(0, 0, 0, .2);
        padding: 0px;
    }

    .menu_1_caja_1 {
        display: none;
    }

    .menu_1_caja_2 {
        width: 100%;
        height: 50px;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        text-align: center;
        justify-items: center;
        align-items: center;
        gap: 0px;
    }

    .caja_portada_texto {
        width: 100%;
        position: relative;
        left: 0px;
        text-align: center;
        font-weight: 700;
        float: left;
        margin: 2% 0px 2% 0px;
    }

    .caja_portada_texto h2 {
        font-size: 22px;
        font-style: normal;
    }

    .letra1_partir_portada {
        width: auto;
        float: unset;
    }

    .letra2_partir_portada {
        width: auto;
        float: unset;
        margin-top: auto;
    }

    .portada_inicio {
        background-color: unset;
        color: #02548e;
    }

    .caja_portada_texto p {
        width: 100%;
        color: #02548e;
        font-weight: 700;
        text-align: center;
    }

    .caja_portada_texto h2 {
        color: #02548e;
    }

    .caja_logo img {
        width: auto;
        height: 64px;
        display: block;
    }

    .caja_logo {
        width: 100%;
        height: 70px;
        align-items: center;
        justify-content: space-between;
        float: left;
    }

    .caja_contenido_texto_2 p {
        display: none;
    }

    .caja_menu_icono {
        display: block;
        width: 50px;
        height: 50px;
        text-align: right;
        font-size: 40px;
        float: right;
        color: #02548e;
        padding-right: 3%;
    }

    .navegacion {
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        height: auto;
        float: left;
        display: block;
        overflow-y: auto;
    }

    .navegacion_ul {
        width: 100%;
        display: none;
        position: relative;
        z-index: 5;
        background-color: white;
        left: 0px;
        top: 0px;
        float: left;
        grid-template-columns: repeat(1, 1fr);
    }

    .medida_1 {
        width: 100%;
        display: block;
        margin: auto;
    }

    .caja_logo_div {
        padding-left: 3%;
    }

    .contenedor_inicio {
        margin-top: 121px;
    }

    .texto_foto_inicio {
        font-size: 16px;
        left: 34.5%;
        top: 38%;
    }

    .caja_portada_curso_texto  .color_duolingo{
        color: #68b42e;
    }
}