/* ===================================
   SECCIÓN ACCESOS RÁPIDOS
   =================================== */

.seccion-accesos {
    width: 1897px;
    height: 560px;
    margin: 0 auto;
    background-color: #FFFFFF;
    opacity: 1;
    position: relative;
}

.accesos-container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Tarjetas de acceso */
.tarjeta-acceso {
    width: 478px;
    height: 377px;
    position: absolute;
    top: 90px;
    border: 2px solid #394049;
    border-radius: 30px;
    opacity: 1;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
}

/* Posiciones de las tarjetas */
.tarjeta-estudiantes {
    left: 105px;
}

.tarjeta-docentes {
    left: 710px;
}

.tarjeta-funcionarios {
    left: 1317px;
}

/* Contenedor de iconos */
.tarjeta-icono {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    opacity: 1;
    position: relative;
}

/* TARJETA 1: ESTUDIANTES - Icono simple */
.tarjeta-estudiantes .tarjeta-icono-simple {
    height: 75px;
    top: 20px;
}

.tarjeta-estudiantes .icono-principal {
    width: 100px;
    height: 75px;
    filter: brightness(0) saturate(100%) invert(28%) sepia(68%) saturate(1533%) hue-rotate(269deg) brightness(88%) contrast(89%);
}

/* TARJETA 2: DOCENTES - Icono doble */
.tarjeta-docentes .tarjeta-icono-doble {
    height: 87.5px;
    top: 12.5px;
}

.tarjeta-docentes .icono-contenedor-fondo {
    position: absolute;
    width: 100px;
    height: 75px;
    top: 0;
    left: 0;
}

.tarjeta-docentes .icono-fondo {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(51%) sepia(36%) saturate(1309%) hue-rotate(174deg) brightness(92%) contrast(87%);
}

.tarjeta-docentes .icono-contenedor-frente {
    position: absolute;
    width: 50px;
    height: 53.125px;
    top: 35.88px;
    left: 50px;
}

.tarjeta-docentes .icono-frente {
    width: 100%;
    height: 100%;
    filter: brightness(0) saturate(100%) invert(51%) sepia(36%) saturate(1309%) hue-rotate(174deg) brightness(92%) contrast(87%);
}

/* TARJETA 3: FUNCIONARIOS - Icono doble */
.tarjeta-funcionarios .tarjeta-icono-doble {
    height: 93.75px;
    top: 6.25px;
}

.tarjeta-funcionarios .icono-contenedor-fondo {
    position: absolute;
    width: 100px;
    height: 81.25px;
    top: 0;
    left: 0;
}

.tarjeta-funcionarios .icono-fondo {
    width: 100%;
    height: 100%;
}

.tarjeta-funcionarios .icono-contenedor-frente {
    position: absolute;
    width: 62.5px;
    height: 68.4375px;
    top: 26.56px;
    left: 18.75px;
}

.tarjeta-funcionarios .icono-frente {
    width: 100%;
    height: 100%;
}

/* Títulos de las tarjetas */
.tarjeta-titulo {
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 700;
    font-stretch: semi-expanded;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #394049;
    margin-bottom: 30px;
    opacity: 1;
}

/* Control individual de posición de cada título */
.tarjeta-estudiantes .tarjeta-titulo {
    width: 151px;
    --titulo-offset: 22px;
    transform: translateY(var(--titulo-offset));
}

.tarjeta-docentes .tarjeta-titulo {
    width: 119px;
    --titulo-offset: 10px;
    transform: translateY(var(--titulo-offset));
}

.tarjeta-funcionarios .tarjeta-titulo {
    width: 163px;
    --titulo-offset: 5px;
    transform: translateY(var(--titulo-offset));
}

/* Botones de las tarjetas */
.tarjeta-boton {
    width: 360px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 1;
    transition: all 0.3s ease;
    
    position: relative;
    padding: 0;
}

/* Control individual de posición de cada botón */
.tarjeta-estudiantes .tarjeta-boton {
    top: 40px;  /* ← Ajusta para mover SOLO el botón de Estudiantes */
}

.tarjeta-docentes .tarjeta-boton {
    top: 30px;  /* ← Ajusta para mover SOLO el botón de Docentes */
}

.tarjeta-funcionarios .tarjeta-boton {
    top: 25px;  /* ← Ajusta para mover SOLO el botón de Funcionarios */
}

/* Colores de botones */
.boton-turquesa {
    background-color: #00A499 !important;
    color: #FFFFFF !important;
}

