:root {
  --bg: #3d9ae9;
  --yellow: #CCA629: 
}
body {
  font-family: 'Open Sans', sans-serif;
  /* font-family: 'Playfair Display', serif; */
}

h1 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  color: #CCA629;
}

.logo {
  width: 10rem;
  height: 9rem;
}

.logo-exp{
  width: 12rem;
  height: 5rem;
}

.logo-azul {
  width: 100%;
  height: 9rem;
  background-color: var(--bg);
}

#linkToDownload:hover {
  color: #fff;
}

form > div {
  padding-bottom: 1rem;
}

footer {
  margin-top: 1rem;
  padding-top: 2rem;
  background-color: var(--bg);
}

footer a {
  text-decoration: none;
  color: white;
}
@media screen and (min-width: 720px) {
  div.informacion {
    width: 30% !important;
  }
  div.contacto {
    width: 50% !important;
  }
}

#contacto > p {
  color: white;
}

#contacto > input {
  height: 60px;
  padding: 0px 21px;
  border-color: var(--bg);
  color: rgb(192, 190, 190);
}

#contacto > input[type='submit'] {
  background-color: #1d8fd8;
  border-radius: 10px;
}
