@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: none;
  text-decoration: none;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
}
.footer .redes {
  width: 2rem;
  height: 2rem;
  background-color: 101, 199, 238;
}

body {
  background-image: url(../img/fondo.jpg);
  background-size: cover;
}

.nav {
  font-family: "Amatic SC", cursive;
  color: rgb(255, 253, 253);
  background-color: skyblue;
  text-align: center;
  font-size: 1.6rem;
}

.titulo2 {
  color: white;
  text-shadow: 1px 2px 2px rgb(16, 67, 233), 0 0 25px rgb(25, 0, 255), 0 0 5px rgb(0, 38, 255);
  text-align: center;
  margin: 2% 0;
}

.lbdptext {
  margin: 0 11% 3% 11%;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.videolbdp {
  display: flex;
  justify-content: center;
  margin: 0 0 3rem 0;
}

iframe {
  width: 512px;
  height: 320px;
}

.titulo {
  background: #3066be;
  text-align: left;
  font-size: 40px;
  font-family: "Belanosima", sans-serif;
  text-decoration: none;
  display: flex;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 1rem;
}

@media screen and (max-width: 1024px) {
  .iconoTitulo {
    width: 70px;
    height: auto;
    padding: 1rem;
  }
  img {
    width: 65%;
  }
  * {
    font-size: 1rem;
  }
  .lbdptext {
    margin: 1px, auto;
  }
  h2 {
    font-size: 1.2rem;
  }
  iframe {
    width: 400px;
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .menu li a {
    padding: 5px;
    font-size: 0.7rem;
  }
  .iconoTitulo {
    width: 50px;
    height: auto;
    padding: 0.5rem;
  }
  .lbdptext {
    font-size: 0.5rem;
    margin: 1px, auto;
    text-align: center;
  }
  h2 {
    font-size: 1rem;
  }
  iframe {
    width: 300px;
    height: 150px;
  }
  .nav {
    font-size: 1rem;
  }
}/*# sourceMappingURL=lbdp.css.map */