/*
 * Paradero de Ifach (web 252) — estética corporativa del logotipo oficial
 *
 * Rojo marca:   #D61F17  (acento / CTAs; del Peñón del logo)
 * Rojo profundo:#B01812  (hover / pressed)
 * Rojo suave:   #E84A42  (acentos secundarios)
 * Velo rojo:    #F8EDEB  (fondos tintados; nunca bloques grandes de rojo)
 * Tinta:        #1A1614  (titulares cerca del negro del logo)
 * Texto:        #3D3835  (cuerpo / navegación)
 * Atenuado:     #6B6560  (secundario)
 * Papel:        #FAF7F5  (fondo cálido, no blanco puro)
 * Niebla:       #F3EEEC  (superficies / hover)
 * Piedra:       #C4B8AE  (neutro cálido de apoyo)
 *
 * El rojo intenso se usa con contención (CTA, activo, filete); el negro
 * aporta jerarquía tipográfica; el blanco/papel da aire inmobiliario premium.
 */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

body {
    background-color: #FAF7F5;
    color: #3D3835;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    /* Hueco bajo la barra fija (altura real de la cabecera) */
    padding-top: 64px;
}

a {
    color: #D61F17;
    transition: color 0.2s ease;
}

a:hover,
a:focus {
    color: #B01812;
}

/*
 * Logo redondo: anclado arriba de la barra y sobresale por abajo
 * (estilo Benidorm Paraíso / web 184; sin margin negativo para no cortarlo).
 */
#top-left-logo {
    width: 88px;
    height: 88px;
    margin-top: 4px;
    border-radius: 50%;
    box-shadow: 0 2px 12px rgba(26, 22, 20, 0.18);
    position: relative;
    z-index: 10;
}

/* Contenedor del menú superior
 * Arriba: transparente; al hacer scroll navbar-scroll.js sube la opacidad hasta el blanco actual.
 * Importante: sin background-image (Bootstrap) y con el hero bajo la barra (ver #myCarousel).
 */
.navbar-inverse {
    background: transparent;
    background-color: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
    min-height: 64px;
    overflow: visible;
}

/* Menú móvil abierto: panel legible aunque la barra siga semi-transparente */
.navbar-inverse .navbar-collapse.in,
.navbar-inverse .navbar-collapse.collapsing {
    background-color: rgba(255, 255, 255, 0.97);
}

.navbar-header {
    padding-bottom: 0;
    overflow: visible;
}

.navbar-brand {
    height: 64px;
    padding-top: 0;
    padding-bottom: 0;
}

/* Escritorio/tablet: barra con altura fija; el logo puede sobresalir sin alargar el menú */
@media (min-width: 768px) {
    .navbar-inverse {
        height: 64px;
        min-height: 64px;
    }

    .navbar-header {
        height: 64px;
    }

    .navbar-inverse > .container {
        height: 64px;
        overflow: visible;
    }

    /* 15 + 34 + 15 = 64px → menú centrado verticalmente */
    .navbar-inverse .navbar-nav > li > a {
        line-height: 34px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #bs-example-navbar-collapse-1 {
        margin-top: 0;
    }
}

/* Opciones principales del menú superior */
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #D61F17;
    font-weight: 400;
}

.navbar-inverse .navbar-nav > li > a {
    color: #3D3835;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 34px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.navbar-inverse .navbar-nav > li > a .caret {
    border-top-color: #3D3835;
    border-bottom-color: #3D3835;
}

.dropdown-menu {
    border: 1px solid rgba(214, 31, 23, 0.12);
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(26, 22, 20, 0.12);
    padding: 8px 0;
}

.dropdown-menu > li > a {
    color: #3D3835;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 18px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #F3EEEC;
    color: #D61F17;
}

#rol-form-container .rol-date-picker,
#rol-form-container .location,
#rol-form-container .people {
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 17px;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #D61F17;
}

.navbar-inverse .navbar-nav > li > a:hover .caret,
.navbar-inverse .navbar-nav > li > a:focus .caret {
    border-top-color: #D61F17;
    border-bottom-color: #D61F17;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #D61F17;
    color: #fff;
    font-weight: 400;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse .navbar-toggle {
    background-color: #D61F17;
    border-color: #F5D4D1;
    border-radius: 4px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #B01812;
    border-color: #E84A42;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border: 0;
}

.navbar-right {
    margin-top: 0;
}

/* Textos de cabecera */
.page-header,
h1.page-header,
h2.page-header,
h3.page-header,
#custom-content-row h1,
#custom-content-row h2,
#custom-content-row h3,
.property-header,
#property-header-reference,
#property-header-price {
    color: #D61F17;
}

.page-header {
    border-bottom: 1px solid rgba(196, 140, 136, 0.45);
    color: #D61F17;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 28px 0 28px;
    padding-bottom: 14px;
}

/* Bloque intro home (antes de destacados) */
#custom-element-before-outstanding {
    margin-top: 36px;
    margin-bottom: 12px;
    padding: 0 15px;
}

#custom-element-before-outstanding .home-intro-box {
    background-color: #fff;
    border: 1px solid rgba(214, 31, 23, 0.18);
    border-radius: 8px;
    border-top: 3px solid #D61F17;
    box-shadow: 0 8px 28px rgba(26, 22, 20, 0.07);
    margin: 0 auto;
    max-width: 960px;
    padding: 36px 40px 40px;
    text-align: center;
}

#custom-element-before-outstanding .home-intro-title {
    color: #D61F17;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 0 0 18px;
}

#custom-element-before-outstanding .home-intro-separator {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 24px;
    max-width: 220px;
}

#custom-element-before-outstanding .home-intro-separator::before,
#custom-element-before-outstanding .home-intro-separator::after {
    background-color: rgba(214, 31, 23, 0.35);
    content: '';
    flex: 1;
    height: 1px;
}

#custom-element-before-outstanding .home-intro-separator span {
    background-color: #E84A42;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 8px;
    margin: 0 14px;
    width: 8px;
}

#custom-element-before-outstanding .home-intro-text {
    color: #3D3835;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}

#home-outstanding-header.page-header,
#home-outstanding-header,
#home-outstanding-header.home-outstanding-custom-header {
    border-bottom: none;
    color: #D61F17;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 28px 0 36px;
    text-align: center;
    text-transform: none;
}

/* Imágenes de los destacados principales en la home */
#img-home-outstanding {
    margin-bottom: -4px;
    transition: transform 0.45s ease, filter 0.45s ease;
}

#home-outstanding-items-row > .col-md-4 {
    margin-bottom: 36px;
}

/* Tarjetas destacados — composición estética sin cambiar funcionalidad */
#home-outstanding-items-row .home-outstanding-card {
    background-color: #fff;
    border: 1px solid rgba(26, 22, 20, 0.1);
    border-radius: 8px;
    box-shadow: 0 6px 22px rgba(26, 22, 20, 0.06);
    overflow: hidden;
    padding-bottom: 16px;
    position: relative;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

#home-outstanding-items-row .home-outstanding-card:hover {
    border-color: rgba(232, 74, 66, 0.4);
    box-shadow: 0 12px 32px rgba(26, 22, 20, 0.1);
    transform: translateY(-3px);
}

#home-outstanding-items-row .home-outstanding-card:hover #img-home-outstanding {
    filter: brightness(1.03);
    transform: scale(1.02);
}

#home-outstanding-items-row .home-outstanding-card > a {
    display: block;
    overflow: hidden;
    position: relative;
}

#home-outstanding-items-row .home-outstanding-card #img-home-outstanding,
#home-outstanding-items-row .home-outstanding-card [id^="img-home-outstanding"] {
    border-radius: 0;
    margin-bottom: 0;
}

/*
 * Escritorio: altura fija del marco de foto en destacados.
 * Importante: NO aplicar display/aspect-ratio a [id^=img-home-outstanding]
 * (el minicarousel usa ese prefijo en cada slide; display:block las apilaba).
 */
@media (min-width: 992px) {
    /* Caso sin minicarousel: <img id="img-home-outstanding"> */
    #home-outstanding-items-row .home-outstanding-card > a > img#img-home-outstanding {
        display: block;
        height: 260px;
        object-fit: cover;
        object-position: center center;
        width: 100%;
    }

    /* Caso con minicarousel: el <img.fill> oculto marca la altura del slide */
    #home-outstanding-items-row .home-outstanding-card .center-cropped {
        height: 260px;
        max-height: 260px;
        min-height: 260px;
    }

    #home-outstanding-items-row .home-outstanding-card .center-cropped > img.fill {
        height: 260px !important;
        max-height: 260px;
        width: 100%;
    }
}

#home-outstanding-items-row .home-outstanding-card #home-outstanding-bottom-1 {
    margin: 0;
}

