:root {
    --verde: #1FC41C;
    --negro: #000000;
    --negro-claro: #1D1D1B;
    --rojo: #D10A11;
    --rosado: #E9004C;
    --azul: #1572FF;
    --blanco: white;
    --gris: #333E48;
    --grisClaro: #4C4C4C;
    --azulOscuro: #003E63;
    --blancoHueso: #F0F0F0;
    --azulClaro: #009CD8;
    --morado: #4458A6;
}
.dejanosForm {
    font-size: 25px;
    font-weight: 700;
}
.form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 48%;
    justify-content: center;
}
.form-control{
        display: inline-block;
    width: 100%;
    height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
        padding: 10px;

}
.btn-submit{
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
        background: #52c93e;
        white-space: pre-wrap;
    border-color: #52c93e;
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    margin-top: 2rem;
    font-family: Inter;
}
.form-title{
        text-align: center;
    font-size: 25px;
    margin-bottom: 0.5rem;
}
.form-subtitle{
        text-align: center;
    margin-bottom: 2rem;
}
.form-grid{
    display: flex;
flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 15px 10px;
    width: 100%;
    align-content: center;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.ic-class-form-input,#ProgramIdiomas-select {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    margin-bottom: 15px;
}
.ic-class-form-check-legal, .ic-class-form-check-legal.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.popup-content .ic-class-form-label{
    text-align: left;
}
.ic-class-form-check-legal {
    margin-left: -1.5rem;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    margin-bottom: 0.125rem;
    text-align: left;
}
.ic-class-form-check-label-legal {
    line-height: 1.4;
    text-align: left;
}
.ic-class-form-check-input-legal {
    all: unset;
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    cursor: pointer;
    accent-color: #007bff;
}
label {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}
.ic-class-form-label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}
#submit-btn:hover {
    background-color: #43a047;
}

#submit-btn {
    background-color: #1FC41C;
    color: white;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
    height: 45px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
html {
    font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    scroll-behavior: smooth;
}

.ocultar_desktop {
    display: none !important;
}

.ocultar_mobile {
    display: block !important;
}

section {
    scroll-margin-top: 80px;
}



/*Plan Premium*/
.card-premium {
    background-image: url('./img/eafit-ingles.webp');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 350px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    text-align: center;
    color: var(--blanco);
    font-weight: 900;
}

.card-premium2 {
   
 
    border-radius: 10px;
    width: 350px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000066;
    font-weight: 900;
}

.card-premium3 {
   
 
    border-radius: 10px;
    width: 350px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #000066;
    font-weight: 900;
}


.header-premium {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    gap: 5px;
}

.header-premium h2 {
    font-size: 24px;
    margin: 0;
}

.prices {
    background-color: var(--azulClaro);
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    color: var(--blanco);
    width: 50%;
}

.prices2 {
    background-color: #000066;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    color: var(--blanco);
    border: 2px solid var(--blanco);
    width: 50%;
}

.contenedorSeccioensPrice {
    display: flex;
    gap: 5px;
}
.contenedorSeccioensPrice3 {
    display: flex;
    gap: 5px;
}

.prices p {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 400;

}

.prices2 p {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 400;

}

.section-premium {
    margin-bottom: 20px;
}

.section-premium h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.section-premium p {
    font-size: 12px;
    margin: 5px 0;
    border: 2px solid var(--azulClaro);
    border-radius: 5px;
    color: var(--blanco);
    font-weight: 400;
    width: 50%;
    padding: 10px;
}

.section-premium p::before {
    content: "✔";
    margin-right: 5px;
    color: var(--azulClaro);
}

.section-premium2 {
    margin-bottom: 20px;
}

.section-premium2 h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.section-premium2 p {
    font-size: 12px;
    margin: 5px 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: var(--negro);
    font-weight: 400;
    width: 50%;
    padding: 10px;
}

.section-premium2 p::before {
    content: "✔";
    margin-right: 5px;
    color: #000066;
}

.section-premium3 {
    margin-bottom: 20px;
}

.section-premium3 h2 {
    font-size: 14px;
    margin-bottom:5px;
}

.section-premium3 p {
    font-size: 12px;
    margin: 5px 0;
    border: 2px solid #ccc;
    border-radius: 5px;
    color: var(--negro);
    font-weight: 400;
    width: 100%;
    padding: 10px;
}

.imagen-reducida {
    width: 20px;
    height: auto;
}

