/**
Theme Name: AtivaGM child
Author: Ativa.cl
Author URI: https://ativa.cl/
Description: Tema ativa 1.1.2
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ativa-astra-child
Template: astra
*/

:root {
    
    --azul: #1269B3;
    --bg-amarillo: #fbf9ed;
    --magenta: #E94760;
    
        --gris10: #f3f3f3;
    --gris20: #dedede;
    --gris40: #8a8a8a;
    --gris60: #6a6a6a;
    --gris70: #4a4a4a;
    --blanco: #fff;
    --negro: #000;
    --azulfooter: #001C41;
    --amarillo: #e1d887;
    --azul10: #ced6ee;
    --azul20: #63c3d1;
    --azul40: #007097;
    --azul60: #014676;
    --gris-80: #4A4A4A;
    --gris80: #4A4A4A;


    
}
.wp-video {
    max-width: 70% !important;
    margin: auto;
}
.select .value {
    padding: 8px 15px !important;
    height: 100%;
}


/* ---- Standard Post Title & Post Meta ---- */

.esconder {display:none !important;}
.boxshadowzoom,.zoom, a, .unsaturate, .saturate, .botonletras, .move, .spacing, .pub-main, .menu-item-description, .grilla-2, .saturatezoom, .btn,.saturatelow, .persona-ct, .boton-magenta-gt a, .crono-ct,
 .crono-ct:after {transition: all .3s ease-out}

.boxshadowzoom {  filter: drop-shadow(0px 10px 24px rgba(0,0,0,0)) !important;}
.boxshadowzoom:hover {  filter: drop-shadow(0px 10px 24px rgba(0,0,0,0.1)) !important;}
.boxshadowzoom:hover .grilla-2, .boxshadowzoom:hover .grilla-1  {    border: 1px solid transparent;}

.zoom:hover {transform: scale3d(1.01, 1.01, 1.01);}
.unsaturate:hover {filter: saturate(1.3);}
.saturate:hover {filter: saturate(1.5) brightness(1.1);}
.saturatelow:hover {filter: saturate(1.2) brightness(1.1);}
.move:hover{
    transform: translateY(-4px);
}
.spacing:hover{letter-spacing:1px}

