/*
Theme Name: Iraurgi-Berritzen
Theme URI: https://iraurgiberritzen.eus/es/talento/
Description: Iraurgi-Berritzen Empleo industria
Version: 1.0
Author: Somos MIO
Author URI: https://www.somosmio.com
Tags: 
*/
/* RESET */
/* ----------------------------------------- */
/**
 * Eric Meyer's Reset Stylesheet
 *
 * v2.0
 * 2011-01-26
 * Author: Eric Meyer - http://meyerweb.com/eric/tools/css/reset/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  outline: none;
}

.mayus {
  text-transform: uppercase;
}

.fullwidth {
  width: 100%;
  float: left;
}

.boxsizing, .columns, .button, input[type=submit], button, .input, input[type=text], input[type=email], input[type=tel], textarea, .container, .box-sizing {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 20px;
}
.container:before {
  content: "";
  display: table;
  pointer-events: none;
}
.container:after {
  content: "";
  display: table;
  pointer-events: none;
  clear: both;
}

.clearer, .clear {
  clear: both;
}

table {
  width: 100%;
}

.myIframe {
  height: 0;
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.myIframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.input, input[type=text], input[type=email], input[type=tel], textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.button, input[type=submit], button {
  overflow: hidden;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

input[type=submit], button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inline {
  display: none;
}

.columns {
  width: 100%;
  float: left;
  padding: 0 20px;
}
.columns img {
  max-width: 100%;
  height: auto;
}
.columns.sans-padding {
  padding: 0;
}

.sans-left {
  padding: 0 40px 0 0;
}

.sans-right {
  padding: 0 0 0 40px;
}

.small-1 {
  width: 8.33%;
}

.small-2 {
  width: 16.66%;
}

.small-3 {
  width: 25%;
}

.small-4 {
  width: 33.33%;
}

.small-5 {
  width: 41.66%;
}

.small-6 {
  width: 50%;
}

.small-7 {
  width: 58.33%;
}

.small-8 {
  width: 66.66%;
}

.small-9 {
  width: 75%;
}

.small-10 {
  width: 83.33%;
}

.small-11 {
  width: 91.66%;
}

.small-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .medium-1 {
    width: 8.33%;
  }
  .medium-2 {
    width: 16.66%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33%;
  }
  .medium-5 {
    width: 41.66%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33%;
  }
  .medium-8 {
    width: 66.66%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33%;
  }
  .medium-11 {
    width: 91.66%;
  }
  .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .large-1 {
    width: 8.33%;
  }
  .large-2 {
    width: 16.66%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33%;
  }
  .large-5 {
    width: 41.66%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33%;
  }
  .large-8 {
    width: 66.66%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33%;
  }
  .large-11 {
    width: 91.66%;
  }
  .large-12 {
    width: 100%;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33%;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66%;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33%;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66%;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33%;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66%;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33%;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66%;
  }
  .large-pull-12 {
    position: relative;
    right: 100%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66%;
  }
  .large-push-12 {
    position: relative;
    left: 100%;
  }
  .large-pull-1 {
    right: auto;
  }
  .large-pull-2 {
    right: auto;
  }
  .large-pull-3 {
    right: auto;
  }
  .large-pull-4 {
    right: auto;
  }
  .large-pull-5 {
    right: auto;
  }
  .large-pull-6 {
    right: auto;
  }
  .large-pull-7 {
    right: auto;
  }
  .large-pull-8 {
    right: auto;
  }
  .large-pull-9 {
    right: auto;
  }
  .large-pull-10 {
    right: auto;
  }
  .large-pull-11 {
    right: auto;
  }
  .large-pull-12 {
    right: auto;
  }
  .large-push-1 {
    left: auto;
  }
  .large-push-2 {
    left: auto;
  }
  .large-push-3 {
    left: auto;
  }
  .large-push-4 {
    left: auto;
  }
  .large-push-5 {
    left: auto;
  }
  .large-push-6 {
    left: auto;
  }
  .large-push-7 {
    left: auto;
  }
  .large-push-8 {
    left: auto;
  }
  .large-push-9 {
    left: auto;
  }
  .large-push-10 {
    left: auto;
  }
  .large-push-11 {
    left: auto;
  }
  .large-push-12 {
    left: auto;
  }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(0, 0, 0);
}

::-moz-placeholder { /* Firefox 19+ */
  color: rgb(0, 0, 0);
}

:-ms-input-placeholder { /* IE 10+ */
  color: rgb(0, 0, 0);
}

:-moz-placeholder { /* Firefox 18- */
  color: rgb(0, 0, 0);
}

*::-moz-selection {
  background-color: #A7086C;
  color: white;
}

*::selection {
  background-color: #A7086C;
  color: white;
}

