/* === COLOR CORPORATIVO GLOBAL === */

.bg-extra-dark-gray,
.bg-dark-gray,
.bg-black,
footer.footer-strip-dark,
section.bg-extra-dark-gray,
.opacity-extra-medium.bg-extra-dark-gray {
    background-color: #00383a !important;
}

.border-color-medium-dark-gray {
    border-color: #00383a !important;


}

/* === TIPOGRAFÍA === */

/* === FONT ACADEMY ENGRAVED === */
@font-face {
    font-family: 'Academy Engraved';
    src: url('../fonts/Academy-Engraved.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
}









/* Texto general */
body,
p,
li,
span,
a {
    font-family: "Cochin", "Times New Roman", serif !important;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
}

/* Clases del theme (clave) */
.alt-font {
    font-family: 'Playfair Display', serif !important;
}

.main-font {
    font-family: "Cochin", "Times New Roman", serif !important;
}

/* Navegación (suele usar alt-font) */
.navbar-nav li a {
    font-family: 'Playfair Display', serif !important;
}

/* ==================================================
   SECCIÓN: POR QUÉ ISABELINA
   ================================================== */

.isabelina-section {
    background: #ffffff !important;
    padding: 110px 0 120px;
    overflow: hidden;
}

.isabelina-wrap {
    width: min(1500px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 70px;
}

/* Imagen */
.isabelina-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.isabelina-image img {
    width: 100%;
    max-width: 720px;
    height: auto;
    display: block;
}

/* Texto */
.isabelina-copy {
    max-width: 690px;
    text-align: left;
}

.isabelina-title {
    position: relative;
    display: inline-block;
    margin: 0 0 32px;
    padding-top: 62px;
}

/* “Por qué” */
.isabelina-script {
    position: absolute;
    top: 0;
    left: -12px;
    font-family: 'Switzerland', cursive !important;
    font-size: 72px;
    line-height: 1;
    font-weight: normal;
    color: #0c3b57 !important;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
}

/* ISABELINA */
.isabelina-name {
    display: block;
    font-family: 'Playfair Display', serif !important;
    font-size: 86px;
    line-height: 0.95;
    font-weight: 300;
    letter-spacing: 10px;
    color: #0c3b57 !important;
    letter-spacing: 2px;
    text-transform: none
    white-space: nowrap;
}

/* Párrafos */
.isabelina-text {
    max-width: 660px;
}

.isabelina-text p {
    font-family: "Cochin", "Times New Roman", serif !important;
    font-size: 24px !important;
    line-height: 1.28 !important;
    font-style: italic !important;
    font-weight: normal !important;
    color: #1f1f1f !important;
    margin: 0 0 22px;
}

/* Tablet */
@media (max-width: 1200px) {
    .isabelina-wrap {
        width: min(1180px, 92vw);
        column-gap: 50px;
    }

    .isabelina-image img {
        max-width: 620px;
    }

    .isabelina-name {
        font-size: 70px;
        letter-spacing: 8px;
    }

    .isabelina-script {
        font-size: 60px;
    }

    .isabelina-text p {
        font-size: 21px !important;
    }
}

/* Móvil / tablet vertical */
@media (max-width: 900px) {
    .isabelina-section {
        padding: 70px 0 90px;
    }

    .isabelina-wrap {
        display: block;
        width: min(720px, 90vw);
    }

    .isabelina-image {
        justify-content: center;
        margin-bottom: 45px;
    }

    .isabelina-image img {
        max-width: 100%;
    }

    .isabelina-copy {
        max-width: 100%;
        text-align: center;
    }

    .isabelina-title {
        padding-top: 54px;
        margin-bottom: 30px;
    }

    .isabelina-script {
        left: 50%;
        transform: translateX(-50%);
        font-size: 54px;
    }

    .isabelina-name {
        font-size: 56px;
        letter-spacing: 6px;
    }

    .isabelina-text {
        max-width: 100%;
        text-align: left;
    }

    .isabelina-text p {
        font-size: 23px !important;
        line-height: 1.38 !important;
    }
}

/* Móvil pequeño */
@media (max-width: 575px) {
    .isabelina-section {
        padding: 55px 0 75px;
    }

    .isabelina-wrap {
        width: 88vw;
    }

    .isabelina-title {
        padding-top: 48px;
    }

    .isabelina-script {
        font-size: 46px;
    }

    .isabelina-name {
        font-size: 42px;
        letter-spacing: 4px;
    }

    .isabelina-text p {
        font-size: 21px !important;
        line-height: 1.42 !important;



    }
}
/* === TÍTULO SERVICIOS === */

.titulo-servicios {
    font-size: 26px !important;
    letter-spacing: 8px !important;
    line-height: 1.4 !important;
    color: #0c3b57 !important;
    font-weight: 400 !important;
}

/* === SERVICIOS — AJUSTE MÓVIL === */

@media (max-width: 768px) {

    .titulo-servicios {
        font-size: 18px !important;
        letter-spacing: 4px !important;  /* reduce espacio */
        line-height: 1.2 !important;
        display: block;
        text-align: center;
    }

    /* Evita que se rompa en dos líneas raras */
    .titulo-servicios br {
        display: none;
    }

}


/* === HOVER SERVICIOS — COLOR CORPORATIVO === */

/* === HOVER SERVICIOS — VERSIÓN PRO LEGIBLE === */

/* Overlay */
.hover-content.bg-deep-pink {
    background-color: rgba(12, 59, 87, 0.6) !important; /* 60% */
    border-radius: 50%; /* 👈 hace el overlay circular */
}

/* Mostrar / ocultar */
.hover-content {
    opacity: 0;
    transition: all 0.35s ease;
}

.feature-box:hover .hover-content {
    opacity: 1;
}

/* Texto dentro del overlay */
.hover-content span,
.hover-content p {
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 1.4;
    text-align: center;
    max-width: 70%;
}

/* Si quieres aún más impacto */
.hover-content strong {
    font-size: 22px;
}

/* Zoom suave imagen */
.feature-box-image img {
    transition: transform 0.6s ease;
}

.feature-box:hover .feature-box-image img {
    transform: scale(1.05);
}

/* === CENTRADO PERFECTO TEXTO EN CÍRCULO === */

.hover-content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center;
    padding: 40px; /* aire interno */
}

/* Texto */
..hover-content span,
.hover-content p {
    max-width: 78%;
    margin: 0 auto;
    line-height: 1.6;
}


/* === TÍTULO PAULA ROSAS — MISMO NIVEL QUE ISABELINA === */

.titulo-paula {
    font-family: 'Playfair Display', serif !important;
    font-size: 92px;
    line-height: 0.9;
    font-weight: 300;
    letter-spacing: 2px;
    color: #2f2f2f; /* o tu gris corporativo */
    text-transform: none; /* 👈 clave: no todo en mayúsculas */
}

/* Responsive */
@media (max-width: 991px) {
    .titulo-paula {
        font-size: 56px;
    }
}

@media (max-width: 576px) {
    .titulo-paula {
        font-size: 38px;
    }
}
/* === SECCIÓN PAULA ROSAS === */

.paula-section {
    background-color: #f3f1ed;
    padding: 110px 0;
}

.paula-wrap {
    width: min(1500px, 92vw);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 80px;
}

/* Imagen izquierda */
.paula-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Texto derecha */
.paula-copy {
    max-width: 720px;
}

/* Título */
.paula-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 92px;
    line-height: 0.95;
    font-weight: 300;
    color: #4a4a4a;
    margin: 0 0 18px;
    text-transform: none;
}