#home-outstanding-items-row .home-outstanding-card #home-outstanding-bottom-2,
#home-outstanding-items-row .home-outstanding-card #home-outstanding-bottom-3,
#home-outstanding-items-row .home-outstanding-card #tourist-code-on-home {
    padding-left: 14px;
    padding-right: 14px;
}

#home-outstanding-items-row .home-outstanding-card #home-outstanding-bottom-2 {
    padding-top: 8px;
    padding-bottom: 0;
}

#home-outstanding-items-row .home-outstanding-card #home-outstanding-bottom-3 {
    background: linear-gradient(to bottom, rgba(26, 22, 20, 0.07), rgba(214, 31, 23, 0));
    border-top: 1px solid rgba(26, 22, 20, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    font-size: 32px;
    line-height: 1.15;
    margin: 10px 0 0;
    padding: 12px 14px 8px;
    text-align: center;
}

#home-outstanding-items-row .home-outstanding-card #home-outstanding-bottom-3 span {
    font-size: 15px;
}

#home-outstanding-items-row .home-outstanding-card #home-outstanding-bottom-3 .home-outstanding-price-consult {
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#home-outstanding-items-row .home-outstanding-card #home-outstanding-separator {
    display: none;
}

/* Bloque población del destacado */
#home-outstanding-bottom-1 {
    background-color: #D61F17;
    color: #fff;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    opacity: 1;
    padding: 10px 14px;
    text-align: left;
}

#home-outstanding-bottom-1 > span {
    font-size: 22px;
    font-weight: 400;
}

#home-outstanding-bottom-2 {
    color: #6B6560;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 16px;
    padding: 12px 10px;
}

#home-outstanding-bottom-2 table:first-child tr:first-child td:first-child {
    text-align: left;
}

#home-outstanding-bottom-2 table:first-child tr:first-child td:first-child span {
    color: #3D3835;
    font-size: 26px;
    font-weight: 400;
}

#home-outstanding-bottom-2 table:last-child tr:last-child td:last-child {
    text-align: right;
}

#home-outstanding-bottom-2 table:last-child tr:last-child td:last-child span {
    color: #3D3835;
    font-size: 26px;
    font-weight: 400;
}

#home-outstanding-bottom-3 {
    color: #D61F17;
    font-family: 'Rubik', 'Outfit', sans-serif;
    font-size: 32px;
    font-weight: 400;
    padding-right: 10px;
    text-align: center;
}

#home-outstanding-bottom-3 span {
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#home-outstanding-separator {
    border-color: rgba(196, 140, 136, 0.4);
    margin-bottom: 48px;
}

#home-outstanding-bottom-4 {
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
}

#home-outstanding-bottom-4 table:first-child tr:first-child td:first-child {
    text-align: left;
}

#home-outstanding-bottom-4 table:first-child tr:first-child td:first-child span {
    font-size: 28px;
}

#home-outstanding-bottom-4 table:last-child tr:last-child td:last-child {
    text-align: right;
}

#home-outstanding-bottom-4 table:last-child tr:last-child td:last-child span {
    font-size: 28px;
}

/* Breadcrumb y listados */
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

#list-format-button {
    color: #D61F17;
}

.list-property-bottom {
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    padding: 4px 14px 12px;
    text-align: left;
}

.list-2c-property-reference,
.list-3c-property-reference {
    background-color: #D61F17;
    color: #fff;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 12px 14px;
    text-align: left;
}

.list-property-bottom h5 {
    color: #6B6560;
    font-size: 14px;
    margin: 10px 0 4px;
}

.list-property-bottom h5 span {
    color: #1A1614;
    font-size: 20px;
    font-weight: 600;
}

.list-property-bottom h4 {
    color: #6B6560;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin: 6px 0 8px;
    text-align: left;
    text-transform: uppercase;
}

.list-property-bottom h4,
.list-property-bottom p,
.one-column-list-data h4,
.one-column-list-data p {
    color: #1A1614;
    font-size: 15px;
    text-align: left;
}

.list-property-bottom h4 {
    color: #6B6560;
    font-size: 12px;
}

.list-property-bottom p,
.one-column-list-data p,
#list-2c-description,
#list-3c-description {
    -webkit-box-orient: vertical;
    color: #6B6560;
    display: -webkit-box;
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 1.45;
    margin: 0 0 10px;
    overflow: hidden;
}

.list-property-bottom div,
.list-property-price {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 28px;
    font-weight: 500;
}

.list-property-price {
    background: linear-gradient(to bottom, rgba(26, 22, 20, 0.07), rgba(214, 31, 23, 0));
    border-top: 1px solid rgba(26, 22, 20, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    margin: 4px -14px -12px;
    padding: 12px 14px 14px;
    text-align: center;
}

.list-property-bottom span,
.list-property-price span {
    font-size: 14px;
    font-weight: 400;
}

.list-property-bottom a {
    color: #fff;
}

.two-column-list-separator,
.three-column-list-separator {
    display: none;
}

.one-column-list-data {
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    padding: 0;
}

.one-column-list-data h3,
.list-1c-property-reference {
    background-color: #D61F17;
    color: #fff;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    margin: 0;
    padding: 12px 14px;
}

.one-column-list-data h5 {
    color: #6B6560;
    font-size: 14px;
    margin: 12px 14px 4px;
}

.one-column-list-data h5 span {
    color: #1A1614;
    font-size: 20px;
    font-weight: 600;
}

.one-column-list-data h4 {
    color: #6B6560;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 6px 14px 8px;
    text-align: left;
    text-transform: uppercase;
}

.one-column-list-data p,
#list-1c-description {
    -webkit-box-orient: vertical;
    color: #6B6560;
    display: -webkit-box;
    font-size: 14px;
    -webkit-line-clamp: 4;
    line-height: 1.45;
    margin: 0 14px 10px;
    overflow: hidden;
}

.one-column-list-data .list-property-price {
    margin-bottom: -12px;
    margin-left: 0;
    margin-right: 0;
}

.one-column-list-data div:not(.list-property-price) {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 28px;
}

.one-column-list-data span {
    font-size: 14px;
}

.one-column-list-separator {
    display: none;
}

/* Listado 1 columna — card horizontal */
.list-property-card--1c {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.list-property-card--1c .list-property-card__media,
.list-property-card--1c .list-property-card__body {
    display: table-cell;
    vertical-align: top;
}

.list-property-card--1c .list-property-card__media {
    position: relative;
    width: 58%;
}

.list-property-card--1c .list-property-card__body {
    width: 42%;
}

.list-property-card--1c .list-property-card__media > a {
    display: block;
    overflow: hidden;
    position: relative;
}

.list-property-card--1c #img-list1c,
.list-property-card--1c .list-property-card__media > a > img {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .list-property-card--1c #img-list1c,
    .list-property-card--1c .list-property-card__media > a > img.img-responsive {
        height: 280px;
        object-fit: cover;
        object-position: center center;
    }

    .list-property-card--1c .center-cropped {
        height: 280px;
        max-height: 280px;
        min-height: 280px;
    }

    .list-property-card--1c .center-cropped > img.fill {
        height: 280px !important;
        max-height: 280px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .list-property-card--1c,
    .list-property-card--1c .list-property-card__media,
    .list-property-card--1c .list-property-card__body {
        display: block;
        width: 100%;
    }
}

/* Listado 4 columnas */
.list-4c-property-top {
    background: linear-gradient(to bottom, rgba(26, 22, 20, 0.07), rgba(214, 31, 23, 0));
    border-bottom: 1px solid rgba(26, 22, 20, 0.1);
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    padding: 8px 10px 6px;
}

.list-4c-property-top table {
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    width: 100%;
}

.list-4c-property-top td {
    color: #1A1614;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    vertical-align: middle;
}

.list-4c-property-top table:first-child tr:first-child td:last-child {
    color: #1A1614;
    font-size: 20px;
    text-align: right;
}

.list-4c-property-top table:first-child tr:first-child td:last-child span {
    font-size: 12px;
    font-weight: 400;
}

.list-4c-property-bottom {
    color: #6B6560;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 13px;
    padding: 10px 12px 12px;
    text-align: left;
}

.list-4c-property-bottom span {
    color: #1A1614;
    font-size: 16px;
    font-weight: 600;
}

.four-column-list-separator {
    display: none;
}

.list-property-card--4c #tourist-code-on-list4c {
    color: #C4B8AE;
    font-size: 11px;
    margin: 0;
    padding: 0 12px 10px;
}

/* -------------------------------------------------------------------------- */
/* Ficha de inmueble — paneles modernos (inspirado en web 184)                */
/* -------------------------------------------------------------------------- */

/* Paneles sutiles (cabecera / descripción / disponibilidad / tarifas) */
.pd-property-panel {
    background-color: #fff;
    border: 1px solid rgba(26, 22, 20, 0.1);
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(26, 22, 20, 0.06);
    margin-bottom: 22px;
    padding: 28px 32px 26px;
}

.pd-property-panel--meta {
    border-top: 3px solid #D61F17;
    margin-top: 20px;
    overflow: hidden;
}

.pd-property-panel--meta .property-subheader {
    padding-top: 6px;
}

.pd-property-panel--story {
    background: linear-gradient(165deg, #FAF7F5 0%, #F3EEEC 100%);
}

.pd-property-panel--story #property-slogan {
    margin-bottom: 18px;
}

.pd-property-panel--story #property-slogan h2 {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.35;
    margin: 0;
}

