*{  
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;   
}

body {
    font-family: "questrial";
    color: #414242;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}







.header {
    display: flex;
    justify-content: space-between; /* Separa el logo del menú */
    align-items: center; /* CENTRA VERTICALMENTE */
    height: 65px; /* O la altura que desees */
}

.menu { 
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.logo {
    display: flex;              /* Activa flexbox */
    justify-content: center;    /* Centra horizontalmente */
    align-items: center;        /* Centrado vertical */
    height: 100vh;              /* Altura del 100% de la ventana */
}

.img-logo {
    max-width: 100%;        /* Ajusta al contenedor */
    width: 100px;           /* Tamaño máximo deseado */
    height: auto;           /* Mantiene proporción */
}

.menu .navbar ul {
    display: flex;              /* Activa flexbox */
    justify-content: center;    /* Centra horizontalmente */
    align-items: center;     /* Centrado vertical */
    height: 100vh;           /* Altura del 100% de la ventana */
    list-style: none;           /* Quita los puntos */
    margin: 0;
    padding: 0;
    gap: 0px;                   /* Espacio entre elementos */
}

.menu .navbar ul li a {
    font-size: 17px;
    color: #414242;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
    border-right: 1px solid rgb(179, 179, 179); /* Grosor, Estilo, Color */
    padding: 0 15px;          /* Espacio entre texto y borde */
    margin-right: 5px;            /* Espacio fuera del borde */
}

.menu .navbar ul li a:hover {
    color: rgb(112, 112, 112);
}

#menu {
    display: none;
}

.menu-icono {
    width: 25px;
}

.menu label {
    cursor: pointer;
    display: none;
}


























.cursos-online {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
}

.cursos-online h2 {
    letter-spacing: 0.8px;
}

.cursos-online p {
    text-align: left;
    letter-spacing: 0.5px;
    line-height: 25px;
    margin-bottom: 30px; 
}

.title-idiomas {
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgb(137, 0, 179);
    border-width: 2px;
    padding-bottom: 10px;
    display: inline-block;
}

.cursos-group-idiomas {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; 
}

.title-música {
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgb(0, 147, 206);
    border-width: 2px;
    padding-bottom: 10px;
    display: inline-block;
}

.cursos-group-música {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px; 
}

.title-danzafolklórica {
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgb(74, 184, 0);
    border-width: 2px;
    padding-bottom: 10px;
    display: inline-block;
}






.curso {
    width: 280px;
    background-color: #ffffff;
    border: 0.5px #dddddd solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.curso img {
    width: 279px;
    height: 170px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.img-curso {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.curso h3 {
    letter-spacing: 0.5px;
    padding: 0 20px;
    font-size: 17px;
}

.contenedor-etiquetas {
    display: flex;
    gap: 5px;
    position: relative;
    left: 20px;
}

.etiqueta-modalidad {
    display: inline-block;
    width: 110px;
    background-color: rgb(243, 179, 2);
    padding: 4px;
    color: black;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.etiqueta-idiomas {
    display: inline-block;
    width: 60px;
    background-color: rgb(137, 0, 179);
    padding: 4px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.etiqueta-música {
    display: inline-block;
    width: 60px;
    background-color: rgb(0, 147, 206);
    padding: 4px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0.5px;
}

.curso h5 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    padding: 0 20px;
}

.curso p {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 20px;
    padding: 0 20px;
}

.curso h4 {
    margin: 30px 0 30px 0;
    text-align: center;
    letter-spacing: 0.5px;
}

.btn-inscribirme {
    display: inline-block;
    width: 250px;
    background-color: rgb(26, 177, 139);
    padding: 12px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #000; /* Añade un trazo fino extra */
}

.btn-inscribirme:hover {
    color: #fff;
    background-color: rgb(21, 148, 116);
}















.disciplinas {
    margin-top: 100px;
    margin-bottom: 100px;
}

.title-disciplinas {
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.cajas-disciplinas {
    display: flex;
    justify-content: space-between; /* Distribuye espacio entre cajas (space-around) */
    gap: 0px; /* Espacio entre cajas */
    margin-bottom: 200px;
}

.caja {
    text-decoration: none;
    color: inherit;
    display: inline-block; /* O block, dependiendo de tu diseño */    
}

.caja-música {
    width: 280px;
    height: 150px;
    background-color: rgb(0, 147, 206);
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 5px; /* Redondea los bordes */ 
    position: relative; /* Clave para posicionar la etiqueta */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: sans-serif;
    transition: transform 0.3s ease; /* Efecto al pasar el ratón */
}

.caja-música:hover {
    transform: scale(1.05);
    background-color: rgb(0, 147, 206);
}

.caja-literatura {
    width: 280px;
    height: 150px;
    background-color: rgb(206, 65, 0);
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 5px; /* Redondea los bordes */
    position: relative; /* Clave para posicionar la etiqueta */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: sans-serif;
    transition: transform 0.3s ease; /* Efecto al pasar el ratón */
}

.caja-literatura:hover {
    transform: scale(1.05);
    background-color: rgb(206, 65, 0);
}

.caja-danzafolklórica {
    width: 280px;
    height: 150px;
    background-color: rgb(74, 184, 0);
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 5px; /* Redondea los bordes */
    position: relative; /* Clave para posicionar la etiqueta */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: sans-serif;
    transition: transform 0.3s ease; /* Efecto al pasar el ratón */
}

.caja-danzafolklórica:hover {
    transform: scale(1.05);
    background-color: rgb(74, 184, 0);
}

.caja-danzafolklórica h3 {
    text-align: center;
    padding: 0 30px;
}

.caja-idiomas {
    width: 280px;
    height: 150px;
    background-color: rgb(137, 0, 179);
    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 5px; /* Redondea los bordes */
    position: relative; /* Clave para posicionar la etiqueta */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: sans-serif;
    transition: transform 0.3s ease; /* Efecto al pasar el ratón */
}

.caja-idiomas:hover {
    transform: scale(1.05);
    background-color: rgb(137, 0, 179);
}

/*.etiqueta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    padding: 8px 0;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.5px;
}*/














.footer {
    padding: 70px 100px;
    background-color: #2e2e2e;
    color: rgb(255, 255, 255);
    font-family: "Open Sans";
}

.links {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
    margin-top: 60px;
}

.links ul {
    margin: 0;
    padding: 0;
}

.links ul li a {
    font-size: 13px;
    color: #ffffff;
}
.links ul li p {
    font-size: 13px;
    
}

.links ul li a:hover {
    color: rgb(179, 179, 179);
}

.redes-footer {
    display: flex;
    gap: 30px; /* Espacio entre iconos */
    justify-content: center;
    margin-top: 30px;
}

/* Estilo base del enlace/icono */
.social-icon {
    font-size: 25px; /* Tamaño del icono */
    text-decoration: none;
    color: #ffffff; /* Color por defecto */
    transition: all 0.3s ease; /* Transición suave */
    display: block;
}

/* Colores específicos de la marca en hover */
.facebook:hover { color: #1877F2; }
.instagram:hover { color: #E1306C; }
.youtube:hover { color: #FF0000; }
.tiktok:hover { color: #000000; } /* O usa #FE2C55 */








.políticasytérminos-content {
    display: flex;
    justify-content: space-between;
    text-align: right;
    background-color: #414242;
    padding: 35px 100px;
    align-items: center;
}

.logo-footer {
    max-width: 100%;
    width: 80px;
    height: auto;
}

.políticasytérminos p {
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.políticasytérminos a {
    font-size: 12px;
    color: #fff;
}

.políticasytérminos a:hover {
    text-decoration: underline;
}


