/*
Theme Name: Colegio
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772733157
Updated: 2026-03-05 18:52:37

*/

/*menu*/

#mi-bloque-fijo {
position: fixed;
    top: 0; 
    z-index: 20;
}


/*slider*/

a[href="#no-link"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important; 
    box-shadow: none !important;      
    border: none !important;         
    outline: none !important;        
}


.eael-grid-post-link[href="#no-link"] {
    text-decoration: none !important;
    border-bottom: none !important;
}
.eael-grid-post-link {
    text-decoration: none !important;
    border-bottom: none !important;
}

a[href="#no-link"] img {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
	    text-decoration: none !important;
    border-bottom: none !important;
}

li.elementor-icon-list-item a {
	color: #0073aa;
	text-decoration: none;
	    text-decoration: none !important;
    border-bottom: none !important;
	margin:0 !important;
	padding-bottom: 0 !important;
}

a {
	color: #0073aa;
	text-decoration: none;
	    text-decoration: none !important;
    border-bottom: none !important;

}

a:hover {
	color: #005177;
}

.boton-azul-fijo {
    background-color: #0073aa !important; /* Azul */
    color: #ffffff !important;           /* Texto blanco */
    padding: 10px 20px !important;
    text-decoration: none !important;    /* Quita el subrayado rosa */
    border-radius: 4px !important;
    display: inline-block !important;
    font-weight: bold !important;
    border: none !important;
    transition: background 0.3s ease !important;
}

.boton-azul-fijo:hover {
    background-color: #005177 !important;
    color: #ffffff !important;
}


/* Si el enlace es vacío, eliminamos cualquier rastro de interacción */
a[href^="javascript:void(0)"] {
    pointer-events: none !important; /* Desactiva el clic */
    cursor: default !important;      /* Quita la manito */
    text-decoration: none !important; 
    color: inherit !important;       /* Mantiene el color del texto normal */
}

/* Solo se ejecutará en el single post y en pantallas menores a 768px */
@media (max-width: 768px) {
    .single-post .site-content {
        flex-direction: column !important;
    }

    .single-post .widget-area {
        width: 100% !important;
        order: 2; /* Opcional: mueve el sidebar debajo del contenido en móvil */
    }
}

/**
 * Estilos para Títulos de Posts (Single, Archive, Search)
 */

/* Importar la fuente Ubuntu si no está cargada en tu Elementor */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@600&display=swap');

/* Selector para el título en la página individual (Single Post) */
.single-post .entry-title,
/* Selector para los títulos en listados (Archivo y Blog) */
.archive .entry-title a,
.blog .entry-title a,
/* Selector para los títulos en los resultados de búsqueda */
.search-results .entry-title a,
/* Selector genérico por si usaste h1 o h2 en tus archivos PHP anteriores */
.site-main h1.page-title,
.site-main h1.entry-title,
.site-main h2.entry-title a {
    font-family: 'Ubuntu', sans-serif !important;
    font-weight: 600 !important;
    color: #0063A8 !important;
    font-size: 24px !important;
    text-decoration: none; /* Elimina el subrayado en los enlaces */
    line-height: 1.2;
    display: block;
}

/* Efecto hover opcional para los enlaces en archivos y búsqueda */
.archive .entry-title a:hover,
.search-results .entry-title a:hover {
    color: #004a7c !important; /* Un tono un poco más oscuro al pasar el ratón */
}

/* Ajuste para el formulario de búsqueda */
.search-form {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.search-form label {
    flex-grow: 1;
    margin-bottom: 0;
}

.search-form input[type="search"] {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.search-form button, 
.search-form input[type="submit"] {
    padding: 0 20px;
    background-color: #0063A8; /* El azul que estás usando */
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-form button:hover {
    background-color: #004a7c;
}


/*TABLAS*/

/* 1. Resetear la tabla y eliminar bordes/espacios */
table, 
tbody, 
tr, 
td {
    border: none !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    background-color: transparent !important; /* Fondo transparente */
}

/* 2. Forzar que todas las filas sean transparentes (elimina el efecto cebra) */
table tr:nth-child(even), 
table tr:nth-child(odd),
table tr td {
    background-color: transparent !important;
}

/* 3. Eliminar el efecto Hover (el cambio de color al pasar el ratón) */
table tr:hover, 
table tr:hover td {
    background-color: transparent !important;
    background: none !important;
}

/* 4. Quitar sombras o líneas externas que simulan bordes */
table td, 
table tr {
    box-shadow: none !important;
    outline: none !important;
}

.service_title {
    color: #0063A8 !important;
    font-size: 18px !important;
}

/* LISTAS ENUMERACION*/
.enumeracion ul li {
  font-size: 1rem; 
  color: #0063A8; 
  margin-bottom: 12px; 
}



/* categorias blog */

.elementor-widget-wp-widget-categories ul, .elementor-widget-wp-widget-recent-posts ul{
	list-style-type: none;
  padding: 0;
  margin: 0;
}
 .elementor-widget-wp-widget-recent-posts li, a{
	margin-bottom: 10px; 
	padding-bottom: 10px;
	border-bottom: 1px solid #f9f9f9;
 	text-decoration: none;
    color: #333;
    font-weight: 500;
}

.elementor-widget-wp-widget-categories li, {

	border-bottom: 1px solid #f9f9f9;
 	text-decoration: none;
    color: #333;
    font-weight: 500;
}



/* Estructura de la tabla de equipo */
.tabla-equipo {
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.tabla-equipo td {
    width: 33.33%;
    vertical-align: top;
    padding: 0;
    padding-bottom: 30px;
    text-align: center;
}

/* Contenedor de imagen unificado */
.foto-wrapper {
    position: relative;
    width: 200px;  /* Ancho fijo */
    height: 250px; /* Alto fijo solicitado */
    margin: 0 auto;
    overflow: hidden;
    background-color: #f0f0f0;
    border-radius: 4px;
}

.foto-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Evita que la imagen se deforme */
    display: block;
}

/* Etiquetas sobre la foto */
.etiqueta-nombre {
    position: absolute;
    bottom: 35px;
    left: 0;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    padding: 8px 12px;
    font-weight: bold;
    font-size: 0.9em;
    z-index: 2;
    text-align: left;
    text-transform: none; /* Asegura que no haya mayúsculas forzadas */
}

.etiqueta-asignatura {
    position: absolute;
    bottom: 5px;
    left: 15px;
    background-color: #1a73e8;
    color: #fff;
    padding: 5px 10px;
    font-size: 0.75em;
    z-index: 3;
    border-radius: 2px;
}

/* Texto inferior */
.texto-titulacion {
    display: block;
    margin: 15px auto 0;
    max-width: 200px;
    font-size: 1em;
    color: #444;
    line-height: 1.4;
    font-style: italic;
    text-align: left;
}

/* Responsive: 1 columna en móvil */
@media (max-width: 768px) {
    .tabla-equipo, 
    .tabla-equipo tbody, 
    .tabla-equipo tr, 
    .tabla-equipo td {
        display: block;
        width: 100%;
    }
    .tabla-equipo td {
        padding-bottom: 40px;
    }
}