.pd-property-panel--story #property-description {
    margin: 0;
}

.pd-property-panel--story #property-slogan + #property-description {
    border-top: 1px solid rgba(214, 31, 23, 0.16);
    padding-top: 18px;
}

.pd-property-panel--story #property-description p:last-child {
    margin-bottom: 0;
}

/* Títulos de sección dentro de paneles */
.pd-section-header {
    margin-bottom: 22px;
    text-align: center;
}

.pd-section-title {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.25;
    margin: 0 0 12px;
    text-transform: none;
}

.pd-section-separator {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 140px;
}

.pd-section-separator::before,
.pd-section-separator::after {
    background-color: rgba(214, 31, 23, 0.28);
    content: '';
    flex: 1;
    height: 1px;
}

.pd-section-separator span {
    background-color: #E84A42;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 6px;
    margin: 0 10px;
    width: 6px;
}

/* Disponibilidad */
.pd-property-panel--availability .row {
    margin-left: -8px;
    margin-right: -8px;
}

.pd-property-panel--availability #property-calendar-scroller {
    background: #fff;
    border: 1px solid rgba(214, 31, 23, 0.16);
    border-radius: 6px;
}

.pd-property-panel--availability #property-calendar-legend {
    display: block;
    margin: 14px auto 0;
    max-width: 100%;
}

/* Tarifas en cards */
.pd-property-panel--prices .pd-property-prices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 0;
}

.pd-property-panel--prices .pd-price-card {
    background: #fff;
    border: 1px solid rgba(214, 31, 23, 0.16);
    border-radius: 6px;
    box-shadow: none;
    flex: 0 1 118px;
    margin: 0;
    max-width: 140px;
    min-width: 110px;
    overflow: visible;
    transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.pd-property-panel--prices .pd-price-card:hover {
    border-color: rgba(232, 74, 66, 0.55);
    box-shadow: 0 8px 20px rgba(26, 22, 20, 0.12);
}

.pd-property-panel--prices .pd-price-card-dates {
    background: linear-gradient(165deg, #FAF7F5 0%, #F3EEEC 100%);
    border-bottom: 1px solid rgba(214, 31, 23, 0.16);
    color: #3D3835;
    display: flex;
    flex-direction: column;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 13px;
    gap: 2px;
    letter-spacing: 0;
    line-height: 1.35;
    padding: 10px 8px;
    text-align: center;
}

.pd-property-panel--prices .pd-price-card-dates span {
    display: block;
    white-space: nowrap;
}

.pd-property-panel--prices .pd-price-card-amount {
    color: #D61F17;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 8px;
    text-align: center;
}

.pd-property-panel--prices .pd-price-amount {
    display: inline-block;
    white-space: nowrap;
}

.property-header {
    clear: both;
    color: #D61F17;
    float: none;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.35;
    margin-top: 0;
}

#property-header-reference {
    align-items: center;
    display: flex;
    float: none;
    flex-wrap: nowrap;
    font-size: 26px;
    gap: 10px;
    line-height: 1.35;
    width: auto;
}

.pd-property-panel--meta #property-header-reference > .favorite-icon.glyphicon {
    display: inline-block;
    flex-shrink: 0;
    font-size: 22px;
    height: 1em;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0 !important;
    transform: translateY(-0.08em);
    vertical-align: middle;
    width: 1em;
}

.pd-property-panel--meta #property-header-reference > .favorite-icon.glyphicon:before {
    display: block;
    line-height: 1;
}

.pd-property-panel--meta #property-header-reference > .pd-property-title-text {
    display: block;
    flex: 1 1 auto;
    line-height: 1.35;
    min-width: 0;
}

.pd-property-panel--meta .pd-property-price,
#property-header-price.pd-property-price {
    clear: both;
    color: #3D3835;
    float: none;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 10px 0 4px;
    text-align: left;
    width: auto;
}

.pd-property-price-label {
    color: #6B6560;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-right: 6px;
    text-transform: uppercase;
}

.pd-property-price-value {
    color: #D61F17;
    font-size: 24px;
    font-weight: 500;
}

.pd-property-price-currency {
    color: #D61F17;
    font-size: 16px;
    margin-left: 2px;
}

.property-header span {
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 15px;
}

.property-subheader {
    clear: both;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 17px;
}

#property-subheader-occupants {
    color: #6B6560;
    float: left;
}

#property-subheader-occupants span {
    color: #3D3835;
    font-size: 26px;
}

#property-subheader-location {
    color: #3D3835;
    float: right;
}

.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    margin-left: 15px;
}

.property-carousel-container {
    padding: 0;
}

.property-carousel-container > div {
    padding: 0;
}

.property-carousel-container > div > div > div > div > div {
    padding-left: 2px;
    padding-right: 2px;
}

#property-map-header {
    padding-left: 0;
    padding-right: 0;
}

/* El bloque de lat/long inferior ya no se usa en 252 */
#property-latitude-longitude-text {
    display: none;
}

/* Mapa en ficha: franja a toda la anchura */
.pd-property-map {
    margin: 0;
    padding: 8px 0 0;
    width: 100%;
}

.pd-property-map-header {
    box-sizing: border-box;
    margin-bottom: 16px;
    padding-left: 15px;
    padding-right: 15px;
}

.pd-property-map #property-map-header.pd-section-title {
    color: #1A1614;
    font-size: 22px;
    margin: 0 0 12px;
}

.pd-property-map .pd-map-coords {
    color: #6B6560;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin-left: 4px;
    white-space: nowrap;
}

.pd-property-map #property-map-canvas {
    border: 0;
    border-radius: 0;
    display: block;
    height: 420px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#property-description {
    color: #3D3835;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 17px;
    line-height: 1.65;
    max-height: none;
}

.property-feature-heading {
    background-color: #F3EEEC;
    color: #B01812;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.property-feature {
    color: #3D3835;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 17px;
}

/* Amenities modernas — sin accordion */
.pd-amenities {
    clear: both;
    margin: 8px 0 28px;
    padding: 0 2px;
}

.pd-amenities-header {
    margin-bottom: 26px;
    text-align: center;
}

.pd-amenities-title {
    color: #D61F17;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    margin: 0 0 14px;
    text-transform: none;
}

.pd-amenities-separator {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 180px;
}

.pd-amenities-separator::before,
.pd-amenities-separator::after {
    background-color: rgba(214, 31, 23, 0.28);
    content: '';
    flex: 1;
    height: 1px;
}

.pd-amenities-separator span {
    background-color: #E84A42;
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 7px;
    margin: 0 12px;
    width: 7px;
}

.pd-amenities-grid {
    column-fill: balance;
    column-gap: 18px;
    column-width: 280px;
}

.pd-amenity-card {
    background-color: #fff;
    border: 1px solid rgba(26, 22, 20, 0.1);
    border-radius: 8px;
    border-top: 3px solid #D61F17;
    box-shadow: 0 4px 16px rgba(26, 22, 20, 0.06);
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: inline-block;
    margin: 0 0 18px;
    padding: 20px 22px 14px;
    page-break-inside: avoid;
    transition: box-shadow 0.22s ease, border-color 0.22s ease;
    vertical-align: top;
    width: 100%;
}

.pd-amenity-card:hover {
    border-color: rgba(232, 74, 66, 0.45);
    box-shadow: 0 10px 28px rgba(26, 22, 20, 0.1);
}

.pd-amenity-card-title {
    border-bottom: 1px solid rgba(214, 31, 23, 0.16);
    color: #3D3835;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.03em;
    line-height: 1.3;
    margin: 0 0 14px;
    padding-bottom: 12px;
    text-transform: none;
}

.pd-amenity-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pd-amenity-item {
    align-items: flex-start;
    border: 0;
    color: #3D3835;
    display: flex;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 15px;
    gap: 10px;
    line-height: 1.45;
    margin: 0;
    padding: 8px 0;
}

.pd-amenity-item + .pd-amenity-item {
    border-top: 1px solid #F3EEEC;
}

.pd-amenity-icon {
    color: #D61F17;
    flex-shrink: 0;
    line-height: 0;
    margin-top: 2px;
}

.pd-amenity-item.is-negative .pd-amenity-icon {
    color: #c97878;
}

