body {

    background:#f7f9fb;

}

h1 {
    color: #0d3b66;
    font-size: 60px;
    font-weight: 700;
}
.navbar {
    padding: 8px 0;
}

.navbar-brand {
    font-size: 24px;
    font-weight: bold;
}

.nav-link {
    font-size: 16px;
    margin-left: 15px;
}
.hero {

    margin-top:75px;

    height: 95vh;

    background-image: url("../img/Edificio.jpg");

    background-size: cover;

    background-position: center 68%;

    position: relative;

}


.overlay {

    height: 100%;

    width: 100%;

    background: rgba(0,0,0,0.45);

    display: flex;

    align-items: center;

    justify-content: center;

}


.hero-text {

    color: white;

    text-align: center;

}


.hero-text h1 {

    font-size: 65px;

    font-weight: bold;

}


.hero-text p {

    font-size: 25px;

    margin: 25px 0;

}

.logo {

    display: flex;
    flex-direction: column;
    line-height: 1.3;
}


.logo-name {

    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;

}

.logo-subtitle {

    font-size: 11px;
    letter-spacing: 3px;
    color: #d4af37;
    text-transform: uppercase;
    margin-top: 8px;

}

.navbar {
   

    position:fixed;

    top:0;

    left:0;

    width:100%;

    z-index:1000;

    background:rgba(11,31,51,.75);

    backdrop-filter:blur(8px);

}



.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: #d4af37 !important;
}

body {
    
    width: 100%;
    overflow-x: hidden;

}
.departamentos {

    padding: 80px 0;
    text-align: center;
    background-color: white;

}


.departamentos h2 {

    font-size: 45px;
    color: #0d3b66;
    font-weight: bold;

}


.departamentos p {

    font-size: 20px;

}


.card {

    margin-top: 40px;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);

}


.card img {

    height: 250px;
    object-fit: cover;

}


.card h3 {

    color: #0d3b66;

}
@media (max-width: 768px) {

    .hero {

        height: 80vh;

        background-position: center top;

    }

}
.proyecto {

    padding: 80px 0;
    background-color: #f8f9fa;
    background: #FAF9F6;
}


.proyecto h2 {

    font-size: 45px;
    color: #0d3b66;
    font-weight: bold;
    margin-bottom: 25px;

}


.proyecto p {

    font-size: 18px;
    line-height: 1.8;
    color: #444;

}


.proyecto img {

    border-radius: 15px;

    box-shadow: 0 10px 25px rgba(0,0,0,0.15);

}
/* ========================= */
/* BENEFICIOS */
/* ========================= */

.beneficios{

    padding:80px 0;

    background:#f8f9fa;

}

.beneficios h2{

    color:#0d3b66;

    font-size:42px;

    font-weight:700;

}

.beneficio{

    background:white;

    padding:35px 25px;

    border-radius:15px;

    text-align:center;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;

}

.beneficio:hover{

    transform:translateY(-10px);

}

.icono{

    font-size:50px;

    margin-bottom:20px;

}

.beneficio h4{

    color:#0d3b66;

    margin-bottom:15px;

    font-weight:bold;

}

.beneficio p{

    color:#555;

    line-height:1.7;

}
/* ========================= */
/* UBICACIÓN */
/* ========================= */

.ubicacion{

    padding:80px 0;

    background:white;

}

.ubicacion h2{

    color:#0d3b66;

    font-size:42px;

    font-weight:bold;

    margin-bottom:25px;

}

.ubicacion p{

    color:#555;

    line-height:1.8;

    font-size:18px;

}

.lista-ubicacion{

    list-style:none;

    padding-left:0;

    margin-top:30px;

}

.lista-ubicacion li{

    margin-bottom:15px;

    font-size:18px;

}

.ubicacion iframe{

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}
/* ========================= */
/* CONTACTO */
/* ========================= */

.contacto{

    padding:80px 0;

    background:#f8f9fa;

}

.contacto h2{

    color:#0d3b66;

    font-size:42px;

    font-weight:bold;

}

.info-contacto{

    background:white;

    padding:40px;

    border-radius:15px;

    box-shadow:0 10px 25px rgba(0,0,0,.08);

    height:100%;

}

.info-contacto h3{

    color:#0d3b66;

    margin-bottom:20px;

}

.info-contacto p{

    font-size:18px;

    color:#555;

    line-height:1.8;

}

.form-control{

    border-radius:10px;

    padding:12px;

}

.contacto button{

    border-radius:10px;

}
/* ========================= */
/* FOOTER */
/* ========================= */

.footer{

    background:#0b1f33;

    color:white;

    padding:60px 0 20px;

}

