html, body {
  background: #ffffff;
}

.grecaptcha-badge { visibility: hidden; }


.hero.hola {
  padding-top: 2rem;
  background-image: url('/var/img/hero.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
}

.hero.hola div.logo {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.hero.hola img.logo {
  width: 30%;
  max-width: 400px;
}
.container.is-narrow {
    max-width: 960px !important;
}
.content {
    background: white;
    padding: 2rem 4rem 0 4rem;
}

.title.is-1 {
  font-family: "Tenor Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3D5B55;
  font-size: 40px;
}
.title.is-2 {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
  color: #A0BECF;
  text-transform: uppercase;
}
.title.is-3 {
  font-family: "Exo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  color: #A0BECF;
}
.is-primary.input, .is-primary.textarea {
  border: 0;
  background-color: #D5D7CC;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  border-radius: 0;
}
.button,
.button.is-primary {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  border-radius: 0;
  background-color: #A0BECF;
  color: white;
  text-transform: uppercase;
}
.button:hover, .button.is-primary:hover {
  background-color: #203745 !important;
}
form .container.narrow {
  margin-top: 2rem;
  padding: 0 4rem 0 4rem;
}
form .title.is-1 {
  margin-bottom: 1rem;
}


footer {
  background-color: #203745;
}
footer svg {
  display: block;
  width: 100%;
  height: 400px;
  background: white;
}
footer p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.75rem;
  color: white;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer img.logo {
  max-width: 200px;
}
footer a.social {
  height: 40px;
  width: 40px;
  font-size: 21px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  color: #203745 !important;
  background-color: #D5D7CC;
}
footer a.social:hover {
  background-color: #A0BECF;
}
footer .socials {
  display: flex;
}
footer .legal {
  padding: 1rem 0 1.5rem;
}

body.privacy .content a {
  color: #203745;
}
.is-primary.input:active {
  box-shadow: 0 0 0 .125em rgb(0 46 99 / 25%);
}
@media screen and (min-width: 769px), print {
  .hero-body {
      padding: 3rem 6rem;
  }
  .hero.hola img.logo {
    width: 25%;
  }
  .hero.is-large .hero-body {
    padding: 0rem 6rem;
  }
  footer svg {
    margin-top: -140px;
  }
  footer .socials {
    margin-top: 6rem;
  }
  footer .container {
    margin-top: -9rem;
  }
}

@media screen and (max-width: 768px) {
  .hero.hola {
    background-position: -13px -27px;
    background-size: 166%;
  }
  .hero.hola div.logo {
    padding-top: 0;
    padding-bottom: 3.25rem;
  }
  /*.hero.hola*/
  .hero-body {
    margin-top: 0;
    padding-top: 0;
  }
  .hero.hola img.logo {
    width: 210px;
  }
  form .container.narrow {
    padding: 0;
  }
  .hero.hola .content {
    padding: 1rem 1rem 0 1rem;
    margin-top: -35px;
  }
  .title.is-1 {
      font-size: 33px;
  }
  .title.is-2 {
    font-size: 24px;
  }
  p {
    font-size: 0.9em;
  }
  footer svg {
    height: 110px;
    background: white;
  }
  footer {
    background: white;
  }
  footer .container {
    background: #203745;
  }
  footer .container .columns {
    display: flex;
    flex-direction: column-reverse;
  }
  footer .socials {
    justify-content: center;
  }
  footer .legal {
    padding: 1rem 1rem 1.5rem 0;
  }
  footer .legal p {
    margin-bottom: 10px;
  }
}

/*
@media screen and (min-width: 1590px) {
  .hero.hola .container {

  }
}

.privacy .title.is-4 {
  margin-top: -30px;
  margin-bottom: 60px;
  color: black;
}

.title.is-1 {
  font-size: 8.5rem;
  margin-top: 0.15rem !important;
  margin-bottom: 0.25rem !important;
}
.title.is-2 {
  font-size: 2rem;
  margin: 0 2rem 2rem;
  letter-spacing: 0.15rem;
}
.title.is-5 {
  text-transform: uppercase;
  color: #D83130 !important;
}


.newsletter .title.is-3 {
  text-transform: uppercase;
  color: white !important;
  letter-spacing: 0.15rem;
  margin-bottom: 2rem;
}


p {
  font-family: trade-gothic-next,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  margin: 0 3rem 1rem;
}

.share-title {
  text-transform: uppercase !important;
  font-size: 15px;
  margin-bottom: 15px;
  color: #D83130;
  margin-top: 20px;
  letter-spacing: 0.3rem;
}
.sharing {
  margin-bottom: 0.75rem;
}
.sharing a {
  padding: 0 18px;
  text-align: center;
}
.sharing img {
  height: 40px;
}



a {
  color: #000;
}


.button {
  border-radius: 0;
  border: 0;
  padding: 0 40px 3px;
}


.hero.hola {
  margin-bottom: 2rem;
}
.hero.hola .title.is-1 {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}


.pregunta {
  border-bottom: 2px solid #E59E48;
  padding-bottom: 1.25rem;
  margin: 0 3rem 1.25rem;
}
.pregunta:last-of-type {
  border-bottom: 0;
}
.pregunta h4 {
  margin-bottom: 0.3rem;
  padding: 0;
}
.pregunta p {
  margin: 0 0 1rem;
}
.pregunta p.header {
  margin: 0 0 1rem;
  text-transform: capitalize;
  color: black;
  font-weight: bold;
}


.form.newsletter {
  background: url('/var/img/red-bg.webp') center center / cover no-repeat;
}
.form.newsletter p {
  color: white;
}
.form.newsletter .button {
  background: #2A2F2C;
  color: white;
  text-transform: uppercase;
  padding-bottom: 0;
}
.form.newsletter .button:hover {
  background: #ede9d7;
  color: #D83130;
}
.form.newsletter .input {
  border-radius: 0;
  background: #D89C91;
  border: 0;
  color: black;
  font-weight: bold;
}
.form.newsletter .input::placeholder {
  color: rgb(74, 74, 74);
  font-style: italic;
}


footer {
  background: #2A2F2C;
  padding: 1rem 0;
}
footer p, footer a,
footer a:hover {
  color: white;
}
footer p.text {
  font-size: 12px;
}
footer .socialSvg a svg {
  width: 30px;
  height: 30px;
}
footer .a {
  fill: white;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.video-container iframe,
.video-container lite-youtube,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
lite-youtube {
  max-width: unset !important;
}

section.signs {
  height: 130px;
  background: url('/var/img/Texture.webp') center center / cover no-repeat;
  background-attachment: fixed;
}
*/

/*
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop) {
    max-width: 960px !important;
  }
  .container.narrow:not(.is-max-desktop) {
    max-width: 640px !important;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 960px !important;
  }
  .container.narrow:not(.is-max-desktop) {
    max-width: 640px !important;
  }
}

@media screen and (max-width: 1023px) {
  .container:not(.is-max-desktop) {
    max-width: 960px !important;
  }
  .container.narrow:not(.is-max-desktop) {
    max-width: 640px !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    max-width: unset;
  }
  .logo img {
    max-width: 80%;
  }
}
*/
/*
@media screen and (max-width: 768px) {
  body {
    background: url('/var/img/bg-mobile.webp') center center / cover no-repeat;
  }
  .form.newsletter {
    background: url('/var/img/red-bg-mobile.webp') center center / cover no-repeat;
  }
  .logo img {
    max-width: 80vw;
  }
  .title.is-1 {
    font-size: 3rem;
  }
  .title.is-2 {
    font-size: 1.1rem;
    letter-spacing: 0.06rem;
  }
  .title.is-4.share-title {
    padding: 0;
    font-size: 0.9rem;
    letter-spacing: 3px;
  }
  .sharing img {
    height: 30px;
  }
  .newsletter .title.is-3 {
    padding: 0;
    margin: 0 0 2rem 0;
    letter-spacing: 2px;
  }
}
*/