.ltn__img-slider-area {
	padding: 60px 0 20px 0;
}
.footer-logo .site-logo img {
	height: 140px;
	width: auto;
}

/****************** DETALLE DE SERVICIO ******************/
/****************** DETALLE DE SERVICIO ******************/
/****************** DETALLE DE SERVICIO ******************/
.seccionServicios {
    padding: 80px 0;
}
/* Typography */
.main-title, .section-subtitle, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #003366; /* Dark Blue for titles */
}

.main-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.sub-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #005A9C; /* Medium Blue */
}

.section-subtitle {
    font-size: 1.3rem;
    color: #005A9C;
    margin-bottom: 1rem;
}

.text-content {
    font-size: 1rem;
    color: #555;
}

.highlight {
    color: #FF9900; /* Orange for highlighted text */
}

.text-highlight-benefit {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #28a745; /* Bootstrap success green */
    font-size: 1.1rem;
}
.text-highlight-benefit i {
    margin-right: 8px;
}


/* Section Spacing */
#diseno-planos {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Hero Section Image */
#diseno-planos .img-fluid.rounded.shadow-lg {
    border: 5px solid #fff;
    transition: transform 0.3s ease-in-out;
}
#diseno-planos .img-fluid.rounded.shadow-lg:hover {
    transform: scale(1.03);
}

/* Info Cards */
.info-card {
    background-color: #ffffff;
    border: none;
    border-left: 5px solid #005A9C; /* Blue accent */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}
.info-card .card-body {
    padding: 25px;
}
.info-card .section-subtitle i {
    color: #005A9C;
}

/* RNE Alert */
.alert-info {
    background-color: #e6f3ff; /* Light blue */
    border-color: #b3d9ff;
    color: #003366;
}
.alert-info .alert-heading {
    color: #003366;
}


/* Investment Section */
.m2-icon {
    max-width: 80px;
    opacity: 0.8;
}
.price-display {
    font-family: 'Poppins', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: #FF9900; /* Orange price */
    margin-bottom: 0.5rem;
}
.price-detail {
    font-size: 1.2rem;
    font-weight: 400;
    color: #555;
}

/* Inclusions Card */
.inclusions-card {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,80,156,0.1);
}
.inclusions-card .card-body {
    padding: 30px;
}
.inclusions-list li {
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    color: #333;
    padding: 8px 0;
}
.inclusions-list i {
    color: #FF9900; /* Orange checkmarks */
    font-size: 1.1em;
}

/* Example Investment */
.example-investment {
    background-color: #e9ecef; /* Light gray */
    border: 1px dashed #005A9C;
}
.example-investment strong {
    color: #003366;
}

/* Plans Table */
.plans-table {
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
}
.plans-table thead.thead-dark th {
    background-color: #003366; /* Dark Blue header */
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.plans-table tbody tr:hover {
    background-color: #f0f8ff; /* Light blue on hover */
}
.plans-table td, .plans-table th {
    vertical-align: middle;
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404;
}
span.precio {
    font-size: 1.4rem;
    font-weight: 700;
}

/* Why Choose Us Section */
.why-choose-us {
    background-color: #ffffff; /* White background for contrast */
    border-radius: 10px;
    padding: 40px 20px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
.feature-box {
    padding: 20px;
    transition: all 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-10px);
}
.icon-circle {
    width: 70px;
    height: 70px;
    background-color: #FF9900; /* Orange */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 15px auto;
    box-shadow: 0 4px 10px rgba(255, 153, 0, 0.4);
}
.feature-box .section-subtitle {
    font-size: 1.1rem;
    color: #003366;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #003366 0%, #005A9C 100%); /* Gradient background */
    color: white;
    padding: 50px 30px !important; /* Added !important to override Bootstrap if needed */
}
.cta-section .main-title, .cta-section .highlight {
    color: white;
}
.cta-section .highlight {
    text-decoration: underline;
    text-decoration-color: #FF9900;
}
.cta-section .text-content {
    color: #e0e0e0; /* Lighter text for readability on dark background */
}
.btn-cta {
    background-color: #FF9900;
    border-color: #FF9900;
    color: #003366; /* Dark blue text on orange button */
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 12px 30px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}
.btn-cta:hover {
    background-color: #e68a00;
    border-color: #e68a00;
    color: #003366;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.textoSeccion {
    font-size: 16px;
    line-height: 27px;
    color: #000;
}
.form-control[type="file"] {
  overflow: hidden;
  padding: 20px;
}

/* BOTÓN WHATSAPP Y SCROLL TO TOP */
.whatsapp-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 90px;
    left: 30px;
    background-color: #51c14f;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(81, 193, 79, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(81, 193, 79, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(81, 193, 79, 0); }
}

