@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
body {
  background-color: #1A365D;
  margin: 0;
  font-family: "nunito", sans-serif;
  align-items: center;
}

.contenedor {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.contenedor img {
  max-width: 400px;
}
.contenedor p {
  font-family: "nunito", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}

.contenedor-contacto {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.contenedor-contacto img {
  max-width: 300px;
}
.contenedor-contacto .info-contacto {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 40px;
}
.contenedor-contacto .info-contacto a {
  display: flex;
  text-decoration: none;
  color: #fff;
  background-color: #dc5828;
  padding: 20px 80px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 4px #0c1727;
}
.contenedor-contacto .info-contacto a img {
  width: 20px;
  margin-left: 20px;
}
.contenedor-contacto .titulo-contacto p {
  color: #fff;
  font-size: 25px;
}
.contenedor-contacto .direccion {
  text-align: center;
  padding: 20px;
  color: #fff;
}
.contenedor-contacto .direccion iframe {
  max-width: 400px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px #0c1727;
}

/*# sourceMappingURL=style.css.map */
