/*
Theme Name: Neve Child
Template: neve
*/
html, body {
    cursor: url("https://videfim.es/wp-content/uploads/2025/12/bone_cursor_48px.png") 16 16, auto;
}

/* Opción para justificar los parrafos */
.justificar-texto {
    text-align: justify;
}

/* ==============================
   RESET BÁSICO
================================ */
*, *::before, *::after {
    box-sizing: border-box;
}


/* ==============================
   ESTILO GENERAL DE LA PÁGINA
================================ */
body {
    font-family: 'Crimson Text', serif;
    background: radial-gradient(circle at top, #1c090e 0%, #060207 55%, #040208 100%);
    color: #f4e8d9;
    min-height: 100vh;
    padding: clamp(2.5rem, 5vw, 3.5rem) 0 5rem;
    position: relative;
    overflow-x: hidden;
}

/* Texturas ambientales */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image:
        radial-gradient(ellipse 18% 26% at 18% 40%, rgba(92,64,51,0.05) 0%, transparent 50%),
        radial-gradient(ellipse 14% 22% at 82% 70%, rgba(105,92,92,0.04) 0%, transparent 50%);
    opacity: 0.9;
    z-index: -1;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    background:
        radial-gradient(circle at 15% 10%, rgba(255,215,0,0.09) 0%, transparent 32%),
        radial-gradient(circle at 80% 80%, rgba(255,255,224,0.06) 0%, transparent 28%);
    opacity: 0.75;
    mix-blend-mode: screen;
    pointer-events: none;
    z-index: -1;
    animation: ambientGlow 22s ease-in-out infinite alternate;
}

@keyframes ambientGlow {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.04); opacity: 0.85; }
}

/* Asegura que el contenedor y el logo ocupen todo el alto del menú sin márgenes */
.builder-item.desktop-left,
.builder-item.desktop-left .site-logo {
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

/* ==============================
   FIX TIPOGRAFÍA GLOBAL
================================ */

/* Fuerza que todos los bloques usen tu tipografía base */
.wp-block-columns,
.wp-block-column,
.uagb-ifb-desc,
.af-two-columns,
.af-session-text,
.article-abstract,
#modalCV {
    font-family: 'Crimson Text', serif !important;
    font-size: 1.05rem !important;
    line-height: 1.7 !important;
}

/* Opcional: mantener coherencia en párrafos */
.wp-block-columns p,
.wp-block-column p {
    font-size: inherit !important;
    line-height: inherit !important;
}


/* ==============================
   FOOTER
================================ */
.site-footer .hfg-grid.nv-footer-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

/* CONTENEDOR REAL DONDE ESTÁN LOS LOGOS */
.site-footer .component-wrap > div > div {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;  /* centrado horizontal */
    align-items: stretch !important;     /* clave para igualar altura */
    gap: 15px !important;
    width: 100% !important;
}

/* HACER QUE TODOS LOS LOGOS TENGAN LA MISMA ALTURA */
.site-footer img.footer-logo {
    height: 60px;            /* puedes ajustar aquí */
    width: auto;
    object-fit: contain;
    display: block;
}

/* EL CONTENEDOR DE CADA LOGO (IMPORTANTE EN NEVE) */
.site-footer .component-wrap > div > div > img {
    align-self: center;
}

/* ELIMINAR RESTRICCIONES DE NEVE */
.site-footer .hfg-slot,
.site-footer .builder-item,
.site-footer .item--inner,
.site-footer .component-wrap {
    padding: 0 !important;
    margin: 0 !important;
}

/* ASEGURAR CENTRADO VISUAL DEL BLOQUE */
.site-footer .hfg-slot.left {
    display: flex !important;
    justify-content: center !important;
}

/* ==============================
   FOOTER: logos arriba + copyright debajo
================================ */

.footer-bottom .hfg-grid.nv-footer-content{
    flex-direction: column !important; 
    align-items: center !important;
    gap: 1rem; /* espacio entre logos y copyright */
}

/* Aasegurar centrado del copyright */
.footer-bottom .widget_text{
    text-align: center;
}

.footer-bottom .widget_text p{
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #c9b19a;
}


/* ==============================
   TÍTULO
================================ */
h1 {
    text-align: center;
    font-family: 'MedievalSharp', 'Cinzel', serif;
    font-size: clamp(3.2rem, 9vw, 5.2rem);
    font-weight: 700;
    margin: 0 0 3.2rem 0;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: #fdf6e3;
    text-shadow: 0 0 18px rgba(0,0,0,0.9), 0 0 32px rgba(139,0,0,0.7);
    position: relative;
}