/* Asegurar que los modales se vean correctamente */
.modal-backdrop {
    z-index: 1040;
}

.modal {
    z-index: 10500;
}

.modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.modal-content {
    border: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 1rem 1.5rem;
}

.modal-header .close {
    color: white;
    opacity: 0.8;
    font-size: 1.5rem;
    font-weight: 300;
}

.modal-header .close:hover {
    opacity: 1;
    color: white;
}

.modal-body {
    padding: 1.5rem;
    max-height: 60vh;
    overflow-y: auto;
    line-height: 1.6;
}

.modal-body h6 {
    color: #495057;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.modal-body p {
    margin-bottom: 1rem;
    text-align: justify;
}

.modal-footer {
    border-top: 1px solid #dee2e6;
    padding: 1rem 1.5rem;
}

.privacy-content h6,
.terms-content h6 {
  color: #495057;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.privacy-content p,
.terms-content p {
  text-align: justify;
  line-height: 1.6;
}

.form-check-label a {
  text-decoration: none;
}

.form-check-label a:hover {
  text-decoration: underline;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .main-title {
        font-size: 2rem;
    }
    .sub-title {
        font-size: 1.3rem;
    }
    .price-display {
        font-size: 2.5rem;
    }
    .inclusions-list li {
        font-size: 0.9rem;
    }
}

/**************** LICENCIAS MUNICIPALES *****************/
/**************** LICENCIAS MUNICIPALES *****************/
/**************** LICENCIAS MUNICIPALES *****************/
/* General Body Styles (assuming from previous example) */
body {
    font-family: 'Nunito', sans-serif;
    color: #4A4A4A;
    line-height: 1.7;
    background-color: #f8f9fa;
}

/* Typography (assuming from previous example) */
.main-title, .section-subtitle, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #003366; /* Dark Blue for titles */
}
.main-title { font-size: 2.5rem; margin-bottom: 0.5rem; }
.sub-title { font-family: 'Poppins', sans-serif; font-weight: 500; font-size: 1.5rem; color: #005A9C; }
.section-subtitle { font-size: 1.6rem; color: #005A9C; margin-bottom: 1rem; }
.text-content { font-size: 1.1rem; color: #555; }
.highlight { color: #FF9900; /* Orange */ }

/* Specific styles for Licencias Section */
#licencias-construccion {
    padding-top: 60px;
    padding-bottom: 60px;
}

.info-card-alt {
    background-color: #e6f3ff; /* Light blue background */
    border: 1px solid #b3d9ff;
    border-left: 5px solid #005A9C;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 8px;
}
.info-card-alt .card-body {
    padding: 25px;
}

.custom-list li {
    padding: 5px 0;
}
.custom-list li i {
    width: 20px; /* Align icons nicely */
}

.custom-list-numbered {
    padding-left: 20px; /* Indent ordered list */
}
.custom-list-numbered li {
    margin-bottom: 8px;
    color: #333;
}
.custom-list-numbered li::marker {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #005A9C;
}


.modalidad-card {
    background-color: #ffffff;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.modalidad-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 51, 102, 0.15) !important; /* Darker shadow on hover */
}
.modalidad-img {
    /* max-height: 250px; /* Adjust as needed */
    object-fit: contain; /* Or 'cover' depending on image aspect ratio */
    border-bottom: 1px solid #eee;
    background-color: #f8f9fa; /* Light bg for image container if transparent */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.card-title-modalidad {
    font-size: 1.5rem; /* Slightly larger for modality titles */
    color: #003366;
    border-bottom: 2px solid #FF9900;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.sub-section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
    color: #005A9C; /* Medium Blue */
    margin-bottom: 0.75rem;
}
.modalidad-card ul li i {
    color: #FF9900; /* Orange for icons in lists */
}

.advice-card {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #28a745; /* Green accent for advice */
    box-shadow: 0 3px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.advice-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.advice-card .card-body {
    padding: 25px;
}
.advice-card .section-subtitle i {
    color: #28a745;
}


/* CTA Section (can reuse from previous example if identical) */
.cta-section {
    background: linear-gradient(135deg, #003366 0%, #005A9C 100%);
    color: white;
    padding: 50px 30px !important;
    border-radius: 10px; /* Added for consistency */
}
.cta-section .main-title, .cta-section .highlight {
    color: white;
}
.cta-section .highlight {
    text-decoration: underline;
    text-decoration-color: #FF9900;
}
.cta-section .text-content {
    color: #e0e0e0;
}
.btn-cta {
    background-color: #FF9900;
    border-color: #FF9900;
    color: #003366;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 12px 30px;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}
.btn-cta:hover {
    background-color: #e68a00;
    border-color: #e68a00;
    color: #003366;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Responsive adjustments (can reuse from previous) */
@media (max-width: 768px) {
    .main-title { font-size: 2rem; }
    .sub-title { font-size: 1.3rem; }
    .card-title-modalidad { font-size: 1.3rem; }
}


/********************** LICENCIAS MUNICIPALES VERSION 2 *****************************/
/********************** LICENCIAS MUNICIPALES VERSION 2 *****************************/
/********************** LICENCIAS MUNICIPALES VERSION 2 *****************************/
/* Card visual para replicar las imágenes de Modalidad A y B */
.modalidad-visual-card {
    position: relative; /* Contexto para posicionamiento absoluto del círculo */
    padding-top: 50px; /* Espacio para que el círculo sobresalga */
    width: 100%;
    max-width: 500px; /* Ajusta según el tamaño deseado */
    margin-left: auto;
    margin-right: auto;
    background-color: #f0f0f0; /* Un color de fondo para la tarjeta completa si el contenido no la llena */
    border-radius: 25px; /* Redondeo general para la tarjeta contenedora */
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    overflow: hidden; /* Para que los bordes redondeados corten bien el contenido */
    display: flex; /* Para organizar la visual y el contenido adicional */
    flex-direction: column;
}

.modalidad-letter-circle {
    width: 100px; /* Tamaño del círculo */
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0; /* Lo posicionamos arriba */
    left: 50%;
    transform: translateX(-50%); /* Centrado horizontal */
    z-index: 2; /* Por encima del contenido */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    border: 4px solid white; /* Borde blanco como en la imagen */
}

.modalidad-letter {
    font-family: 'Poppins', sans-serif;
    font-size: 4em; /* Tamaño de la letra A/B */
    font-weight: 700;
    color: white;
}

.modalidad-content-box {
    background-color: white;
    padding: 80px 25px 25px 25px; /* Más padding arriba para no chocar con el círculo */
    border-radius: 25px; /* Redondeado del cuerpo blanco */
    text-align: center;
    position: relative;
    z-index: 1; /* Detrás del círculo, pero encima de la cola si fuera necesario */
    margin-left: 10px; /* Pequeño margen para que no pegue a los bordes de la visual-card */
    margin-right: 10px;
    margin-top: -20px; /* Para que se meta un poco debajo del círculo */
}

.modalidad-main-title-visual {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.5em; /* Ajusta según la imagen */
    margin-bottom: 15px;
    line-height: 1.3;
}

.modalidad-detail-text {
    font-family: 'Nunito', sans-serif;
    font-size: 0.95em;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}
.modalidad-detail-text strong {
    font-weight: 700;
    font-family: 'Poppins', sans-serif; /* O mantener Nunito si se prefiere */
}


.modalidad-detail-list {
    list-style: none;
    padding-left: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 1.1em; /* Más grande como en la imagen B */
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}
.modalidad-detail-list li {
    margin-bottom: 8px;
    font-weight: bold;
}
.modalidad-detail-list li::before {
    content: "•";
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -0.7em; /* Ajusta para alinear el punto */
    font-size: 1.2em;
}


.modalidad-approval-tail {
    padding: 25px 20px 20px 20px;
    text-align: center;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 0.9em;
    line-height: 1.5;
    border-radius: 0 0 25px 25px; /* Redondeo solo abajo */
    position: relative;
    margin-top: -25px; /* Para que se junte con el content-box, valor igual al border-radius de content-box */
    margin-left: 10px;
    margin-right: 10px;
    z-index: 0; /* Detrás del content-box */
}
.modalidad-approval-tail p {
    margin-bottom: 0;
    padding: 20px 0 0 0;
    color: #000;
}

/* Estilos específicos para Modalidad A */
.modalidad-a-style .modalidad-letter-circle {
    background-color: #6A8A2D; /* Verde oscuro del círculo A */
}
.modalidad-a-style .modalidad-main-title-visual {
    color: #58702A; /* Verde para el título */
}
.modalidad-a-style .modalidad-detail-text strong {
    color: #58702A;
}
.modalidad-a-style .modalidad-approval-tail {
    background-color: #8FBC8F; /* Verde más claro para la cola */
}


/* Estilos específicos para Modalidad B */
.modalidad-b-style .modalidad-letter-circle {
    background-color: #B8860B; /* Marrón/Ocre oscuro del círculo B */
}
.modalidad-b-style .modalidad-main-title-visual {
    color: #8B6914; /* Marrón/Ocre para el título */
}
.modalidad-b-style .modalidad-detail-list li::before {
    color: #8B6914;
}
.modalidad-b-style .modalidad-approval-tail {
    background-color: #D2B48C; /* Marrón/Tan más claro para la cola */
}

/* Estilos para el contenido original debajo de la réplica visual */
.original-content-below {
    background-color: #fff; /* O el color de fondo de tarjeta que uses */
    /* border-top: 1px solid #eee; /* Separador opcional */
    flex-grow: 1; /* Para que ocupe el espacio restante si es necesario */
    border-radius: 0 0 22px 22px; /* Redondear si es la última parte de la tarjeta visual */
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.original-content-below .section-subtitle {
    margin-top: 1rem;
}

/* Ajustes para el contenedor principal de la modalidad visual si solo tiene la réplica */
.modalidad-visual-card.only-visual {
    background-color: transparent; /* Si no hay contenido abajo, no necesita bg propio */
    box-shadow: none; /* La sombra la tendría el content-box y tail */
}
.modalidad-visual-card.only-visual .modalidad-content-box,
.modalidad-visual-card.only-visual .modalidad-approval-tail {
    margin-left: 0;
    margin-right: 0;
}
.modalidad-visual-card.only-visual .modalidad-content-box {
     box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.modalidad-visual-card.only-visual .modalidad-approval-tail {
     box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}


/* Sobrescribir estilos de card de Bootstrap si es necesario para el nuevo contenedor */
.col-lg-6 .modalidad-visual-card { /* Quitar estilos de .card si no se usa esa clase */
    /* border: none; */ /* Si modalidad-visual-card no es .card */
    /* box-shadow: none; */
}




/********************* CONSTRUCCION DE VIVIENDAS EN LIMA ****************************/
/********************* CONSTRUCCION DE VIVIENDAS EN LIMA ****************************/
/********************* CONSTRUCCION DE VIVIENDAS EN LIMA ****************************/
/********************* CONSTRUCCION DE VIVIENDAS EN LIMA ****************************/
#llave-en-mano {
    padding: 50px 0;
}
/* Reutilizar estilos de .main-title, .sub-title, .section-subtitle, .text-content, .highlight, .plans-table, .btn-cta */

#llave-en-mano .bg-light.rounded.shadow-sm { /* For benefits section */
    padding: 2rem 1.5rem;
}

#llave-en-mano .custom-list li {
    padding: 6px 0;
    display: flex; /* Align icon and text */
    align-items: flex-start;
}
#llave-en-mano .custom-list li i {
    margin-right: 10px;
    color: #005A9C; /* Medium blue for icons */
    margin-top: 4px; /* Align with text better */
    min-width: 20px; /* Ensure consistent spacing */
}

#llave-en-mano .check-list-inline li i {
    color: #FF9900; /* Orange for these checkmarks */
}

/* Amenities Icons */
.amenity-icon-item {
    margin-bottom: 20px;
    text-align: center;
}
.amenity-icon-item div {
    width: 100px;
    height: 100px;
    background-color: #003366; /* Dark Blue background */
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem; /* Icon size */
    margin: 0 auto 10px auto;
    transition: all 0.3s ease;
}
.amenity-icon-item div:hover {
    background-color: #FF9900; /* Orange on hover */
    transform: scale(1.1);
}
.amenity-icon-item span {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #333;
}

/* Table Enhancements (reusing .plans-table from previous examples) */
.plans-table th {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.plans-table td:first-child strong { /* For project type */
    font-family: 'Poppins', sans-serif;
    color: #003366;
}
.plans-table td:nth-child(2) { /* Price column */
    font-weight: 500;
    color: #28a745; /* Green for price, or use Orange #FF9900 */
}
.table-bordered { /* For the second table with example */
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}


/* Stages of Service */
.stage-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    text-align: center;
    height: 100%; /* For equal height cards */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}
.stage-number {
    width: 50px;
    height: 50px;
    background-color: #FF9900; /* Orange */
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    box-shadow: 0 2px 8px rgba(255,153,0,0.5);
}
.stage-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #003366; /* Dark Blue */
    margin-bottom: 10px;
}

/* Final CTA */
.final-cta-section .btn-success { /* WhatsApp button */
    background-color: #25D366;
    border-color: #25D366;
}
.final-cta-section .btn-success:hover {
    background-color: #1DAE54;
    border-color: #1DAE54;
}


/************************ CASAS DE PLAYA ***************************/
/************************ CASAS DE PLAYA ***************************/
/************************ CASAS DE PLAYA ***************************/
/************************ CASAS DE PLAYA ***************************/
#llave-en-mano-balnearios {
    padding: 60px 0;
}
/* Llave en Mano Balnearios Section Specifics */
#llave-en-mano-balnearios .custom-list li i {
    color: #0077B6; /* Un azul playero para los iconos de lista */
}

/* Enhancements for beach plans table */
.beach-plans-table ul {
    padding-left: 15px; /* Indent lists within table cells */
    text-align: left; /* Ensure list text is left-aligned */
}
.beach-plans-table ul li {
    margin-bottom: 5px;
    font-size: 1.1rem; /* Slightly smaller text for table details */
}
.beach-plans-table td:nth-child(2) { /* Price column */
    font-weight: 600;
    color: #0077B6; /* Azul playero para el precio */
    white-space: nowrap; /* Prevent price range from breaking line */
}

/* Adjustments for amenity icons if needed */
#llave-en-mano-balnearios .amenity-icon-item div {
    background-color: #0077B6; /* Azul playero */
}
#llave-en-mano-balnearios .amenity-icon-item div:hover {
    background-color: #FF9900; /* Naranja para hover, o un azul más claro */
}

