#slides {
    max-height: 700px;
}
.home-inner { 
    max-height: 700px;
}
.bot1-wrapper, .bot2-wrapper, .bot3-wrapper {display:none;}
.logo-2025 img {
    max-width: 180px;
    position: absolute;
    right: 0px;
}
.titulo-arriendo-departamentos{
    display: flex;
    width: 100%;
}
.titulo-arriendo-departamentos .title1 {
    text-transform: none;
    text-align: left!important;
    font-weight: normal!important;
    font-size: 50px!important;
}
.titulo-arriendo-departamentos .title2 {
    color: black!important;
    font-size: 24px!important;
}
.titulo-arriendo-departamentos .columna-2 {
    flex-grow: 1;
    text-align: right;
}
.titulo-arriendo-departamentos .columna-2 a {
    background-color: #7BB44B;
    color: white;
    text-decoration: none;
    border-radius: 10px;padding: 10px 30px;
}
.titulo-arriendo-departamentos .columna-2 a:hover {
    background-color: #006599;
    color: white;
}
#rooms2 .container {max-width:90%!important;}
#arriedodepartamentos .container {max-width:100%!important;}
.logo-2025 {
    position: relative;
    width: 200px;
}
.header-home {
    display: flex;
    background-color: white !important;
    justify-content: center;
}
.header-home .container { 
    padding-right: 0px!important;
    padding-left: 0px!important; 
}
.top-wrapper-dark .header-home a.dropdown-toggle span {
    background-color: #006599;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}
.dropdown-toggle span::after {
    content: "\f078";
    font-family: "FontAwesome";
    border: none;
    margin-left: 0;
    font-size: 10px;
    vertical-align: top;
    width: auto;
    padding-left: 3px;
    opacity: 1;
}
.dropdown-toggle::after {
    opacity: 0;
    display: none!important;
}
.top-wrapper-dark .header-home .navbar_ .navbar-nav > li > .nav-link {
    color: #000 !important; font-size: 16px;
}
.top-wrapper-dark .header-home a.dropdown-toggle {
    color: #000;
}
.top-wrapper-dark .header-home .search-open {
    color: #fff;
    background-color: #7cb44c;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-size: 20px;
}
.slide-text img {
    display: none !important;
}
.slide-buttons-wrapper {
    display: none;
}
#slides_wrapper {
    max-width: 95%;
    margin: 0px auto;
}
.slide-text h1{
    font-weight: bold;
    color: white;
    max-width: 70%;
    margin: 0px auto;
    font-size: 50px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
}
.slide-text h2{
    color: white;
    font-size: 30px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .8);
}

.slide-text a {
    background-color: #7BB44B;
    color: white;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
}
.slide-text a:hover {
    background-color: #006599;
    color: white;
}
html body .booking-wrapper {
    position: relative; 
    bottom: auto; 
}
html body .booking-wrapper .container {
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    margin-top: -43px;
    max-width: 90%;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}
html body .booking-wrapper .booking-inner { 
	box-shadow: none; 
}
.top-wrapper-dark .header-home a.dropdown-toggle span:hover {
    background-color: #7BB44B;
    }
html body .slide-text-wrapper { 
    top: 65%; 
}
/* ============================================
   CARRUSEL DE DEPARTAMENTOS - INICIO
   ============================================ */

#arriedodepartamentos {
    padding: 60px 0; 
}

#arriedodepartamentos .title1 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

#arriedodepartamentos .title2 {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    background:none!important;
}

.departamentos-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 50px; /* Espacio para las flechas */
}

.departamentos-carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.departamento-item {
    flex: 0 0 calc(25% - 15px); /* 4 columnas por fila */
    min-width: 280px;
    width: calc(25% - 15px);
    box-sizing: border-box;min-height: 400px;
}

