@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Quicksand';
}
html{
  scroll-behavior: smooth;
}

#imagen-fondo {
  background-image: url("./assets/Con\ lo\ que\ tengo!\ \(Fondo\ de\ pantalla\)\ \(3\).png");
  background-repeat: no-repeat;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-size: cover;
  margin-bottom: 50px;
}

.boton-logo {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  transition: background-color .5s;
}

.direccion {
  display: inline;    
}

@media (max-width: 600px) {
  .boton-logo img {
  width: 90%;
  }
}

footer {
  background: #f8f9fa;
  padding: 30px 0;   
}
  
footer h4 {
  font-size: 18px;
  font-weight: bold;
}
  
footer p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}
  
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
  
footer ul li {
  margin-bottom: 10px;
}
  
footer ul li a {
  color: #333;
  text-decoration: none;
}
  
footer ul li a:hover {
  color: #007bff;
}

.col-md-12 {
  font-weight: bold;
  margin-top: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