h1::before,
h1::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 220px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(200,170,130,0.9), transparent);
    transform: translateX(-50%);
}

h1::before { top: -16px; }
h1::after { bottom: -16px; }

.page-equipo h1 {
    display: none;
}

.page-id-1021 h1 {
    display: none;
}



/* ==============================
   TÍTULO DE SUBSECCION
================================ */

.team-section-title {
    text-align: center;
    font-family: 'MedievalSharp', 'Cinzel', serif;
    font-size: clamp(2.2rem, 6vw, 3rem);
    font-weight: 700;
    margin: 5rem 0 3rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fdf6e3;
    text-shadow: 0 0 14px rgba(0,0,0,0.9), 0 0 26px rgba(139,0,0,0.6);
    position: relative;
}

.team-section-title::before,
.team-section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    width: 160px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(200,170,130,0.9), transparent);
    transform: translateX(-50%);
}

.team-section-title::before { top: -14px; }
.team-section-title::after  { bottom: -14px; }

/* ==============================
   PAGINA PRINCIAL
================================ */
.af-two-columns {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;

    /* Columnas */
    column-count: 2;
    column-gap: 50px;

    /* Ajustes de texto */
    text-align: justify;
    hyphens: auto;
    line-height: 1.8;
    font-size: 1.05rem;

    /* Asegura que el bloque pueda crear columnas */
    display: block;
}

.af-two-columns h2 {
    /* H2 abarca todas las columnas */
    column-span: all;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.8rem;
}

.af-two-columns p {
    margin-bottom: 1.2em;

    /* Evita que párrafos se rompan de forma extraña */
    break-inside: avoid-column; /* mejor que 'avoid' para columnas */
}

/* Responsive */
@media (max-width: 768px) {
    .af-two-columns {
        column-count: 1;
    }
}


/* ==============================
   SLIDER EN MOBILE
================================ */

@media (max-width: 767px) {

  /* Forzar el container abajo izquierda */
  .slider-container {
    display: flex !important;
    justify-content: flex-end !important; /* abajo */
    align-items: flex-start !important;   /* izquierda */
    padding-bottom: 10px !important;      /* más abajo todavía */
  }

  /* Reducir mucho el tamaño del texto */
  .slider-infobox .uagb-ifb-title {
    font-size: 11px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
  }

  /* Quitar todos los espacios extra */
  .slider-infobox,
  .slider-infobox .uagb-ifb-content,
  .slider-infobox .uagb-ifb-title-wrap {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Limitar ancho para que no invada la imagen */
  .slider-infobox {
    max-width: 85%;
  }

}

/* ==============================
   RESUMEN Y OBJETIVOS
================================ */

.videfim-section{
    max-width: 900px;
    margin: 0 auto 4rem; /* MÁS separación inferior */
    padding: 0 20px;
}

/* TEXTO */
.videfim-text{
    margin-bottom: 1.3rem;
    line-height: 1.75;
    text-align: justify;
    hyphens: auto;
}

.videfim-text strong{
    display: block;
    font-family: 'Cinzel', serif;
    color: #e8d5b7; /* 👈 antes dorado, ahora armonizado */
    margin-bottom: 0.3rem;
}

/* SUBTÍTULO */
.videfim-subtitle{
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    margin: 2.5rem 0 1.8rem;
    color: #e8d5b7;
    letter-spacing: 1px;
}

/* GRID: FORZAMOS 2x2 */
.videfim-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.8rem;
}

