/*
Theme Name: Kadence-child
Theme URI:  https://espe-innovativa.edu.ec
Description: Tema hijo de Kadence
Author:     Edwin Alcívar
Author URI: https://espe-innovativa.edu.ec
Template:   kadence
Version:    1.0.0
Text Domain: Kadence-chill
*/

/* Aquí puedes poner reglas CSS personalizadas que sobrescriban al tema padre */


/*------ footer ------*/

.footer-html-inner hr {
    border-bottom: 1px solid white !important;
}



/*------- contenedor ----*/
.content-area {
    margin-top: -1rem !important;
    margin-bottom: 2rem !important;
}


.entry.single-entry {
    box-shadow: none !important;
    background: none !important;
}

.entry.loop-entry {
    box-shadow: none !important;
    background: none !important;
}

/*----- banner entradas -----*/
header.entry-header.post-title.title-align-inherit.title-tablet-align-inherit.title-mobile-align-inherit  h1{
        color: white !important;
    font-size: 35px !important;
    width: 80%;
}

.entry-content-wrap {
     margin-top: 20px;
}

.entry-content.single-content p {
    text-align: justify;
}

.entry-content :where(.wp-block-image) img, .entry-content :where(.wp-block-kadence-image) img  {
    border-bottom-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}


.swiper {
    padding: 10px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.entry-meta>* time {
    color: white;
}


/*--------- apoyo a la universidad ------*/

.content_apoyo_integral {
    width: 80%;
    text-align: center;
}

.content_ai_icono {
    font-size: 75px;
    color: #00D563;
    text-align: center;
}

.ia_anios {
    font-size: 52px;
    font-weight: 700;
}

.ia_anios span {
    color: #C1D8C0;
    font-size: 45px;
}

a.nav_ai_link {
    display: flex;
    justify-content: space-around;
    cursor: pointer;
        flex-direction: row;
    flex-wrap: wrap;
    text-decoration: none;
}
span.nv_ai_titulo {
    font-size: 26px;
    font-weight: 700;
    max-width: 380px;
}

span.na_ai_anios {
    color: #497147;
    font-size: 25px;
    max-width: 280px;
}

a.nav_ai_link:hover {
    color: black;
}

.nav_ai_link i {
    font-size: 30px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, color 0.3s ease;
}

.nav_ai_link:hover i {
    
    transform: scale(1.2); 
}


/*-------- NOTICIAS PAGINA INICIO -----*/

li.kb-post-list-item {
    border: 1px solid #b9b9b9;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
}
.post-thumbnail-inner img {
    border-top-right-radius: 15px;
}

time.entry-date.published {
    color: black;
}

.loop-entry > .entry-content-wrap {
    padding: 9px !important;
}

.entry-title {
    text-align: center;
}

ul.kadence-posts-list, .single-content ul.kadence-posts-list {
    margin: 15px 0px !important;
}


/*-------- NOTICIAS PAGINA NOTICIAS -----*/

.noticias .wpspw-post-image-bg {
    height: 100% !important;
}

.noticias h2.wpspw-post-title {
    text-align: center !important;
    height: 120px !important;
}

.noticias .wpspw-post-content {
    height: 120px !important;
}

.noticias a.wpspw-readmorebtn {
    position: absolute;
    bottom: 0px;
    right: 25px;
}

.sp_wpspwpost_static.wpspw-design-1 .wpspw-readmorebtn {
    color: white !important;
}

a.wpspw-readmorebtn {
    background: #122E1F;
}

a.wpspw-readmorebtn:hover {
    background: #C0DAC1 !important;
}

.wpspw-pagi-btn a {
    background: #112D1E;
    border-radius: 3px;
}

.wpspw-pagi-btn a:hover {
    background: #C1D8C0;
}

/*------ VIDEOS PAGINA NOTICIAS -----*/

.yotu-pagination a {
    background: #112D1E !important;
    color: white !important;
}

.yotu-pagination a:hover {
    background: #C1D8C0 !important;
    color: black !important;
}

/*------- BANNER PAGINAS -----*/

.banner_paginas figure img {
    border-radius: 0px !important;
}

.banner_paginas {
    margin-top: -36px !important;
}


/*------- TARJETAS AUTORIDADES -----*/

.autoridades p {
    text-align: center !important;
}

/*------- LOTAIP -----*/

.table-responsive {
  width: 100%;
  overflow-x: auto; /* Scroll horizontal */
}

.tabla_lotaip {
    border-collapse: collapse; /* Une los bordes */
    width: 100%;
      min-width: 350px; /* evita que se deforme demasiado */
}

.tabla_lotaip th, td {
    border: 1px solid #333; /* Línea alrededor de cada celda */
    padding: 8px;
    text-align: left;
  }
  
.tabla_lotaip th {
    background-color: #C1D8C0; /* Color de cabecera */
    color: #555;
    font-weight: 600;
  }

.titulo_td {
    background: #C1D8C0;
    color: #555;
    font-weight: 600;
    height: 45px;
    text-align: center;
}

.tabla_lotaip .centrar {
    text-align: center;
}

.tabla_lotaip td.centrar.espacio {
    width: 10%;
}


/*------ ALIADOS ESTRATEGICOS ----*/

.aliados.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-image-bg {
    height: 300px;
}

.aliados h2.wpspw-post-title {
    height: 100px;
    text-align: center;
}

/*-------- BOLSA DE EMPLEO -----*/
.empleo.sp_wpspwpost_static.wpspw-design-1 .wpspw-post-image-bg {
    height: 370px;
}
.empleo h2.wpspw-post-title {
    height: 100px;
    text-align: center;
}

