/*
============================================
VARIABLES Y ESTILOS GLOBALES
============================================
*/
:root {
--brand-primary: #19429f;
--brand-dark: #0d2250;
--brand-accent: #50b0f3;
--brand-clear: #f2faff;
}
body {
font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
}
/*
============================================
NAVEGACIÓN
============================================
*/
.active-link {
color: #0d2250 !important;
font-weight: 700 !important;
border-bottom-color: #19429f !important;
}
.donar-active-button {
background-color: #0d2250 !important;
color: white !important;
}
.donar-active-button .lucide-heart {
fill: white;
}
/*
============================================
SECCIONES DE PÁGINA: INICIO
============================================
*/
/* --- Hero Section --- */
.home-header-bg {
background-image:url('https://i.ibb.co/d0BSMm4Q/IMG-4502.jpg?v=1');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.home-header-overlay {
background: linear-gradient(rgba(7, 23, 58, 0.75), rgba(25, 66, 159, 0.75));
}
/* --- Mapa de Venezuela --- */
.venezuela-map-container {
position: absolute;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background: transparent;
}
.map-zoom-group {
position: relative;
width: 100%;
height: 100%;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transform-origin: 27% 28.5%;
display: flex;
align-items: center;
justify-content: center;
}
.venezuela-map-png {
max-width: 100%;
max-height: 100%;
object-fit: contain;
opacity: 0.25;
filter: sepia(1) saturate(5) hue-rotate(190deg) brightness(0.7);
}
.lara-marker {
position: absolute;
top: 28.2%;
left: 27%;
transform: translate(-50%, -50%);
z-index: 20;
}
/*
============================================
SECCIONES DE PÁGINA: NOSOTROS
============================================
*/
/* --- Encabezado de la página "Nosotros" --- */
.about-header-bg {
background-image: linear-gradient(135deg, rgba(25, 66, 159, 0.9) 0%, rgba(13, 34, 80, 0.95) 100%), url('https://i.ibb.co/j9hr7Ym6/3.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-blend-mode: multiply;
height: 50vh; /* altura */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 300px; /* Se asegura de no ser más pequeño que esto */
padding: 100px 0; /* Da espacio arriba y abajo del texto */
}
/* --- Tarjetas de Valores --- */
.value-card {
transition: transform 0.3s, box-shadow 0.3s;
}
.value-card:hover {
transform: translateY(-8px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.value-card img {
transition: transform 0.3s;
}
.value-card:hover img {
transform: scale(1.1);
}
/* --- Sección de Equipo --- */
.team-border {
border: 4px solid #50b0f3;
}
#more-members {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
opacity: 0;
}
#more-members.show {
max-height: 2000px;
opacity: 1;
}
/* --- Carrusel de Aliados (Marquee) --- */
.marquee-container {
width: 100%;
overflow: hidden;
position: relative;
-webkit-mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
mask-image: linear-gradient(to right, transparent, white 20%, white 80%, transparent);
}
.marquee-content {
display: flex;
white-space: nowrap;
animation: marquee 40s linear infinite;
will-change: transform;
}
@keyframes marquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
/*
============================================
SECCIONES DE PÁGINA: SERVICIOS
============================================
*/
.service-header-bg {
background-image: linear-gradient(135deg, rgba(25, 66, 159, 0.9) 0%, rgba(13, 34, 80, 0.95) 100%), url('https://i.ibb.co/CK3t8gFk/foto-banner-prin-2.png');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-blend-mode: multiply;
height: 50vh; /* altura */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 300px; /* Se asegura de no ser más pequeño que esto */
padding: 100px 0; /* Da espacio arriba y abajo del texto */
}
.bg-brand-gradient {
background: linear-gradient(45deg, var(--brand-dark), var(--brand-primary));
}
.service-card .icon-container {
transition: transform 0.3s ease;
}
.service-card:hover .icon-container {
transform: scale(1.15);
}

.directory-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 300ms ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
}

.directory-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.icon-box {
width: 3.5rem;
height: 3.5rem;
min-width: 3.5rem; /* Evita que el círculo se aplaste */
background-color: #eef6ff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-right: 1.25rem;
}
.icon-box i, .icon-box svg {
width: 1.75rem;
height: 1.75rem;
color: #19429f;
}
.text-content {
display: flex;
flex-direction: column;
justify-content: center;
text-align: left;
}
.spec-name {
color: #1f2937;
font-weight: 700;
font-size: 1.125rem;
margin: 0;
font-family: 'Montserrat', sans-serif;
}
.spec-title {
color: #19429f;
font-size: 0.875rem;
margin: 0.25rem 0 0 0;
font-family: 'Open Sans', sans-serif;
}

#more-specialists {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.7s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}

/*
============================================
SECCIONES DE PÁGINA: CONTACTO
============================================
*/
.contact-header-bg {
background-image: linear-gradient(135deg, rgba(25, 66, 159, 0.9) 0%, rgba(13, 34, 80, 0.95) 100%), url('https://i.ibb.co/4RRdjLym/Sede-Principal-Fundase.jpg');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-blend-mode: multiply;
height: 50vh; /* altura */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 300px; /* Se asegura de no ser más pequeño que esto */
padding: 100px 0; /* Da espacio arriba y abajo del texto */
}
.map-container {
position: relative;
overflow: hidden;
}
.whatsapp-input {
transition: border-color .2s, box-shadow .2s;
}
.whatsapp-input:focus {
border-color: var(--brand-primary);
box-shadow: 0 0 0 2px rgba(25, 66, 159, 0.2);
}
/*
============================================
COMPONENTES Y ANIMACIONES
============================================
*/
/* --- Iconos animados --- */
.animated-icon {
width: 48px;
height: 48px;
opacity: 0.1;
transition: opacity .3s;
}
.card:hover .animated-icon {
opacity: 1;
}
/* --- Animación de "ping" --- */
@keyframes ping {
75%,
100% {
transform: scale(2);
opacity: 0;
}
}
.animate-ping {
animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