/* TARJETAS */
.videfim-card{
    background: radial-gradient(circle at 20% 10%, #3a151f 0%, #1d0a13 60%, #0f050d 100%);
    border: 2px solid rgba(218,180,120,0.6);
    border-radius: 16px;

    padding: 1.6rem 1.4rem;
    text-align: center;

    transition: none;
}

/* eliminamos hover completamente */
.videfim-card:hover{
    transform: none;
    box-shadow: none;
    border-color: rgba(218,180,120,0.6);
}

/* ICONO */
.videfim-icon{
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
}

/* TÍTULO */
.videfim-title{
    font-family: 'Cinzel', serif;
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
    color: #f4e8d9;
}

/* DESCRIPCIÓN */
.videfim-desc{
    font-size: 0.95rem;
    color: #c9b19a;
}

/* RESPONSIVE  */

/* Tablet */
@media (max-width: 900px){
    .videfim-grid{
        grid-template-columns: repeat(2, 1fr); /* mantenemos 2x2 */
    }
}

/* Móvil */
@media (max-width: 600px){
    .videfim-grid{
        grid-template-columns: 1fr; /* una columna */
    }

    .videfim-card{
        padding: 1.4rem 1.2rem;
    }
}


/* =====================================================
   IMAGENES DE CONTEXTOS ARQUEOLOGICOS
===================================================== */
/* CONTENEDOR */
.af-image-row{
    max-width:900px;
    margin:40px auto 80px;
    padding:0 20px;
    display:flex;
    justify-content:center;
    gap:30px;
    flex-wrap:wrap;
}

/* BLOQUE */
.af-image-row .af-image-block{
    flex:0 0 260px;
}

/* WRAPPER */
.af-image-wrapper{
    position:relative;
    display:inline-block;
    width:260px;
    aspect-ratio:4/3;
    border-radius:14px;
    overflow:hidden;
}

/* IMAGEN */
.af-image-wrapper img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

/* TEXTO SOBRE IMAGEN */
.af-image-wrapper span{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:8px 10px;
    font-size:.85rem;
    color:#ddcdbc;
    font-style:italic;
    background:rgba(0,0,0,.5);
    backdrop-filter:blur(2px);
    border-radius:0 0 14px 14px;
}

/* BORDE OVERLAY */
.af-image-wrapper::after{
    content:"";
    position:absolute;
    inset:0;
    border:2px solid rgba(218,180,120,.7);
    border-radius:14px;
    pointer-events:none;
    box-sizing:border-box;
}

/* RESPONSIVE */
@media(max-width:600px){
    .af-image-row{
        flex-direction:column;
        align-items:center;
    }
}

/* =====================================================
   ARTICULOS DESTACADOS
===================================================== */


/* Desktop y tablet */
.articulo-destacado .uagb-ifb-desc{
    text-align: justify !important;
    hyphens: auto;
}

/* Móvil */
@media (max-width: 768px){
    .articulo-destacado .uagb-ifb-desc{
        text-align: left !important;
        hyphens: none;
    }
}

/* Título centrado en artículos destacados */
.articulo-destacado .uagb-ifb-title {
    text-align: center !important;
}

/* =====================================================
   TARJETAS DE ACTIVIDADES
===================================================== */

/* TARJETA PRINCIPAL */
.af-session-card{
    max-width: 900px;
    margin: 3rem auto;
    border-radius: 26px;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    background: radial-gradient(circle at 20% 10%, #3a151f 0%, #1d0a13 60%, #0f050d 100%);
    border: 3px solid rgba(218, 180, 120, 0.85);
    box-shadow: 0 25px 60px rgba(0,0,0,0.85);
}

/* IMAGEN */
.af-session-image{
    position: relative; /* unificado aquí */
    width: 100%;
    height: 320px;
    overflow: hidden;
    flex-shrink: 0;
}

.af-session-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ETIQUETA SOBRE IMAGEN */
.af-session-label{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    padding: 1.2rem 1.5rem;

    font-family: 'Cinzel', serif;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #f5e6cc;

    background: linear-gradient(to top, rgba(15,5,13,0.95), rgba(15,5,13,0));
    backdrop-filter: blur(2px);

    text-shadow: 0 2px 6px rgba(0,0,0,0.8);
}

/* CONTENIDO */
.af-session-body{
    padding: 2.2rem 2rem 2.6rem;
    display: flex;
    flex-direction: column;
}

.af-session-title{
    text-align: center;
    line-height: 1.25;
}

/* TEXTO PRINCIPAL */
.af-session-text{
    text-align: justify;
}

.af-session-text p{
    line-height: 1.6;
    margin-bottom: 1rem;
}

.af-session-text{
    text-align: justify;
    hyphens: auto;
}

/* BOTÓN */
.af-session-actions{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.af-session-button{
    display: inline-block;
    padding: 0.85rem 2rem;

    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #1a0f12;
    text-decoration: none;

    background: linear-gradient(135deg, #f7e2c0, #d4b495);
    border: 2px solid rgba(218, 180, 120, 0.9);
    border-radius: 12px;

    box-shadow: 0 12px 28px rgba(0,0,0,0.6);
    transition: all 0.25s ease;
}

.af-session-button:hover{
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.75);
}

/* =====================================================
   GRID DEL EQUIPO
===================================================== */

.team-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(1.5rem, 3vw, 2.6rem);
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 clamp(1.2rem, 3vw, 2.2rem);
}


/* =====================================================
   TARJETAS
===================================================== */

.team-card {
    background: radial-gradient(circle at 20% 10%, #501f27 0%, #3a151f 30%, #2a0f19 55%, #1d0a13 80%, #0f050d 100%);
    border: 3px solid rgba(218, 180, 120, 0.95);
    border-radius: 24px;

    padding: 2.3rem 2rem 2.4rem;

    text-align: center;
    position: relative;
    overflow: hidden;

    box-shadow: 0 18px 40px rgba(0,0,0,0.85);

    cursor: pointer;

    transform: translateY(25px);
    opacity: 0;
    animation: cardAppear 0.9s ease forwards;

    max-width: 320px;
    width: 100%;
}

@keyframes cardAppear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.team-card:hover {
    transform: translateY(-12px) scale(1.02);
    box-shadow: 0 35px 80px rgba(0,0,0,0.95);
    border-color: #ffd700;
}

.team-card.principal-investigator {
    border-width: 4px;
}


/* =====================================================
   IMÁGENES PERSONALES
===================================================== */

.team-photo,
.modal-photo {
    width: 180px;
    height: 180px;

    object-fit: cover;
    object-position: center;

    border-radius: 50%;

    display: block;

    border: 4px solid rgba(218, 180, 120, 0.9);
    box-shadow: 0 12px 32px rgba(0,0,0,0.85);

    margin: 1.8rem auto 1.4rem;
}

.team-photo {
    width: 160px;
    height: 160px;
}

.modal-photo {
    margin: 0 auto 1.6rem;
}


/* =====================================================
   TEXTOS
===================================================== */

.team-name {
    font-family: 'Cinzel', serif;
    font-size: 1.6rem;
    color: #fdf4e2;
}

.team-role {
    margin: 0.9rem 0 1.1rem;
    padding: 0.55rem 1.4rem;

    border-radius: 999px;

    background: rgba(45, 20, 25, 0.95);

    color: #f5e7d5;

    font-size: 0.9rem;
    text-transform: uppercase;
}

.team-institution {
    font-size: 0.95rem;
    color: #ddcdbc;
}


/* =====================================================
   MODAL
===================================================== */

.modal {
    display: none;
    position: fixed;
    inset: 0;

    background: rgba(0,0,0,0.94);

    z-index: 1000;
}

.modal.show {
    display: block;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    width: min(95%, 800px);

    background: radial-gradient(circle at 20% 15%, #501f27 0%, #3a151f 40%, #2a0f19 70%, #15070f 100%);

    border: 4px solid #ffd700;
    border-radius: 28px;

    padding: 1.8rem 2.2rem;

    color: #f0e6d6;

    max-height: 85vh;
    overflow-y: auto;

    overscroll-behavior: contain;

    scrollbar-width: thin;
    scrollbar-color: #ffd700 rgba(255,255,255,0.08);
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.08);
    border-radius: 10px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ffd700, #c9a227);
    border-radius: 10px;
}

.close-modal {
    position: absolute;
    top: 1.5rem;
    right: 2rem;

    font-size: 2.5rem;
    color: #ffd700;

    cursor: pointer;
}


/* =====================================================
   CABECERA CV
===================================================== */

#modalName {
    margin-bottom: 0.15rem;
}

#modalRole {
    font-family: "Crimson Text", serif;
    font-variant: small-caps;
    letter-spacing: 1px;
    font-size: 1rem;
    opacity: 0.85;

    margin-top: 0.15rem;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}


/* =====================================================
   CONTACTO
===================================================== */

.contact-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;

    width: 100%;
    gap: 0.45rem;

    margin-top: 0.1rem !important;
    margin-bottom: 0.25rem !important;
}