/* Flechas de navegación */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(123, 180, 75, 0.9);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-arrow:hover {
    background: rgba(123, 180, 75, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.carousel-arrow-left {
    left: 0;
}

.carousel-arrow-right {
    right: 0;
}

.carousel-arrow:disabled {
    background: rgba(200, 200, 200, 0.5);
    cursor: not-allowed;
    transform: translateY(-50%);
}

.carousel-arrow:disabled:hover {
    background: rgba(200, 200, 200, 0.5);
    transform: translateY(-50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.departamento-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;    border-radius: 0px;
}

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

.departamento-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    flex: 1;
}

.departamento-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

/* Overlay para el efecto hover */
.departamento-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 100px 30px;
    box-sizing: border-box;
}

.departamento-card:hover .departamento-hover-overlay {
    opacity: 1;
}

.departamento-card:hover .departamento-image img {
    filter: brightness(0.4);
}

/* Información que aparece en el hover */
.departamento-hover-info {
    text-align: center;
    margin-bottom: 20px;
}

.hover-linea,
.hover-edificio,
.hover-capacidad {
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.hover-linea {
    font-size: 18px;
    font-weight: 600;
}

/* Botón Cotizar */
.departamento-hover-button {
    margin-top: auto;
}

.btn-cotizar {
    background-color: #7BB44B;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(123, 180, 75, 0.3);
}

.btn-cotizar:hover {
    background-color: #6a9e3f;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(123, 180, 75, 0.4);
    color: white;
    text-decoration: none;
}


/* Responsive */
@media (max-width: 1200px) {
    .departamento-item {
        flex: 0 0 calc(33.333% - 14px); /* 3 columnas en pantallas medianas */
        width: calc(33.333% - 14px);
    }
    
    .departamentos-carousel-container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    .departamento-item {
        flex: 0 0 calc(50% - 10px); /* 2 columnas en móviles */
        min-width: 250px;
        width: calc(50% - 10px);
    }
    
    .departamentos-carousel-track {
        gap: 15px;
    }
    
    .departamentos-carousel-container {
        padding: 0 35px;
    }
    
    .carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    #arriedodepartamentos .title1 {
        font-size: 28px;
    }
    
    #arriedodepartamentos .title2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .departamento-item {
        flex: 0 0 calc(100% - 10px); /* 1 columna en móviles pequeños */
        min-width: 200px;
        width: calc(100% - 10px);
    }
    
    .departamentos-carousel-container {
        padding: 0 30px;
    }
    
    .carousel-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    /* Ajustes para hover en móviles */
    .departamento-hover-overlay {
        padding: 15px;
    }
    
    .hover-linea,
    .hover-edificio,
    .hover-capacidad {
        font-size: 14px;
    }
    
    .hover-linea {
        font-size: 16px;
    }
    
    .btn-cotizar {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* ============================================
   CARRUSEL DE DEPARTAMENTOS - FIN
   ============================================ */

/* ============================================
   CARRUSEL DE VENTA DE DEPARTAMENTOS - INICIO
   ============================================ */

#ventadepartamentos {
    padding: 60px 0; 
}

#ventadepartamentos .title1 {
    text-align: left;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

#ventadepartamentos .title2 {
    text-align: left;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    background: none !important;
}

.titulo-venta-departamentos{
    display: flex;
    width: 100%;
}

.titulo-venta-departamentos .title1 {
    text-transform: none;
    text-align: left!important;
    font-weight: normal!important;
    font-size: 50px!important;
}
#mis-actividades .container {
    max-width: 100% !important;
}
.titulo-venta-departamentos .title2 {
    color: black !important;
    font-size: 24px !important;
    text-align: left;
    background: none !important;
}

.titulo-venta-departamentos .columna-2 {
    flex-grow: 1;
    text-align: right;
}

.titulo-venta-departamentos .columna-2 a {
    background-color: #006599;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 30px;
}

.titulo-venta-departamentos .columna-2 a:hover {
    background-color: #7BB44B;
    color: white;
}

#ventadepartamentos .container {max-width:100%!important;}

