@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
  background: #3D61BA;
  font-family: 'Spectral', sans-serif;
  font-weight: 400;
  /* box-shadow: inset 0 0 25rem rgba(0, 0, 0, .5); */
  background: url('../images/bg-brisa-jerez.png');
  background-size: cover; 
}
/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  border: 1px solid #fff;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  border-radius: 5px;
  padding: .9em 2em;
  font-family: "Inter", sans-serif;
}



.btn-secondary{
  background-color: transparent;
}

.btn-secondary:hover{
  background-color: #ffffff;
  color: #DCA526;
}


.btn-primary,
.btn-primary:focus {
  border: 1px solid #DCA526;
  background-color: #DCA526;
  color: #fff;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  border-radius: 5px;
  padding: .9em 2em;
  font-family: "Inter", sans-serif;
}

.btn-primary:hover{
  background-color: #3D61BA;
  border-color: #3D61BA;
  
}


h1{
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 300;
  font-size: 54px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  text-transform: uppercase;
}
h2{
  font-family: 'Spectral';
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 110%;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.cover-container {
  max-width: 70em;
}

footer{
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

@media (max-width: 991px){
  header{
    img{
      max-width: 80%;
    }
  }
  h1{
    max-width: 100%;
    font-size: 40px;
  }
}