/*Icons*/
/* https://www.onlinewebfonts.com/download/d589f568cfa911453cc08bf622833fd2 */
/*@import url(//db.onlinewebfonts.com/c/d589f568cfa911453cc08bf622833fd2?family=la-solid-900); */
@font-face {
  font-family: "la-solid-900";
  src: url("fonts/la-solid-900.woff2") format("woff2"), url("fonts/la-solid-900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "la-brands-400";
  src: url("fonts/la-brands-400.woff2") format("woff2"), url("fonts/la-brands-400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
body {
  position: relative;
  background-color: black;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: clamp(12px, 0.833vw, 16px); /*clamp(min, val, max);*/
  font-weight: 400;
  color: white;
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 12px;
  }
}

.columns {
  padding: 0 0.5em;
}
@media screen and (max-width: 1300px) {
  .columns {
    padding: 0 12px;
  }
}

.container {
  max-width: 103.5em; /*max-width: 1656px;*/
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 100%;
  }
}
.container:before, .container:after {
  content: none;
}

.center {
  text-align: center;
}

strong, b {
  font-weight: 700;
}

a {
  text-decoration: underline;
  color: white;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

/*Header*/
#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  z-index: 3;
  margin: 0;
  padding: 2.5em 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: white;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 767px) {
  #header {
    padding: 1.5em 0;
  }
}
#header a {
  display: inline-block;
  font-size: 1em;
  text-decoration: none;
  color: white;
}
#header #logo {
  width: 100%;
  max-width: 6.625em;
  display: block;
  margin: 0;
  position: relative;
  font-size: 1em;
}
@media screen and (max-width: 1300px) {
  #header #logo {
    max-width: 6.5em;
  }
}
@media screen and (max-width: 1023px) {
  #header #logo {
    max-width: 6em;
  }
}
@media screen and (max-width: 767px) {
  #header #logo {
    max-width: 4.5em;
  }
}
#header #logo img {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
}
#header .container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#header .large-8 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .volver {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
}
@media screen and (max-width: 1023px) {
  #header .volver {
    font-size: 1em;
  }
}
#header .volver:before {
  content: "";
  width: 1.17em;
  height: 0.685em;
  display: inline-block;
  margin: 0 0.872em 0 0;
  background-image: url(../img/industria-landing/volver.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #header .volver:before {
    content: none;
  }
}
#header .language-switchers {
  height: 2.222em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 3.555em;
  padding: 0.125em 1.444em;
  border-radius: 0.277em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px) brightness(1.15);
  font-size: 1.125em;
  text-transform: uppercase;
}
@media screen and (max-width: 1300px) {
  #header .language-switchers {
    margin-left: 3em;
  }
}
@media screen and (max-width: 1023px) {
  #header .language-switchers {
    margin-left: 2.5em;
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  #header .language-switchers {
    margin-left: 1.125em;
    padding: 0.125em 1em;
    font-size: 0.875em;
  }
}
#header .language-switchers li {
  display: inline-block;
}
#header .language-switchers li:after {
  content: "|";
  display: inline-block;
  position: relative;
  top: -0.075em;
  margin: 0 0.675em;
}
#header .language-switchers li:last-child:after {
  content: none;
}
#header .language-switchers li.activo a {
  color: #A7086C;
}

/*Main*/
#main {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
#main #articulo {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .fondo {
  width: 100%;
}
#main .fondo:before {
  content: "";
  width: 100%;
  max-width: none;
  height: 100vh;
  height: 100svh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+82&0.53+0,0.75+82 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), color-stop(82%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.75) 82%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#main .fondo .bg {
  width: 100%;
  max-width: none;
  height: 100vh;
  height: 100svh;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .fondo .container {
  min-height: 100vh;
  min-height: 100svh;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
  z-index: 2;
  padding: 13.375em 0 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
  #main .fondo .container {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    padding: 9em 0 7.5em;
  }
}
@media screen and (max-width: 767px) {
  #main .fondo .container {
    padding: 9em 0 2.5em;
  }
}
#main .fondo .titulo-wrapper {
  position: relative;
  left: -0.5em;
}
@media screen and (max-width: 767px) {
  #main .fondo .titulo-wrapper {
    left: -0.25em;
  }
}
#main .fondo .texto {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main .fondo .texto p {
  display: inline-block;
  margin: 2.52em 0 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5625em;
  font-weight: 300;
  line-height: 120%;
}
@media screen and (max-width: 1300px) {
  #main .fondo .texto p {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1023px) {
  #main .fondo .texto p {
    font-size: 1.375em;
  }
}
@media screen and (max-width: 767px) {
  #main .fondo .texto p {
    margin-top: 1.75em;
    font-size: 1.25em;
  }
}
#main .fondo #scrollto-responsive {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 767px) {
  #main .fondo #scrollto-responsive {
    width: 100%;
  }
}
#main .fondo #scrollto-responsive a {
  width: 6.625em;
  height: 6.625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  border: thin solid white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  #main .fondo #scrollto-responsive a {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #main .fondo #scrollto-responsive a {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #main .fondo #scrollto-responsive a {
    font-size: 0.675em;
  }
}
#main .fondo #scrollto-responsive a:hover {
  background-color: white;
}
#main .fondo #scrollto-responsive a:hover svg {
  fill: #A7086C;
}
@media screen and (max-width: 1023px) {
  #main .fondo #scrollto-responsive a:hover svg path {
    stroke: #A7086C;
  }
}
#main .fondo #scrollto-responsive a svg {
  width: 100%;
  height: auto;
  display: block;
  fill: white;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1023px) {
  #main .fondo #scrollto-responsive a svg path {
    stroke-width: 1px;
    stroke: white;
  }
}