/* Flechas de navegación para venta - Color #006599 */
#ventadepartamentos .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 101, 153, 0.9);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 101, 153, 0.2);
}

#ventadepartamentos .carousel-arrow:hover {
    background: rgba(0, 101, 153, 1);
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 101, 153, 0.3);
}

#ventadepartamentos .carousel-arrow-left {
    left: 0;
}

#ventadepartamentos .carousel-arrow-right {
    right: 0;
}

#ventadepartamentos .carousel-arrow:disabled {
    background: rgba(200, 200, 200, 0.5);
    cursor: not-allowed;
    transform: translateY(-50%);
}

#ventadepartamentos .carousel-arrow:disabled:hover {
    background: rgba(200, 200, 200, 0.5);
    transform: translateY(-50%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Botón Cotizar para venta - Color #006599 */
#ventadepartamentos .btn-cotizar {
    background-color: #006599;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 101, 153, 0.3);
}

#ventadepartamentos .btn-cotizar:hover {
    background-color: #004d73;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 101, 153, 0.4);
    color: white;
    text-decoration: none;
}

/* Responsive para carrusel de venta */
@media (max-width: 1200px) {
    #ventadepartamentos .departamento-item {
        flex: 0 0 calc(33.333% - 14px); /* 3 columnas en pantallas medianas */
        width: calc(33.333% - 14px);
    }
    
    #ventadepartamentos .departamentos-carousel-container {
        padding: 0 40px;
    }
}

@media (max-width: 768px) {
    #ventadepartamentos .departamento-item {
        flex: 0 0 calc(50% - 10px); /* 2 columnas en móviles */
        min-width: 250px;
        width: calc(50% - 10px);
    }
    
    #ventadepartamentos .departamentos-carousel-track {
        gap: 15px;
    }
    
    #ventadepartamentos .departamentos-carousel-container {
        padding: 0 35px;
    }
    
    #ventadepartamentos .carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    
    #ventadepartamentos .title1 {
        font-size: 28px;
    }
    
    #ventadepartamentos .title2 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    #ventadepartamentos .departamento-item {
        flex: 0 0 calc(100% - 10px); /* 1 columna en móviles pequeños */
        min-width: 200px;
        width: calc(100% - 10px);
    }
    
    #ventadepartamentos .departamentos-carousel-container {
        padding: 0 30px;
    }
    
    #ventadepartamentos .carousel-arrow {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    /* Ajustes para hover en móviles */
    #ventadepartamentos .departamento-hover-overlay {
        padding: 15px;
    }
    
    #ventadepartamentos .hover-linea,
    #ventadepartamentos .hover-edificio,
    #ventadepartamentos .hover-capacidad {
        font-size: 14px;
    }
    
    #ventadepartamentos .hover-linea {
        font-size: 16px;
    }
    
    #ventadepartamentos .btn-cotizar {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* ============================================
   CARRUSEL DE VENTA DE DEPARTAMENTOS - FIN
   ============================================ */

/* ============================================
   ESTILOS PARA ACTIVIDADES - INICIO
   ============================================ */

/* Botones de actividades en best-places */
.btn-actividad:hover {
    background-color: #004d73 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 101, 153, 0.3);
    color: white !important;
    text-decoration: none !important;
}

/* Enlaces de actividades */
.txt2 a:hover {
    color: #006599 !important;
    text-decoration: underline !important;
}

/* Imágenes de actividades con hover */
.figure a img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.figure a:hover img {
    transform: scale(1.05);
    opacity: 0.9;
}

/* ============================================
   ESTILOS PARA ACTIVIDADES - FIN
   ============================================ */

/* ============================================
   GRID DE ACTIVIDADES PRINCIPALES
   ============================================ */

#mis-actividades {
    padding: 80px 0;
    background-color: #fff;
}

.actividades-grid-principal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
    min-height: 400px;
}