/* CTA with Beach House Render */
#llave-en-mano-balnearios .cta-section {
    /* Puedes mantener el gradiente azul oscuro o cambiarlo a uno más playero si quieres */
    /* background: linear-gradient(135deg, #0077B6 0%, #00B4D8 100%); */
}
#llave-en-mano-balnearios .cta-section img {
    max-width: 100%; /* Asegurar que la imagen sea responsiva dentro del CTA */
}


.btn-ancho {
    width: 100% !important;
}

/********************** DETALLES PROYECTO *************************/
.detalles-proyecto h1 {
    font-size: 40px;
    font-weight: 700;
}
.contenidoSubseccion {
    color: #000;
}
.contenidoSubseccion h2 {
    font-size: 22px;
    color: #003366;;
}

@media (max-width: 575px) {
    .whatsapp-float {
        bottom: 30px;
    }
    .ltn__breadcrumb-area {
      background-color: var(--section-bg-1);
      margin-bottom: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
    }    
}


/*********************** SLIDER DETALLE PROYECTO ********************/
/*********************** SLIDER DETALLE PROYECTO ********************/
/*********************** SLIDER DETALLE PROYECTO ********************/
/*********************** SLIDER DETALLE PROYECTO ********************/
.owl-gallery-container {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.main-slider-wrapper-owl {
    position: relative;
    margin-bottom: 15px;
    border-radius: 6px;
    overflow: hidden; /* Para que los bordes redondeados del owl-stage funcionen bien */
}

.main-image-slider .item img {
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 6px; Si main-slider-wrapper-owl no tiene overflow:hidden */
}
.main-image-slider .item a {
    display: block;
    cursor: pointer;
}

/* Estilos para los controles de Owl Carousel */
.main-slider-wrapper-owl .owl-nav {
    margin-top: 0; /* Reset default margin */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none; /* Los botones individuales tendrán pointer-events: all */
}

.main-slider-wrapper-owl .owl-nav button.owl-prev,
.main-slider-wrapper-owl .owl-nav button.owl-next {
    background-color: rgba(0, 0, 0, 0.5) !important; /* Fondo negro semitransparente */
    width: 40px; /* Ajustar al contenido de la imagen */
    height: auto; /* Ajustar al contenido de la imagen */
    padding: 10px; /* Espacio alrededor de la imagen de flecha */
    margin: 0 !important; /* Reset de márgenes */
    border-radius: 0 !important; /* Sin bordes redondeados por defecto de Owl */
    opacity: 0.8 !important;
    transition: opacity 0.3s ease !important;
    pointer-events: all;
    display: flex; /* Para centrar la imagen si es necesario */
    align-items: center;
    justify-content: center;
}
.main-slider-wrapper-owl .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main-slider-wrapper-owl .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-slider-wrapper-owl .owl-nav button.owl-prev:hover,
.main-slider-wrapper-owl .owl-nav button.owl-next:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}

