body {
    font-family: 'Segoe UI', sans-serif;
    margin: 0;
    background-color: #f4f4f4;
}

.navbar {
    background-color: #0a47a5;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    align-items: center;
}

.navbar__menu a {
    color: white;
    margin: 0 1rem;
    text-decoration: none;
    font-weight: bold;
}

.navbar__menu a.activo,
.navbar__menu a:hover {
    text-decoration: underline;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 2rem;
    text-align: center;
}

.titulo-servicios {
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #222;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.servicio-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.icono {
    font-size: 2rem;
    color: #0a47a5;
    margin-bottom: 1rem;
}

.servicio-card h3 {
    color: #0a47a5;
}

.boton {
    display: inline-block;
    margin-top: 1rem;
    background-color: #0a47a5;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.boton:hover {
    background-color: #083b88;
}

.footer {
    background-color: #1c1c1c;
    color: white;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 2rem 1rem;
    text-align: left;
    font-size: 0.9rem;
}

.footer__col {
    margin-bottom: 1rem;
}

.footer__copy {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #444;
}
body {
    background-image: url('../Recursos/LogoBuffet.jpeg'); /* Ajusta la ruta */
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
}

.banner-servicios {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.intro-texto {
    margin-top: 20px;
    padding: 0 10%;
    font-family: 'Arial', sans-serif;
}

.intro-texto h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.intro-texto p {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
}
.navbar {
    background-image: url("../Recursos/fondo-navbar.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.servicios-header {
    text-align: center;
    margin-bottom: 30px;
}

.banner-servicios {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.intro-texto {
    margin-top: 20px;
    padding: 0 10%;
}

.intro-texto h1 {
    font-size: 2.5rem;
    color: #2c3e50;
}

.intro-texto p {
    font-size: 1.1rem;
    color: #444;
}
.detalle-servicio {
    max-width: 700px;
    margin: 30px auto;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

.detalle-servicio img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 5px;
}

.detalle-servicio h3 {
    color: #2c3e50;
}

.detalle-servicio a.boton {
    display: inline-block;
    margin-top: 20px;
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.servicios-section {
    text-align: center;
    padding: 50px 0;
}

.servicios-section .subtitle {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 40px;
}

.servicios-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
    align-items: stretch;
    padding: 0 20px;
}

.servicio-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.servicio-card:hover {
    transform: translateY(-5px);
}

.servicio-icono {
    font-size: 35px;
    color: #007BFF;
    margin-bottom: 15px;
}

.servicio-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #2c3e50;
}

.servicio-card p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
}

.servicio-card .boton {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.servicio-card .boton:hover {
    background-color: #0056b3;
}
.servicios-header {
    text-align: center;
    margin-bottom: 10px; /* ANTES podía ser 40px o más */
}

.intro-texto {
    margin-top: 10px;
    padding: 0 5%; /* Reducimos el padding para evitar separación */
}
.detalle-servicio img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.imagen-encabezado {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.banner-servicios {
    width: 80%; /* MÁS PEQUEÑA */
    max-width: 800px;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.banner-servicios {
    width: 90%;
    max-height: 250px; /* Reduce altura */
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 10px; /* Menor separación con los cuadros */
}

.intro-texto {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0 20px;
    text-align: center;
}
/* Estilo común para todos los headers */
.header_enfocado {
    height: 100vh;
    color: #fff;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Imagen específica para contacto */
.hero-contacto {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url('../Recursos/contacto-bg.jpg') no-repeat center center/cover;
}

/* Imagen para servicios (que quieres usar también en contacto) */
.hero-servicios {
  background: url('../Recursos/Fondoser.jpg') no-repeat center center;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
  text-align: center;
}
