.columns-50 {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  grid-auto-rows: 50%;
  grid-template-columns: repeat(auto-fill, minmax(47.5%, 1fr));
}

.featured {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  text-align: center;
}

h1 {
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 3px 0px #DCA365;
  font-size: 6em;
}

h2 {
  font-weight: 900;
  color: #255c80;
  font-size: 3em;
}
h2 span {
  color: #DCA365;
}

h3 {
  font-weight: 900;
  color: #fff;
  font-size: 2em;
}

p {
  font-weight: 600;
  font-size: 1.25em;
  color: #255c80;
}

.fixed-header {
  z-index: 3;
}
.fixed-header a {
  background-color: #255c80;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fixed-header a:hover {
  background-color: #DCA365;
}

.uk-open > .uk-modal-dialog, .uk-modal-dialog {
  background-color: #255c80 !important;
}

.video-landing {
  min-height: 100vh;
  background-color: #255c80;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-landing img {
  mix-blend-mode: multiply;
  z-index: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: inherit;
  top: inherit;
}
.video-landing article {
  width: calc(60% - 25px);
  padding: 3rem;
  z-index: 1;
}
.video-landing article:first-of-type {
  width: calc(40% - 25px);
}
.video-landing iframe {
  width: 100%;
  min-height: 70vh;
}

.bg {
  position: relative;
  min-height: 50vh;
  padding: 100px 0;
}
.bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #255c80;
  opacity: 0.5;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.bg article {
  width: 75%;
  margin: 0px auto;
  position: relative;
  z-index: 2;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

.corporativo {
  background-color: #eee;
  /*&.columns-50{
    gap:0;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 50%), 1fr));
  }*/
}
.corporativo article,
.corporativo figure {
  width: 50%;
}
.corporativo figure {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.corporativo article {
  padding: 100px 3rem;
}

.ayudamos {
  padding-top: 100px;
  background-color: #255c80;
}
.ayudamos h2 {
  color: #fff;
  width: 100%;
}
.ayudamos p {
  color: #fff;
}
.ayudamos aside {
  width: 95%;
  margin: 0px auto;
  margin-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ayudamos iframe {
  width: calc(50% - 50px);
  aspect-ratio: 16/9;
  height: auto;
  margin-top: 50px;
}
.ayudamos article {
  width: calc(50% - 50px);
  width: 50%;
  padding: 100px 50px;
  text-align: center;
}
.ayudamos article:first-of-type {
  width: 100%;
  padding: 0 50px;
  margin-bottom: 50px;
}
.ayudamos div {
  position: relative;
  z-index: 1;
}
.ayudamos img {
  mix-blend-mode: multiply;
}
.ayudamos a {
  padding: 10px 25px;
  background-color: #DCA365;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ayudamos a:hover {
  background-color: #fff;
  color: #DCA365;
}

.iconos {
  padding: 150px 0;
}
.iconos li {
  padding: 0 25px;
  text-align: center;
  width: calc(25% - 25px);
}
.iconos img {
  max-width: 150px;
}
.iconos h3 {
  color: #DCA365;
}

.columns-25 {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  grid-auto-rows: 25%;
  grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
}

#informate {
  width: 50%;
  margin: 0px auto;
  margin-bottom: 100px;
}
#informate article {
  padding: 0 25px;
  text-align: center;
}

.wpcf7-form {
  background-color: #255c80;
  width: 100%;
}

/*----------------------- RESPONSIVE ----------------------*/
@media (max-width: 1500px) {
  .video-landing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .video-landing article {
    text-align: center;
  }
  .video-landing article:first-of-type, .video-landing article:last-of-type {
    width: 100%;
  }
  .video-landing article:first-of-type {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 5em;
  }
  .corporativo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .corporativo + .corporativo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .corporativo article,
  .corporativo figure {
    width: 100%;
  }
  .corporativo figure {
    min-height: 500px;
  }
  .ayudamos article,
  .ayudamos iframe {
    width: 100%;
  }
  .iconos li {
    width: calc(50% - 25px);
    margin-top: 50px;
  }
  #informate {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  h1 {
    font-size: 4em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.75em;
  }
  .video-landing iframe {
    min-height: 500px;
  }
  .corporativo figure {
    min-height: 400px;
  }
  .iconos {
    padding: 100px 0;
  }
  .iconos h3 {
    font-size: 1.5em;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 3.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  p {
    font-size: 1.1em;
  }
  .video-landing article {
    padding: 25px;
  }
  .video-landing iframe {
    min-height: auto;
  }
  .corporativo article {
    padding: 50px 25px;
  }
  .corporativo figure {
    min-height: 300px;
  }
  .ayudamos {
    padding-top: 50px;
  }
  .iconos {
    padding: 50px 0;
  }
  .iconos img {
    max-width: 120px;
  }
  .wpcf7-form {
    padding: 50px 25px;
  }
}