* {
  box-sizing: border-box; }

html {
  margin: 0;
  padding: 0 !important;
  font-size: 0.625em; }

body {
  margin: 0;
  padding: 0 !important;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

strong {
  font-weight: 500; }

ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

.wpb_revslider_element {
  margin-bottom: 0 !important; }

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important; }

.px-0.vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0; }

svg.img-fluid {
  height: inherit; }

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #151930;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 768px) {
    body {
      font-size: 1.6rem; } }

a {
  color: black;
  text-decoration: none;
  transition: 0.3s ease-in; }
  a:focus, a:hover, a:active {
    outline: 0; }

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

/******************************/
/********* FONTFACE ***********/
/******************************/
@font-face {
  font-family: 'Source Sans Pro';
  src: url("../assets/fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../assets/fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../assets/fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../assets/fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Source Sans Pro';
  src: url("../assets/fonts/SourceSansPro-Black.woff2") format("woff2"), url("../assets/fonts/SourceSansPro-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #151930;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (min-width: 768px) {
    p {
      font-size: 1.6rem; } }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0;
  padding: 0 100px;
  position: relative;
  border-left: 0; }
  blockquote:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 20px; }

address {
  margin: 0 0 1.5em; }

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  border-radius: 4px; }

code, kbd, tt, var {
  padding: 2px 4px; }

abbr, acronym {
  cursor: help; }

mark, ins {
  background: transparent;
  text-decoration: none; }

big {
  font-size: 133.33333%;
  line-height: 1.33333; }

b, strong {
  font-weight: 600; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  width: 100%; }

body {
  position: relative;
  margin: 0;
  padding: 0 !important;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #151930;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (min-width: 768px) {
    body {
      font-size: 1.6rem; } }