/* Subtítulo */
.paula-subtitle {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #2d2d2d;
    margin-bottom: 38px;
}

/* Caja destacada */
.paula-intro {
    font-family: "Cochin", "Times New Roman", serif !important;
    font-size: 24px !important;
    line-height: 1.4;
    color: #1f1f1f;
    border: 1px solid #c8c8c8;
    padding: 18px 24px;
    margin-bottom: 28px;
    background: rgba(255,255,255,0.35);
}

/* Texto general */
.paula-text {
    font-family: "Cochin", "Times New Roman", serif !important;
    font-size: 24px !important;
    line-height: 1.55 !important;
    color: #1f1f1f;
    margin-bottom: 28px;
}

/* Lista */
.paula-list {
    display: grid;
    gap: 12px;
}

.paula-item {
    font-family: "Cochin", "Times New Roman", serif !important;
    font-size: 23px;
    color: #1f1f1f;
    border: 1px solid #c8c8c8;
    padding: 16px 24px;
    position: relative;
    background: rgba(255,255,255,0.35);
}

.paula-item::after {
    content: "›";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 42px;
    color: #9a9a9a;
}

/* Móvil */
@media (max-width: 900px) {
    .paula-section {
        padding: 70px 0;
    }

    .paula-wrap {
        display: block;
        width: 90vw;
    }

    .paula-image {
        margin-bottom: 45px;
    }

    .paula-title {
        font-size: 56px;
    }

    .paula-subtitle {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .paula-intro,
    .paula-text,
    .paula-item {
        font-size: 21px !important;
    }
}

/* === ACORDEÓN PAULA — PRO === */

/* === ACORDEÓN PAULA === */

.paula-accordion {
    margin-top: 34px;
}

.paula-item {
    border: 1px solid #d6d6d6;
    margin-bottom: 10px;
    background: rgba(255,255,255,0.35);
}

.paula-toggle {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 13px 22px;
    font-family: "Cochin", "Times New Roman", serif !important;
    font-size: 22px;
    line-height: 1.25;
    color: #1f1f1f;
    cursor: pointer;
    position: relative;
}

/* una sola flecha */
.paula-toggle::after {
    content: "›";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    line-height: 1;
    color: #9a9a9a;
    transition: transform 0.3s ease;
}

.paula-item.active .paula-toggle::after {
    transform: translateY(-50%) rotate(90deg);
}

.paula-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    font-family: "Cochin", "Times New Roman", serif !important;
    font-size: 20px;
    line-height: 1.55;
    color: #1f1f1f;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

.paula-item.active .paula-content {
    max-height: 320px;
    padding: 4px 22px 18px;
}

/* evita flechas duplicadas del theme */
.paula-item::after,
.paula-item a::after,
.paula-list .paula-item::after {
    content: none !important;
}


/* PORTFOLIO PAULA Y MOLES */


.portfolio-img img {
    width: 100%;
    height: auto;
    display: block;
}



/* === BOTÓN PORTFOLIO PAULA === */

.paula-cta {
    margin-top: 40px;
}

.btn-paula {
    display: inline-block;
    padding: 14px 32px;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0c3b57;
    border: 1px solid #0c3b57;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* hover elegante */
.btn-paula:hover {
    background-color: #0c3b57;
    color: #ffffff;
}
/* === INSTAGRAM PAULA === */

.paula-instagram {
    margin-top: 18px;
    text-align: left;
}

.paula-instagram a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #2f2f2f;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

/* icono */
.insta-icon {
    font-size: 22px;
    line-height: 1;
}

/* hover sutil */
.paula-instagram a:hover {
    opacity: 0.6;
}

.paula-instagram a {
    letter-spacing: 1px;
}
/* === SEPARACIÓN REAL ENTRE ARTISTAS === */

.paula-section {
    margin-bottom: 20px;
}

/* evita espacio extra en el último */
.paula-section:last-of-type {
    margin-bottom: 0;
}


/* === TÍTULO COLABORADORES === */

.titulo-servicios,
.titulo-testimonios,
.titulo-colaboradores-linea {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: "Playfair Display", serif;
    font-size: clamp(22px, 2.6vw, 36px);
    letter-spacing: 0.22em;
    color: #0c3b57;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
    overflow: visible;
}

/* móvil */
@media (max-width: 768px) {
    .titulo-colaboradores-linea {
        font-size: 18px;
        letter-spacing: 0.12em;
        white-space: normal;
    }
}
.titulo-colaboradores-linea {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}






/* === OVERLAY CORPORATIVO === */

.custom-overlay {
    background-color: rgba(12, 59, 87, 0.65) !important;
}

/* === CONTENIDO CENTRADO === */

.portfolio-hover-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

/* ICONO */
.portfolio-hover-content i {
    font-size: 34px;
    color: #ffffff;
    transition: transform 0.35s ease;
}

/* TEXTO */
.instagram-hover-text {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #ffffff;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.35s ease;
}

/* HOVER */
figure:hover .portfolio-hover-content i {
    transform: scale(1.4);
}

figure:hover .instagram-hover-text {
    opacity: 1;
    transform: translateY(0);
}

/* === NOMBRE ARTISTA — ESTILO EDITORIAL === */

.artist-name {
    font-family: "Playfair Display", serif;
    font-size: 48px;
    font-weight: 500;
    color: #2d2d2d;

    margin-top: 20px;
    margin-bottom: 10px;

    line-height: 1.1;
}

/* móvil */
@media (max-width: 768px) {
    .artist-name {
        font-size: 34px;
    }
}
/* === TEXTO BAJO FOTO CENTRADO === */

.team-member-position {
    text-align: center !important;
}

.team-member-position div,
.team-member-position h2 {
    text-align: center !important;
}
.team-block {
    text-align: center !important;
}



}
/* === COLABORADORES — CENTRADO Y PROPORCIÓN FINAL === */

.team-slider-section .swiper-wrapper,
.swiper-wrapper {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 42px;
}

.swiper-wrapper {
    justify-content: center !important;
}
}

