body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
     background: linear-gradient(to bottom, #948f8f, #000000);
    color: #faf4f4;
}
.p1 {
      font-size: 1rem; /* ajusta el tamaño de la letra */
      font-family: 'Playfair Display', serif;
    max-width: 800px;
    margin: auto;
    text-align: justify; 
    
  }
.p2 {
    font-family: 'Playfair Display', serif;
 
  }
.Contacto {
      font-family: 'Playfair Display', serif;
    
}

header {
    width: 100%;
    height: 50vh; /* ocupa toda la pantalla */
    background-image: url('Diseño sin título-19.png');
    display: flex;
    background-size: cover; /* hace que se ajuste al tamaño del contenedor */
    background-repeat: no-repeat; /* evita que se repita */
    background-position: center;
}

.hero {
  margin-top: 3rem; /* cambia 3rem por el valor que quieras */
  text-align: center;
  font-size: 2rem; /* ajusta el tamaño de la letra */
  font-family: 'Playfair Display', serif; /* tipografía elegante */
  display: flex;
  flex-direction: column; /* apilamos elementos */
  justify-content: center;
  align-items: center;
  color: #FFC300;
  text-transform: uppercase;
  text-align: center;
  padding: 0 15px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}



html {
    scroll-behavior: smooth;
  }
  
.mi-nav {
    background-color: #000;
    padding: 15px;
    text-align: center;
}
.mi-nav .navbar-nav {
  margin-left: -9px; /* o parecido */
}

.mi-nav .nav-link {
    color: #FFC300;
    text-decoration: none;
    margin: 0 15px;
     font-size: 1.9rem;
    font-weight: bold;
}
.mi-nav .nav-link:hover {
      color: #fff !important; /* blanco al pasar el mouse */
    }


section {
    padding: 60px 20px;
    text-align: center;
}

.full-section {
  width: 100%;
  padding: 0px 0px;
  margin: 40px 0;
  
}
h2 {
    color: #FFC300;
    margin-bottom: 40px;
}

.services {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.service-box {
    background-color: #222;
    margin: 15px;
    padding: 30px;
    width: 250px;
    border: 1px solid #FFC300;
}

.service-box h3 {
    color: #FFC300;
    margin-bottom: 15px;
}

.contact {
    background-color: #000;
    color: #fff;
}

footer {
    background-color: #111;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #999;
}

.button {
    display: inline-block;
    margin: 0;
    background-color: #FFC300;
    color: #111;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

.button:hover {
    background-color: #FFA500;
}
footer a {
      font-family: 'Playfair Display', serif;
    color: #FFC300;
    text-decoration: none;
}