.pd-amenity-text {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pd-amenity-value {
    color: #6B6560;
    display: inline;
    font-weight: 400;
}

.pd-amenity-value::before {
    color: #D61F17;
    content: '·';
    display: inline-block;
    margin: 0 0.4em;
}

@media (max-width: 767px) {
    .pd-property-panel {
        padding: 22px 18px 20px;
    }

    .pd-property-panel--meta #property-header-reference {
        float: none;
        width: 100%;
    }

    .pd-property-panel--meta #property-header-price,
    .pd-property-panel--meta .pd-property-price {
        float: none;
        margin-top: 10px;
        width: 100%;
    }

    .pd-property-panel--meta #property-subheader-occupants,
    .pd-property-panel--meta #property-subheader-location {
        float: none;
        width: 100%;
    }

    .pd-property-panel--meta #property-subheader-location {
        margin-top: 8px;
    }

    .pd-property-panel--story #property-slogan h2 {
        font-size: 22px;
    }

    .pd-section-title {
        font-size: 20px;
    }

    .pd-property-map .pd-map-coords {
        display: block;
        font-size: 14px;
        margin: 6px 0 0;
        white-space: normal;
    }

    .pd-property-map #property-map-canvas {
        height: 320px;
    }

    .pd-amenities-title {
        font-size: 26px;
    }

    .pd-amenities-grid {
        column-count: 1;
        column-width: auto;
    }

    .pd-amenity-card {
        margin-bottom: 14px;
    }

    .pd-amenity-card:hover {
        box-shadow: 0 4px 16px rgba(26, 22, 20, 0.06);
    }
}

/* Pre-footer / mapas: a ancho completo y pegados al footer (sin franja del fondo) */
#pre-footer-container {
    padding-left: 0;
    padding-right: 0;
}

#pre-footer-container #home-map-canvas.panel-body {
    padding: 0;
}

#pre-footer-container:has(#home-map-canvas) + #footer-container,
#pre-footer-container:has(#rol-results-map-fullbleed) + #footer-container,
#pre-footer-container:has(.pd-property-map) + #footer-container,
body.has-rol-results-map-fullbleed #footer-container {
    margin-top: 0;
}

/* Footer — tinta del logo; filete rojo de marca (sin bloque rojo pleno) */
#footer-container {
    background: linear-gradient(175deg, #1A1614 0%, #141110 55%, #0E0C0B 100%);
    border-top: 3px solid #D61F17;
    color: #FAF7F5;
    margin-top: 40px;
    padding-top: 28px;
}

#footer-container a {
    color: rgba(250, 247, 245, 0.88);
    transition: color 0.2s ease, opacity 0.2s ease;
}

#footer-container a:hover {
    color: #E84A42;
    opacity: 1;
    text-decoration: none;
}

#footer-custom-icons {
    margin-top: 16px;
}

#footer-icon-mastercard {
    height: 80px;
}

#footer-icon-visa {
    height: 64px;
    margin-top: 4px;
}

.footer-link-list-header {
    color: #fff;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.03em;
    padding-bottom: 12px;
}

.footer-link-list li {
    border-left: none;
    padding-left: 0;
}

#footer-telephone {
    color: #fff;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
}

#footer-email a {
    color: rgba(250, 247, 245, 0.92);
}

#footer-socialicons {
    margin-top: 4px;
}

#footer-socialicons li {
    margin-right: 10px;
    vertical-align: middle;
}

#footer-socialicons a {
    color: #fff;
    display: inline-block;
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#footer-socialicons a:hover {
    opacity: 1;
    transform: translateY(-2px);
}

#footer-socialicons .footer-social-icon {
    border: 1.5px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    width: 40px;
}

#footer-socialicons .footer-social-icon--svg {
    line-height: 40px;
}

#footer-socialicons .footer-social-icon--svg svg {
    display: inline-block;
    vertical-align: -3px;
}

#footer-socialicons a:hover .footer-social-icon {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Registro EGVT (empresa gestora viviendas turísticas CV) */
#footer-container .footer-egvt {
    color: rgba(250, 247, 245, 0.78);
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 16px 0 0;
}

/* Aviso IA / fotos reales — pie discreto, legible en escritorio y móvil */
#footer-ai-notice {
    clear: both;
    margin-top: 8px;
    padding: 18px 12px 22px;
    border-top: 1px solid rgba(250, 247, 245, 0.28);
    text-align: center;
}

#footer-ai-notice .footer-ai-notice-text {
    margin: 0 auto;
    max-width: 820px;
    color: rgba(250, 247, 245, 0.88);
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.55;
}

@media (max-width: 767px) {
    #footer-ai-notice {
        margin-top: 4px;
        padding: 14px 8px 18px;
    }

    #footer-ai-notice .footer-ai-notice-text {
        font-size: 11px;
        line-height: 1.5;
    }
}

@media (max-width: 410px) {
    #footer-ai-notice .footer-ai-notice-text {
        font-size: 10.5px;
        line-height: 1.45;
    }
}

#search-box-button {
    color: #D61F17;
}

/* Formulario ROL / cabecera */
.header-rol-form-inner {
    background: #B01812 url('../../../img/custom/252/home-header-background.jpg') no-repeat center center;
    background-size: cover;
}

.form-control {
    border-color: rgba(214, 31, 23, 0.25);
    border-radius: 4px;
    box-shadow: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    border-color: #E84A42;
    box-shadow: 0 0 0 3px rgba(232, 74, 66, 0.18);
}

.form-control.rol-date-picker:hover {
    background: #fff url(../../../img/icons/svg/dark-grey-1/calendar.svg) 97% 5px no-repeat;
    background-size: 30px 30px;
    border: solid 1px #D61F17;
}

.form-control.people:hover {
    background: #fff url(../../../img/icons/svg/dark-grey-1/people.svg) 96% 7px no-repeat;
    background-size: 30px 30px;
    border: solid 1px #D61F17;
}

.form-control.location:hover {
    background: #fff url(../../../img/icons/svg/dark-grey-1/location.svg) right 5px no-repeat;
    background-size: 30px 30px;
    border: solid 1px #D61F17;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    background: #D61F17;
}

@media (min-width: 1025px) {
    header.carousel {
        min-height: 520px;
    }
}

/* Botones de marca — rojo corporativo */
#search-button,
.forsale-filters-button,
#send-contact,
.btn-primary {
    background-color: #D61F17;
    border-color: #D61F17;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(214, 31, 23, 0.22);
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: background-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

#search-button:hover,
.forsale-filters-button:hover,
#send-contact:hover,
.btn-primary:hover {
    background-color: #B01812;
    border-color: #B01812;
    box-shadow: 0 6px 18px rgba(176, 24, 18, 0.28);
    color: #fff;
}

/*
 * Resultados ROL: colores estándar del sistema (leyenda calendario-reservas)
 * Disponible #c8fb83 · Consultar/bajo petición #FFFF66 · Reservado #FF824E · Cerrado #5C5C5C
 */
.rol-btn-direct-booking,
.btn-direct-booking-on-map-marker {
    background-color: #c8fb83;
    border-color: #c8fb83;
    border-radius: 4px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: background-color 0.22s ease, color 0.22s ease;
}

.rol-btn-direct-booking:hover,
.btn-direct-booking-on-map-marker:hover {
    background-color: #b0e86a;
    border-color: #b0e86a;
    color: #222;
}

.rol-btn-request-booking,
.btn-request-booking-on-map-marker {
    background-color: #ffff66;
    border-color: #ffff66;
    border-radius: 4px;
    color: #4c4c4c;
    font-weight: 600;
    letter-spacing: 0.03em;
    transition: background-color 0.22s ease, color 0.22s ease;
}

.rol-btn-request-booking:hover,
.btn-request-booking-on-map-marker:hover {
    background-color: #e4e138;
    border-color: #e4e138;
    color: #4c4c4c;
}

.rol-btn-booked {
    background-color: #ff824e;
    border-color: #ff824e;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.rol-btn-booked:hover {
    background-color: #e56f3d;
    border-color: #e56f3d;
    color: #fff;
}

.rol-btn-closed {
    background-color: #5c5c5c;
    border-color: #5c5c5c;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.03em;
}

.rol-btn-closed:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}

#send-contact {
    border: none;
    padding-left: 22px;
    padding-right: 22px;
}

/* Mayúsculas necesarias para caracteres mal representados */
#home-outstanding-bottom-1,
#property-subheader-location,
.list-property-bottom > h4,
.one-column-list-data > h4,
.panel-title > .collapsed {
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(196, 140, 136, 0.4);
}

.leaflet-container h3 a {
    color: #D61F17 !important;
}

/* Precios promoción: el CSS base usa rojo genérico */
.rol-result-promotion-price,
.promotion-price-on-map-marker {
    color: #B01812;
}

body > .rol-form-inner {
    margin-top: 21px;
}

#custom-content-row {
    min-height: 60vh;
    padding-top: 28px;
}

/* Contenido CMS: más aire y tipografía mediterránea */
#custom-content-row img {
    border-radius: 6px;
    box-shadow: 0 8px 28px rgba(26, 22, 20, 0.08);
}