.titulo-premiun {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.titulo-premiun img {
    width: 40px !important;
}

/*Fin Plan Premium*/

/*PLan Plus*/
.card-plus {
    background-color: #fff;
    border-radius: 10px;
    width: 350px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header-plus {
    text-align: center;
    margin-bottom: 20px;
}

.header-plus h2 {
    font-size: 24px;
    color: #001f87;
    margin: 0;
    font-weight: 900;
}

.prices-plus {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.price-plus {
    background-color: #e7eaf3;
    padding: 10px;
    border-radius: 8px;
    width: 48%;
    text-align: center;
}

.price-plus p {
    margin: 5px 0;
    font-size: 12px;
}

.section-plus {
    margin-bottom: 20px;
}

.section-plus h2 {
    font-size: 14px;
    margin-bottom: 10px;
    color: #001f87;
    text-align: center;
}

.item-plus {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.check-plus {
    color: #001f87;
    margin-right: 10px;
    font-weight: bold;
}

.locked-plus {
    background-color: var(--blanco);
    border: 2px solid #ccc;
    color: #aaa;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 68px;
}

.locked-plus img {
    width: 20px !important;
}

.lock-plus {
    font-size: 20px;
}

/*Fin Plan Plus*/
/* Estilo para los títulos de las secciones */
.titulo-seccion {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: var(--blanco);
    margin: 20px 0 10px;
}

.features2 li::before {
    content: "✔";
    color: #4ec3f7;
    font-size: 20px;
    margin-right: 10px;
}

.tituloSpeed {
    font-size: 14px;
    color: var(--blanco);
    font-weight: bold;
    text-align: center;
}

/*Imagen 6*/
.estiloSeis {
    position: relative;
    /* Contenedor principal */
}

.imagen-ingles {
    width: 100%;
    height: auto;
}

.container-speed {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    color: var(--negro);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 60%;
}

.container-speed2 {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    color: var(--negro);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.speed {
    margin-bottom: 20px;
}
.speed2 {
    margin-bottom: 20px;
    margin-top: 20px;
}


.number {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    border-radius: 50%;
    margin-right: 10px;
}

.title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

.title a {
    text-decoration: none;
    color: #000066;
}

.title a:hover {
    text-decoration: underline;
}

.title2 {
   
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

.title2 a {
    text-decoration: none;
    color: #000066;
}

.title2 a:hover {
    text-decoration: underline;
}

.features {
    margin-top: 20px;
}

.features li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

.features li::before {
    content: "✔";
    color: #da0303;
    font-size: 18px;
    margin-right: 10px;
}

.features2 {
    margin-top: 10px;
}

.features2 li {
    list-style: none;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
}

.features2 li::before {
    content: "✔";
    color: #da0303;
    font-size: 14px;
    margin-right: 10px;
}

.note {
    font-size: 14px;
    color: #00A9E0;
    margin-top: 20px;
    font-weight: bold;
}
.note2 {
    font-size: 12px;
    color: #00A9E0;
    margin-top: 10px;
    font-weight: bold;
}

/*Carousel 3*/
#carousel3 .owl-dots {
    margin-top: 20px;
}

#carousel3 .item {
    margin-left: 50px;
}

#carousel3 .item img {
    width: 300px;
}

#carousel3.owl-carousel .owl-dots {
    padding-top: 20px !important;
}

#carousel3 {
    position: relative;
}

#carousel3 .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--blanco);
}


#carousel3.owl-carousel .owl-dots button {
    background: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;

}

#carousel3.owl-carousel .owl-dots button span {}

#carousel3.owl-carousel .owl-dots button.active {
    background: var(--azul);
}

#carousel3.owl-carousel .owl-dots button.active span {}


#carousel3.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel3.owl-carousel .owl-dot {
    background: #D10A11;
    margin: 0 5px;
}

/*Fin Carousel 3*/
/*Menu Hamburguesa*/
.Hamburgesa-menu {
    display: none;
}

.menu {
    display: none;
}

/*Estilos video */

.contenedorImagenInglesGra {
    position: relative;
    display: inline-block;
}

.imagen-ingles {
    width: 100%;
    height: auto;
}

.video-tutorial {
    position: absolute;
    top: 50%;
    right: -7%;
    transform: translateY(-50%);
    width: 50%;
    height: auto;
    z-index: 10;
    border-radius: 15px;
    /* Bordes redondeados */
    border: 2px solid #ccc;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}




/* Estilo para las secciones */

/*Fin Menu Hamburguesa*/

/*Estilos para Planes*/
#planes {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 20px;
    width: 100%;
    flex-direction: column;
}

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