/* móvil */
@media (max-width: 768px) {
    .team-slider-section .swiper-wrapper,
    .swiper-wrapper {
        display: block !important;
    }

    .team-slider-section .swiper-slide,
    .swiper-slide.team-block {
        width: 100% !important;
        max-width: 360px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 45px;
    }

    .team-image img {
        height: auto;
    }
}
/* === TITULO COLABORADORES === */

.titulo-servicios,
.titulo-testimonios,
.titulo-colaboradores-linea {
    font-family: 'Academy Engraved', serif !important;
    font-size: clamp(28px, 2.5vw, 36px) !important;

    letter-spacing: 0.12em;   /* ↓ menos separación */
    white-space: nowrap;      /* evita salto de línea */
    display: inline-block;
}
}
}
@media (max-width: 768px) {
    .titulo-servicios,
    .titulo-testimonios,
    .titulo-colaboradores-linea  {
        font-size: 20px;
        letter-spacing: 0.25em;
    }
}
.titulo-servicios,
.titulo-testimonios,
.titulo-colaboradores-linea  {
    font-family: 'Academy Engraved', serif !important;


/* === AJUSTE REAL COLABORADORES / TESTIMONIOS === */

#colaboradores {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}

#colaboradores .swiper-container {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

#colaboradores .swiper-wrapper {
    height: auto !important;
    margin-bottom: 0 !important;
}

