@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo:ital,wght@0,100..900;1,100..900&family=Arimo:ital,wght@0,400..700;1,400..700&family=Bebas+Neue&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Jost:ital,wght@0,100..900;1,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Lilita+One&family=Play:wght@400;700&family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;


  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-style: normal;

}

body {

  background-image: url('../imgs/Fondo1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  font-family: 'League Spartan', sans-serif;

}



.btn-md {
  background-color: #1e699f;
  border-radius: 10;

}

.btn-md:hover {
  background: #000;
  color: #fff;
  border-style: none;
}


.inputs {
  outline: none;
  border-color: #1e699f;
  border-width: 0px 0px 0px 5px;
  border-style: solid;
  background-color: #f9f9f9;


}