a {
  outline: none;
  text-decoration: none;
  color: black;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a:hover {
    text-decoration: none;
    color: black; }

hr {
  border-top: 1px solid black;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
  width: 100%; }
  hr.white_hr {
    border-top: 1px solid white; }

.b__principal {
  background: black !important; }

.b__principal_variante {
  background: black !important; }

.b__secundario {
  background: black !important; }

.b__secundario_variante {
  background: black !important; }

.b__blanco {
  background: white !important; }

.b__negro {
  background: white !important; }

.b__gris {
  background: #B8B9C0 !important; }

/******************************/
/*********** COLORES **********/
/******************************/
.f__rosa,
.f__rosa p,
p.f__rosa {
  color: #fe3e65 !important; }

.f__cyan,
.f__cyan p,
p.f__cyan {
  color: #8CEEF9 !important; }

.f__azul,
.f__azul p,
p.f__azul {
  color: #6E9AF2 !important; }

.f__salmon,
.f__salmon p,
p.f__salmon {
  color: #FFA09E !important; }

.f__gris,
.f__gris p,
p.f__gris {
  color: #B8B9C0 !important; }

.f__negro,
.f__negro p,
p.f__negro {
  color: #151930 !important; }

/******************************/
/********* ESPACIOS ***********/
/******************************/
.espacio_small {
  padding-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .espacio_small {
      padding-bottom: 1.5rem; } }
  @media (min-width: 992px) {
    .espacio_small {
      padding-bottom: 2rem; } }

.espacio_medium {
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .espacio_medium {
      padding-bottom: 5rem; } }
  @media (min-width: 992px) {
    .espacio_medium {
      padding-bottom: 7rem; } }

.espacio_large {
  padding-bottom: 7rem; }
  @media (min-width: 768px) {
    .espacio_large {
      padding-bottom: 8rem; } }
  @media (min-width: 992px) {
    .espacio_large {
      padding-bottom: 10rem; } }

.espacio_extralarge {
  padding-bottom: 13rem; }
  @media (min-width: 768px) {
    .espacio_extralarge {
      padding-bottom: 16rem; } }
  @media (min-width: 992px) {
    .espacio_extralarge {
      padding-bottom: 20rem; } }

@media (max-width: 767px) {
  .espacio_movil_small {
    padding-bottom: 1.5rem; } }

@media (max-width: 767px) {
  .espacio_movil_large {
    padding-bottom: 4rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .espacio_ipad_small {
    padding-bottom: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .espacio_ipad_large {
    padding-bottom: 4rem; } }

/******************************/
/********** CLASES ************/
/******************************/
.titulo, .titulo p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  color: #151930;
  line-height: 1em; }
  @media (min-width: 768px) {
    .titulo, .titulo p {
      font-size: 6rem; } }
  @media (min-width: 992px) {
    .titulo, .titulo p {
      font-size: 4.5rem; } }
  @media (min-width: 1200px) {
    .titulo, .titulo p {
      font-size: 6rem; } }
  @media (min-width: 1600px) {
    .titulo, .titulo p {
      font-size: 7rem; } }
  .titulo strong, .titulo p strong {
    font-weight: bold; }

.titulo_small, .titulo_small p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #151930; }
  @media (min-width: 768px) {
    .titulo_small, .titulo_small p {
      font-size: 4rem; } }
  @media (min-width: 992px) {
    .titulo_small, .titulo_small p {
      font-size: 3.2rem; } }
  @media (min-width: 1200px) {
    .titulo_small, .titulo_small p {
      font-size: 4rem; } }
  @media (min-width: 1600px) {
    .titulo_small, .titulo_small p {
      font-size: 4.2rem; } }

.subtitulo, .subtitulo p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #151930; }
  @media (min-width: 768px) {
    .subtitulo, .subtitulo p {
      font-size: 2.4rem; } }

.contenido, .contenido p {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #151930; }
  @media (min-width: 768px) {
    .contenido, .contenido p {
      font-size: 1.8rem; } }
  @media (min-width: 992px) {
    .contenido, .contenido p {
      font-size: 1.6rem; } }
  @media (min-width: 1200px) {
    .contenido, .contenido p {
      font-size: 1.8rem; } }

.f__source_sans,
.f__source_sans p,
.f__source_sans h1,
.f__source_sans h2,
.f__source_sans h3,
.f__source_sans h3,
.f__source_sans h5 {
  font-family: 'Source Sans Pro'; }

.f__source_sans_bold,
.f__source_sans_bold p,
.f__source_sans_bold h1,
.f__source_sans_bold h2,
.f__source_sans_bold h3,
.f__source_sans_bold h3,
.f__source_sans_bold h5 {
  font-family: 'Source Sans Pro';
  font-weight: bold; }

.f__source_sans_black,
.f__source_sans_black p,
.f__source_sans_black h1,
.f__source_sans_black h2,
.f__source_sans_black h3,
.f__source_sans_black h3,
.f__source_sans_black h5 {
  font-family: 'Source Sans Pro';
  font-weight: 900; }

.fPrincipal,
.fPrincipal p,
.fPrincipal h1,
.fPrincipal h2,
.fPrincipal h3,
.fPrincipal h4,
.fPrincipal h5 {
  font-family: "Source Sans Pro", sans-serif; }

.fSecundaria,
.fSecundaria p,
.fSecundaria h1,
.fSecundaria h2,
.fSecundaria h3,
.fSecundaria h4,
.fSecundaria h5 {
  font-family: "Source Sans Pro", sans-serif; }

.fDetails,
.fDetails p,
.fDetails h1,
.fDetails h2,
.fDetails h3,
.fDetails h4,
.fDetails h5 {
  font-family: "Source Sans Pro", sans-serif; }

.f__13, .f__13 p,
.f__13 h1, .f__13 h2,
.f__13 h3, .f__13 h3, .f__13 h5 {
  font-size: 1.2rem !important;
  line-height: 1.4em !important; }
  @media (min-width: 768px) {
    .f__13, .f__13 p,
    .f__13 h1, .f__13 h2,
    .f__13 h3, .f__13 h3, .f__13 h5 {
      font-size: 1.3rem !important; } }
  @media (min-width: 1600px) {
    .f__13, .f__13 p,
    .f__13 h1, .f__13 h2,
    .f__13 h3, .f__13 h3, .f__13 h5 {
      font-size: 1.3rem !important;
      line-height: 1.4em !important; } }

.f__14, .f__14 p,
.f__14 h1, .f__14 h2,
.f__14 h3, .f__14 h4, .f__14 h5 {
  font-size: 1.2rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__14, .f__14 p,
    .f__14 h1, .f__14 h2,
    .f__14 h3, .f__14 h4, .f__14 h5 {
      font-size: 1.3rem !important; } }
  @media (min-width: 1600px) {
    .f__14, .f__14 p,
    .f__14 h1, .f__14 h2,
    .f__14 h3, .f__14 h4, .f__14 h5 {
      font-size: 1.4rem !important;
      line-height: 1.3em !important; } }

.f__15, .f__15 p,
.f__15 h1, .f__15 h2,
.f__15 h3, .f__15 h4, .f__15 h5 {
  font-size: 1.3rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__15, .f__15 p,
    .f__15 h1, .f__15 h2,
    .f__15 h3, .f__15 h4, .f__15 h5 {
      font-size: 1.4rem !important; } }
  @media (min-width: 1600px) {
    .f__15, .f__15 p,
    .f__15 h1, .f__15 h2,
    .f__15 h3, .f__15 h4, .f__15 h5 {
      font-size: 1.5rem !important;
      line-height: 1.3em !important; } }

.f__16, .f__16 p,
.f__16 h1, .f__16 h2,
.f__16 h3, .f__16 h4, .f__16 h5 {
  font-size: 1.4rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__16, .f__16 p,
    .f__16 h1, .f__16 h2,
    .f__16 h3, .f__16 h4, .f__16 h5 {
      font-size: 1.5rem !important; } }
  @media (min-width: 1600px) {
    .f__16, .f__16 p,
    .f__16 h1, .f__16 h2,
    .f__16 h3, .f__16 h4, .f__16 h5 {
      font-size: 1.6rem !important; } }

.f__17, .f__17 p,
.f__17 h1, .f__17 h2,
.f__17 h3, .f__17 h4, .f__17 h5 {
  font-size: 1.4rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__17, .f__17 p,
    .f__17 h1, .f__17 h2,
    .f__17 h3, .f__17 h4, .f__17 h5 {
      font-size: 1.6rem !important; } }
  @media (min-width: 1600px) {
    .f__17, .f__17 p,
    .f__17 h1, .f__17 h2,
    .f__17 h3, .f__17 h4, .f__17 h5 {
      font-size: 1.7rem !important; } }

.f__18, .f__18 p,
.f__18 h1, .f__18 h2,
.f__18 h3, .f__18 h4, .f__18 h5 {
  font-size: 1.4rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__18, .f__18 p,
    .f__18 h1, .f__18 h2,
    .f__18 h3, .f__18 h4, .f__18 h5 {
      font-size: 1.7rem !important; } }
  @media (min-width: 1600px) {
    .f__18, .f__18 p,
    .f__18 h1, .f__18 h2,
    .f__18 h3, .f__18 h4, .f__18 h5 {
      font-size: 1.8rem !important; } }

.f__20, .f__20 p,
.f__20 h1, .f__20 h2,
.f__20 h3, .f__20 h4, .f__20 h5 {
  font-size: 1.4rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__20, .f__20 p,
    .f__20 h1, .f__20 h2,
    .f__20 h3, .f__20 h4, .f__20 h5 {
      font-size: 1.9rem !important; } }
  @media (min-width: 1600px) {
    .f__20, .f__20 p,
    .f__20 h1, .f__20 h2,
    .f__20 h3, .f__20 h4, .f__20 h5 {
      font-size: 2rem !important; } }

.f__22, .f__22 p,
.f__22 h1, .f__22 h2,
.f__22 h3, .f__22 h4, .f__22 h5 {
  font-size: 1.6rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__22, .f__22 p,
    .f__22 h1, .f__22 h2,
    .f__22 h3, .f__22 h4, .f__22 h5 {
      font-size: 2rem !important; } }
  @media (min-width: 1600px) {
    .f__22, .f__22 p,
    .f__22 h1, .f__22 h2,
    .f__22 h3, .f__22 h4, .f__22 h5 {
      font-size: 2.2rem !important; } }

.f__24, .f__24 p,
.f__24 h1, .f__24 h2,
.f__24 h3, .f__24 h4, .f__24 h5 {
  font-size: 1.8rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__24, .f__24 p,
    .f__24 h1, .f__24 h2,
    .f__24 h3, .f__24 h4, .f__24 h5 {
      font-size: 2.2rem !important; } }
  @media (min-width: 1200px) {
    .f__24, .f__24 p,
    .f__24 h1, .f__24 h2,
    .f__24 h3, .f__24 h4, .f__24 h5 {
      font-size: 2.3rem !important; } }
  @media (min-width: 1600px) {
    .f__24, .f__24 p,
    .f__24 h1, .f__24 h2,
    .f__24 h3, .f__24 h4, .f__24 h5 {
      font-size: 2.4rem !important; } }

.f__26, .f__26 p,
.f__26 h1, .f__26 h2,
.f__26 h3, .f__26 h4, .f__26 h5 {
  font-size: 2rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__26, .f__26 p,
    .f__26 h1, .f__26 h2,
    .f__26 h3, .f__26 h4, .f__26 h5 {
      font-size: 2.4rem !important; } }
  @media (min-width: 1200px) {
    .f__26, .f__26 p,
    .f__26 h1, .f__26 h2,
    .f__26 h3, .f__26 h4, .f__26 h5 {
      font-size: 2.5rem !important; } }
  @media (min-width: 1600px) {
    .f__26, .f__26 p,
    .f__26 h1, .f__26 h2,
    .f__26 h3, .f__26 h4, .f__26 h5 {
      font-size: 2.6rem !important; } }

.f__28, .f__28 p,
.f__28 h1, .f__28 h2,
.f__28 h3, .f__28 h4, .f__28 h5 {
  font-size: 2.2rem !important;
  line-height: 1.3em !important; }
  @media (min-width: 768px) {
    .f__28, .f__28 p,
    .f__28 h1, .f__28 h2,
    .f__28 h3, .f__28 h4, .f__28 h5 {
      font-size: 2.6rem !important; } }
  @media (min-width: 1200px) {
    .f__28, .f__28 p,
    .f__28 h1, .f__28 h2,
    .f__28 h3, .f__28 h4, .f__28 h5 {
      font-size: 2.7rem !important; } }
  @media (min-width: 1600px) {
    .f__28, .f__28 p,
    .f__28 h1, .f__28 h2,
    .f__28 h3, .f__28 h4, .f__28 h5 {
      font-size: 2.8rem !important; } }

.f__30, .f__30 p,
.f__30 h1, .f__30 h2,
.f__30 h3, .f__30 h4, .f__30 h5 {
  font-size: 2.4rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__30, .f__30 p,
    .f__30 h1, .f__30 h2,
    .f__30 h3, .f__30 h4, .f__30 h5 {
      font-size: 2.8rem !important; } }
  @media (min-width: 1200px) {
    .f__30, .f__30 p,
    .f__30 h1, .f__30 h2,
    .f__30 h3, .f__30 h4, .f__30 h5 {
      font-size: 2.9rem !important; } }
  @media (min-width: 1600px) {
    .f__30, .f__30 p,
    .f__30 h1, .f__30 h2,
    .f__30 h3, .f__30 h4, .f__30 h5 {
      font-size: 3rem !important; } }

.f__34, .f__34 p,
.f__34 h1, .f__34 h2,
.f__34 h3, .f__34 h4, .f__34 h5 {
  font-size: 2.6rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__34, .f__34 p,
    .f__34 h1, .f__34 h2,
    .f__34 h3, .f__34 h4, .f__34 h5 {
      font-size: 3rem !important; } }
  @media (min-width: 1200px) {
    .f__34, .f__34 p,
    .f__34 h1, .f__34 h2,
    .f__34 h3, .f__34 h4, .f__34 h5 {
      font-size: 3.2rem !important; } }
  @media (min-width: 1600px) {
    .f__34, .f__34 p,
    .f__34 h1, .f__34 h2,
    .f__34 h3, .f__34 h4, .f__34 h5 {
      font-size: 3.4rem !important; } }

.f__38, .f__38 p,
.f__38 h1, .f__38 h2,
.f__38 h3, .f__38 h4, .f__38 h5 {
  font-size: 2.8rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__38, .f__38 p,
    .f__38 h1, .f__38 h2,
    .f__38 h3, .f__38 h4, .f__38 h5 {
      font-size: 3.4rem !important; } }
  @media (min-width: 1200px) {
    .f__38, .f__38 p,
    .f__38 h1, .f__38 h2,
    .f__38 h3, .f__38 h4, .f__38 h5 {
      font-size: 3.6rem !important; } }
  @media (min-width: 1600px) {
    .f__38, .f__38 p,
    .f__38 h1, .f__38 h2,
    .f__38 h3, .f__38 h4, .f__38 h5 {
      font-size: 3.8rem !important; } }

.f__42, .f__42 p,
.f__42 h1, .f__42 h2,
.f__42 h3, .f__42 h4, .f__42 h5 {
  font-size: 3rem !important;
  line-height: 1.2em !important; }
  @media (min-width: 768px) {
    .f__42, .f__42 p,
    .f__42 h1, .f__42 h2,
    .f__42 h3, .f__42 h4, .f__42 h5 {
      font-size: 3.8rem !important; } }
  @media (min-width: 1200px) {
    .f__42, .f__42 p,
    .f__42 h1, .f__42 h2,
    .f__42 h3, .f__42 h4, .f__42 h5 {
      font-size: 4rem !important; } }
  @media (min-width: 1600px) {
    .f__42, .f__42 p,
    .f__42 h1, .f__42 h2,
    .f__42 h3, .f__42 h4, .f__42 h5 {
      font-size: 4.2rem !important; } }

.f__48, .f__48 p,
.f__48 h1, .f__48 h2,
.f__48 h3, .f__48 h4, .f__48 h5 {
  font-size: 3.4rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__48, .f__48 p,
    .f__48 h1, .f__48 h2,
    .f__48 h3, .f__48 h4, .f__48 h5 {
      font-size: 4.2rem !important; } }
  @media (min-width: 1200px) {
    .f__48, .f__48 p,
    .f__48 h1, .f__48 h2,
    .f__48 h3, .f__48 h4, .f__48 h5 {
      font-size: 4.5rem !important; } }
  @media (min-width: 1600px) {
    .f__48, .f__48 p,
    .f__48 h1, .f__48 h2,
    .f__48 h3, .f__48 h4, .f__48 h5 {
      font-size: 4.8rem !important; } }

.f__54, .f__54 p,
.f__54 h1, .f__54 h2,
.f__54 h3, .f__54 h4, .f__54 h5 {
  font-size: 4rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__54, .f__54 p,
    .f__54 h1, .f__54 h2,
    .f__54 h3, .f__54 h4, .f__54 h5 {
      font-size: 4.8rem !important; } }
  @media (min-width: 1200px) {
    .f__54, .f__54 p,
    .f__54 h1, .f__54 h2,
    .f__54 h3, .f__54 h4, .f__54 h5 {
      font-size: 5rem !important; } }
  @media (min-width: 1600px) {
    .f__54, .f__54 p,
    .f__54 h1, .f__54 h2,
    .f__54 h3, .f__54 h4, .f__54 h5 {
      font-size: 5.4rem !important; } }

.f__60, .f__60 p,
.f__60 h1, .f__60 h2,
.f__60 h3, .f__60 h4, .f__60 h5 {
  font-size: 4.5rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__60, .f__60 p,
    .f__60 h1, .f__60 h2,
    .f__60 h3, .f__60 h4, .f__60 h5 {
      font-size: 5.5rem !important; } }
  @media (min-width: 1200px) {
    .f__60, .f__60 p,
    .f__60 h1, .f__60 h2,
    .f__60 h3, .f__60 h4, .f__60 h5 {
      font-size: 5.75rem !important; } }
  @media (min-width: 1600px) {
    .f__60, .f__60 p,
    .f__60 h1, .f__60 h2,
    .f__60 h3, .f__60 h4, .f__60 h5 {
      font-size: 6rem !important; } }

.f__72, .f__72 p,
.f__72 h1, .f__72 h2,
.f__72 h3, .f__72 h4, .f__72 h5 {
  font-size: 5rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__72, .f__72 p,
    .f__72 h1, .f__72 h2,
    .f__72 h3, .f__72 h4, .f__72 h5 {
      font-size: 6.6rem !important; } }
  @media (min-width: 1200px) {
    .f__72, .f__72 p,
    .f__72 h1, .f__72 h2,
    .f__72 h3, .f__72 h4, .f__72 h5 {
      font-size: 6.9rem !important; } }
  @media (min-width: 1600px) {
    .f__72, .f__72 p,
    .f__72 h1, .f__72 h2,
    .f__72 h3, .f__72 h4, .f__72 h5 {
      font-size: 7.2rem !important; } }

.f__80, .f__80 p,
.f__80 h1, .f__80 h2,
.f__80 h3, .f__80 h4, .f__80 h5 {
  font-size: 5.5rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__80, .f__80 p,
    .f__80 h1, .f__80 h2,
    .f__80 h3, .f__80 h4, .f__80 h5 {
      font-size: 7.2rem !important; } }
  @media (min-width: 1200px) {
    .f__80, .f__80 p,
    .f__80 h1, .f__80 h2,
    .f__80 h3, .f__80 h4, .f__80 h5 {
      font-size: 7.6rem !important; } }
  @media (min-width: 1600px) {
    .f__80, .f__80 p,
    .f__80 h1, .f__80 h2,
    .f__80 h3, .f__80 h4, .f__80 h5 {
      font-size: 8rem !important; } }

.f__90, .f__90 p,
.f__90 h1, .f__90 h2,
.f__90 h3, .f__90 h4, .f__90 h5 {
  font-size: 6rem !important;
  line-height: 1em !important; }
  @media (min-width: 768px) {
    .f__90, .f__90 p,
    .f__90 h1, .f__90 h2,
    .f__90 h3, .f__90 h4, .f__90 h5 {
      font-size: 8rem !important; } }
  @media (min-width: 1200px) {
    .f__90, .f__90 p,
    .f__90 h1, .f__90 h2,
    .f__90 h3, .f__90 h4, .f__90 h5 {
      font-size: 8.5rem !important; } }
  @media (min-width: 1600px) {
    .f__90, .f__90 p,
    .f__90 h1, .f__90 h2,
    .f__90 h3, .f__90 h4, .f__90 h5 {
      font-size: 9rem !important; } }

.btn,
.vc_general {
  border: 1px solid #151930 !important;
  border-radius: 5px !important;
  background: #151930 !important;
  color: white !important;
  display: inline-block;
  position: relative;
  padding: 1.2rem 1.5rem !important;
  line-height: 1em !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3rem;
  font-weight: 700 !important; }
  @media (min-width: 992px) {
    .btn,
    .vc_general {
      padding: 1.8rem 2rem !important;
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    .btn,
    .vc_general {
      font-size: 1.8rem; } }
  .btn:hover,
  .vc_general:hover {
    background: #8CEEF9 !important;
    color: white !important;
    border: 1px solid #8CEEF9 !important; }
    .btn:hover:before,
    .vc_general:hover:before {
      width: 100%; }
  .btn img,
  .vc_general img {
    padding-right: 1rem; }

.btn_blanco {
  border: 1px solid #151930 !important;
  background: transparent !important;
  color: #151930 !important; }

.btn_white {
  background: transparent !important;
  border-color: white !important;
  color: white !important; }

/******************************/
/*********** PACE *************/
/******************************/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  z-index: 999000;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform .5s ease-out;
  -ms-transition: transform .5s ease-out;
  transition: transform .5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 999000;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 8px;
  background: #fe3e65;
  pointer-events: none;
  opacity: 0.7; }

/******************************/
/********** CUSTOM ************/
/******************************/
.cargador {
  position: fixed;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 900000;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .cargador .wave {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 7rem;
    height: 24px;
    overflow: hidden; }
    .cargador .wave:before {
      content: '';
      display: block;
      width: 14rem;
      height: 100%;
      background: url(../assets/img/onda.png);
      animation: loading_bar 1.5s linear infinite; }

@keyframes loading_bar {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }

.loaded .cargador {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%); }

.loaded .pace .pace-progress {
  display: none; }

/******************************/
/******** FORMULARIOS *********/
/******************************/
.wpcf7-form {
  position: relative; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 25px 0 10px;
  width: 100%;
  vertical-align: top; }
  @media (min-width: 992px) {
    .input {
      margin: 25px 0 10px; } }
  @media (min-width: 1440px) {
    .input {
      margin: 25px 0 10px; } }
  .input:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.input__field {
  position: relative;
  z-index: 1000;
  display: block;
  float: right;
  padding: .5rem 0 .8rem 0;
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  color: black;
  font-size: 1.6rem;
  line-height: 1.5rem;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }
  @media (min-width: 1440px) {
    .input__field {
      font-size: 1.7rem; } }

.input__field:focus {
  outline: none; }

.input__label {
  position: absolute;
  display: inline-block;
  z-index: 500;
  width: 100%;
  height: 100%;
  text-align: left;
  cursor: text;
  float: right;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  display: block;
  padding: .5rem 0 .8rem 0;
  width: 100%;
  color: black;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 500;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input_select select {
  border: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .input_select select option {
    background: white; }

.input_select label {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.input_select.input--filled label {
  opacity: 1; }

.input--filled:before {
  background: white; }

.input__field--madoka:focus:before,
.input--filled:before {
  background: black; }

.input__field--madoka:focus select,
.input--filled select {
  opacity: 1; }

.input__field--madoka:focus + .input__label--madoka,
.input--filled .input__label--madoka {
  cursor: default;
  pointer-events: none; }

.input__field--madoka:focus + .input__label--madoka .input__label-content--madoka,
.input--filled .input__label-content--madoka {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

textarea {
  height: 10rem;
  overflow: hidden;
  border: 1pc solid #ACACAC; }

.wpcf7-acceptance {
  color: #ACACAC;
  font-size: 1.2rem;
  line-height: 1em; }
  .wpcf7-acceptance .wpcf7-list-item {
    margin: 0; }
  .wpcf7-acceptance a {
    color: #ACACAC;
    text-decoration: underline; }

.wpcf7-checkbox span {
  color: #ACACAC;
  margin: 0; }

input[type="submit"] {
  border-radius: 0;
  border: none;
  padding: 1.2rem 5rem;
  font-size: 1.2rem;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background: black !important;
  color: white !important; }
  @media (min-width: 768px) {
    input[type="submit"] {
      font-size: 1.4rem; } }
  input[type="submit"]:hover {
    background: black !important;
    color: white !important; }

.form_submit,
.form_thanks {
  width: 100% !important; }

.form_thanks {
  display: none; }

/******** CONTACT FORM 7 *********/
.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px; }

div.wpcf7-response-output {
  margin: 10px 0 0;
  border: 2px solid  red !important;
  color: red !important;
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  margin: 0 !important;
  line-height: 1.2em; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid red !important;
  color: red !important; }

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #94f2b5 !important;
  color: #94f2b5 !important; }

.wpcf7-submit {
  position: relative; }
  .wpcf7-submit .ajax-loader {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%); }

.wpcf7 p {
  color: #ACACAC;
  font-size: 1.3rem !important; }

/******************************/
/**** ANIMATED ELEMENTS *******/
/******************************/
/**** ANIMATED LETTERS *******/
.animated_letters p {
  line-height: 0.5em !important; }
  .animated_letters p > span {
    line-height: 0.8em;
    display: inline-block;
    overflow: hidden; }
    .animated_letters p > span span {
      display: inline-block;
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
      transform: translateY(120%);
      -ms-transform: translateY(120%);
      -moz-transform: translateY(120%);
      -webkit-transform: translateY(120%);
      -o-transform: translateY(120%);
      line-height: 1em;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .animated_letters p > span span {
          margin-right: 12px; } }
      @media (min-width: 992px) {
        .animated_letters p > span span {
          margin-right: 14px; } }
      @media (min-width: 1200px) {
        .animated_letters p > span span {
          margin-right: 16px; } }
      @media (min-width: 1400px) {
        .animated_letters p > span span {
          margin-right: 18px; } }
      @media (min-width: 1600px) {
        .animated_letters p > span span {
          margin-right: 20px; } }
    .animated_letters p > span.loaded span {
      transform: translateY(-5px);
      -ms-transform: translateY(-5px);
      -moz-transform: translateY(-5px);
      -webkit-transform: translateY(-5px);
      -o-transform: translateY(-5px); }
      @media (min-width: 1200px) {
        .animated_letters p > span.loaded span {
          transform: translateY(-10px);
          -ms-transform: translateY(-10px);
          -moz-transform: translateY(-10px);
          -webkit-transform: translateY(-10px);
          -o-transform: translateY(-10px); } }

/******************************/
/***** MODAL FULLSCREEN *******/
/******************************/
.lg-backdrop {
  z-index: 5000;
  background: black; }

.lg-toolbar {
  position: absolute;
  background: transparent;
  right: 50%;
  left: initial !important;
  top: 3rem !important;
  opacity: 1 !important;
  transform: none !important;
  text-align: center;
  transform: translateX(50%);
  -ms-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -o-transform: translateX(50%);
  z-index: 6000; }

.lg-close {
  opacity: 0; }

.lg-close {
  position: fixed;
  background: transparent;
  right: initial;
  left: 50% !important;
  top: 3.2rem !important;
  opacity: 1 !important;
  text-align: center;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 6000;
  width: 40px !important;
  height: 40px !important;
  background-image: url(../assets/img/close.png) !important;
  background-size: cover !important;
  line-height: inherit !important;
  text-shadow: unset !important;
  font-size: 1.5rem !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  padding: 0 !important;
  opacity: 1 !important;
  color: white !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .lg-close:hover {
    color: #B8B9C0; }
  .lg-close:after {
    content: '' !important; }
  @media (min-width: 768px) {
    .lg-close {
      top: 4.5rem !important; } }

.lg-outer .lg-thumb {
  padding: 0 !important;
  border-top: 3px solid white; }

.lg-outer .lg-thumb-item {
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 140px !important; }

.lg-outer .lg-toogle-thumb {
  display: none; }

.lg-img-wrap {
  padding: 0 !important; }

.lg-outer {
  z-index: 6000; }

.lg-outer .lg-image {
  height: 100% !important;
  width: auto !important;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover; }

.lg-sub-html {
  background: transparent;
  position: fixed;
  z-index: 7000;
  width: 100%;
  bottom: 10rem;
  left: 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1em;
  color: white;
  padding: 0 3rem 3rem 0;
  text-align: right; }
  @media (min-width: 992px) {
    .lg-sub-html {
      font-size: 1.8rem; } }

.lg-actions {
  position: unset; }
  .lg-actions button {
    padding: 0 !important;
    opacity: 1 !important;
    position: absolute;
    background: transparent !important;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 13px;
    height: 31px;
    overflow: hidden;
    text-indent: -999px; }
    @media (min-width: 992px) {
      .lg-actions button {
        width: 15px;
        height: 38px; } }
    @media (min-width: 992px) {
      .lg-actions button {
        width: 20px;
        height: 50px; } }
    .lg-actions button.lg-prev {
      left: 30px;
      background-image: url(../assets/img/arrow_gallery_left.png) !important;
      background-size: cover !important; }
    .lg-actions button.lg-next {
      right: 30px;
      background-image: url(../assets/img/arrow_gallery_right.png) !important;
      background-size: cover !important; }

/******************************/
/********** FONDOS ************/
/******************************/
.wrapper {
  position: relative;
  z-index: 100; }

.islas {
  width: 100%;
  position: absolute;
  height: 100%;
  background-image: url(../assets/img/bg_general.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: center top !important;
  z-index: 0; }
  @media (min-width: 768px) {
    .islas {
      background-size: 100% auto; } }

.lineas {
  width: 100%;
  position: absolute;
  height: 100%;
  background-image: url(../assets/img/lineas.png);
  background-size: 100% auto;
  z-index: -1;
  opacity: 0.5; }
  @media (min-width: 768px) {
    .lineas {
      opacity: 0.3; } }

/******************************/
/********** FONDOS ************/
/******************************/
.texto_cyan {
  color: #8CEEF9; }

.texto_azul {
  color: #6E9AF2; }

.texto_salmon {
  color: #FFA09E; }

.texto_rosa {
  color: #fe3e65; }

.texto_gris {
  color: #B8B9C0; }

.tarjeta_rosa {
  border-top: 20px solid #fe3e65; }

.tarjeta_cyan {
  border-top: 20px solid #8CEEF9; }

.tarjeta_azul {
  border-top: 20px solid #6E9AF2; }

.tarjeta_salmon {
  border-top: 20px solid #FFA09E; }

.tarjeta_gris {
  border-top: 20px solid #B8B9C0; }

/********** SWITCH ICONS ************/
.icono_switch {
  position: relative; }
  .icono_switch img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    max-width: 100%;
    height: auto; }
  .icono_switch .icono_switch__motor {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.motor .icono_switch__vela {
  opacity: 0; }

.motor .icono_switch__motor {
  opacity: 1; }

/******************************/
/********** SWITCHER **********/
/******************************/
.switcher {
  display: flex;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .switcher {
      font-size: 1.6rem;
      margin-bottom: 3rem; } }

/* The switch - the box around the slider */
.btn-toggle {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 30px;
  cursor: pointer;
  background-color: #fe3e65;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  border: 0;
  margin: 0 1rem; }
  @media (min-width: 768px) {
    .btn-toggle {
      width: 92px;
      height: 42px; } }

.btn-toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
  @media (min-width: 768px) {
    .btn-toggle:before {
      height: 38px;
      width: 38px; } }

.motor .btn-toggle {
  background-color: #8CEEF9; }

.motor .btn-toggle:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px); }

.vc_row a {
  font-weight: 700;
  text-decoration: underline; }

/******************************/
/*********** MAPA *************/
/******************************/
/******************************/
/*********** HEADER ***********/
/******************************/
#wrap {
  width: 100%;
  overflow: hidden; }

header {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  position: relative;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  max-height: 10rem; }
  @media (min-width: 768px) {
    header {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    header {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    header {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    header {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }

.shrink header {
  background-color: white;
  padding: 1.5rem 1.5rem; }
  @media (min-width: 768px) {
    .shrink header {
      padding: 2.2rem 4.5rem; } }
  @media (min-width: 992px) {
    .shrink header {
      padding: 2.2rem 4.5rem; } }
  @media (min-width: 1400px) {
    .shrink header {
      padding: 3.4rem 6.2rem; } }

.menu__brand {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .menu__brand img {
    display: block;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50%; }
    @media (min-width: 768px) {
      .menu__brand img {
        width: 60%; } }
    @media (min-width: 992px) {
      .menu__brand img {
        width: 80%;
        max-width: 280px; } }

.shrink header .menu__brand {
  opacity: 0; }

header ul.menu li {
  position: relative;
  margin-right: 0; }
  @media (min-width: 992px) {
    header ul.menu li {
      margin-right: 4rem; } }
  @media (min-width: 1200px) {
    header ul.menu li {
      margin-right: 6rem; } }
  header ul.menu li:last-child {
    margin-right: 0; }
  header ul.menu li:hover .sub-menu {
    display: block;
    opacity: 1; }
  header ul.menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: none;
    opacity: 0;
    margin: 0; }
    header ul.menu li .sub-menu li {
      margin: 0 0 1rem !important; }
    header ul.menu li .sub-menu a {
      margin: 0;
      font-size: 1.6rem;
      line-height: 1em;
      word-wrap: normal; }
      header ul.menu li .sub-menu a:hover:after {
        display: none !important; }
  header ul.menu li a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.4rem;
    line-height: 1.5em;
    font-weight: 700;
    color: #151930;
    position: relative;
    display: inline-block; }
    header ul.menu li a:after {
      content: "";
      display: block;
      width: 0;
      height: 1px;
      background: black;
      bottom: 0;
      left: 0;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      transform: translateY(100%);
      -ms-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -webkit-transform: translateY(100%);
      -o-transform: translateY(100%); }
    header ul.menu li a:hover {
      color: #151930; }
      header ul.menu li a:hover:after {
        width: 100%; }

header ul.menu li.current a:after {
  width: 100%; }

.shrink header ul.menu li.current a {
  color: black; }
  .shrink header ul.menu li.current a:after {
    width: 100%;
    background-color: black; }

.shrink header ul.menu li a {
  color: black; }
  .shrink header ul.menu li a:after {
    background: black; }
  .shrink header ul.menu li a:hover {
    color: black; }

.menu-button {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 28px;
  border: none;
  padding: 0;
  background: transparent;
  text-indent: 2.5em;
  font-size: 1.5em;
  color: transparent;
  text-align: right;
  cursor: pointer; }
  @media (min-width: 768px) {
    .menu-button {
      width: 35px; } }
  .menu-button:focus {
    outline: none; }

.menu-button span {
  width: 100%;
  height: 2px;
  background: #151930;
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }
  .menu-button span:nth-child(2) {
    width: 70%;
    margin: 5px 0; }
    @media (min-width: 768px) {
      .menu-button span:nth-child(2) {
        margin: 8px 0; } }

.menu-button:hover span {
  width: 100%; }

.shrink .menu-button span {
  background-color: black; }

.close-button {
  display: none;
  position: absolute;
  width: 36px;
  height: 30px;
  overflow: hidden;
  border: none;
  background: transparent;
  text-indent: 1em;
  font-size: 1em;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  right: 1.6rem;
  top: 3.7rem; }
  @media (min-width: 768px) {
    .close-button {
      right: 5.1rem;
      top: 4.5rem; } }
  @media (min-width: 992px) {
    .close-button {
      right: 4rem;
      top: 3.5rem; } }
  .close-button:focus {
    outline: none; }

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: white;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.close-button:hover::before,
.close-button:hover::after {
  background: white_oscuro; }

ul.language {
  display: flex; }
  ul.language li:first-child:after {
    content: '-';
    display: inline-block;
    margin: 0 10px;
    color: #77a2a4; }
  ul.language a,
  ul.language span {
    color: #77a2a4;
    text-transform: capitalize; }
  ul.language span {
    color: white; }

.language__general {
  z-index: 9900;
  position: fixed;
  bottom: 3rem;
  left: 2rem;
  font-size: 3rem;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1em; }
  @media (min-width: 768px) {
    .language__general {
      font-size: 5rem;
      bottom: 6rem;
      left: 4rem; } }

.wpml-ls-legacy-dropdown {
  margin-left: 4.5rem;
  width: auto; }
  @media (min-width: 1400px) {
    .wpml-ls-legacy-dropdown {
      margin-left: 7.5rem; } }
  @media (max-width: 1199px) {
    .wpml-ls-legacy-dropdown {
      display: none; } }
  .wpml-ls-legacy-dropdown a {
    background: transparent !important;
    color: white;
    border: 0;
    font-family: "Source Sans Pro", sans-serif; }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    color: white !important;
    border: none !important;
    background-color: transparent !important;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.7rem;
    line-height: 1em; }
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover {
      background-color: transparent !important; }
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
      content: '';
      border: 0 !important;
      background-repeat: no-repeat !important;
      height: 10px;
      width: 10px;
      vertical-align: auto;
      background: url(../assets/img/flecha_blanca.png);
      margin-top: 3px; }
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 0 !important; }

.shrink .wpml-ls-legacy-dropdown a {
  color: black !important; }

.shrink .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: '';
  border: 0 !important;
  background-repeat: no-repeat !important;
  height: 10px;
  width: 10px;
  vertical-align: auto;
  background: url(../assets/img/flecha_negra.png);
  margin-top: 3px; }

.shrink .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: white; }

.menu__wrap {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 9000;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: #151930 !important;
  background: -moz-linear-gradient(90deg, #151930, #455192 100%) !important;
  background: -webkit-linear-gradient(90deg, #151930, #455192 100%) !important;
  background: linear-gradient(90deg, #151930, #455192 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#218980",GradientType=1) !important;
  padding: 0 1.5rem; }
  @media (min-width: 768px) {
    .menu__wrap {
      padding: 0 4.5rem; } }
  @media (min-width: 1400px) {
    .menu__wrap {
      padding: 0 6.2rem; } }

.menu__footer {
  position: relative;
  text-align: center; }
  .menu__footer:after {
    content: "";
    display: inline-block;
    background: black;
    width: 1px;
    height: 10rem; }
    @media (min-width: 768px) {
      .menu__footer:after {
        height: 15rem; } }
  .menu__footer span {
    font-size: 1.5rem;
    font-family: "Graphik";
    font-weight: 300;
    color: #acacac;
    display: block;
    margin-bottom: 7rem; }
    @media (min-width: 768px) {
      .menu__footer span {
        width: 16rem; } }

.icon-list li {
  display: block;
  text-align: left;
  margin-bottom: 4rem; }
  @media (min-width: 768px) {
    .icon-list li {
      margin-bottom: 6rem; } }
  @media (min-width: 992px) {
    .icon-list li {
      margin-bottom: 2rem; } }

.icon-list a,
.icon-list span {
  display: inline-block;
  font-size: 3rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: white;
  line-height: 0.8em;
  margin-left: 4rem;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .icon-list a,
    .icon-list span {
      font-size: 5rem;
      margin-left: 8rem; } }
  @media (min-width: 992px) {
    .icon-list a,
    .icon-list span {
      font-size: 4rem; } }
  .icon-list a:before,
  .icon-list span:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: white;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

.icon-list span {
  color: black; }

.sub-menu {
  margin-top: 1.5rem; }
  .sub-menu li {
    margin-bottom: 1rem; }
  .sub-menu a, .sub-menu span {
    font-size: 1.6rem; }
    @media (min-width: 768px) {
      .sub-menu a, .sub-menu span {
        font-size: 2.2rem; } }

/******************************/
/*********** FOOTER ***********/
/******************************/
footer {
  background-image: url(../assets/img/bg_footer_mobile.png);
  padding-top: 20rem;
  background-size: cover;
  background-position: center top; }
  @media (min-width: 768px) {
    footer {
      background-image: url(../assets/img/bg_footer_mobile.png);
      padding-top: 30rem; } }
  @media (min-width: 992px) {
    footer {
      background-image: url(../assets/img/bg_footer.png);
      background-position: center;
      height: 100rem; } }

.footer__wrap {
  display: grid;
  height: 100%;
  padding-bottom: 2rem;
  grid-template-columns: 2rem 1fr 1fr 2rem;
  grid-template-rows: auto auto;
  justify-content: center;
  align-content: flex-end;
  justify-items: flex-start;
  align-items: flex-start;
  grid-template-areas: ". col_a col_b ." ". col_c col_d ."; }
  @media (min-width: 768px) {
    .footer__wrap {
      grid-template-columns: 6rem 1fr 1fr 6rem;
      grid-template-rows: 1fr 1fr;
      justify-items: flex-start;
      align-items: flex-start;
      grid-template-areas: ". col_a col_b ." ". col_c col_d ."; } }
  @media (min-width: 992px) {
    .footer__wrap {
      padding-bottom: 10rem;
      grid-template-columns: 6rem 1fr 1fr 1fr 1fr 6rem;
      grid-template-rows: auto;
      justify-items: flex-start;
      align-items: flex-start;
      grid-template-areas: ". col_a col_b col_c col_d ."; } }
  @media (min-width: 1200px) {
    .footer__wrap {
      grid-template-columns: 12rem 1fr 1fr 1fr 1fr 12rem;
      grid-template-rows: auto;
      justify-items: flex-start;
      align-items: flex-start;
      grid-template-areas: ". col_a col_b col_c col_d ."; } }
  @media (min-width: 1600px) {
    .footer__wrap {
      max-width: 1400px;
      margin: 0 auto;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-template-rows: auto;
      justify-items: flex-start;
      align-items: flex-start;
      grid-template-areas: "col_a col_b col_c col_d"; } }
  .footer__wrap .column li.titulo,
  .footer__wrap .column p.titulo {
    font-weight: 700;
    font-size: 2rem;
    padding-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .footer__wrap .column li.titulo,
      .footer__wrap .column p.titulo {
        font-size: 2.8rem;
        padding-bottom: 3rem; } }
    @media (min-width: 992px) {
      .footer__wrap .column li.titulo,
      .footer__wrap .column p.titulo {
        font-size: 2.2rem; } }
    @media (min-width: 1200px) {
      .footer__wrap .column li.titulo,
      .footer__wrap .column p.titulo {
        font-size: 3rem; } }
  .footer__wrap .column ul li {
    margin-bottom: 1rem; }
  .footer__wrap .column ul li a,
  .footer__wrap .column p.contenido {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.2em; }
    @media (min-width: 768px) {
      .footer__wrap .column ul li a,
      .footer__wrap .column p.contenido {
        font-size: 2rem; } }
    @media (min-width: 992px) {
      .footer__wrap .column ul li a,
      .footer__wrap .column p.contenido {
        font-size: 1.6rem; } }
    @media (min-width: 1200px) {
      .footer__wrap .column ul li a,
      .footer__wrap .column p.contenido {
        font-size: 2rem; } }
    .footer__wrap .column ul li a strong,
    .footer__wrap .column p.contenido strong {
      font-weight: 900; }
  .footer__wrap .column_a {
    grid-area: col_a; }
    .footer__wrap .column_a ul li {
      max-width: 80%; }
  .footer__wrap .column_b {
    grid-area: col_b; }
  .footer__wrap .column_c {
    grid-area: col_c;
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .footer__wrap .column_c {
        padding-top: 5rem; } }
    @media (min-width: 992px) {
      .footer__wrap .column_c {
        padding-top: 0; } }
    .footer__wrap .column_c a {
      margin-top: 3rem; }
    .footer__wrap .column_c .contenido {
      max-width: 80%; }
    @media (min-width: 768px) {
      .footer__wrap .column_c {
        padding-top: 2rem; } }
    @media (min-width: 992px) {
      .footer__wrap .column_c {
        padding-top: 0; } }
  .footer__wrap .column_d {
    grid-area: col_d;
    padding-top: 2rem; }
    @media (min-width: 768px) {
      .footer__wrap .column_d {
        padding-top: 5rem; } }
    @media (min-width: 992px) {
      .footer__wrap .column_d {
        padding-top: 0; } }
    .footer__wrap .column_d a img {
      width: 60%; }
      @media (min-width: 768px) {
        .footer__wrap .column_d a img {
          width: 80%; } }
      @media (min-width: 992px) {
        .footer__wrap .column_d a img {
          width: auto; } }
    .footer__wrap .column_d a img:last-of-type {
      margin-top: 2rem; }
    @media (min-width: 768px) {
      .footer__wrap .column_d {
        padding-top: 2rem; } }
    @media (min-width: 992px) {
      .footer__wrap .column_d {
        padding-top: 0; } }
  .footer__wrap footer li a {
    display: block; }

.faldon {
  height: 12vh;
  width: 100%;
  background-color: #151930;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .faldon {
      height: 15vh; } }
  .faldon p {
    font-size: 2.4rem !important;
    line-height: 1.5em;
    font-weight: 900 !important;
    color: white;
    text-align: center; }
    @media (min-width: 768px) {
      .faldon p {
        font-size: 3.6rem !important; } }
    @media (min-width: 992px) {
      .faldon p {
        font-size: 3.2rem !important; } }
    @media (min-width: 1200px) {
      .faldon p {
        font-size: 4.2rem !important; } }

/******************************/
/********** SECTIONS **********/
/******************************/
.section_section {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2.4rem;
  opacity: 0;
  transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  @media (min-width: 768px) {
    .section_section {
      font-size: 1.6rem;
      margin-bottom: 3.5rem; } }
  @media (min-width: 1440px) {
    .section_section {
      font-size: 1.6rem;
      margin-bottom: 4.6rem; } }
  @media (min-width: 1600px) {
    .section_section {
      font-size: 1.8rem;
      margin-bottom: 4rem; } }

.active .section_section {
  opacity: 1;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0); }

.section_title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 2.4rem;
  line-height: 1em; }
  @media (min-width: 768px) {
    .section_title {
      font-size: 5.5rem;
      margin-bottom: 3.5rem; } }
  @media (min-width: 1440px) {
    .section_title {
      font-size: 6rem; } }
  @media (min-width: 1600px) {
    .section_title {
      font-size: 7rem;
      margin-bottom: 5.5rem; } }
  .section_title strong {
    color: black; }

/******************************/
/********** SECTIONS **********/
/******************************/
.standar_page {
  background: white;
  padding: 3rem;
  margin-top: 3rem; }
  .standar_page p {
    margin-bottom: 1.5rem; }
  .standar_page h1 {
    font-weight: bold;
    font-size: 5rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .standar_page h1 {
        font-size: 8rem;
        margin-bottom: 2rem; } }
  .standar_page h2 {
    font-weight: bold;
    font-size: 3.2rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .standar_page h2 {
        font-size: 4.5rem;
        margin-bottom: 2rem; } }
  .standar_page h3 {
    font-weight: bold;
    font-size: 2.4rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .standar_page h3 {
        font-size: 3rem; } }
  .standar_page h4 {
    font-size: 2.4rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .standar_page h4 {
        font-size: 3rem; } }
  .standar_page h5 {
    font-size: 1.8rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .standar_page h5 {
        font-size: 2rem; } }

.modules_texto_izquierda {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (min-width: 768px) {
    .modules_texto_izquierda {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .modules_texto_izquierda {
      padding-left: 4rem; } }
  @media (min-width: 1200px) {
    .modules_texto_izquierda {
      padding-left: 8rem; } }
  @media (min-width: 1600px) {
    .modules_texto_izquierda {
      max-width: 1400px;
      margin: 0 auto;
      padding-left: 0; } }
  .modules_texto_izquierda .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    @media (min-width: 992px) {
      .modules_texto_izquierda .wrapper {
        align-items: flex-start;
        text-align: left;
        max-width: 50%; } }
    .modules_texto_izquierda .wrapper .titulo {
      width: 100%;
      overflow: hidden; }
    .modules_texto_izquierda .wrapper .titulo p {
      padding-bottom: 3rem; }
      .modules_texto_izquierda .wrapper .titulo p strong {
        font-weight: 900; }
    .modules_texto_izquierda .wrapper .contenido p {
      padding-bottom: 3rem; }
    .modules_texto_izquierda .wrapper .botones {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: center; }
      @media (min-width: 992px) {
        .modules_texto_izquierda .wrapper .botones {
          flex-direction: row;
          justify-content: flex-start;
          align-items: center; } }
      .modules_texto_izquierda .wrapper .botones a:first-of-type {
        margin-top: 3rem;
        margin-right: 0rem; }
        @media (min-width: 992px) {
          .modules_texto_izquierda .wrapper .botones a:first-of-type {
            margin-right: 3rem;
            margin-top: 0; } }

.animated {
  -webkit-animation-duration: 300ms  !important;
  animation-duration: 300ms  !important; }

.modules_texto_centrado {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .modules_texto_centrado {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .modules_texto_centrado {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .modules_texto_centrado {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .modules_texto_centrado {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .modules_texto_centrado {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .modules_texto_centrado .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .modules_texto_centrado .wrapper .titulo_small p {
      padding-bottom: 1rem; }
      @media (min-width: 768px) {
        .modules_texto_centrado .wrapper .titulo_small p {
          padding-bottom: 1.5rem; } }
      .modules_texto_centrado .wrapper .titulo_small p strong {
        font-weight: 900; }
    .modules_texto_centrado .wrapper .contenido {
      width: 100%; }
      .modules_texto_centrado .wrapper .contenido p {
        width: 100%; }
        @media (min-width: 992px) {
          .modules_texto_centrado .wrapper .contenido p {
            width: 50%; } }
    .modules_texto_centrado .wrapper .titulo,
    .modules_texto_centrado .wrapper .contenido {
      display: flex;
      justify-content: center;
      align-items: center; }

.modules_texto_centrado_grande {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media (min-width: 768px) {
    .modules_texto_centrado_grande {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .modules_texto_centrado_grande {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .modules_texto_centrado_grande {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .modules_texto_centrado_grande {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .modules_texto_centrado_grande {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .modules_texto_centrado_grande .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .modules_texto_centrado_grande .wrapper .titulo p {
      padding-bottom: 1.5rem; }
      @media (min-width: 768px) {
        .modules_texto_centrado_grande .wrapper .titulo p {
          padding-bottom: 3rem; } }
      .modules_texto_centrado_grande .wrapper .titulo p strong {
        font-weight: 900; }
    .modules_texto_centrado_grande .wrapper .contenido {
      width: 100%; }
      .modules_texto_centrado_grande .wrapper .contenido p {
        width: 100%; }
        @media (min-width: 992px) {
          .modules_texto_centrado_grande .wrapper .contenido p {
            width: 40%; } }
    .modules_texto_centrado_grande .wrapper .titulo,
    .modules_texto_centrado_grande .wrapper .contenido {
      display: flex;
      justify-content: center;
      align-items: center; }
    .modules_texto_centrado_grande .wrapper .botones {
      padding-top: 3rem; }
      .modules_texto_centrado_grande .wrapper .botones a:first-of-type {
        margin-right: 2rem; }

.module_tarjetas_dos_columnas {
  width: 100%;
  padding-bottom: 5rem;
  padding-top: 2.5rem; }
  @media (min-width: 768px) {
    .module_tarjetas_dos_columnas {
      padding-bottom: 10rem;
      padding-top: 5rem; } }
  @media (min-width: 1200px) {
    .module_tarjetas_dos_columnas {
      padding-bottom: 10rem;
      padding-top: 5rem; } }
  .module_tarjetas_dos_columnas .grid {
    display: grid;
    grid-template-columns: 2rem 1fr 2rem;
    grid-template-rows: auto auto;
    grid-template-areas: ". tarjeta1 ."
 ". tarjeta2 .";
    justify-items: center;
    align-items: center; }
    @media (min-width: 768px) {
      .module_tarjetas_dos_columnas .grid {
        grid-template-columns: 4rem 1fr 3% 1fr 4rem;
        grid-template-rows: auto;
        grid-template-areas: ". tarjeta1 . tarjeta2 ."; } }
    @media (min-width: 992px) {
      .module_tarjetas_dos_columnas .grid {
        grid-template-columns: 4rem 1fr 3% 1fr 4rem;
        grid-template-rows: auto;
        grid-template-areas: ". tarjeta1 . tarjeta2 ."; } }
    @media (min-width: 1200px) {
      .module_tarjetas_dos_columnas .grid {
        grid-template-columns: 8rem 1fr 5% 1fr 8rem; } }
    @media (min-width: 1600px) {
      .module_tarjetas_dos_columnas .grid {
        max-width: 1400px;
        margin: 0 auto;
        grid-template-columns: 1fr 10% 1fr;
        grid-template-areas: "tarjeta1 . tarjeta2"; } }
  .module_tarjetas_dos_columnas .tarjeta:first-child {
    grid-area: tarjeta1; }
  .module_tarjetas_dos_columnas .tarjeta:last-child {
    grid-area: tarjeta2; }
  .module_tarjetas_dos_columnas .tarjeta {
    background-color: white;
    width: 100%;
    padding: 4rem 0;
    margin-bottom: 2rem;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (min-width: 768px) {
      .module_tarjetas_dos_columnas .tarjeta {
        padding: 8rem 0;
        margin-bottom: 4rem; } }
    @media (min-width: 992px) {
      .module_tarjetas_dos_columnas .tarjeta {
        margin-bottom: 0; } }
  .module_tarjetas_dos_columnas .tarjeta_rosa {
    border-top: 20px solid #fe3e65; }
  .module_tarjetas_dos_columnas .tarjeta_cyan {
    border-top: 20px solid #8CEEF9; }
  .module_tarjetas_dos_columnas .titulo {
    padding-top: 1.5rem;
    font-size: 3rem;
    font-weight: bold; }
    @media (min-width: 992px) {
      .module_tarjetas_dos_columnas .titulo {
        padding-top: 3rem;
        font-size: 4.2rem; } }
  .module_tarjetas_dos_columnas .subtitulo {
    padding-top: .5rem; }
  .module_tarjetas_dos_columnas .contenido {
    width: 80%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .module_tarjetas_dos_columnas .contenido {
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    @media (min-width: 992px) {
      .module_tarjetas_dos_columnas .contenido {
        width: 75%; } }

.module_tarjetas_cuatro_columnas {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 5rem;
  padding-top: 2.5rem; }
  @media (min-width: 768px) {
    .module_tarjetas_cuatro_columnas {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .module_tarjetas_cuatro_columnas {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .module_tarjetas_cuatro_columnas {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .module_tarjetas_cuatro_columnas {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .module_tarjetas_cuatro_columnas {
      padding-bottom: 5rem;
      padding-top: 5rem; } }
  .module_tarjetas_cuatro_columnas .grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .module_tarjetas_cuatro_columnas .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        grid-column-gap: 2rem; } }
    @media (min-width: 1200px) {
      .module_tarjetas_cuatro_columnas .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
        grid-column-gap: 2rem; } }
  .module_tarjetas_cuatro_columnas .tarjeta {
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr auto 1fr;
    grid-row-gap: 2rem;
    justify-items: center;
    align-items: center;
    text-align: center;
    padding: 2rem 0 3rem 0;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .module_tarjetas_cuatro_columnas .tarjeta {
        margin-bottom: 2rem; } }
    @media (min-width: 1200px) {
      .module_tarjetas_cuatro_columnas .tarjeta {
        margin-bottom: 0; } }
  .module_tarjetas_cuatro_columnas .titulo {
    display: flex;
    justify-content: center;
    align-self: flex-start;
    width: 100%; }
    .module_tarjetas_cuatro_columnas .titulo p {
      width: 80%;
      font-size: 2.4rem;
      font-weight: 700; }
      @media (min-width: 768px) {
        .module_tarjetas_cuatro_columnas .titulo p {
          font-size: 2.8rem; } }
  .module_tarjetas_cuatro_columnas .contenido {
    max-width: 80%;
    text-align: center; }
  .module_tarjetas_cuatro_columnas .datos p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1em; }
    @media (min-width: 768px) {
      .module_tarjetas_cuatro_columnas .datos p {
        font-size: 2.4rem; } }
  .module_tarjetas_cuatro_columnas .tira_bottom {
    background-color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
    overflow: hidden;
    margin: 5rem 0;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2); }
    .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_left {
      flex: 25%;
      width: 100%;
      height: 100%;
      background-color: #efefef; }
      .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_left p {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        padding-left: 4rem;
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 1em; }
        @media (min-width: 992px) {
          .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_left p {
            font-size: 1.8rem; } }
        @media (min-width: 1200px) {
          .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_left p {
            font-size: 2rem; } }
        @media (min-width: 1600px) {
          .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_left p {
            font-size: 2.4rem; } }
    .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_right {
      flex: 75%;
      width: 100%;
      padding-left: 4rem;
      padding-right: 4rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_right p {
        font-weight: 400; }
        @media (min-width: 992px) {
          .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_right p {
            font-size: 1.4rem; } }
        @media (min-width: 1200px) {
          .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_right p {
            font-size: 1.6rem; } }
        @media (min-width: 1600px) {
          .module_tarjetas_cuatro_columnas .tira_bottom .wrapper_right p {
            font-size: 1.8rem; } }

.module_tarjetas_atribuciones {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 5rem;
  padding-top: 2.5rem; }
  @media (min-width: 768px) {
    .module_tarjetas_atribuciones {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .module_tarjetas_atribuciones {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .module_tarjetas_atribuciones {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .module_tarjetas_atribuciones {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .module_tarjetas_atribuciones {
      padding-bottom: 5rem;
      padding-top: 5rem; } }
  .module_tarjetas_atribuciones .flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .module_tarjetas_atribuciones .tarjeta {
    background-color: white;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    flex: 30%;
    margin: 0 0 5rem 0;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 100%;
    max-height: 63.5rem;
    max-width: 43.5rem; }
    @media (min-width: 768px) {
      .module_tarjetas_atribuciones .tarjeta {
        flex: 100%;
        margin: 2rem 2rem;
        padding: 8rem 0 4rem 0;
        max-height: 63.5rem;
        max-width: 43.5rem;
        margin: 2rem 2rem;
        padding: 4rem 0; } }
    @media (min-width: 992px) {
      .module_tarjetas_atribuciones .tarjeta {
        flex: 40%;
        max-height: 63.5rem;
        max-width: 43.5rem; } }
    @media (min-width: 1200px) {
      .module_tarjetas_atribuciones .tarjeta {
        flex: 30%;
        max-height: 63.5rem;
        max-width: 39rem; } }
    @media (min-width: 1600px) {
      .module_tarjetas_atribuciones .tarjeta {
        flex: 30%;
        max-height: 63.5rem;
        max-width: 52rem; } }
    .module_tarjetas_atribuciones .tarjeta .icono {
      display: flex;
      justify-content: center;
      align-items: center; }
      .module_tarjetas_atribuciones .tarjeta .icono img {
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        width: 50%;
        height: 100%; }
        @media (min-width: 768px) {
          .module_tarjetas_atribuciones .tarjeta .icono img {
            width: 70%; } }
        @media (min-width: 992px) {
          .module_tarjetas_atribuciones .tarjeta .icono img {
            width: 60%; } }
        @media (min-width: 1200px) {
          .module_tarjetas_atribuciones .tarjeta .icono img {
            width: 80%; } }
        @media (min-width: 1600px) {
          .module_tarjetas_atribuciones .tarjeta .icono img {
            width: 100%; } }
  .module_tarjetas_atribuciones .sobretitulo {
    padding-top: 1rem;
    font-size: 2rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .module_tarjetas_atribuciones .sobretitulo {
        font-size: 2.6rem; } }
    @media (min-width: 992px) {
      .module_tarjetas_atribuciones .sobretitulo {
        font-size: 3rem;
        padding-top: 1.5rem; } }
    @media (min-width: 1200px) {
      .module_tarjetas_atribuciones .sobretitulo {
        font-size: 2.6rem; } }
    @media (min-width: 1600px) {
      .module_tarjetas_atribuciones .sobretitulo {
        font-size: 3rem; } }
    .module_tarjetas_atribuciones .sobretitulo .sobretitulo_salmon {
      color: #FFA09E; }
    .module_tarjetas_atribuciones .sobretitulo .sobretitulo_azul {
      color: #6E9AF2; }
    .module_tarjetas_atribuciones .sobretitulo .sobretitulo_rosa {
      color: #fe3e65; }
    .module_tarjetas_atribuciones .sobretitulo .sobretitulo_cyan {
      color: #8CEEF9; }
  .module_tarjetas_atribuciones .titulo {
    max-width: 80%;
    padding: 1.5rem 0 0 0;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900; }
    @media (min-width: 768px) {
      .module_tarjetas_atribuciones .titulo {
        font-size: 3.4rem; } }
    @media (min-width: 992px) {
      .module_tarjetas_atribuciones .titulo {
        font-size: 3rem;
        padding-top: 2rem; } }
    @media (min-width: 1200px) {
      .module_tarjetas_atribuciones .titulo {
        font-size: 3.4rem; } }
    @media (min-width: 1600px) {
      .module_tarjetas_atribuciones .titulo {
        font-size: 4rem; } }
  .module_tarjetas_atribuciones .contenido {
    max-width: 80%;
    padding: 1.5rem 0;
    font-weight: 900;
    text-align: center; }
    @media (min-width: 768px) {
      .module_tarjetas_atribuciones .contenido {
        padding: 3rem 0 0 0; } }

.module_tarjetas_modelo {
  width: 100%;
  padding-bottom: 5rem;
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (min-width: 768px) {
    .module_tarjetas_modelo {
      padding-bottom: 5rem;
      padding-top: 5rem; } }
  @media (min-width: 768px) {
    .module_tarjetas_modelo {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .module_tarjetas_modelo {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .module_tarjetas_modelo {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .module_tarjetas_modelo {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  .module_tarjetas_modelo .grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    grid-row-gap: 2rem;
    grid-template-areas: "tar1"
 "tar2"
 "tar3"
 "tar4"
 "tar5"; }
    @media (min-width: 768px) {
      .module_tarjetas_modelo .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        justify-items: center;
        align-items: center;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
        grid-template-areas: "tar1 tar2"
 "tar3 tar4"
 "tar5 tar5"; } }
    @media (min-width: 992px) {
      .module_tarjetas_modelo .grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        justify-items: center;
        align-items: center;
        grid-row-gap: 2rem;
        grid-column-gap: 2rem;
        grid-template-areas: "tar1 tar2"
 "tar3 tar4"
 "tar5 tar5"; } }
    @media (min-width: 1200px) {
      .module_tarjetas_modelo .grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        grid-row-gap: 7rem;
        grid-column-gap: 2rem;
        grid-template-areas: "tar1 tar2 tar3 tar4 tar5"
 "boc1 boc1 boc2 boc2 boc2"; } }
    .module_tarjetas_modelo .grid .escuela,
    .module_tarjetas_modelo .grid .libre {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 10rem;
      background-color: #e3e6f6;
      border-radius: 60px;
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 1.2em; }
    .module_tarjetas_modelo .grid .escuela {
      grid-area: boc2; }
    .module_tarjetas_modelo .grid .libre {
      grid-area: boc1; }
  .module_tarjetas_modelo .tarjeta {
    background: white;
    width: 100%;
    position: relative;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    padding: 4rem 0 4rem 0;
    max-width: 35rem; }
    .module_tarjetas_modelo .tarjeta:nth-of-type(1) {
      grid-area: tar1; }
    .module_tarjetas_modelo .tarjeta:nth-of-type(2) {
      grid-area: tar2; }
    .module_tarjetas_modelo .tarjeta:nth-of-type(3) {
      grid-area: tar3; }
    .module_tarjetas_modelo .tarjeta:nth-of-type(4) {
      grid-area: tar4; }
    .module_tarjetas_modelo .tarjeta:nth-of-type(5) {
      grid-area: tar5; }
    .module_tarjetas_modelo .tarjeta .background {
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 55%;
      background-color: #efefef; }
      @media (min-width: 768px) {
        .module_tarjetas_modelo .tarjeta .background {
          height: 45%; } }
    .module_tarjetas_modelo .tarjeta .wrapper {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: auto;
      grid-template-rows: auto 3fr 1fr auto;
      justify-items: center;
      align-items: center;
      padding: 0 1rem; }
      @media (min-width: 768px) {
        .module_tarjetas_modelo .tarjeta .wrapper {
          grid-template-rows: auto 3fr 1fr 4fr; } }
      .module_tarjetas_modelo .tarjeta .wrapper .numero {
        font-size: 8rem;
        font-weight: 700;
        line-height: 1em; }
        @media (min-width: 768px) {
          .module_tarjetas_modelo .tarjeta .wrapper .numero {
            font-size: 10rem; } }
      .module_tarjetas_modelo .tarjeta .wrapper .titulo {
        max-width: 100%;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 700; }
        @media (min-width: 768px) {
          .module_tarjetas_modelo .tarjeta .wrapper .titulo {
            padding-top: 1rem; } }
        @media (min-width: 1600px) {
          .module_tarjetas_modelo .tarjeta .wrapper .titulo {
            font-size: 2rem; } }
      .module_tarjetas_modelo .tarjeta .wrapper .contenido {
        max-width: 80%;
        font-weight: 400;
        text-align: center; }
        @media (min-width: 768px) {
          .module_tarjetas_modelo .tarjeta .wrapper .contenido {
            padding-top: 1rem; } }

.module_bloque_imagen_texto {
  width: 100%;
  padding: 5rem 0 10rem 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    .module_bloque_imagen_texto {
      flex-direction: row; } }
  .module_bloque_imagen_texto .wrapper_left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8rem; }
    @media (min-width: 992px) {
      .module_bloque_imagen_texto .wrapper_left {
        width: 50%; } }
    .module_bloque_imagen_texto .wrapper_left img {
      -o-object-position: center;
      object-position: center;
      -o-object-fit: cover;
      object-fit: cover;
      height: 60%;
      width: 60%; }
      @media (min-width: 1200px) {
        .module_bloque_imagen_texto .wrapper_left img {
          max-height: 80vh;
          width: auto; } }
  .module_bloque_imagen_texto .wrapper_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media (min-width: 992px) {
      .module_bloque_imagen_texto .wrapper_right {
        width: 50%;
        justify-content: flex-start;
        align-items: flex-start; } }
    .module_bloque_imagen_texto .wrapper_right .contenido {
      padding-top: 3rem;
      width: 60%;
      text-align: center; }
      @media (min-width: 992px) {
        .module_bloque_imagen_texto .wrapper_right .contenido {
          text-align: left; } }
    .module_bloque_imagen_texto .wrapper_right .enlaces {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding-top: 3rem; }
      @media (min-width: 768px) {
        .module_bloque_imagen_texto .wrapper_right .enlaces {
          flex-direction: row; } }
      .module_bloque_imagen_texto .wrapper_right .enlaces a {
        display: flex;
        justify-content: center;
        align-items: center; }
      .module_bloque_imagen_texto .wrapper_right .enlaces a:first-of-type {
        padding-bottom: 2rem;
        padding-right: 0; }
        @media (min-width: 768px) {
          .module_bloque_imagen_texto .wrapper_right .enlaces a:first-of-type {
            flex-direction: row;
            padding-right: 2rem;
            padding-bottom: 0; } }
      .module_bloque_imagen_texto .wrapper_right .enlaces a img {
        width: 70%;
        height: 70%; }
        @media (min-width: 992px) {
          .module_bloque_imagen_texto .wrapper_right .enlaces a img {
            width: 100%;
            height: 100%; } }

.module__carousel_testimonios {
  width: 100%;
  margin: 2.5rem 0; }
  @media (min-width: 768px) {
    .module__carousel_testimonios {
      margin: 5rem 0; } }
  @media (min-width: 1200px) {
    .module__carousel_testimonios {
      margin: 5rem 0; } }
  .module__carousel_testimonios .splide__track {
    padding: 3rem 0; }
  .module__carousel_testimonios .tarjeta {
    background-color: white;
    width: 25%;
    padding: 4rem 0 4rem 0;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 30px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 30px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .module__carousel_testimonios .estrellas {
    padding-top: 4rem; }
    .module__carousel_testimonios .estrellas path {
      fill: #eeeeee; }
  .module__carousel_testimonios .estrellas_active_1 g path:nth-child(1) {
    fill: #fe3e65; }
  .module__carousel_testimonios .estrellas_active_2 g path:nth-child(1),
  .module__carousel_testimonios .estrellas_active_2 g path:nth-child(2) {
    fill: #fe3e65; }
  .module__carousel_testimonios .estrellas_active_3 g path:nth-child(1),
  .module__carousel_testimonios .estrellas_active_3 g path:nth-child(2),
  .module__carousel_testimonios .estrellas_active_3 g path:nth-child(3) {
    fill: #fe3e65; }
  .module__carousel_testimonios .estrellas_active_4 g path:nth-child(1),
  .module__carousel_testimonios .estrellas_active_4 g path:nth-child(2),
  .module__carousel_testimonios .estrellas_active_4 g path:nth-child(3),
  .module__carousel_testimonios .estrellas_active_4 g path:nth-child(4) {
    fill: #fe3e65; }
  .module__carousel_testimonios .estrellas_active_5 g path:nth-child(1),
  .module__carousel_testimonios .estrellas_active_5 g path:nth-child(2),
  .module__carousel_testimonios .estrellas_active_5 g path:nth-child(3),
  .module__carousel_testimonios .estrellas_active_5 g path:nth-child(4),
  .module__carousel_testimonios .estrellas_active_5 g path:nth-child(5) {
    fill: #fe3e65; }
  .module__carousel_testimonios p.titulo {
    text-align: center;
    padding-top: 2rem;
    font-size: 1.8rem;
    font-weight: 700; }
    @media (min-width: 768px) {
      .module__carousel_testimonios p.titulo {
        font-size: 2.2rem;
        padding-top: 3rem; } }
    @media (min-width: 992px) {
      .module__carousel_testimonios p.titulo {
        font-size: 2rem;
        padding-top: 2rem; } }
    @media (min-width: 1200px) {
      .module__carousel_testimonios p.titulo {
        font-size: 2.2rem;
        padding-top: 4rem; } }
    @media (min-width: 1600px) {
      .module__carousel_testimonios p.titulo {
        font-size: 2.8rem; } }
  .module__carousel_testimonios .contenido {
    width: 75%;
    text-align: center;
    /*
    p {
      font-size: 1.4rem !important;
      font-weight: 400 !important;
      padding-top: 2rem;

      @media (min-width: 768px) {
        font-size: 2rem !important;
        padding-top: 3rem;
      }
      @media (min-width: 992px) {
        font-size: 1.6rem !important;
        padding-top: 2rem;
      }
      @media (min-width: 1200px) {
        font-size: 2rem !important;
        padding-top: 4rem;
      }
      @media (min-width: 1600px) {
        font-size: 2.4rem !important;
      }
    }
    */ }
  .module__carousel_testimonios p.plataforma {
    padding-top: 4rem;
    font-size: 2rem;
    font-weight: 700; }
  .module__carousel_testimonios ul.splide__pagination {
    width: 100%; }
    .module__carousel_testimonios ul.splide__pagination button {
      width: 18px;
      height: 18px;
      margin: 0 5px;
      border-radius: 100px;
      background: #f0f0f0;
      border: 0;
      display: inline-block; }
      .module__carousel_testimonios ul.splide__pagination button.is-active {
        background: #fe3e65; }
      @media (min-width: 768px) {
        .module__carousel_testimonios ul.splide__pagination button {
          width: 24px;
          height: 24px; } }
      @media (min-width: 992px) {
        .module__carousel_testimonios ul.splide__pagination button {
          width: 28px;
          height: 28px; } }

.module__grid_titulaciones {
  margin: 2.5rem 2rem 2.5rem 2rem; }
  @media (min-width: 768px) {
    .module__grid_titulaciones {
      margin: 5rem 5rem 10rem 5rem; } }
  @media (min-width: 992px) {
    .module__grid_titulaciones {
      margin: 5rem 4rem 10rem 4rem; } }
  @media (min-width: 1200px) {
    .module__grid_titulaciones {
      margin: 5rem 8rem 10rem 8rem; } }
  @media (min-width: 1600px) {
    .module__grid_titulaciones {
      margin: 5rem auto 10rem auto;
      max-width: 1400px; } }
  .module__grid_titulaciones .module__grid_titulaciones__wrap {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5rem 3rem;
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .module__grid_titulaciones .module__grid_titulaciones__wrap {
        padding: 5rem 3rem; } }
    @media (min-width: 992px) {
      .module__grid_titulaciones .module__grid_titulaciones__wrap {
        padding: 7rem 4rem; } }
    @media (min-width: 1200px) {
      .module__grid_titulaciones .module__grid_titulaciones__wrap {
        padding: 7rem 4rem; } }
    @media (min-width: 1600px) {
      .module__grid_titulaciones .module__grid_titulaciones__wrap {
        padding: 10rem 6rem; } }
  .module__grid_titulaciones .grid {
    width: 100%;
    display: grid;
    justify-items: flex-start;
    align-items: center;
    grid-template-columns: 20px 80px auto;
    grid-template-rows: auto 20px;
    grid-template-areas: "tira icono titulo"
 "hr  hr hr"; }
    @media (min-width: 768px) {
      .module__grid_titulaciones .grid {
        justify-items: center;
        align-items: center;
        grid-template-columns: 10px auto 30rem;
        grid-template-rows: auto auto auto;
        grid-template-areas: "tira titulo icono"
 "tira texto texto"
 "hr hr hr"; } }
    @media (min-width: 992px) {
      .module__grid_titulaciones .grid {
        grid-template-columns: 10px auto 30rem auto 40%;
        grid-template-rows: auto auto;
        grid-template-areas: "tira icono titulo galon texto"
 "hr hr hr hr hr"; } }
  .module__grid_titulaciones .tira {
    grid-area: tira;
    justify-self: flex-start;
    align-self: flex-start;
    height: 100%;
    width: 10px;
    margin-right: 2rem; }
    @media (min-width: 768px) {
      .module__grid_titulaciones .tira {
        margin-right: 0; } }
  .module__grid_titulaciones .tira_salmon {
    background-color: #FFA09E; }
  .module__grid_titulaciones .tira_azul {
    background-color: #6E9AF2; }
  .module__grid_titulaciones .tira_rosa {
    background-color: #fe3e65; }
  .module__grid_titulaciones .tira_cyan {
    background-color: #8CEEF9; }
  .module__grid_titulaciones .icono {
    grid-area: icono;
    max-width: 60px; }
    @media (min-width: 768px) {
      .module__grid_titulaciones .icono {
        max-width: inherit; } }
  .module__grid_titulaciones .titulacion {
    grid-area: titulo;
    justify-self: flex-start; }
    @media (min-width: 768px) {
      .module__grid_titulaciones .titulacion {
        justify-self: center; } }
    @media (min-width: 992px) {
      .module__grid_titulaciones .titulacion {
        justify-self: flex-start; } }
    .module__grid_titulaciones .titulacion p {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1em; }
      @media (min-width: 768px) {
        .module__grid_titulaciones .titulacion p {
          font-size: 2.4rem;
          line-height: 1.1em; } }
  .module__grid_titulaciones .galones {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .module__grid_titulaciones .galones p {
      font-size: 1.8rem;
      font-weight: 700; }
  .module__grid_titulaciones .galon {
    grid-area: galon;
    padding-bottom: 0.5rem; }
  .module__grid_titulaciones .contenido {
    grid-area: texto;
    padding-top: 2rem;
    display: none; }
    @media (min-width: 768px) {
      .module__grid_titulaciones .contenido {
        padding-left: 3rem;
        padding-top: 0;
        display: block; } }
    @media (min-width: 992px) {
      .module__grid_titulaciones .contenido {
        padding-left: 0; } }
  .module__grid_titulaciones hr {
    margin: 2rem 0;
    height: 2px;
    border: none;
    color: #707070;
    grid-area: hr;
    margin-right: 2rem; }
    @media (min-width: 768px) {
      .module__grid_titulaciones hr {
        margin-right: 0; } }
  .module__grid_titulaciones a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30rem;
    height: 6rem;
    margin-top: 2.5rem; }
    @media (min-width: 768px) {
      .module__grid_titulaciones a {
        margin-top: 8rem; } }

.module_grid_comparacion_acordeon {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 4rem 2rem;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2); }
  @media (min-width: 768px) {
    .module_grid_comparacion_acordeon {
      margin-left: 5rem;
      margin-right: 5rem;
      margin-top: 5rem;
      margin-bottom: 20rem;
      padding: 6rem 4rem; } }
  @media (min-width: 992px) {
    .module_grid_comparacion_acordeon {
      margin-left: 4rem;
      margin-right: 4rem;
      padding: 10rem 6rem; } }
  .module_grid_comparacion_acordeon .titulo {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (min-width: 992px) {
      .module_grid_comparacion_acordeon .titulo {
        width: 40%; } }
    @media (min-width: 1200px) {
      .module_grid_comparacion_acordeon .titulo {
        width: 50%; } }
    .module_grid_comparacion_acordeon .titulo p {
      max-width: 100%;
      font-size: 3.2rem;
      padding-bottom: 4rem; }
      @media (min-width: 768px) {
        .module_grid_comparacion_acordeon .titulo p {
          max-width: 100%;
          font-size: 5.5rem;
          padding-bottom: 8rem; } }
      @media (min-width: 992px) {
        .module_grid_comparacion_acordeon .titulo p {
          max-width: 40rem;
          font-size: 4.5rem;
          padding-bottom: 0; } }
      @media (min-width: 1200px) {
        .module_grid_comparacion_acordeon .titulo p {
          max-width: 50rem;
          font-size: 6rem; } }
      @media (min-width: 1600px) {
        .module_grid_comparacion_acordeon .titulo p {
          max-width: 60rem;
          font-size: 8rem; } }
  .module_grid_comparacion_acordeon .accordion_container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    .module_grid_comparacion_acordeon .accordion_container .accordion {
      width: 100%; }
    .module_grid_comparacion_acordeon .accordion_container .accordion-item {
      border: none;
      border-top: 2px solid #B8B9C0; }
      .module_grid_comparacion_acordeon .accordion_container .accordion-item:last-child {
        border-bottom: 2px solid #B8B9C0; }
      .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header {
        font-family: "Source Sans Pro", sans-serif;
        color: black;
        font-weight: 700; }
        .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button {
          padding-left: 0 !important;
          font-size: 2.8rem !important;
          display: flex;
          outline: none;
          border: none; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button:active {
            outline: none;
            border: none; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .tira {
            height: 60px;
            width: 10px; }
            @media (min-width: 768px) {
              .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .tira {
                height: 100px;
                width: 10px; } }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .tira_salmon {
            background-color: #FFA09E; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .tira_azul {
            background-color: #6E9AF2; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .tira_rosa {
            background-color: #fe3e65; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .tira_cyan {
            background-color: #8CEEF9; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .tira_gris {
            background-color: #B8B9C0; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .titulacion {
            padding-left: .5rem; }
            @media (min-width: 768px) {
              .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .titulacion {
                padding-left: 2rem; } }
            .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .titulacion p {
              font-size: 1.6rem;
              font-weight: 700;
              line-height: 1em; }
              @media (min-width: 768px) {
                .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .titulacion p {
                  font-size: 2.4rem;
                  line-height: 1.1em; } }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .icono {
            margin-left: 1rem;
            max-width: 60px; }
            @media (min-width: 768px) {
              .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .icono {
                margin-left: 2rem;
                max-width: inherit; } }
            .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .icono img {
              -o-object-position: center;
              object-position: center;
              -o-object-fit: cover;
              object-fit: cover;
              width: 90%; }
              @media (min-width: 768px) {
                .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button .icono img {
                  width: 70%; } }
        .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button:not(.collapsed) {
          box-shadow: none !important;
          outline: none;
          border: none; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button:not(.collapsed):active {
            outline: none;
            border: none; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
            transform: rotate(90deg); }
      .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body p {
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          color: #151930;
          font-size: 1.5rem;
          line-height: 1.3em !important; }
        .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid {
          display: grid;
          grid-gap: 1rem;
          grid-template-columns: 1fr 1fr;
          grid-template-rows: auto;
          justify-items: flex-start;
          width: 100%; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid .esloraT,
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid .distanciaT,
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid .navegacionT,
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid .requisitosT {
            justify-self: flex-start;
            font-size: 1.8rem;
            font-weight: 700;
            width: 100%; }
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid .esloraC,
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid .distanciaC,
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid .navegacionC,
          .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body .grid .requisitosC {
            justify-self: flex-end;
            width: 100%; }
        .module_grid_comparacion_acordeon .accordion_container .accordion-item .accordion-body a {
          margin: 3rem 0; }

@media (min-width: 1200px) {
  .module__grid_comparacion {
    margin: 5rem 8rem 20rem 8rem; } }

@media (min-width: 1600px) {
  .module__grid_comparacion {
    margin: 5rem auto 20rem auto;
    max-width: 1400px; } }

.module__grid_comparacion .module__grid_comparacion__wrap {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10rem 6rem;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2); }

.module__grid_comparacion .grid_titulos {
  width: 100%;
  display: grid;
  justify-items: flex-start;
  align-items: center;
  grid-template-columns: 10px 4fr 2fr 2fr 2fr 3fr 2fr 4fr 2fr;
  grid-template-rows: auto;
  grid-template-areas: ". col1 . col2 col3 col4 col5 col6 ."; }
  .module__grid_comparacion .grid_titulos p {
    font-size: 2rem;
    font-weight: 700; }
    @media (min-width: 1200px) {
      .module__grid_comparacion .grid_titulos p {
        font-size: 1.6rem; } }
    @media (min-width: 1600px) {
      .module__grid_comparacion .grid_titulos p {
        font-size: 2rem; } }
  .module__grid_comparacion .grid_titulos p.col1 {
    padding-left: 2rem; }

.module__grid_comparacion .grid_contenidos {
  width: 100%;
  margin: 2rem 0;
  display: grid;
  justify-items: flex-start;
  align-items: center;
  grid-template-columns: 10px 4fr 2fr 2fr 2fr 3fr 2fr 4fr 2fr;
  grid-template-rows: auto auto;
  grid-template-areas: "tira titulo icono eslora distancia practicas navegacion requisitos boton"
 "hr hr hr hr hr hr hr hr hr"; }
  .module__grid_comparacion .grid_contenidos a {
    font-size: 1.5rem; }

.module__grid_comparacion .tira_salmon {
  background-color: #FFA09E; }

.module__grid_comparacion .tira_azul {
  background-color: #6E9AF2; }

.module__grid_comparacion .tira_rosa {
  background-color: #fe3e65; }

.module__grid_comparacion .tira_cyan {
  background-color: #8CEEF9; }

.module__grid_comparacion .tira_gris {
  background-color: #B8B9C0; }

.module__grid_comparacion .tira {
  grid-area: tira;
  justify-self: flex-start;
  align-self: flex-start;
  height: 15rem;
  width: 10px; }

.module__grid_comparacion .titulacion {
  grid-area: titulo;
  padding-left: 2rem; }
  .module__grid_comparacion .titulacion p {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1em; }

.module__grid_comparacion .icono {
  grid-area: icono;
  justify-self: center;
  margin-right: 2rem; }

.module__grid_comparacion .eslora {
  grid-area: eslora; }

.module__grid_comparacion .distancia {
  grid-area: distancia; }

.module__grid_comparacion .practicas {
  grid-area: practicas;
  max-width: 90%; }

.module__grid_comparacion .navegacion {
  grid-area: navegacion; }

.module__grid_comparacion .requisitos {
  grid-area: requisitos;
  max-width: 90%; }

.module__grid_comparacion .boton {
  grid-area: boton;
  justify-self: center; }

.module__grid_comparacion hr {
  height: 2px;
  border: none;
  color: #707070;
  grid-area: hr; }

.module__grid_comparacion a {
  display: flex;
  justify-content: center;
  align-items: center; }

.module__grid_comparacion .col1 {
  grid-area: col1; }

.module__grid_comparacion .col2 {
  grid-area: col2; }

.module__grid_comparacion .col3 {
  grid-area: col3; }

.module__grid_comparacion .col4 {
  grid-area: col4; }

.module__grid_comparacion .col5 {
  grid-area: col5; }

.module__grid_comparacion .col6 {
  grid-area: col6; }

.module__grid_comparacion .botones {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem; }
  .module__grid_comparacion .botones .btn {
    margin-left: 3rem; }

.module_grid_requisitos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 2.5rem auto; }
  @media (min-width: 768px) {
    .module_grid_requisitos {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .module_grid_requisitos {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .module_grid_requisitos {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .module_grid_requisitos {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .module_grid_requisitos {
      margin: 5rem auto 5rem auto; } }
  .module_grid_requisitos .splide__track {
    padding: 3rem 0; }
    @media (min-width: 768px) {
      .module_grid_requisitos .splide__track {
        padding: 5rem 0 5rem 0; } }
  .module_grid_requisitos .contenedor {
    background-color: white;
    width: 100%;
    border: none;
    border-radius: 20px;
    -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
    padding-left: 2rem;
    padding-right: 2rem;
    padding: 8rem 2rem; }
    @media (min-width: 768px) {
      .module_grid_requisitos .contenedor {
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media (min-width: 992px) {
      .module_grid_requisitos .contenedor {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      .module_grid_requisitos .contenedor {
        padding-left: 8rem;
        padding-right: 8rem; } }
    @media (min-width: 1600px) {
      .module_grid_requisitos .contenedor {
        padding-left: 0;
        padding-right: 0;
        max-width: 1400px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .module_grid_requisitos .contenedor {
        padding: 10rem 5rem; } }
    @media (min-width: 992px) {
      .module_grid_requisitos .contenedor {
        padding: 20rem 10rem; } }
    .module_grid_requisitos .contenedor .grid {
      display: grid;
      justify-items: center;
      align-items: center;
      grid-auto-flow: row;
      grid-row-gap: 3rem;
      grid-column-gap: 4rem;
      grid-template-columns: 1fr;
      grid-template-rows: 1fr; }
      @media (min-width: 768px) {
        .module_grid_requisitos .contenedor .grid {
          grid-row-gap: 8rem; } }
      @media (min-width: 992px) {
        .module_grid_requisitos .contenedor .grid {
          grid-template-columns: 1fr 1fr;
          grid-template-rows: 1fr; } }
      .module_grid_requisitos .contenedor .grid .wrapper {
        display: grid;
        grid-template-columns: 32px 1fr;
        grid-template-rows: auto auto;
        grid-template-areas: "tick textos"
 ". textos"; }
        @media (min-width: 768px) {
          .module_grid_requisitos .contenedor .grid .wrapper {
            grid-template-columns: auto 1fr; } }
        .module_grid_requisitos .contenedor .grid .wrapper .icono {
          grid-area: tick;
          text-align: right;
          padding-right: .5rem;
          width: 100%;
          height: 32px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media (min-width: 768px) {
            .module_grid_requisitos .contenedor .grid .wrapper .icono {
              padding-right: 2rem;
              height: 100%;
              align-items: flex-start; } }
          .module_grid_requisitos .contenedor .grid .wrapper .icono img {
            -o-object-position: center;
            object-position: center;
            -o-object-fit: cover;
            object-fit: cover;
            max-width: 40%; }
            @media (min-width: 768px) {
              .module_grid_requisitos .contenedor .grid .wrapper .icono img {
                max-width: 60%; } }
            @media (min-width: 992px) {
              .module_grid_requisitos .contenedor .grid .wrapper .icono img {
                max-width: 70%; } }
            @media (min-width: 1200px) {
              .module_grid_requisitos .contenedor .grid .wrapper .icono img {
                max-width: 100%; } }
        .module_grid_requisitos .contenedor .grid .wrapper .textos {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          line-height: 1.4em;
          grid-area: textos; }
          .module_grid_requisitos .contenedor .grid .wrapper .textos .titulo_small p {
            font-family: "Source Sans Pro", sans-serif;
            font-weight: 700;
            font-size: 2rem;
            color: #151930;
            line-height: 1.2em;
            padding-bottom: .5rem; }
            @media (min-width: 768px) {
              .module_grid_requisitos .contenedor .grid .wrapper .textos .titulo_small p {
                font-size: 3.4rem;
                padding-bottom: 2rem; } }
            @media (min-width: 992px) {
              .module_grid_requisitos .contenedor .grid .wrapper .textos .titulo_small p {
                font-size: 2.4rem; } }
            @media (min-width: 1200px) {
              .module_grid_requisitos .contenedor .grid .wrapper .textos .titulo_small p {
                font-size: 3.4rem; } }
            @media (min-width: 1600px) {
              .module_grid_requisitos .contenedor .grid .wrapper .textos .titulo_small p {
                font-size: 4.2rem; } }
  .module_grid_requisitos .flecha {
    padding-top: 10rem; }

.module__banner {
  position: relative;
  width: 100%;
  height: 90vh;
  padding-top: 5rem;
  padding-bottom: 10rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (min-width: 768px) {
    .module__banner {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .module__banner {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .module__banner {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .module__banner {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  .module__banner .banner_wrapper {
    position: relative;
    height: 100%;
    width: 100%; }
  .module__banner .background {
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .module__banner .background img {
      position: absolute;
      -o-object-position: center;
      object-position: center;
      -o-object-fit: cover;
      object-fit: cover;
      width: 100%;
      height: 100%; }
    .module__banner .background:before {
      position: relative;
      height: 100%;
      width: 100%;
      z-index: 1;
      left: 0;
      top: 0;
      content: "";
      display: block;
      background: rgba(0, 0, 0, 0.3); }
  .module__banner .wrapper {
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 2rem; }
    @media (min-width: 992px) {
      .module__banner .wrapper {
        align-items: flex-start;
        text-align: left;
        padding-left: 10rem; } }
    .module__banner .wrapper .titulo {
      max-width: 100%; }
      @media (min-width: 992px) {
        .module__banner .wrapper .titulo {
          max-width: 40%; } }
      .module__banner .wrapper .titulo p {
        color: white; }
      .module__banner .wrapper .titulo strong {
        font-weight: 900; }
    .module__banner .wrapper .contenido {
      padding-top: 1rem; }
      @media (min-width: 768px) {
        .module__banner .wrapper .contenido {
          padding-top: 3rem; } }
      @media (min-width: 1200px) {
        .module__banner .wrapper .contenido {
          max-width: 50%; } }
      .module__banner .wrapper .contenido p {
        color: white; }
  .module__banner .scroll {
    position: relative;
    width: 100%;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .module__banner .scroll p {
      padding-bottom: 1rem; }

.module__blog_page {
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (min-width: 768px) {
    .module__blog_page {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .module__blog_page {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .module__blog_page {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .module__blog_page {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  .module__blog_page .banner_post {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 10rem;
    padding-bottom: 10rem; }
    .module__blog_page .banner_post .background {
      border-radius: 10px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .module__blog_page .banner_post .background img {
        position: absolute;
        -o-object-position: center;
        object-position: center;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
      .module__blog_page .banner_post .background:before {
        position: relative;
        height: 100%;
        width: 100%;
        z-index: 1;
        left: 0;
        top: 0;
        content: "";
        display: block;
        background: rgba(0, 0, 0, 0.3); }
    .module__blog_page .banner_post .wrapper {
      position: relative;
      z-index: 2;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media (min-width: 992px) {
        .module__blog_page .banner_post .wrapper {
          align-items: flex-start;
          text-align: left;
          padding-left: 10rem; } }
      .module__blog_page .banner_post .wrapper .titulo {
        max-width: 100%; }
        @media (min-width: 992px) {
          .module__blog_page .banner_post .wrapper .titulo {
            max-width: 40%; } }
        .module__blog_page .banner_post .wrapper .titulo p {
          color: white; }
        .module__blog_page .banner_post .wrapper .titulo strong {
          font-weight: 900; }
      .module__blog_page .banner_post .wrapper .contenido {
        padding-top: 3rem; }
        .module__blog_page .banner_post .wrapper .contenido p {
          color: white; }

.grid .alm-listing .alm-reveal,
.grid_related {
  display: grid;
  grid-column-gap: 4rem;
  grid-template-columns: 1fr;
  grid-auto-flow: row; }
  @media (min-width: 768px) {
    .grid .alm-listing .alm-reveal,
    .grid_related {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 992px) {
    .grid .alm-listing .alm-reveal,
    .grid_related {
      grid-template-columns: 1fr 1fr 1fr; } }

article.tarjeta {
  background: white;
  margin-bottom: 2rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding-bottom: 5rem;
  grid-template-rows: auto auto 1fr 1fr auto; }
  @media (min-width: 768px) {
    article.tarjeta {
      display: grid;
      padding-bottom: 0; } }
  article.tarjeta .fecha {
    padding-top: 1.5rem;
    padding-left: 4rem; }
    @media (min-width: 1200px) {
      article.tarjeta .fecha {
        padding-top: 3rem; } }
    article.tarjeta .fecha span {
      font-size: 2rem;
      font-weight: 700;
      color: #fe3e65; }
    article.tarjeta .fecha .categoria {
      padding-left: 1rem;
      font-size: 2rem;
      font-weight: 700;
      color: black; }
  article.tarjeta .titulo {
    width: 100%; }
    article.tarjeta .titulo p {
      padding-left: 4rem;
      margin: 0 !important;
      font-size: 2rem;
      font-weight: 900;
      max-width: 90%; }
      @media (min-width: 768px) {
        article.tarjeta .titulo p {
          padding-top: 1rem;
          font-size: 2.4rem; } }
      @media (min-width: 1200px) {
        article.tarjeta .titulo p {
          padding-top: 3rem;
          font-size: 3.2rem; } }
  article.tarjeta .extracto p {
    padding: 1.5rem 0 1.5rem 4rem;
    margin: 0 !important;
    font-weight: 400;
    max-width: 90%; }
  article.tarjeta .enlace {
    padding-left: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin: 0 !important;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fe3e65; }
  article.tarjeta a img {
    object-fit: contain;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  article.tarjeta a .flecha {
    padding-left: 1rem; }

.page-template-page-blog .fecha {
  margin-bottom: 2rem;
  font-weight: 700;
  color: white; }

.page-template-page-blog .module__banner .contenido {
  margin-bottom: 2rem; }

.alm-filter-nav {
  padding: 1.5rem 0 3rem;
  text-align: center; }
  .alm-filter-nav button {
    border-radius: 6px;
    background: #F0F0F0;
    border: 0;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 5px 15px;
    margin: 5px; }
    @media (min-width: 768px) {
      .alm-filter-nav button {
        margin: 0 8px;
        font-size: 1.6rem; } }

.module__blog_tagpage {
  margin-top: 5rem !important; }
  @media (min-width: 768px) {
    .module__blog_tagpage {
      margin-top: 5rem !important; } }
  @media (min-width: 1200px) {
    .module__blog_tagpage {
      margin-top: 10rem !important; } }

.module__blog_single {
  margin-top: 5rem;
  margin-bottom: 5rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px); }
  .module__blog_single .module__blog_single__wrap {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    padding-bottom: 5rem; }
    @media (min-width: 768px) {
      .module__blog_single .module__blog_single__wrap {
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media (min-width: 992px) {
      .module__blog_single .module__blog_single__wrap {
        padding-left: 4rem;
        padding-right: 4rem; } }
    @media (min-width: 1200px) {
      .module__blog_single .module__blog_single__wrap {
        padding-left: 8rem;
        padding-right: 8rem; } }
    @media (min-width: 1600px) {
      .module__blog_single .module__blog_single__wrap {
        padding-left: 0;
        padding-right: 0;
        max-width: 1400px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .module__blog_single .module__blog_single__wrap {
        padding-bottom: 10rem;
        padding-top: 5rem; } }
  .module__blog_single .wrapper .fecha {
    font-size: 2rem;
    font-weight: 700;
    color: #fe3e65; }
  .module__blog_single .wrapper .categoria {
    padding-left: 1rem;
    font-size: 2rem;
    font-weight: 700;
    color: black; }
  .module__blog_single .titulo {
    width: 100%; }
    .module__blog_single .titulo p {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      font-size: 3.2rem;
      font-weight: 900;
      max-width: 90%; }
      @media (min-width: 768px) {
        .module__blog_single .titulo p {
          font-size: 5.2rem;
          max-width: 60%; } }
      @media (min-width: 992px) {
        .module__blog_single .titulo p {
          padding-top: 4rem;
          padding-bottom: 4rem;
          font-size: 4.8rem; } }
      @media (min-width: 1200px) {
        .module__blog_single .titulo p {
          font-size: 5.4rem; } }
      @media (min-width: 1600px) {
        .module__blog_single .titulo p {
          font-size: 6rem; } }
  .module__blog_single .module__blog_container img {
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    margin-bottom: 1.5rem; }

.module__blog_container {
  display: flex;
  align-items: flex-start;
  flex-direction: column; }
  @media (min-width: 768px) {
    .module__blog_container {
      flex-direction: row; } }

@media (min-width: 768px) {
  .module__blog_content {
    width: 70%;
    padding-right: 3rem; } }

@media (min-width: 992px) {
  .module__blog_content {
    width: 80%;
    padding-right: 5rem; } }

.module__blog_sidebar {
  width: 100%; }
  @media (min-width: 768px) {
    .module__blog_sidebar {
      display: block;
      width: 30%; } }
  @media (min-width: 992px) {
    .module__blog_sidebar {
      width: 20%; } }
  .module__blog_sidebar h5 {
    margin-bottom: 1.5rem; }

.sidebar_banner {
  margin-bottom: 2rem;
  padding: 3rem;
  display: flex;
  border-radius: 6px;
  justify-content: space-between;
  flex-direction: column;
  background-size: cover !important; }
  @media (min-width: 768px) {
    .sidebar_banner {
      padding: 1rem; } }
  @media (min-width: 992px) {
    .sidebar_banner {
      padding: 3rem; } }
  .sidebar_banner p {
    margin-bottom: 6rem;
    font-weight: bold;
    font-size: 3.5rem;
    line-height: 1em; }
    @media (min-width: 768px) {
      .sidebar_banner p {
        font-size: 2.5rem;
        margin-bottom: 4rem; } }
    @media (min-width: 992px) {
      .sidebar_banner p {
        font-size: 3.2rem;
        margin-bottom: 8rem; } }
  .sidebar_banner.light p {
    color: white !important; }

.grid_most_reed .most_reed_item {
  display: flex;
  margin-bottom: 2rem;
  font-weight: bold;
  align-items: flex-start; }
  @media (min-width: 768px) {
    .grid_most_reed .most_reed_item {
      flex-direction: column; } }
  @media (min-width: 992px) {
    .grid_most_reed .most_reed_item {
      flex-direction: row;
      margin-bottom: 3rem; } }
  .grid_most_reed .most_reed_item .imagen {
    width: 25%; }
    @media (min-width: 768px) {
      .grid_most_reed .most_reed_item .imagen {
        width: 100%; } }
    @media (min-width: 992px) {
      .grid_most_reed .most_reed_item .imagen {
        width: 30%; } }
  .grid_most_reed .most_reed_item .most_reed_content {
    width: 75%;
    padding: 0 0 0 2rem; }
    @media (min-width: 768px) {
      .grid_most_reed .most_reed_item .most_reed_content {
        width: 100%;
        padding: 0; } }
    @media (min-width: 992px) {
      .grid_most_reed .most_reed_item .most_reed_content {
        width: 70%;
        padding: 0 0 0 1rem; } }
  .grid_most_reed .most_reed_item .fecha {
    font-size: 1.6rem; }
    .grid_most_reed .most_reed_item .fecha .date {
      color: #fe3e65; }
  .grid_most_reed .most_reed_item .most_reed_title p {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1em; }

.module__blog_tags {
  margin-top: 3rem; }

.module__blog_tags a,
.post_tags a {
  margin-right: 1rem;
  padding: 5px 10px;
  background: #eee;
  border-radius: 5px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .module__blog_tags a:hover,
  .post_tags a:hover {
    background: #151930;
    color: white; }

.share_post {
  background: white;
  padding: 2rem;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 23px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 5rem 0; }
  @media (min-width: 768px) {
    .share_post {
      flex-direction: row;
      padding: 4rem; } }
  .share_post h5 {
    font-weight: 700;
    font-size: 2.4rem;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .share_post h5 {
        font-size: 4.2rem;
        margin-bottom: 0; } }

.addtoany_shortcode .a2a_s__default {
  background: transparent !important; }
  .addtoany_shortcode .a2a_s__default path {
    fill: black !important; }

.sidebar_widget {
  margin-bottom: 5rem; }
  .sidebar_widget h5 {
    font-size: 2.4rem;
    font-weight: 700; }

.retaled_post__title {
  text-align: center;
  padding: 5rem 0; }
  .retaled_post__title h4 {
    font-weight: 700;
    font-size: 4.2rem; }
  .retaled_post__title h5 {
    font-size: 3rem; }

/******************************/
/*********** MAPA *************/
/******************************/
.module_mapa {
  position: relative;
  height: calc(70vh - 100px);
  width: 100%; }
  @media (min-width: 768px) {
    .module_mapa {
      height: calc(60vh - 100px); } }
  @media (min-width: 992px) {
    .module_mapa {
      height: calc(100vh - 100px); } }

.acf-map {
  position: fixed !important;
  width: 100%;
  top: 100px;
  height: calc(70vh - 100px); }
  @media (min-width: 768px) {
    .acf-map {
      height: calc(60vh - 100px); } }
  @media (min-width: 992px) {
    .acf-map {
      height: calc(100vh - 100px);
      width: 60%;
      margin-right: 40%; } }
  @media (min-width: 1200px) {
    .acf-map {
      height: calc(100vh - 100px);
      width: 70%;
      margin-right: 30%; } }

.swiper-container {
  position: fixed !important;
  z-index: 1000 !important;
  top: 0;
  right: 0;
  width: 100%;
  height: 30vh;
  top: 70vh;
  padding: 3rem;
  background: white;
  overflow: hidden; }
  @media (min-width: 768px) {
    .swiper-container {
      height: 40vh;
      top: 60vh; } }
  @media (min-width: 992px) {
    .swiper-container {
      width: 40%;
      height: calc(100vh - 100px);
      top: 100px; } }
  @media (min-width: 1200px) {
    .swiper-container {
      width: 30%; } }

.swiper-slide {
  cursor: pointer;
  border-bottom: 2px solid #b2f3fa;
  display: flex;
  line-height: 1em; }
  .swiper-slide.swiper-slide-active {
    background: #eee; }
  .swiper-slide .swiper_image {
    background: #151930;
    padding: 2rem; }
  .swiper-slide .swiper_contenido {
    padding: 0.8rem 1rem; }
    @media (min-width: 768px) {
      .swiper-slide .swiper_contenido {
        padding: 1rem 2rem; } }
  .swiper-slide h3 {
    font-weight: 900; }
  .swiper-slide span {
    font-size: 1.2rem;
    line-height: 1em;
    display: block;
    margin-bottom: 3px; }
    @media (min-width: 768px) {
      .swiper-slide span {
        font-size: 1.4rem; } }
  .swiper-slide img {
    max-width: 50px; }

.marker_header {
  display: flex;
  line-height: 1em;
  align-items: center;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .marker_header {
      margin-bottom: 1.5rem; } }
  .marker_header .marker_image {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #151930;
    border-radius: 100%;
    padding: 1.5rem;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .marker_header .marker_image {
        width: 100px;
        height: 100px; } }
    .marker_header .marker_image img {
      max-width: 100%;
      max-height: 100%; }
  .marker_header h3 {
    width: 70%;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1em;
    padding-left: 3rem; }

.marker_address {
  font-size: 1.1rem; }
  @media (min-width: 768px) {
    .marker_address {
      font-size: 1.2rem; } }

.map_title {
  width: 80%; }

.gm-style .gm-style-iw-c {
  background: #999; }

.gm-fullscreen-control {
  position: absolute !important;
  bottom: 2rem !important;
  left: 2rem !important;
  top: inherit !important;
  left: inherit !important; }

/*
.gm-bundled-control {
    width: 20px !important; height: 20px !important;
    z-index: 1000;

    > .gmnoprint > div {
        background: transparent !important;
        box-shadow: none !important;
        div { display: none; }
        button {
            border: 0 !important;
            margin: 0 0 10px !important;
            @include animaciones(0.2s);
            width: 26px !important;
            height: 26px !important;
            opacity: 0.8;
            &:hover { opacity: 1; }
            img { display: none !important; }

        }

        button:first-child { background: url(../assets/img/zoom_in.jpg) !important; background-size: cover !important; }
        button:last-child { background: url(../assets/img/zoom_out.jpg) !important; background-size: cover !important; }
    }
} */
.gm-style,
.marker-content {
  font-family: "Source Sans Pro", sans-serif !important; }

.gm-style .gm-style-iw-t::after {
  display: none !important; }

.gm-style-iw-d {
  font-size: 1.6rem !important;
  color: black !important; }

.gm-style .gm-style-iw-c {
  border-radius: 10px !important;
  padding: 0.8rem 1.2rem !important;
  background: white;
  max-width: 350px !important;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
  overflow: visible;
  transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  left: 0;
  top: 0;
  margin-top: -15px; }
  @media (min-width: 768px) {
    .gm-style .gm-style-iw-c {
      padding: 1.5rem 1.5rem !important; } }
  .gm-style .gm-style-iw-c .gm-ui-hover-effect {
    width: 13px !important;
    height: 13px !important;
    top: 10px !important;
    right: 10px !important; }
    .gm-style .gm-style-iw-c .gm-ui-hover-effect:before {
      content: "";
      display: block;
      width: 13px;
      height: 13px;
      background: url(../assets/img/window_close.png);
      background-size: cover !important; }
    .gm-style .gm-style-iw-c .gm-ui-hover-effect img {
      display: none !important; }
  .gm-style .gm-style-iw-c span {
    font-size: 1.1rem !important;
    display: block;
    margin-bottom: 0.3rem;
    display: flex; }
    @media (min-width: 768px) {
      .gm-style .gm-style-iw-c span {
        font-size: 1.3rem !important;
        margin-bottom: 0.5rem; } }
    .gm-style .gm-style-iw-c span:before {
      content: "";
      display: inline-block;
      width: 17px;
      height: 17px;
      margin-right: 10px;
      background-repeat: no-repeat !important; }
    .gm-style .gm-style-iw-c span.marker_address:before {
      background: url(../assets/img/icono_marker.png); }
    .gm-style .gm-style-iw-c span.marker_email:before {
      background: url(../assets/img/icono_email.png); }
    .gm-style .gm-style-iw-c span.marker_phone:before {
      background: url(../assets/img/icono_phone.png); }
    .gm-style .gm-style-iw-c span.marker_web:before {
      background: url(../assets/img/icono_esfera.png); }
  .gm-style .gm-style-iw-c .marker_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    align-items: center; }
    @media (min-width: 768px) {
      .gm-style .gm-style-iw-c .marker_footer {
        margin-top: 1rem;
        margin-bottom: 1rem; } }
    .gm-style .gm-style-iw-c .marker_footer .marker__fotter_ext {
      color: #6E9AF2;
      font-weight: 900; }
    .gm-style .gm-style-iw-c .marker_footer ul {
      display: flex; }
      .gm-style .gm-style-iw-c .marker_footer ul a {
        width: 25px;
        height: 25px;
        display: inline-block;
        overflow: hidden;
        margin: 0 5px;
        text-indent: -999px;
        background-size: cover !important; }
        @media (min-width: 768px) {
          .gm-style .gm-style-iw-c .marker_footer ul a {
            width: 40px;
            height: 40px; } }
        .gm-style .gm-style-iw-c .marker_footer ul a.map_social_icon__facebook {
          background: url(../assets/img/social_facebook.png); }
        .gm-style .gm-style-iw-c .marker_footer ul a.map_social_icon__instagram {
          background: url(../assets/img/social_instagram.png); }

.gm-style .gm-style-iw-d {
  overflow: visible !important; }

#searchTextField {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }

.module__iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 5rem !important;
  min-height: calc(100vh - 10rem); }
  @media (min-width: 768px) {
    .module__iframe {
      padding-left: 5rem;
      padding-right: 5rem; } }
  @media (min-width: 992px) {
    .module__iframe {
      padding-left: 4rem;
      padding-right: 4rem; } }
  @media (min-width: 1200px) {
    .module__iframe {
      padding-left: 8rem;
      padding-right: 8rem; } }
  @media (min-width: 1600px) {
    .module__iframe {
      padding-left: 0;
      padding-right: 0;
      max-width: 1400px;
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .module__iframe {
      min-height: inherit !important; } }
  .module__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.module_page_iframe {
  width: 100%;
  min-height: calc(100vh - 10rem);
  position: relative;
  overflow: hidden; }
  .module_page_iframe iframe {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 100px);
    top: 10rem; }

.wpb_wrapper ul li {
  list-style: circle inside none !important; }

/*# sourceMappingURL=style.css.map */