#colaboradores .swiper-slide,
#colaboradores figure,
#colaboradores figcaption {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#colaboradores .swiper-pagination {
    display: none !important;
}

/* ESTRELLAS*/



.stars {
    display: block;
    margin-top: 8px;
}

.stars i {
    color: #e0a032 !important;
    font-size: 16px;
    margin: 0 2px;
}


/* === CONTACTO — VERSIÓN EDITORIAL LIMPIA === */

#contact {
    background: #ffffff !important;
}

#contact .alt-font,
#contact h5 {
    color: #0c3b57 !important;
}

#contact h5 {
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: none !important;
}

#contact input,
#contact textarea {
    background: #ffffff !important;
    border: 1px solid #d8d8d8 !important;
    color: #1f1f1f !important;
    font-family: "Cochin", "Times New Roman", serif !important;
    font-size: 22px !important;
}

#contact input::placeholder,
#contact textarea::placeholder {
    color: #777 !important;
}

#contact .btn {
    background: #0c3b57 !important;
    border-color: #0c3b57 !important;
    color: #ffffff !important;
    font-family: 'Playfair Display', serif !important;
    letter-spacing: 2px;
}

#contact .btn:hover {
    background: transparent !important;
    color: #0c3b57 !important;
}

//* === MAPA ISABELINA === */