.boton-turquesa:hover {
    background-color: #008c82 !important;
}

.boton-morado {
    background-color: #8C4799 !important;
    color: #FFFFFF !important;
}

.boton-morado:hover {
    background-color: #723a7d !important;
}

.boton-amarillo {
    background-color: #FFA500 !important;
    color: #FFFFFF !important;
}

.boton-amarillo:hover {
    background-color: #cc8500 !important;
}

/* ===================================
   SECCIÓN SERVICIOS
   =================================== */

.seccion-servicios {
    width: 1897px;
    height: 840px;
    margin: 0 auto;
    background-color: rgba(57, 64, 73, 0.2);
    opacity: 1;
    position: relative;
}

/* Título principal */
.servicios-titulo-principal {
    width: 194px;
    height: 69px;
    position: absolute;
    top: 11px;
    left: 852px;
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 700;
    font-stretch: semi-expanded;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #394049;
    margin: 0;
    opacity: 1;
}

/* Línea naranja debajo del título */
.servicios-linea {
    width: 1517px;
    height: 0;
    position: absolute;
    top: 86px;
    left: 201px;
    border: 0;
    border-top: 3px solid #EA7600;
    opacity: 1;
}

/* Contenedor de las tres columnas */
.servicios-container {
    width: 100%;
    height: 100%;
    position: relative;
}