.columna-planes {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.columna-planes img {
    width: 100%;
    height: auto;
}

.columna-planes3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}

.columna-planes3 img {
    width: 100%;
    height: auto;
}


/*Fin estilos para planes*/

/*Estilos para item-planes*/
.contenedor-programa {
    width: 350px;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: block;
}

.contenedor-programa h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.item-planes {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 7px;
    background-color: #f9f9f9;
}

.item-planes strong {
    font-size: 14px;
    color: #333;
}

.item-planes p {
    font-size: 12px;
    color: #555;
    margin: 10px 0 0;
    line-height: 1.5;
}

/*Fin estilos para item-planes*/

/*Estilos Multiplica*/
/* Estilos generales del contenedor */
#multiplica {
    background-color: #000066;
}

.contenedor {
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    padding: 40px;
    align-items: flex-start;
    gap: 20px;
    max-width: 1200px;
    justify-content: flex-start;
    margin: 0 auto;
    position: relative;
}

/* Información y lista */
.informacion {
    flex: 1;
    max-width: 700px;
    padding: 20px;
}

.informacion h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--blanco);
}


.informacion h3 {
    font-size: 25px;
}


.informacion ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    font-size: 14px;
}

.informacion li {
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
}

.informacion li::before {
    content: url('./img/Vector.png');
    position: absolute;
    left: -35px;
    color: #00d1ff;
    transform: scale(0.2);
    top: -30px;
}

/* Botón */
.btn-reserva {
    background-color: #00d1ff;
    color: var(--blanco);
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    transition: all 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.btn-reserva:hover {
    background-color: #00a7d4;
}

/* Carrusel */
.carrusel {
    flex: 1;
    max-width: 400px;
    text-align: center;
    position: absolute;
    top: -100px;
    right: 0;
}

.carrusel h3 {
    font-size: 14px;
    color: var(--blanco);
}

.slider {
    position: relative;
    overflow: hidden;
    max-width: 400px;
    margin: auto;
}

.slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.card {
    color: #001f54;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-width: 100%;
}

.card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}

/* Controles del carrusel */
.control {
    background: none;
    border: none;
    color: #00d1ff;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.control-prev {
    left: 0px;
}

.control-next {
    right: 0px;
}

.dots {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #cccccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #00d1ff;
}



/*Fin estilos Multiplica */

/*Estilos para Testimonios*/
.contenedorTestimonios {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;

}

.contenedorTextosIngles h2 {
    font-size: 30px;
}
.contenedorTextosIngles h3 {
    font-size: 25px !important;
}

.contenedorTestimoniosParrafo {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.contenedorTestimoniosParrafo2 {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
}

.inspirate {
    font-weight: bold;
    color: #0000bb;
    text-decoration: none;
}

#carousel2 .owl-dots {
    margin-top: 20px;
}

#carousel2 .item {
    margin-left: 50px;
}

#carousel2 .item img {
    width: 250px;
}

#carousel2.owl-carousel .owl-dots {
    padding-top: 20px !important;
}

#carousel2 {
    position: relative;
}

#carousel2 .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--blanco);
}


#carousel2.owl-carousel .owl-dots button {
    background: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;

}

#carousel2.owl-carousel .owl-dots button span {}

#carousel2.owl-carousel .owl-dots button.active {
    background: var(--azul);
}

#carousel2.owl-carousel .owl-dots button.active span {}


#carousel2.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel2.owl-carousel .owl-dot {
    background: #D10A11;
    margin: 0 5px;
}

/*Fin estilos para Testimonios*/
/*Estilos del Header*/