.main-slider-wrapper-owl .owl-nav button.owl-prev img,
.main-slider-wrapper-owl .owl-nav button.owl-next img {
    display: block;
    width: 40px; /* Ajusta el tamaño de tus imágenes de flecha */
    height: 60px;
}

/* Ocultar los dots de Owl Carousel si no se usan */
.main-slider-wrapper-owl .owl-dots {
    display: none;
}


/* Pager con Thumbnails */
.thumbnail-pager-owl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.thumbnail-pager-owl .thumb-item {
    display: block;
    border: 3px solid transparent; /* Más grueso para que se note el cambio */
    transition: border-color 0.3s ease;
    width: 100px;
    height: 65px;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

.thumbnail-pager-owl .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.thumbnail-pager-owl .thumb-item:hover img,
.thumbnail-pager-owl .thumb-item.active img {
    opacity: 1;
}

.thumbnail-pager-owl .thumb-item.active {
    border-color: #FF5A3C; /* Color fucsia para el borde activo, o el que prefieras */
}


/* Overlays en la imagen principal (simplificados) */
.slider-overlay {
    position: absolute;
    color: white;
    padding: 8px 12px;
    font-size: 14px;
    z-index: 5; /* Asegurar que esté sobre la imagen pero debajo de los controles de Owl */
}
.slider-overlay.top-left {
    top: 10px;
    left: 10px;
}
.z500-logo {
    background-color: rgba(0,0,0,0.6);
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 12px;
}
.slider-overlay.top-right {
    top: 10px;
    right: 10px;
}
.z500-banner {
    background-color: #E6007E; /* Color fucsia de ejemplo */
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: bold;
}
#casas-de-campo {
    padding: 60px 0;
}
.wraperFotogal {
    padding: 0;
    margin: 10px 0;
    border: 1px solid #003366;
}
.ltn__property-details-gallery {
    padding: 0 10px;
}
.ltn__blog-area {
    padding: 60px 0;
}
.ltn__page-details-area {
    padding: 60px 0;
}