/* Columnas de servicios */
.servicio-columna {
    position: absolute;
    top: 161px;
    width: 419px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Posiciones de cada columna */
.servicio-columna-1 {
    left: 151px;
}

.servicio-columna-2 {
    left: 744px;
}

.servicio-columna-3 {
    left: 1363px;
}

/* Contenedor del icono */
.servicio-icono-container {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 29px;
    opacity: 1;
    position: relative;
}

.servicio-icono {
    max-width: 100px;
    max-height: 100px;
    opacity: 1;
}

/* COLUMNA 1: Icono doble */
.servicio-columna-1 .servicio-icono-container {
    height: 100px;
}

.servicio-columna-1 .icono-contenedor-fondo {
    position: absolute;
    width: 75px;
    height: 100px;
    top: 0;
    left: 15px;
}

.servicio-columna-1 .icono-fondo {
    width: 100%;
    height: 100%;
    
}

.servicio-columna-1 .icono-contenedor-frente {
    position: absolute;
    width: 34.38px;
    height: 25.01px;
    top: 43.75px;
    left: 36.37px;
}

.servicio-columna-1 .icono-frente {
    width: 100%;
    height: 100%;
}

.servicio-columna-2 .servicio-icono {
    filter: brightness(0) saturate(100%) invert(28%) sepia(68%) saturate(1533%) hue-rotate(269deg) brightness(88%) contrast(89%);
}

.servicio-columna-3 .servicio-icono {
    filter: brightness(0) saturate(100%) invert(46%) sepia(85%) saturate(1757%) hue-rotate(188deg) brightness(91%) contrast(87%);
}

/* Título de cada servicio */
.servicio-titulo {
    width: 100%;
    height: 41px;
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 700;
    font-stretch: semi-expanded;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #394049;
    margin: 0 0 45px 0;
    opacity: 1;
}

/* Botones de servicios */
.servicio-boton {
    width: 360px;
    height: 60px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #FFFFFF !important;
    text-decoration: none;
    opacity: 1;
    transition: all 0.3s ease;
    margin-bottom: 49px;
}

/* Colores específicos por columna */
.servicio-columna-1 .servicio-boton {
    background-color: #498BCA;
}

.servicio-columna-1 .servicio-boton:hover {
    background-color: #3a73a8;
}

.servicio-columna-1 .servicio-boton:nth-of-type(2) {
    background-color: #00A499;
}

.servicio-columna-1 .servicio-boton:nth-of-type(2):hover {
    background-color: #008c82;
}

.servicio-columna-1 .servicio-boton:nth-of-type(3) {
    background-color: #8C4799;
}

.servicio-columna-1 .servicio-boton:nth-of-type(3):hover {
    background-color: #723a7d;
}

.servicio-columna-2 .servicio-boton:nth-of-type(1) {
    background-color: #498BCA;
}

.servicio-columna-2 .servicio-boton:nth-of-type(1):hover {
    background-color: #3a73a8;
}

.servicio-columna-2 .servicio-boton:nth-of-type(2) {
    background-color: #FFA500;
}

.servicio-columna-2 .servicio-boton:nth-of-type(2):hover {
    background-color: #cc8500;
}

.servicio-columna-2 .servicio-boton:nth-of-type(3) {
    background-color: #FFA500;
    display: none; /* Oculto por defecto, se muestra si se agrega desde WP */
}

.servicio-columna-2 .servicio-boton:nth-of-type(3):hover {
    background-color: #cc8500;
}

.servicio-columna-2 .servicio-boton:nth-of-type(3).activo {
    display: flex;
}

.servicio-columna-3 .servicio-boton {
    background-color: #FFA500;
}

.servicio-columna-3 .servicio-boton:hover {
    background-color: #cc8500;
}

.servicio-columna-3 .servicio-boton:nth-of-type(2) {
    background-color: #00A499;
}

.servicio-columna-3 .servicio-boton:nth-of-type(2):hover{
    background-color: #008c82;
}

.servicio-columna-3 .servicio-boton:nth-of-type(3) {
    background-color: #00A499;
}

.servicio-columna-3 .servicio-boton:nth-of-type(3):hover{
    background-color: #008c82;
}

/* Ajuste del último botón cuando no hay tercer botón en columna 2 */
.servicio-columna-2 .servicio-boton:nth-of-type(2):last-child {
    margin-bottom: 0;
}

/* ===================================
   SECCIÓN AGENDA
   =================================== */

.seccion-agenda {
    width: 1897px;
    height: 840px;
    margin: 0 auto;
    background-color: #00A49980;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    position: relative;
}

/* Título principal "Agenda" */
.agenda-titulo {
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 700;
    font-stretch: semi-expanded;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #394049;
    margin: 0;
    padding: 0;
    width: 157px;
    height: 69px;
    position: absolute;
    top: 12px;
    left: 881px;
}

/* Línea naranja divisora */
.agenda-linea-divisora {
    width: 1517px;
    height: 3px;
    background-color: #EA7600;
    position: absolute;
    top: 95px;
    left: 201px;
}

/* Contenedor de flechas y controles */
.agenda-controles {
    position: relative;
    width: 100%;
}

/* Flechas de navegación */
.agenda-flecha {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
}

.agenda-flecha img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.agenda-flecha:hover img {
    filter: brightness(0.8);
}

.agenda-flecha.arriba {
    transform: rotate(180deg);
}

.agenda-flecha.arriba img {
    transform: rotate(180deg);
}

.agenda-flecha.abajo {
    transform: rotate(0deg);
}

.agenda-flecha.abajo img {
    transform: rotate(0deg);
}

/* Contenedor de subtítulos */
.agenda-subtitulos {
    position: absolute;
    top: 180px;
    width: 1025px;
    left: 751px;
}

.agenda-subtitulo {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #394049;
    padding: 0;
    margin: 0;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}

.agenda-subtitulo.proceso {
    width: 94px;
    left: 200px;
}

.agenda-subtitulo.inicio {
    width: 62px;
    left: 665px;
}

.agenda-subtitulo.termino {
    width: 118px;
    left: 865px;
}

/* Contenedor de entradas */
.agenda-entradas-contenedor {
    position: absolute;
    top: 240px;
    left: 751px;
    width: 1025px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Entrada individual */
.agenda-entrada {
    width: 1025px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.agenda-entrada:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.agenda-entrada.activo {
    background-color: #ffffff;
    border: 2px solid #00A499;
}

.agenda-entrada.activo .agenda-entrada-proceso,
.agenda-entrada.activo .agenda-entrada-inicio,
.agenda-entrada.activo .agenda-entrada-termino {
    color: #394049;
}

/* Contenido de entrada */
.agenda-entrada-proceso {
    position: absolute;
    left: 20px;
    width: 600px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: left;
    color: #394049;
    margin: 0;
    padding: 0;
}

.agenda-entrada-inicio {
    position: absolute;
    left: 635px;
    width: 120px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #394049;
    margin: 0;
    padding: 0;
}

.agenda-entrada-termino {
    position: absolute;
    left: 860px;
    width: 120px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #394049;
    margin: 0;
    padding: 0;
}

/* Imagen de Agenda */
.agenda-imagen {
    display: block;
}

/* ===================================
   SECCIÓN DESCARGAS
   =================================== */

.seccion-descargas {
    width: 1897px;
    height: 840px;
    margin: 0 auto;
    background-color: rgba(73, 139, 202, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    position: relative;
}

/* Título principal "Descargas" */
.descargas-titulo {
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 700;
    font-stretch: semi-expanded;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #394049;
    margin: 0;
    padding: 0;
    width: 220px;
    height: 69px;
    position: absolute;
    top: 33px;
    left: 850px;
}

/* Línea naranja divisora */
.descargas-linea-divisora {
    width: 1517px;
    height: 3px;
    background-color: #EA7600;
    position: absolute;
    top: 111px;
    left: 201px;
}

/* Contenedor de entradas y imagen */
.descargas-contenedor {
    position: absolute;
    top: 150px;
    width: 100%;
    display: flex;
}

/* Entradas de Descargas */
.descargas-entradas {
    display: flex;
    flex-direction: column;
    gap: 35px;
    position: absolute;
    left: 330px;
    top: 60px;
}

/* Entrada Individual */
.descargas-entrada {
    width: 570px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.descargas-entrada:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.descargas-entrada.activo {
    background-color: #ffffff;
    border: 2px solid #394049;
}

/* Texto de Descarga - FIJO A LA IZQUIERDA */
.descargas-texto {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    text-align: left;
    color: #394049;
    margin: 0;
    padding-left: 30px;
    position: absolute;
    left: 25px;
}

/* Icono de Descarga - FIJO A LA DERECHA */
.descargas-icono {
    width: 39px;
    height: 52px;
    object-fit: contain;
    position: absolute;
    right: 30px;
}

/* Imagen Descargas */
.descargas-imagen {
    display: block;
    position: absolute !important;
    right: 70px !important;
    bottom: -475px !important;
    top: auto !important;
    left: auto !important;
    width: 500px !important;
    height: 500px !important;
    object-fit: contain;
}

/* Botones de Descargas (3 botones inferiores) */
.descargas-botones {
    position: relative;
    width: 100%;
    height: 100px;
}

.descargas-boton {
    position: absolute !important;
    width: 520px !important;
    height: 60px !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-decoration: none;
    color: #ffffff !important;
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
}

/* Botón 1 - PERSONALIZABLE */
.descargas-boton:first-child {
    background-color: #498BCA !important;
    left: 70px !important;
    top: 677px !important;
}

.descargas-boton:first-child:hover {
    background-color: #3a73a8 !important;
    transform: scale(1.02);
}

/* Botón 2 - PERSONALIZABLE */
.descargas-boton:nth-of-type(2) {
    background-color: #FFA500 !important;
    left: 677px !important;
    top: 677px !important;
}

.descargas-boton:nth-of-type(2):hover {
    background-color: #cc8500 !important;
    transform: scale(1.02);
}

/* Botón 3 - PERSONALIZABLE */
.descargas-boton:nth-of-type(3) {
    background-color: #00A499 !important;
    left: 1284px !important;
    top: 677px !important;
}

.descargas-boton:nth-of-type(3):hover {
    background-color: #008c82 !important;
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 1897px) {
    .seccion-descargas {
        width: 100%;
    }
}

/* ===================================
   SECCIÓN VÍNCULOS
   =================================== */

.seccion-vinculos {
    width: 1897px;
    height: 280px;
    margin: 0 auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    position: relative;
    top: 0;
}

/* Título principal "Vínculos" */
.vinculos-titulo {
    font-family: 'Bebas Neue Pro', sans-serif;
    font-weight: 700;
    font-stretch: semi-expanded;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    color: #394049;
    margin: 0;
    padding: 0;
    width: 178px;
    height: 69px;
    position: absolute;
    top: 11px;
    left: 871px;
}

/* Línea naranja divisora */
.vinculos-linea-divisora {
    width: 1517px;
    height: 3px;
    background-color: #EA7600;
    position: absolute;
    top: 81px;
    left: 201px;
}

/* Contenedor de logos */
.vinculos-contenedor {
    position: absolute;
    top: 118px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* Logo individual */
.vinculos-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 100px;
    position: absolute;
    top: 0;
    opacity: 1;
    transition: all 0.3s ease;
    text-decoration: none;
}

.vinculos-logo:hover {
    transform: scale(1.05);
    opacity: 0.85;
}

/* Posiciones de cada logo */
.vinculos-logo-1 {
    left: 109px;
}

.vinculos-logo-2 {
    left: 529px;
}

.vinculos-logo-3 {
    left: 949px;
}

.vinculos-logo-4 {
    left: 1369px;
}

/* Imagen dentro del logo */
.vinculos-imagen {
    width: 250px;
    height: 100px;
    object-fit: contain;
    display: block;
}

/* Responsive */
@media (max-width: 1897px) {
    .seccion-vinculos {
        width: 100%;
    }
}