/*Iniciativas*/
#iniciativas {
  width: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  padding: 1.25em 0 9.875em;
}
@media screen and (max-width: 1300px) {
  #iniciativas {
    padding: 1.25em 0 9em;
  }
}
@media screen and (max-width: 1023px) {
  #iniciativas {
    padding: 1.25em 0 6em;
  }
}
@media screen and (max-width: 767px) {
  #iniciativas {
    padding: 1.25em 0 4em;
  }
}
#iniciativas .proceso {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#iniciativas .proceso .etapa {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
  margin-right: 5.25em;
}
@media screen and (max-width: 1300px) {
  #iniciativas .proceso .etapa {
    margin-right: 5em;
  }
}
@media screen and (max-width: 1023px) {
  #iniciativas .proceso .etapa {
    margin-right: 4em;
  }
}
@media screen and (max-width: 767px) {
  #iniciativas .proceso .etapa {
    margin-right: 2.5em;
  }
}
#iniciativas .proceso .etapa:nth-child(2) .numero {
  -webkit-text-stroke: 2px #1C95A8;
}
@media screen and (max-width: 767px) {
  #iniciativas .proceso .etapa:nth-child(2) .numero {
    -webkit-text-stroke: 1px #1C95A8;
  }
}
#iniciativas .proceso .etapa:nth-child(3) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #iniciativas .proceso .etapa:nth-child(3) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#iniciativas .proceso .etapa:nth-child(3) .numero {
  -webkit-text-stroke: 2px #BECF5C;
}
@media screen and (max-width: 767px) {
  #iniciativas .proceso .etapa:nth-child(3) .numero {
    -webkit-text-stroke: 1px #BECF5C;
  }
}
#iniciativas .proceso .etapa:last-child {
  margin-right: 0;
}
#iniciativas .proceso .etapa:last-child:after {
  content: none;
}
#iniciativas .proceso .etapa:after {
  content: "";
  width: 3.188em;
  height: 1.865em;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -3.5em;
  background-image: url(../img/empleo-landing/flecha.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  #iniciativas .proceso .etapa:after {
    right: -4.5em;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #iniciativas .proceso .etapa:after {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #iniciativas .proceso .etapa:after {
    right: -3.5em;
    font-size: 0.675em;
  }
}
#iniciativas .numero {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11.875em;
  font-weight: bold;
  line-height: 120%;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px #A7086C;
}
@media screen and (max-width: 1300px) {
  #iniciativas .numero {
    font-size: 10em;
  }
}
@media screen and (max-width: 1023px) {
  #iniciativas .numero {
    font-size: 7.5em;
  }
}
@media screen and (max-width: 767px) {
  #iniciativas .numero {
    font-size: 4.5em;
    -webkit-text-stroke: 1px #A7086C;
  }
}
@media screen and (max-width: 370px) {
  #iniciativas .numero {
    font-size: 3.5em;
  }
}
#iniciativas .iniciativas {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13.625em;
}
@media screen and (max-width: 1300px) {
  #iniciativas .iniciativas {
    margin-top: 12em;
  }
}
@media screen and (max-width: 1023px) {
  #iniciativas .iniciativas {
    margin-top: 9em;
  }
}
@media screen and (max-width: 767px) {
  #iniciativas .iniciativas {
    margin-top: 4em;
  }
}
#iniciativas .iniciativas .columns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 1em 0 0;
}
#iniciativas .iniciativas .columns:nth-child(3n+1) .trigger-inline {
  background-color: rgba(167, 0, 116, 0.65);
}
#iniciativas .iniciativas .columns:nth-child(3n+2) .trigger-inline {
  background-color: rgba(28, 149, 168, 0.65);
}
#iniciativas .iniciativas .columns:nth-child(3n+2) .trigger-inline:hover .flecha svg {
  fill: #1C95A8;
}
#iniciativas .iniciativas .columns:nth-child(3n+2) .trigger-inline:hover .flecha svg path {
  stroke: #1C95A8;
}
#iniciativas .iniciativas .columns:nth-child(3n+3) .trigger-inline {
  background-color: rgba(190, 207, 92, 0.65);
}
#iniciativas .iniciativas .columns:nth-child(3n+3) .trigger-inline:hover .flecha svg {
  fill: #BECF5C;
}
#iniciativas .iniciativas .columns:nth-child(3n+3) .trigger-inline:hover .flecha svg path {
  stroke: #BECF5C;
}
#iniciativas .iniciativas .columns .trigger-inline {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75em 3.75em 1.75em 1.75em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media screen and (max-width: 1300px) {
  #iniciativas .iniciativas .columns .trigger-inline {
    padding: 1.675em 3em 1.675em 1.675em;
  }
}
@media screen and (max-width: 1023px) {
  #iniciativas .iniciativas .columns .trigger-inline {
    padding: 1.5em 2em 1.5em 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #iniciativas .iniciativas .columns .trigger-inline {
    padding: 1.375em 1.25em;
  }
}
#iniciativas .iniciativas .columns .trigger-inline:hover .flecha {
  background-color: white;
}
#iniciativas .iniciativas .columns .trigger-inline:hover .flecha svg {
  fill: #A7086C;
}
#iniciativas .iniciativas .columns .trigger-inline:hover .flecha svg path {
  stroke: #A7086C;
}
#iniciativas .iniciativas .columns .trigger-inline .picto {
  width: 3.75em;
  min-width: 3.75em;
  height: auto;
  display: block;
  margin: 0 3em 0 0;
}
@media screen and (max-width: 1300px) {
  #iniciativas .iniciativas .columns .trigger-inline .picto {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #iniciativas .iniciativas .columns .trigger-inline .picto {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #iniciativas .iniciativas .columns .trigger-inline .picto {
    font-size: 0.675em;
  }
}
#iniciativas .iniciativas .columns .trigger-inline .titulo-3 {
  margin-right: 1em;
}
#iniciativas .iniciativas .columns .trigger-inline .flecha {
  width: 4.82em;
  min-width: 4.82em;
  height: 4.82em;
  min-height: 4.82em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: thin solid white;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1300px) {
  #iniciativas .iniciativas .columns .trigger-inline .flecha {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #iniciativas .iniciativas .columns .trigger-inline .flecha {
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #iniciativas .iniciativas .columns .trigger-inline .flecha {
    font-size: 0.675em;
  }
}
#iniciativas .iniciativas .columns .trigger-inline .flecha svg {
  width: 100%;
  height: auto;
  display: block;
  fill: white;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