#custom-content-row p,
#custom-content-row li {
    color: #3D3835;
    font-size: 17px;
    line-height: 1.65;
}

#custom-content-row h1,
#custom-content-row h2,
#custom-content-row h3 {
    color: #D61F17;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-weight: 400;
}

/* Cookies GDPR */
.gdpr-cookie-notice-modal-footer-item,
.gdpr-cookie-notice-modal-cookie-state {
    color: #D61F17;
}

.gdpr-cookie-notice-modal-footer-item-btn,
.gdpr-cookie-notice-nav-item-btn {
    background: #D61F17;
    border-radius: 4px;
    color: #fff;
}

.gdpr-cookie-notice-settings-footer-container {
    background-color: #B01812;
    border: 1px solid #E84A42;
}

.gdpr-cookie-notice-modal-cookie-input:checked + .gdpr-cookie-notice-modal-cookie-input-switch {
    background: #D61F17;
    -webkit-box-shadow: inset 0 0 0 1px #D61F17;
    box-shadow: inset 0 0 0 1px #D61F17;
}

.gdpr-cookie-notice-nav-item-settings:hover,
.gdpr-cookie-notice-modal-footer-item-statement:hover {
    color: #B01812;
}

.gdpr-cookie-notice-nav-item-btn:hover,
.gdpr-cookie-notice-modal-footer-item-btn:hover {
    background-color: #B01812;
    color: #F8EDEB;
}

.carousel-indicators {
    top: 80px !important;
}

.carousel-indicators li {
    border-color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.carousel-indicators .active {
    background-color: #E84A42;
    border-color: #E84A42;
}

#favorite-counter {
    display: flex;
    align-items: center;
    height: 64px;
    padding-top: 0;
    padding-bottom: 0;
}

#favorite-counter-icon {
    padding-top: 0;
    line-height: 1;
    vertical-align: middle;
}

#top-search-box-container {
    top: 64px;
}

/* Formulario de reserva */
#booking-form-container .booking-form-section-title,
#property-search-formresults-container-header {
    background-color: #D61F17 !important;
}

#booking-form-container .color-btn-form,
#booking-form-container .color-btn-form-fixed {
    background-color: #D61F17 !important;
    border-radius: 4px;
}

#booking-form-container .color-btn-form:hover {
    background-color: #B01812 !important;
    color: #fff !important;
}

#booking-form-container .btn.disabled,
#booking-form-container .btn[disabled],
#booking-form-container fieldset[disabled] .btn {
    opacity: 0.35;
}

#booking-form-customer-details-adults i,
#booking-form-payments i {
    color: #D61F17 !important;
}

#booking-form-customer-details-fields .form-control:focus {
    border: 1px solid #E84A42 !important;
    box-shadow: 0 0 0 3px rgba(232, 74, 66, 0.18) !important;
}

.booking-form-section-title {
    background-color: #D61F17 !important;
}

.color-btn-form,
.color-btn-form-fixed {
    background-color: #D61F17 !important;
}

.color-btn-form:hover,
.color-btn-form-fixed:hover {
    background-color: #B01812 !important;
    color: #fff;
}

/* Cluster: logo Zeta80 + back-to-top (mismo tamaño, visibles al hacer scroll) */
#scroll-to-top-cluster {
    display: none;
    position: fixed;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    white-space: nowrap;
}

body.has-rol-results-map-fullbleed #scroll-to-top-cluster {
    z-index: 10000;
}

#scroll-to-top-cluster #scroll-to-top-button {
    display: inline-block !important;
    position: static !important;
    vertical-align: bottom;
    background-color: #fff !important;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(26, 22, 20, 0.12);
    color: #D61F17;
}

#zeta80-float-link {
    display: inline-block;
    vertical-align: bottom;
    width: 48px;
    height: 48px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #D61F17;
    box-shadow: 0 4px 16px rgba(26, 22, 20, 0.12);
    overflow: hidden;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#zeta80-float-link:hover,
#zeta80-float-link:focus {
    background-color: #B01812;
    box-shadow: 0 6px 18px rgba(176, 24, 18, 0.28);
    text-decoration: none;
}

#zeta80-float-link img {
    display: block;
    width: 48px;
    height: 48px;
    padding: 8px;
    box-sizing: border-box;
}

/* Paneles / alertas Bootstrap existentes */
.panel-default > .panel-heading {
    background-color: #F3EEEC;
    border-color: rgba(196, 140, 136, 0.55);
    color: #B01812;
}

.panel-default {
    border-color: rgba(214, 31, 23, 0.16);
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(26, 22, 20, 0.05);
}

.well {
    background-color: #F3EEEC;
    border: 1px solid rgba(196, 140, 136, 0.5);
    border-radius: 6px;
    box-shadow: none;
}

.alert-info {
    background-color: #F8EDEB;
    border-color: #F5D4D1;
    color: #B01812;
}

.alert-success {
    background-color: #EDF5F0;
    border-color: #6B6560;
    color: #3D5A48;
}

.label-primary,
.badge {
    background-color: #D61F17;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #D61F17;
    color: #B01812;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-color: #D61F17;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover {
    background-color: #D61F17;
    border-color: #D61F17;
}

.pagination > li > a,
.pagination > li > span {
    color: #D61F17;
}

/* Widgets clima / sol-mar si existen en la web */
body .cr-weather {
    --cr-weather-accent: #D61F17;
    --cr-weather-text: #3D3835;
    --cr-weather-muted: #6B6560;
    --cr-weather-line: rgba(214, 31, 23, 0.22);
    --cr-weather-bg: linear-gradient(165deg, #FAF7F5 0%, #F5EDEA 55%, #F3EEEC 100%);
}

body .cr-sunsea {
    --cr-sunsea-accent: #D61F17;
    --cr-sunsea-text: #3D3835;
}

/* Imágenes listados: ligera transición */
.img-portfolio,
.img-hover {
    transition: opacity 0.3s ease, box-shadow 0.3s ease;
}

a:hover .img-hover,
.img-hover:hover {
    opacity: 0.96;
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar > .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .nav > li > a {
        padding: 10px 5px;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #3D3835;
        font-size: 15px;
        font-weight: 400;
        line-height: 34px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #favorite-counter {
        padding-left: 0;
    }
}

@media (min-width: 641px) {
    #footer-email a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }

    #top-left-logo {
        width: 64px;
        height: 64px;
        margin-top: 4px;
    }

    .navbar-inverse {
        min-height: 56px;
        overflow: visible;
    }

    .navbar-brand {
        height: 56px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #F3EEEC;
        color: #B01812;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #3D3835;
        font-weight: 400;
        line-height: 20px;
    }

    .page-header,
    #home-outstanding-header {
        font-size: 26px;
    }

    #custom-element-before-outstanding .home-intro-box {
        padding: 28px 20px 30px;
    }

    #custom-element-before-outstanding .home-intro-title {
        font-size: 22px;
    }

    #custom-element-before-outstanding .home-intro-text {
        font-size: 15px;
        line-height: 1.65;
    }

    #home-outstanding-items-row .home-outstanding-card:hover {
        transform: none;
    }
}

@media (max-width: 640px) {
    #top-left-logo {
        width: 58px;
        height: 58px;
        margin-top: 4px;
    }

    #footer-telephone {
        font-size: 22px;
        white-space: nowrap;
    }

    #footer-email a {
        font-size: 15px;
    }
}

@media (max-width: 410px) {
    #top-left-logo {
        width: 52px;
        height: 52px;
        margin-top: 4px;
    }

    #footer-telephone {
        font-size: 19px;
        white-space: nowrap;
    }

    #footer-email a {
        font-size: 13px;
    }
}

@media (max-width: 350px) {
    #top-left-logo {
        width: 48px;
        height: 48px;
        margin-top: 4px;
    }

    #footer-telephone {
        font-size: 16px;
        white-space: nowrap;
    }

    #footer-email a {
        font-size: 11px;
    }
}

/* Menú: color marino suave, sin negrita (gana a Bootstrap / base) */
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #3D3835;
    font-weight: 400 !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #D61F17;
    font-weight: 400 !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    font-weight: 400 !important;
}

/* Corazón de favoritos: rojo (no el azul del menú) */
#favorite-counter-icon,
#favorite-counter-icon a,
#favorite-counter-icon i,
#favorite-counter-icon.fc-on {
    color: #E53935;
    font-weight: 400;
}

#favorite-counter-number {
    color: #E53935;
}

.navbar-inverse .navbar-nav > li > a .fa,
.navbar-inverse .navbar-nav > li > a .fas,
.navbar-inverse .navbar-nav > li > a .far {
    color: #3D3835;
    font-weight: 400;
}

/*
 * Menú sobre el hero (fondo transparente): legibilidad independiente del color de la foto.
 * Técnicas: scrim suave de contraste + tipografía clara + sombra multicapa.
 * Solo con .pdi-nav-over-media (JS: home + scroll bajo umbral).
 */
