﻿ GENERAL 
body {
    font-family: 'Poppins', sans-serif;
   color: #333;
}

.section-title {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 30px;
}

/* HERO 
.hero-main-section {
    background: url('/images/logo.jpeg') center/cover no-repeat;
    height: 95vh;
    position: relative;
    display: flex;
    align-items: center;
}*/

.hero-overlay {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;   
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.hero-text p {
    color: #eee;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.btn-primary {
    background: #c89b3c;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
}

    .btn-primary:hover {
        background: #a67c2c;
    }

/* SERVICIOS */
.services-home-section {
    padding: 80px 0;
}

.icon-service {
    font-size: 2rem;
    color: #c89b3c;
    margin-bottom: 15px;
}

.service-card h5 {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
}

/* PROYECTOS */
.projects-home-section {
    padding: 80px 0;
    background: #f8f8f8;
}

.gal-card img {
    border-radius: 8px;
    transition: 0.4s;
}

    .gal-card img:hover {
        transform: scale(1.08);
    }

/* LOCACIONES */
.locations-home-section {
    padding: 80px 0;
}

/* MAPA */
.map-responsive {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 8px;
}

/* CONTACTO */
.contact-home-section {
    padding: 80px 0;
}

.contact-info p {
    font-weight: 500;
    margin-bottom: 8px;
}
.service-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

    .service-card img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .service-card:hover img {
        transform: scale(1.05);
    }

.service-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    color: white;
}

    .service-overlay h3 {
        margin: 0;
        font-weight: bold;
    }

    .service-overlay p {
        margin: 5px 0 0;
    }

.custom-navbar {
    background-color: black;
    border-bottom: 3px solid #5a8f29; /* línea verde */
    padding: 15px 0;
}

.logo-img {
    height: 50px; /* 🔥 logo pequeño */
    width: auto;
}

@media (max-width: 768px) {
    .logo-img {
        height: 40px;
    }

    .brand-text {
        font-size: 14px;
    
    }

        .brand-text small {
            font-size: 10px;
        }
}

.brand-main {
    font-weight: 800;
    font-size: 16px;
}

.brand-sub {
    font-size: 11px;
    font-weight: 400;
}

.navbar-brand img {
    height: 40px;
    width: auto;
}
/*.navbar-nav .nav-link {
    font-weight: 500;
    color: #000000;
    margin: 0 10px;
}

    .navbar-nav .nav-link:hover {
        color: #000000;
    }*/


.nav-link {
    color: #555; /* Color original, por ejemplo gris */
    transition: color 0.3s ease; /* Opcional: hace la transición suave */
    font-weight: bold;
}

    .nav-link:hover {
        color: black !important; /* Cambia a negro al poner el mouse encima */
        font-weight: bold;
    }

/* Botones */
.btn-contact,
.btn-call,
.btn-text {
    background-color: #000000;
    color: white;
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 500;
    border: none;
}

    .btn-contact:hover,
    .btn-call:hover,
    .btn-text:hover {
        background-color: #4b7621;
        color: white;
    }

.service-overlay2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    color: black;
}

    .service-overlay h3 {
        margin: 0;
        font-weight: bold;
    }

    .service-overlay p {
        margin: 5px 0 0;
    }
.Color {
    color: black;
}
/* HERO GENERAL */
.hero-main-section {
    position: relative;
    min-height: 100vh;
    background: black; /* o tu imagen de fondo */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    width: 100%;
    text-align: center;
}

/* ============================= */
/* LOGO RESPONSIVE (si lo usas fuera del fondo) */
/* ============================= */

.logo-img {
    max-width: 600px;
    width: 80%;
    height: auto;
    margin-bottom: 30px;
    transition: 0.4s ease;
}

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

/* Responsive */
@media (max-width: 992px) {
    .logo-img {
        max-width: 400px;
    }

    .hero-main-section {
        background-size: 70%;
    }
}

@media (max-width: 576px) {
    .logo-img {
        max-width: 250px;
    }

    .hero-main-section {
        background-size: 80%;
    }
}

.logo-hero {
    max-width: 600px;
    width: 80%;
}
/* PC */
.hero-main-section {
    position: relative;
    min-height: 100vh; /* pantalla completa */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url('/images/exterior/8.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 📱 MÓVIL */
@media (max-width: 768px) {
    .hero-main-section {
        min-height: auto; /* 🔥 QUITA altura forzada */
        height: 300px; /* 🔥 AJUSTA a algo proporcional */
        background-size: contain;
        background-color: transparent; /* 🔥 quita el negro */
    }
}

    /* Overlay oscuro SIN afectar texto */
    .hero-main-section::before{

        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.25);
    }
 

/* Contenido arriba del overlay */
.hero-content {
    position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
}

    /* Título principal */
    .hero-content h1 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    /* Subtítulo */
    .hero-content p {
        margin-bottom: 30px;
    }

.custom-toggler-icon {
    width: 30px;
    height: 3px;
    background-color: white;
    position: relative;
    display: block;
}

    .custom-toggler-icon::before,
    .custom-toggler-icon::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background-color: white;
        left: 0;
    }

    .custom-toggler-icon::before {
        top: -8px;
    }

    .custom-toggler-icon::after {
        top: 8px;
    }
.navbar-toggler {
    border: 2px solid white; /* Borde blanco */
}

.navbar-toggler-icon {
    filter: invert(1); /* Hace las líneas blancas */
}

/* SECTION */
.quote-section {
    padding: 80px 0;
    background: #f7f7f7;
}

/* TEXTO */
.quote-info h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.quote-info p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.quote-benefits {
    list-style: none;
    padding: 0;
}

    .quote-benefits li {
        margin-bottom: 10px;
        font-weight: 500;
    }

/* CARD FORMULARIO */
.quote-form-card {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

    /* INPUTS */
    .quote-form-card input,
    .quote-form-card textarea,
    .quote-form-card select {
        height: 50px;
        border-radius: 6px;
        border: 1px solid #ddd;
    }

    .quote-form-card textarea {
        height: auto;
    }

/* BOTON */
.btn-quote {
    background: #c89b3c;
    border: none;
    padding: 12px 30px;
    color: white;
    font-weight: 600;
    border-radius: 6px;
}

    .btn-quote:hover {
        background: #a67c2c;
    }


.mobile-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #0d2b52, #09203f);
    display: none; /* oculto por defecto */

    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 9999;
}

.logo-navbar {
    height: 50px !important;
    width: auto !important;
    max-width: none !important;
}

@media (max-width: 768px) {
    .mobile-bottom-bar {
        display: flex;
    }
}
/*.bar-btn i {
    font-size: 28px;
    background: rgba(255,255,255,0.1);
    padding: 15px;
    border-radius: 50%;
    color: white;
}*/

.bar-item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bar-btn {
    color: white;
    text-decoration: none;
}

    .bar-btn i {
        font-size: 30px;
        margin-bottom: 5px;
    }

.bar-text {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.img {
    max-width: 100%;
}
/* Tamaño del logo pequeno */
.navbar-brand img {
    height: 50px !important;
    width: auto !important;
    max-width: none !important;
    object-fit: contain;
}
 