body {
  background-image: url("../assets/img/bg-itosland.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

* {
  font-family: 'Roboto', sans-serif;
}

h1 {
  color: #1d3a8f;
  font-size: 2.5rem;
}

.bg-izq {
  background-image: url("../assets/img/bg-itos.png");
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn {
  width: 100%;
  padding: 16px 8px;
  color: #fff;
  background-color: #0075be;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}

.btn:active, .btn:hover {
  background-color: #f07d00;
}

@media (max-width:480px) {
  h1 {
    font-size: 2.2rem;
  }

  .bg-izq {
    width: 100%;
    height: 264px;
  }
}