/* Fuente Customizada */
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/***************************************************************/   

body {
    font-family: 'Roboto', serif;
    font-size: medium;
    font-weight: normal;
}

body {
    background-color: #F8E5CA
}

.titulo-seccion-secondary {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #637346;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2rem;
}

.titulo-seccion-secondary::after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #F8E5CA;
    margin: 16px auto 0 auto;
    border-radius: 3px;
}

.titulo-seccion-blue {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1b3c58;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2rem;
}

.titulo-seccion-blue::after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #1b3c58;
    margin: 16px auto 0 auto;
    border-radius: 3px;
}

.titulo-seccion-primary {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #F8E5CA;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2rem;
}

.titulo-seccion-primary::after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    background: #637346;
    margin: 16px auto 0 auto;
    border-radius: 3px;
}

.color-primary {
    color: #637346 !important;
}

.color-secondary {
    color: #F8E5CA !important;
}

.custom-active {
    position: relative;
    color: #637346 !important;
    font-weight: bold;
}

.custom-active::after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 5px;
    background: #637346;
    border-radius: 2px;
    margin-top: 4px;
}

.bg-primary {
    background-color: #F8E5CA !important;
}

.bg-secondary {
    background-color: #a4b585 !important;
    color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
    color: #637346 !important;
}

.bg-footer {
    background-color: #1b3c58 !important;
    color: #fff !important;
}

.bg-menu {
    background-color: #f8efe3 !important;
}

.shadow-custom {
    box-shadow: 0 0.5rem 2rem rgba(99, 115, 70, 0.35);
}

.watermark-bg {
    position: relative;
    overflow: hidden;
}

.watermark-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 300px;
    background: url('/images/inicio/psique.png') no-repeat left bottom;
    background-size: 100% 300px;
    opacity: 0.07;
    pointer-events: none;
    z-index: 0;
    transform: rotate(-8deg);
    transform-origin: left bottom;
}

.watermark-bg > * {
    position: relative;
    z-index: 1;
}

.bull-color-secondary {
    font-size: 2.5rem; 
    letter-spacing: 1rem; 
    color: #F8E5CA;
}

.bull-color-primary {
    font-size: 2.5rem; 
    letter-spacing: 1rem; 
    color: #637346;
}

.bull-color-blue {
    font-size: 2.5rem; 
    letter-spacing: 1rem; 
    color: #1b3c58;
}