.contenedorHeader {
    background-color: var(--negro);
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header {
    background-color: var(--negro);

    color: var(--blanco);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    padding: 10px;
}

.buttons {
    display: flex;
    gap: 50px;
    align-items: center;
}

.buttons .textoButtons:hover {
    color: #00b
}

.buttons .textoButtons {
    color: var(--blanco);
    text-decoration: none;
}

.btn {
    padding: 10px 20px;
    text-decoration: none;
    color: var(--blanco);
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

.btn-inscribete {
    background-color: var(--azul);
}

.btn-brochure {
    background-color: var(--verde);
    width: 273px !important;
    font-size: 14px;
}

.btn-brochure2 {
    background-color: var(--verde);
    width: 213px !important;
}

/*Fin estilos del Header*/
/*Estilos Popup*/
/* Popup styles */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    /* Inicialmente oculto */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow-y: auto;
}

.popup-content {
    background-color: var(--blanco);
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    position: relative;
    top: 10%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

/*Fin de los estilos del popup*/

/*Estilos Banner*/
#banner {
    background-image: url('./img/ingles-curso.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contenedorBanner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 40px 0px;
    gap: 80px;
    width: 100%;
}

.columna1Banner {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 0;
}

.botonNuevo {
    background-color: var(--verde);
    color: var(--blanco);
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    width: 80px;
    text-align: center !important;
}

.cuadro-texto {

    padding: 10px 0px;
    display: inline-block;
    color: var(--blanco);
    font-size: 32px;
    font-weight: 400;
    text-align: left;
    width: 350px;
}

.textoTituloParrafo h1 {
    font-size: 62px;
    font-weight: 900;
    color: var(--blanco);
    text-transform: uppercase;
}

.valor {
    color: var(--blanco);
    font-weight: 300;
    font-size: 25px;
}

.vigencia p {
    color: var(--blanco);
    font-weight: 300;
    font-size: 14px;
}

.empieza {
    color: var(--blanco);
    font-weight: bold;
    font-size: 20px;
}

.columna2Banner {
    background-color: var(--blanco);
    padding: 40px;
    border-radius: 20px;
    width: 50%;

}

.insignia {
    text-align: right;
}


/*Fin de estilos Banner*/

/*Estilos Formulario*/
.tituloFormulario {
    font-size: 19px;
    color: var(--negro);
    font-weight: 300;
    text-align: center;
}

.dejanosForm {
    font-weight: bold;
    font-size: 25px;
}

/*Fin estilos Formulario*/

/*Estilos Section Diplomados*/
#diplomados {
    background-color: var(--blanco);
}

.contenedorTextosIngles {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.cuadroNegroIngles {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 5px;
}

.cuadroNegroIngles h2 {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 5px;
    font-size: 12px;
}

.cuadroNegroIngles2 {
    background-color: var(--negro);
    color: var(--blanco);
    padding: 5px;
    width: 100%;
}

.cuadroNegroIngles2 h2 {

    font-size: 14px;
}

.contenedorDiplomados {
    display: flex;

    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    flex-direction: column;
}

.contenedorDiplomados h1 {
    color: var(--negro);
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.contenedorDiplomados p {
    color: var(--blanco);
    font-size: 16px;
    font-weight: 200;
    text-align: center;
}

#carousel1 .owl-dots {
    margin-top: 20px;
}



#carousel1 .item {
    padding: 40px 0;
    text-align: center;
    margin-left: 0;
    position: relative;
    display: inline-block;
}

#carousel1 .item img {
    width: 200px;
    display: block;
    width: 100%;
    height: auto;
}

.texto-sobre-imagen {
    position: absolute;
    top: 60%;  
    left: 50%;  
    transform: translate(-50%, -50%); 
    color: var(--negro);
    padding: 20px 10px;  
    border-radius: 5px;
    font-size: 14px; 
    text-align: left;
    font-weight: 500;
    width: 90%;
    max-width: 300px;  
    box-sizing: border-box;  
}

#carousel1.owl-carousel .owl-dots {
    padding-top: 20px !important;
}

#carousel1 {
    position: relative;
}

#carousel1 .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #000066;
}


#carousel1.owl-carousel .owl-dots button {
    background: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;

}

#carousel1.owl-carousel .owl-dots button span {}

#carousel1.owl-carousel .owl-dots button.active {
    background: var(--azul);
}

#carousel1.owl-carousel .owl-dots button.active span {}


#carousel1.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel1.owl-carousel .owl-dot {
    background: #D10A11;
    margin: 0 5px;
}

.cajaTextoDip {
    position: relative;
    /* Permite posicionar el número dentro */
    color: var(--negro);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 250px;
    height: 100px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ECECF4;
    overflow: visible;
    /* Permite mostrar elementos fuera del contenedor */
}