.ast-above-header-wrap  {background:#000}
#nav_menu-2 .widget-title {color: var(--White, #FFF);
font-family: "Open Sans";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
#nav_menu-2 a {color: #fff}
#nav_menu-2 a:hover {color: var(--ast-global-color-1);}
.noborder {border: none !important}
.btn {padding: 12px 56px;
justify-content: center;
align-items: center;
gap: 10px;
    font-size: 18px;
font-style: normal;
font-weight: 400;
}
.btn-volver {
    padding: 4px 7px;
    font-size: 12px;
    display: flex;
    margin-bottom: 25px;
}
.ast-oembed-container {height: auto !important;}
.btn-magenta {
    border-radius: 8px;
    background: var(--magenta);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
    color: #fff;
    text-decoration: none !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 7px 30px;
    gap: 10px;
    display: inline-flex;
}
.btn-magenta:hover, .btn-magenta:active {
    background: #ba394d !important;
    color: #fff !important;
}
.btn-magenta-line {
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--magenta);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
    color: var(--magenta);
    text-decoration: none !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 7px 30px;
    gap: 10px;
    display: inline-flex;
}
.btn-magenta-line:hover,.btn-magenta-line:active {color: #fff  !important;  background: var(--magenta)  !important; border: 1px solid var(--magenta)  !important;}
.btn-visitar {
    padding: 0px 9px;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    height: fit-content;
    margin-left: 10px;
}
.boton-magenta-gt a{
    padding: 15px 60px !important;
}
.boton-magenta-gt:hover a {
    background-color: #b93146 !important;
}
header .custom-logo-link img {width: 180px;}

/** Footer */
#menu-footer {padding:0;}
.rrss-footer {
    display: flex;
    gap: 20px;
    align-items: center;
    text-align: left;
    justify-content: center;
}
.rrss-footer a {text-decoration: none; color: var(--gris80);}
.rrsssiguenos {
    width: 140px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}
.rrsstitulo {
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
}
.rrss-fitem {
    display: flex;
    gap: 5px;
    align-items: center;
}
.rrss-fitem i {
    font-size: 26px;
}
.rrss-fitem .data {
    font-size: 11px;
}
.rrss-fitem:hover {color: var(--magenta);}

.site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {min-height: unset;}



/** pagination */

.page-item:first-child .page-link {
    margin-left: -1px;
    padding: 4.5px 9px;
    border: solid var(--gris20) 1px;
    color: var(--gris70);
}
.page-item:not(:first-child) .page-link {
    margin-left: -1px;
    padding: 4.5px 9px;
    border: solid var(--gris20) 1px;
    color: var(--gris70);
}
.active>.page-link {
    background-color: var(--gris70)!important;
    border: solid var(--gris70) !important;
    color: #fff !important;
    padding: 2.5px 9px !important;
}


 .wpv-pagination-nav-links-container {
    justify-content: center;
}
 .wpv-pagination-nav-links-container a {outline: none;}
.wpv-pagination-nav-links-container a:focus {
    box-shadow: none !important;
}


.ssplayer_rht .ssplayer_icon_bg  {
    scale: 0.7;
}
.sstemplate_1.rht_view_2.ssplayer_rht .ssplayer_content, .sstemplate_1.rht_view_2.ssplayer_rht .ssplayer_icon_pp_wrapper, .sstemplate_1.ssplayer_rht .ssplay_icon_bg_holder, .sstemplate_1.rht_view_1.ssplayer_rht .ssplayer_lang_wrapper, .sstemplate_1.rht_view_1.ssplayer_rht .ssplayer_text_wrapper, .sstemplate_1 .sslang_sel, .sstemplate_1 .ssvoice_sel, .sstemplate_1 .ssspeed_sel, .sstemplate_1.ssplayer_button, .sstemplate_1 .rht_speaker_wrapper, .sstemplate_1 .rht_icon_speaker_wrapper, .sstemplate_1 .rht_icon_speaker_wrapper, .sstemplate_1.ssplayer_full .ssplayer_pause .ssplayer_icon_pp, .sstemplate_1.sscontext_player .ssplayer_pause .ssplayer_icon_pp, .sstemplate_1 .ssplayer_wave, .sstemplate_1.ssplayer_circle .ssplayyer_icon_bg_holder, .sstemplate_1 .sstimeline_active, .sstemplate_1 .ss_title_vertical {
    background: var(--azul)  !important;
}
.sstemplate_1.rht_view_2.ssplayer_rht .ssplayer_content, .sstemplate_1.rht_view_2.ssplayer_rht .ssplayer_icon_pp_wrapper, .sstemplate_1.ssplayer_rht .ssplay_icon_bg_holder,
.sstemplate_1.rht_view_1.ssplayer_rht .ssplayer_lang_wrapper, .sstemplate_1.rht_view_1.ssplayer_rht .ssplayer_text_wrapper, .sstemplate_1 .sslang_sel, .sstemplate_1 .ssvoice_sel,
.sstemplate_1 .ssspeed_sel, .sstemplate_1.ssplayer_button, .sstemplate_1 .rht_speaker_wrapper, .sstemplate_1 .rht_icon_speaker_wrapper, .sstemplate_1 .rht_icon_speaker_wrapper,
.sstemplate_1.ssplayer_full .ssplayer_pause .ssplayer_icon_pp, .sstemplate_1.sscontext_player .ssplayer_pause .ssplayer_icon_pp, .sstemplate_1 .ssplayer_wave, .sstemplate_1.ssplayer_circle .ssplayyer_icon_bg_holder, .sstemplate_1 .sstimeline_active, .sstemplate_1 .ss_title_vertical{
    background: var(--azul)  !important;
}
.ssplayer_options_block  {
    display: none !important;
}

/** Filtros */


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select {
    position: relative;
    min-width: 200px;
    outline: none
}

.select .value {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 6px 15px;
    border: 1px solid #8A8A8A;
    cursor: pointer;
    overflow-x: hidden;
    white-space: nowrap;
    border-radius: 4px;
}



.select:focus .value {
    border-bottom: 1px solid #e3af43
}

.select .list {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    opacity: 0;
    outline: none;
    -webkit-box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    -webkit-transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    z-index: 9999
}

.select .list.open {
    height: auto;
    opacity: 1.0;
border-radius: 3px;
}

.select .list .filter {
    display: none;
    padding: 8px 10px
}

.select .list .filter input {
    width: 100%;
    font-family: helvetica, arial, sans-serif;
    font-size: 12px;
    color: #1f202a;
    border: none;
    border-bottom: 1px solid #eaeaea;
    outline: none;
    margin: 0;
    padding: 0 0 5px
}

.select .list ul {
    display: block;
    margin: 0;
    padding: 0
}
.select .list ul li {
    display: block;
    list-style: none;
    font-size: 12px;
    color: #1f202a;
    padding: 8px 10px;
    cursor: pointer
}

.select .list ul li:hover,
.select .list ul li.hovered {
    color: #fff;
    background: #3069b2
}

.select.large .filter {
    display: block
}

.select.large .list ul {
    max-height: 200px;
    overflow-y: scroll
}





.filtros {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 20px;
  border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 0;
    margin-bottom: 60px;
}
.filtros.column{
	display:flex;
	flex-direction:column;
	gap:12px;
	margin-bottom:40px
}
.filtros.column .full{
	width:100%;
}
.filtros.column .dflex{
	display: flex;
	gap:12px;
	
}
.filtros select, .filtros input[type=text] {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    padding: 5px 15px !important;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #8A8A8A;
}
.filtros input[type="submit"],.filtros [type=button] {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 0 15px !important;
    height: 40px;
    background: var(--gris-80);
    border-radius: 5px;
}
.filtros input[type="submit"]:hover,.filtros [type=button]:hover {
    background: #ba394d;
}


.filtro-search {grid-column: 1 / -1;     background: #fff !important;
}

.filtro-search-50 {
    grid-column: 1 / 3;
    background: #fff !important;
}
.filtro-item-50 {grid-column: 3 / 5;}
select, .select span{
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select:focus{
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* ---- Home - Grilla 4  ---- */
.home .contenido-hero {
    max-width: calc(100vw - 9px) !important;
}
.grilla-4-url {text-decoration:none !important; color: var(--azul); display:block; margin-bottom: 30px;}
.img-grilla-4 {
    width: 241px;
    height: 301px;
    background-position: center !important;
    background-size: cover !important;
    margin-bottom:20px;
}

.grilla-4-data {
  
}
.grilla-4-titulo {  color: var(--azul);
    font-size: 17px;
    font-weight: 600;
    line-height: normal;
    margin-bottom:10px;
}
.grilla-4-meta {
    color: var(--gris-80);
    font-size: 14px;
    display: grid;
    gap: 3px;
}

.menu-item-description {
    pointer-events: none;
    position: absolute;
    width: 200%;
    left: -50%;
    top: 24px;
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 5px;
    color: #000;
    transition: all .3s ease-out
}
.ast-theme-transparent-header .menu-item-description {color: #fff;}
.menu-item-description:after {
    content: "";
    width: 50px;
    margin: auto;
    height: 2px;
    background: var(--ast-global-color-1);
}
.menu-item .menu-item-description {    opacity:0;
    text-transform: none; transition: all .3s ease-out}
.menu-item:hover .menu-item-description {opacity:1;  top: 13px; transition: all .3s ease-out}

/* ---- Singles ---- */
.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {margin:0;}
.container-ct{
    position: relative;  max-width: 100%; }
 
.pad-60{
 
    padding: 60px 0;
}
.box-amarillo {
    background: var(--bg-amarillo);
    position: absolute;
    width: 160vw;
    top: 0;
    left: -25vw;
    height: 100%;
    z-index: -1;
}
.box-blanco {
    background: var(--white);
    position: absolute;
    width: 160vw;
    top: 0;
    left: -25vw;
    height: 100%;
    z-index: -1;
}
.publicacion-template-default article, .documento-tesis-template-default article, .documento-template-default article, .imagen-template-default article, .sonoro-template-default article, .audiovisual-template-default article,
.mapa-template-default article, .tesis-template-default article, .texto-de-referencia-template-default article {
    background-color: var(--bg-amarillo) !important;
}
.publicacion-template-default article:before, .documento-tesis-template-default article:before, .documento-template-default article:before, .imagen-template-default article:before, .sonoro-template-default article:before, .audiovisual-template-default article:before,
.mapa-template-default article:before, .tesis-template-default article:before, .texto-de-referencia-template-default article:before {
    content:"";
    background: var(--bg-amarillo);
    position: absolute;
    width: 160vw;
    top: 0;
    left: -25vw;
    height: 100%;
    z-index: -1;
}
body .single-tax {
    color: var(--magenta);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative;
	border-left:10px solid #E94760;
}
.cuadrado-bottom-border {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 10px;
}

.single-desc {color: var(--gris-80);
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;}

.single-titulo h1 {font-size:30px;}
.single-autor {color: var(--magenta);
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;margin:10px 0;}
.single-desc-secundaria {
    color: var(--black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 25px 0;
    margin: 25px 0;
    border-bottom: 1px solid rgba(40, 47, 54, 0.15);
    border-top: 1px solid rgba(40, 47, 54, 0.15);
}
.single-separador {background:rgba(40, 47, 54, 0.15);
height:1px;
width:100%;
margin: 25px 0;}
.single-tags {color: var(--azul);
border-top: 1px solid rgba(40, 47, 54, 0.15);
padding: 25px 0;
margin: 25px 0;
font-size: 18px;
font-style: normal;
line-height: normal;}
.single-info {display: grid;
    grid-template-columns: 50% 50%;
    column-gap: 30px;
    row-gap: 17px;
}
.single-iterator {
    display: flex;
    gap: 10px;
}
.item-info {
    display: grid;
    column-gap: 30px;
    grid-template-columns: 30% 70%;
}
.single-info-descs {border-top: 1px solid rgba(40, 47, 54, 0.15);
padding: 35px 0 10px 0;
margin: 35px 0 10px 0;
} 
.single-info-descs .item-info {
    display: grid;
    grid-template-columns: 20% 80%;
}


.single-comparte-cita{
    display: flex;
    flex-direction: row;
    gap: 30px;
    font-size: 18px;
    margin-top: 40px;
}

.single-comparte-cita span {
    display: flex;
    align-items: center;
    gap: 20px;
}
.citar-btn:hover {
    cursor: pointer;
    filter: brightness(1.5);
}

#textocitaf{
    background: antiquewhite;
    padding: 10px;
    margin-top: 10px;
    border-radius: 6px;
}

/* ---- Home - Grilla 2  ---- */


.grilla-2 {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid var(--Gray-modern-200, #E3E8EF);
    background: var(--Blanco, #FFF);
    display: flex;
    width: 600px;
    padding: 20px;
    align-items: flex-start;
    gap: 40px;
}

.img-grilla-2 {
    width: 140px;
    height: 221px;
    border: 1px solid var(--Gray-modern-200, #E3E8EF);
    background-size: cover !important;
    background-position: center !important;
    min-width: 140px;
}
.grilla-2-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.grilla-2-titulo {color: var(--azul);
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;}
.grilla-2-meta{color: var(--gris-80);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 180%; }

.grilla-post-type {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    background: var(--gris-80);
    display: table;
    width: fit-content;
}

/* ---- Grilla 1  ---- */


.grilla-1 {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid var(--Gray-modern-200, #E3E8EF);
    background: var(--Blanco, #FFF);
    display: flex;
    padding: 20px;
    align-items: flex-start;
    gap: 40px;
}
.grilla-1 p {margin-bottom:0;}
.grilla-1>p, .grilla-1>a>p {
    display: none;
}
.img-grilla-1 {
width: 230px;
height: 300px;
    border: 1px solid var(--Gray-modern-200, #E3E8EF);
    background-size: cover !important;
    background-position: center !important;
    min-width: 220px;
}

.page-id-69 .grilla-1 {
    align-items: center;
}


.grilla-1-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.grilla-1-titulo {
    color: var(--azul);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-top: 6px;
}
.grilla-1-meta {
    color: var(--gris-80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding-bottom: 15px;
    margin-right: 20px;
    border-bottom: 1px solid var(--Gray-modern-200, #E3E8EF);
}

.grilla-post-type {
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    background: #F1F1F1;
    display: table;
    width: fit-content;
}
.grilla-1-desc {display:none;}



.grilla-1-btns {
    gap: 25px;
    display: flex;
    padding: 20px 0;
}
/* ---- Home - destacados  ---- */


.destacado1-titulo {color: var(--azul);
font-size: 22px;
font-style: normal;
font-weight: 700;
line-height: normal;}
.destacado1-meta {
    color: var(--gris-80);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    padding-bottom: 15px;
    margin-bottom: 15px;
}


.destacados-4-grid {    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    padding-left:0;
}
.destacados-4-grid .destacado1-titulo{font-size: 17px;}


.destacados-4-grid .grilla-4-url {
    margin-bottom: 0;
}


/* ---- Listado Otras comunidades  ---- */


.listado-noimage {
    border: 1px solid var(--gris20);
    padding: 16px 26px;
    margin-bottom: 30px;
    background: #ffff;
}


.listado-noimage-titulo {
    color: var(--azul);
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    display: flex;
    gap: 7px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
        border-bottom: 1px solid var(--gris10);
        padding-bottom: 15px;
    margin-bottom: 15px;

}

.listado-noimage-titulo h2 {font-weight: 700;color: var(--azul);
font-size: 20px; margin:0;}
.listado-noimage .single-tags {
    color: var(--azul);
    border-top: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}


/* ---- Personas  ---- */
.page-id-82, .doc-administrativo-template-default {background: var(--bg-amarillo);} */

.persona-ct {
    margin-bottom: 60px;
}
.persona-flex {
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
}
.persona-image {
    min-width: 456px;
    height: 784px;
    filter: saturate(0);
    background-size: cover !important;
    background-position: center;
} 
.persona-ct:hover .persona-image {filter: saturate(1.2) brightness(1.1);}



.persona-ct:nth-child( even ) .persona-flex  {
    flex-direction: row-reverse;
}

.persona-title h2 {
    color: var(--magenta);
    font-family: "Open Sans";
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 86px;
}
.persona-desc {
    color: black;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
    margin-bottom: 40px;
}
.persona-data a{
    text-decoration: none !important;
}
.single-persona #content{
	background:radial-gradient(rgb(228, 228, 228) 0%, rgb(255, 255, 255) 100%);
}
.persona-single {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    gap: 50px;
    padding:40px 0;
}
.persona-single-image {
    width: 50%;
	padding: 0 90px 0 30px;
}
.persona-single-data {
    padding: 0 40px 60px 0;
    width: 60%;
}
.persona-single-data,
.persona-single-data p{
	color:#777;
	font-family: "Open Sans", sans-serif
}
.persona-single-data h1 {
    color: var(--magenta);
font-size: 72px;
font-style: normal;
font-weight: 500;
line-height: 71px; 
margin-bottom:30px;
 font-family: "Open Sans", sans-serif   
}
.persona-single-crono {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: var(--bg-amarillo);
    padding: 60px 0!important;
}
.persona-single-crono h2 {
    color: #183B56;
    font-size: 24px;
    text-align: center;
    margin: 0 0 50px 0;
	font-family: "Open Sans", sans-serif
}
.persona-single-post{
	 width: 100vw;
    margin-left: calc(-50vw + 50%);
	background:#fff;
}
.persona-single-post .ast-container ,
.persona-single-crono .ast-container {
    flex-direction: column;
}

#wpv-view-layout-380-TCPID347{
	margin-top:40px
}
.personas-crono-pg{
	margin:0;
	
}
/* ---- Personas  ---- */
.crono-ct {
    margin-bottom: 20px;
    max-width: 100%;
    position: relative; 
}
.crono-ct-item {
    background: var(--White, #FFF);
    display: flex;
    padding: 15px 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: center;
    text-align: left;
	margin:25px 25px 0 0;
	border:1px solid #E5E5E5;
}
.crono-date {
    color: var(--gris-80);
    font-size: 14px;
    font-weight: 600;
}
.crono-titulo {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.crono-desc {
    color: #474749;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
	font-size:14px;
}
.crono-desc p{
    margin-top: 0;
    margin-bottom: 0;
}
.crono-desc::first-letter {
    text-transform: uppercase;
}
.crono-ct:before {
    content: "";
    background: var(--magenta);
width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.botones-autor-bt{
	margin-top:60px;
	display:flex;
	flex-wrap:wrap;
	gap:1rem;
}
.botones-autor-bt a{
	padding: 7px 20px;
    font-family: 'Open Sans', sans-serif;
	font-size:1rem;
    border-radius: .3rem;
    text-decoration: none;
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
.botones-autor-bt a:first-child{
	background:#4A4A4A;
	color:#fff;
	border:1px solid #4A4A4A;
	flex:1;
}
.botones-autor-bt a:last-child{
	background:none;
	color:#E94760;
	border:1px solid #E94760;
}
html .line-persona a.wpv-filter-next-link, html .line-persona a.wpv-filter-previous-link{ 
    border-radius: 8px !important;
    background: var(--magenta);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
    color: #fff  !important;
    text-decoration: none !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 30px  !important;
    gap: 10px;
    display: inline-flex;
}
html .line-persona a.wpv-filter-next-link:hover, html a.line-persona .wpv-filter-next-link:active, html .line-persona a.wpv-filter-previous-link:hover, html .line-persona a.wpv-filter-previous-link:active {
    background: #ba394d !important;
    color: #fff !important;
}
html .line-persona span.wpv-filter-next-link, .page-item .page-item {
    border-radius: 8px !important;
    background: var(--magenta);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
    color: #fff  !important;
    text-decoration: none !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding: 8px 30px  !important;
    gap: 10px;
    display: inline-flex;
}
.pagination {
gap: 10px;
}
html .line-persona span.wpv-filter-next-link:before {
    content: "No hay más elementos";
    font-size: 18px;
	
}
.line-persona, #wpv-view-layout-378-TCPID347 {
    position: relative;
    text-align: center;
	display: flex;
    flex-direction: column;
    align-content: flex-start;
 
}
.crono-content{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.crono-content.tres{
	grid-template-columns: repeat(3, 1fr);
}
 .crono-ct:after {
   content: "";
    background: var(--magenta);
    border: 1px solid var(--magenta);
    width: 23px;
    height: 23px;
    display: block;
    position: absolute;
    left: 39%;
    top: -8px;
    border-radius: 100px;

}
.crono-ct:hover:after {
    background: #fff ;
    border: 1px solid var(--magenta);
}

.crono-content h6{
    margin: 0 0 10px 0;
    font-size: .9rem;
}
.crono-content.tres h6{
	color:#474749
}
.crono-ct-item a.btn-magenta{
 
    font-size: 14px;
    line-height: 22px;
    padding: 8px 15px;
}
@media(max-width:480px){
	.persona-single-image {
        min-height: auto!important;
		width: 100%;
     	padding: 0 50px;
    }
}
@media (max-width:1120px){
	.single [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
		fill:#fff!important;
	}
	.persona-single-crono h2{
		margin:0 0 20px 0;
	}
	.crono-content {
		display: flex;
		flex-direction: column;
		margin-bottom: 4rem;
    	padding: 0 2rem;
	}
	.personas-crono-pg{
		padding: 0 2rem;
	}
	.persona-template-default .js-wpv-view-layout .crono-ct:first-child::before {
	  top: 50%;
	}
	.crono-ct::before {
	  content: "";
	  background: var(--magenta);
	  width: 6px;
	  height: 125%;
	  display: block;
	  position: absolute;
	  left: -25px;
	  top: 0;
	}
	
	.crono-ct::after {
	  content: "";
	  background: var(--magenta);
	  border: 1px solid var(--magenta);
	  width: 23px;
	  height: 23px;
	  display: block;
	  position: absolute;
	  left: -34px;
	  top: 50%;
	  border-radius: 100px;

	}
	.crono-ct {
	  margin-bottom: 20px;
	  max-width: 100%;
	  margin-left: 25px;
	  position: relative;
	}
	.crono-ct-item {
	  background: var(--White, #FFF);
	  padding: 15px 25px;
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 16px;
	  align-self: center;
	  text-align: left;
	}
}

.sub-fondo-single {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    min-height: 560px;
    display: flex;
}
.sub-fondo-single-data h1 {
    color: white;
    margin-bottom: 20px;
    font-size: 3rem;
}
.sub-fondo-single-data {
    width: 800px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: auto;
    color: white;
    text-align: center;
    padding-top: 150px;
}
.sub-fondo-video {
    position: absolute;
    z-index: -1;
    width: 100%;
        height: 100%;
}
.sub-fondo-video:before {
    content: "";
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.sub-fondo-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-sigle-visor {}

@media screen and (min-width: 1025px)
{
    
    .contenido-hero .wp-block-group {
    max-width: 60% !important;
}
    
}

@media screen and (max-width:1024px) {
    
   .img-grilla-4{
				width: 100%;
				height: 420px;
				background-position: center !important;
				background-size: cover !important;
				margin-bottom: 20px;
			}
    
.grilla-2 {
    width: 100%;
 }    
    
}

@media screen and (max-width:580px){
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item > .ast-menu-toggle {color:var(--magenta);}
    .menu-item:hover .menu-item-description {display:none !important;}
    .ast-container {overflow:hidden; position: relative}
    .ast-separate-container #primary, .ast-separate-container #secondary {
        padding: 0;  }
        
        .persona-single-data {
    padding: 60px 40px 60px 0;
    width: clamp(20vw, 43vw, 570px);
}
     .persona-single-data {
        padding: 45px 30px;
        width: 100%;
    }   
.persona-single { gap:0}    
    .persona-single-data h1 {
font-size: 56px;
line-height: 65px; 
}
   .persona-single-image {
    min-height: 400px;
} 
    
    
    .rrss-footer {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    text-align: left;
    justify-content: left;
    flex-direction: column;
    padding: 0 40px;
}
.rrss-footer p {
display:none;}


.grilla-4 {
    width: 100%;
    margin: 0;
}
.img-grilla-4 {
    width: 100%;
    height: 370px;
    background-position: center !important;
    background-size: cover !important;
    margin: 0 auto 20px auto;
}
   

.grilla-2 {
    width: 100%;
    padding: 15px;
    gap: 25px;
}   
   
.grilla-2-titulo {
    color: var(--azul);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1em;
}

.grilla-post-type {
  font-size: 12px;
 }


.filtros {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin-bottom: 55px;
 }
.filtro-search-50, .filtro-item-50 {
    grid-column: unset;
} 
.grilla-1 {
    gap: 30px;
    flex-direction: column;
}

.grilla-1 .btn-magenta, .grilla-1 .btn-magenta-line {
    font-size: 16px;
}
.grilla-1>a{
    display: contents;
}
.img-grilla-1 {
    width: 75%;
    height: 380px;
    margin:auto;
}
.single-info {
    grid-template-columns: 100%;
    column-gap: 35px;
}
.item-info {
    column-gap: 30px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
    .single-info-descs .item-info {
        display: grid;
        grid-template-columns: 25% 70%;
        column-gap: 20px;
    }


.single [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #000000;
}
.sub-fondo-template-default  [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: #fff;
}

.persona-ct {
    width: 95%;
    margin: 0 auto 60px auto;
}

.persona-image {
    min-width: 100%;
    height: 500px;
    width: 100%;
}
.persona-flex {
    flex-direction: column;
}
.persona-title h2 {
    color: var(--magenta, #D9664C);
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
}
.persona-ct:nth-child( even ) .persona-flex {
     flex-direction: column;
}

.line-persona {
    position: relative;
    overflow: hidden;
}
.crono-ct {

    margin-left: 10%;
}

.sub-fondo-single-data {    max-width: 90%;}
/*
.destacado1-img {
    height: 500px;
}*/
.destacados-4-grid {
    padding-left: 0;
}

.destacados-4-grid {
    display: grid;
    grid-template-columns: 47% 47%;
    gap: 6%;
    padding-left: 0;
}



    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 0;
        height: 45px;
        border: none !important;
        box-shadow: none !important;
    }

}    
    
/*nuevos estilos */


@media(min-width:1450px){
	.destacado-home{
		padding: 0 100px;
	}
}
@media(min-width:1000px) and (max-width:1449px){
	.destacado-home {
		padding: 0 100px;
	}
}

.destacado-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
}


.destacado-home .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.destacado-home .wp-block-column:first-child .destacado1-ct {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.destacado1-img {
    border: 1px solid var(--Gray-modern-200, #E3E8EF);
	background-repeat:no-repeat!important;
	background-size: cover !important;
    margin-bottom: 20px;
}
.destacado-home .wp-block-column:first-child .destacado1-img {
  width: 100%!important;
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  flex-grow: 1;
}

.destacado-home .wp-block-column:first-child .destacado1-data {
  margin-top: 0.75rem;
  font-size: 1rem;
  color: #0a3b78;
  line-height: 1.3;
}

.destacados-4-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem;
  align-items: stretch;
  height: 100%;
}


.destacados-4-grid .destacado1-ct {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


.destacados-4-grid .destacado1-img {
  width: 100%;
  height: 80%;
  background-size: cover!important;
  background-position: center!important;
  border-radius: 8px;
  flex-shrink: 0;
}


.destacado1-data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.destacados-4-grid .destacado1-data {
  height: 15%; 
  font-size: 0.9rem;
  line-height: 1.25;
  color: #0a3b78;
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-top: 0.4rem;
}


.grilla-4-url {
  display: block;
  text-decoration: none;
  color: inherit;
}

.grilla-4-url:hover .destacado1-img {
  transform: scale(1.03);
  transition: transform 0.3s ease;
}


@media (max-width: 1200px) {
  .destacado-home {
    grid-template-columns: 1fr;
  }
  .destacados-4-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .destacados-4-grid .destacado1-img {
    height: auto;
    aspect-ratio: 3 / 4;
  }
}

 .buscador {
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: #4A4A4A;
    background: #fff;
    padding: 12px 0 20px 0;
    border-radius: 5px;
    border: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  }
  .buscador input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 9px 12px;
    font-size: 14px;
    color: #4A4A4A;
    height: 38px;
    box-sizing: border-box;
    width: 100%;
  }
  .filtros {
    display: flex;
    gap: 8px;
    width: 100%;
    align-items: center;
	  padding:0;
	  margin:0;
  }
  .dropdown {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
  }
  .dropdown-toggle {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 10px;
    font-size: 14px;
    color: #4A4A4A;
    cursor: pointer;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    box-sizing: border-box;
    width: 100%;
  }

.dropdown-toggle::after {
  content: "";
  display: inline-block;
  border-top: 5px solid #4A4A4A;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
	 .dropdown-toggle span {
    border-right: 2px solid #C7C7C7;
    font-weight: 600;
    flex: 1;
    padding-right: .4rem;
    margin-right: .4rem;
}
  .dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 180px;
    overflow-y: auto;
    z-index: 10;
  }
  .dropdown-menu li {
    padding: 6px 10px;
    cursor: pointer;
    font-size: 14px;
  }
  .dropdown-menu li:hover { background: #f5f5f5; }
  .dropdown.active .dropdown-menu { display: block; }
  .btn-buscar {
    background: #4A4A4A;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 8px 18px;
    font-size: 14px;
    cursor: pointer;
    height: 38px;
    line-height: 1;
  }
  .btn-buscar:hover { background: #333; }


@media(max-width:767px){
	.filtros{
		flex-wrap:wrap;
	}
}

.coleccion-apuntes-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
	padding:0 90px;
}

.coleccion-apuntes-wrap .left-section {
    flex: 0 0 65%;
    display: flex;
    gap: 40px;
    
}

.coleccion-apuntes-wrap .author-info {
    flex: 0 0 35%;
    text-align: right;
}

.coleccion-apuntes-wrap h2 {
    color: #1269B3;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: 600;
}

.coleccion-apuntes-wrap .author-name {
    color: #1269B3;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.coleccion-apuntes-wrap .author-bio {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.coleccion-apuntes-wrap .btn-author {
    background-color: #063D69;
    color: white;
    border: none;
    padding: 12px 35px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
    border-radius: 5px;
	text-decoration:none!important;
}

.coleccion-apuntes-wrap .btn-author:hover {
    background-color: #0a5080;
}

.coleccion-apuntes-wrap .btn-author::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('img/arrow-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.coleccion-apuntes-wrap .slider-controls {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.coleccion-apuntes-wrap .slider-info {
    color: #063D69;
    font-size: 14px;
    font-weight: 600;
}

.coleccion-apuntes-wrap .slider-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #063D69;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    background-image: url('img/arrow-2.png');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    padding: 0;
}

.coleccion-apuntes-wrap .slider-btn:hover:not(.disabled) {
    border: 1px solid #0a5080;
}

.coleccion-apuntes-wrap .slider-btn.disabled {
    border: 1px solid #cbcbcbff;
    cursor: not-allowed;
    opacity: 0.5;
}

.coleccion-apuntes-wrap .slider-btn#prev-btn {
    transform: rotate(180deg);
}

.coleccion-apuntes-wrap .image-container {
    flex: 0 0 60%;
    position: relative;
    display: flex;
    justify-content: center;
   
    min-height: 450px;
}

.coleccion-apuntes-wrap .decorative-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('img/bg-autor.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.coleccion-apuntes-wrap .author-image {
    width: 260px;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    filter: grayscale(1);
	margin-top:30px;
}

.coleccion-apuntes-wrap .right-section {
    flex: 0 0 35%;
    padding: 0 30px 30px 30px;
    border-radius: 5px;
}



.coleccion-apuntes-wrap .community-item {
    margin-bottom: 50px;

}

.coleccion-apuntes-wrap .community-title {
    color: #1269B3;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.coleccion-apuntes-wrap .community-title a {
    color: #1269B3;
    text-decoration: none;
}

.coleccion-apuntes-wrap .community-title a:hover {
    text-decoration: underline;
}

.coleccion-apuntes-wrap .community-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.coleccion-apuntes-wrap .btn-community {
    background-color: #E94760;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s;
    border-radius: 5px;
}

.coleccion-apuntes-wrap .btn-community:hover {
    background-color: #d63651;
}

.coleccion-apuntes-wrap .btn-community::after {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url('img/arrow-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.coleccion-apuntes-wrap .slide-item {
    display: none;
}

.coleccion-apuntes-wrap .slide-item.active {
    display: contents;
}

@media(min-width:768px) and (max-width:1120px){
	.filtros{
		    flex-wrap: wrap;
	}
	.coleccion-apuntes-wrap{
		padding: 0 ;
	}
	.coleccion-apuntes-wrap .image-container {
    flex: 0 0 50%;
    min-height: 420px;
	align-items: flex-start;
	}
	.coleccion-apuntes-wrap .right-section{
		padding:0;
	}
	.coleccion-apuntes-wrap .right-section h2,
	.coleccion-apuntes-wrap .author-info h2{
		font-size:23px
	}
	.coleccion-apuntes-wrap .author-image{
		width:200px;
		height:250px;
	}
	.coleccion-apuntes-wrap .decorative-bg{
		display:none;
	}
	.coleccion-apuntes-wrap .left-section{
		gap:1.5rem;
		align-items:flex-start;
	}
	.coleccion-apuntes-wrap .community-title a,
	.coleccion-apuntes-wrap .author-name{
		font-size:1rem;
	}
	
	.img-grilla-4 {
		height: 300px;
		margin-bottom: 10px;
	}
	.grilla-4-titulo {
		font-size: .9rem;
		
	}
	.grilla-4-meta {
		font-size: .850rem;
	}
	
	.rrss-footer
	 {
		align-items: center;
		text-align: left;
		justify-content: flex-start;
		flex-wrap: wrap;
		padding: 0 2rem;
	}
	.rrss-footer a:nth-child(7){
		    margin-left: 180px;
	}
}
@media (max-width: 767px) {
	
	.uagb-block-a37d4a89.uagb-tabs__stack1-mobile > .uagb-tabs__body-wrap{
		 border-color:transparent!important
	}
	
    .coleccion-apuntes-wrap {
        flex-direction: column;
		padding:0;
    }

    .coleccion-apuntes-wrap .left-section,
    .coleccion-apuntes-wrap .right-section {
        flex: 0 0 100%;
    }

    .coleccion-apuntes-wrap .left-section {
       padding:1rem 0;
		gap:1rem;
    }

    .coleccion-apuntes-wrap .author-info {
		    flex: 0 0 40%;
        text-align: left;
    }
	.coleccion-apuntes-wrap .image-container {
		flex: 0 0 55%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 420px;
	}
	.coleccion-apuntes-wrap .btn-author {
		padding: 10px 16px;

	}
    .coleccion-apuntes-wrap .slider-controls {
        justify-content: center;
		gap:10px;
    }
	.coleccion-apuntes-wrap h2 {
		font-size: 1.2rem;
		text-align: left;
	}
	
	.coleccion-apuntes-wrap .community-title{
		font-size:.875rem;
	}
	.coleccion-apuntes-wrap .community-desc{
		font-size:.8rem;
	}
	.coleccion-apuntes-wrap .right-section{
		padding:1.2rem 0;
	}
	
	.uagb-tabs__wrap .uagb-tabs__body-container{
		padding:1rem 0
	}
	
}


/*auotres*/

.personas-container{
	padding:40px 0
}

.persona-item {
    display: flex;
    align-items: flex-start;
	justify-content: center;
	flex-direction: row-reverse;
    gap: 80px;
    margin-bottom: 60px;
    padding: 20px;
}

.persona-item.persona-reverse {
    flex-direction: row;
}

.persona-content {
    flex: 1;
    max-width: 600px;
}

.persona-nombre {
    font-size: 3.5rem;
    font-weight: bold;
    color: #E94760;
    margin-bottom: 20px;
    line-height: 1.2;
}

.persona-biografia {
    font-size: 1rem;
    line-height: 1.6;
    color: #777777;
    margin-bottom: 25px;
}

.persona-biografia p {
    margin-bottom: 15px;
}

.persona-imagen {
    flex: 0 0 300px;
    max-width: 300px;
}

.imagen-persona {
    width: 100%;
    height: 500px;
    display: block;
   	object-fit:cover;
}

.persona-botones {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin: 20px 0 0 0;
    flex-direction: column;
}


.btn-ver-mas {
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    border-radius: 4px;
	text-decoration:none!important;
	min-width: 170px;
    text-align: center;
}


.btn-ver-mas {
    background-color: #212529;
    color: #fff;
}

.btn-ver-mas:hover {
    background-color: #3a3f44;
	color: #fff;
	
}
@media(min-width:768px) and (max-width:1120px){
	.persona-item{
		gap:40px;
	}
	.persona-nombre{
		font-size:2.5rem;
	}
}
@media (max-width: 767px) {
    .persona-item,
    .persona-item.persona-reverse {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .persona-content {
        max-width: 100%;
    }

    .persona-nombre {
        font-size: 2rem;
    }

    .persona-imagen {
        flex: 0 0 auto;
        max-width: 250px;
        margin: 0 auto;
    }

    .persona-botones {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .personas-container {
        padding: 10px;
    }

    .persona-item {
        margin-bottom: 40px;
        padding: 10px;
		flex-direction: column-reverse;
    }
	.persona-item.persona-reverse{
		flex-direction: column-reverse;
	}
    .persona-nombre {
        font-size: 1.6rem;
    }

    .persona-biografia {
        font-size: 0.9rem;
    }

    .persona-imagen {
        max-width: 100%;
    }

    .btn-escuchar,
    .btn-ver-mas {
        padding: 10px 20px;
        font-size: 0.9rem;
        width: 100%;
        text-align: center;
    }

    .persona-botones {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }
}


.hero-imagen-container {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 40px 20px 0 40px;
	flex-direction: column;
    align-items: center;
}

.hero-titulo {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2;
	color:#fff;
}

.hero-subtitulo {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 30px;
	color:#fff;
}

.hero-parrafo {
    font-size: 1rem;
    margin-bottom: 4px;
	color:#fff;
}

.hero-parrafo p {
    margin: 0;
}

.hero-boton-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .hero-imagen-container {
        min-height: 80vh;
    }

    .hero-content {
        padding: 30px 15px;
        max-width: 100%;
    }

    .hero-titulo {
        font-size: 2rem;
    }

    .hero-subtitulo {
        font-size: 1.2rem;
    }

    .hero-parrafo {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
   .popup-cerrar {
		top: 20px;
		right: 15px;
		width: 35px;
		height: 35px;
		font-size: 16px;
	}

    .hero-content {
        padding: 20px 10px;
    }

    .hero-titulo {
        font-size: 1.6rem;
    }

    .hero-subtitulo {
        font-size: 1rem;
    }

    .hero-parrafo {
        font-size: 0.9rem;
        line-height: 1.6;
    }
}


/* Grid de “tabs” */

.single-archivos-switcher {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: .75rem;
  margin: 1rem 0;
}


.file-tab {
  display: flex;
  flex-direction: column;
  gap: .35rem;
  width: 100%;
  border: 1px solid #E6E8EB;
  border-radius: 10px;
  padding: .65rem .75rem;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: box-shadow .2s ease, border-color .2s ease;
}

.file-tab__badge {
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
  padding: .25rem .45rem;
  border-radius: 6px;
  background: #E8F1FF;
  color: #0A58B5;
  display: inline-block;
}

.file-tab__label {
  font-size: .9rem;
  color: #234;
  line-height: 1.2;
  word-break: break-word;
  text-align: center;
}
.file-tab:focus,
.file-tab:active,
.file-tab:hover {
  border-color: #C9D6F3;
	background: #ced9ef;
}

.file-tab.is-active {
  border-color: #0A58B5;
 
}


.single-separador {
  height: 1px;
  background: #EEE;
  margin: 1rem 0 1.25rem;
}


.single-descarga .btn {
  margin-right: .5rem;
  margin-bottom: .5rem;
  padding: .4rem 1rem;
   font-size: .875rem;
}