#iniciativas .iniciativas .columns .trigger-inline .flecha svg path {
  stroke-width: 1px;
  stroke: white;
}

/*Footer*/
#footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 3;
  background-color: black;
  color: white;
}
#footer:before {
  content: "";
  width: 100%;
  height: 1.375em;
  display: block;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a7086c+0,a7086c+33,1c95a8+33,1c95a8+66,becf5c+66,becf5c+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(167, 8, 108)), color-stop(33.33%, rgb(167, 8, 108)), color-stop(33.33%, rgb(28, 149, 168)), color-stop(66.66%, rgb(28, 149, 168)), color-stop(66.66%, rgb(190, 207, 92)), to(rgb(190, 207, 92)));
  background: linear-gradient(to right, rgb(167, 8, 108) 0%, rgb(167, 8, 108) 33.33%, rgb(28, 149, 168) 33.33%, rgb(28, 149, 168) 66.66%, rgb(190, 207, 92) 66.66%, rgb(190, 207, 92) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media screen and (max-width: 1300px) {
  #footer:before {
    height: 1.25em;
  }
}
@media screen and (max-width: 1023px) {
  #footer:before {
    height: 1.175em;
  }
}
@media screen and (max-width: 767px) {
  #footer:before {
    height: 1em;
  }
}
#footer .container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#footer .container.niv-1 {
  margin-top: 5.5em;
}
@media screen and (max-width: 1300px) {
  #footer .container.niv-1 {
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container.niv-1 {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  #footer .container.niv-1 {
    margin-top: 3em;
  }
}
#footer .container.niv-2 {
  margin-top: 5.75em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1300px) {
  #footer .container.niv-2 {
    margin-top: 4.5em;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container.niv-2 {
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  #footer .container.niv-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 2.5em;
  }
}
#footer .container.niv-3 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 3.625em;
  margin-bottom: 2.375em;
  padding-top: 2.5em;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1300px) {
  #footer .container.niv-3 {
    margin-top: 3.5em;
    margin-bottom: 2.25em;
    padding-top: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  #footer .container.niv-3 {
    margin-top: 3em;
    margin-bottom: 2em;
    padding-top: 2em;
  }
}
@media screen and (max-width: 767px) {
  #footer .container.niv-3 {
    margin-top: 1.75em;
    padding-top: 1.5em;
  }
}
#footer .container.niv-3:before {
  content: "";
  width: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0.5em;
  left: 0.5em;
  border-top: thin solid white;
}
@media screen and (max-width: 1300px) {
  #footer .container.niv-3:before {
    right: 12px;
    left: 12px;
  }
}
#footer .container.niv-3 ul {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  font-size: 1em;
}
@media screen and (max-width: 1023px) {
  #footer .container.niv-3 ul {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  #footer .container.niv-3 ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer .container.niv-3 ul li {
  display: inline-block;
}
#footer .container.niv-3 ul li:after {
  content: "|";
  display: inline-block;
  margin: 0 0.375em;
}
#footer .container.niv-3 ul li:last-child:after {
  content: none;
}
#footer .container.niv-3 p {
  width: 100%;
  display: inline-block;
  margin: 0;
  font-size: 1em;
}
@media screen and (max-width: 1023px) {
  #footer .container.niv-3 p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  #footer .container.niv-3 p {
    margin-top: 0.5em;
  }
}
#footer a {
  display: inline-block;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .logos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .logos img {
  width: auto;
  height: 5.9375em;
  display: block;
  position: relative;
  top: -0.5em;
  margin-right: 2.875em;
}
#footer .logos img:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1300px) {
  #footer .logos img {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 1023px) {
  #footer .logos img {
    margin-right: 2.5em;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 767px) {
  #footer .logos img {
    font-size: 0.675em;
  }
}
#footer .logos img.logo-urolan-prest {
  width: 100%;
  max-width: 6.625em;
  height: auto;
  display: block;
  top: 0;
  font-size: 1em;
}
@media screen and (max-width: 1300px) {
  #footer .logos img.logo-urolan-prest {
    max-width: 6.5em;
  }
}
@media screen and (max-width: 1023px) {
  #footer .logos img.logo-urolan-prest {
    max-width: 6em;
  }
}
@media screen and (max-width: 767px) {
  #footer .logos img.logo-urolan-prest {
    max-width: 4.5em;
  }
}
#footer .redes {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #footer .redes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 2em;
  }
}
#footer .redes ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
#footer .redes ul li {
  display: inline-block;
  margin: 0 1.375em 0 0;
}
@media screen and (max-width: 1023px) {
  #footer .redes ul li {
    margin-right: 1.25em;
  }
}
#footer .redes ul li:last-child {
  margin: 0;
}
#footer .redes a {
  display: inline-block;
}
#footer .redes a:hover {
  opacity: 0.5;
}
#footer .redes a .bi-twitter-x:before {
  content: "";
  width: 1.306em;
  height: 1.25em;
  display: block;
  background-image: url(../img/industria-landing/x.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .redes a .bi-facebook:before {
  content: "";
  width: 1.35em;
  height: 1.35em;
  display: block;
  background-image: url(../img/industria-landing/facebook.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .redes a .bi-linkedin:before {
  content: "";
  width: 1.2225em;
  height: 1.25em;
  display: block;
  background-image: url(../img/industria-landing/linkedin.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .redes a .bi-youtube:before {
  content: "";
  width: 1.436em;
  height: 1.25em;
  display: block;
  background-image: url(../img/industria-landing/youtube.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .redes a .bi-instagram:before {
  content: "";
  width: 1.2468em;
  height: 1.25em;
  display: block;
  background-image: url(../img/industria-landing/instagram.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .contacto {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #footer .contacto {
    margin-top: 2.5em;
  }
}
#footer .contacto .p-label {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  #footer .contacto .p-label {
    font-size: 1em;
  }
}
#footer .contacto .p-label + p:not(.p-label) {
  margin-top: 1.555em;
}
@media screen and (max-width: 1023px) {
  #footer .contacto .p-label + p:not(.p-label) {
    margin-top: 1.5em;
  }
}
#footer .contacto p:not(.p-label) {
  display: inline-block;
  margin: 1.111em 0 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 111.111%;
}
@media screen and (max-width: 1023px) {
  #footer .contacto p:not(.p-label) {
    font-size: 1em;
  }
}
#footer .contacto p:not(.p-label).direccion {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 1.777em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .contacto p:not(.p-label).direccion:before {
  content: "";
  width: 1.111em;
  height: 1.45em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/industria-landing/marker.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .contacto p:not(.p-label).direccion .span-p {
  display: inline-block;
  margin-top: 0.555em;
}
#footer .contacto p:not(.p-label).direccion .span-p:first-child {
  margin-top: 0;
}
#footer .contacto .email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .contacto .email:hover {
  text-decoration: none;
  opacity: 0.5;
}
#footer .contacto .email:before {
  content: "";
  width: 1.111em;
  height: 0.798em;
  display: inline-block;
  margin: 0 0.666em 0 0;
  background-image: url(../img/industria-landing/email.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .contacto .tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .contacto .tel:hover {
  text-decoration: none;
  opacity: 0.5;
}
#footer .contacto .tel:before {
  content: "";
  width: 1.111em;
  height: 1.115em;
  display: inline-block;
  margin: 0 0.666em 0 0;
  background-image: url(../img/industria-landing/tel.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .volver-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  #footer .volver-wrapper {
    margin-top: 2.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#footer .volver-wrapper a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  #footer .volver-wrapper a {
    font-size: 1em;
  }
}
#footer .volver-wrapper a:hover {
  text-decoration: none;
  opacity: 1;
}
#footer .volver-wrapper a:after {
  content: "";
  width: 1.17em;
  height: 0.685em;
  display: inline-block;
  margin: 0 0 0 0.872em;
  background-image: url(../img/industria-landing/volver.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#footer .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  #footer .nav {
    margin-top: 2.5em;
  }
}
#footer .nav ul {
  width: 100%;
  max-width: 14.444em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 111.111%;
}
@media screen and (max-width: 1023px) {
  #footer .nav ul {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  #footer .nav ul {
    max-width: none;
  }
}
#footer .nav ul li {
  width: 48%;
  width: calc(50% - 0.444em);
  display: inline-block;
  margin: 0.944em 0 0;
}
@media screen and (max-width: 767px) {
  #footer .nav ul li {
    width: calc(50% - 12px);
  }
}
#footer .nav ul li:first-child, #footer .nav ul li:nth-child(2) {
  margin-top: 0;
}
#footer .nav a {
  color: white;
}
#footer .nav a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.titulo-1 {
  width: 100%;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13.75em;
  font-weight: bold;
  line-height: 100%;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 2px white;
}
@media screen and (max-width: 1300px) {
  .titulo-1 {
    font-size: 12em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-1 {
    font-size: 8.5em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-1 {
    font-size: 5.5em;
    -webkit-text-stroke: 1px white;
  }
}
@media screen and (max-width: 370px) {
  .titulo-1 {
    font-size: 4.5em;
  }
}
.titulo-1 strong, .titulo-1 b {
  color: white;
  -webkit-text-stroke: 0 white;
}

.titulo-2 {
  width: 100%;
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 112.5%;
}
@media screen and (max-width: 1300px) {
  .titulo-2 {
    font-size: 2.25em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-2 {
    font-size: 1.875em;
  }
}

.titulo-3 {
  width: 100%;
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 112.5%;
}
@media screen and (max-width: 1300px) {
  .titulo-3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-3 {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-3 {
    font-size: 1.75em;
  }
}

.titulo-4 {
  width: 100%;
  display: inline-block;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 118.75%;
}
@media screen and (max-width: 1300px) {
  .titulo-4 {
    font-size: 1.875em;
  }
}
@media screen and (max-width: 1023px) {
  .titulo-4 {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .titulo-4 {
    font-size: 1.25em;
  }
}

.cta-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bouton, .btn, .cta, input[type=submit] {
  min-width: 7.7em;
  height: 2.55em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 1em;
  border: thin solid #A7086C;
  border-radius: 0.25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #A7086C;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  color: white;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
@media screen and (max-width: 1023px) {
  .bouton, .btn, .cta, input[type=submit] {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .bouton, .btn, .cta, input[type=submit] {
    width: 100%;
  }
}
.bouton:hover, .btn:hover, .cta:hover, input[type=submit]:hover {
  border: thin solid #1C95A8;
  background-color: #1C95A8;
}

.wpcf7 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7 form.wpcf7-form {
  width: 100%;
  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;
  margin: 0 auto;
}
.wpcf7 form.wpcf7-form:not(.submitting) .wpcf7-spinner {
  display: none;
}
.wpcf7 form.wpcf7-form.invalid .wpcf7-response-output {
  background-color: #ffb900;
  color: black;
}
.wpcf7 form.wpcf7-form.sent .wpcf7-response-output {
  border-color: #1C95A8;
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 116.66%;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.wpcf7-form .wpcf7-checkbox label {
    font-size: 0.875em;
  }
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox label input[type=checkbox] {
  width: 1.375em;
  max-width: 1.375em;
  min-width: 1.375em;
  height: 1.375em;
  max-height: 1.375em;
  min-height: 1.375em;
  display: block;
  margin: 0 0.75em 0 0;
  border: thin solid black;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-size: 1em;
  -webkit-appearance: none;
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox label input[type=checkbox]:checked {
  -webkit-appearance: auto;
}
.wpcf7 form.wpcf7-form .wpcf7-checkbox label .wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output {
  width: 100%;
  margin: 2em 0 0;
  padding: 1em;
  border: thin solid #BECF5C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
  text-align: center;
  color: #BECF5C;
}
@media screen and (max-width: 1300px) {
  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    padding: 15px;
  }
}
.wpcf7 form.wpcf7-form .ajax-loader:not(.is-active) {
  display: none;
}
.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 1.5em;
  height: 1.5em;
}
.wpcf7 form.wpcf7-form .wpcf7-acceptance {
  width: 100%;
}
.wpcf7 form.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form.wpcf7-form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  line-height: 116.66%;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.wpcf7-form .wpcf7-acceptance label {
    font-size: 0.825em;
  }
}
.wpcf7 form.wpcf7-form .wpcf7-acceptance label input[type=checkbox] {
  width: 0.825em;
  max-width: 0.825em;
  min-width: 0.825em;
  height: 0.825em;
  max-height: 0.825em;
  min-height: 0.825em;
  display: block;
  position: relative;
  top: 1px;
  margin: 0 0.571em 0 0;
  border: thin solid black;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-size: 1em;
  -webkit-appearance: none;
}
.wpcf7 form.wpcf7-form .wpcf7-acceptance label input[type=checkbox]:checked {
  -webkit-appearance: auto;
}
.wpcf7 form.wpcf7-form .wpcf7-acceptance label .wpcf7-list-item-label {
  display: inline-block;
}
.wpcf7 form.wpcf7-form .wpcf7-acceptance label a {
  text-decoration: underline;
  color: black;
}
.wpcf7 form.wpcf7-form .wpcf7-acceptance label a:hover {
  color: #A7086C;
}
.wpcf7 form.wpcf7-form input[type=text], .wpcf7 form.wpcf7-form input[type=email], .wpcf7 form.wpcf7-form input[type=tel], .wpcf7 form.wpcf7-form input[type=text], .wpcf7 form.wpcf7-form input[type=number], .wpcf7 form.wpcf7-form select, .wpcf7 form.wpcf7-form textarea {
  width: 100%;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 0.722em;
  border: none;
  border-bottom: thin solid black;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 122.22%;
  color: black;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.wpcf7-form input[type=text], .wpcf7 form.wpcf7-form input[type=email], .wpcf7 form.wpcf7-form input[type=tel], .wpcf7 form.wpcf7-form input[type=text], .wpcf7 form.wpcf7-form input[type=number], .wpcf7 form.wpcf7-form select, .wpcf7 form.wpcf7-form textarea {
    font-size: 1em;
  }
}
.wpcf7 form.wpcf7-form input[type=date] {
  width: 100%;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 0.722em;
  border: none;
  border-bottom: thin solid white;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 122.22%;
  color: black;
  outline: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.wpcf7-form input[type=date] {
    font-size: 1em;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 form.wpcf7-form input[type=date]:not(.has-value):before {
    content: attr(placeholder);
    color: white;
  }
}
.wpcf7 form.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 767px) {
  .wpcf7 form.wpcf7-form input[type=date]::-webkit-calendar-picker-indicator {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
  }
}
.wpcf7 form.wpcf7-form textarea {
  height: 6.111em;
  min-height: 3em;
}
.wpcf7 form.wpcf7-form select {
  padding-right: 2em;
  cursor: pointer;
}
.wpcf7 form.wpcf7-form select option {
  background: white;
  color: black;
}
.wpcf7 form.wpcf7-form input[type=file] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 122.22%;
}
.wpcf7 form.wpcf7-form input[type=file]::-webkit-file-upload-button {
  height: 2em;
  margin: 0 1.25em 0 0;
  padding: 0.25em 1em;
  border: thin solid black;
  border-radius: 0.3125em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.142em;
  font-weight: 300;
  color: black;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.wpcf7 form.wpcf7-form input[type=file]::-webkit-file-upload-button:hover {
  background-color: black;
  color: white;
}
.wpcf7 .form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.975em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1300px) {
  .wpcf7 .form-item {
    margin-bottom: 1.875em;
  }
}
@media screen and (max-width: 1023px) {
  .wpcf7 .form-item {
    margin-bottom: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-item {
    margin-bottom: 1.675em;
  }
}
.wpcf7 .form-item .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7 .form-item.mitad {
  width: 48%;
  width: calc(50% - 0.75em);
}
@media screen and (max-width: 1300px) {
  .wpcf7 .form-item.mitad {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-item.mitad {
    width: calc(50% - 7px);
  }
}
.wpcf7 .form-item.privacidad {
  margin-top: -1em;
  margin-bottom: 1.375em;
}
.wpcf7 .form-item.select {
  position: relative;
}
.wpcf7 .form-item.select:before {
  content: "\f107";
  font-family: "la-solid-900";
  font-size: 1.25em;
  position: absolute;
  top: 0.125em;
  right: 0;
  color: black;
  pointer-events: none;
}
.wpcf7 .form-item.date {
  position: relative;
}
.wpcf7 .form-item.file {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .form-item.file:not(:first-child) {
  margin-top: -0.625em;
}
.wpcf7 .form-item.file .wpcf7-form-control-wrap {
  width: auto;
}
.wpcf7 .form-item.file label {
  margin-right: 1em;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 122.22%;
}
@media screen and (max-width: 767px) {
  .wpcf7 .form-item.file label {
    font-size: 1em;
  }
}
.wpcf7 .form-item.texto-legal {
  margin-top: -0.75em;
}
.wpcf7 .form-item.texto-legal .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7 .form-item.texto-legal .inner.activo .trigger:before {
  content: "\f106";
}
.wpcf7 .form-item.texto-legal .inner.activo .oculto {
  max-height: 1000px;
}
.wpcf7 .form-item.texto-legal .inner .visible {
  width: 95%;
  width: calc(100% - 1.25em);
  display: block;
}
.wpcf7 .form-item.texto-legal .inner .visible p:first-child {
  margin-top: 0;
}
.wpcf7 .form-item.texto-legal .inner .trigger:before {
  content: "\f107";
  font-family: "la-solid-900";
  font-size: 1.25em;
  color: black;
  cursor: pointer;
}
.wpcf7 .form-item.texto-legal .inner .oculto {
  width: 95%;
  width: calc(100% - 1.25em);
  max-height: 0;
  display: block;
  overflow: hidden;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.wpcf7 .form-item.texto-legal .inner p {
  width: 100%;
  display: block;
  margin: 1em 0 0;
  font-size: 0.5625em;
  line-height: 122.22%;
}
.wpcf7 .wpcf7-not-valid-tip {
  width: 100%;
  float: left;
  margin: 5px 0 0;
  font-size: 11px;
  color: red;
}

/*.inline {
	display: none;
}*/
.inline.fancybox__content {
  max-width: 85.25em;
  padding: 5.5em 3.875em;
  border-radius: 0.3125em;
  background-color: #EEEEEE;
  color: black;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content {
    padding: 4em 3.5em;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content {
    padding: 3.5em 2em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content {
    padding: 3em 1.5em;
  }
}
.inline.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}
.inline.fancybox__content > .carousel__button.is-close {
  width: 1.5em;
  height: 1.5em;
  top: 1em;
  right: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content > .carousel__button.is-close {
    top: 0.5em;
    right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content > .carousel__button.is-close {
    width: 1.125em;
    height: 1.125em;
  }
}
.inline.fancybox__content > .carousel__button.is-close svg {
  stroke: black;
  stroke-width: 1px;
  -webkit-filter: none;
          filter: none;
}
.inline.fancybox__content .inner {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.inline.fancybox__content .inner .izq {
  width: 46%;
  max-width: 31.25em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .izq {
    width: 100%;
    max-width: none;
  }
}
.inline.fancybox__content .inner .izq .titulo-2 {
  color: #A7086C;
}
.inline.fancybox__content .inner .izq p:not(.titulo-2):not(.label_perfiles) {
  display: inline-block;
  margin: 2.333em 0 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 133.33%;
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .izq p:not(.titulo-2):not(.label_perfiles) {
    margin-top: 1.75em;
    font-size: 1em;
  }
}
.inline.fancybox__content .inner .izq ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2.333em 0 0;
  padding: 0;
  list-style: none;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 133.33%;
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .izq ul {
    margin-top: 1.75em;
    font-size: 1em;
  }
}
.inline.fancybox__content .inner .izq ul li {
  width: 100%;
  display: inline-block;
  position: relative;
  margin: 0.444em 0 0;
  padding: 0 0 0 1.888em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inline.fancybox__content .inner .izq ul li:first-child {
  margin: 0;
}
.inline.fancybox__content .inner .izq ul li:before {
  content: "\f061";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "la-solid-900";
  font-size: 1em;
  font-weight: 400;
  color: #BECF5C;
}
.inline.fancybox__content .inner .izq .label_perfiles {
  display: inline-block;
  margin: 3em 0 0;
  font-size: 0.9375em;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C95A8;
}
@media screen and (max-width: 1300px) {
  .inline.fancybox__content .inner .izq .label_perfiles {
    margin-top: 2.675em;
  }
}
@media screen and (max-width: 1023px) {
  .inline.fancybox__content .inner .izq .label_perfiles {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .izq .label_perfiles {
    margin-top: 1.875em;
  }
}
.inline.fancybox__content .inner .der {
  width: 46%;
  max-width: 33.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .der {
    width: 100%;
    max-width: none;
  }
}
.inline.fancybox__content .inner .der .wpcf7 {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .inline.fancybox__content .inner .der .wpcf7 {
    margin-top: 2.5em;
  }
}

.wcc-btn-revisit-wrapper {
  color: black;
}
.wcc-btn-revisit-wrapper span {
  color: black;
}

.grecaptcha-badge {
  display: none;
}