.footer h3,
.footer h4{

    color:white;

    margin-bottom:20px;

}

.footer p{

    color:#d9d9d9;

    line-height:1.8;

}

.footer-links{

    list-style:none;

    padding:0;

}

.footer-links li{

    margin-bottom:10px;

}

.footer-links a{

    color:#d9d9d9;

    text-decoration:none;

    transition:.3s;

}

.footer-links a:hover{

    color:#d4af37;

}

.footer hr{

    border-color:rgba(255,255,255,.2);

}
html{

    scroll-behavior:smooth;

}

.btn {

    transition: 0.3s;

}


.btn:hover {

    transform: scale(1.05);

    box-shadow: 0 8px 20px rgba(0,0,0,0.25);

}
/* ========================= */
/* WHATSAPP */
/* ========================= */

.whatsapp{

    position: fixed;

    bottom: 25px;

    right: 25px;

    width: 60px;

    height: 60px;

    background: #25D366;

    color: white;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    font-size: 30px;

    box-shadow: 0 8px 20px rgba(0,0,0,.25);

    transition: .3s;

    z-index: 999;

}

.whatsapp:hover{

    transform:scale(1.12);

    color:white;

}
/* ========================= */
/* BOTÓN SUBIR */
/* ========================= */

.subir{

    position: fixed;

    bottom: 100px;

    right: 25px;

    width: 60px;

    height: 60px;

    background: #0d3b66;

    color: white;

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    font-size: 26px;

    box-shadow: 0 8px 20px rgba(0,0,0,.25);

    transition: .3s;

    z-index: 999;

}

.subir:hover{

    background: #d4af37;

    color: white;

    transform: scale(1.1);

}
.whatsapp i,
.subir i{

    line-height: 1;

}
/* ========================= */
/* GALERÍA */
/* ========================= */

.galeria{

    padding:80px 0;

    background:white;

}

.galeria h2{

    color:#0d3b66;

    font-size:42px;

    font-weight:bold;

}

.foto-galeria{

    width:100%;

    height:280px;

    object-fit:cover;

    border-radius:15px;

    box-shadow:0 10px 20px rgba(0,0,0,.15);

    transition:.4s;

    cursor:pointer;

}

.foto-galeria:hover{

    transform:scale(1.05);

    box-shadow:0 15px 30px rgba(0,0,0,.30);

}
/* ==============================
   CALCULADORA FINANCIAMIENTO
============================== */

.financiamiento {

    background-color: #f5f5f5;
    padding: 80px 0;

}


.financiamiento h2 {

    color: #0F3D5E;
    font-weight: 700;

}


.calculadora-card {

    background: white;
    padding: 40px;

    border-radius: 15px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.12);

}


.calculadora-card label {

    font-weight: 600;
    color: #0F3D5E;

    margin-top: 15px;
    margin-bottom: 8px;

}


.calculadora-card input,
.calculadora-card select {

    height: 45px;

    border-radius: 8px;

}


.calculadora-card button {

    background-color: #0F3D5E;
    border: none;

    padding: 12px;

    font-weight: 600;

}


.calculadora-card button:hover {

    background-color: #C8A046;

}


.resultado {

    background-color: #f8f8f8;

    border-left: 5px solid #C8A046;

    padding: 20px;

    border-radius: 8px;

}


.resultado h4 {

    color:#0F3D5E;

}


.resultado h3 {

    color:#C8A046;

    text-align:center;

    margin-top:20px;

}


.resultado span {

    font-size:32px;

    font-weight:700;

}
/* =========================
   FONDOS MODERNOS SECCIONES
========================= */


/* Departamentos */
.departamentos {
    background: #F1F3F5;
}


/* Beneficios */
.beneficios {
    background: linear-gradient(135deg, #0F3D5E, #174D70);
    color: white;
}


/* Ajuste títulos beneficios */
.beneficios h2,
.beneficios h4 {
    color: white;
}


/* Ubicación */
.ubicacion {
    background: #FAF9F6;
}


/* Galería */
.galeria {
    background: #101820;
    color: white;
}


/* Calculadora */
.financiamiento {
    background: #F1F3F5;
}
/* ===========================
   REDES SOCIALES
=========================== */

.redes-sociales{

    margin-top:25px;

}

.redes-sociales a{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    width:48px;

    height:48px;

    margin-right:12px;

    border-radius:50%;

    background:#0F3D5E;

    color:white;

    text-decoration:none;

    font-size:22px;

    transition:.35s;

}

.redes-sociales a:hover{

    background:#C8A046;

    transform:translateY(-6px) scale(1.10);

}