.contact-email a {
    color: #ffd700;
    text-decoration: none;
    font-size: 0.95rem;
}

.contact-email {
    margin-right: 0.75rem;
}


/* ORCID */

.orcid-icon {
    display: inline-flex;
    position: relative;
    cursor: pointer;
}

.orcid-icon img {
    width: 22px !important;
    height: 22px !important;
    display: block;
}


/* Tooltip ORCID */

.orcid-tooltip {
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);

    background: #ffd700;
    color: #2a0f19;

    padding: 3px 8px;
    font-size: 0.75rem;

    border-radius: 4px;
    opacity: 0;
    pointer-events: none;

    transition: opacity 0.2s ease;
    white-space: nowrap;
}

.orcid-tooltip.show {
    opacity: 1;
}


/* =====================================================
   CONTENIDO CV
===================================================== */

#modalCV {
    margin-top: 0 !important;

    line-height: 1.45;

    white-space: normal !important;
    text-align: justify;
}

#modalCV * {
    margin-top: 0.15em;
    margin-bottom: 0.15em;
}

/* ==============================
   PUBLICACIONES
================================ */

.articles-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem;
}

/* SEARCH */
.article-search {
  width: 100%;
  padding: 1rem 1.4rem;
  font-size: 1.1rem;

  border-radius: 30px;
  border: 2px solid #dab478;

  margin-bottom: 2.5rem;

  background: rgba(30,10,15,0.9);
  color: #f4e8d9;
}