.btn-instagram {
    background: linear-gradient(45deg, #fd5949, #d6249f, #285AEB);
    color: #fff !important;
    border: none;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    transition: filter 0.2s;
}
.btn-instagram:hover {
    filter: brightness(1.1);
    color: #fff !important;
}

.btn-linkedin {
    background: #0077b5;
    color: #fff !important;
    border: none;
    font-weight: 600;
    border-radius: 2rem;
    padding: 0.5rem 1.5rem;
    transition: filter 0.2s;
}

.btn-linkedin:hover {
    filter: brightness(1.1);
    color: #fff !important;
    background: #36a3e2;
}

.tarjeta-green {
    background: #637346;
    border-radius: 0.5rem 0.5rem 0 0;
}

.tarjeta-blue {
    background: #1b3c58;
    border-radius: 0.5rem 0.5rem 0 0;
}

.titulo-tarjeta {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 2rem;   /* Espacio arriba para el icono */
    margin-top: 0;         /* Elimina margen superior */
    text-shadow: 0 2px 8px rgba(0,0,0,0.18), 0 1px 0 #637346;
    z-index: 1;
    position: relative;
}

.color-green {
    color: #637346;
}

.color-green {
    color: #637346;
}

.color-blue {
    color: #1b3c58;
}

.icon-circle {
    border-radius: 50%;
    border: 3px solid #F8E5CA;
}

.icono-circulo {
    width:64px;
    height:64px;
    position:absolute;
    left:50%;
    bottom:-32px;
    transform:translateX(-50%);
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
    z-index:2;
}

.btn-green {
    background: #637346;
    color: #fff !important;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    transition: filter 0.2s;
}

.btn-green:hover {
    background: #637346;
    filter: brightness(1.1);
    color: #fff !important;
}

.btn-blue {
    background: #1b3c58;
    color: #fff !important;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    transition: filter 0.2s;
}

.btn-blue:hover {
    background: #3a5a7a;
    color: #fff !important;
}

.btn-arena {
    background: #F8E5CA;
    color: #1b3c58 !important;
    border: none;
    border-radius: 2rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    transition: filter 0.2s;
}

.btn-arena:hover {
    background: #e6d3b8;
    color: #1b3c58 !important;
}

.min-vh-desktop {
    min-height: auto; /* Por defecto para móvil */
}

/* Tablet - altura reducida y margen superior */
@media (min-width: 768px) and (max-width: 991.98px) {
    .min-vh-desktop {
        min-height: 40vh;
        margin-top: 2rem;
    }
}

/* Desktop - altura completa */
@media (min-width: 992px) {
    .min-vh-desktop {
        min-height: 75vh;
    }
}

/* Espaciado adicional para texto en móvil/tablet */
@media (max-width: 991.98px) {
    .mobile-text-spacing {
        margin-top: 3.5rem;
        padding-top: 2rem !important;
    }
}

/* Mejorar legibilidad en móvil - Efecto "zoom" */
@media (max-width: 767px) {
    /* Aumentar tamaño de fuente general en móvil - efecto zoom */
    body {
        font-size: 1.3rem !important;
        line-height: 1.7 !important;
    }
    
    /* Texto principal mucho más legible */
    .mobile-text-spacing p {
        font-size: 1.4rem !important;
        line-height: 1.8 !important;
        margin-bottom: 1.5rem !important;
    }
    
    /* Lead text más prominente */
    .mobile-text-spacing .lead {
        font-size: 1.6rem !important;
        font-weight: 600 !important;
        line-height: 1.7 !important;
    }
    
    /* Botones mucho más grandes */
    .btn {
        font-size: 1.3rem !important;
        padding: 1rem 2rem !important;
        border-radius: 2.5rem !important;
    }
    
    /* Títulos de sección más grandes */
    .titulo-seccion-blue,
    .titulo-seccion-secondary,
    .titulo-seccion-primary {
        font-size: 2.3rem !important;
        line-height: 1.4 !important;
        margin-bottom: 2rem !important;
    }
    
    /* Texto en secciones "Sobre mí" y "Tipos de terapia" más grande */
    .bg-white p,
    .bg-white li {
        font-size: 1.3rem !important;
        line-height: 1.7 !important;
        margin-bottom: 1rem !important;
    }
    
    /* Títulos de tarjetas más grandes */
    .titulo-tarjeta {
        font-size: 1.8rem !important;
        line-height: 1.3 !important;
    }
    
    /* Iconos más grandes */
    .fa-2x {
        font-size: 2.5em !important;
    }
    
    /* Botones de redes sociales más grandes */
    .btn-instagram,
    .btn-linkedin {
        font-size: 1.2rem !important;
        padding: 0.8rem 1.8rem !important;
    }
    
    /* Elementos de lista más legibles */
    .list-unstyled li {
        font-size: 1.2rem !important;
        margin-bottom: 0.8rem !important;
    }
    
    .min-vh-desktop {
        min-height: auto;
    }
}

@media (min-width: 992px) {
    .introduccion-escritorio-height {
        min-height: 350px;
    }

    .corte-arena {
        position: relative;
        overflow: hidden;
    }
    
    .corte-arena::before {
        content: '';
        position: absolute;
        top: 0;
        left: -60px;
        width: 80px;
        height: 100%;
        background: #F8E5CA;
        transform: skew(5deg);
        z-index: 2;
    }

    .px-escritorio-5p {
        padding-left: 7% !important;
        padding-right: 8% !important;
    }
}

/* Estilos para iconos de redes sociales en footer */
.social-icon {
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.social-icon:hover {
    transform: scale(1.2);
    opacity: 0.8;
}

.social-icon.instagram {
    color: #E1306C;
}

.social-icon.linkedin {
    color: #0077B5;
}

/* Estilos elegantes para contacto en footer */
.contact-section {
    max-width: 600px;
    margin: 0 auto;
}

.contact-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.contact-item {
    flex: 1;
    max-width: 250px;
}

.contact-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 1rem;
    color: #F8E5CA;
    transition: all 0.3s ease;
    border-radius: 12px;
    text-align: center;
}

.contact-link:hover {
    color: #F8E5CA;
    background: rgba(248, 229, 202, 0.1);
    transform: translateY(-2px);
}

.contact-icon-modern {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(248, 229, 202, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #F8E5CA;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.contact-link:hover .contact-icon-modern {
    background: rgba(248, 229, 202, 0.25);
    transform: scale(1.1);
}

.contact-info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.contact-value {
    font-size: 1rem;
    font-weight: 500;
    color: #F8E5CA;
    line-height: 1.2;
}

/* Línea divisoria vertical (solo desktop) */
.contact-divider {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, 
        transparent, 
        rgba(248, 229, 202, 0.3) 20%, 
        rgba(248, 229, 202, 0.6) 50%, 
        rgba(248, 229, 202, 0.3) 80%, 
        transparent
    );
    flex-shrink: 0;
}

/* Responsive para móvil y tablet */
@media (max-width: 991.98px) {
    .contact-container {
        flex-direction: column;
        gap: 1.5rem;
    }
    
    .contact-item {
        max-width: 100%;
        width: 100%;
    }
    
    .contact-link {
        padding: 1rem;
        gap: 10px;
    }
    
    .contact-icon-modern {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .contact-value {
        font-size: 0.95rem;
    }
}

/* Versión responsive para móvil y tablet */
@media (max-width: 991.98px) {
    /* Footer general más compacto */
    .custom-footer {
        padding: 0.8rem 0.5rem 0.5rem 0.5rem !important;
    }
    
    /* Reducir el padding del footer general en móvil */
    footer.bg-footer {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    
    .custom-footer p {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .custom-footer small {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* Iconos sociales más grandes en móvil */
    .social-icon {
        font-size: 1.6rem !important;
        margin: 0 0.5rem;
    }
}

/* Estilos para banner de cookies */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, #1b3c58 0%, #2a4d6b 100%);
    color: #F8E5CA;
    padding: 1.5rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: none;
    border-top: 3px solid #637346;
}

.cookie-banner.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.cookie-text {
    flex: 1;
}

.cookie-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #F8E5CA;
}

.cookie-message {
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
    opacity: 0.9;
}

.cookie-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.btn-cookie {
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-cookie.accept {
    background: linear-gradient(135deg, #637346 0%, #7a8a5a 100%);
    color: #fff;
}

.btn-cookie.accept:hover {
    background: linear-gradient(135deg, #7a8a5a 0%, #8b9c6b 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(99, 115, 70, 0.4);
}

.btn-cookie.reject {
    background: transparent;
    color: #F8E5CA;
    border: 2px solid rgba(248, 229, 202, 0.3);
}

.btn-cookie.reject:hover {
    background: rgba(248, 229, 202, 0.1);
    border-color: rgba(248, 229, 202, 0.6);
    transform: translateY(-2px);
}

.cookie-link {
    color: #F8E5CA;
    text-decoration: underline;
    font-size: 0.85rem;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.cookie-link:hover {
    opacity: 1;
    color: #F8E5CA;
}

/* Responsive para móvil */
@media (max-width: 768px) {
    .cookie-banner {
        padding: 1rem;
    }
    
    .cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    
    .cookie-title {
        font-size: 1.1rem;
    }
    
    .cookie-message {
        font-size: 0.9rem;
    }
    
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 0.8rem;
    }
    
    .btn-cookie {
        width: 100%;
        padding: 0.8rem 1rem;
    }
}

/* Estilos modernos para menú móvil */
.navbar-toggler {
    border: none;
    padding: 0.4rem 0.6rem;
    border-radius: 0.5rem;
    background: rgba(99, 115, 70, 0.1);
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 115, 70, 0.25);
}

.navbar-toggler:hover {
    background: rgba(99, 115, 70, 0.2);
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: rgba(248, 229, 202, 0.98);
        backdrop-filter: blur(10px);
        border-radius: 1rem;
        margin-top: 0.5rem;
        padding: 1rem;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    }

    .navbar-nav {
        gap: 0 !important;
    }
    
    .navbar-nav .nav-item {
        margin: 0.3rem 0;
    }
    
    .navbar-nav .nav-link {
        padding: 0.8rem 1.2rem;
        border-radius: 0.8rem;
        font-weight: 500;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        position: relative;
        overflow: hidden;
    }
    
    .navbar-nav .nav-link::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(99, 115, 70, 0.1), transparent);
        transition: left 0.5s;
    }
    
    .navbar-nav .nav-link:hover::before {
        left: 100%;
    }
    
    .navbar-nav .nav-link:hover {
        background: rgba(99, 115, 70, 0.15);
        transform: translateX(8px);
        color: #637346 !important;
    }
    
    .navbar-nav .nav-link.custom-active {
        background: linear-gradient(135deg, #637346 0%, #7a8a5a 100%);
        color: #fff !important;
        transform: translateX(5px);
        box-shadow: 0 4px 15px rgba(99, 115, 70, 0.3);
    }
    
    .navbar-nav .nav-link.custom-active::after {
        display: none;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
    
    .navbar-brand img {
        width: 35px;
        height: 35px;
    }
}

/* Enlaces legales del footer */
.custom-footer small a {
    transition: all 0.3s ease;
    opacity: 0.9;
}

.custom-footer small a:hover {
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transform: translateY(-1px);
}

/* Asegurar peso normal de fuente en párrafos */
p {
    font-weight: normal !important;
}

p strong {
    font-weight: bold !important;
}

/* ======================
   ELEMENTOS MODERNOS PARA FILOSOFÍA DE TRABAJO
   ====================== */

.icon-circle-modern {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.icon-circle-modern:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Tarjetas modernas para características */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Iconos de valores con fondos suaves */
.bg-warning.bg-opacity-10 {
    background-color: rgba(255, 193, 7, 0.1) !important;
}

.bg-primary.bg-opacity-10 {
    background-color: rgba(13, 110, 253, 0.1) !important;
}

.bg-success.bg-opacity-10 {
    background-color: rgba(25, 135, 84, 0.1) !important;
}

/* Mejoras en las transiciones de la sección integrada */
.bg-white.shadow.rounded-3 {
    transition: all 0.3s ease;
}

.bg-white.shadow.rounded-3:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

/* Espaciado mejorado para elementos */
.border-start.border-warning.border-4 {
    border-width: 4px !important;
}

/* Responsive para iconos circulares */
@media (max-width: 768px) {
    .icon-circle-modern {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 1rem;
    }
    
    .icon-circle-modern i {
        font-size: 2rem !important;
    }
    
    .col-md-2 {
        text-align: center !important;
    }
    
    /* Espaciado mejorado para móvil */
    .container-fluid.bg-secondary {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    
    /* Títulos más pequeños en móvil */
    .titulo-seccion-blue {
        font-size: 1.75rem !important;
    }
    
    /* Cards con menos padding en móvil */
    .card-body {
        padding: 1rem !important;
    }
    
    /* Mejores márgenes para móvil */
    .bg-white.shadow {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }
    
    /* Padding adaptativo para secciones */
    .p-3 {
        padding: 1.5rem !important;
    }
    
    /* Mejor espaciado entre elementos en móvil */
    .g-3 > .col-12 {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 576px) {
    /* Espaciado extra reducido para móviles pequeños */
    .p-3 {
        padding: 1rem !important;
    }
    
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    
    /* Contenedores más ajustados */
    .container {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    
    /* Títulos aún más pequeños */
    .titulo-seccion-blue {
        font-size: 1.5rem !important;
    }
    
    /* Imagen más pequeña en móvil */
    .w-50 {
        width: 70% !important;
    }
}

/* Fondo blanco para toda la página sobre mí */
.main-sobre-mi {
    background: #ffffff !important;
    min-height: 100vh;
    padding: 2rem 0;
}

/* Override del fondo del main cuando es sobre mí */
main.bg-footer:has(.main-sobre-mi) {
    background: #ffffff !important;
}

/* Fallback para navegadores que no soportan :has() */
body:has(.main-sobre-mi) main.bg-footer {
    background: #ffffff !important;
}

/* Página unificada con fondo blanco */
.unified-white-page {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    padding: 3rem;
    border: 1px solid rgba(99, 115, 70, 0.1);
    margin: 0 auto;
    max-width: 1200px;
}

/* Header principal de la página */
.page-header-modern {
    margin-bottom: 3rem;
}

.main-title-modern {
    font-size: 3rem;
    font-weight: 700;
    color: #637346;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.title-underline-modern {
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, #637346 0%, #8ba563 100%);
    border-radius: 2px;
    margin: 0 auto;
}

/* Secciones modernas con iconos */
.section-modern {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(99, 115, 70, 0.1);
}

.section-modern:last-child {
    border-bottom: none;
}

.section-header-modern {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.section-icon-modern {
    background: linear-gradient(135deg, #637346 0%, #8ba563 100%);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-right: 1rem;
    box-shadow: 0 8px 20px rgba(99, 115, 70, 0.2);
}

.section-title-modern {
    font-size: 2rem;
    font-weight: 600;
    color: #2c3e2d;
    margin: 0;
    letter-spacing: -0.01em;
}

/* Imagen de perfil */
.profile-image-modern {
    position: relative;
    display: inline-block;
}

.profile-image-modern img {
    max-width: 220px;
    border: 4px solid rgba(99, 115, 70, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.profile-image-modern:hover img {
    transform: scale(1.05);
}

/* Contenido de texto */
.content-text-modern {
    line-height: 1.8;
}

.lead-text-modern {
    font-size: 1.2rem;
    font-weight: 500;
    color: #2c3e2d;
    line-height: 1.7;
}

.text-modern {
    font-size: 1rem;
    color: #4a5d4b;
    line-height: 1.8;
}

.highlight-name {
    color: #637346;
    font-weight: 600;
}

/* Lista de características unificada */
.features-list-modern {
    margin-top: 2rem;
}

.feature-unified {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem;
    background: rgba(99, 115, 70, 0.03);
    border-radius: 15px;
    border-left: 4px solid #637346;
    transition: all 0.3s ease;
}

.feature-unified:hover {
    background: rgba(99, 115, 70, 0.06);
    transform: translateX(5px);
}

.feature-icon-unified {
    background: linear-gradient(135deg, #637346 0%, #8ba563 100%);
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.feature-content-unified {
    flex: 1;
}

.feature-title-unified {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e2d;
    margin-bottom: 0.5rem;
}

.feature-text-unified {
    color: #4a5d4b;
    margin: 0;
    line-height: 1.7;
}

/* Caja de cita destacada */
.quote-box-modern {
    background: linear-gradient(135deg, rgba(99, 115, 70, 0.05) 0%, rgba(139, 165, 99, 0.05) 100%);
    border: 1px solid rgba(99, 115, 70, 0.1);
    border-radius: 15px;
    padding: 2rem;
    position: relative;
    font-style: italic;
}

.quote-box-modern::before {
    content: "\201C";
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 4rem;
    color: #637346;
    opacity: 0.3;
    font-family: serif;
}

/* Lista de valores */
.values-list-modern {
    margin-top: 2rem;
}

.value-item-modern {
    padding: 1.5rem 0;
    border-bottom: 1px solid rgba(99, 115, 70, 0.1);
}

.value-item-modern:last-child {
    border-bottom: none;
}

.value-title-modern {
    font-size: 1.1rem;
    font-weight: 600;
    color: #637346;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.value-title-modern i {
    color: #637346;
}

.value-text-modern {
    color: #4a5d4b;
    line-height: 1.7;
    margin: 0;
    padding-left: 2rem;
}

/* Call to action moderno */
.btn-cta-modern {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #637346 0%, #8ba563 100%);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 10px 25px rgba(99, 115, 70, 0.3);
    transition: all 0.3s ease;
    border: none;
}

.btn-cta-modern:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(99, 115, 70, 0.4);
    color: white;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .unified-white-page {
        padding: 2rem 1.5rem;
        margin: 1rem;
        border-radius: 15px;
    }
    
    .main-title-modern {
        font-size: 2.2rem;
    }
    
    .section-title-modern {
        font-size: 1.5rem;
    }
    
    .section-header-modern {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1.5rem;
    }
    
    .section-icon-modern {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .feature-unified {
        flex-direction: column;
        text-align: center;
    }
    
    .feature-icon-unified {
        margin: 0 auto 1rem auto;
    }
    
    .value-text-modern {
        padding-left: 0;
    }
    
    .profile-image-modern img {
        max-width: 180px;
    }
}

/* ===============================================
   ESTILOS PARA PÁGINAS LEGALES
   =============================================== */

/* Política de Privacidad, Aviso Legal, Cookies */
.legal-content h2 {
    color: #637346;
    font-weight: 600;
    border-bottom: 2px solid #F8E5CA;
    padding-bottom: 0.5rem;
}

.legal-content p {
    line-height: 1.7;
    color: #333;
    text-align: justify;
}

.legal-content ul {
    color: #333;
    line-height: 1.7;
}

.legal-content li {
    margin-bottom: 0.5rem;
}

/* Mejoras para información de contacto en móvil */
.min-width-0 {
    min-width: 0;
}

.contact-email-container {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.contact-email {
    font-size: inherit;
    line-height: 1.4;
    color: #6c757d;
    transition: color 0.2s ease;
}

.contact-email:hover {
    color: #495057;
    text-decoration: underline !important;
}

/* Media queries específicas para email responsive ya incluidas arriba */

/* ===============================================
   ESTILOS PARA PÁGINA DE CONTACTO
   =============================================== */

/* Contenedor principal de contacto */
.contact-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Iconos de contacto - Estilos base */
.icon-circle-modern {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.contact-icon-email {
    background-color: #28a745 !important;
}

.contact-icon-modalidad {
    background-color: #F8E5CA !important;
}

/* Información de contacto */
.contact-info-item {
    margin-bottom: 1.5rem;
    align-items: center;
}

.contact-email-container {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.contact-email {
    font-size: inherit;
    line-height: 1.4;
    color: #6c757d;
    transition: color 0.2s ease;
}

.contact-email:hover {
    color: #495057;
    text-decoration: underline !important;
}

/* Campo honeypot (anti-spam) */
.honeypot-field {
    display: none !important;
}

/* Contenedor de reCAPTCHA */
.recaptcha-container {
    min-height: 80px;
}

/* Tablet styles (768px - 991px) */
@media (max-width: 991.98px) and (min-width: 768px) {
    .icon-circle-modern {
        width: 50px;
        height: 50px;
        font-size: 1.1rem;
    }
    
    .contact-info-item {
        margin-bottom: 1.25rem;
    }
}

/* Mobile styles (576px - 767px) */
@media (max-width: 767.98px) and (min-width: 576px) {
    .icon-circle-modern {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .contact-info-item {
        margin-bottom: 1rem;
        align-items: flex-start;
    }
    
    .contact-info-item h6 {
        font-size: 0.95rem;
        margin-bottom: 0.25rem;
    }
    
    .contact-info-item p,
    .contact-email {
        font-size: 0.875rem;
        line-height: 1.3;
    }
}

/* Pequeñas pantallas móviles (menos de 576px) */
@media (max-width: 575.98px) {
    .contact-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .icon-circle-modern {
        width: 40px;
        height: 40px;
        font-size: 0.9rem;
        margin-right: 0.75rem !important;
    }
    
    .contact-info-item {
        margin-bottom: 1rem;
        align-items: flex-start;
    }
    
    .contact-info-item h6 {
        font-size: 0.9rem;
        margin-bottom: 0.2rem;
        line-height: 1.2;
    }
    
    .contact-info-item p,
    .contact-email {
        font-size: 0.8rem;
        line-height: 1.2;
    }
    
    .contact-email {
        word-break: break-all;
        display: block;
    }
    
    /* Espaciado específico para móvil pequeño */
    .row.mb-5 {
        margin-bottom: 2rem !important;
    }
}

/* Estilos específicos para página de cookies */
.legal-content h3 {
    color: #637346;
    font-weight: 500;
}

.cookie-controls {
    border: 1px solid #637346;
}

.btn-success {
    background-color: #637346;
    border-color: #637346;
}

.btn-success:hover {
    background-color: #4a5533;
    border-color: #4a5533;
}

/* ============================= */
/* ESTILOS BLOG PÁGINA DE INICIO */
/* ============================= */

.blog-card {
    transition: all 0.3s ease;
    border-radius: 25px !important;
    overflow: hidden;
    cursor: pointer;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
}

.blog-card:hover .card-img-top {
    transform: scale(1.05);
}

.blog-card .card-img-top {
    transition: transform 0.3s ease;
}

.blog-card .card-body {
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
}

.blog-card .card-title {
    color: #1b3c58;
    line-height: 1.3;
}

.blog-card .card-text {
    color: #6c757d;
    line-height: 1.6;
}

/* Enlace que envuelve toda la tarjeta */
a.text-decoration-none:hover {
    text-decoration: none !important;
}

a.text-decoration-none .blog-card .card-title {
    color: #1b3c58;
}

a.text-decoration-none .blog-card .card-text {
    color: #6c757d;
}

/* Pseudo-botón (ahora es span) */
.blog-card .btn-outline-primary {
    border-color: #1b3c58;
    color: #1b3c58;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 20px !important;
    pointer-events: none; /* Evita conflictos con el enlace padre */
}

/* Efecto hover en la tarjeta completa afecta al pseudo-botón */
.blog-card:hover .btn-outline-primary {
    background-color: #1b3c58;
    border-color: #1b3c58;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(27, 60, 88, 0.3);
}

.badge.bg-arena {
    background-color: #F8E5CA !important;
    color: #1b3c58 !important;
    font-weight: 600;
    font-size: 0.75rem;
    border-radius: 15px !important;
    padding: 8px 15px !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .blog-card {
        margin-bottom: 2rem;
    }
}