.actividad-principal {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.actividad-principal:hover {
    transform: translateY(-5px);
}

.actividad-imagen-grande {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.actividad-imagen-grande img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.actividades-grid-pequenas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.actividad-pequena {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.actividad-pequena:hover {
    transform: translateY(-3px);
}

.actividad-imagen-pequena {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 190px;
}

.actividad-imagen-pequena img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.actividad-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 30px 20px 20px;
    border-radius: 0 0 15px 15px;
}

.actividad-principal .actividad-overlay {
    padding: 40px 30px 30px;
}

.actividad-overlay h3,
.actividad-overlay h4 {
    margin: 0 0 15px 0;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.actividad-overlay h3 {
    font-size: 28px;
}

.actividad-overlay h4 {
    font-size: 20px;
}

.btn-ver-detalles {
    background-color: #7BB44B;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-ver-detalles:hover {
    background-color: #6a9a3f;
    color: white;
    text-decoration: none;
    transform: translateX(5px);
}

.btn-ver-detalles i {
    transition: transform 0.3s ease;
}

.btn-ver-detalles:hover i {
    transform: translateX(3px);
}

.btn-cargar-mas {
    background-color: #006599;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-cargar-mas:hover {
    background-color: #004d7a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 101, 153, 0.3);
}

.actividades-grid-adicionales {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.actividad-adicional {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-height: 200px;
}

.actividad-adicional:hover {
    transform: translateY(-3px);
}

.actividad-adicional img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .actividades-grid-principal {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .actividades-grid-pequenas {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
    
    .actividades-grid-adicionales {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .actividad-imagen-grande {
        min-height: 250px;
    }
    
    .actividad-imagen-pequena {
        min-height: 150px;
    }
    
    .actividad-overlay h3 {
        font-size: 24px;
    }
    
    .actividad-overlay h4 {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .actividades-grid-pequenas {
        grid-template-columns: 1fr;
    }
    
    .actividades-grid-adicionales {
        grid-template-columns: 1fr;
    }
    
    .actividad-imagen-pequena {
        min-height: 200px;
    }
}

/* ============================================
   GRID DE ACTIVIDADES PRINCIPALES - FIN
   ============================================ */

 html body .btn-form1-submit {
    background-color: #7BB44B;
    color: white;
    text-decoration: none;
    border-radius: 10px;
}
#latest-news { 
   }

/* ============================================
   CARRUSEL DE TESTIMONIOS - INICIO
   ============================================ */

.testimonios-carousel {
    position: relative;
    margin: 40px 0;
}

.testimonio-slide {
    display: none;
}

.testimonio-slide.active {
    display: block;
}

.testimonio-card {
    background-color: #006599;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
    min-height: 200px;
    box-shadow: 0 8px 25px rgba(0, 101, 153, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonio-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 101, 153, 0.3);
}

.testimonio-avatar {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.avatar-circle {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
}

.testimonio-content {
    width: 70%;
    color: white;
}

.testimonio-nombre {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: white;
}

.testimonio-subtitulo {
    font-size: 1rem;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

.testimonio-descripcion {
    line-height: 1.6;
    font-size: 1rem;
}

.testimonio-descripcion p {
    margin: 0;
    color: white;
}

.testimonio-navigation {
    text-align: center;
    margin-top: 30px;
}

.testimonio-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.control-btn {
    background-color: #006599;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 101, 153, 0.3);
}

.control-btn:hover {
    background-color: #004d73;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 101, 153, 0.4);
}

.nav-btn {
    background-color: #006599 !important;
    box-shadow: 0 2px 8px rgba(0, 101, 153, 0.3);
}

.nav-btn:hover {
    background-color: #7BB44B !important;
    box-shadow: 0 4px 12px rgba(123, 180, 75, 0.4);
}

.testimonio-dots {
    display: inline-block;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #006599;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: #7BB44B;
}

.dot:hover {
    background-color: #7BB44B;
}

@media (max-width: 768px) {
    .testimonio-card {
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }
    
    .testimonio-avatar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .testimonio-content {
        width: 100%;
    }
    
    .avatar-circle {
        width: 60px;
        height: 60px;
    }
}

/* ============================================
   CARRUSEL DE TESTIMONIOS - FIN
   ============================================ */

/* ============================================
   ESTILOS PARA VIDEO - INICIO
   ============================================ */

.video-container {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: none !important;
    position: relative;
}

.video-container video {
    margin-top: 0px;
    box-shadow: none !important;
    border-radius: 0;
    box-shadow: none;
}

/* ============================================
   ESTILOS PARA VIDEO - FIN
   ============================================ */

/* ============================================
   FOOTER - INICIO
   ============================================ */

#nuevo-footer {
    background-color: #000000;
    color: white;
    padding: 60px 0 40px 0;
    margin-top: 80px;
}

.footer-column {
    margin-bottom: 30px;
}

.footer-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo img {
    max-width: 200px;
    height: auto;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.footer-menu li {
    margin-bottom: 8px;
}

.footer-menu a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #7BB44B;
    text-decoration: none;
}

.underlined-link {
    color: #7BB44B;
    text-decoration: underline;
    font-size: 14px;
    transition: color 0.3s ease;
}

.underlined-link:hover {
    color: #6a9e3f;
    text-decoration: underline;
}

.contact-info {
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 14px;
}

.contact-item i {
    width: 20px;
    margin-right: 12px;
    color: #7BB44B;
    font-size: 16px;
    font-family: 'FontAwesome';
}

.contact-item a {
    color: #cccccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #7BB44B;
    text-decoration: none;
}

.contact-item span {
    color: #cccccc;
}

.whatsapp-link {
    margin-top: 15px;
}

.whatsapp-link a {
    color: #7BB44B;
    text-decoration: underline;
    font-size: 14px;
    transition: color 0.3s ease;
}

.whatsapp-link a:hover {
    color: #6a9e3f;
    text-decoration: underline;
}

.whatsapp-link i {
    margin-right: 8px;
    font-size: 16px;
    font-family: 'FontAwesome';
}

.ejecutivos-info {
    margin-bottom: 25px;
}

.ejecutivos-info p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 18px;
    font-family: 'FontAwesome';
}

.social-link.facebook {
    background-color: #3b5998;
    color: white;
}

.social-link.youtube {
    background-color: #ff0000;
    color: white;
}

.social-link.instagram {
    background-color: #e4405f;
    color: white;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.social-link.facebook:hover {
    background-color: #2d4373;
    color: white;
}

.social-link.youtube:hover {
    background-color: #cc0000;
    color: white;
}

.social-link.instagram:hover {
    background-color: #c13584;
    color: white;
}

/* Responsive para el footer */
@media (max-width: 768px) {
    #nuevo-footer {
        padding: 40px 0 30px 0;
        margin-top: 60px;
    }
    
    .footer-column {
        margin-bottom: 40px;
        text-align: center;
    }
    
    .footer-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .footer-logo img {
        max-width: 150px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .contact-item {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    #nuevo-footer {
        padding: 30px 0 20px 0;
    }
    
    .footer-column {
        margin-bottom: 30px;
    }
    
    .social-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}

/* ============================================
   FOOTER - FIN
   ============================================ */

   /* ============================================
   CSS MOVILES
   ============================================ */
@media only screen and (max-width: 600px) {

html body .header-home {
    display: block; 
}
html body .logo-2025 { 
    width: auto;
    display: none;

} 
html body .slide-text h1 { 
    font-size: 35px; 
}
html body .slide-text h2 { 
    font-size: 30px; 
}
html body .top-wrapper-dark .navbar_ .navbar-toggler-icon{background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}
html body .titulo-arriendo-departamentos {
    display: block; 
    margin-bottom: 20px;
}
html body .titulo-venta-departamentos {
    display: block; 
    margin-bottom: 20px;
}

}
