body {
    font-family: Arial, sans-serif;
    background-color: #1d1d1d;
    color: #333;
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 30px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 3px solid rgb(15, 74, 2); /* borde */
    border-radius: 5px;
}

.logo {
    width: 150px;
    height: 65px;
    top: 10px;
    left: 10px;
    transition: width 0.3s ease-in-out;
}

.navbar, footer {
    background-color: #014d30;
    color: white;
}

.navbar-nav .nav-link {
    color: white !important;
    font-weight: bold;
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 18px;
    transition: color 0.3s ease;
}

.nav-link.active {
    color: gold !important;
}

footer {
    margin-top: 30px;
    padding: 20px;
    background-color: #014d30;
    color: white;
    text-align: center;
}

footer a {
    color: #c2ad0b;
    margin: 0 10px;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

/* Sección de contacto */
.contacto-seccion {
    background-color: #1c1c1c;
}

.titulo-contacto {
    color: #c2ad0b;
    font-weight: bold;
}
  #nombre {
    background-color: #bebebe;
  }
  #correo {
    background-color: #bebebe;
  }
  #telefono {
    background-color: #bebebe;
  }
  #mensaje {
    background-color: #bebebe;
  } 
  .info-contacto p {
    color: #FFD700; /* Amarillo dorado */
  }
  .info-contacto strong {
    color: #ffffff; /* para el texto en negrita */
  }
  