.navbar-inverse.pdi-nav-over-media::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(26, 22, 20, 0.45) 0%,
        rgba(26, 22, 20, 0.22) 55%,
        rgba(26, 22, 20, 0.05) 100%
    );
    pointer-events: none;
    z-index: 0;
}

.navbar-inverse.pdi-nav-over-media > .container {
    position: relative;
    z-index: 1;
}

.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a,
.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a:hover,
.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a:focus {
    color: #fff;
    text-shadow:
        0 1px 1px rgba(0, 0, 0, 0.35),
        0 0 14px rgba(0, 0, 0, 0.28);
}

.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a .caret,
.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a:hover .caret,
.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a .fa,
.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a .fas,
.navbar-inverse.pdi-nav-over-media .navbar-nav > li > a .far {
    color: #fff;
    text-shadow:
        0 1px 1px rgba(0, 0, 0, 0.35),
        0 0 14px rgba(0, 0, 0, 0.28);
}

/* Favoritos: mantienen rojo; la sombra evita que se pierdan en fotos cálidas */
.navbar-inverse.pdi-nav-over-media #favorite-counter-icon,
.navbar-inverse.pdi-nav-over-media #favorite-counter-icon a,
.navbar-inverse.pdi-nav-over-media #favorite-counter-icon i,
.navbar-inverse.pdi-nav-over-media #favorite-counter-icon.fc-on,
.navbar-inverse.pdi-nav-over-media #favorite-counter-number {
    text-shadow:
        0 0 2px rgba(255, 255, 255, 0.9),
        0 1px 3px rgba(0, 0, 0, 0.45);
}

/* Hamburguesa: contraste sobre fotos claras u oscuras */
.navbar-inverse.pdi-nav-over-media .navbar-toggle {
    background-color: rgba(26, 22, 20, 0.55);
    border-color: rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
}

.navbar-inverse.pdi-nav-over-media .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse.pdi-nav-over-media .navbar-toggle:focus,
.navbar-inverse.pdi-nav-over-media .navbar-toggle:hover {
    background-color: rgba(26, 22, 20, 0.72);
    border-color: #fff;
}

/* Open / dropdown trigger: sigue legible sobre el scrim */
.navbar-inverse.pdi-nav-over-media .navbar-nav > .open > a,
.navbar-inverse.pdi-nav-over-media .navbar-nav > .open > a:hover,
.navbar-inverse.pdi-nav-over-media .navbar-nav > .open > a:focus {
    background-color: rgba(214, 31, 23, 0.92);
    color: #fff;
    text-shadow: none;
}

/* Titulos y cabeceras: sin negrita (menos masa visual) */
.page-header,
h1.page-header,
h2.page-header,
h3.page-header,
#home-outstanding-header,
#home-outstanding-header.home-outstanding-custom-header,
#custom-element-before-outstanding .home-intro-title,
#custom-content-row h1,
#custom-content-row h2,
#custom-content-row h3,
.property-header,
.property-feature-heading,
.footer-link-list-header,
.one-column-list-data h3,
.one-column-list-data h4,
.list-property-bottom h4,
.list-2c-property-reference,
.list-3c-property-reference,
.list-4c-property-top,
.list-4c-property-top td,
.cr-sunsea-title,
.breadcrumb,
.panel-title,
.panel-default > .panel-heading {
    font-weight: 400 !important;
}

/*
 * Marca fija sobre el slider (mismo patron que benidormparaiso / web 184).
 * Centrada en la zona de imagen libre (altura menos solapamiento del formulario ROL).
 *
 * margin-top negativo: el hero queda bajo el menú fijo transparente.
 * Sin esto, detrás del nav solo se ve el padding del body (#FAF7F5 ≈ blanco).
 */
#myCarousel {
    margin-top: -64px;
    --home-slider-form-overlap: 85px;
}

#myCarousel .home-slider-brand {
    position: absolute;
    left: 0;
    right: 0;
    top: 64px; /* bajo la barra fija; el carousel empieza en -64px */
    bottom: var(--home-slider-form-overlap);
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 20px;
    pointer-events: none;
    text-align: center;
}

#myCarousel .home-slider-brand-text {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Didact Gothic', sans-serif;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: 0.22em;
    line-height: 1.15;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.18), 0 8px 28px rgba(0, 0, 0, 0.28);
    text-transform: none;
    white-space: nowrap;
}

/* Subtítulo del logo oficial — caps, más pequeño y abierto */
#myCarousel .home-slider-brand-sub {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.32em;
    line-height: 1.3;
    margin: 10px 0 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.22);
    text-transform: uppercase;
    white-space: nowrap;
}

#myCarousel .home-slider-brand-line {
    display: block;
    width: 56px;
    height: 1px;
    margin-top: 14px;
    background: linear-gradient(90deg, transparent, rgba(214, 31, 23, 0.95), transparent);
    opacity: 0.85;
}

#myCarousel.carousel-rolform-container-vertical {
    --home-slider-form-overlap: 0px;
}

@media (min-width: 1025px) {
    #myCarousel .home-slider-brand-text {
        font-size: 48px;
        letter-spacing: 0.26em;
    }

    #myCarousel .home-slider-brand-sub {
        font-size: 14px;
        letter-spacing: 0.36em;
        margin-top: 12px;
    }
}

@media (max-width: 1024px) {
    #myCarousel .home-slider-brand-text {
        font-size: 34px;
        letter-spacing: 0.18em;
    }

    #myCarousel .home-slider-brand-sub {
        font-size: 11px;
        letter-spacing: 0.28em;
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    #myCarousel {
        margin-top: -56px;
        --home-slider-form-overlap: 200px;
    }

    #myCarousel .home-slider-brand {
        top: 56px;
        padding: 0 14px;
    }

    #myCarousel .home-slider-brand-text {
        font-size: 22px;
        letter-spacing: 0.14em;
        white-space: normal;
    }

    #myCarousel .home-slider-brand-sub {
        font-size: 10px;
        letter-spacing: 0.2em;
        margin-top: 7px;
        white-space: normal;
    }

    #myCarousel .home-slider-brand-line {
        width: 40px;
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    #myCarousel .home-slider-brand-text {
        font-size: 18px;
        letter-spacing: 0.1em;
    }

    #myCarousel .home-slider-brand-sub {
        font-size: 9px;
        letter-spacing: 0.16em;
        margin-top: 6px;
    }
}

/* ==========================================================================
   Guías Calpe (Playas / Gastronomía / Rutas) + tarjetas home
   ========================================================================== */

.pdi-home-guides {
    background: linear-gradient(180deg, #FAF7F5 0%, #F5EDEA 48%, #FAF7F5 100%);
    border-top: 1px solid rgba(26, 22, 20, 0.1);
    margin: 0 -15px;
    padding: 48px 20px 56px;
}

.pdi-home-guides__head {
    margin: 0 auto 36px;
    max-width: 720px;
    text-align: center;
}

.pdi-home-guides__eyebrow {
    color: #E84A42;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pdi-home-guides__title {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0 0 12px;
}

.pdi-home-guides__lead {
    color: #8A827C;
    font-size: 17px;
    line-height: 1.55;
    margin: 0;
}

.pdi-home-guides__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    justify-content: center;
    margin: 0 auto;
    max-width: 1120px;
}

.pdi-home-guides__card {
    background: #fff;
    border: 1px solid rgba(26, 22, 20, 0.1);
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(26, 22, 20, 0.08);
    color: inherit;
    display: block;
    flex: 1 1 280px;
    max-width: 350px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pdi-home-guides__card:hover,
.pdi-home-guides__card:focus {
    box-shadow: 0 18px 40px rgba(176, 24, 18, 0.2);
    color: inherit;
    text-decoration: none;
    transform: translateY(-6px);
}

.pdi-home-guides__media {
    display: block;
    overflow: hidden;
    padding-top: 62%;
    position: relative;
}

.pdi-home-guides__media img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: transform 0.55s ease;
    width: 100%;
}

.pdi-home-guides__card:hover .pdi-home-guides__media img {
    transform: scale(1.05);
}

.pdi-home-guides__body {
    display: block;
    padding: 22px 22px 26px;
}

.pdi-home-guides__card-title {
    color: #1A1614;
    display: block;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 8px;
}

.pdi-home-guides__card-text {
    color: #8A827C;
    display: block;
    font-size: 15px;
    line-height: 1.55;
    margin-bottom: 14px;
}

.pdi-home-guides__card-cta {
    color: #B01812;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.pdi-home-guides__card-cta:after {
    content: ' →';
}

/* Páginas guía */
.pdi-guide {
    color: #3D3835;
    margin: 0 auto 48px;
    max-width: 980px;
    padding: 0 8px 24px;
}

.pdi-guide__hero {
    border-radius: 12px;
    margin-bottom: 36px;
    overflow: hidden;
    position: relative;
}