/* CARD */
.article-card {
  background: radial-gradient(circle at top, #3a151f, #16080f);
  border: 2px solid rgba(218,180,120,0.6);
  border-radius: 22px;

  padding: 2rem;
  margin-bottom: 2rem;
}

/* TYPOGRAFIA */
.article-title {
  font-family: 'Cinzel', serif;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.article-authors {
  font-style: italic;
  color: #e3d3c4;
}

.article-meta {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #c9b19a;
}

/* ABSTRACT */
.article-abstract {
  line-height: 1.6;
  margin-bottom: 1.2rem;

  text-align: justify;
  hyphens: auto;
}

/* KEYWORDS */
.article-keywords span {
  display: inline-block;
  background: rgba(255,215,0,0.15);
  color: #ffd700;

  padding: 0.3rem 0.8rem;
  border-radius: 14px;

  margin-right: 0.4rem;
  font-size: 0.8rem;
}

/* CITACION */
.article-citation {
  font-size: 0.85rem;
  margin-top: 1rem;
  color: #ddcdbc;
}

/* LINK */
.article-link {
  display: inline-block;
  margin-top: 1rem;

  color: #ffd700;
  text-decoration: none;
  font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .article-abstract {
    text-align: left;
    hyphens: none;
  }
}


/* =====================================
   CONTACTO
===================================== */

/* TITLE */
.af-title{
    text-align:center;
    font-family:'MedievalSharp','Cinzel',serif;
    font-size:clamp(3rem,8vw,5rem);
    letter-spacing:6px;
    margin-bottom:3rem;
}

/* GRID */
.af-contact-container{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(360px,1fr));
    gap:2.5rem;
    max-width:1400px;
    margin:0 auto;
    padding:0 2rem;
}

/* CARD (IMPORTANTE: quitar bloqueo de interacción) */
.af-contact-card{
    background:radial-gradient(circle at 20% 10%, #501f27 0%, #3a151f 30%, #2a0f19 55%, #1d0a13 80%, #0f050d 100%);
    border:3px solid rgba(218,180,120,0.95);
    border-radius:24px;

    padding:2.4rem 2rem;
    text-align:center;

    box-shadow:0 18px 40px rgba(0,0,0,0.85);

    transition:none;

    user-select:none;

    /* CLAVE: evita que la card interfiera con clicks internos */
    pointer-events:auto;
}

/* ICON */
.af-project-icon{
    width:110px;
    height:110px;
    margin:0 auto 1.4rem;

    border-radius:50%;
    overflow:hidden;

    display:flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#f7e2c0,#d4b495);

    user-select:none;

    /* sigue bloqueando interacción aquí (correcto) */
    pointer-events:none;
}

.af-project-icon img{
    width:100%;
    height:100%;
    object-fit:cover;

    user-drag:none;
    -webkit-user-drag:none;
}

/* TITLE */
.af-contact-title{
    font-family:'Cinzel',serif;
    font-size:1.8rem;
    margin-bottom:.6rem;
}

/* TEXT */
.af-contact-text{
    margin-top:1.4rem;
    line-height:1.7;
    color:#c9b19a;

    user-select:text;
}


/* EMAIL DEL PROYECTO */
.af-email-address{
    display:inline-block;
    margin-top:1rem;
    padding:.9rem 1.8rem;

    border-radius:12px;
    background:rgba(255,215,120,0.10);
    border:1px solid rgba(218,180,120,0.5);

    color:#c9b19a;
    font-weight:600;
    text-decoration:none;

    user-select:text;
}

/* LINKS INVESTIGADORAS */
.af-contact-text a{
    color:#c9b19a;
    text-decoration:none;
    font-weight:600;

    user-select:text;
}

.af-contact-text a:hover{
    color:#f4e8d9;
}

/* MAPA */
.af-map-container iframe{
    width:100%;
    height:300px;
    border:0;
    border-radius:12px;
}

/* FULL WIDTH CARD */
.af-contact-card:last-child{
    grid-column:1 / -1;
}

/* UTILIDADES */
.info-actividades .uagb-ifb-image-content{
    display:flex;
    justify-content:center;
}

.info-actividades{
    text-align:center;
}

/* MOBILE */
@media (max-width:768px){

    .af-contact-container{
        grid-template-columns:1fr;
        padding:0 1.2rem;
    }

    .af-project-icon{
        width:90px;
        height:90px;
    }
}