.mapa-isabelina-section {
    background: #ffffff !important;
    padding: 90px 0 110px !important;
}

.mapa-isabelina-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.mapa-isabelina-title {
    text-align: center;
    margin-bottom: 45px;
}

.mapa-isabelina-title span {
    font-family: 'Playfair Display', serif !important;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0c3b57;
}

.mapa-isabelina-box {
    width: 100%;
    height: 440px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #d8d8d8;
    box-shadow: 0 16px 45px rgba(0,0,0,0.08);
}

.mapa-isabelina-box iframe {
    width: 100% !important;
    height: 100% !important;
    min-height: 440px !important;
    border: 0 !important;
    display: block !important;
}

@media (max-width: 768px) {
    .mapa-isabelina-section {
        padding: 60px 0 80px !important;
    }

    .mapa-isabelina-container {
        padding: 0 18px;
    }

    .mapa-isabelina-box {
        height: 340px;
    }

    .mapa-isabelina-box iframe {
        min-height: 340px !important;
    }
}


/* === PORTFOLIO ISABELINA LIMPIO === */

.portfolio-link {
    position: relative !important;
    display: block !important;
    overflow: hidden !important;
}

.portfolio-link img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    transition: transform 0.6s ease !important;
}

.portfolio-link:hover img {
    transform: scale(1.05);
}

/* overlay */
.portfolio-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.12);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 1;
}

/* lupa */
.portfolio-link::after {
    content: "⌕";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 42px;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

.portfolio-link:hover::before,
.portfolio-link:hover::after {
    opacity: 1;
}

/* eliminar restos del theme */
.portfolio-icon,
.portfolio-wrapper figcaption {
    display: none !important;
}

.grid-item figure {
    margin: 0 !important;
}



/* Al cargar, solo mostrar portadas */
.portfolio-portadas .grid-item:not(.todos) {
    display: none;
}


/* evitar cualquier parpadeo del grid */
.portfolio-wrapper.grid-loading {
    opacity: 1 !important;
}

/* QUIENES SOMOS */


.isabelina-section {
    padding: 70px 0 !important;
}

.isabelina-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 80px !important;
}

.isabelina-image {
    width: 50% !important;
    margin: 0 !important;
}

.isabelina-image img {
    width: 100% !important;
    display: block !important;
}

.isabelina-copy {
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.isabelina-title {
    margin: 25px 0 220px 0 !important;
    text-align: center !important;
}

.isabelina-name {
    display: block !important;
    margin: 0 !important;
}

.isabelina-text {
    margin: 0 !important;
}

.quienes-title {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    position: relative !important;
}

.quienes-title:before,
.quienes-title:after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    width: 22% !important;
    height: 1px !important;
    background: #d9e0e3 !important;
}

.quienes-title:before {
    left: 0 !important;
}

.quienes-title:after {
    right: 0 !important;



/* COLABORAN */

/* RESET FUERTE COLABORADORES */

#colaboradores .isabelina-colaboradores-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

#colaboradores .isabelina-colaborador-card {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#colaboradores .isabelina-colaborador-card figure {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

#colaboradores .isabelina-colaborador-card .team-image {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

#colaboradores .isabelina-colaborador-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

#colaboradores .isabelina-colaborador-card figcaption {
    text-align: center !important;
    padding: 18px 8px 0 !important;
}

#colaboradores .artist-name {
    font-size: 21px !important;
    line-height: 1.1 !important;
    margin: 0 0 15px !important;
}

#colaboradores .text-extra-small {
    font-size: 11px !important;
    line-height: 1.45 !important;
}

/* MÓVIL */

@media (max-width: 767px) {
    #colaboradores .isabelina-colaboradores-grid {
        grid-template-columns: 1fr !important;
        gap: 42px !important;
    }
}