.pdi-guide__hero-img {
    display: block;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.pdi-guide__hero-copy {
    background: linear-gradient(180deg, rgba(176, 24, 18, 0.05) 0%, rgba(250, 247, 245, 0.96) 100%);
    padding: 28px 8px 8px;
    text-align: center;
}

.pdi-guide__eyebrow {
    color: #E84A42;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pdi-guide__hero h1 {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 14px;
}

.pdi-guide__lead {
    color: #8A827C;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 640px;
}

.pdi-guide__intro {
    margin: 0 auto 40px;
    max-width: 720px;
    text-align: center;
}

.pdi-guide__intro p {
    font-size: 18px;
    line-height: 1.7;
}

.pdi-guide__block {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 48px;
}

.pdi-guide__block--text-left .pdi-guide__text {
    order: 1;
}

.pdi-guide__block--text-left .pdi-guide__figure {
    order: 2;
}

.pdi-guide__block--text-right .pdi-guide__text {
    order: 2;
}

.pdi-guide__block--text-right .pdi-guide__figure {
    order: 1;
}

.pdi-guide__text,
.pdi-guide__figure {
    flex: 1 1 320px;
}

.pdi-guide__text h2 {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 14px;
}

.pdi-guide__text p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 14px;
}

.pdi-guide__tips {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdi-guide__tips li {
    border-left: 3px solid #E84A42;
    color: #6B6560;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
    padding: 4px 0 4px 12px;
}

.pdi-guide__figure {
    margin: 0;
}

.pdi-guide__figure img {
    border-radius: 10px;
    box-shadow: 0 14px 36px rgba(26, 22, 20, 0.16);
    display: block;
    width: 100%;
}

.pdi-guide__figure figcaption {
    color: #8A827C;
    font-size: 13px;
    font-style: italic;
    margin-top: 10px;
    text-align: center;
}

.pdi-guide__cta {
    background: linear-gradient(145deg, #F3EEEC 0%, #F0E4E2 100%);
    border: 1px solid rgba(214, 31, 23, 0.18);
    border-radius: 12px;
    margin-top: 16px;
    padding: 36px 28px;
    text-align: center;
}

.pdi-guide__cta h2 {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 10px;
}

.pdi-guide__cta p {
    color: #8A827C;
    font-size: 16px;
    margin: 0 auto 22px;
    max-width: 520px;
}

.pdi-guide__btn {
    background: #D61F17;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 12px 26px;
    text-decoration: none !important;
    transition: background 0.2s ease, transform 0.2s ease;
}

.pdi-guide__btn:hover,
.pdi-guide__btn:focus {
    background: #B01812;
    color: #fff !important;
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .pdi-home-guides {
        padding: 36px 12px 44px;
    }

    .pdi-home-guides__title {
        font-size: 28px;
    }

    .pdi-guide__hero h1 {
        font-size: 30px;
    }

    .pdi-guide__block--text-right .pdi-guide__text,
    .pdi-guide__block--text-right .pdi-guide__figure,
    .pdi-guide__block--text-left .pdi-guide__text,
    .pdi-guide__block--text-left .pdi-guide__figure {
        order: initial;
    }
}

/* --------------------------------------------------------------------------
 * Páginas institucionales: Quiénes somos + Contacto
 * Misma familia visual que .pdi-guide (rojo / tinta del logo).
 * -------------------------------------------------------------------------- */

.pdi-about,
.pdi-contact,
.pdi-owners {
    animation: pdi-page-fade 0.55s ease-out;
}

@keyframes pdi-page-fade {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pdi-about .pdi-guide__hero-img,
.pdi-contact .pdi-guide__hero-img {
    max-height: 360px;
}

.pdi-about__story {
    margin: 0 auto 36px;
    max-width: 720px;
}

.pdi-about__story p {
    font-size: 17px;
    line-height: 1.75;
    margin: 0 0 18px;
}

.pdi-about__panel {
    background: linear-gradient(145deg, #F3EEEC 0%, #F0E4E2 100%);
    border: 1px solid rgba(214, 31, 23, 0.18);
    border-radius: 12px;
    margin: 0 auto 40px;
    max-width: 820px;
    padding: 28px 30px 24px;
}

.pdi-about__panel h2 {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 12px;
}

.pdi-about__panel p {
    margin-bottom: 14px;
}

.pdi-about__closing {
    border-top: 1px solid rgba(214, 31, 23, 0.22);
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 8px auto 12px;
    max-width: 640px;
    padding-top: 28px;
    text-align: center;
}

.pdi-contact__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 0 auto 40px;
    max-width: 920px;
}

.pdi-contact__item {
    background: linear-gradient(165deg, #FAF7F5 0%, #F5EDEA 100%);
    border: 1px solid rgba(214, 31, 23, 0.16);
    border-radius: 12px;
    flex: 1 1 200px;
    padding: 22px 20px 20px;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.pdi-contact__item:hover {
    border-color: rgba(214, 31, 23, 0.4);
    box-shadow: 0 12px 28px rgba(26, 22, 20, 0.12);
    transform: translateY(-3px);
}

.pdi-contact__item-label {
    color: #E84A42;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.18em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pdi-contact__item-value {
    color: #3D3835;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.pdi-contact__item-value a {
    color: #D61F17;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pdi-contact__item-value a:hover,
.pdi-contact__item-value a:focus {
    color: #B01812;
    text-decoration: underline;
}

.pdi-contact__item--wide {
    flex: 1 1 100%;
}

.pdi-contact__form-wrap {
    background: #fff;
    border: 1px solid rgba(214, 31, 23, 0.18);
    border-radius: 12px;
    box-shadow: 0 10px 32px rgba(26, 22, 20, 0.07);
    margin: 0 auto 36px;
    max-width: 920px;
    padding: 28px 28px 12px;
}

.pdi-contact__form-wrap h2 {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 18px;
    text-align: center;
}

.pdi-contact__map {
    margin: 0 auto 24px;
    max-width: 920px;
}

.pdi-contact__map-title {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 14px;
    text-align: center;
}

.pdi-contact__map .panel {
    background: #fff;
    border: 1px solid rgba(214, 31, 23, 0.18);
    border-radius: 12px;
    box-shadow: 0 10px 32px rgba(26, 22, 20, 0.07);
    margin-bottom: 0;
    overflow: hidden;
}

.pdi-contact__map #general-map-canvas {
    border-radius: 12px 12px 0 0;
    min-height: 320px;
}

/* Logo en el popup del marker (logo.png es 512x512) */
#company-map-logo {
    display: block;
    height: auto;
    max-width: 160px;
    width: 100%;
}

.pdi-contact__map .panel-body + .panel-body {
    background: linear-gradient(180deg, #FAF7F5 0%, #F3EEEC 100%);
    color: #8A827C;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 767px) {
    .pdi-about__panel,
    .pdi-contact__form-wrap {
        padding: 22px 16px 14px;
    }

    .pdi-about__closing {
        font-size: 18px;
    }

    .pdi-contact__item {
        flex: 1 1 100%;
    }
}

/* --------------------------------------------------------------------------
 * Bloque RGPD del formulario de contacto (sustituye la tabla ISR)
 * -------------------------------------------------------------------------- */

.pdi-rgpd {
    background: linear-gradient(165deg, #FAF7F5 0%, #F5EDEA 55%, #F3EEEC 100%);
    border: 1px solid rgba(214, 31, 23, 0.18);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(26, 22, 20, 0.07);
    margin: 28px 0 8px;
    overflow: hidden;
    padding: 0;
}

.pdi-rgpd__header {
    background: linear-gradient(120deg, rgba(214, 31, 23, 0.12) 0%, rgba(250, 247, 245, 0.4) 100%);
    border-bottom: 1px solid rgba(214, 31, 23, 0.16);
    padding: 22px 24px 18px;
}

.pdi-rgpd__eyebrow {
    color: #E84A42;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.pdi-rgpd__title {
    color: #D61F17;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}

.pdi-rgpd__list {
    margin: 0;
    padding: 8px 0;
}

.pdi-rgpd__item {
    border-bottom: 1px solid rgba(214, 31, 23, 0.12);
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    padding: 16px 24px;
    transition: background-color 0.2s ease;
}

.pdi-rgpd__item:last-child {
    border-bottom: none;
}

.pdi-rgpd__item:hover {
    background-color: rgba(255, 255, 255, 0.55);
}

.pdi-rgpd__label {
    color: #E84A42;
    flex: 0 0 160px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    margin: 0;
    text-transform: uppercase;
}

.pdi-rgpd__value {
    color: #3D3835;
    flex: 1 1 240px;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.pdi-rgpd__value a {
    border-bottom: 1px solid rgba(214, 31, 23, 0.35);
    color: #D61F17 !important;
    font-weight: 600;
    text-decoration: none !important;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.pdi-rgpd__value a:hover,
.pdi-rgpd__value a:focus {
    color: #B01812;
    border-bottom-color: #B01812;
}

/* Fallback si no se pudo parsear la tabla ISR */
.pdi-rgpd--fallback {
    padding: 20px 24px;
}

.pdi-rgpd--fallback table {
    background: transparent !important;
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
}

.pdi-rgpd--fallback table td {
    border: none !important;
    border-bottom: 1px solid rgba(214, 31, 23, 0.12) !important;
    color: #3D3835;
    font-size: 15px;
    line-height: 1.6;
    padding: 14px 8px !important;
    vertical-align: top;
}

.pdi-rgpd--fallback table tr:last-child td {
    border-bottom: none !important;
}

.pdi-rgpd--fallback table td:first-child {
    color: #E84A42;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 160px;
}

.pdi-contact__form-wrap .pdi-rgpd {
    margin-left: -4px;
    margin-right: -4px;
}

@media (max-width: 767px) {
    .pdi-rgpd__header,
    .pdi-rgpd__item {
        padding-left: 18px;
        padding-right: 18px;
    }

    .pdi-rgpd__title {
        font-size: 16px;
    }

    .pdi-rgpd__label {
        flex: 1 1 100%;
    }

    .pdi-rgpd__value {
        flex: 1 1 100%;
    }
}

/* ==========================================================================
   Vídeo institucional (Quiénes somos) + Síguenos (Contacto)
   ========================================================================== */

.pdi-video {
    margin: 8px auto 48px;
    max-width: 820px;
    padding: 0 8px;
}

.pdi-video__head {
    margin: 0 auto 22px;
    max-width: 640px;
    text-align: center;
}

.pdi-video__eyebrow {
    color: #E84A42;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pdi-video__title {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
}

.pdi-video__lead {
    color: #8A827C;
    font-size: 16px;
    line-height: 1.55;
    margin: 0;
}

.pdi-video__frame {
    background: #1A1614;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(26, 22, 20, 0.14);
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.pdi-video__frame iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pdi-video__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
}

.pdi-video__btn {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(26, 22, 20, 0.12);
    border-radius: 999px;
    color: #1A1614 !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    letter-spacing: 0.04em;
    padding: 10px 18px;
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.pdi-video__btn:hover,
.pdi-video__btn:focus {
    border-color: rgba(214, 31, 23, 0.45);
    box-shadow: 0 8px 20px rgba(26, 22, 20, 0.08);
    color: #D61F17 !important;
    transform: translateY(-2px);
}

.pdi-video__btn .fab,
.pdi-video__btn .pdi-social-svg {
    color: #D61F17;
    display: inline-flex;
    line-height: 1;
}

.pdi-video__btn .pdi-social-svg svg {
    display: block;
}

.pdi-follow {
    background: linear-gradient(165deg, #FAF7F5 0%, #F5EDEA 100%);
    border: 1px solid rgba(214, 31, 23, 0.14);
    border-radius: 12px;
    margin: 0 auto 40px;
    max-width: 920px;
    padding: 28px 24px 30px;
    text-align: center;
}

.pdi-follow__eyebrow {
    color: #E84A42;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.2em;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.pdi-follow__title {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 8px;
}

.pdi-follow__lead {
    color: #8A827C;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 auto 22px;
    max-width: 520px;
}

.pdi-follow__list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdi-follow__list a {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(26, 22, 20, 0.1);
    border-radius: 10px;
    color: #3D3835 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 104px;
    padding: 16px 14px 14px;
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pdi-follow__list a:hover,
.pdi-follow__list a:focus {
    border-color: rgba(214, 31, 23, 0.4);
    box-shadow: 0 10px 24px rgba(26, 22, 20, 0.08);
    color: #1A1614 !important;
    transform: translateY(-3px);
}

.pdi-follow__icon {
    align-items: center;
    background: #1A1614;
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.pdi-follow__icon--svg svg {
    display: block;
}

.pdi-follow__name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .pdi-video__title {
        font-size: 24px;
    }

    .pdi-video__btn {
        flex: 1 1 180px;
        justify-content: center;
    }

    .pdi-follow {
        padding: 24px 16px 26px;
    }

    .pdi-follow__list a {
        flex: 1 1 40%;
        min-width: 0;
    }
}

/* ==========================================================================
   Propietarios — intro corporativa (fotos + texto) + formulario
   ========================================================================== */

.pdi-owners {
    margin-bottom: 8px;
    max-width: 1100px;
}

.pdi-owners__hero {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    margin: 0 0 12px;
}

.pdi-owners__photos {
    display: flex;
    flex: 1 1 320px;
    gap: 12px;
    max-width: 420px;
    min-height: 420px;
}

.pdi-owners__photo {
    flex: 1 1 0;
    margin: 0;
    overflow: hidden;
    border-radius: 4px;
}

.pdi-owners__photo img {
    display: block;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.pdi-owners__copy {
    color: #3D3835;
    flex: 1 1 320px;
    max-width: 520px;
    padding-top: 8px;
}

.pdi-owners__title {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    margin: 0 0 18px;
}

.pdi-owners__eyebrow {
    border-left: 3px solid #D61F17;
    color: #D61F17;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.14em;
    line-height: 1.45;
    margin: 0 0 22px;
    padding-left: 14px;
    text-transform: uppercase;
}

.pdi-owners__copy > p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 16px;
}

.pdi-owners__close {
    color: #1A1614;
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px !important;
}

.pdi-owners-form {
    background: linear-gradient(165deg, #FAF7F5 0%, #F5EDEA 100%);
    border: 1px solid rgba(214, 31, 23, 0.14);
    border-radius: 12px;
    margin: 28px auto 40px;
    max-width: 920px;
    padding: 28px 28px 32px;
}

.pdi-owners-form__title {
    color: #1A1614;
    font-family: 'Outfit', 'Didact Gothic', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 22px;
    text-align: center;
}

@media (max-width: 991px) {
    .pdi-owners__photos {
        max-width: none;
        min-height: 280px;
        width: 100%;
    }

    .pdi-owners__photo img {
        min-height: 280px;
    }

    .pdi-owners__copy {
        max-width: none;
    }

    .pdi-owners__title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .pdi-owners__hero {
        gap: 24px;
    }

    .pdi-owners__photos {
        min-height: 220px;
    }

    .pdi-owners__photo img {
        min-height: 220px;
    }

    .pdi-owners__title {
        font-size: 24px;
    }

    .pdi-owners-form {
        padding: 22px 16px 26px;
    }

    .pdi-owners-form__title {
        font-size: 18px;
    }
}

/* Tarjetas de listado — mismo lenguaje visual que destacados home */
.list-property-card.img-portfolio {
    background-color: #fff;
    border: 1px solid rgba(26, 22, 20, 0.1);
    border-radius: 8px;
    box-shadow: 0 6px 22px rgba(26, 22, 20, 0.06);
    margin-bottom: 28px;
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.list-property-card.img-portfolio:hover {
    border-color: rgba(214, 31, 23, 0.45);
    box-shadow: 0 12px 32px rgba(26, 22, 20, 0.1);
    transform: translateY(-3px);
}

.list-property-card.img-portfolio > a {
    display: block;
    overflow: hidden;
    position: relative;
}

.list-property-card.img-portfolio > a > img,
.list-property-card.img-portfolio #img-list2c,
.list-property-card.img-portfolio #img-list3c {
    border-radius: 0;
    margin-bottom: 0;
    transition: transform 0.35s ease, filter 0.35s ease;
    width: 100%;
}

.list-property-card.img-portfolio:hover > a > img,
.list-property-card.img-portfolio:hover #img-list2c,
.list-property-card.img-portfolio:hover #img-list3c,
.list-property-card.img-portfolio:hover #img-list4c {
    filter: brightness(1.03);
    transform: scale(1.02);
}

@media (min-width: 992px) {
    .list-property-card.img-portfolio > a > img#img-list2c,
    .list-property-card.img-portfolio > a > img#img-list3c,
    .list-property-card.img-portfolio > a > img#img-list4c,
    .list-property-card.img-portfolio > a > img.img-responsive {
        display: block;
        height: 240px;
        object-fit: cover;
        object-position: center center;
        width: 100%;
    }

    .list-property-card--4c.img-portfolio > a > img#img-list4c,
    .list-property-card--4c.img-portfolio > a > img.img-responsive {
        height: 180px;
    }

    .list-property-card.img-portfolio .center-cropped {
        height: 240px;
        max-height: 240px;
        min-height: 240px;
    }

    .list-property-card.img-portfolio .center-cropped > img.fill {
        height: 240px !important;
        max-height: 240px;
        width: 100%;
    }
}

/* Imágenes listados: ligera transición */
.img-hover {
    transition: opacity 0.3s ease, box-shadow 0.3s ease, transform 0.35s ease, filter 0.35s ease;
}

a:hover .img-hover,
.img-hover:hover {
    opacity: 0.98;
}
