/* css/landing_styles.css */

html {
    scroll-padding-top: 70px; /* Ajuste para el navbar fijo */
}

body {
    position: relative;
}

section {
    padding: 80px 0;
}

.hero-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background: linear-gradient(to right, #1e3c72, #2a5298);
    color: white;
}

.hero-section h1 {
    font-size: 3.5rem;
    font-weight: bold;
}

#nosotros i {
    font-size: 2.5rem;
    color: #0d6efd;
}

#ubicacion iframe {
    width: 100%;
    min-height: 450px;
    border: 0;
}

.bg-light-gray {
    background-color: #f8f9fa;
}