.numero-circulo {
    position: absolute;
    /* Posiciona el círculo sobre la caja */
    top: 0;
    /* Inicia en la parte superior de la caja */
    left: 50%;
    /* Centra horizontalmente */
    transform: translate(-50%, -50%);
    /* Ajusta para centrar el círculo completo */
    background-color: black;
    /* Fondo negro */
    color: white;
    /* Texto blanco */
    width: 40px;
    /* Tamaño del círculo */
    height: 40px;
    /* Proporcional al ancho */
    border-radius: 50%;
    /* Hace el fondo circular */
    display: flex;
    /* Para centrar el contenido */
    align-items: center;
    justify-content: center;
    font-size: 16px;
    /* Tamaño del número */
    font-weight: bold;
    /* Resalta el número */
    z-index: 1;
    /* Asegura que esté encima de otros elementos */
}



/*Fin estilos section Diplomados*/

/*Estilos Por que Estudiar*/
#porqueEstudiar {
    background-color: var(--blancoHueso);
}

.contenedorPorqueEstudiar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: row;
    padding: 40px 0;
    gap: 40px;
    width: 100%;
}

.columnaPorque1 {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.columnaPorque1 h3 {
    color: var(--negro);
    font-size: 28px;
    font-weight: bold;
    border: 1px solid var(--negro);
    padding: 20px;
    width: 350px;
    text-align: center;
}

.columnaPorque1 h2 {
    color: var(--negro);
    font-size: 33px;
    font-weight: bold;
    text-align: left;
}

.columnaPorque2 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 50%;
}

/*Fin estilos por que estudiar*/

/*Estilos Contenido*/
#contenido {
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    flex-direction: column;

    padding: 40px 0;

}

.columna1Contenido {
    width: 50%;
}

.columna2Contenido {
    width: 50%;
}

.tituloContenido h3 {
    text-align: center;
    border: 1px solid var(--azul);
    padding: 20px;
    color: var(--negro);
    font-size: 33px;
    font-weight: bold;
}

.contenedorContenido {

    display: flex;
    flex-direction: row;
    gap: 40px;
}

.modulos {
    max-width: 600px;
    margin: 0 auto;
}

.modulos h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.modulo {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.titulo {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
}

.icono {
    font-size: 20px;
    color: #888;
}

.contenido {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.contenido.mostrar {
    /* Un valor lo suficientemente alto para no cortar texto */
    max-height: 1000px;
    padding: 10px 0;
    transition: max-height 0.6s ease-in, padding 0.6s ease-in;
}

.contenido p {
    margin: 0;
    font-size: 14px;
}

.dirigido {
    max-width: 800px;


}

.dirigido h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.dirigido ul {
    list-style: none;
    padding-left: 0;
}

.dirigido ul li {
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.dirigido ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #2BA2D4;
    font-size: 22px;
    top: 0;
}

.columnaPorque2 ul {
    list-style: none;
    padding-left: 0;
}

.columnaPorque2 ul li {
    margin-bottom: 15px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.columnaPorque2 ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #2BA2D4;
    font-size: 22px;
    top: 0;
}

.contenedorBotonDescarga {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Fin estilos contenido*/

/*Estilos Beneficios*/
#beneficios {}

.contenedorBeneficios {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    flex-direction: column;
    padding: 40px 0;
    margin: 0 auto;
}

.contenedorBeneficios ul {

    padding-left: 0;
}

.contenedorBeneficios ul li {

    font-size: 16px;
    position: relative;
    padding-left: 10px;
}

/*fin seccion beneficios*/

/*Estilos Porque*/
#porque {
    background-image: url('./img/ingles-virtual.webp');
    background-repeat: no-repeat;
    background-size: cover;
}

.contenedorPorque {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    margin: 0 auto;
    flex-direction: row;
}

.columna1Porque {
    width: 50%;
    color: var(--blanco);
}

.columna2Porque {
    width: 50%;
    display: block;
}

/* Fin de estilos Por que*/
/*Insignias Digitales*/
#insignias_digitales {}

.contenedorInsigniasDigitales {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    margin: 0 auto;
    flex-direction: column;
}

.columnasInsignias {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    max-width: 768px;
}

.columna1Insignia {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.columna2Insignia {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contenedorImagenesInsgnia {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 768px;
    gap: 20px;
}

/*Fin Insignias Digitales*/

/*Estilos Usar Insignias*/
#usarInsignias {}

.contenedorUsarInsignias {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    margin: 0 auto;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
}

.columna1Usar {
    width: 50%;
}

.columna2Usar {
    width: 50%;
    text-align: center;
}

/*fin estilos Usar Insignias*/

/*Seccion Acreditacion*/
.contenedorAcreditacion {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    margin: 0 auto;
    flex-direction: row;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
}

/*Fin seccion Acreditacion*/


#carousel2 .owl-dots {
    margin-top: 20px;
}

#carousel2 .item {
    padding: 40px 0;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;

}

.colorAzul {
    font-weight: bold;
    color: #0000bb;
}

#carousel2 .item img {
    width: 300px !important;
    height: auto;
}

#carousel2.owl-carousel .owl-dots {
    padding-top: 20px !important;
}

