@font-face {
  font-family: 'BentonSans-Regular';
  src: url('../fonts/BentonSans\ Regular.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BentonSans-Bold';
  src: url('../fonts/BentonSans-Bold.otf');
  font-weight: normal;
  font-style: normal;
}

body {
  background: url(../img/bg-world.jpg) no-repeat center bottom #0f3961;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

.content {
  padding: 1.5rem 2.5rem 3.5rem 2.5rem;
  text-align: center;
  min-height: 92vh;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

.logo {
  margin-bottom: 1rem;
  display: block;
}

.logo__link {
  text-decoration: none;
}

.logo__link-img {
  width: 15.625rem;
}

.contacto-directo {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
}

.contacto-directo__link-img {
  width: 2.5rem;
}

.img-theme {
  margin-bottom: 2rem;
  display: block;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

.img-theme>img {
  width: 100%;
}

.video {
  width: 100vw;
  height: 825px;
  margin-bottom: 2rem;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.video>iframe {
  width: 100%;
  height: 100%;
}

.text-info--text {
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 120%;
  margin-bottom: 2rem;
}

.button-link {
  font-size: 1.25rem;
  width: max-content;
  border: none;
  border-radius: 0.625rem;
  background: #f57b18;
  color: #fff;
  padding: 0.75rem 4rem;
  margin: 1.875rem auto;
  line-height: 1.15;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.blockfooter {
  background-color: #d50e58;
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
}

@media (max-width: 800px) {
  .content {
    padding: 1.5rem 0;
  }

  .video {
    width: 100%;
    margin-bottom: 4rem;
    margin-left: 0;
    margin-right: 0;
  }

  .contacto-directo {
    top: 1rem;
    right: 1rem;
  }

  .logo {
    margin-bottom: 1rem;
  }

  .logo__link-img {
    width: 11rem;
  }
}