#carousel2 {
    position: relative;
}

#carousel2 .owl-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: var(--negro);
}


#carousel2.owl-carousel .owl-dots button {
    background: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;

}

#carousel2.owl-carousel .owl-dots button span {}

#carousel2.owl-carousel .owl-dots button.active {
    background: var(--azul);
}

#carousel2.owl-carousel .owl-dots button.active span {}


#carousel2.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

#carousel2.owl-carousel .owl-dot {
    background: #D10A11;
    margin: 0 5px;
}

/*Fin estilos Carousel 2*/
/*Estilos No sabes Banner*/
#noSabes {
    background-color: var(--azulClaro);
}

.contenedorNoSabes {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    gap: 20px;
}

.columna1NoSabes {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: left;
    color: var(--blanco);
}

.columna2NoSabes {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*FinEstilos No sabes Banner*/

/*Estilos Diplomados Card*/
#diplomadosCards {}

.contenedorDiplomadosCards {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    gap: 20px;
    flex-direction: row;
}

.tarjetaDiplomado {
    width: 300px;

    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tarjetaDiplomado-imagen {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.tarjetaDiplomado-contenido {
    background-color: #007bc3;
    /* Fondo azul personalizado */
    padding: 20px;
    text-align: left;
    height: 250px;
}

.tarjetaDiplomado-etiqueta {
    display: inline-block;
    background-color: white;
    color: #007bc3;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
}

.tarjetaDiplomado-titulo {
    color: white;
    font-size: 20px;
    margin: 10px 0;
}

.tarjetaDiplomado-boton {
    background-color: #00c04a;
    /* Botón verde personalizado */
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.tarjetaDiplomado-boton:hover {
    background-color: #009e3a;
    /* Color más oscuro al hacer hover */
}

/*Fin Estilos Diplomados Card*/


/*Estilos Footer Eafit*/
/* Estilos generales para el footer */
.footerUniversidad {
    background-color: #000;
    color: white;
    padding: 40px 20px;
    text-align: center;

}

.footerUniversidad-contenido {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
    /* Espacio entre secciones */
}

.footerUniversidad-seccion h3 {
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.footerUniversidad-seccion a,
.footerUniversidad-seccion ul {
    color: white;
    list-style: none;
    padding: 0;
    text-align: left;
}

.footerUniversidad-seccion ul li a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
    text-align: left;
}

.footerUniversidad-seccion ul li a:hover {
    color: #007bc3;
    /* Color del enlace al pasar el mouse */
}

.footerUniversidad-legal {
    border-top: 1px solid #333;
    padding-top: 10px;
    font-size: 12px;
}

.footerUniversidad-legal p {
    margin: 5px 0;
}

.fas.fa-phone-alt {
    transform: rotate(90deg);
    /* Asegúrate de que no esté rotado */
}

/*Fin estilos Footer Eafit*/

/*Estilos Flotantes*/
.floating-buttons {
    position: fixed;
    right: 0;
    /* Ajusta según el espacio que desees desde el borde derecho */
    bottom: 50%;
    /* Ajusta según el espacio desde la parte inferior */
    display: flex;
    flex-direction: column;
    /* Para que se apilen verticalmente */
    z-index: 999999999999;
}

.floating-buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    /* Tamaño del botón */
    height: 50px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-whatsapp {
    background-color: #25D366;
    /* Color de WhatsApp */
}

.btn-form {
    background-color: #007bff;
    /* Color para el botón del formulario */
}

.floating-buttons a:hover {
    transform: scale(1.1);
    /* Efecto al pasar el mouse por encima */
}



/*Fin estilos Flotantes*/
@media (min-width: 420px) and (max-width: 1200px) {
    .ocultar_minimo{
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .ocultar_minimo{
        display: none !important;
    }
}

@media (max-width: 419px) {
    .ocultar_minimo{
        display: block !important;;
    }
}
/* Estilos responsivos para mobile */
@media (max-width: 1200px) {
    label{
        font-size: 14px;
    }
    /*CARD 6 EN CODIGO*/
.container-speexx  {
    background-color: #f4f4f4 !important;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    height:600px;
  }
  
  .circle-speexx {
    width: 70px;
    height: 70px;
    background-color: #000;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 40%;
  }
  
  .content-speexx h2 {
    font-size: 16px;
    color: #333;
    margin-top: 30px;
  }
  
  .highlight-speexx  {
    color: #007bff;
    font-weight: bold;
  }
  
  .content-speexx  ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
  
  .content-speexx  ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .content-speexx  ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: red;
    font-size: 14px;
  }
  
  .note-speexx  {
    font-size: 12px !important;
    color: #007bff !important;
    margin-top: 10px;
    font-weight: bold !important;
  }
/*fIN CARD 6 CODIGO*/
    #carousel3 .item {
        margin-left: 0px;
    }
    #carousel2 .item {
        margin-left: 0px;
    }
    .card-plus {
        width: 100%;
    }
    .card-premium {
        width: 100%;
    }
    .card-premium2 {
        width: 100%;
    }
    .popup-content {
        width: 100%;
        top: 20%;
    }
    .columna-planes3 {
        margin-top: 0px;
    }

    #carousel3 .item {
       display: flex;
       align-items: center;
       justify-content: center;
    }

    .texto-sobre-imagen {

        font-size: 14px;
    }

    #carousel1 .item img {
        width: 300px;
    }

    /*Estilos Testimonios */
    /*Estilos para Testimonios*/
    .contenedorTestimonios {
        padding: 40px 20px;
    }

    /*Estilos Carrousel Multiplica*/
    .contenedor {
        flex-direction: column;
        padding: 20px;
    }

    .informacion {
        order: 1;
        /* Colocar la información después */
        margin-bottom: 20px;
    }

    .informacion ul {
        grid-template-columns: 1fr;
        /* Pasar a una sola columna */
        gap: 15px;
        /* Espacio entre elementos */
    }

    .btn-reserva {
        width: 100%;
        /* Botón a ancho completo */
        text-align: center;
    }

    .carrusel {
        order: -1;
        /* Mover el carrusel al inicio */
        position: relative;
        top: 0;
        max-width: 100%;
        /* Ajustar al ancho del móvil */
        margin-top: 20px;
    }

    .slider {
        max-width: 100%;
        /* Ocupa todo el ancho */
    }

    .card {
        padding: 10px;
    }

    /*Fin estilos multiplica*/

    /*Estilos para planes*/
    .contenedor-planes {
        grid-template-columns: 1fr;
        /* Una sola columna */
    }

    /*Estilos Video*/
    .contenedorImagenInglesGra {
        position: relative;
    }

    .imagen-ingles {
        width: 100%;
        height: auto;
    }
    .contenedorVideoFull{
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .video-tutorial {
        position: static;
        width:80%;
        margin: -20px auto 0;
    }

    #planes {
        padding: 0px 20px;
    }


    /*Menu Hamburguesa */
    .Hamburgesa-menu {
        position: fixed;
        top: 3%;
        right: 5%;
        padding: 10px 20px;
        display: block;
        justify-content: flex-end;
        align-items: center;
        z-index: 1000;
    }

    .hamburguesa {
        background: none;
        border: none;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 24px;
        width: 30px;
    }

    .hamburguesa span {
        background: #fff;
        height: 3px;
        width: 100%;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Menú */
    .menu {
        position: fixed;
        top: 50px;
        right: 0;
        width: 250px;
        background: var(--negro);
        height: calc(100% - 50px);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        display: block;
    }

    .menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .menu li {
        border-bottom: 1px solid #555;
    }

    .menu li a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 15px 20px;
    }

    .menu li a:hover {
        background: #555;
    }

    /* Mostrar menú cuando está activo */
    .menu.active {
        transform: translateX(0);
    }

    /* Animación del botón al abrir */
    .hamburguesa.open span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }

    .hamburguesa.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburguesa.open span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }

    .contenedorResuelve {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*Fin menu hamburguesa*/

    #banner {
        background-image: url('./img/Banner_mobile.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        width: 100%;  
    }

    /*Estilos Generales Mobile*/
    .ocultar_desktop {
        display: block !important;
    }

    .ocultar_mobile {
        display: none !important;
    }

    /*Fin estilos Generales Mobile*/

    /*Estilos Header Mobile*/
    .header {
        flex-direction: row;
        align-items: center;
    }

    .buttons {
        width: 50%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        display: none;
    }

    .btn {
        width: 100%;
        text-align: center;
    }

    .btn {
        font-size: 14px;
    }

    .cuadro-texto {
        font-size: 26px;
    }

    .textoTituloParrafo p {
        font-size: 55px;
    }

    /*Fin estilos Header Mobile*/

    /*Estilos Banner Mobile*/
    .contenedorBanner {
        flex-direction: column;
    }

    .columna1Banner {
        width: 100%;
        padding: 0 20px;
    }

    .columna2Banner {
        width: 100%;
    }

    .insignia {
        text-align: center;
    }

    /*Fin estilos Banner Mobile*/

    /*Estilos Diplomado Carousel*/
    .contenedorDiplomados {
        padding: 40px 20px;
    }

    .contenedorDiplomados p {
        text-align: left;
    }

    #carousel1 .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*Fin estilos Diplomados Carousel*/

    /*Estilos Porque Mobile*/
    .contenedorPorqueEstudiar {
        flex-direction: column;
        gap: 20px;
        padding: 40px 20px;
    }

    .columnaPorque1 {
        width: 100%;
    }

    .columnaPorque2 {
        width: 100%;
    }

    /*Fin estilos porque Mobile*/

    /*Estilos Mobile Contenido*/
    .columna1Contenido {
        width: 100%;
    }

    .columna2Contenido {
        width: 100%;
    }

    #contenido {
        padding: 40px 20px;
    }

    .contenedorContenido {
        flex-direction: column;
        gap: 20px;
    }

    /*Fin estilos Mobile Contenido*/
    /*Estilos Beneficios Mobile*/
    .contenedorBeneficios {
        padding: 40px 20px 40px 40px;
        font-size: 16px;
    }

    /*Fin estilos Beneficios*/
    /*Estilos Porque Mobile*/
    #porque {
        background-image: none;
        background-color: var(--morado);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .contenedorPorque {
        flex-direction: column;
    }

    .columna1Porque {
        width: 100%;
        color: var(--blanco);
    }

    .columna2Porque {
        width: 50%;
        display: none;
    }

    .contenedorPorque {
        padding: 40px 20px 40px 40px;
    }

    /*Fin estilos porque Mobile*/

    /*Estilos Insignias Digitales*/
    .contenedorInsigniasDigitales {
        padding: 40px 20px;
        gap: 20px;
    }

    .contenedorImagenesInsgnia {
        flex-direction: column;
    }

    /*Fin estilos Insignias Digitales*/

    /*Estilos Insignias Mobile*/
    .contenedorUsarInsignias {
        padding: 40px 20px;
        flex-direction: column;
    }

    .columna1Usar {
        width: 100%;
    }

    .columna2Usar {
        width: 100%;
        text-align: center;
    }

    /*Fin estilos Insignias Mobile*/

    /*Estilos Acreditacion Mobile*/
    .contenedorAcreditacion {
        padding: 40px 20px;

    }

    #carousel2 .item {
        padding: 0px 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*Fin estilos acreditacion Mobile*/

    /*Estilos No sabes Mobile*/
    .contenedorNoSabes {
        padding: 40px 20px;
        flex-direction: column;
    }

    .columna1NoSabes {
        width: 100%;
    }

    .columna1NoSabes {
        width: 100%;
    }

    /*Fin estilos No sabes Mobile*/

    /*Estilos Diplomados Cards Mobile*/
    .contenedorDiplomadosCards {
        padding: 40px 20px;
        gap: 20px;
        flex-direction: column;
    }

    .btn-brochure {
        background-color: var(--verde);
        width: 350px !important;
    }

    .btn-brochure2 {
        background-color: var(--verde);
        width: 172px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 10px;
        text-wrap: nowrap;
    }

    /*Fin estilos Diplomados Cards Mobile*/

    /*Estilos Footer Mobile*/
    .footerUniversidad-contenido {
        flex-direction: column;
        align-items: left;
        gap: 30px;
        /* Ajusta el espacio entre secciones */
    }

    .footerUniversidad-seccion h3 {
        font-size: 18px;
        /* Tamaño de fuente ligeramente mayor en móvil */
    }

    .footerUniversidad-seccion p,
    .footerUniversidad-seccion ul li {
        font-size: 14px;
        /* Tamaño de texto más ajustado para móviles */
    }

    /*Fin Estilos Footer Mobile*/
}