@charset "UTF-8";
@font-face {
  font-family: "Open Sans Bold";
  src: url("fonts/aplnr/opensans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Light";
  src: url("fonts/aplnr/opensans-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Semibold";
  src: url("fonts/aplnr/opensans-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url("fonts/aplnr/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold Italic";
  src: url("fonts/aplnr/opensans-BoldItalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Italic";
  src: url("fonts/aplnr/opensans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Background*/
.bg-site {
  background: #007EAE;
  position: relative;
}

.bg-light-Blue {
  background: #E1F2FB;
  position: relative;
}

.bg-dark-Blue {
  background: #007EAE;
  position: relative;
}

.bg-navy-Blue {
  background: #1D2546;
  position: relative;
}

.bg-green {
  background: #19818B;
  position: relative;
}

.bg-light-grey {
  background: #F0F0F0;
  position: relative;
}

.bg-grey {
  background: #D6DBDF;
  position: relative;
}

.bg-grey-gradient {
  background: #D6DBDF;
  position: relative;
}

.bg-garnet {
  background: #6A150E;
  position: relative;
}

.bg-orange {
  background: #C4471A;
  position: relative;
}

.bg-dark-orange {
  background: #C4471A;
  position: relative;
}

.bg-light-Yellow {
  background: #FFF8C5;
  position: relative;
}

.bg-Yellow {
  background: #F4C43C;
  position: relative;
}

.bg-light-rose {
  background: #FDEAEE;
  position: relative;
}

.bg-rose {
  background: #BC1350;
  position: relative;
}

.bg-dark-rose {
  background: #5D1B3A;
  position: relative;
}

.bg-red {
  background: #DE3532;
  position: relative;
}

.bg-zircon {
  background: #F8F9FF;
  position: relative;
}

.bg-cerulean {
  background-color: #017EAE;
  position: relative;
}

.bg-white-ice {
  background-color: #DEF0F9;
  position: relative;
}

/* General overwrite */
body {
  font-family: "Open Sans", sans-serif;
  color: #222222;
}

a {
  cursor: pointer;
  transition: all 0.3s ease-in;
}
a:hover {
  text-decoration: underline;
}
a:hover span {
  text-decoration: underline;
}
a:focus {
  outline: 1px dotted #222222;
  transition: all 0s;
}

dl, ol, ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}

li {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}

html,
body,
p,
div,
h1,
h2,
h3,
h4,
a,
img,
ul,
li,
ol,
span,
header,
nav,
footer,
section,
article,
object,
video {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  border: none;
  background: transparent;
  vertical-align: baseline;
}

body {
  overflow-x: hidden;
  opacity: 1 !important;
}

.page-wrapper {
  overflow-x: hidden;
}

table {
  border-bottom: 1px solid #BFBFBF;
}

/* Fonts */
html {
  font-size: 10px;
}

h1,
.h1 {
  font-size: 3.2rem;
  font-weight: 300;
}

h2,
.h2 {
  font-size: 2.1rem;
  font-weight: 300;
}

h2 em,
.h2 em {
  font-size: 2.2rem;
  font-family: "Open Sans Bold Italic", sans-serif;
}

p {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  line-height: 2.4rem;
}

b, strong {
  font-family: "Open Sans Bold", sans-serif;
}

em {
  font-family: "Open Sans Italic", sans-serif;
}

hr {
  background: #BFBFBF;
  margin: 2.5rem 0;
  height: 0.1rem;
  border: 0;
}

.line-up:before {
  content: "";
  position: relative;
  display: block;
  width: 2.3rem;
  height: 0.6rem;
  margin: 1rem 0 2rem 0;
  background: #197EAE;
}
.line-up--white:before {
  background: #FFFFFF;
}

/* Font color */
.font-color--default {
  color: #197EAE;
}

.font-color--black {
  color: #222222;
}

.font-color--blue {
  color: #009AD8;
}

.font-color--blue-light {
  color: #EFF7FC;
}

.font-color--gray {
  color: #BFBFBF;
}

.font-color--gray-dark {
  color: #939393;
}

.font-color--gray-light {
  color: #F8F9FF;
}

.font-color--red {
  color: #CF3B3B;
}

.font-color--red-2 {
  color: #CF3B3B;
}

.font-color--dark-red {
  color: #91193a;
}

.font-color--white {
  color: #FFFFFF;
}

.font-color--yellow {
  color: #cf8d2b;
}

.font-color--green {
  color: #C1EB93;
}

/* Background */
.bg--default {
  background-color: #197EAE;
}

.bg--black {
  background-color: #222222;
}

.bg--blue-gradient, .bg-dark-Blue {
  background: linear-gradient(180deg, #009AD8 0%, #197EAE 100%);
}

.bg--blue {
  background-color: #009AD8;
}

.bg--blue-light {
  background-color: #EFF7FC;
}
.bg--blue-light a {
  color: #1A75A0;
}

.bg--gray {
  background-color: #BFBFBF;
}

.bg--gray-dark {
  background-color: #939393;
}

.bg--gray-light {
  background-color: #F8F9FF;
}

.bg--gray-light2 {
  background-color: #F8F8F8;
}

.bg--red {
  background-color: #CF3B3B;
}

.bg--white {
  background-color: #FFFFFF;
}

.bg--green {
  background-color: #C1EB93;
}

.bg--green-dark {
  background-color: #98cd7f;
}

/* Modificadores Texto */
.h1--small {
  font-size: 2.7rem;
}

.paragraph--base {
  font-size: 1.6rem;
}

.paragraph--small {
  font-size: 1.4rem;
}

.button {
  font-size: 1.4rem;
}

/* Buttons */
.button-wrap {
  display: inline-block;
  margin: 0 1rem 1rem 1rem;
}

.btn, .corp--btn-01__wrapper {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: "Open Sans Semibold", sans-serif;
  width: 100%;
  padding: 1.1rem 6rem;
  border-radius: 0.2rem;
  position: relative;
  background: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s ease-in;
  color: inherit;
}

.btn--primary {
  border: 0.2rem solid #197EAE;
}

.btn--blue {
  border: 0.2rem solid #197EAE;
  background: #197EAE;
}

.btn--white {
  border: 0.2rem solid #FFFFFF;
}

.btn-icon:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  padding: 0;
  width: 2rem;
  top: 0;
}

.btn-icon--arrow-right-blue:after {
  background: url("images/arrow-blue.svg") no-repeat center center transparent;
}

.btn-icon--arrow-right-white:after {
  background: url("images/arrow-white.svg") no-repeat center center transparent;
}

img[data-src] {
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  transition: opacity 0.3s ease-in;
}

img.lazy-loaded[data-src] {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

/* Utils */
.mt-n20 {
  margin-top: -2rem;
}

.mt-n50 {
  margin-top: -5rem;
}

.mt-n100 {
  margin-top: -10rem;
}

.mt-n150 {
  margin-top: -15rem;
}

.mt-n170 {
  margin-top: -17rem;
}

html[lang=en] .mt-n170.en {
  margin-top: 0;
  height: 0;
}

/* texto centrado */
.texto_centrado {
  text-align: center;
}

/* boton texto centrado */
.article-block .article-content .texto_centrado.button_wrap {
  display: block;
}

/* texto grande*/
.texto_grande {
  font-size: 5rem;
  margin-top: 1.5rem;
  display: inherit;
}

/* texto aclarativo*/
.texto_aclarativo {
  font-size: 1.2rem;
  line-height: 1.9rem;
}

/* aside en mobile */
@media (max-width: 992px) {
  .aside {
    margin-bottom: 65px;
  }
}

/* interliniado menor parrafo */
p.int_small {
  margin-bottom: 0.5rem;
}

/* interlineado menor li */
ul li.list__item.int_small .c-link {
  margin-bottom: 0.5rem;
}

/* img 100% mobile */
.contentList__dest img {
  max-width: 100%;
  height: auto;
}

/* icon download*/
.contentList__dest a img {
  max-width: inherit;
}

/*margenes generales componentes*/
.article-block .article-content,
.c-highlight {
  margin-bottom: 5rem;
}

.article-block._special_appearance .article-content {
  margin-bottom: 0;
}

.contentList, .contentList__dest,
.mapa_encuentros, .carousel-group.main-component,
.mt-n170 .bg--blue-gradient,
.p-highlights, .accionistas {
  margin-bottom: 5rem;
}

#agenda {
  margin-bottom: 3rem;
}

.bg--blue-gradient .article-block,
.video-inline {
  margin-bottom: 0;
}

.p-highlights ul.p-highlight-list,
.article-block .article-content .button_wrap,
.table-container,
.table {
  margin-bottom: 0;
}

.p-highlights li.p-highlight {
  margin-top: 0;
}

#mb-3.article-content, #mb-3 .article-content, #mb-3.dropdown-group, #mb-3.p-highlights, .mb-3.article-content, .mb-3 .article-content, .mb-3.dropdown-group, .mb-3.p-highlights {
  margin-bottom: 2.5rem;
}

#mb-0.article-content, #mb-0 .article-content, #mb-0.dropdown-group, #mb-0.p-highlights, .mb-0.article-content, .mb-0 .article-content, .mb-0.dropdown-group, .mb-0.p-highlights {
  margin-bottom: 0;
}

#mbn-3.article-content, #mbn-3 .article-content, #mbn-3.dropdown-group, #mbn-3.p-highlights, .mbn-3.article-content, .mbn-3 .article-content, .mbn-3.dropdown-group, .mbn-3.p-highlights {
  margin-bottom: -2.5rem;
}

/*margen para solo titulos*/
.article-block._normal_appearance, .article-block._normal_appearance .article-content {
  margin-bottom: 0;
}

button:focus {
  outline: 1px dotted;
}

/*margen link publi menu*/
.card-publi a.c-link {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/*quitar formulario cookies dv dinamicas*/
.video-inline form#capaCookies {
  display: none;
}

.h-auto {
  min-height: auto !important;
}

/*quitar cuando se publique el microfono en el prebuscador*/
.w-100 {
  width: 80% !important;
}

/*texto en el slider abajo en el primer item*/
.home-banner #bottom0.hm-slider .hm-slider-list .hm-slide:first-child .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
  bottom: 2rem;
}
@media (min-width: 768px) {
  .home-banner #bottom0.hm-slider .hm-slider-list .hm-slide:first-child .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
    bottom: -4rem;
  }
}
@media (min-width: 991px) {
  .home-banner #bottom0.hm-slider .hm-slider-list .hm-slide:first-child .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
    bottom: -6rem;
  }
}

/***********************
    A0.BUTTONS
************************/
.buttons_group {
  margin: 0 0 2rem 0;
  text-align: center;
}

.article-main .buttons_group,
.aside-main .buttons_group {
  margin-top: 3rem;
}

.button_wrap {
  display: block;
  margin: 0 0 2rem;
}

@media (min-width: 768px) {
  .button_wrap {
    display: inline-block;
    margin: 0 1rem 2rem 1rem;
  }
}
.button_wrap .btn, .button_wrap .corp--btn-01__wrapper {
  padding: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .button_wrap .btn, .button_wrap .corp--btn-01__wrapper {
    width: auto;
  }
}
.button_wrap .btn > a, .button_wrap .corp--btn-01__wrapper > a,
.button_wrap button.btn,
.button_wrap button.corp--btn-01__wrapper,
.button_wrap a > .btn,
.button_wrap a > .corp--btn-01__wrapper,
.article-content .boton > a,
.article-content a > .boton,
.article-content .boton_azul > a,
.article-content a > .boton_azul,
.article-content .boton_gris > a,
.article-content a > .boton_gris {
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  background-color: #fff;
  border: 0.2rem solid #007eae;
  color: #007eae;
  padding: 1.1rem 1rem;
  border-radius: 0.2rem;
  line-height: 1.4rem;
  font-size: 1.4rem;
  /*height: 4rem;*/
  position: relative;
  background: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  width: 100%;
  max-width: 320px;
  transition: all 0.3s ease-in;
}
@media (max-width: 768px) {
  .button_wrap .btn > a, .button_wrap .corp--btn-01__wrapper > a,
  .button_wrap button.btn,
  .button_wrap button.corp--btn-01__wrapper,
  .button_wrap a > .btn,
  .button_wrap a > .corp--btn-01__wrapper,
  .article-content .boton > a,
  .article-content a > .boton,
  .article-content .boton_azul > a,
  .article-content a > .boton_azul,
  .article-content .boton_gris > a,
  .article-content a > .boton_gris {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .button_wrap .btn > a, .button_wrap .corp--btn-01__wrapper > a,
  .button_wrap button.btn,
  .button_wrap button.corp--btn-01__wrapper,
  .button_wrap a > .btn,
  .button_wrap a > .corp--btn-01__wrapper,
  .article-content .boton > a,
  .article-content a > .boton,
  .article-content .boton_azul > a,
  .article-content a > .boton_azul,
  .article-content .boton_gris > a,
  .article-content a > .boton_gris {
    width: auto;
    max-width: none;
  }
}
.button_wrap .btn_info {
  display: block;
  color: #555;
  font-size: 1.4rem;
  padding-bottom: 1rem;
}

.button_wrap .btn > a:hover, .button_wrap .corp--btn-01__wrapper > a:hover,
.button_wrap button.btn:hover,
.button_wrap button.corp--btn-01__wrapper:hover,
.button_wrap a:hover > .btn,
.button_wrap a:hover > .corp--btn-01__wrapper,
.article-content .boton > a:hover,
.article-content a:hover > .boton,
.article-content .boton_azul > a:hover,
.article-content a:hover > .boton_azul,
.article-content .boton_gris > a:hover,
.article-content a:hover > .boton_gris {
  background: none;
  color: #007eae;
  border-color: #007eae;
  box-shadow: 0 0 10px -1px #404040;
}

.button_wrap .btn > a:focus, .button_wrap .corp--btn-01__wrapper > a:focus,
.button_wrap button.btn:focus,
.button_wrap button.corp--btn-01__wrapper:focus,
.button_wrap a:focus > .btn,
.button_wrap a:focus > .corp--btn-01__wrapper,
.article-content a:focus > .boton,
.article-content .boton_azul > a:focus,
.article-content a:focus > .boton_azul,
.article-content .boton_gris > a:focus,
.article-content a:focus > .boton_gris {
  background: none;
  color: #007eae;
  box-shadow: 0 0 10px -1px #404040;
}

.button_wrap .btn > a:active, .button_wrap .corp--btn-01__wrapper > a:active,
.button_wrap .btn.active > a,
.button_wrap .active.corp--btn-01__wrapper > a,
.button_wrap button.btn:active,
.button_wrap button.corp--btn-01__wrapper:active,
.button_wrap a:active > .btn,
.button_wrap a:active > .corp--btn-01__wrapper,
.button_wrap a > .btn.active,
.button_wrap a > .active.corp--btn-01__wrapper,
.article-content .boton > a:active,
.article-content a:active > .boton,
.article-content .boton_azul > a:active,
.article-content a:active > .boton_azul,
.article-content .boton_gris > a:active,
.article-content a:active > .boton_gris {
  background: none;
  color: #007eae;
  border-color: #007eae;
  box-shadow: none;
}

.button_wrap .btn.disabled > a, .button_wrap .disabled.corp--btn-01__wrapper > a,
.button_wrap a > .btn.disabled,
.button_wrap a > .disabled.corp--btn-01__wrapper {
  color: #666;
  border: 0.2rem solid #ccc;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/* Button colors */
.button_wrap .btn.btn-yellow > a, .button_wrap .btn-yellow.corp--btn-01__wrapper > a,
.button_wrap a > .btn.btn-yellow,
.button_wrap a > .btn-yellow.corp--btn-01__wrapper,
.button_wrap button.btn.btn-yellow,
.button_wrap button.btn-yellow.corp--btn-01__wrapper,
.article-content .boton.naranja > a,
.article-content a > .boton.naranja {
  color: #000;
  background-color: #f4c53d;
  border: solid 2px #f4c53d;
}

.button_wrap .btn.btn-yellow > a:hover, .button_wrap .btn-yellow.corp--btn-01__wrapper > a:hover,
.button_wrap a:hover > .btn.btn-yellow,
.button_wrap a:hover > .btn-yellow.corp--btn-01__wrapper,
.button_wrap button.btn.btn-yellow:hover,
.button_wrap button.btn-yellow.corp--btn-01__wrapper:hover,
.article-content .boton.naranja > a:hover,
.article-content a:hover > .boton.naranja {
  color: #000;
  background-color: #f4c53d;
  box-shadow: 0 0 10px -1px #404040;
  border: solid 2px #f4c53d;
  outline: none;
}

.button_wrap .btn.btn-yellow > a:focus, .button_wrap .btn-yellow.corp--btn-01__wrapper > a:focus,
.button_wrap a:focus > .btn.btn-yellow,
.button_wrap a:focus > .btn-yellow.corp--btn-01__wrapper,
.button_wrap button.btn.btn-yellow:focus,
.button_wrap button.btn-yellow.corp--btn-01__wrapper:focus,
.article-content .boton.naranja > a:focus,
.article-content a:focus > .boton.naranja {
  color: #000;
  background-color: #f4c53d;
  box-shadow: 0 0 10px -1px #404040;
  border: solid 2px #f4c53d;
  outline: none;
}

.button_wrap .btn.btn-yellow > a:active, .button_wrap .btn-yellow.corp--btn-01__wrapper > a:active,
.button_wrap .btn.btn-yellow.active > a,
.button_wrap .btn-yellow.active.corp--btn-01__wrapper > a,
.button_wrap a:active > .btn.btn-yellow,
.button_wrap a:active > .btn-yellow.corp--btn-01__wrapper,
.button_wrap a > .btn.btn-yellow.active,
.button_wrap a > .btn-yellow.active.corp--btn-01__wrapper,
.button_wrap button.btn.btn-yellow:active,
.button_wrap button.btn-yellow.corp--btn-01__wrapper:active,
.button_wrap button.btn.btn-yellow.active,
.button_wrap button.btn-yellow.active.corp--btn-01__wrapper,
.article-content .boton.naranja > a:active,
.article-content a:active > .boton.naranja {
  color: #000;
  background-color: #e2b33d;
  border: solid 2px #e2b33d;
  outline: none;
  box-shadow: none;
}

.button_wrap .btn.btn-yellow.disabled > a, .button_wrap .btn-yellow.disabled.corp--btn-01__wrapper > a,
.button_wrap a > .btn.btn-yellow.disabled,
.button_wrap a > .btn-yellow.disabled.corp--btn-01__wrapper {
  color: #666;
  border: 0.2rem solid #ccc;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.button_wrap .btn.btn-blue > a, .button_wrap .btn-blue.corp--btn-01__wrapper > a,
.button_wrap a > .btn.btn-blue,
.button_wrap a > .btn-blue.corp--btn-01__wrapper,
.button_wrap button.btn.btn-blue,
.button_wrap button.btn-blue.corp--btn-01__wrapper,
.article-content .boton_azul > a,
.article-content .boton.azul_turquesa > a,
.article-content .boton_azul_oscuro > a,
.article-content a > .boton_azul,
.article-content a > .boton.azul_turquesa,
.article-content a > .boton.azul_oscuro {
  background-color: #007eae;
  border: 0.2rem solid #007eae;
  color: #fff;
}

.button_wrap .btn.btn-blue > a:hover, .button_wrap .btn-blue.corp--btn-01__wrapper > a:hover,
.button_wrap button.btn.btn-blue:hover,
.button_wrap button.btn-blue.corp--btn-01__wrapper:hover,
.button_wrap a:hover > .btn.btn-blue,
.button_wrap a:hover > .btn-blue.corp--btn-01__wrapper,
.article-content .boton_azul > a:hover,
.article-content .boton.azul_turquesa > a:hover,
.article-content .boton.azul_oscuro > a:hover,
.article-content a:hover > .boton_azul,
.article-content a:hover > .boton.azul_turquesa,
.article-content a:hover > .boton.azul_oscuro {
  background-color: #007eae;
  border-color: #007eae;
  color: #fff;
  box-shadow: 0 0 10px 0px #404040;
}

.button_wrap .btn.btn-blue > a:focus, .button_wrap .btn-blue.corp--btn-01__wrapper > a:focus,
.button_wrap button.btn.btn-blue:focus,
.button_wrap button.btn-blue.corp--btn-01__wrapper:focus,
.button_wrap a:focus > .btn.btn-blue,
.button_wrap a:focus > .btn-blue.corp--btn-01__wrapper,
.article-content .boton_azul > a:focus,
.article-content .boton.azul_turquesa > a:focus,
.article-content .boton.azul_oscuro > a:focus,
.article-content a:focus > .boton_azul,
.article-content a:focus > .boton.azul_turquesa,
.article-content a:focus > .boton.azul_oscuro {
  background-color: #007eae;
  color: #fff;
  box-shadow: 0 0 10px 0px #404040;
}

.button_wrap .btn.btn-blue > a:active, .button_wrap .btn-blue.corp--btn-01__wrapper > a:active,
.button_wrap .btn.btn-blue.active > a,
.button_wrap .btn-blue.active.corp--btn-01__wrapper > a,
.button_wrap button.btn.btn-blue:active,
.button_wrap button.btn-blue.corp--btn-01__wrapper:active,
.button_wrap button.btn.btn-blue.active,
.button_wrap button.btn-blue.active.corp--btn-01__wrapper,
.button_wrap a:active > .btn.btn-blue,
.button_wrap a:active > .btn-blue.corp--btn-01__wrapper,
.button_wrap a > .btn.btn-blue.active,
.button_wrap a > .btn-blue.active.corp--btn-01__wrapper,
.article-content .boton_azul > a:active,
.article-content .boton.azul_turquesa > a:active,
.article-content .boton.azul_oscuro > a:active,
.article-content a:active > .boton_azul,
.article-content a:active > .boton.azul_turquesa,
.article-content a:active > .boton.azul_oscuro {
  background-color: #006f99;
  border-color: #006f99;
  color: #fff;
  box-shadow: none;
}

.button_wrap .btn.btn-blue.disabled > a, .button_wrap .btn-blue.disabled.corp--btn-01__wrapper > a,
.button_wrap a > .btn.btn-blue.disabled,
.button_wrap a > .btn-blue.disabled.corp--btn-01__wrapper {
  color: #666;
  background-color: #e1e1e1;
  border: 0.2rem solid #ccc;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* Button icons */
.button_wrap a > .icon_lock,
.button_wrap .icon_lock > a,
.button_wrap a > .button_wrap,
.button_wrap .button_wrap > a,
.button_wrap a > .icon_people,
.button_wrap .icon_people > a,
.button_wrap a > .icon_chat,
.button_wrap .icon_chat > a,
.button_wrap a > .icon_phone,
.button_wrap .icon_phone > a,
.button_wrap a > .icon_download,
.button_wrap .icon_download > a,
.article-content .boton.naranja > a,
.article-content a > .boton.naranja {
  padding-left: 3.7rem;
}

.button_wrap a > .icon_lock:before,
.button_wrap .icon_lock > a:before,
.button_wrap a > .button_wrap:before,
.button_wrap .button_wrap > a:before,
.button_wrap a > .icon_people:before,
.button_wrap .icon_people > a:before,
.button_wrap a > .icon_chat:before,
.button_wrap .icon_chat > a:before,
.button_wrap a > .icon_phone:before,
.button_wrap .icon_phone > a:before,
.button_wrap a > .icon_download:before,
.button_wrap .icon_download > a:before,
.article-content .boton.naranja > a:before,
.article-content a > .boton.naranja:before {
  content: "";
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 0;
  width: 3.7rem;
  line-height: 3.5rem;
}

@media screen and (min-width: 0\0 ) {
  .button_wrap a > .icon_lock:before,
  .button_wrap .icon_lock > a:before,
  .button_wrap a > .button_wrap:before,
  .button_wrap .button_wrap > a:before,
  .button_wrap a > .icon_people:before,
  .button_wrap .icon_people > a:before,
  .button_wrap a > .icon_chat:before,
  .button_wrap .icon_chat > a:before,
  .button_wrap a > .icon_phone:before,
  .button_wrap .icon_phone > a:before,
  .button_wrap a > .icon_download:before,
  .button_wrap .icon_download > a:before,
  .article-content .boton.naranja > a:before,
  .article-content a > .boton.naranja:before {
    padding-top: 1.7rem;
  }
}
.button_wrap a > .icon_lock:before,
.button_wrap .icon_lock > a:before,
.button_wrap a > .button_wrap:before,
.button_wrap .button_wrap > a:before {
  font-family: "fontello";
  font-style: normal;
  content: "\e900";
  font-size: 2rem;
}

.button_wrap a > .btn-blue.icon_lock:before,
.button_wrap .btn-blue.icon_lock > a:before,
.button_wrap a > .btn-blue.button_wrap:before,
.button_wrap .btn-blue.button_wrap > a:before {
  font-family: "fontello";
  font-style: normal;
  content: "\e900";
  font-size: 2rem;
}

.button_wrap a > .icon_people:before,
.button_wrap .icon_people > a:before {
  font-family: "fontello";
  font-style: normal;
  content: "\e903";
  color: #437eae;
  font-size: 2.3rem;
}

.button_wrap a > .btn-blue.icon_people:before,
.button_wrap .btn-blue.icon_people > a:before {
  font-family: "fontello";
  font-style: normal;
  content: "\e903";
  color: #fff;
  font-size: 2.3rem;
}

.button_wrap a > .btn-yellow.icon_people:before,
.button_wrap .btn-yellow.icon_people > a:before {
  font-family: "fontello";
  font-style: normal;
  content: "\e903";
  color: #000;
  font-size: 2.3rem;
}

.button_wrap a > .icon_chat:before,
.button_wrap .icon_chat > a:before {
  background: url("icons/icon_chat_blue.png") no-repeat center center transparent;
}

.button_wrap a > .btn-blue.icon_chat:before,
.button_wrap .btn-blue.icon_chat > a:before {
  background-image: url("icons/icon_chat_white.png");
}

.button_wrap a > .btn-yellow.icon_chat:before,
.button_wrap .btn-yellow.icon_chat > a:before {
  background-image: url("icons/icon_chat.png");
}

.button_wrap a > .icon_phone:before,
.button_wrap .icon_phone > a:before {
  background: url("icons/icon_phone_blue.png") no-repeat center center transparent;
}

.button_wrap a > .btn-blue.icon_phone:before,
.button_wrap .btn-blue.icon_phone > a:before {
  background-image: url("icons/icon_phone_white.png");
}

.button_wrap a > .btn-yellow.icon_phone:before,
.button_wrap .btn-yellow.icon_phone > a:before {
  background-image: url("icons/icon_phone.png");
}

.button_wrap a > .icon_download:before,
.button_wrap .icon_download > a:before {
  background: url("icons/icon_download_blue.png") no-repeat center center transparent;
}

.button_wrap a > .btn-blue.icon_download:before,
.button_wrap .btn-blue.icon_download > a:before {
  background-image: url("icons/icon_download_white.png");
}

.button_wrap a > .btn-yellow.icon_download:before,
.button_wrap .btn-yellow.icon_download > a:before {
  background-image: url("icons/icon_download.png");
}

/* Customized */
.button_wrap a > .btn, .button_wrap a > .corp--btn-01__wrapper,
.button_wrap button.btn,
.button_wrap button.corp--btn-01__wrapper,
.button_wrap span.btn a,
.button_wrap span.corp--btn-01__wrapper a {
  padding: 1.1rem 6rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-family: "Open Sans Semibold", sans-serif;
}

.button_wrap .btn > a, .button_wrap .corp--btn-01__wrapper > a,
.button_wrap a > .btn,
.button_wrap a > .corp--btn-01__wrapper,
.button_wrap button.btn,
.button_wrap button.corp--btn-01__wrapper {
  background-color: #FFFFFF;
  border: 0.2rem solid #197EAE;
  color: #197EAE;
  white-space: normal;
}
@media (min-width: 768px) {
  .button_wrap .btn > a, .button_wrap .corp--btn-01__wrapper > a,
  .button_wrap a > .btn,
  .button_wrap a > .corp--btn-01__wrapper,
  .button_wrap button.btn,
  .button_wrap button.corp--btn-01__wrapper {
    white-space: nowrap;
  }
}

.button_wrap .btn.btn-white-border > a, .button_wrap .btn-white-border.corp--btn-01__wrapper > a,
.button_wrap a > .btn.btn-white-border,
.button_wrap a > .btn-white-border.corp--btn-01__wrapper,
.button_wrap button.btn.btn-white-border,
.button_wrap button.btn-white-border.corp--btn-01__wrapper {
  background-color: #197EAE;
  border: 0.2rem solid #FFFFFF;
  color: #FFFFFF;
}

.button_wrap .btn.btn-white > a, .button_wrap .btn-white.corp--btn-01__wrapper > a,
.button_wrap a > .btn.btn-white,
.button_wrap a > .btn-white.corp--btn-01__wrapper,
.button_wrap button.btn.btn-white,
.button_wrap button.btn-white.corp--btn-01__wrapper {
  background-color: #FFFFFF;
  border: 0.2rem solid #FFFFFF;
  color: #197EAE;
}

.bg--blue-gradient .button_wrap .btn.btn-white-border > a:hover, .bg--blue-gradient .button_wrap .btn-white-border.corp--btn-01__wrapper > a:hover,
.bg--blue-gradient .button_wrap .btn.btn-white-border:hover,
.bg--blue-gradient .button_wrap .btn-white-border.corp--btn-01__wrapper:hover,
.bg--blue-gradient .button_wrap a:hover > .btn.btn-white-border,
.bg--blue-gradient .button_wrap a:hover > .btn-white-border.corp--btn-01__wrapper {
  background: #197EAE;
  color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 10px -1px #FFFFFF;
}

.bg--blue .button_wrap .btn.btn-white-border > a:hover, .bg--blue .button_wrap .btn-white-border.corp--btn-01__wrapper > a:hover,
.bg--blue .button_wrap .btn.btn-white-border:hover,
.bg--blue .button_wrap .btn-white-border.corp--btn-01__wrapper:hover,
.bg--blue .button_wrap a:hover > .btn.btn-white-border,
.bg--blue .button_wrap a:hover > .btn-white-border.corp--btn-01__wrapper {
  background: none;
  background: #197EAE;
  color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 10px -1px #FFFFFF;
}

.bg-dark-Blue .button_wrap .btn.btn-white-border > a:hover, .bg-dark-Blue .button_wrap .btn-white-border.corp--btn-01__wrapper > a:hover,
.bg-dark-Blue .button_wrap .btn.btn-white-border:hover,
.bg-dark-Blue .button_wrap .btn-white-border.corp--btn-01__wrapper:hover,
.bg-dark-Blue .button_wrap a:hover > .btn.btn-white-border,
.bg-dark-Blue .button_wrap a:hover > .btn-white-border.corp--btn-01__wrapper {
  background: none;
  background: #197EAE;
  color: #FFFFFF;
  border-color: #FFFFFF;
  box-shadow: 0 0 10px -1px #FFFFFF;
}

.button_wrap a > .icon_right-arrow:after,
.button_wrap .icon_right-arrow > a:after,
.button_wrap button.icon_right-arrow:after {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  width: 2rem;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .button_wrap a > .icon_right-arrow:after,
  .button_wrap .icon_right-arrow > a:after,
  .button_wrap button.icon_right-arrow:after {
    margin-left: 0rem;
  }
}

.btn-white.icon_right-arrow:after,
.btn.icon_right-arrow:after,
.icon_right-arrow.corp--btn-01__wrapper:after {
  background: url("images/arrow-blue.svg") no-repeat center center transparent;
}

.btn-white-border.icon_right-arrow:after {
  background: url("images/arrow-white.svg") no-repeat center center transparent;
}

.btn-search {
  height: 6rem;
  border: 0.1rem solid #494949;
  background: #FFFFFF;
  padding: 0;
}
.btn-search img {
  width: 2.5rem;
  padding: 0 3%;
}
@media (min-width: 768px) {
  .btn-search img {
    width: 3.5rem;
  }
}
.btn-search:focus {
  border: 0.1rem solid #BFBFBF;
  outline: none;
}

span.btn.disabled, span.disabled.corp--btn-01__wrapper {
  opacity: 1;
  cursor: default;
}
span.btn.disabled a, span.disabled.corp--btn-01__wrapper a {
  color: silver !important;
  border: 2px solid silver;
  pointer-events: none;
  cursor: default;
  opacity: 1 !important;
}

.button_wrap.disabled a {
  pointer-events: none;
}
.button_wrap.disabled a span.btn, .button_wrap.disabled a span.corp--btn-01__wrapper {
  color: silver;
  border: 2px solid silver;
  pointer-events: none;
  cursor: default;
}

.list {
  display: block;
}
.list--no-style {
  list-style: none;
}
.list--no-style .list__item {
  margin-left: 0;
}

.list__item {
  position: relative;
  padding: 0;
  margin-left: 2rem;
}
.list__item:last-child {
  padding-bottom: 0;
}
.list__item--small {
  padding: 0.5rem 0;
}

.c-subdropdown {
  display: inline-block;
  width: auto;
}

.list {
  display: block;
}
.list--no-style {
  list-style: none;
}
.list--no-style .list__item {
  margin-left: 0;
}

.article-block ul, .article-content ul, .content .content-box .description ul, .article-block ol, .article-content ol, .content .content-box .description ol, .contentList__dest ol, .contentList__dest ul {
  display: block;
}
.article-block ul li, .article-content ul li, .content .content-box .description ul li, .article-block ol li, .article-content ol li, .content .content-box .description ol li, .contentList__dest ol li, .contentList__dest ul li {
  position: relative;
  padding: 0;
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.article-block ul li.int_small, .article-content ul li.int_small, .content .content-box .description ul li.int_small, .article-block ol li.int_small, .article-content ol li.int_small, .content .content-box .description ol li.int_small, .contentList__dest ol li.int_small, .contentList__dest ul li.int_small {
  margin-bottom: 0.5rem;
  padding-bottom: 0;
}
.article-block ul li.int_small ul, .article-content ul li.int_small ul, .content .content-box .description ul li.int_small ul, .article-block ol li.int_small ul, .article-content ol li.int_small ul, .content .content-box .description ol li.int_small ul, .contentList__dest ol li.int_small ul, .contentList__dest ul li.int_small ul {
  margin-top: 0.5rem !important;
}
.article-block ul li:last-child, .article-content ul li:last-child, .content .content-box .description ul li:last-child, .article-block ol li:last-child, .article-content ol li:last-child, .content .content-box .description ol li:last-child, .contentList__dest ol li:last-child, .contentList__dest ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.article-block ul ul, .article-content ul ul, .content .content-box .description ul ul, .article-block ol ul, .article-content ol ul, .content .content-box .description ol ul, .contentList__dest ol ul, .contentList__dest ul ul {
  margin-top: 2rem !important;
}

.list-inline-item {
  margin: 0;
}

.border-box {
  padding: 2rem;
}
.border-box--gray {
  border: 1px solid #BFBFBF;
}
.border-box--blue {
  border: 1px solid #009AD8;
}

.c-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.9rem;
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2.5rem;
}
.c-link:hover {
  text-decoration: none;
}
.c-link--arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.9rem;
  padding: 0;
  width: 1.9rem;
  background: url("images/arrow-blue.svg") no-repeat center center transparent;
}
.c-link--arrow:hover:after {
  margin-left: 1.7rem;
  transition: all 0.3s ease-in;
}
.c-link--arrow-black:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.9rem;
  padding: 0;
  width: 1.9rem;
  background: url("images/arrow-black.svg") no-repeat center center transparent;
}
.c-link--arrow-black:hover:after {
  margin-left: 1.7rem;
  background: url("images/arrow-blue.svg") no-repeat center center transparent;
  transition: all 0.3s ease-in;
}
.c-link--arrow-white:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.9rem;
  padding: 0;
  width: 1.9rem;
  background: url("images/arrow-white.svg") no-repeat center center transparent;
}
.c-link--black {
  color: #222222;
}
.c-link--black:hover {
  color: #197EAE;
}
.c-link--white {
  color: #FFFFFF;
}
.c-link--white:hover {
  color: #FFFFFF;
}
.c-link--double-rectangle:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.9rem;
  padding: 0;
  width: 1.9rem;
  background: url("images/double-rectangle.png") no-repeat center center transparent;
}
.c-link--inline {
  display: inline-block;
  margin-right: 5rem;
  text-align: left;
}
.c-link--inline:last-child {
  margin-right: 0;
}
.c-link--inline img {
  display: inline-block;
  width: auto;
  margin: 0 !important;
}

.table .c-link--inline {
  margin: 0;
}

.button_wrap .c-link--inline, .linkgroup-images-footer .c-link--inline {
  display: none;
}

.table-container.pagination {
  display: inline-block;
  overflow-y: hidden;
  margin: 3rem auto 4rem;
}
@media (min-width: 768px) {
  .table-container.pagination {
    margin: 0;
  }
}
.table-container.pagination .form-group {
  margin: 0 0 1rem;
}
.table-container.pagination .form-group .form-control {
  width: auto;
  display: inline;
  font-size: 1.6rem;
}

ul.pagination {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
  justify-content: center;
  display: flex;
}
ul.pagination nav {
  position: absolute;
  width: 768px;
  left: 50%;
  margin-left: -384px;
}
ul.pagination .form-group.text-right {
  position: absolute;
  margin-top: -4rem;
  right: 2%;
}
@media (min-width: 768px) {
  ul.pagination nav {
    position: inherit;
    width: 100%;
    left: inherit;
    margin-left: 0;
  }
  ul.pagination .form-group.text-right {
    position: inherit;
    margin-top: 0;
    right: inherit;
  }
}

ul.pagination li {
  padding: 0 0.9rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #939393;
  font-weight: 600;
  cursor: pointer;
}
ul.pagination li:hover {
  color: #939393;
}
ul.pagination li--blue {
  font-weight: normal;
  color: #197EAE;
}
ul.pagination li--blue:hover {
  color: #197EAE;
}
ul.pagination li.active {
  color: #222222;
}
ul.pagination li.active:hover {
  color: #222222;
}

.table-container {
  /* margin-bottom: $spacer-2;*/
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .table-container {
    overflow-x: hidden;
  }
}
.table-container td, .table-container th {
  padding-left: 0.5rem;
}

.table {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  table-layout: fixed;
  min-width: 768px;
  width: 100%;
}
@media (min-width: 768px) {
  .table {
    min-width: 100%;
  }
}
.table--no-border {
  border: 0;
}
.table--no-border td {
  border: 0;
}
.table td, .table th {
  padding-left: 0.5rem;
}

.table__th-icon {
  width: 5.1rem;
}

.table thead th {
  border-bottom: 0.1rem;
}

/* quitar th*/
#notitle table th, .notitle table th {
  display: none;
}

/* tabla documentos*/
.doc table, #doc table, .apl table {
  min-width: 100%;
}

#documentos a {
  word-break: break-word;
}

.doc table, #doc table, .apl table {
  table-layout: inherit;
}

@media (min-width: 768px) {
  .apl table {
    table-layout: fixed;
  }
}
.doc table td:first-child {
  text-align: center;
  width: 50px;
}

@media (max-width: 768px) {
  .buscador .table tr td:first-child img {
    max-width: 100%;
    height: auto;
  }
}
/* tabla mas pequeña*/
#smallTable .table, #smallTable.table, .smallTable .table, .smallTable.table {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
#smallTable .table p, #smallTable.table p, .smallTable .table p, .smallTable.table p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

/* tabla 100% mobile */
#w100 .table, .w100 .table {
  min-width: 100%;
}

/* tabla td 100% mobile */
#td100 .table tr, .td100 .table tr {
  border-top: 1px solid #bfbfbf;
}
@media (min-width: 768px) {
  #td100 .table tr, .td100 .table tr {
    border: none;
  }
}
#td100 .table tr td, .td100 .table tr td {
  width: 100%;
  display: block;
  border: 0;
}
@media (min-width: 768px) {
  #td100 .table tr td, .td100 .table tr td {
    width: 40px;
    display: table-cell;
    border-top: 1px solid #bfbfbf;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  #td100 .table tr td, .td100 .table tr td {
    width: auto;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  #td100 .table tr td:first-child, .td100 .table tr td:first-child {
    width: 40px;
  }
}

#piconos.article-content .table img {
  width: 65px;
  height: 65px;
}

.contentList__dest .table-container td a {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .fixed-height .border-box {
    height: 340px;
    position: relative;
  }
  .fixed-height .border-box .button_wrap {
    position: absolute;
    bottom: 10px;
    width: 290px;
  }
  .fixed-height .border-box .texto_aclarativo:nth-child(3) {
    position: absolute;
    bottom: 60px;
  }
}
@media (min-width: 992px) {
  .fixed-height .border-box {
    height: 415px;
  }
  .fixed-height .border-box .button_wrap {
    width: auto;
  }
}
@media (min-width: 1140px) {
  .fixed-height .border-box .button_wrap {
    width: 230px;
  }
}
.table-container.consejo td:nth-child(5) {
  text-align: center;
}

.table-container.comite td:last-child {
  text-align: center;
}

.table.table-trimester td {
  vertical-align: middle;
}
.table.table-trimester th {
  vertical-align: bottom;
  text-align: center;
  font-size: 1.2rem;
}
@media (min-width: 991px) {
  .table.table-trimester th {
    font-size: 1.4rem;
  }
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.form__group {
  position: relative;
  padding: 0;
}
.form__group .button_wrap {
  margin-top: 3rem;
}

.form__label {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #939393;
}

.form__input {
  border: 0.1rem solid #494949;
  border-radius: 0.3rem;
  height: 4.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #222222;
  padding: 1rem 1.4rem;
}
.form__input:focus {
  color: #222222;
}
.form__input.is-invalid {
  background: none;
  padding-right: 1.4rem;
}
.form__input--xl {
  height: 60px;
  line-height: 60px;
  border: 1px solid #494949;
  border-radius: 2px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #222222;
  padding: 0 1rem 0 1rem;
}
.form__input--xl:focus {
  border: 1px solid #494949;
  outline: none;
}
.form__input--xl::-webkit-input-placeholder {
  /* Google Chrome y Safari */
  color: #494949;
  opacity: 0.7;
}
.form__input--xl:-moz-placeholder {
  /* Firefox anterior a 19 */
  color: #494949;
  opacity: 0.7;
}
.form__input--xl::-moz-placeholder {
  /* Firefox 19 y superior */
  color: #494949;
  opacity: 0.7;
}
.form__input--xl:-ms-input-placeholder {
  /* Internet Explorer 10 y superior */
  color: #494949;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .form__input--xl {
    font-size: 3rem;
    padding: 0 3rem 0 3rem;
  }
}
@media (min-width: 391px) {
  .form__input--xl {
    font-size: 2.3rem;
  }
}

.form__select {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border: 0.1rem solid #494949;
  border-radius: 0.3rem;
  height: 4.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem 3rem 1rem 1.4rem;
  background: url("images/arrow-down.svg") no-repeat 93% center;
}
.form__select::-ms-expand {
  display: none;
}

.form__check {
  position: relative;
  display: block;
  padding-left: 0;
}
.form__check.highlighted {
  background-color: #DEF0F9;
}

.form__check-label {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  cursor: pointer;
  padding-left: 3rem;
}
.form__check-label:before {
  border: 1px solid #494949;
  border-radius: 0.2rem;
  content: " ";
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem;
  font-size: 0;
  margin: 0.3rem 1.6rem 0 -3rem;
  padding: 0;
  vertical-align: top;
}

.form__check-input {
  height: 0;
  width: 0;
}
.form__check-input:checked + label:before {
  content: "";
  color: #197EAE;
  background: url("images/checkbox.svg") no-repeat center center white;
  text-align: center;
  border: 1px solid #197EAE;
}
.form__check-input:focus + label:before {
  outline: rgb(59, 153, 252) auto 5px;
}

/* Radio */
.form__radio-input {
  height: 0;
  width: 0;
  display: inline-block;
}
.form__radio-input:not(:checked) + label:after {
  opacity: 0;
}
.form__radio-input:checked + label:before {
  display: none;
}
.form__radio-input:checked + label:after {
  opacity: 1;
}
.form__radio-input:focus + label:before {
  outline: rgb(59, 153, 252) auto 5px;
}

.form__radio-label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 2.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.form__radio-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #494949;
  border-radius: 100%;
  background: #FFFFFF;
  margin: 0.3rem 0 0 0;
}
.form__radio-label:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 3px;
  left: 0;
  background: url("images/radio.svg") no-repeat center center transparent;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.form__invalid-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #CF3B3B;
}

.form__textarea {
  border: 0.1rem solid #494949;
  border-radius: 0.3rem;
  height: 18rem;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #222222;
  padding: 1rem 1.4rem;
  resize: none;
}

/*apl forms*/
.apl-form .evaluation-radios label.error {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #CF3B3B;
  padding-top: 1rem;
}
.apl-form .form__row .form-group .form-control-button-file {
  display: block;
  font-size: 1.4rem;
  border: 1px solid #312e2e;
  border-radius: 2px;
  padding: 3px 7px;
}
.apl-form .form__row .form-group .form-control-file {
  font-size: 1.4rem;
}

.form-group .error, .form-check .error {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #CF3B3B;
  padding-top: 1rem;
  width: 100%;
}

.form-check .error {
  width: auto;
}

.form__input.form-control.error {
  border-color: #cf3b3b;
  background: none;
  padding-right: 1.4rem;
}

#legalConditions-error {
  margin: 20px auto;
  left: 0;
  right: 0;
  flex-direction: column;
  padding: 3rem 2rem;
  position: absolute;
}

.form__check-label.error-checkbox:before {
  border: 1px solid #CF3B3B;
}

/*apl checkbox forms*/
.form-row {
  align-items: center;
  display: flex;
  margin: 5vh auto;
  max-width: 500px;
}

.form-check-label[type=checkbox] {
  height: 26px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.form-check-label[type=checkbox] + label.form-check-label {
  cursor: pointer;
  padding: 0;
  position: relative;
}

.form-check-label[type=checkbox] + label.form-check-label:before {
  background-color: #f7f7f4;
  border: 1px solid #d5d5d5;
  border-radius: inherit;
  content: "";
  display: inline-block;
  margin-right: 12px;
  border-radius: 4px;
  pointer-events: none;
  height: 1.6rem;
  width: 1.6rem;
  font-size: 0;
  margin: 0.3rem 1.6rem 0 0;
  padding: 0;
  vertical-align: top;
}

.form-check-label[type=checkbox]:hover + label.form-check-label:before {
  border-color: #5c5d70;
}

.form-check-label[type=checkbox]:checked + label.form-check-label:after {
  color: #0f1031;
  content: "✓";
  display: block;
  font-size: 15px;
  height: 10px;
  left: 3px;
  pointer-events: none;
  position: absolute;
  top: 1px;
  width: 8px;
  z-index: 10;
}

label.form-check-label {
  color: #0f1031;
  font-size: 18px;
}
label.form-check-label.paragraph--small {
  font-size: 1.4rem;
}

.form-check-input {
  visibility: hidden;
}

.c-dropdown label, .c-subdropdown label {
  font-size: 16px;
}

div#ms-list-2 button {
  min-width: 150px;
}
div#ms-list-2 .ms-options ul {
  min-width: 150px;
}

.c-alert {
  box-sizing: border-box;
  border-radius: 5px;
  background: white;
  padding: 16px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #222222;
}
.c-alert--danger {
  border: 2px solid #CF3B3B;
  background: url("images/alert-icon.svg") no-repeat 1.5% 16px;
  padding-left: 6rem;
}
.c-alert--blue {
  border: 2px solid rgba(25, 126, 174, 0.5);
  background: url("images/confirmation-icon.svg") no-repeat 1.5% 16px;
  padding-left: 6rem;
}

.counter {
  display: flex;
  align-items: end;
  position: relative;
  margin-bottom: 6rem;
}
.counter:after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 5.7rem;
  background: #197EAE;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.counter--white:after {
  background: #FFFFFF;
}
.counter span.h1--small {
  font-size: 3.8rem;
}
@media (min-width: 768px) and (max-width: 1140px) {
  .counter {
    flex-direction: column;
  }
  .counter .counter__text {
    /*margin-left: 0!important;*/
  }
}

.counter {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 5rem;
  color: #197EAE;
  align-items: center;
}

.counter__value {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 5rem;
  color: #197EAE;
}

.counter__text {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #197EAE;
  margin: 0 0 0 1.6rem !important;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid #EBEFF2;
  background: #fff;
}
header.sticky .header__secondary {
  display: none !important;
}

#page.sticky-header {
  margin-top: 59px;
}

@media (min-width: 992px) {
  .sticky .tab-content .card .card-body .nav-item.active .sub-nav {
    top: 64px;
  }
}
.header__secondary .active a {
  text-decoration: underline;
}
.header__secondary .action p {
  font-size: 1.2rem;
}
.header__secondary .text-center .language li.language__item.disabled a {
  font-family: "Open Sans", sans-serif;
}
.header__secondary .text-center .language li.language__item a {
  font-size: 1rem;
  color: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
}
.header__secondary .text-center .language li.language__item a:hover {
  color: #FFFFFF;
  opacity: 1;
}
.header__secondary .text-center .language li.language__item a:focus {
  outline: none;
  color: #FFFFFF;
  opacity: 1;
}
.header__secondary .action__button {
  margin: 1rem 0;
}
.header__secondary .action__button a span {
  font-size: 1.2rem;
  font-style: normal;
}

.header__primary .navbar-toggler-icon {
  background-image: url("images/menu.svg");
}
.header__primary .navbar-toggler-icon.close {
  background-image: url("images/close.jpg");
}
.header__primary .navbar-brand img {
  width: 50%;
  min-width: 80px;
}
@media (min-width: 768px) {
  .header__primary .navbar-brand img {
    width: 40%;
    min-width: 150px;
    max-width: 200px;
  }
}
.header__primary .search__link .search__image img {
  width: 17px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .header__primary .search__link .search__image img {
    width: 20px;
  }
}

.header__presearch #search__content .panel__header-logo .navbar-brand img {
  width: 50%;
  min-width: 80px;
}
@media (min-width: 768px) {
  .header__presearch #search__content .panel__header-logo .navbar-brand img {
    width: 40%;
    min-width: 150px;
    max-width: 200px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__presearch #search__content .panel__header-logo .main-title {
    background-size: 50%;
  }
}
.header__presearch .panel__header-close a p {
  font-size: 1.4rem;
  margin-right: 10%;
}
.header__presearch .panel__header-close a img {
  width: 21px;
}
.header__presearch .panel__body {
  margin-top: 10rem;
}
.header__presearch .panel__body .search-result {
  width: 100%;
}
.header__presearch .panel__body .content-mic-button {
  border: 1px solid #494949;
  height: 60px;
  overflow: hidden;
}
.header__presearch .panel__body .panel__body-input {
  height: 60px;
  line-height: 60px;
  border: none;
  border-radius: 2px;
  font-size: 1.8rem;
  font-weight: 300;
  color: #222222;
  padding: 0 2rem;
}
.header__presearch .panel__body .panel__body-input::-webkit-search-cancel-button {
  display: none;
}
.header__presearch .panel__body .panel__body-input:focus {
  border: 1px solid #BFBFBF;
  outline: none;
}
.header__presearch .panel__body .panel__body-input::-webkit-input-placeholder {
  /* Google Chrome y Safari */
  color: #969696;
  opacity: 0.7;
  padding-left: 2%;
}
.header__presearch .panel__body .panel__body-input:-moz-placeholder {
  /* Firefox anterior a 19 */
  color: #969696;
  opacity: 0.7;
  padding-left: 2%;
}
.header__presearch .panel__body .panel__body-input::-moz-placeholder {
  /* Firefox 19 y superior */
  color: #969696;
  opacity: 0.7;
  padding-left: 2%;
}
.header__presearch .panel__body .panel__body-input:-ms-input-placeholder {
  /* Internet Explorer 10 y superior */
  color: #969696;
  opacity: 0.7;
  padding-left: 2%;
}
@media (min-width: 768px) {
  .header__presearch .panel__body .panel__body-input {
    font-size: 3rem;
  }
}
@media (min-width: 391px) {
  .header__presearch .panel__body .panel__body-input {
    font-size: 2.3rem;
  }
}
.header__presearch .panel__body .panel__body-button {
  height: 60px;
  border: 1px solid #494949;
  background: #FFFFFF;
}
.header__presearch .panel__body .panel__body-button img {
  width: 25px;
  padding: 0 3%;
}
@media (min-width: 768px) {
  .header__presearch .panel__body .panel__body-button img {
    width: 35px;
  }
}
.header__presearch .panel__body .panel__body-button:focus {
  border: 1px solid #BFBFBF;
  outline: none;
}
.header__presearch .panel__body .panel__body-result .list-group-item {
  border: 0px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  padding: 2rem 0;
}
.header__presearch .panel__body .panel__body-result .list-group-item a {
  color: #222222;
}
.header__presearch .panel__body .panel__body-result .list-group-item a p {
  font-size: 1.7rem;
  color: #222222;
}
@media (min-width: 768px) {
  .header__presearch .panel__body .panel__body-result .list-group-item a p {
    font-size: 2rem;
  }
}

.ps-searching {
  min-height: 26rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps-searching .ps-item-title {
  text-align: center;
  font-size: 2rem;
  font-family: "Open Sans Semibold", sans-serif;
}
.ps-searching .ps-item-text {
  margin-top: 1rem;
  font-size: 1.8rem;
  text-align: center;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin-half {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(540deg);
  }
}
@keyframes spin-quarter {
  from {
    transform: rotate(72deg);
  }
  to {
    transform: rotate(432deg);
  }
}
.ps-searching .ps-load {
  position: relative;
  width: 8.8rem;
  height: 8.8rem;
  background: url("/deployedfiles/caixabank_com/css/Estaticos/images/ps-loading-icon-grey.png") no-repeat center center transparent;
  margin: 1rem auto;
}
.ps-searching .no-cssanimations .ps-loading {
  display: none;
}
.ps-searching .ps-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.8rem;
  height: 8.8rem;
}
.ps-searching .ps-loading .ps-spin {
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 8.6rem;
  height: 8.6rem;
  animation: spin 1.5s infinite cubic-bezier(0.5, 0.25, 0.5, 0.75);
}
.ps-searching .ps-loading.half .ps-spin {
  animation: spin-half 1.5s infinite cubic-bezier(0.5, 0.25, 0.5, 0.75);
}
.ps-searching .ps-loading.quarter .ps-spin {
  animation: spin-quarter 1.5s infinite cubic-bezier(0.5, 0.25, 0.5, 0.75);
}
.ps-searching .ps-loading .ps-clip {
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 4.4rem;
  height: 5.6rem;
  overflow: hidden;
}
.ps-searching .ps-loading.half .ps-clip {
  width: 4.4rem;
  height: 2.8rem;
  top: 3rem;
}
.ps-searching .ps-loading.quarter .ps-clip {
  height: 1.4rem;
  top: 3.7rem;
}
.ps-searching .ps-loading .ps-round {
  position: absolute;
  top: -1.6rem;
  left: 0;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 4.4rem;
  border: 3px solid #c1c1c1;
}
.ps-searching .ps-loading.half .ps-round {
  top: -3rem;
}
.ps-searching .ps-loading.quarter .ps-round {
  top: -3.7rem;
}
.ps-searching .ps-block.ps-blue-bg.ps-searching {
  min-height: 40rem;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .presearch-results {
    margin-top: 5rem;
  }
}

.ps-more-results {
  min-height: 26rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ps-more-results .ps-item-title {
  text-align: center;
  font-size: 2rem;
  font-family: "Open Sans Semibold", sans-serif;
}
.ps-more-results .ps-item-text {
  margin-top: 2rem;
  background-color: #FFFFFF;
  border: 0.2rem solid #197EAE;
  color: #197EAE;
  padding: 1.1rem 6rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-family: "Open Sans Semibold", sans-serif;
  text-align: center;
}

.search-result {
  width: 83.3333%;
  margin: 0 auto;
}
.search-result .ps-save-searches {
  list-style: none;
}
.search-result .ps-save-searches .ps-item-title {
  padding-top: 5px;
  padding-left: 5px;
}
.search-result .ps-save-searches .ps-item-remove {
  padding-top: 5px;
}

.breadcrumb {
  background-color: #F8F9FF;
  margin: 0.3rem 0;
  padding-right: 0;
}
.breadcrumb ul {
  background-color: #F8F9FF;
  margin: 0;
  list-style: none;
  display: inline-flex;
}
.breadcrumb ul .crumb {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  display: flex;
}
.breadcrumb ul .crumb.current {
  font-weight: normal;
}
.breadcrumb ul .crumb + .crumb::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #197EAE;
  content: ">";
  font-weight: 600;
}

/*Custom breadcrumb*/
.custom-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border-radius: 0.25rem;
  background-color: #F6F6F6;
  margin: 0.3rem 0;
  padding-right: 0;
}
.custom-breadcrumb ul {
  background-color: #F6F6F6;
  margin: 0;
  list-style: none;
  display: inline-flex;
}
.custom-breadcrumb ul .crumb {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  display: flex;
}
.custom-breadcrumb ul .crumb:before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #197EAE;
  content: ">";
  font-weight: 600;
}
.custom-breadcrumb ul .crumb:first-child::before {
  display: none;
}

/*Fin custom breadcrumb*/
.printPage a {
  font-size: 1.4rem;
  font-weight: 600;
  color: #222222;
}
.printPage img {
  margin-right: 1rem;
}

.main-title {
  width: 100%;
}
.main-title h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.main-title a {
  display: block;
  margin: 2rem auto;
}
.main-title a img {
  display: block;
  max-width: 143px;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .main-title a img {
    max-width: 152px;
    margin-left: 0;
  }
}
.main-title a h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*main-title only logo*/
@media (min-width: 991px) {
  .logo-center .main-title {
    background: url(images/logo.png?) center center no-repeat;
    background-size: 150px;
  }
}

@media (min-width: 768px) {
  .links-group-panel .language {
    margin-right: -3rem;
  }
}
.links-group-panel .language li.language__item:not(:last-child) {
  margin-right: 1rem;
}
.links-group-panel .language li.language__item:not(:last-child) .active a {
  text-decoration: underline;
  font-family: "Open Sans Bold", sans-serif;
}
.links-group-panel .language li.language__item.active a {
  text-decoration: underline;
  font-family: "Open Sans Bold", sans-serif;
}
.links-group-panel .language li.language__item a {
  color: #197EAE;
}
.links-group-panel .language li.language__item a:hover {
  color: #197EAE;
}
.links-group-panel .language li.language__item a:focus {
  outline: none;
  color: #197EAE;
}

/*RRSS Desktop*/
.header .header__secondary .linkgroup-images-footer ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-right: -1rem;
}
@media (min-width: 768px) {
  .header .header__secondary .linkgroup-images-footer ul {
    justify-content: flex-end;
  }
}
.header .header__secondary .linkgroup-images-footer ul li {
  margin-right: 1%;
}
@media (min-width: 768px) {
  .header .header__secondary .linkgroup-images-footer ul li {
    margin: 0 3%;
  }
  .header .header__secondary .linkgroup-images-footer ul li img {
    max-width: 16px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
  }
  .header .header__secondary .linkgroup-images-footer ul li img:hover {
    transform: scale(1.25);
  }
}
.header .header__secondary .linkgroup-images-footer ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .header .header__secondary .linkgroup-images-footer ul li:first-child {
    margin-left: 0;
  }
}
.header .header__secondary .linkgroup-images-footer ul li:first-child img {
  max-width: 26px;
}

/*RRSS Responsive*/
.navbar .navbar-collapse .linkgroup-images-footer ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0;
}
.navbar .navbar-collapse .linkgroup-images-footer ul li {
  margin-right: 5%;
}
.navbar .navbar-collapse .linkgroup-images-footer ul li img {
  max-width: 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  opacity: 1;
}
.navbar .navbar-collapse .linkgroup-images-footer ul li:last-child {
  margin-right: 0px;
}
.navbar .navbar-collapse .linkgroup-images-footer ul li:first-child img {
  max-width: 26px;
}

/*** cotizacion ***/
.cotizacion a {
  position: relative;
}
.cotizacion a:hover {
  text-decoration: none;
}
.cotizacion a span {
  font-size: 1.2rem;
  color: #FFFFFF;
}
.cotizacion a span span::after {
  content: " ";
  border: none;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0.2rem;
  right: -0.5rem;
  background: #197EAE;
  z-index: 1;
  display: inline;
  transform: rotate(45deg);
}
.cotizacion a span span.panel-expanded::after {
  top: 0.25rem;
  transform: rotate(225deg);
  height: 0.55rem;
  width: 0.55rem;
  right: -0.55rem;
}

/* nuevo enlace cotizacion */
.cotizacion-link a {
  position: relative;
}
.cotizacion-link a:hover {
  text-decoration: none;
}
.cotizacion-link a span {
  font-size: 1.4rem;
  color: #FFFFFF;
}
.cotizacion-link a span span.panel-expanded::after {
  top: 0.25rem;
  transform: rotate(225deg);
  height: 0.55rem;
  width: 0.55rem;
  right: -0.55rem;
}

/*** scroll prebuscador***/
.header__presearch .container {
  height: 0;
}
.header__presearch .container.active {
  height: 800px;
}
.header__presearch .container.active #search__content {
  height: 1000px;
}

/*** desplegable idiomas ***/
#desplegable-idiomas li {
  background: transparent;
  display: inline;
  padding: 0;
}
#desplegable-idiomas.links-group-panel {
  position: relative;
}
#desplegable-idiomas.links-group-panel .mobile-link-open {
  display: block;
}
#desplegable-idiomas.links-group-panel .mobile-link-open img {
  margin: 0 1px 1px 0;
  vertical-align: middle;
}
#desplegable-idiomas.links-group-panel .mobile-link-open a {
  color: #FFF;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 1.4rem;
  text-decoration: none;
  color: #FFF;
}
#desplegable-idiomas.links-group-panel .mobile-link-open a[aria-expanded=true] img {
  transform: rotate(180deg);
}
#desplegable-idiomas.links-group-panel .mobile-link-open a img {
  margin: 0;
  padding: 0 0.7rem;
}
#desplegable-idiomas.links-group-panel .mobile-layer {
  display: none;
}
@media (min-width: 992px) {
  #desplegable-idiomas.links-group-panel .mobile-layer {
    padding: 0;
    width: 50%;
    text-align: center;
    border-radius: 2px;
    background-color: transparent;
    right: 0;
    top: 100%;
    height: auto;
    z-index: 2;
    margin-top: 1rem;
    position: absolute;
  }
}
#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links ul {
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ececec;
  display: block;
}
#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links ul li {
  text-align: left;
  float: none;
  background-image: none;
  padding: 0;
  border-top: 1px solid #ececec;
  line-height: 2.2rem;
}
#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links ul li:first-child {
  border-top: none;
}
#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  padding: 0.6rem 1.5rem;
  display: block;
  color: #555;
  font-weight: normal;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
}
#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links ul li a.active {
  color: #007EAE;
  position: relative;
}
#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links ul li a.active:before {
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 19px;
  top: 13px;
  width: 11px;
  border: 1px solid #007EAE;
  border-right: 0;
  border-top: none;
  transform: rotate(-45deg);
}
#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links ul li a:hover {
  background: #efefef;
}
#desplegable-idiomas.links-group-panel .mobile-layer .links-group-panel-links:before {
  content: "";
  display: block;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 20px;
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -10px;
}
@media (min-width: 500px) {
  #desplegable-idiomas.links-group-panel .mobile-layer {
    position: absolute;
    z-index: 1000;
    overflow: visible;
    width: 80px;
  }
}
#desplegable-idiomas.links-group-panel .mobile-layer .mobile-layer-header {
  display: none;
}

.header-top #desplegable-idiomas.links-group-panel .mobile-link-open:after {
  display: none;
}

/*** desplegable info comercial ***/
.link-group-head {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  margin: 1.5rem 0;
}
.link-group-head a {
  color: #FFF;
  font-family: "OpenSans", Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 1.4rem;
}
.link-group-head a img {
  padding-left: 0.2rem;
  vertical-align: middle;
}
.link-group-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
  z-index: 1000;
  background-color: transparent;
  top: 73%;
  left: 0%;
}
.link-group-dropdown ul {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid #efefef;
}
.link-group-dropdown ul:before {
  content: "";
  display: block;
  border-bottom: 1rem solid #fff;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  margin-left: -1rem;
}
.link-group-dropdown li {
  background-image: none;
  padding: 0;
  border-top: 1px solid #efefef;
}
.link-group-dropdown li:first-child {
  border-top: none;
}
.link-group-dropdown li a {
  color: #555;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  display: inline;
  padding: 1rem 0.5rem 2rem;
  white-space: normal;
}
.link-group-dropdown .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.link-group li {
  background: transparent none repeat scroll 0 0;
  padding: 0;
  list-style: none;
}
.link-group:after {
  content: "";
  display: block;
  clear: both;
}

#navbarNavDropdown .link-group {
  padding: 0 4rem;
}
#navbarNavDropdown .link-group-head {
  text-align: left;
}
#navbarNavDropdown .link-group-head a {
  color: #197EAE;
  font-size: 14px;
}
#navbarNavDropdown .link-group-dropdown {
  display: none;
  position: relative;
  text-align: left;
  left: 0;
}
#navbarNavDropdown .links-group-panel {
  padding: 0 4rem;
}
#navbarNavDropdown .links-group-panel ul {
  text-align: left;
}
#navbarNavDropdown #content.tab-content.container {
  height: auto;
}
@media (min-width: 991px) {
  #navbarNavDropdown #content.tab-content.container {
    height: 0;
  }
}

.page-wrapper .link-group-dropdown ul li {
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: list-item;
  list-style: none;
  color: #555;
  background: none;
  padding: 0 0 1rem 0;
}

.footer .linkgroup-text-footer .head-linkgroup-text-footer p {
  font-size: 1rem;
  color: #222222;
  padding: 1% 0;
}
.footer .linkgroup-text-footer .link-text-footer ul {
  list-style: none;
  padding-left: 0;
}
@media (min-width: 450px) {
  .footer .linkgroup-text-footer .link-text-footer ul {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .footer .linkgroup-text-footer .link-text-footer ul {
    padding-right: 21rem;
  }
}
@media (min-width: 1000px) {
  .footer .linkgroup-text-footer .link-text-footer ul {
    padding-right: 16rem;
  }
}
@media (min-width: 1200px) {
  .footer .linkgroup-text-footer .link-text-footer ul {
    padding-right: 13rem;
  }
}
.footer .linkgroup-text-footer .link-text-footer ul li.item {
  padding: 0 0;
}
@media (min-width: 768px) {
  .footer .linkgroup-text-footer .link-text-footer ul li.item {
    display: inline-flex;
    padding: 5px 0;
  }
}
.footer .linkgroup-text-footer .link-text-footer ul li.item span.c-link--inline.m-0 {
  margin-top: -0.5rem !important;
}
.footer .linkgroup-text-footer .link-text-footer ul li.item:after {
  display: none;
  content: "";
}
@media (min-width: 768px) {
  .footer .linkgroup-text-footer .link-text-footer ul li.item:after {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #222222;
    content: "|";
    font-size: 1rem;
  }
}
.footer .linkgroup-text-footer .link-text-footer ul li.item:last-child:after {
  display: none;
}
.footer .linkgroup-text-footer .link-text-footer ul li.item a {
  font-size: 1rem;
  color: #222222;
}
.footer .linkgroup-images-footer {
  display: flex;
  height: 100%;
  align-items: center;
}
@media (min-width: 576px) {
  .footer .linkgroup-images-footer {
    justify-content: flex-end;
  }
}
.footer .linkgroup-images-footer ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .footer .linkgroup-images-footer ul {
    justify-content: flex-end;
  }
}
.footer .linkgroup-images-footer ul li {
  margin-right: 3%;
}
.footer .linkgroup-images-footer ul li:last-child {
  margin-right: 0px;
}
.footer .col-md-5.col-12 {
  align-self: center;
}
.footer .col-md-7.col-12 .linkgroup-images-footer {
  margin: 10px 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
}
@media (min-width: 768px) {
  .footer .col-md-7.col-12 .linkgroup-images-footer {
    border-top: 0px solid #E3E3E3;
    border-bottom: 0px solid #E3E3E3;
  }
}
.footer .col-md-7.col-12 .linkgroup-images-footer ul {
  justify-content: center;
  flex-wrap: wrap;
  margin: 2% 0;
}
@media (min-width: 768px) {
  .footer .col-md-7.col-12 .linkgroup-images-footer ul {
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.footer .col-md-7.col-12 .linkgroup-images-footer ul li {
  margin: 3% 10% 3%;
}
@media (min-width: 768px) {
  .footer .col-md-7.col-12 .linkgroup-images-footer ul li {
    margin: 0 3%;
  }
}
.footer .col-md-7.col-12 .linkgroup-images-footer ul li img {
  max-width: 16px;
  width: 16px;
  height: 16px;
}
.footer .col-md-7.col-12 .linkgroup-images-footer ul li:first-child {
  margin-left: 10%;
}
@media (min-width: 768px) {
  .footer .col-md-7.col-12 .linkgroup-images-footer ul li:first-child {
    margin-left: 0;
  }
}
.footer .col-md-7.col-12 .linkgroup-images-footer ul li:first-child img {
  max-width: 26px;
}

#accordion.sidebar-anchors {
  width: 100%;
  display: block;
}
#accordion.sidebar-anchors.sticky {
  position: fixed;
  top: 85px;
  z-index: 95;
}
@media (min-width: 992px) {
  #accordion.sidebar-anchors.sticky {
    max-width: 136px;
    height: 70%;
  }
}
@media (max-width: 992px) {
  #accordion.sidebar-anchors.sticky {
    left: 0;
    top: 65px;
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  #accordion.sidebar-anchors .full-width {
    position: relative;
    margin: 0 -30px;
    padding: 0 14px;
    background: #F6F6F6;
  }
  #accordion.sidebar-anchors .full-width:before,
  #accordion.sidebar-anchors .full-width:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    background: #F6F6F6;
  }
  #accordion.sidebar-anchors .full-width:after {
    left: 100%;
  }
}
@media (max-width: 992px) {
  #accordion.sidebar-anchors .components {
    background: #fff;
  }
}
#accordion.sidebar-anchors button {
  box-shadow: none;
  padding: 0.75rem 1.25rem;
  color: #197EAE;
  font-size: 1.6rem;
  background-color: #F6F6F6;
  white-space: inherit;
}
#accordion.sidebar-anchors button:after {
  content: "";
  display: block;
  width: 4rem;
  height: 100%;
  background: url(images/arrow-down.svg) no-repeat center center transparent;
  position: absolute;
  right: 0;
  top: 0;
}
#accordion.sidebar-anchors .no-collapse button:after {
  display: none;
}
#accordion.sidebar-anchors .sidebar-header {
  margin-bottom: 2rem !important;
}
#accordion.sidebar-anchors .sidebar-header h2 {
  font-size: 1.4rem;
  font-family: "Open Sans Bold", sans-serif;
  color: #197EAE;
  line-height: 1.9rem;
}
#accordion.sidebar-anchors ul li {
  font-size: 1.2rem;
  padding: 0.5rem 0 0.5rem 0;
  margin: 0;
  border-bottom: 1px solid #F8F9FF;
}
@media (min-width: 992px) {
  #accordion.sidebar-anchors ul li {
    border-bottom: none;
  }
}
#accordion.sidebar-anchors ul li a {
  color: #222222;
  font-size: 1.3rem;
  line-height: 1.8rem;
  transition: none;
}
#accordion.sidebar-anchors ul li a.active, #accordion.sidebar-anchors ul li a:hover {
  color: #197EAE;
  border-bottom: 1px solid #197EAE;
  text-decoration: none;
}
#accordion.sidebar-anchors ul li.active a {
  color: #197EAE;
  border-bottom: 1px solid #197EAE;
  display: inline-block;
}
#accordion.sidebar-anchors .collapse {
  border: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .gb #accordion.sidebar-anchors {
    width: 150px;
    max-width: 150px;
  }
  .gb #accordion.sidebar-anchors .sidebar-header {
    margin-bottom: 1rem !important;
  }
  .gb #accordion.sidebar-anchors ul li {
    padding: 0.3rem 0 0.3rem 0;
  }
}
.download {
  position: relative;
  min-height: 50rem;
}
.download h2 {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.download h2:before {
  content: "";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
}
.download .tab-content {
  position: relative;
  top: 1px;
  z-index: 0;
}
.download .tab-content > .tab-pane {
  display: none;
}
.download .tab-content > .tab-pane.active {
  display: block;
}
.download .download__nav {
  border: 0;
  display: flex;
  flex-wrap: nowrap;
}
.download .download__nav-item {
  width: 100%;
}
.download .download__nav-link {
  text-align: center;
  border: 0.1rem solid #E3E3E3;
  padding: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #222222;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.download .download__nav-link.active {
  color: #197EAE;
  border: 0.1rem solid #197EAE;
}
.download .download__nav-link:hover {
  color: #197EAE;
  border: 0.1rem solid #197EAE;
  text-decoration: none;
  margin: 0;
}
.download .download__item {
  display: flex;
  align-items: flex-start;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.download .download__item:not(:last-child) {
  border-bottom: 0.1rem solid #E3E3E3;
}
.download .donwload__info {
  width: 100%;
}
.download .donwload__info .download__date {
  color: #197eae;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  letter-spacing: -0.5px;
}
.download .donwload__info a {
  color: #222222;
  transition: none;
}
.download .donwload__info a:hover {
  color: #197eae;
}
@media (min-width: 768px) {
  .download .donwload__info {
    margin: 0 3.5rem 0 0;
  }
}
.download .donwload__icon {
  margin: 0 0.5rem 0 0;
  height: 20px;
  position: relative;
  top: 2px;
  left: 0;
}
.download .download__type-file {
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #939393;
}
.download .download_link {
  margin: 0 0 0 1.6rem;
}
.download .download__list {
  padding-left: 3.5rem;
  background: url(images/ic_plus.svg) no-repeat 5px center transparent;
  background-size: 1.4rem;
}

/*******************************
    Alternative Component
********************************/
/*Generales*/
.col-lg-10 .container_alternative {
  margin: 0 0 4rem;
}

.container_alternative {
  margin: 0rem -1.5rem 5rem;
}
@media (min-width: 1981px) {
  .container_alternative {
    max-width: 1920px;
    margin: 0 auto 5rem;
  }
}
.container_alternative .media img {
  margin: 0;
  width: 100%;
  display: block;
  height: auto;
}
.container_alternative .content {
  padding: 4rem 6%;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.container_alternative .content .content-box div:not(:last-child) {
  margin: 1rem auto;
  width: 100%;
}
.container_alternative .content .title h2 {
  color: #197EAE;
  margin: 1rem auto 6rem;
  font-size: 1.6rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-family: "Open Sans Bold", sans-serif;
  display: none;
}

/*Contenido*/
.content .content-box .description h3, .content .content-box .description h2 {
  color: #197EAE;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.content .content-box .description p {
  color: #197EAE;
  margin-bottom: 2rem;
}
.content .content-box .description p.int_small {
  margin-bottom: 0.5rem;
}
.content .content-box .description ul li {
  padding-bottom: 2rem;
}
.content .content-box .description ul li:last-child {
  padding-bottom: 0;
}

.content_alternative .content .content-box .button_wrap {
  margin: 8rem 0 0;
  display: block;
  text-align: center;
}
.content_alternative .media img {
  margin: 0;
  width: 100%;
  display: block;
  height: auto;
}
.content_alternative .content .description h3::before, .content_alternative .content .description h2::before {
  background: #197EAE;
  content: " ";
  height: 0.3rem;
  width: 4rem;
  position: absolute;
  margin-top: -1.6rem;
  border-radius: 10px;
}
.content_alternative .content .content-box .button_wrap span {
  width: 100%;
  max-width: 100%;
}
.content_alternative .media .video-inline {
  height: inherit;
  max-width: 100%;
}

/*Fondo azul -texto blanco*/
.bg--blue-gradient.content_alternative .content .title h2,
.bg--blue-gradient .content .content-box .description h3,
.bg--blue-gradient .content .content-box .description p {
  color: #fff;
}

.bg--blue-gradient.content_alternative .content .description h3::before, .bg--blue-gradient.content_alternative .content .description h2::before {
  background: #fff;
}
.bg--blue-gradient.content_alternative .content .content-box .description ul li {
  color: #fff;
}

/*Adapt bg-dark-Blue to bg-blue-gradient*/
.bg-dark-Blue.content_alternative .content .title h2,
.bg-dark-Blue .content .content-box .description h2,
.bg-dark-Blue .content .content-box .description h3,
.bg-dark-Blue .content .content-box .description p {
  color: #fff;
}

.bg-dark-Blue.content_alternative .content .description h3::before, .bg-dark-Blue.content_alternative .content .description h2::before {
  background: #fff;
}
.bg-dark-Blue.content_alternative .content .content-box .description ul li {
  color: #fff;
}

/*Responsive*/
@media (min-width: 768px) {
  .container_alternative .content {
    padding: 4rem 10%;
  }
}
@media (min-width: 991px) {
  .content_alternative {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    max-height: 450px;
  }
  .content_alternative .media, .content_alternative .content {
    width: 50%;
    text-align: left;
    overflow: hidden;
    height: 450px;
  }
  .content_alternative .media img {
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: inherit !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 991px) and (min-width: 1600px) and (-ms-high-contrast: none) {
  .content_alternative .media img {
    width: 100%;
    max-height: none;
    height: auto !important;
  }
}
@media (min-width: 991px) {
  .content_alternative .video-inline iframe {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content_alternative .content .title h2 {
    margin: 1rem auto 8rem;
  }
  .content_alternative .content .title::after {
    margin-top: -1%;
  }
  .content_alternative .content .content-box {
    margin-left: 7%;
  }
  .content_alternative .content_alternative.right .content .content-box {
    margin-left: 18%;
  }
  .content_alternative .content .content-box .button_wrap {
    display: inline-block;
    margin: 0;
  }
  .content_alternative.right {
    flex-direction: row-reverse;
  }
  .content_alternative .content {
    padding: 0 7rem 0 0;
  }
  .content_alternative.right .content {
    padding: 0 7rem 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .content .content-box .description h3, .content .content-box .description h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  .content_alternative .media img {
    max-height: -moz-fit-content;
    max-height: fit-content;
    height: auto !important;
    min-height: 450px;
  }
}
.col-12.col-lg-10 .content_alternative .content .content-box {
  width: 100%;
}
.col-12.col-lg-10 .content_alternative.right .content {
  justify-content: flex-start;
}

/*Comunicacion Medios*/
.medios_alternos a {
  text-decoration: none;
}
.medios_alternos a:hover .arrow-white {
  animation: arrow-move 0.4s ease-in-out forwards;
}
.medios_alternos a .content .content-box {
  width: 100%;
}
.medios_alternos.container_alternative {
  margin: 0 -1.5rem;
}
@media (min-width: 991px) {
  .medios_alternos.container_alternative {
    margin: 8rem 0;
  }
}
.medios_alternos.container_alternative .content_alternative {
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (min-width: 991px) {
  .medios_alternos.container_alternative .content_alternative {
    flex-direction: row;
    height: 23.5rem;
    min-height: auto;
  }
}
.medios_alternos.container_alternative .content_alternative .media {
  width: 100%;
  height: auto;
  background-color: #fff;
  justify-content: center;
}
@media (min-width: 991px) {
  .medios_alternos.container_alternative .content_alternative .media {
    width: 35.3rem;
    height: 23.5rem;
    align-self: center;
  }
}
.medios_alternos.container_alternative .content_alternative .media img {
  align-self: center;
  max-width: 36rem;
  min-height: auto;
  height: auto !important;
}
.medios_alternos.container_alternative .content_alternative .content {
  width: 100%;
  height: auto;
  min-height: auto;
}
@media (max-width: 990px) {
  .medios_alternos.container_alternative .content_alternative .content {
    padding-bottom: 8rem;
  }
}
.medios_alternos.container_alternative .content_alternative .content .description h2 {
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 2.6rem;
  line-height: 3.6rem;
}
.medios_alternos.container_alternative .content_alternative .content .description p {
  font-size: 2.2rem;
  line-height: 3.2rem;
}
.medios_alternos.container_alternative .content_alternative .content .description img {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}
.medios_alternos .c-link--inline {
  display: none;
}

.schedule {
  position: relative;
}

.schedule__item {
  display: flex;
  align-items: flex-start;
  padding: 2.5rem 0;
}

.schedule__date {
  padding: 0 0 1.5rem 0;
  border-bottom: 0.1rem solid #E3E3E3;
  text-align: center;
  width: 10rem;
}

.schedule__day {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 5rem;
  color: #197EAE;
  display: block;
}

.schedule__month {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #197EAE;
  padding-top: 1rem;
}

.schedule__year {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #197EAE;
}

.schedule__btn {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #197EAE;
  display: inline-block;
  padding: 1rem 0 1rem 2.5rem;
  border: 0;
  background: url("images/plus-icon.svg") no-repeat left center;
}

.schedule__info {
  position: relative;
  margin-left: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
  .schedule__info {
    min-height: 38rem;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .schedule__info {
    min-height: 27rem;
    margin-left: 0.5rem;
  }
}

.schedule__more-info a {
  margin: 0;
}

.schedule__document {
  display: flex;
  margin-top: 1rem;
}

.schedule__document * {
  margin-right: 1rem;
}

.schedule__extension {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  #agenda .accionistas .schedule__info {
    min-height: 27rem;
  }
  #agenda .accionistas .schedule__info .schedule__link {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  #agenda .accionistas .schedule__info {
    min-height: 19rem;
  }
}

.col-lg-6 .schedule__info {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .col-lg-6 .schedule__info {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .col-lg-6 .schedule__info {
    min-height: auto;
  }
}

@media (min-width: 768px) {
  .schedule__links {
    position: absolute;
    bottom: 2.5rem;
  }
}

.schedule__label-link {
  padding: 0 0.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}

.schedule__label {
  display: none;
  border: 0.1rem solid #197EAE;
  padding: 0.6rem;
  border-radius: 0.4rem;
  position: absolute;
}
@media (min-width: 440px) {
  .schedule__label {
    margin-left: 1.5rem;
    position: relative;
  }
}
.schedule__label:after {
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  border-left: 0.1rem solid #197EAE;
  border-bottom: 0.1rem solid #197EAE;
  background: #FFFFFF;
  position: absolute;
  left: 49%;
  top: -0.5rem;
  transform: rotate(135deg);
}
@media (min-width: 440px) {
  .schedule__label:after {
    left: 1.5rem;
  }
}
.schedule__label.is-active {
  display: table;
}
@media (min-width: 440px) {
  .schedule__label.is-active {
    margin-left: 2.5rem;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .schedule__list {
    position: absolute;
    top: 0;
    right: 3rem;
  }
}

@media (min-width: 768px) {
  .schedule__list-home {
    display: initial;
    right: -85%;
  }
}

.schedule__link .button_wrap {
  margin: 1rem 1rem 0 0;
}
.schedule__link .button_wrap span {
  padding: 1rem;
}

.schedule__description {
  color: #6F6F6F;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 1rem;
}

.schedule__hour {
  color: #197EAE;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
}

/*******************************
    B1 - Component
********************************/
/*Generales*/
.article-block .heading-group h2.heading-group-title, .article-block .heading-group h1.heading-group-title {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.article-block .heading-group h2.heading-group-title::before, .article-block .heading-group h1.heading-group-title::before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
}
.article-block .article-video {
  margin-top: 2rem;
}

/*Línea azul título*/
.article-block._alternative_appearance .heading-group h2.heading-group-title::before {
  background: #D6D6D6;
}

/*Bg Azul Degradado*/
.mt-n170 .bg--blue-gradient {
  position: relative;
}
.mt-n170 .bg--blue-gradient .article-block._special_appearance {
  background: inherit;
}
.mt-n170 .bg--blue-gradient .article-block._special_appearance .article-content, .mt-n170 .bg--blue-gradient .article-block._special_appearance .article-intro {
  margin-bottom: 0;
}
.mt-n170 .bg--blue-gradient .article-block._special_appearance h2, .mt-n170 .bg--blue-gradient .article-block._special_appearance p, .mt-n170 .bg--blue-gradient .article-block._special_appearance span {
  color: #fff;
}
.mt-n170 .bg--blue-gradient .article-block._special_appearance .counter:after {
  background: #fff;
}

.bg--blue-gradient ._special_appearance .article-content p {
  width: 100%;
}

.article-block._special_appearance {
  position: relative;
  z-index: 1;
  padding: 5rem 1.9rem;
  min-height: 35rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .article-block._special_appearance {
    padding: 5rem 7.8rem;
  }
  .article-block._special_appearance p {
    width: 60%;
  }
}
.article-block._special_appearance .heading-group h2 {
  margin-bottom: 2rem;
}
.article-block._special_appearance .heading-group h2:before {
  background: #fff;
}
.article-block._special_appearance .article-content p {
  margin-bottom: 3rem;
  margin-bottom: 2rem;
}
.article-block._special_appearance .article-content .button_wrap {
  margin: 0;
}
.article-block._special_appearance .article-content .button_wrap span {
  max-width: 100%;
}
.article-block._special_appearance .article-content .row {
  margin-top: 3rem;
}

/*Encabezados*/
.article-block .article-content h2, .article-block .article-content h3, .article-block .article-content h4, .article-block .article-content h5, .article-block .article-content h6 {
  margin-bottom: 1.5rem;
}

/*botones*/
.article-block .article-content .button_wrap {
  margin: 2rem 0;
}
.article-block .article-content .button_wrap span {
  max-width: 100%;
}

/*imagenes*/
.article-block .article-content img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .article-block .article-content img {
    width: 100%;
  }
}
.article-block .article-content .row img {
  margin-bottom: 2rem;
}
.article-block .article-content .row .table img {
  margin-bottom: 0;
  vertical-align: middle;
}
.article-block .article-content .col-12.col-md-6 img, .article-block .article-content .col-12.col-md-4 img, .article-block .article-content .col-12.col-md-3 img {
  width: auto;
  max-width: 100%;
}
.article-block .article-content .table img {
  width: auto;
}
.article-block .article-content .table img.imagen_centrada {
  margin: 0;
}
.article-block .article-content .enlace_especial img {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: -0.5rem;
}

/*Listados*/
.article-block .article-content p {
  margin-bottom: 2.5rem;
}
.article-block .article-content p.int_small {
  margin-bottom: 0.5rem;
}
.article-block .article-content p.int_small .c-link title_small {
  margin-bottom: 0;
}
.article-block .article-content p.int_small .c-link {
  margin-bottom: 0.5rem;
}
.article-block .article-content p:last-child {
  margin-bottom: 0;
}
.article-block .article-content p .c-link:last-child {
  margin-bottom: 0;
}
.article-block .article-content ul li.list__item a {
  margin-bottom: 0;
}
.article-block .article-content ul.list.bg--blue-light {
  padding: 2rem;
}

/*Caja información - Listado fondo azul*/
.article-block .article-content .border-box p, .article-block .article-content ul.list.bg--blue-light li.list__item {
  margin-bottom: 0;
}

/*tabla iconos*/
.table-icon {
  min-width: 100%;
  table-layout: auto;
  border-bottom: 0;
}
.table-icon td, .table-icon th {
  width: auto;
}
.table-icon td p:last-child {
  margin-bottom: 0;
}
.table-icon .table-borderless {
  border-bottom: 0;
}
.table-icon .table-borderless td {
  border-top: 0;
}

/*Columnas con iconos*/
.icon-columns-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .icon-columns-content {
    width: 70%;
  }
}

/*Bloque descarga tabla*/
img.download-content, p.download-content img {
  display: inline-block !important;
  margin-right: 2rem !important;
}

p.download-content {
  display: inline-block;
}

p.font-color--gray-dark.download-content {
  display: block !important;
  margin: -1rem 0 0 4.5rem;
}

@media (max-width: 440px) {
  .download-content {
    display: block !important;
  }
  p.font-color--gray-dark.download-content {
    margin-left: 0;
  }
}
/*videos*/
.video-inline {
  padding: 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
}
.video-inline .aviso_cookies {
  max-width: 100%;
}
.video-inline iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-inline .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-inline .video-placeholder div:first-child {
  height: 100%;
  margin: auto;
}
.video-inline .video-placeholder div:first-child div {
  height: none;
}

/*noticias*/
.news .button_wrap span {
  max-width: 100%;
}
@media (min-width: 768px) {
  .news .button_wrap {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }
}

/*404*/
@media (min-width: 768px) {
  .error-page--container {
    margin-top: 5rem;
  }
  .error-page--container div.col-12:nth-child(3) {
    margin-right: 5.5rem;
    margin-left: -2rem;
  }
  .error-page--container div.col-12:nth-child(4) {
    margin-right: -5.5rem;
  }
}
.error-page--container div.col-12 {
  margin-bottom: 1rem;
}

.article-alter p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .article-alter .order-2 {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .col-12.col-md-9 {
    padding-top: 2rem;
  }
  .col-12.col-md-6 {
    padding-top: 2rem;
  }
}
.hm-slider {
  width: auto;
  margin: 0 -1.5rem;
  position: relative;
  padding-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .hm-slider {
    padding-bottom: 0;
  }
}
.hm-slider .hm-slider-controls {
  display: none;
}
@media (min-width: 1200px) {
  .hm-slider .hm-slider-controls {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 0;
    position: relative;
    z-index: 20;
    display: block;
  }
}
.hm-slider .slick-arrow {
  position: absolute;
  top: 16rem;
  width: 6.8rem;
  height: 6.8rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.hm-slider .slick-arrow.slick-prev {
  left: 0;
}
.hm-slider .slick-arrow.slick-next {
  right: 0;
}
.hm-slider .slick-arrow img {
  padding: 2.3rem;
}
.hm-slider .hm-slider-list {
  width: 100%;
}
.hm-slider .hm-slider-list .hm-slide {
  background: none;
  padding: 0;
  display: block;
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-list .hm-slide {
    height: 30rem;
  }
}
@media (min-width: 1200px) {
  .hm-slider .hm-slider-list .hm-slide {
    height: 36rem;
  }
}
.hm-slider .hm-slider-list .hm-slide.hm-text-center .hm-slide-text-c {
  text-align: center;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-center .hm-slide-title {
  text-align: center;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-center .hm-slide-description {
  text-align: center;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-center .hm-slide-description p {
  margin: auto;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-text-c {
  text-align: right;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-title {
  text-align: right;
  padding: 0;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-title {
    padding: 0 0 0 6rem;
  }
}
.hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-description {
  text-align: right;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-description p {
  margin-right: auto;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-text-c {
  text-align: left;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-title {
  text-align: left;
  padding: 0;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-title {
    padding: 0 6rem 0 0;
  }
}
.hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-description {
  text-align: left;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-description p {
  margin: 0;
  font-size: 2rem !important;
  margin-top: 1rem !important;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-description p {
    margin: auto;
  }
}
.hm-slider .hm-slider-list .hm-slide > a {
  text-decoration: none;
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper {
  position: relative;
  height: 100%;
  min-height: 725px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper {
    min-height: auto;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
    width: 200%;
    height: 100%;
    left: -50%;
    position: absolute;
    min-height: auto;
  }
}
@media (min-width: 1400px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
    top: 25%;
    position: absolute;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap img {
  display: block;
  height: auto;
  width: auto;
  margin-top: 0;
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap img {
    height: 100%;
    width: auto;
    margin: 0 auto;
    min-width: 50%;
  }
}
@media (min-width: 1200px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    width: auto;
    height: auto;
  }
}
@media (min-width: 991px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline {
    display: block;
    background: #000;
    width: 100% !important;
    height: 100%;
    max-width: 100%;
    padding: 0;
    position: initial;
  }
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline .video-placeholder {
    position: absolute;
    max-height: inherit;
    max-width: 100%;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline .video-placeholder iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline .video-placeholder div:first-child {
    height: 100%;
    max-width: 120% !important;
    width: 120%;
    left: -10%;
  }
}
@media (min-width: 991px) and (min-width: 1920px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline .video-placeholder div:first-child {
    max-width: 100% !important;
    width: 100%;
    left: 0;
  }
}
@media (min-width: 1200px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline .video-placeholder {
    top: -12%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1440px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline .video-placeholder {
    top: -6%;
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline .video-placeholder {
    top: -5%;
    bottom: 0;
  }
}
@media (min-width: 1920px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap .video-inline .video-placeholder {
    top: 0;
    bottom: 0;
    left: 0;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
  display: table;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
    min-width: 720px;
  }
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
    display: table;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 100%;
  }
}
@media (min-width: 1140px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
    min-width: 1056px;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  bottom: 4.5rem;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
    bottom: 2.2rem;
    padding: 0;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-table;
}
@media (min-width: 991px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap {
    width: 52%;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title {
  position: relative;
  display: block;
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p {
  font-size: 2.7rem;
  line-height: 5.9rem;
  background: #009ad8;
  color: #fff;
  display: inline;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p {
    background: transparent;
    color: #fff;
    display: inherit;
    font-size: 3.2rem;
    line-height: 6rem;
    white-space: nowrap;
    padding: 0;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span:last-child, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span:last-child, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span:last-child, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span:last-child {
  padding: 0 0.5rem 0 0;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span {
    background-color: #009ad8;
    color: #fff;
    padding: 0.5rem 2rem;
    margin: 0;
    white-space: nowrap;
  }
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span:last-child, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span:last-child, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span:last-child, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span:last-child {
    line-height: 0;
    padding: 0.5rem 2rem;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 br, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 br, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 br, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p br {
  display: none;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 br, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 br, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 br, .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p br {
    display: block;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description {
  padding: 0;
  display: block;
  bottom: 0.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description {
    display: inline-flex;
    margin: 0 3rem;
  }
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description {
    bottom: 0.4rem;
  }
}
.hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description p {
  font-size: 1.3rem;
  background-color: #000;
  color: #fff;
  margin-top: 0;
  padding: 0.5rem 0;
  display: inline;
  line-height: 2.6em;
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description p {
    padding: 0.5rem 2rem;
    font-size: 2.4rem;
    color: #fff;
    white-space: nowrap;
    line-height: initial;
  }
}
.hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p {
  background: #fff;
  color: #009ad8;
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span {
    background-color: #fff;
    color: #009ad8;
  }
}
.hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p {
  background: transparent;
  color: #fff;
}
@media (max-width: 768px) {
  .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p {
    white-space: inherit;
    line-height: 3.9rem;
  }
}
.hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span {
  background-color: transparent;
  color: #fff;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span span, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span span {
  font-size: 1.6rem;
}
.hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 strong, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 strong, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 strong, .hm-slider .hm-slider-list .hm-slide.hm-text-contrast .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p strong {
  font-size: 3.2rem;
  padding-right: 2rem;
  display: block;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.hm-slider .hm-slider-bullets {
  text-align: center;
  position: absolute;
  bottom: 20.5rem;
  width: auto;
  display: flex;
  flex-direction: row-reverse;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  padding-bottom: 2rem;
  /*@media (min-width: 376px) {
    bottom: 25.3rem;
  }

  @media (min-width: 576px) {
    bottom: 28.3rem;
  }*/
}
@media (min-width: 768px) {
  .hm-slider .hm-slider-bullets {
    bottom: 8.3rem;
  }
}
@media (min-width: 992px) {
  .hm-slider .hm-slider-bullets {
    padding-bottom: 0;
    bottom: 7.3rem;
  }
}
.hm-slider .hm-slider-bullets .hm-slider-b-items {
  display: inline-block;
}
.hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots {
  display: inline-block !important;
}
.hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots li {
  display: inline-block;
  background: none;
  padding: 0;
  height: 2rem;
}
.hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots button {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.5rem 0.5rem 0 0;
  background-image: url("./images/hm-slider-dot.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  vertical-align: bottom;
  padding: 0;
  border-radius: 26px;
}
.hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots button:hover {
  background-size: 1.2rem 1.2rem;
}
.hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots button:focus {
  background-image: url("./images/hm-slider-dot.svg");
}
.hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots .slick-active button {
  background-image: url("./images/hm-slider-dot-active.svg");
}
.hm-slider .hm-slider-bullets .hm-slider-b-play {
  display: inline-block;
}
.hm-slider .hm-slider-bullets .hm-slider-b-play a {
  background: transparent;
  display: block;
  height: 2.4rem;
  padding: 0.7rem 0 1rem;
  position: relative;
  width: 2.4rem;
  top: 0.5rem;
  right: 0.6rem;
}
.hm-slider .hm-slider-bullets .hm-slider-b-play a:hover {
  background-size: 1.2rem 1.2rem;
}
.hm-slider .hm-slider-bullets .hm-slider-b-play a img {
  right: 0;
  position: absolute;
  margin: 0;
  top: 0;
  max-width: 2.4rem;
  height: 2.4rem;
}

/** subir imagen sostenibilidad molinos **/
@media (min-width: 1400px) {
  #n25-top.hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
    top: -25%;
  }
}
.home-banner .hm-slider {
  width: auto;
  margin: 0 -1.5rem;
  position: relative;
  padding-bottom: 2.5rem;
  min-height: 725px;
}
@media (min-width: 768px) {
  .home-banner .hm-slider {
    padding-bottom: 0;
    min-height: 451px;
  }
}
@media (min-width: 1440px) {
  .home-banner .hm-slider {
    padding-bottom: 0;
    min-height: 656px;
  }
}
.home-banner .hm-slider .hm-slider-controls {
  display: none;
}
@media (min-width: 1200px) {
  .home-banner .hm-slider .hm-slider-controls {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    height: 0;
    position: relative;
    z-index: 20;
    display: block;
  }
}
.home-banner .hm-slider .slick-arrow {
  position: absolute;
  top: 16rem;
  width: 6.8rem;
  height: 6.8rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1440px) {
  .home-banner .hm-slider .slick-arrow {
    top: 26rem;
  }
}
.home-banner .hm-slider .slick-arrow.slick-prev {
  left: 0;
}
.home-banner .hm-slider .slick-arrow.slick-next {
  right: 0;
}
.home-banner .hm-slider .slick-arrow img {
  padding: 2.3rem;
}
.home-banner .hm-slider .hm-slider-list {
  width: 100%;
}
.home-banner .hm-slider .hm-slider-list .hm-slide {
  background: none;
  padding: 0;
  display: block;
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide {
    min-height: 451px;
  }
}
@media (min-width: 992px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide {
    height: 30rem;
  }
}
@media (min-width: 1200px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide {
    height: 36rem;
  }
}
@media (min-width: 1440px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide {
    min-height: 656px;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-center .hm-slide-text-c {
  text-align: center;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-center .hm-slide-title {
  text-align: center;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-center .hm-slide-description {
  text-align: center;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-center .hm-slide-description p {
  margin: auto;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-text-c {
  text-align: right;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-title {
  text-align: right;
  padding: 0;
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-title {
    padding: 0 0 0 6rem;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-description {
  text-align: right;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-right .hm-slide-description p {
  margin-right: auto;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-text-c {
  text-align: left;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-title {
  text-align: left;
  padding: 0;
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-title {
    padding: 0 6rem 0 0;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-description {
  text-align: left;
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-left .hm-slide-description p {
  margin-left: auto;
}
.home-banner .hm-slider .hm-slider-list .hm-slide > a {
  text-decoration: none;
}
.home-banner .hm-slider .hm-slider-list .hm-slide span.c-link--inline.m-0 {
  display: none;
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper {
  position: relative;
  height: 100%;
  min-height: 725px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper {
    min-height: 451px;
  }
}
@media (min-width: 1440px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper {
    min-height: 656px;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image {
  position: relative;
  overflow: visible;
  height: 100%;
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
  min-height: 725px;
  width: 200%;
  height: 100%;
  position: absolute;
}
@media (min-width: 300px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
    left: -25%;
    width: 150%;
  }
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
    min-height: 451px;
  }
}
@media (min-width: 992px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    min-height: auto;
  }
}
@media (min-width: 1300px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap img {
  display: block;
  height: auto;
  width: auto;
  margin-top: 0;
  height: 100%;
  margin: 0 auto;
  min-width: 50%;
  right: auto;
}
@media (min-width: 376px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap img {
    width: auto;
    display: block;
    position: relative;
  }
}
@media (min-width: 992px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap img {
    height: 100%;
    margin: 0 auto;
    min-width: 100%;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    height: auto;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-wrapper .hm-slide-image .hm-slide-image-wrap img {
    width: auto;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  padding: 0;
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
  display: table;
  margin: 0 auto;
  padding: 0 1.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
    min-width: 720px;
  }
}
@media (min-width: 992px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
    display: table;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    height: 100%;
  }
}
@media (min-width: 1140px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
    min-width: 1056px;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
  display: table-cell;
  vertical-align: middle;
  bottom: 13rem;
  position: relative;
}
@media (min-width: 376px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
    bottom: 10rem;
  }
}
@media (min-width: 576px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
    bottom: 9.6rem;
  }
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
    bottom: 3.2rem;
  }
}
@media (min-width: 991px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
    bottom: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
    display: table-cell;
    vertical-align: middle;
    bottom: 2.4rem;
    top: auto;
    position: relative;
    padding: 0 1rem;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-table;
  bottom: 2.1rem;
}
@media (min-width: 991px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap {
    width: 52%;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title {
  position: relative;
  display: block;
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p {
  font-size: 2.7rem;
  line-height: 5.9rem;
  background: #009ad8;
  color: #fff;
  display: inline;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p {
    background: transparent;
    color: #fff;
    display: inherit;
    font-size: 3.2rem;
    line-height: 6rem;
    white-space: nowrap;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span {
    background-color: #009ad8;
    color: #fff;
    margin: 0;
    padding: 0.5rem 2rem;
  }
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span:last-child, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span:last-child, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span:last-child, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span:last-child {
    line-height: 0;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 br, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 br, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 br, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p br {
  display: none;
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 br, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 br, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 br, .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p br {
    display: block;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description {
  padding: 0;
  display: block;
  bottom: 0.2rem;
  position: relative;
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description {
    display: inline-flex;
    margin: 0 3rem;
  }
}
@media (min-width: 992px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description {
    bottom: 0.4rem;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description p {
  font-size: 1.8rem;
  background-color: #000;
  color: #fff;
  margin-top: 0;
  padding: 0.5rem 0;
  display: inline;
  line-height: 2.6em;
}
@media (min-width: 992px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description p {
    padding: 0.5rem 2rem;
    font-size: 2.4rem;
    color: #fff;
    white-space: nowrap;
    line-height: initial;
  }
}
.home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight > a .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1, .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight > a .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2, .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight > a .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3, .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight > a .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p {
  background: #fff;
  color: #009ad8;
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight > a .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h1 span, .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight > a .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 span, .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight > a .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h3 span, .home-banner .hm-slider .hm-slider-list .hm-slide.hm-text-contrast-hight > a .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title p span {
    background-color: #fff;
    color: #009ad8;
  }
}
.home-banner .hm-slider .hm-slider-bullets {
  text-align: center;
  position: absolute;
  bottom: 30.3rem;
  width: auto;
  display: flex;
  flex-direction: row-reverse;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  padding-bottom: 2rem;
}
@media (min-width: 376px) {
  .home-banner .hm-slider .hm-slider-bullets {
    bottom: 30.3rem;
  }
}
@media (min-width: 576px) {
  .home-banner .hm-slider .hm-slider-bullets {
    bottom: 28.3rem;
  }
}
@media (min-width: 768px) {
  .home-banner .hm-slider .hm-slider-bullets {
    bottom: 10.3rem;
  }
}
@media (min-width: 992px) {
  .home-banner .hm-slider .hm-slider-bullets {
    padding-bottom: 0;
    bottom: 11.3rem;
  }
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-items {
  display: inline-block;
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots {
  display: inline-block !important;
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots li {
  display: inline-block;
  background: none;
  padding: 0;
  height: 2rem;
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots button {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.5rem 0.5rem 0 0;
  background-image: url("./images/hm-slider-dot.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  vertical-align: bottom;
  padding: 0;
  border-radius: 26px;
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots button:hover {
  background-size: 1.2rem 1.2rem;
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots button:focus {
  background-image: url("./images/hm-slider-dot.svg");
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-items .slick-dots .slick-active button {
  background-image: url("./images/hm-slider-dot-active.svg");
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-play {
  display: inline-block;
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-play a {
  background: transparent;
  display: block;
  height: 2.4rem;
  padding: 0.7rem 0 1rem;
  position: relative;
  width: 2.4rem;
  top: 0.5rem;
  right: 0.6rem;
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-play a:hover {
  background-size: 1.2rem 1.2rem;
}
.home-banner .hm-slider .hm-slider-bullets .hm-slider-b-play a img {
  right: 0;
  position: absolute;
  margin: 0;
  top: 0;
  max-width: 2.4rem;
  height: 2.4rem;
}

@media (max-width: 768px) {
  .navbar-collapse {
    position: fixed;
    top: 47px;
    width: 100%;
    background: #fff;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
  .navbar-collapse div {
    width: 100%;
    display: block;
  }
  .navbar-collapse div:first-child {
    height: 88%;
    overflow: inherit;
    position: relative;
  }
  .navbar-collapse div .row {
    display: block;
    width: 100%;
    margin: 0;
  }
  .navbar-collapse div .row .nav {
    padding: 0;
  }
  .navbar-collapse .nav-bottom:nth-child(2) {
    margin: auto;
    margin-bottom: 0;
  }
  .navbar-collapse .nav-bottom:nth-child(3) {
    margin: 2.5rem 0 2rem 0;
  }
  .navbar-collapse .nav-bottom:nth-child(3) .action__button {
    margin: 0;
  }
  .navbar-collapse .button_wrap {
    margin-top: 0;
  }
  .navbar-collapse .button_wrap a .btn, .navbar-collapse .button_wrap a .corp--btn-01__wrapper {
    background-color: #FFFFFF;
    border: 0.2rem solid #197EAE;
    color: #197EAE;
    padding: 1.1rem 1rem !important;
  }
  .navbar-collapse .button_wrap .btn, .navbar-collapse .button_wrap .corp--btn-01__wrapper {
    width: 90%;
  }
  .tab-content .card.right .card-body .nav-item:first-child .nav-item-link .nav-link:first-child {
    font-weight: inherit;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-collapse {
    top: 100px;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 100;
    left: 0;
    padding: 10px;
  }
  .navbar-collapse div .row {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .navbar-collapse {
    position: initial;
  }
}
.tab-content {
  width: 100%;
}
@media (min-width: 992px) {
  .tab-content {
    position: absolute;
    top: 65px;
    width: 100%;
    z-index: 100;
    left: 0;
    background: #fff;
  }
}
.tab-content .card {
  border: none;
  background: #fff;
}
@media (min-width: 992px) {
  .tab-content .card.right {
    right: 10%;
    position: absolute;
    top: 0;
    max-width: 224px;
    min-width: 224px;
  }
  .tab-content .card.right.active {
    padding: 44px 0 36px 0;
  }
  .tab-content .card.right .card-body .nav {
    left: 40px;
  }
  .tab-content .card.right .card-body .nav .nav-item:first-child {
    display: block;
    margin-bottom: 1.5rem;
  }
  .tab-content .card.right .card-body .nav .nav-item.active .nav-item-link {
    display: block;
    width: 100%;
  }
  .tab-content .card.right .card-body .nav .nav-item .nav-item-link {
    width: 100%;
  }
  .tab-content .card.right .card-body .nav .nav-item .nav-item-link .nav-link {
    position: relative;
    color: #197EAE;
    margin-top: 0;
    margin-bottom: 2px;
  }
  .tab-content .card.right .card-body .nav .nav-item .nav-item-link .c-link--inline {
    bottom: 0;
  }
}
.tab-content .card:last-child {
  margin-bottom: 2rem;
}
.tab-content .card:last-child .card-header a {
  border-bottom: none;
}
.tab-content .card:last-child .card-header + .collapse {
  border-bottom: none;
}
.tab-content .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}
.tab-content .card .card-header a {
  border: none;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  width: 100%;
  display: block;
  padding: 1.5rem 0;
  outline: none;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  color: #222222;
}
.tab-content .card .card-header a:not(.collapsed) {
  border: none;
}
.tab-content .card .card-header a::after {
  content: " ";
  transform: rotate(220deg);
  border: none;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 2.6rem;
  right: 0.1rem;
  background: #fff;
  z-index: 1;
  display: inline;
}
.tab-content .card .card-header a.collapsed {
  color: #222222;
}
.tab-content .card .card-header a.collapsed::after {
  transform: rotate(45deg);
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
  top: 2.4rem;
}
.tab-content .card .card-header + .collapse {
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  .tab-content .card .card-header + .collapse {
    border: none;
  }
}
@media (min-width: 992px) {
  .tab-content .card .card-header {
    border-bottom: none;
  }
}
.tab-content .card .card-body {
  padding: 0;
  display: block;
}
.tab-content .card .card-body .nav {
  height: 100%;
}
.tab-content .card .card-body .nav-item {
  width: 100%;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item {
    height: auto;
  }
  .tab-content .card .card-body .nav-item:first-child {
    margin-top: -1.5rem;
  }
}
.tab-content .card .card-body .nav-item:first-child .nav-item-link .nav-link {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item:first-child .nav-item-link .nav-link {
    padding-top: 0;
  }
}
.tab-content .card .card-body .nav-item:first-child .nav-item-link .nav-link:first-child {
  font-weight: 600;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item:last-child .nav-item-link .nav-link {
    padding-bottom: 0;
  }
}
.tab-content .card .card-body .nav-item.active {
  position: fixed;
  height: 69%;
  background: #fff;
  width: 100%;
  z-index: 2;
  top: 55px;
  margin-left: -15px;
  overflow-x: scroll;
}
@media (min-width: 768px) {
  .tab-content .card .card-body .nav-item.active {
    position: static;
    top: 0;
    background: transparent;
    z-index: 0;
    padding: 0;
    height: auto;
    margin-left: 0;
    overflow-x: inherit;
  }
}
.tab-content .card .card-body .nav-item.active .nav-item-link {
  height: auto;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item.active .nav-item-link {
    display: inline-block;
  }
}
.tab-content .card .card-body .nav-item.active .nav-item-link .nav-link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding-left: 3.8rem;
  transition: none;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item.active .nav-item-link .nav-link {
    font-size: 14px;
    line-height: 19px;
    padding-left: 0rem;
  }
}
.tab-content .card .card-body .nav-item.active .nav-item-link .nav-link.nav-link--arrow-black {
  color: #197EAE;
}
.tab-content .card .card-body .nav-item.active .nav-item-link .nav-link.nav-link--arrow-black:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  bottom: -6px;
  background: #197EAE;
  right: 15px;
  left: 0;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item.active .nav-item-link .nav-link.nav-link--arrow-black {
    font-size: 14px;
    line-height: 19px;
    padding-left: 0rem;
    position: relative;
    display: inline-flex;
  }
}
.tab-content .card .card-body .nav-item.active .nav-item-link .nav-link.nav-link--arrow-black::after {
  transform: rotate(135deg);
  left: 17px;
  right: auto;
  width: 10px;
  height: 10px;
  bottom: 1.9rem;
  top: auto;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item.active .nav-item-link .nav-link.nav-link--arrow-black::after {
    transform: rotate(-45deg);
    left: auto;
    right: 0.2rem;
    width: 5px;
    height: 5px;
    top: 0.8rem;
    bottom: auto;
  }
}
.tab-content .card .card-body .nav-item.active .sub-nav {
  display: block;
  padding: 0 30px 0 15px;
  width: 100%;
}
.tab-content .card .card-body .nav-item.active .sub-nav ul {
  list-style: none;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item.active .sub-nav .sub-nav-item:first-child .nav-link {
    padding-top: 0;
  }
}
.tab-content .card .card-body .nav-item.active .sub-nav .sub-nav-item:first-child .nav-link:hover {
  text-decoration: underline;
  transition: none;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item.active .sub-nav {
    position: absolute;
    top: 0 !important;
    text-align: left;
    left: 19rem;
    right: 0;
    width: auto;
  }
}
.tab-content .card .card-body .nav-item.active .sub-nav .nav-link {
  color: #197EAE;
  padding: 15px 0;
  transition: none;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item.active .sub-nav .nav-link {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    font-size: 14px;
    line-height: 19px;
  }
  .tab-content .card .card-body .nav-item.active .sub-nav .nav-link:hover {
    color: #197EAE;
    position: relative;
    text-decoration: none !important;
    font-weight: 600;
    transition: none;
  }
}
.tab-content .card .card-body .nav-item.active .sub-nav .nav-link.highlighted {
  font-weight: 600;
}
.tab-content .card .card-body .nav-item .nav-item-link .nav-link:hover {
  color: #222222;
  transition: none;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item .nav-item-link .nav-link:hover.nav-link--black {
    color: #197EAE;
    display: inline-flex;
    transition: none;
  }
  .tab-content .card .card-body .nav-item .nav-item-link .nav-link:hover.nav-link--black:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: -6px;
    background: #197EAE;
    right: 15px;
    left: 0;
  }
  .tab-content .card .card-body .nav-item .nav-item-link .nav-link:hover.nav-link--black.nav-link--arrow-black::after {
    border-color: #197EAE;
  }
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item .nav-item-link {
    display: inline-block;
    width: 17rem;
    text-align: right;
    position: relative;
  }
  .tab-content .card .card-body .nav-item .nav-item-link .c-link--inline {
    bottom: 1.5rem;
    position: absolute;
    right: 0;
  }
}
.tab-content .card .card-body .nav-item .nav-item-link .nav-link {
  color: #757575;
  position: relative;
  padding: 12.5px 20px;
  display: inline-block;
  transition: none;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item .nav-item-link .nav-link {
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 19px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0;
    color: #222222;
    width: auto;
    max-width: 100%;
  }
  .tab-content .card .card-body .nav-item .nav-item-link .nav-link.highlighted {
    display: inline-flex;
  }
  .tab-content .card .card-body .nav-item .nav-item-link .nav-link.highlighted:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    bottom: -6px;
    background: #197EAE;
    right: 15px;
    left: 0;
  }
}
.tab-content .card .card-body .nav-item .nav-item-link .nav-link.nav-link--arrow-black {
  display: block;
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item .nav-item-link .nav-link.nav-link--arrow-black {
    display: inline-flex;
  }
}
.tab-content .card .card-body .nav-item .nav-item-link .nav-link.nav-link--arrow-black::after {
  content: " ";
  border: none;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 2.6rem;
  right: 0.2rem;
  background: #fff;
  z-index: 1;
  display: inline;
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  .tab-content .card .card-body .nav-item .nav-item-link .nav-link.nav-link--arrow-black::after {
    bottom: auto;
    top: 0.8rem;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
  }
}
.tab-content .card .card-body .nav-item .sub-nav {
  list-style: none;
  display: none;
}
.tab-content .card .card-body .nav-item .sub-nav .nav-link {
  color: #757575;
  transition: none;
}
.tab-content .card .card-body .nav-item .sub-nav .nav-link::after {
  display: none;
}

.navbar {
  padding: 0;
}
.navbar .nav-tabs {
  display: none;
  border-bottom: none;
}
@media (min-width: 992px) {
  .navbar .nav-tabs {
    display: block;
  }
}
.navbar .nav-tabs .nav-item {
  display: inline-block;
}
@media (min-width: 992px) {
  .navbar .nav-tabs .nav-item {
    height: 65px;
    margin: 0;
  }
}

.nav-tabs .nav-link {
  border: none;
  background: transparent;
  padding: 12.5px 0 12.5px 20px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #757575;
}
@media (min-width: 992px) {
  .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding: 23px 0 23px 0;
    margin: 0 20px;
    color: #222;
  }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.highlighted {
    position: relative;
    border: none;
    outline: none;
    color: #197EAE;
    transition: none;
  }
  .nav-tabs .nav-link.active:after, .nav-tabs .nav-link.highlighted:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    background: #197EAE;
    height: 3px;
    bottom: 0;
  }
}
.nav-tabs .nav-link.nav-link--arrow-black::after {
  content: " ";
  transform: rotate(45deg);
  border: none;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  bottom: 2.2rem;
  right: 0.2rem;
  background: #fff;
  z-index: 1;
  display: inline;
}
.nav-tabs .nav-link.active.nav-link--arrow-black::after {
  transform: rotate(225deg);
  border-bottom: 1px solid #197EAE;
  border-right: 1px solid #197EAE;
  top: 1.5rem;
}

@media (min-width: 992px) {
  .nav-tabs {
    display: flex;
  }
  .card {
    border: none;
  }
  .card.active {
    padding: 30px;
    box-shadow: 0 25px 40px -10px #BFBFBF;
    min-width: 725px;
  }
  .card .card-header {
    display: none;
  }
  .card .collapse {
    display: none;
  }
  .card.active .collapse {
    display: block;
    width: 725px;
  }
  .card.active.right .collapse {
    width: auto;
    min-width: auto;
  }
}
@media (max-width: 992px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}
.tab-content #pane-3.card .card-body {
  min-height: 41rem;
}

@media (min-width: 992px) {
  #pane-2.card .card-body .nav-item:nth-child(2) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 76%;
  }
  #pane-3.card .card-body .nav-item:nth-child(6) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 86%;
  }
  #pane-4.card .card-body .nav-item:nth-child(2) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 65%;
  }
  html:lang(ca) #pane-2.card .card-body .nav-item:nth-child(2) .nav-item-link .nav-link.nav-link--black:before {
    width: 72%;
  }
  html:lang(ca) #pane-2.card .card-body .nav-item:nth-child(3) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 55%;
  }
  html:lang(ca) #pane-3.card .card-body .nav-item:nth-child(5) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 84%;
  }
  html:lang(ca) #pane-3.card .card-body .nav-item:nth-child(6) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 77%;
  }
  html:lang(ca) #pane-4.card .card-body .nav-item:nth-child(3) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 75%;
  }
  html:lang(en) #pane-2.card .card-body .nav-item:nth-child(2) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 78%;
  }
  html:lang(en) #pane-2.card .card-body .nav-item:last-child .nav-item-link .nav-link.nav-link--black:before {
    left: 0;
    width: auto;
  }
  html:lang(en) #pane-3.card .card-body .nav-item:nth-child(5) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 75%;
  }
  html:lang(en) #pane-3.card .card-body .nav-item:nth-child(6) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 88%;
  }
  html:lang(en) #pane-4.card .card-body .nav-item:nth-child(2) .nav-item-link .nav-link.nav-link--black:before {
    left: 0;
    width: auto;
  }
  html:lang(en) #pane-4.card .card-body .nav-item:nth-child(3) .nav-item-link .nav-link.nav-link--black:before {
    left: auto;
    width: 75%;
  }
}
/*Areglo macromenu ipad*/
@media (max-width: 1080px) and (orientation: landscape) {
  .nav-tabs .nav-link {
    margin: 0 9px 0 16px;
  }
  .main-title {
    background-size: 143px;
  }
}
.banner-info {
  padding: 0;
  height: 0;
  margin-bottom: 4rem;
  position: relative;
}
.banner-info .info-hero {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  bottom: 2.5rem;
}
@media (min-width: 768px) {
  .banner-info .info-hero {
    bottom: 11.5rem;
    min-height: 9.2rem;
    align-items: center;
    display: flex;
    position: relative;
  }
}
@media (min-width: 990px) {
  .banner-info .info-hero {
    bottom: 8.5rem;
  }
}
@media (min-width: 1200px) {
  .banner-info .info-hero {
    bottom: 9rem;
  }
}
.banner-info.sh .info-hero {
  min-height: 6rem;
  bottom: 2.5rem;
}
@media (min-width: 768px) {
  .banner-info.sh .info-hero {
    align-items: center;
    display: flex;
    bottom: 8.5rem;
  }
}
@media (min-width: 992px) {
  .banner-info.sh .info-hero {
    bottom: 6rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-info.sh .info-hero {
    height: 100%;
  }
}
.banner-info.sh .info-hero .info-hero__container {
  padding: 2.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .banner-info.sh .info-hero .info-hero__container {
    padding: 0 1rem 0 0;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: none) {
  .banner-info.sh .info-hero .info-hero__container {
    padding: 1rem 2.5rem;
  }
}

.info-hero__container {
  padding: 2.5rem;
  margin: 0 1.3rem;
}
@media (min-width: 768px) {
  .info-hero__container {
    padding: 2.5rem 0;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
}

.info-hero__item {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  width: 100%; /*New Corp: Puntos a revisar*/
}
@media (min-width: 768px) {
  .info-hero__item {
    padding-bottom: 0;
    margin: 0 1.5rem 0 3rem;
  }
}
.info-hero__item:before {
  content: "";
  position: absolute;
  left: calc(50% - 20px);
  bottom: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: rgba(25, 126, 174, 0.2);
}
@media (min-width: 768px) {
  .info-hero__item:before {
    height: 40px;
    width: 1px;
    right: -15px;
    left: auto;
    bottom: auto;
    top: calc(50% - 20px);
  }
}
.info-hero__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.info-hero__item:last-child:before {
  display: none;
}

.info-hero__link {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #197EAE;
  position: relative;
}
.info-hero__link:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 5px;
  left: -2.3rem;
  border-top: 0.5rem solid #197EAE;
  border-right: 0.5rem solid #197EAE;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  transform: rotate(45deg) skew(-15deg, -15deg);
  display: block;
}

.news, #news, #news2 {
  margin-bottom: 5rem;
}
.news .section-spacer, #news .section-spacer, #news2 .section-spacer {
  margin-bottom: 1rem;
}
.news .section-spacer h3, #news .section-spacer h3, #news2 .section-spacer h3 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 29px;
}
.news .section-spacer h3 a, #news .section-spacer h3 a, #news2 .section-spacer h3 a {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #197EAE;
  width: 100%;
}
@media (min-width: 768px) {
  .news .section-spacer h3 a, #news .section-spacer h3 a, #news2 .section-spacer h3 a {
    width: auto;
    margin-right: 1.7rem;
  }
}
.news .news-cards, #news .news-cards, #news2 .news-cards {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .news .news-cards, #news .news-cards, #news2 .news-cards {
    display: flex;
    overflow: visible;
    padding: 0;
    margin: 0;
    width: 100%;
  }
}
.news .news-cards .n-card:first-child, #news .news-cards .n-card:first-child, #news2 .news-cards .n-card:first-child {
  padding-left: 0;
}
.news .news-cards .n-card:nth-child(3n), #news .news-cards .n-card:nth-child(3n), #news2 .news-cards .n-card:nth-child(3n) {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .news .news-cards .n-card:nth-child(3n), #news .news-cards .n-card:nth-child(3n), #news2 .news-cards .n-card:nth-child(3n) {
    padding-right: 0;
  }
}
.news .news-cards .n-card.n-card__highlight .n-card__wrapper, #news .news-cards .n-card.n-card__highlight .n-card__wrapper, #news2 .news-cards .n-card.n-card__highlight .n-card__wrapper {
  background: rgb(0, 163, 222);
}
.news .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__img-block, #news .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__img-block, #news2 .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__img-block {
  display: none;
}
.news .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__content-type, #news .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__content-type, #news2 .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__content-type {
  color: #000;
}
.news .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__date, #news .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__date, #news2 .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__date {
  color: #fff;
}
.news .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__text-title, #news .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__text-title, #news2 .news-cards .n-card.n-card__highlight .n-card__wrapper .n-card__info-block .n-card__text-title {
  color: #fff;
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  text-align: left;
  margin-right: 0em;
  padding-right: 1em;
  font-size: 1.7rem;
  margin-top: 5rem;
}
.news .news-cards .n-card.n-card__double .n-card__wrapper.n-card__icon-wrapper--video, #news .news-cards .n-card.n-card__double .n-card__wrapper.n-card__icon-wrapper--video, #news2 .news-cards .n-card.n-card__double .n-card__wrapper.n-card__icon-wrapper--video {
  top: initial;
  bottom: 3rem;
  left: 3rem;
}
@media (max-width: 990px) {
  .news .news-cards .n-card.n-card__double .n-card__wrapper.n-card__icon-wrapper--video, #news .news-cards .n-card.n-card__double .n-card__wrapper.n-card__icon-wrapper--video, #news2 .news-cards .n-card.n-card__double .n-card__wrapper.n-card__icon-wrapper--video {
    top: 14rem;
    bottom: initial;
  }
}
.news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__img-block, #news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__img-block, #news2 .news-cards .n-card.n-card__double .n-card__wrapper .n-card__img-block {
  width: 48%;
  height: 385px;
  vertical-align: top;
}
@media (max-width: 990px) {
  .news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__img-block, #news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__img-block, #news2 .news-cards .n-card.n-card__double .n-card__wrapper .n-card__img-block {
    display: inline-block;
    height: 196px;
    width: 100%;
    background-position: center;
    position: relative;
    background-position-y: 35%;
    background-size: cover;
  }
}
.news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block, #news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block, #news2 .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block {
  width: 49%;
  display: inline-block;
  height: 350px;
  vertical-align: top;
  padding-top: 2rem;
}
@media (max-width: 990px) {
  .news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block, #news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block, #news2 .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block {
    width: 100%;
  }
}
.news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-title, #news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-title, #news2 .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-title {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  text-align: left;
  margin-right: 0em;
  padding-right: 1em;
  font-size: 1.7rem;
  margin-top: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
@media (max-width: 990px) {
  .news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-title, #news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-title, #news2 .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-title {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 3.6em;
    text-align: justify;
    margin-top: 1.5rem;
    margin-right: 0em;
    padding-right: 1em;
  }
}
.news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-body, #news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-body, #news2 .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-body {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 1.55em;
  text-align: left;
  margin-right: 0em;
  padding-right: 1em;
  font-size: 1.5rem;
}
@media (max-width: 990px) {
  .news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-body, #news .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-body, #news2 .news-cards .n-card.n-card__double .n-card__wrapper .n-card__info-block .n-card__text-body {
    display: none;
  }
}
.news .news-cards .n-card .n-card__wrapper, #news .news-cards .n-card .n-card__wrapper, #news2 .news-cards .n-card .n-card__wrapper {
  height: 405px;
  overflow: hidden;
  margin: 0.5rem 0 0;
  position: relative;
  background: #fff;
  transition: all 0.3s;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) {
  .news .news-cards .n-card .n-card__wrapper, #news .news-cards .n-card .n-card__wrapper, #news2 .news-cards .n-card .n-card__wrapper {
    height: 385px;
  }
}
.news .news-cards .n-card .n-card__wrapper:hover, #news .news-cards .n-card .n-card__wrapper:hover, #news2 .news-cards .n-card .n-card__wrapper:hover {
  box-shadow: 0.2rem 0.2rem 1rem #868484;
}
.news .news-cards .n-card .n-card__wrapper .n-card__link, #news .news-cards .n-card .n-card__wrapper .n-card__link, #news2 .news-cards .n-card .n-card__wrapper .n-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  color: inherit;
}
.news .news-cards .n-card .n-card__wrapper .n-card__link:hover, #news .news-cards .n-card .n-card__wrapper .n-card__link:hover, #news2 .news-cards .n-card .n-card__wrapper .n-card__link:hover {
  text-decoration: none;
}
.news .news-cards .n-card .n-card__wrapper .n-card__img-block, #news .news-cards .n-card .n-card__wrapper .n-card__img-block, #news2 .news-cards .n-card .n-card__wrapper .n-card__img-block {
  display: inline-block;
  height: 196px;
  width: 100%;
  background-position: center;
  position: relative;
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}
.news .news-cards .n-card .n-card__wrapper .n-card__info-block, #news .news-cards .n-card .n-card__wrapper .n-card__info-block, #news2 .news-cards .n-card .n-card__wrapper .n-card__info-block {
  padding: 1rem 2rem;
}
.news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__content-type, #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__content-type, #news2 .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__content-type {
  font-weight: 700;
  color: #0097d5;
  font-size: 14px;
}
.news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__date, #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__date, #news2 .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__date {
  color: #a9a9a9;
  font-size: 14px;
}
.news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__text-title, #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__text-title, #news2 .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__text-title {
  overflow: hidden;
  position: relative;
  line-height: 1.3em;
  text-align: left;
  margin-top: 1.5rem;
  margin-right: 0em;
  padding-right: 1em;
  font-size: 1.7rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__text-body, #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__text-body, #news2 .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__text-body {
  display: none;
  margin-top: 2.5rem;
}
.news .news-cards .n-card .n-card__wrapper .n-card__icon-wrapper, #news .news-cards .n-card .n-card__wrapper .n-card__icon-wrapper, #news2 .news-cards .n-card .n-card__wrapper .n-card__icon-wrapper {
  background: #fff;
  width: 35px;
  height: 34px;
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  padding: 3px;
  text-align: center;
}
.news .news-cards .n-card .n-card__wrapper .n-card__icon-wrapper.n-card__icon-wrapper--video, #news .news-cards .n-card .n-card__wrapper .n-card__icon-wrapper.n-card__icon-wrapper--video, #news2 .news-cards .n-card .n-card__wrapper .n-card__icon-wrapper.n-card__icon-wrapper--video {
  left: 2.5rem;
  padding: 8px;
  z-index: 1;
  top: 14rem;
}

#news .news-cards {
  gap: 20px;
}
#news .news-cards .n-card:nth-child(2n) {
  padding-left: 0;
}
#news .news-cards .n-card:nth-child(3n) {
  padding-right: 20px;
}
#news .news-cards .n-card:nth-child(4n) {
  padding-right: 0;
}
#news .news-cards .corp--card-01 {
  min-width: 100%;
}
@media (min-width: 768px) {
  #news .news-cards .corp--card-01 {
    min-width: 32%;
  }
}
#news .news-cards .corp--card-01__hd iframe {
  height: 100%;
}

/*Oculta el primer item solo en la home*/
/*
.home {
  #news {
    .news-cards {
      .n-card {
        &:first-child {
          display: none;
        }
      }
    }
  }
}
*/
.c-dropdown {
  display: block;
  margin: 0 2rem 2rem 0;
}
@media (min-width: 768px) {
  .c-dropdown {
    display: inline-block;
  }
}

.c-dropdown__block {
  display: inline-block;
  margin: 0 2rem 2rem 0;
  vertical-align: middle;
  margin-top: 1rem;
}

.c-dropdown__filter {
  padding-right: 6rem;
  background-position: 93% center;
}

.c-dropdown__label {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #222222;
}

.c-dropdown__date {
  font-size: 1.3rem;
  color: #494949;
}

.c-dropdown__download-content {
  display: flex;
  margin-top: 1rem;
}
.c-dropdown__download-content img {
  margin-right: 1rem;
}

/****Buscador****/
.buscador .heading-group {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .buscador .float-right {
    float: none !important;
  }
}

/*Filtros seleccionados*/
.filter-selected {
  border: 1px solid #009AD8;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.filter-selected p {
  padding: 0 1rem;
}
.filter-selected a {
  width: 3rem;
  height: 3rem;
  color: #FFFFFF;
  font-size: 3rem;
  background: url(images/close-icon-filter.svg) no-repeat center center #009AD8;
}

/*Customize inputs*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .ms-options-wrap input[type=checkbox] {
    --active: #197EAE;
    --active-inner: #fff;
    --focus: #197EAE;
    --border: #197EAE;
    --border-hover: #197EAE;
    --background: #fff;
    --disabled: #F6F8FF;
    --disabled-inner: #E1E6F9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .ms-options-wrap input[type=checkbox]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .ms-options-wrap input[type=checkbox]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  .ms-options-wrap input[type=checkbox]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .ms-options-wrap input[type=checkbox]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .ms-options-wrap input[type=checkbox]:disabled + label {
    cursor: not-allowed;
  }
  .ms-options-wrap input[type=checkbox]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .ms-options-wrap input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .ms-options-wrap input[type=checkbox]:not(.switch) {
    width: 20px;
  }
  .ms-options-wrap input[type=checkbox]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .ms-options-wrap input[type=checkbox]:not(.switch):checked {
    --o: 1;
  }
  .ms-options-wrap input[type=checkbox] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  .ms-options-wrap input[type=checkbox]:not(.switch) {
    border-radius: 0.4rem;
  }
  .ms-options-wrap input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg));
  }
  .ms-options-wrap input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .ms-options-wrap input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .ms-options-wrap input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  .ms-options-wrap input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .ms-options-wrap input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}
/*Scroll icon*/
.scroll-icon {
  position: absolute;
  top: 95%;
  left: 50%;
  background: #009AD8;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 26px;
  overflow: hidden;
  cursor: pointer;
}
.scroll-icon span {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  top: -0.7rem;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(0, -50%);
  transition: opacity 0.3s;
  transform: rotate(-45deg);
  animation: effect 2s infinite;
  box-sizing: border-box;
  cursor: pointer;
}
@keyframes effect {
  0% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
  70% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
  }
}
.scroll-icon ::-ms-clear {
  display: none;
}

.buscador .table {
  width: 100% !important;
  min-width: 100%;
}
.buscador .table tr td:first-child {
  height: 123px;
  width: 24%;
}
.buscador .table tr td:first-child img {
  max-width: 100%;
}
.buscador .table tr td:last-child {
  width: 25px;
}
.buscador .table tr:hover {
  background-color: #F8F9FF;
}
.buscador .video-search tr {
  display: table;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .buscador .video-search tr {
    display: flex;
  }
}
.buscador .video-search tr td {
  display: table-header-group;
  width: 100%;
}
.buscador .video-search tr td:first-child {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .buscador .video-search tr td {
    display: inline-block;
  }
  .buscador .video-search tr td:first-child {
    width: 48%;
  }
  .buscador .video-search tr td:last-child {
    width: auto;
    padding-left: 5rem;
  }
}

#meses option:disabled {
  color: #ccc;
}

/*Grafica editable*/
.editable-graphic__block {
  display: flex;
  padding: 0 2rem;
  margin-bottom: 35px;
  border-bottom: 1px solid #bfbfbf;
}
.editable-graphic__block:first-child {
  border-top: 1px solid #bfbfbf;
  padding-top: 4rem;
}
.editable-graphic__body .contenedor_exterior_columnas {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 768px) {
  .editable-graphic__body .contenedor_exterior_columnas {
    flex-direction: row-reverse;
  }
}
.editable-graphic__body .contenedor_exterior_columnas .estilo_col_izquierda {
  width: 25%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.editable-graphic__body .contenedor_exterior_columnas .estilo_col_izquierda.editable-graphic__svg {
  width: 200px !important;
}
.editable-graphic__body .contenedor_exterior_columnas .estilo_col_izquierda h3 {
  font-size: 4rem;
}
.editable-graphic__body .contenedor_exterior_columnas .estilo_col_izquierda h3 strong {
  font-size: 5rem;
}
.editable-graphic__body .contenedor_exterior_columnas .estilo_col_izquierda .font-site {
  color: #4ABDF0;
}
.editable-graphic__body .contenedor_exterior_columnas .estilo_col_derecha {
  width: 70%;
}
.editable-graphic__body .percent {
  position: absolute;
  top: 35%;
  left: 35%;
  color: #4ABDF0;
  font-weight: 700;
  font-size: 2.5rem;
}
.editable-graphic__body ul {
  margin-left: 17px;
}
.editable-graphic__body .font-site {
  color: #4ABDF0;
}
.editable-graphic__img {
  width: 115px;
}
.editable-graphic__content {
  font-size: 1.6rem;
  width: 100%;
}
.editable-graphic__title {
  font-weight: 700;
  margin-bottom: 20px;
}
.editable-graphic__description {
  margin-bottom: 20px;
}
.editable-graphic__description:before {
  content: "";
  top: -3px;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100px;
  font-size: 3rem;
  background: #222;
  position: relative;
  margin-right: 1rem;
}
.editable-graphic__text p {
  margin: 10px 0;
}

/*FIN Grafica editable*/
.c-highlight {
  max-width: 100%;
  min-height: 680px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .c-highlight {
    min-height: 715px;
  }
}
.c-highlight .c-highlight__content {
  position: absolute;
  z-index: 1;
  bottom: 30%;
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .c-highlight .c-highlight__content {
    bottom: auto;
    top: 30%;
    margin-left: 0rem;
  }
}
.c-highlight .c-highlight__content h2 {
  text-align: left;
  margin-left: 0rem;
  font-size: 2.7rem;
  line-height: 5.5rem;
  background: #009ad8;
  color: #fff;
  display: inline;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .c-highlight .c-highlight__content h2 {
    text-align: left;
    margin-left: 0;
  }
}
.c-highlight .c-highlight__content h2 br {
  display: none;
}
@media (min-width: 768px) {
  .c-highlight .c-highlight__content h2 br {
    display: block;
  }
}
@media (min-width: 768px) {
  .c-highlight .c-highlight__content h2 > span {
    font-size: 2.7rem;
    line-height: 5.5rem;
    background-color: #009ad8;
    color: #fff;
    padding: 0.5rem 0.3rem;
    font-size: 3.2rem;
    line-height: 6rem;
    margin: 0;
    white-space: break-spaces;
  }
}
.c-highlight .c-highlight__content .c-highlight__description {
  margin-top: 2rem;
}
.c-highlight .c-highlight__content .c-highlight__description .button_wrap {
  margin: 0;
}
.c-highlight .c-highlight__content .c-highlight__description .button_wrap .btn, .c-highlight .c-highlight__content .c-highlight__description .button_wrap .corp--btn-01__wrapper {
  width: auto;
}
.c-highlight .c-highlight__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .c-highlight .c-highlight__wrapper {
    max-height: 720px;
  }
}
.c-highlight .c-highlight__wrapper .c-highlight__image-group {
  width: 300%;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .c-highlight .c-highlight__wrapper .c-highlight__image-group {
    width: 500%;
    left: -175%;
  }
}
@media (min-width: 768px) {
  .c-highlight .c-highlight__wrapper .c-highlight__image-group {
    width: 200%;
    left: -50%;
  }
}
.c-highlight .c-highlight__wrapper .c-highlight__image-group > picture {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-highlight .c-highlight__wrapper .c-highlight__image-group > picture img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 480px) {
  .c-highlight .c-highlight__wrapper .c-highlight__image-group > picture img {
    max-width: none;
  }
}
.c-highlight .c-highlight__wrapper .c-highlight__image-group > .video-placeholder > div {
  width: 190%;
  left: -35%;
  margin: 0 auto;
  pointer-events: none;
}
@media (min-width: 375px) {
  .c-highlight .c-highlight__wrapper .c-highlight__image-group > .video-placeholder > div {
    width: auto;
    left: 0;
    height: 720px;
  }
}
.c-highlight .c-highlight__wrapper .c-highlight__image-group > .video-placeholder > div .vjs-big-play-button {
  display: none;
}
.c-highlight .c-highlight__wrapper .c-highlight__image-group > .video-placeholder > div .vjs-control-bar {
  display: none;
}
.c-highlight .c-highlight__wrapper .c-highlight__image-group > iframe {
  width: 100%;
  position: absolute;
}
.c-highlight .c-highlight__wrapper .c-highlight__image-group .video-inline {
  max-width: 1920px;
}

/*******************************
    B5 - Component
********************************/
/*Generales*/
.p-highlights .heading-group h2.heading-group-title {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.p-highlights .heading-group h2.heading-group-title::before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -1.5rem;
}
.p-highlights ul.p-highlight-list {
  display: block;
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
}
.p-highlights li.p-highlight {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .p-highlights li.p-highlight {
    margin-bottom: 0;
  }
}
.p-highlights li.p-highlight .p-highlight-image {
  margin-bottom: 2rem;
  min-height: 9rem;
}
.p-highlights li.p-highlight .p-highlight-video {
  margin-bottom: 3rem;
  min-height: 9rem;
}
.p-highlights li.p-highlight .p-highlight-video .aviso_cookies {
  position: initial;
}
@media (min-width: 769px) {
  .p-highlights li.p-highlight .p-highlight-video .aviso_cookies .cont_cookies {
    top: 9%;
  }
}
.p-highlights li.p-highlight .p-highlight-video .aviso_cookies .cont_cookies p {
  width: 100%;
}
.p-highlights li.p-highlight .p-highlight-wrap {
  text-align: center;
  width: 100%;
}
.p-highlights li .p-highlight-title h3, .p-highlights li .p-highlight-title h2 {
  font-size: 2.1rem;
  min-height: 5rem;
  margin-bottom: 1.5rem;
}
.p-highlights li .p-highlight-content p {
  width: 100%;
}
.p-highlights .button_wrap {
  width: 100%;
  text-align: center;
  margin: 2.5rem auto 0;
}

/*Línea azul título*/
.p-highlights._alternative_appearance .heading-group h2.heading-group-title::before {
  background: #009AD8;
}

/*responsive*/
@media (min-width: 992px) {
  .p-highlights ul.p-highlight-list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-highlights li.p-highlight {
    text-align: center;
    display: block;
  }
  .p-highlights p {
    width: 50%;
  }
  .p-highlights li.p-highlight .p-highlight-wrap {
    margin-left: 0;
  }
}
.about-us .heading-group {
  margin-bottom: 2rem;
}

/*******************************
    E1. Dropdown Component
********************************/
/*Generales*/
.dropdown-group {
  margin-bottom: 5rem;
}

.dropdown-items .heading-group {
  margin-top: 3rem;
}

/*Items*/
.dropdown-item {
  margin-top: 2rem;
  padding: 0;
  white-space: inherit;
}
.dropdown-item .dropdown-content {
  display: none;
  border-top: none;
  margin: 0;
  padding: 1.5rem;
  background-color: #F6F6F6;
  border-radius: 0 0 2px 2px;
}
.dropdown-item .dropdown-content :first-child {
  margin-top: 0;
}
.dropdown-item .dropdown-content p {
  color: #222222;
  margin-bottom: 2rem;
}
.dropdown-item .dropdown-content p:last-child {
  margin-bottom: 0;
}
.dropdown-item .dropdown-title h3 {
  margin: 0;
}
.dropdown-item .dropdown-title a {
  text-decoration: none;
  display: block;
  position: relative;
}
.dropdown-item .dropdown-title a:after {
  content: "";
  display: block;
  width: 4rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url("images/down-arrow-blue.png") no-repeat center center transparent;
}
.dropdown-item .dropdown-title a.active:after {
  background: url("images/up-arrow-white.png") no-repeat center center transparent;
}
.dropdown-item .dropdown-content a.c-link--double-rectangle {
  position: relative;
}

.dropdown-item:first-child {
  margin-top: 0;
}

.dropdown-item .dropdown-title a h2,
.dropdown-item .dropdown-title a h3,
.dropdown-item .dropdown-title a h4,
.dropdown-item .dropdown-title h2 a,
.dropdown-item .dropdown-title h3 a,
.dropdown-item .dropdown-title h4 a {
  display: block;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  text-decoration: none;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.6rem;
  background: #eee;
  color: #222222;
  margin: 0;
  border-radius: 2px 2px 0 0;
  transition: all 0.3s ease-in;
}
.dropdown-item .dropdown-title a.active h2,
.dropdown-item .dropdown-title a.active h3,
.dropdown-item .dropdown-title a.active h4,
.dropdown-item .dropdown-title h2 a.active,
.dropdown-item .dropdown-title h3 a.active,
.dropdown-item .dropdown-title h4 a.active {
  background: #197EAE;
  color: #FFFFFF;
}
.dropdown-item .dropdown-title a:hover h2,
.dropdown-item .dropdown-title a:hover h3,
.dropdown-item .dropdown-title a:hover h4,
.dropdown-item .dropdown-title h2 a:hover,
.dropdown-item .dropdown-title h3 a:hover,
.dropdown-item .dropdown-title h4 a:hover {
  background: #197EAE;
  transition: all 0.3s ease-in;
  color: #FFFFFF;
}
.dropdown-item .dropdown-title h3 a.active span,
.dropdown-item .dropdown-title h3 a:hover span {
  color: #FFFFFF;
}
.dropdown-item .dropdown-title h3 a span {
  color: #197EAE;
}

.dropdown-content.article-content:active {
  color: #222222;
}

/* Vista desde navegador movil */
.dropdown-item .dropdown-content iframe {
  width: 100%;
}

@media (max-width: 1200px) {
  .dropdown-item .dropdown-content iframe {
    height: 535px !important;
  }
}
@media (max-width: 992px) {
  .dropdown-item .dropdown-content iframe {
    height: 320px !important;
  }
}
@media (max-width: 739px) {
  .dropdown-item .dropdown-content iframe {
    height: 370px !important;
  }
}
@media (max-width: 700px) {
  .dropdown-item .dropdown-content iframe {
    height: 535px !important;
  }
}
@media (min-width: 1200px) {
  .dropdown-item .dropdown-content iframe {
    height: 320px !important;
  }
}
/* fondo azul activo */
#dropdown-group--blue.dropdown-group {
  margin-bottom: 2rem;
}
#dropdown-group--blue .dropdown-item .dropdown-title a:after {
  background: url("images/down-arrow-white.png") no-repeat center center transparent;
}
#dropdown-group--blue .dropdown-item .dropdown-title a:hover:after {
  background: url("images/down-arrow-blue.png") no-repeat center center transparent;
}
#dropdown-group--blue .dropdown-item .dropdown-title a.active:after {
  background: url("images/up-arrow-blue.png") no-repeat center center transparent;
}
#dropdown-group--blue .dropdown-item .dropdown-content .row {
  flex-direction: column;
}
@media (min-width: 992px) {
  #dropdown-group--blue .dropdown-item .dropdown-content .row {
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  #dropdown-group--blue .dropdown-item .dropdown-content .col-md-6:last-child {
    padding-top: 1.5em;
    padding-bottom: 1.5rem;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #dropdown-group--blue .dropdown-item .dropdown-content .col-md-6:last-child {
    padding-left: 4rem;
  }
}
#dropdown-group--blue .dropdown-item .dropdown-content iframe {
  height: 315px !important;
}
@media (min-width: 992px) {
  #dropdown-group--blue .dropdown-item .dropdown-content iframe {
    height: 619px !important;
  }
}
#dropdown-group--blue .dropdown-item .dropdown-title a h2,
#dropdown-group--blue .dropdown-item .dropdown-title a h3,
#dropdown-group--blue .dropdown-item .dropdown-title a h4,
#dropdown-group--blue .dropdown-item .dropdown-title h2 a,
#dropdown-group--blue .dropdown-item .dropdown-title h3 a,
#dropdown-group--blue .dropdown-item .dropdown-title h4 a {
  background: #197EAE;
  color: #FFFFFF;
}
#dropdown-group--blue .dropdown-item .dropdown-title a.active h2,
#dropdown-group--blue .dropdown-item .dropdown-title a.active h3,
#dropdown-group--blue .dropdown-item .dropdown-title a.active h4,
#dropdown-group--blue .dropdown-item .dropdown-title h2 a.active,
#dropdown-group--blue .dropdown-item .dropdown-title h3 a.active,
#dropdown-group--blue .dropdown-item .dropdown-title h4 a.active {
  background: #eee;
  color: #222222;
}
#dropdown-group--blue .dropdown-item .dropdown-title a:hover h2,
#dropdown-group--blue .dropdown-item .dropdown-title a:hover h3,
#dropdown-group--blue .dropdown-item .dropdown-title a:hover h4,
#dropdown-group--blue .dropdown-item .dropdown-title h2 a:hover,
#dropdown-group--blue .dropdown-item .dropdown-title h3 a:hover,
#dropdown-group--blue .dropdown-item .dropdown-title h4 a:hover {
  background: #eee;
  color: #222222;
}
#dropdown-group--blue .dropdown-item .dropdown-title h3 a.active span,
#dropdown-group--blue .dropdown-item .dropdown-title h3 a:hover span {
  color: #222222;
}
#dropdown-group--blue .dropdown-item .dropdown-title h3 a span {
  color: #FFFFFF;
}

/* cajas grises que simular desplegables sin abrir */
#dropdown-group--false .border-box.bg--gray-light {
  font-size: 1.6rem;
  padding: 1.5rem;
  background: #eee;
}

/*******************************
    Infographic Component
********************************/
/*Generales*/
.infographics-slider-title {
  width: 90%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .infographics-slider-title {
    width: 765px;
  }
}
.infographics-slider {
  margin: 4rem 0 9rem;
  position: relative;
}
.infographics-slider .slide .slide-container {
  background: #FFFFFF;
  margin: 0 2rem;
}
.infographics-slider .slide.blue-slide .slide-container {
  background: #0C83B1;
}
.infographics-slider .slide .slide-container .slide-info {
  background: #0C83B1;
  padding: 3rem 1rem 1rem 1rem;
  display: none;
  position: relative;
}
.infographics-slider .slide .slide-container .slide-info h2,
.infographics-slider .slide .slide-container .slide-info h3 {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.3rem;
  font-family: "OpenSans-Bold", Arial, sans-serif;
}
.infographics-slider .slide.blue-slide .slide-container .slide-info {
  background: #FFFFFF;
}
.infographics-slider .slide .slide-container .slide-info p {
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #eee;
  margin: 0;
}
.infographics-slider .slide .slide-container .slide-info * {
  color: #eee;
}
.infographics-slider .slide.blue-slide .slide-container .slide-info * {
  color: #1a1a1a;
}
.infographics-slider .slide .slide-container .slide-media {
  position: relative;
}
.infographics-slider .slide .slide-container .slide-media .slide-img img {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.infographics-slider .slide .slide-container .slide-media .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 3rem;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight {
  padding-top: 2rem;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight:nth-child(even) {
  align-self: flex-end;
  top: -20px;
  position: relative;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight:nth-child(odd) {
  align-self: flex-start;
  display: inline-flex;
  height: 0;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-img {
  float: left;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-img img {
  margin: 0 auto;
  max-width: 35px;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text {
  float: right;
  padding-left: 1rem;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text span {
  position: relative;
  font-family: "OpenSans-Extrabold", Arial, sans-serif;
  font-size: 1.8rem;
  color: #197EAE;
}
.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text span {
  color: #FFFFFF;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-title {
  display: inline;
  font-family: "OpenSans-Extrabold", Arial, sans-serif;
  font-size: 3rem;
  line-height: 3.2rem;
  line-height: normal;
  color: #197EAE;
  position: relative;
}
.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-title {
  color: #FFFFFF;
}
.infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-subtitle {
  margin: 0;
  font-family: "OpenSans-Bold", Arial, sans-serif;
  color: #197EAE;
  position: relative;
  left: 2px;
  font-size: 1.2rem;
}
.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-subtitle {
  color: #FFFFFF;
}
.infographics-slider .slide .slide-container .slide-media .slide-footer {
  overflow: hidden;
  position: relative;
  display: none;
}
.infographics-slider .slide .slide-container .slide-media .slide-footer p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 3rem 0px;
  padding: 0 1rem;
  color: #197EAE;
}
.infographics-slider .slide.blue-slide .slide-container .slide-media .slide-footer p {
  color: #FFFFFF;
}

/* Badge */
.infographics-slider .slide .slide-close-badge {
  position: relative;
  display: flex;
  justify-content: center;
}
.infographics-slider .slide .slide-close-badge .badge {
  position: relative;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 16rem;
  top: -14px;
  padding: 0.7rem;
  padding-left: 3rem;
  font-weight: normal;
  border-radius: 15px;
  cursor: pointer;
  z-index: 999;
  background: #197EAE url(images/eye-white.png) no-repeat 1.5rem center;
  font-size: 1.4rem;
  text-decoration: none;
}
.infographics-slider .slide.blue-slide .slide-close-badge .badge {
  background: #FFFFFF url(images/eye-blue.png) no-repeat 1rem center;
  color: #1a1a1a;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 600;
  box-shadow: 0px 0px 10px 0px #000;
}
.infographics-slider .slide .slide-close-badge .badge:focus {
  outline: 2px dotted #000;
  text-decoration: underline;
}
.infographics-slider .slide .slide-close-badge a.badge {
  color: #FFFFFF;
}
.infographics-slider .slide .slide-info .closeInfo {
  background: url(images/cross_white.png) no-repeat center center;
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  width: 1rem;
  height: 1rem;
  display: block;
  background-size: 1rem;
  padding: 1.5rem;
}
.infographics-slider .slide .slide-info .closeInfo:focus {
  outline: 2px dotted #FFFFFF;
}
.infographics-slider .slide.blue-slide .slide-info .closeInfo:focus {
  outline: 2px dotted #000;
}
.infographics-slider .slide.blue-slide .slide-info .closeInfo {
  background: url(images/cross_black.png) no-repeat center center;
  background-size: 1rem;
}

@media (min-width: 768px) {
  .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-title {
    font-size: 4.7rem;
    top: -6px;
  }
  .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text .slide-highlight-subtitle {
    top: -10px;
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-img {
    min-width: 85px;
  }
  .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-img img {
    max-width: 60px;
  }
  .infographics-slider .slide .slide-container .slide-media .slide-content .slide-highlight .slide-highlight-text span {
    font-size: 2rem;
    top: -18px;
    left: 2px;
  }
  .infographics-slider .slide .slide-container .slide-media .slide-content {
    width: 75%;
    margin: 0 auto;
    padding: 0;
    /*no gradient*/
    background: none;
  }
  .infographics-slider .slide.blue-slide .slide-container .slide-media .slide-content {
    /*no gradient*/
    background: none;
  }
}
/* Controls */
.infographics-slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  display: flex;
  justify-content: space-between;
}
.infographics-slider-controls .slick-prev {
  background-color: transparent;
  position: relative;
  left: 0;
  z-index: 9;
  max-width: 35px;
}
.infographics-slider-controls .slick-prev img {
  margin: 0;
  width: 100%;
}
.infographics-slider-controls a.slick-prev:focus {
  outline: 2px dotted #555;
  outline-offset: -1px;
  height: 68px;
}
.infographics-slider-controls .slick-next {
  position: relative;
  right: 0;
  background-color: transparent;
  z-index: 9;
  max-width: 35px;
}
.infographics-slider-controls .slick-next img {
  margin: 0;
  width: 100%;
}
.infographics-slider-controls a.slick-next:focus {
  outline: 2px dotted #555;
  outline-offset: -1px;
  height: 68px;
}

@media (min-width: 992px) {
  .infographics-slider-controls {
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 20;
  }
  .infographics-slider-controls .slick-prev,
  .infographics-slider-controls .slick-next {
    max-width: none;
  }
  .infographics-slider-controls .slick-prev:focus,
  .infographics-slider-controls .slick-next:focus {
    height: 48px;
  }
  .infographics-slider-controls .slick-prev img,
  .infographics-slider-controls .slick-next img {
    width: auto;
  }
  .infographics-slider .slide .slide-container .slide-info {
    padding: 3rem 13rem;
    background: #0C83B1;
  }
}
/* Bullets */
.infographics-slider-dots {
  text-align: center;
  position: absolute;
  bottom: -6rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  /* Hovers para accesibilidad*/
}
.infographics-slider-dots .slick-dots {
  display: inline-block !important;
  margin: 0;
}
.infographics-slider-dots .slick-dots li {
  display: inline-block;
  background: none;
  padding: 0;
  height: 2rem;
}
.infographics-slider-dots .slick-dots button:hover, .infographics-slider-dots .hm-slider-b-play a:hover {
  background-size: 1.2rem 1.2rem;
}
.infographics-slider-dots .slick-dots button:focus {
  background-image: url(images/hm-slider-dot.png);
}
.infographics-slider-dots .slick-dots button {
  width: 14px;
  height: 14px;
  margin: 0 0.5rem 0.4rem 0;
  background-image: url(images/hm-slider-dot-inactive.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  vertical-align: bottom;
  padding: 0;
  border-radius: 26px;
}
.infographics-slider-dots .slick-dots .slick-active button {
  background-image: url(images/hm-slider-dot.png);
}

/* play/pause */
.infographics-slider-dots a {
  background: transparent;
  border: medium none;
  display: block;
  height: 1.8rem;
  padding: 0.7rem 0 1rem;
  position: relative;
  width: 2rem;
  float: right;
}
.infographics-slider-dots a:focus {
  outline: 2px dotted #FFFFFF;
  height: 22px;
  width: 19px;
  outline-offset: 0px;
}
.infographics-slider-dots .slick-dots button:focus {
  outline: 2px dotted #FFFFFF;
  outline-offset: 0px;
  overflow: hidden;
}
.infographics-slider-dots a:focus,
.infographics-slider-dots .slick-dots button:focus {
  outline: 2px dotted #000;
}
.infographics-slider-dots a img {
  left: 0;
  position: absolute;
  top: 3px;
  margin: 0;
  opacity: 0.4;
}

div.infographics-slider.one {
  min-width: 124%;
  left: -4%;
  position: relative;
}

/*displays format images*/
.infographics-slider-list .slide-container .slide-media .visible-lg, .infographics-slider-list .slide-container .slide-media .visible-md, .infographics-slider-list .slide-container .slide-media .visible-sm, .infographics-slider-list .slide-container .slide-media .visible-xs {
  display: none !important;
}
.infographics-slider-list .slide-container .slide-media .hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .infographics-slider-list .slide-container .slide-media .visible-xs {
    display: block !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .infographics-slider-list .slide-container .slide-media .visible-sm {
    display: block !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .infographics-slider-list .slide-container .slide-media .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .infographics-slider-list .slide-container .slide-media .visible-lg {
    display: block !important;
  }
}
/* Slick */
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 380px) {
  div.infographics-slider.one {
    min-width: 119%;
    left: -3%;
  }
}
@media (min-width: 465px) {
  div.infographics-slider.one {
    min-width: 115%;
    left: -3%;
  }
}
@media (min-width: 690px) {
  div.infographics-slider.one {
    min-width: 111%;
    left: -2%;
  }
}
@media (min-width: 991px) {
  div.infographics-slider.one {
    min-width: 152%;
    left: -23%;
  }
}
.infographics-slider.one .slick-list.draggable {
  padding: 0 !important;
}
.infographics-slider.one .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  width: 100% !important;
}
.infographics-slider.one .slick-current {
  width: 100% !important;
  margin: 0;
}
.infographics-slider.one .slide-container {
  margin: 0;
}
.infographics-slider.one .slide .slide-container .slide-media {
  padding-top: 0;
}
.infographics-slider.one .slide .slide-container .slide-media .slide-img img {
  width: 100%;
}
.infographics-slider.one .slide .slide-container .slide-media .slide-content {
  background: transparent;
}

/*pastillas infografía*/
.article-block .article-content .border-box.bg--default,
.article-block .article-content .border-box.bg--blue,
.article-block .article-content .border-box.bg--gray,
.article-block .article-content .border-box.bg--gray-dark {
  color: #FFFFFF;
  margin-bottom: 2rem;
  min-height: 14rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 2rem 2rem;
}
.article-block .article-content .border-box.bg--default .texto_grande,
.article-block .article-content .border-box.bg--blue .texto_grande,
.article-block .article-content .border-box.bg--gray .texto_grande,
.article-block .article-content .border-box.bg--gray-dark .texto_grande {
  font-size: 2.7rem;
  font-family: "Open Sans", sans-serif;
  margin-top: 0;
}
.article-block .article-content .border-box.bg--default .texto_grande strong,
.article-block .article-content .border-box.bg--blue .texto_grande strong,
.article-block .article-content .border-box.bg--gray .texto_grande strong,
.article-block .article-content .border-box.bg--gray-dark .texto_grande strong {
  font-size: 3.2rem;
  display: contents;
}
.article-block .article-content .border-box.bg--default ul li,
.article-block .article-content .border-box.bg--blue ul li,
.article-block .article-content .border-box.bg--gray ul li,
.article-block .article-content .border-box.bg--gray-dark ul li {
  font-family: "Open Sans Light", sans-serif;
  margin-bottom: 1rem;
}
.article-block .article-content .border-box.bg--default ul li:last-child,
.article-block .article-content .border-box.bg--blue ul li:last-child,
.article-block .article-content .border-box.bg--gray ul li:last-child,
.article-block .article-content .border-box.bg--gray-dark ul li:last-child {
  margin-bottom: 0;
}

/*Tabla pastillas infografía*/
.table td:first-child span.font-color--gray-dark {
  background-color: #939393;
  position: relative;
  padding: 0 1rem 0 1.5rem;
  display: flex;
  width: 80%;
  text-transform: uppercase;
  padding: 1rem;
  color: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  height: 6.8rem;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.table td:first-child span.font-color--gray-dark::after {
  content: "";
  border-left: 3rem solid #939393;
  border-top: 3.4rem solid transparent;
  border-bottom: 3.4rem solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
.table td:first-child span.font-color--blue-soft {
  background-color: #009AD8;
  position: relative;
  padding: 0 1rem 0 1.5rem;
  display: flex;
  width: 80%;
  text-transform: uppercase;
  padding: 1rem;
  color: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  height: 6.8rem;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.table td:first-child span.font-color--blue-soft::after {
  content: "";
  border-left: 3rem solid #009AD8;
  border-top: 3.4rem solid transparent;
  border-bottom: 3.4rem solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}
.table td:first-child span.font-color--blue {
  background-color: #197EAE;
  position: relative;
  padding: 0 1rem 0 1.5rem;
  display: flex;
  width: 80%;
  text-transform: uppercase;
  padding: 1rem;
  color: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
  height: 6.8rem;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.table td:first-child span.font-color--blue::after {
  content: "";
  border-left: 3rem solid #197EAE;
  border-top: 3.4rem solid transparent;
  border-bottom: 3.4rem solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .border-box .texto_grande strong {
    margin-top: -5px;
  }
  .article-block .article-content .border-box.bg--default,
  .article-block .article-content .border-box.bg--green-dark,
  .article-block .article-content .border-box.bg--gray {
    min-height: 14rem;
    height: 14rem;
  }
}
.modal-body {
  padding: 0 4.5rem 5rem 4.5rem;
}
.modal-body p {
  margin-bottom: 2.5rem;
}
.modal-body p:last-child {
  margin-bottom: 0;
}

.modal .close {
  font-size: 4rem;
  font-weight: normal;
  opacity: 1;
}

.modal-header {
  padding: 0.7rem 3.5rem 0 0;
  border: 0;
}

.modal-header .close {
  padding: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 830px;
  }
}
/*******************************
    G1 - Carousel Component
********************************/
/*Generales*/
.carousel-group .carousel-arrow {
  position: absolute;
  top: 0;
  height: 100%;
}
.carousel-group .carousel-arrow-left {
  left: 0;
}
.carousel-group .carousel-arrow-right {
  right: 0;
}
.carousel-group .carousel-no-navigation .carousel-arrow-left,
.carousel-group .carousel-no-navigation .carousel-arrow-right {
  display: none !important;
}
.carousel-group .carousel-arrow a {
  width: 4.8rem;
  height: 4.9rem;
  z-index: 20;
  display: block;
  position: absolute;
  top: 13rem;
}
.carousel-group .carousel-arrow-left a {
  background: url("images/hm-slider-arrow-left.png") no-repeat center center transparent;
  left: -15.5rem;
}
.carousel-group .carousel-arrow-right a {
  background: url("images/hm-slider-arrow-right.png") no-repeat center center transparent;
  right: -15.5rem;
}

.carousel-arrow a span {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  padding: 0;
  margin: -0.1rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*Items*/
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: inline-block !important;
}

.carousel-items-list {
  position: relative;
  width: 100%;
  margin-top: 2rem;
}
.carousel-items-list .carousel-items {
  text-align: center;
  margin: 0;
  white-space: nowrap;
}
.carousel-items-list .carousel-items-wrap-scroll {
  min-height: 16.5rem;
  overflow: hidden;
  margin: 0 -15px;
}
.carousel-items-list .carousel-items-wrap {
  overflow: auto;
  padding-bottom: 3rem;
}
.carousel-items-list .carousel-item {
  background: none;
  padding: 0 2px;
  font-size: 1.6rem;
  width: 17rem;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-right: 0;
  float: none;
}
.carousel-items-list .carousel-item:first-child {
  margin-left: 1.5rem;
}
.carousel-items-list .carousel-item:last-child {
  margin-right: 1.5rem;
}

.carousel-thumb img {
  margin: 0 auto;
  display: block;
  width: 100%;
}

.carousel-item .carousel-item-title p {
  margin-top: 1rem;
  line-height: 1.4rem;
  white-space: normal;
}
.carousel-item a:hover .carousel-item-title p, .carousel-item a:focus .carousel-item-title p {
  color: #197EAE;
}

.carousel-contents .carousel-content {
  display: none;
}

.carousel-items .carousel-item.carousel-item-external.active > a .carousel-item-title {
  display: block;
}

/*Responsive*/
@media (min-width: 768px) {
  .carousel-items-list .carousel-item:first-child {
    margin-left: 0;
  }
  .carousel-items-list .carousel-item:last-child {
    margin-right: 0;
  }
  .carousel-items-list .carousel-items-wrap-scroll {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .carousel-group .carousel-arrow-left a {
    left: -19.5rem;
  }
  .carousel-group .carousel-arrow-right a {
    right: -19.5rem;
  }
}
/*Flechas carrousel movil */
@media (max-width: 992px) {
  .carousel-items-list .carousel-items-wrap-scroll .carousel-items-wrap {
    overflow: hidden;
  }
  .carousel-group .carousel-arrow-right a {
    right: 0;
  }
  .carousel-group .carousel-arrow-left a {
    left: 0;
  }
}
@media (max-width: 768px) {
  .carousel-group .carousel-arrow-right a {
    margin-right: -1.6rem;
  }
  .carousel-group .carousel-arrow-left a {
    margin-left: -1.6rem;
  }
}
/* Fix carouseles scroll*/
@media (min-width: 1200px) {
  .carousel-items-list .carousel-items-wrap {
    overflow: hidden !important;
  }
}
.c-eval {
  padding-bottom: 6rem;
}

.c-eval__list {
  padding-top: 2rem;
  counter-reset: list;
  margin: 0;
}

.c-eval__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #197EAE;
}

.c-eval__option {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #222222;
  padding: 1.5rem 5rem 1.5rem 4.5rem;
  border-bottom: 0.1rem solid #BFBFBF;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
}
.c-eval__option:first-child {
  border-top: 0.1rem solid #BFBFBF;
}
.c-eval__option:before {
  counter-increment: list;
  content: counter(list, upper-alpha);
  position: absolute;
  margin-right: 1rem;
  background: rgba(228, 245, 255, 0.8);
  border-radius: 0.4rem;
  height: 3.4rem;
  width: 3.4rem;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 3.4rem;
  font-size: 1.6rem;
  color: #197EAE;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  left: 0;
}

.c-eval__label {
  cursor: pointer;
  margin-bottom: 0;
}

.c-eval__radio {
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 1.6rem;
  width: 1.6rem;
}

.mapa > div {
  position: absolute;
  cursor: pointer;
}

.mapa_encuentros > div > p {
  font-size: 1.4rem;
  margin: 12px 0 10px 0;
}

.mapa_encuentros h3 {
  margin-bottom: 2rem;
}

.mapa {
  height: auto;
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: -0.5rem;
}

.mapa img {
  width: 100%;
}

.localidad {
  box-sizing: border-box;
  background-color: #f0f0f0;
  color: #197EAE;
  padding: 20px 30px;
  width: 100%;
  display: none;
}

.info-mapa .evento,
.info-mapa .ciudad {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.info-mapa .evento {
  color: #222222;
}

.info-mapa .ciudad,
.fecha .texto_aclarativo,
.info p a {
  text-decoration: none;
}

.info {
  margin-top: 0.8rem;
}

.info p {
  color: #222222;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.fecha .texto_aclarativo {
  text-transform: uppercase;
  font-size: 1.4rem;
}

.punto-mapa {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  background: url(images/punto_mapa_azul.png) no-repeat scroll center center;
}
@media (min-width: 768px) {
  .punto-mapa {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.punto-mapa:hover {
  background: url(images/punto_mapa_azul_hover.png) no-repeat scroll center center;
}

.punto-mapa.disabled {
  display: none;
}

/* Puntos del mapa */
#madrid {
  top: 46%;
  left: 36%;
}

#sant-sebastia {
  top: 9%;
  left: 47%;
}

#san-sebastian {
  top: 9%;
  left: 47%;
}

#ourense {
  top: 19%;
  left: 12%;
}

#sevilla {
  left: 26%;
  top: 74%;
}

#valencia {
  top: 51%;
  left: 54%;
}

#barcelona {
  top: 29%;
  left: 69%;
}

#bilbao {
  top: 10%;
  left: 43%;
}

#girona {
  top: 22%;
  left: 74%;
}

#lleida {
  left: 63%;
  top: 27%;
}

#pamplona {
  left: 49%;
  top: 13%;
}

#a-coruna {
  left: 9%;
  top: 10%;
}

#burgos {
  left: 42%;
  top: 24%;
}

#zaragoza {
  left: 55%;
  top: 26%;
}

#tarragona {
  left: 65%;
  top: 31%;
}

#castellon {
  left: 58%;
  top: 42%;
}

#murcia {
  left: 49%;
  top: 69%;
}

#alicante, #alacant {
  left: 54%;
  top: 62%;
}

#palma-de-mallorca {
  left: 75%;
  top: 49%;
}

#tafalla {
  top: 15%;
  left: 50%;
}

#estella {
  left: 48%;
  top: 16%;
}

#tudela {
  left: 49%;
  top: 19%;
}

#tenerife {
  left: 73%;
  top: 85%;
}

#las-palmas {
  left: 80%;
  top: 89%;
}

#tortosa {
  top: 33%;
  left: 62%;
}

#vic {
  top: 23%;
  left: 69%;
}

#valladolid {
  top: 28%;
  left: 33%;
}

#vigo {
  top: 19%;
  left: 8%;
}

#santander {
  top: 8%;
  left: 37%;
}

#huelva {
  top: 74%;
  left: 18%;
}

#reus {
  top: 32%;
  left: 64%;
}

#jerez {
  top: 79%;
  left: 23%;
}

#malaga {
  top: 79%;
  left: 32%;
}

#manresa {
  top: 25%;
  left: 69%;
}

#sant-cugat-del-valles {
  top: 27%;
  left: 68%;
}

#olot {
  top: 20%;
  left: 72%;
}

/*******************************
    ScrollBar
********************************/
.cont__legal {
  border: 1px solid #BFBFBF;
  padding: 1rem 0.5rem 1rem 1rem !important;
  margin-bottom: 1rem;
  background-color: #FFFFFF;
}
.cont__legal .info__legal {
  overflow: auto;
  height: 11rem;
  padding: 1rem 2rem;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.cont__legal .info__legal::-webkit-scrollbar {
  width: 0.6rem;
  margin-right: 1rem;
}
.cont__legal .info__legal::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.cont__legal .info__legal::-webkit-scrollbar-thumb {
  background: #BFBFBF;
  border-radius: 1.6rem;
}
.cont__legal .info__legal::-webkit-scrollbar-thumb:hover {
  background: #BFBFBF;
}
.cont__legal .info__legal p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.cont__legal .info__legal p:nth-child(3) strong {
  text-decoration: underline;
}
.cont__legal .info__legal p br {
  display: none;
}
.cont__legal .info__legal p a {
  text-decoration: underline;
}

/*******************************
    Carrusel ventajas V2
********************************/
/*CONTAINER & GENERAL*/
.carousel-container {
  position: relative;
  width: auto;
  margin: 5rem 0 9rem 0;
}

.bg-blue-v-gradient {
  background: rgb(0, 125, 174);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(0, 125, 174)), color-stop(79%, rgb(0, 78, 112)), color-stop(100%, rgb(0, 78, 112)));
  background: linear-gradient(to bottom, rgb(0, 125, 174) 0%, rgb(0, 78, 112) 79%, rgb(0, 78, 112) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007dae", endColorstr="#004e70", GradientType=0 );
}

.bg-light-Blue .carousel-ventajas-header h2, .bg-light-Blue .carousel-ventajas-header p,
.bg-yellow .carousel-ventajas-header h2, .bg-yellow .carousel-ventajas-header p,
.bg-light-Yellow .carousel-ventajas-header h2, .bg-light-Yellow .carousel-ventajas-header p,
.bg-white .carousel-ventajas-header h2, .bg-white .carousel-ventajas-header p,
.bg-light-grey .carousel-ventajas-header h2, .bg-light-grey .carousel-ventajas-header p {
  color: #197EAE;
}

.bg-blue-v-gradient .col-md-10 {
  padding: 0;
}

@media (min-width: 991px) {
  .bg-blue-v-gradient .col-md-10 {
    padding: 0 15px;
  }
}
/*TITULO*/
.carousel-container > .carousel-ventajas-header {
  margin: 0 3rem;
}

.carousel-container > .carousel-ventajas-header h2 {
  margin-top: 0;
}

.carousel-container > .carousel-ventajas-header h2,
.carousel-container > .carousel-ventajas-header p {
  color: #FFFFFF;
}

@media (min-width: 1441px) {
  .carousel-container > .carousel-ventajas-header {
    padding: 0 20%;
  }
}
/*CAROUSEL*/
.carrusel-ventajas-v2 {
  position: relative;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  min-height: 56rem;
}

/*TRACKER*/
.carrusel-ventajas-v2 .carousel-feature .slide-content .tracker-summation-container {
  position: absolute;
  z-index: 9;
  top: -3rem;
  left: 2rem;
  color: #FFFFFF;
  text-shadow: -1px 0 #222222, 0 1px #222222, 1px 0 #222222, 0 -1px #222222;
}

.carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .tracker-summation-container {
  left: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .tracker-summation-container span {
  color: #FFFFFF;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}

.carrusel-ventajas-v2 .tracker-individual-container {
  display: none !important;
}

/*SLIDE*/
.carrusel-ventajas-v2 .carousel-feature {
  position: relative;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
}

.carrusel-ventajas-v2 .carousel-feature.center-slide {
  opacity: 1 !important;
  overflow: visible !important;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide {
  position: absolute;
  opacity: 0.4 !important;
  pointer-events: none;
}

/*IMAGE*/
.carrusel-ventajas-v2 .carousel-feature .slide-media {
  position: relative;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .carousel-image {
  border: 0;
  display: block;
  margin: 0;
}

/*CONTENT*/
.carrusel-ventajas-v2 .carousel-feature .slide-content {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: auto;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0;
  text-align: left;
  text-shadow: none;
  color: inherit;
  opacity: 1;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide .slide-content {
  opacity: 0 !important;
}

.carrusel-ventajas-v2 .slide.caja-flotante .slide-content {
  width: 80%;
  margin: 0 auto;
  bottom: -40px;
}

/*DESTACADOS*/
.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap:before,
.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap:after {
  display: none; /*Fix Descuadre IOS*/
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight {
  padding: 1rem 2rem;
  text-align: left;
  text-shadow: none;
  min-height: 9rem;
}

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .slide-highlight {
  margin-bottom: 2rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight:after {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  display: block;
  width: 2px;
  background: #F1F1F1;
  height: 50%;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight:first-child:after {
  display: none;
}

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .slide-highlight:not(.with-button) .item-content {
  margin-bottom: 1rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo {
  position: absolute;
  top: -35px;
  right: 25px;
  left: auto;
  z-index: 1;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo img {
  margin-top: 0.5rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-title {
  min-height: 78px;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-title h3 {
  font-size: 2rem;
  line-height: 2.6rem;
  margin-top: 2rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight.with-button .item-content .item-text {
  min-height: 130px;
}

.carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-text {
  margin-top: 2.5rem;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-text p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight.with-button .item-content .item-text p {
  min-height: 110px;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button {
  margin: 1rem 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap {
  display: block;
  margin: 0;
  text-align: center;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap .btn a, .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap .corp--btn-01__wrapper a {
  font-size: 1.4rem;
  text-decoration: none;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap .btn-white a {
  background: #fff;
}

/*BOTONES AGRUPACION*/
.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons {
  text-align: right;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons .button_wrap {
  margin: 1rem;
}

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .slide-buttons {
  position: absolute;
  bottom: -30px;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons .btn:not(.btn-yellow):not(.btn-blue):not(btn-white) a, .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons .corp--btn-01__wrapper:not(.btn-yellow):not(.btn-blue):not(btn-white) a {
  border: none;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .button_wrap .btn > a:focus, .carrusel-ventajas-v2 .carousel-feature .slide-content .button_wrap .corp--btn-01__wrapper > a:focus {
  box-shadow: none;
}

/*NRI Flotante - Normal*/
.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .nri {
  float: left;
  bottom: -25px;
  position: absolute;
  left: 0px;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .nri p {
  font-size: 1rem;
  margin: 0;
  color: #FFFFFF;
}

/*NRI Flotante - Botones Flotantes*/
.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .nri {
  bottom: 0;
}

.carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .nri p {
  padding: 2rem 2rem 1rem;
}

/*VIDEO*/
.carrusel-ventajas-v2 .carousel-feature .slide-media .vjs-big-play-button {
  top: 25%;
}

.carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-media .vjs-big-play-button {
  top: 50%;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide .slide-media .vjs-big-play-button {
  display: none;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide .slide-media .video-placeholder {
  overflow: hidden;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder > div {
  max-width: none !important;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder > div > div {
  padding-top: 56.25% !important;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder .vjs-poster {
  background-color: transparent;
  background-size: 100%;
}

.carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder.popup {
  position: fixed;
  top: 170px;
  left: 0;
  margin: 0 auto;
  z-index: 99;
  width: 80%;
  bottom: auto;
  border-radius: 7px;
}

.sticky-nav .carrusel-ventajas-v2 .carousel-feature .slide-media .video-placeholder.popup {
  top: 100px;
}

.carrusel-ventajas-v2 .carousel-feature .closeButton {
  height: 5rem;
  width: 5rem;
  display: block;
  color: #222222;
  z-index: 999;
  position: absolute;
  font-size: 4rem;
  text-decoration: none;
  line-height: 4rem;
  text-align: center;
  right: 0;
  background: url(images/icon-close-cb.png) no-repeat center center;
}

/*Popup video inner arrows*/
.carrusel-ventajas-v2 .video-placeholder .vjs-control-bar > .inner-arrow-left {
  background: url("images/flecha-derecha.png") no-repeat center center transparent; /* safari - Chrome*/ /* Firefox */ /* Opera */
  transform: rotate(180deg);
  left: 0%;
  z-index: 999;
  position: relative;
  top: 0;
  width: 5.6rem;
  height: 4.2rem;
}

.carrusel-ventajas-v2 .video-placeholder .vjs-control-bar > .inner-arrow-right {
  background: url("images/flecha-derecha.png") no-repeat center center transparent;
  right: 0%;
  z-index: 999;
  position: relative;
  top: 0;
  width: 5.6rem;
  height: 4.2rem;
}

/*ARROWS*/
.carrusel-ventajas-v2 ~ #carousel-left,
.carrusel-ventajas-v2 .carousel-feature .inner-arrow-left {
  width: 4.7rem;
  height: 4.8rem;
  background: url("images/hm-slider-arrow-left.png") no-repeat center center transparent;
  position: absolute;
  top: 45%;
  left: 0%;
  z-index: 999;
  background-size: 3rem;
  cursor: pointer;
}

.carrusel-ventajas-v2 ~ #carousel-right,
.carrusel-ventajas-v2 .carousel-feature .inner-arrow-right {
  width: 4.7rem;
  height: 4.8rem;
  background: url("images/hm-slider-arrow-right.png") no-repeat center center transparent;
  position: absolute;
  top: 45%;
  right: 0%;
  z-index: 999;
  background-size: 3rem;
  cursor: pointer;
}

.carrusel-ventajas-v2 .carousel-feature .inner-arrow-left {
  left: -5%;
}

.carrusel-ventajas-v2 .carousel-feature .inner-arrow-right {
  right: -5%;
}

.carrusel-ventajas-v2 .carousel-feature.back-slide .inner-arrow-left,
.carrusel-ventajas-v2 .carousel-feature.back-slide .inner-arrow-right {
  opacity: 0;
}

.carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons .button_wrap .btn, .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-buttons .button_wrap .corp--btn-01__wrapper {
  width: auto;
}

/*RESPONSIVE*/
@media (max-width: 991px) {
  .carousel-container > .carousel-ventajas-header {
    margin-bottom: 3rem;
  }
  .carrusel-ventajas-v2 {
    min-height: auto !important;
  }
  .carrusel-ventajas-v2 .carousel-feature {
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
    top: 0 !important;
  }
  .carrusel-ventajas-v2 .carousel-feature.center-slide {
    opacity: 1 !important;
    transition: opacity 1s;
    overflow: visible !important;
  }
  .carrusel-ventajas-v2 .carousel-feature.back-slide {
    opacity: 0 !important;
    transition: opacity 1s;
    overflow: visible !important;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-media .carousel-image {
    width: 100% !important;
    height: auto !important;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content {
    position: relative;
    display: block !important;
  }
  .carrusel-ventajas-v2 .carousel-feature.back-slide .slide-content {
    opacity: 1 !important;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content {
    bottom: 0;
    width: 100%;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .tracker-summation-container {
    left: 2rem;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .tracker-summation-container {
    left: 2rem;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight {
    position: relative;
    margin-top: 4.5rem;
    padding: 3rem 1rem 2rem;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap {
    padding: 1rem 0;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight {
    width: 100%;
    margin: 0;
    padding: 2rem;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight:after {
    top: -0.5rem;
    left: 1rem;
    height: 2.5px;
    background: #F1F1F1;
    width: 80%;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight:after {
    content: "";
    position: absolute;
    top: 0rem;
    left: 2rem;
    right: 2rem;
    display: block;
    height: 2px;
    background: #F1F1F1;
    width: auto;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight:first-child:after {
    display: block;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight:first-child:after {
    display: none;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight .item-content {
    display: flex;
    align-items: center;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight:not(.with-button) .item-content {
    margin: 0;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo {
    left: 1rem;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    padding-right: 1rem;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-logo img {
    margin-top: 0;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-title h3 {
    margin: 0;
  }
  .carrusel-ventajas-v2 .carousel-feature.caja-flotante .slide-content .slide-highlights-wrap .slide-highlight .item-logo + .item-text {
    margin: 0;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-text p {
    font-size: 1.4rem;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button {
    margin: 1rem 0 0;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .nri {
    position: relative;
    width: 100%;
    bottom: -40px;
    left: auto;
    text-align: center;
  }
  .carrusel-ventajas-v2 .carousel-feature.botones-flotantes .slide-content .slide-highlights-wrap .nri {
    bottom: -50px;
  }
  .carrusel-ventajas-v2 .carousel-feature.botones-flotantes.caja-flotante .slide-content .slide-highlights-wrap .nri {
    bottom: 0;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .nri p {
    padding: 0 0 1.5rem 0;
  }
  .carrusel-ventajas-v2 .carousel-feature.botones-flotantes.caja-flotante .slide-content .slide-highlights-wrap .nri p {
    padding: 0 2rem 2rem;
  }
  /*VIDEO*/
  .carrusel-ventajas-v2 .carousel-feature .slide-media .vjs-big-play-button {
    top: 50%;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-media .vjs-control-bar {
    z-index: 10;
  }
  /*ARROWS*/
  .carrusel-ventajas-v2 .carousel-feature .slide-media > .inner-arrow-left,
  .carrusel-ventajas-v2 .carousel-feature .slide-media > .inner-arrow-right {
    top: 40%;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-media > .inner-arrow-left {
    left: 0;
    background-position: left;
  }
  .carrusel-ventajas-v2 .carousel-feature .slide-media > .inner-arrow-right {
    right: 0;
    background-position: right;
  }
}
@media (max-width: 400px) {
  .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap .btn a, .carrusel-ventajas-v2 .carousel-feature .slide-content .slide-highlights-wrap .slide-highlight .item-content .item-button .button_wrap .corp--btn-01__wrapper a {
    font-size: 1rem;
  }
}
/*Fix 1024px arrows*/
@media (max-width: 1200px) and (min-width: 991px) {
  .carrusel-ventajas-v2 .carousel-feature .inner-arrow-left {
    background-position: 24px 0;
    background-size: 2.5rem;
  }
  .carrusel-ventajas-v2 .carousel-feature .inner-arrow-right {
    background-position: 0 0;
    background-size: 2.5rem;
  }
}
@media (min-width: 991px) {
  .carrusel-ventajas-v2 {
    width: 960px;
    margin: 0 0 0 -8%;
  }
  .carousel-container > .carousel-ventajas-header {
    padding: 0 1.2%;
    width: 960px;
    margin: 0 0 0 -8%;
  }
}
@media (min-width: 1150px) {
  .carrusel-ventajas-v2 {
    margin: 0 auto;
  }
  .carousel-container > .carousel-ventajas-header {
    margin: 0 auto;
  }
}
/*COLORES DE FONDO PARA DESTACADOS*/
.carrusel-ventajas-v2 .slide .slide-content.bg-site {
  background: #197EAE !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-site .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-site .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-site .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue {
  background: #E1F2FB !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue .slide-highlight:after {
  background: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue .item-title h3 {
  color: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-light-Blue .nri p {
  color: #555 !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-Blue {
  background: #197EAE !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-Blue .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-Blue .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-Blue .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-navy-Blue {
  background: #1D2546 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-navy-Blue .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-navy-Blue .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-navy-Blue .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-green {
  background: #19818B !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-green .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-green .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-green .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey {
  background: #F0F0F0 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey .slide-highlight:after {
  background: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey .item-title h3 {
  color: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-light-grey .nri p {
  color: #555 !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-grey {
  background: #D6DBDF !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-grey .slide-highlight:after {
  background: #222222 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-grey .item-title h3 {
  color: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-grey .item-text p,
.carrusel-ventajas-v2 .slide.botones-flotantes .slide-content.bg-grey .nri p {
  color: #555 !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-garnet {
  background: #6A150E !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-garnet .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-garnet .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-garnet .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-orange {
  background: #C4471A !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-orange .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-orange .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-orange .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-orange {
  background: #C4471A !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-orange .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-orange .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-orange .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-light-Yellow {
  background: #FFF8C5 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Yellow .slide-highlight:after {
  background: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Yellow .item-title h3 {
  color: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-Yellow .item-text p,
.carrusel-ventajas-v2 .slide.botones-flotantes .slide-content.bg-light-Yellow .nri p {
  color: #555 !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-Yellow {
  background: #F4C43C !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-Yellow .slide-highlight:after {
  background: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-Yellow .item-title h3 {
  color: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-Yellow .item-text p,
.carrusel-ventajas-v2 .slide.botones-flotantes .slide-content.bg-Yellow .nri p {
  color: #555 !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-light-pink {
  background: #FDEAEE !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-pink .slide-highlight:after {
  background: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-pink .item-title h3 {
  color: #004f70 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-light-pink .item-text p,
.carrusel-ventajas-v2 .slide.botones-flotantes .slide-content.bg-light-pink .nri p {
  color: #555 !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-rose {
  background: #BC1350 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-rose .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-rose .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-rose .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-rose {
  background: #5D1B3A !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-dark-rose .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-rose .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-dark-rose .nri p {
  color: #FFFFFF !important;
}

/**/
.carrusel-ventajas-v2 .slide .slide-content.bg-red {
  background: #DE3532 !important;
}

.carrusel-ventajas-v2 .slide .slide-content.bg-red .item-title h3,
.carrusel-ventajas-v2 .slide .slide-content.bg-red .item-text p,
.carrusel-ventajas-v2 .slide .slide-content.bg-red .nri p {
  color: #FFFFFF !important;
}

/*Video*/
span.vjs-icon-placeholder {
  color: transparent;
}

span.vjs-icon-placeholder:before {
  color: #FFFFFF;
}

/*******************************
    D2. Tabs
********************************/
.tabs-items-list {
  position: relative;
  width: 100%;
}

.tabs-items-scroll {
  overflow: hidden;
  margin: 0;
  height: 4.5rem;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-items-scroll {
  height: 6.3rem;
}

.tabs-items-wrap {
  overflow: auto;
  padding-bottom: 3rem;
}

.tabs-group .tabs-items {
  position: relative;
  text-align: left;
  margin: 0;
  white-space: nowrap;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-items {
  position: initial;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-items:after {
  content: "";
  height: 2px;
  background: #dfdfdf;
  position: absolute;
  left: -100%;
  right: -100%;
  bottom: 0;
  z-index: 99;
}

.tabs-group .tabs-item {
  background-image: none;
  padding: 0;
  vertical-align: middle;
  max-width: 40rem;
  display: inline-block;
  white-space: normal;
}

.tabs-item > a {
  display: table;
  text-decoration: none;
  height: 4.5rem;
  outline: 0;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item > a {
  height: 6.3rem;
}

.tabs-item .tabs-item-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2rem;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease-in;
}

.tabs-item .tabs-item-title.tabs-item-title-active,
.tabs-item .tabs-item-title.tabs-item-title-active:hover {
  border-bottom: 3px solid #197EAE;
}

.tabs-item .tabs-item-title:hover {
  border-bottom: 3px solid #eee;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title:hover > p {
  color: #197EAE;
  font-weight: 600;
  text-decoration: none;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active,
.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active:hover {
  position: relative;
  border: 2px solid #dfdfdf;
  border-radius: 5px 5px 0 0;
  transition: none;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title.tabs-item-title-active:after {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 13px;
  background: url(images/arrow-down-blue.png) no-repeat center center #FFFFFF;
  width: 100%;
  z-index: 999;
  left: 0;
}

.tabs-item .tabs-item-title > p {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  color: #197EAE;
  margin: 0;
  text-align: center;
  transition: all 0.3s ease-in;
  line-height: 100%;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-item .tabs-item-title > p {
  font-size: 1.8rem;
}

.tabs-item .tabs-item-title-active > p {
  color: #197EAE;
  font-weight: 600;
  text-decoration: none;
}

.tabs-arrow {
  position: absolute;
  display: none;
  top: 0;
  height: 100%;
  width: 3rem;
  background: #FFFFFF;
}

.tabs-no-navigation .tabs-arrow {
  display: none !important;
}

.tabs-navigation .tabs-arrow {
  display: block;
  z-index: 20;
}

.tabs-group .tabs-arrow-right {
  right: 0;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-arrow-right {
  border-left: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  z-index: 999;
}

.tabs-group .tabs-arrow-left {
  left: 0;
  display: none;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-arrow-left {
  border-right: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  z-index: 999;
}

.tabs-arrow a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.tabs-arrow span {
  position: absolute;
  left: -99999px;
}

.tabs-group .tabs-arrow-right a {
  background: url("images/arrow-right.png") no-repeat center center transparent;
  border-left: 1px solid #eee;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-arrow-right a {
  border: none;
}

.tabs-group .tabs-arrow-left a {
  background: url("images/arrow-left.png") no-repeat center center transparent;
  border-right: 1px solid #eee;
}

.article-main .tabs-group.main-component:not(.sh-tabs) .tabs-arrow-left a {
  border: none;
}

.tabs-content.article-content {
  display: none;
  margin-top: 20px;
}
.tabs-content.article-content:first-child {
  display: block;
}
.tabs-content.article-content .c-dropdown a.c-link {
  font-weight: normal;
}

.daterangepicker.ltr.auto-apply.show-calendar.opensright {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border: 0.1rem solid #939393;
  border-radius: 0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0rem 0.4rem 4rem rgba(0, 0, 0, 0.25);
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright td.off.ends.available {
  visibility: hidden;
  color: #197EAE;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright:before {
  content: none;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright:after {
  content: none;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright .drp-calendar.left {
  padding: 3rem 0rem 2rem 2rem;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright .drp-calendar.right {
  padding: 3rem 2rem 2rem;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright .calendar-table .next span, .daterangepicker.ltr.auto-apply.show-calendar.opensright .calendar-table .prev span {
  border-color: #197EAE;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright .calendar-table thead th.month {
  color: #197EAE;
  font-size: 1.6rem;
  font-weight: 100;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright .calendar-table thead tr:nth-child(2) th {
  color: #939393;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright .calendar-table tbody tr td {
  color: #222222;
  font-family: "Open Sans Bold", sans-serif;
}
.daterangepicker.ltr.auto-apply.show-calendar.opensright .calendar-table tbody tr td.active, .daterangepicker.ltr.auto-apply.show-calendar.opensright .calendar-table tbody tr td.active:hover {
  background-color: #197EAE;
  color: #F8F9FF;
}

input#fechas::-webkit-input-placeholder {
  /* Google Chrome y Safari */
  color: #222222;
}

input#fechas::-moz-placeholder {
  /* Firefox anterior a 19 */
  color: #222222;
}

input#fechas::-moz-placeholder {
  /* Firefox 19 y superior */
  color: #222222;
}

input#fechas::-ms-input-placeholder {
  /* Internet Explorer 10 y superior */
  color: #222222;
}

/*******************************
    APLs
********************************/
.evaluation-radios .radio-letter {
  width: 3.4rem;
  height: 3.4rem;
  background-color: rgba(228, 245, 255, 0.8);
  text-align: center;
  vertical-align: middle;
  color: #197EAE;
  font-weight: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  position: absolute;
  border-radius: 0.4rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.evaluation-radios .font-color--default {
  margin-top: 6rem;
}
.evaluation-radios .form__check {
  border-top: 0.1rem #BFBFBF solid;
  padding-bottom: 1.5rem;
}
.evaluation-radios .form__check:last-child {
  border-bottom: 0.1rem #BFBFBF solid;
}
.evaluation-radios .form__radio-label {
  display: flex;
  padding-left: 5rem;
  padding-right: 6rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.evaluation-radios .form__radio-label:before {
  right: 3rem;
  top: 0.6rem;
  left: auto;
}
.evaluation-radios .form__radio-label:after {
  top: 0.9rem;
  right: 3rem;
  left: auto;
}
.evaluation-radios .results_label {
  font-size: 1.6rem;
  display: flex;
  padding-left: 5rem;
  padding-right: 6rem;
  color: #222222;
  line-height: 3.2rem;
}
.evaluation-radios .alert {
  margin-bottom: 0 !important;
}
.evaluation-radios .alert .results_label {
  font-family: "Open Sans Bold", sans-serif;
}
.evaluation-radios .alert-success {
  background: url(images/icon-ok.png) no-repeat 98% center transparent;
  border: 0;
  border-top: 0.1rem #BFBFBF solid;
  background-color: #DEF0F9;
}
.evaluation-radios .alert-success .results_label {
  color: #359800;
}
.evaluation-radios .alert-danger {
  background: url(images/icon-cancel.png) transparent no-repeat 98% center;
  border: 0;
  border-top: 0.1rem #BFBFBF solid;
}
.evaluation-radios .alert-danger .results_label {
  color: #CF3B3B;
}

.button_wrap {
  margin-top: 6rem;
}
.button_wrap button.icon_left-arrow:before {
  content: "";
  display: inline;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0;
  width: 2rem;
  margin-left: -2.2rem;
}

.btn-white-border.icon_left-arrow:before {
  background: url("images/arrow-white-left.svg") no-repeat center center transparent;
}

@media (max-width: 768px) {
  .button_wrap .mr-5 {
    margin-right: 0 !important;
  }
}
.agenda-apl .tabs-items-list .tabs-item {
  height: auto !important;
}
.agenda-apl .tabs-items-list .tabs-item.parent-tab .tabs-item-title > p {
  font-size: 2.1rem;
  line-height: 2.9rem;
}
.agenda-apl .tabs__filters {
  margin-top: 2rem;
}
.agenda-apl .tabs__filters form {
  width: 100%;
}
.agenda-apl .tabs__filters form #fechas, .agenda-apl .tabs__filters form #fechas2 {
  background: url(images/ic_calendar.png) no-repeat 97% center;
}
.agenda-apl .tabs__filters form .ms-options-wrap {
  position: relative;
}
.agenda-apl .tabs__filters form .ms-options-wrap .ms-options {
  width: 100%;
  margin-top: 1rem;
  min-height: auto !important;
  max-height: none !important;
}
.agenda-apl .tabs__filters form .form__select {
  background: url(images/arrow-down.svg) no-repeat 93% center;
}
.agenda-apl .tabs__filters form .bootstrap-select {
  border: none;
  padding: 0;
  width: 100% !important;
}
.agenda-apl .tabs__filters form .bootstrap-select .dropdown-toggle {
  font-family: "Open Sans", sans-serif, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border: 0.1rem solid #939393;
  border-radius: 0.3rem;
  height: 4.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem 3rem 1rem 1.4rem;
  background: url(images/arrow-down.svg) no-repeat 93% center;
  outline: none !important;
}
.agenda-apl .tabs__filters form .bootstrap-select .dropdown-toggle:after {
  display: none;
}
.agenda-apl .tabs__filters form .bootstrap-select .dropdown-menu {
  padding: 0;
}
.agenda-apl .tabs__filters form .bootstrap-select .dropdown-menu.inner {
  padding: 0;
}
.agenda-apl .tabs__filters form .bootstrap-select .dropdown-menu li.active:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #197EAE;
  position: absolute;
  left: 0;
  top: 0;
}
.agenda-apl .tabs__filters form .bootstrap-select .dropdown-menu li a {
  padding: 0.8rem 1rem;
  background: #fff;
  color: #16181b;
  outline: none;
}
.agenda-apl .tabs__filters form .mr-3 {
  margin-right: 3rem !important;
}
.agenda-apl .tabs__filters form .mr-3:last-child {
  margin-right: 0 !important;
}
.agenda-apl .tabs-contents .tabs-item-title > p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.agenda-apl .tabs-contents .table-container {
  width: auto;
}
.agenda-apl .tabs-contents .schedule__item .schedule__date {
  border: none;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__title {
  color: #000;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__hour {
  color: #197EAE;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__description {
  color: #6F6F6F;
  font-size: 1.3rem;
  line-height: 1.8rem;
  margin-top: 1rem;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule_document {
  color: #939393;
  font-size: 1.3rem;
  line-height: 2.3rem;
  margin: 1rem 0 2rem 0;
  padding-left: 3rem;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule_document img {
  position: absolute;
  left: 0;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule_document span.c-link--inline img {
  position: relative;
  margin-right: 1.5rem;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__links .button_wrap {
  margin: 0;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__links .button_wrap .btn, .agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__links .button_wrap .corp--btn-01__wrapper {
  padding: 1.1rem 1.2rem;
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__links .schedule__btn {
  padding-right: 1rem;
}
.agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__links .schedule__label {
  position: absolute;
  margin: 0rem 0rem 0rem 1rem;
  z-index: 1;
  background: #fff;
  min-width: 175px;
  top: 40px;
}
@media (min-width: 446px) {
  .agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__links .schedule__label {
    top: 40px;
    left: 0;
  }
  .agenda-apl .tabs-contents .schedule__item .schedule__info .schedule__links .schedule__label:after {
    left: 0.5rem;
    top: -0.5rem;
    transform: rotate(135deg);
  }
}

.agenda-apl-new .tabs-items-list .tabs-item {
  height: auto !important;
}
.agenda-apl-new .tabs-items-list .tabs-item.parent-tab .tabs-item-title > p {
  font-size: 2.1rem;
  line-height: 2.9rem;
}
.agenda-apl-new .tabs__filters {
  margin-top: 2rem;
}
.agenda-apl-new .tabs__filters form {
  width: 100%;
}
.agenda-apl-new .tabs__filters form #fechas, .agenda-apl-new .tabs__filters form #fechas2 {
  background: url(images/ic_calendar.png) no-repeat 97% center;
}
.agenda-apl-new .tabs__filters form .ms-options-wrap {
  position: relative;
}
.agenda-apl-new .tabs__filters form .ms-options-wrap .ms-options {
  width: 100%;
  margin-top: 1rem;
  min-height: auto !important;
  max-height: none !important;
}
.agenda-apl-new .tabs__filters form .form__select {
  background: url(images/arrow-down.svg) no-repeat 93% center;
}
.agenda-apl-new .tabs__filters form .bootstrap-select {
  border: none;
  padding: 0;
  width: 100% !important;
}
.agenda-apl-new .tabs__filters form .bootstrap-select .dropdown-toggle {
  font-family: "Open Sans", sans-serif, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border: 0.1rem solid #939393;
  border-radius: 0.3rem;
  height: 4.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1rem 3rem 1rem 1.4rem;
  background: url(images/arrow-down.svg) no-repeat 93% center;
  outline: none !important;
}
.agenda-apl-new .tabs__filters form .bootstrap-select .dropdown-toggle:after {
  display: none;
}
.agenda-apl-new .tabs__filters form .bootstrap-select .dropdown-menu {
  padding: 0;
}
.agenda-apl-new .tabs__filters form .bootstrap-select .dropdown-menu.inner {
  padding: 0;
}
.agenda-apl-new .tabs__filters form .bootstrap-select .dropdown-menu li.active:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #197EAE;
  position: absolute;
  left: 0;
  top: 0;
}
.agenda-apl-new .tabs__filters form .bootstrap-select .dropdown-menu li a {
  padding: 0.8rem 1rem;
  background: #fff;
  color: #16181b;
  outline: none;
}
.agenda-apl-new .tabs__filters form .mr-3 {
  margin-right: 3rem !important;
}
.agenda-apl-new .tabs__filters form .mr-3:last-child {
  margin-right: 0 !important;
}
.agenda-apl-new .tabs-contents .tabs-item-title > p {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
.agenda-apl-new .tabs-contents .table-container {
  width: auto;
}

.buscador .main {
  padding-top: 5rem;
}
.buscador .main .c-link--inline.m-0 {
  display: none;
}

.apl .main .table-container .c-link--inline.m-0, .apl .main .schedule__item .c-link--inline.m-0 {
  display: none;
}

.accionistas_bock {
  /*
  .col-12.col-md-6{
      padding-top: 0;
      @media(min-width:$screen-sm-min) {
          padding-top: 4.5rem;
      }

  }
   */
}
.accionistas_bock .accionistas_bock__iframe iframe {
  border-top: 0.2rem #197EAE solid;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .accionistas_bock .accionistas_bock__iframe iframe {
    height: 495px;
  }
}
.accionistas_bock .col-12.col-lg-6 {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .accionistas_bock .col-12.col-lg-6 {
    padding-bottom: 2.5rem;
  }
}
.accionistas_bock .button_wrap {
  margin-top: 0;
}
@media (min-width: 992px) {
  .accionistas_bock .button_wrap {
    margin-top: 6rem;
  }
}

iframe.accionistas_bock__iframe {
  height: 400px;
}
@media (min-width: 768px) {
  iframe.accionistas_bock__iframe {
    height: 480px;
  }
}

/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.c-timeline {
  white-space: nowrap;
  overflow-x: hidden;
  width: 100%;
}

.c-timeline *,
.c-timeline *::before,
.c-timeline *::after {
  box-sizing: border-box;
}

.c-timeline.disabled {
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .c-timeline--marca {
    padding: 0 90px;
  }
}
@media (max-width: 1200px) {
  .c-timeline--marca .c-timeline__item:not(:first-child) {
    min-height: 100px;
    margin-top: 60px;
  }
  .c-timeline--marca .c-timeline__year {
    background: white;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.75);
  }
  .c-timeline--marca .c-timeline__text {
    top: 16px;
    display: inline-block;
    padding-left: 16px;
    max-width: calc(100% - 100px);
  }
  .c-timeline--marca .c-timeline__marker {
    max-width: 90px;
    vertical-align: top;
    float: left;
  }
}
.c-timeline__container {
  transition: all 1s;
  display: block;
  position: relative;
}

@media (max-width: 1200px) {
  .c-timeline__container {
    background-image: url("images/dashed_vertical.png");
    background-repeat: repeat-y;
    background-position: 58px 0;
    padding-left: 20px;
    padding-top: 1rem;
  }
  .c-timeline__container--xl {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .c-timeline__container {
    font-size: 0;
    padding: 240px 0;
    cursor: grab;
  }
  .c-timeline__container--xl {
    padding: 350px 0;
  }
  .c-timeline--marca .c-timeline__container--xl {
    padding: 316px 0;
  }
  .c-timeline__container::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 3px;
    width: 100%;
    background-image: url("images/dashed.png");
    background-repeat: repeat-x;
  }
}
.c-timeline__item {
  position: relative;
  list-style-type: none;
  transition: opacity 1.2s ease-in;
}

@media (min-width: 1200px) {
  .c-timeline__item {
    display: inline-block;
    width: 200px;
  }
  .c-timeline__item:last-child {
    width: 280px;
  }
  .c-timeline__item:not(:first-child) {
    margin-left: 14px;
  }
  .c-timeline__item--grey-bar, .c-timeline__item--red-bar, .c-timeline__item--yellow-bar {
    opacity: 1 !important;
  }
  .c-timeline__item--grey-bar::after {
    content: "";
    display: block;
    height: 15px;
    width: 170px;
    background: #575756;
    position: absolute;
    top: -7px;
    left: 13px;
  }
  .c-timeline__item--red-bar::after {
    content: "";
    display: block;
    height: 15px;
    width: 722px;
    background: #E55A2B;
    position: absolute;
    top: -7px;
    left: 13px;
  }
  .c-timeline__item--yellow-bar::after {
    content: "";
    display: block;
    height: 15px;
    width: 525px;
    background: #F2BE11;
    position: absolute;
    top: -7px;
    left: 30px;
  }
}
@media (max-width: 1200px) {
  .c-timeline__item--title {
    padding-top: 20px;
    display: table;
  }
  .c-timeline__item--grey-bar {
    padding-bottom: 100px;
  }
  .c-timeline__item--grey-bar::after {
    content: "";
    display: block;
    height: 155px;
    width: 16px;
    background: #575756;
    position: absolute;
    top: 0;
    left: 32px;
    background-image: url("images/dashed_vertical.png");
    background-repeat: repeat-y;
    background-position: 6px;
    z-index: 1;
  }
  .c-timeline__item--red-bar {
    padding-bottom: 60px;
  }
  .c-timeline__item--red-bar::after {
    content: "";
    display: block;
    height: 1230px;
    width: 16px;
    background: #E55A2B;
    position: absolute;
    top: 0;
    left: 32px;
    background-image: url("images/dashed_vertical.png");
    background-repeat: repeat-y;
    background-position: 6px;
    z-index: 1;
  }
  .c-timeline__item--red-bar-mob::after {
    content: "";
    display: block;
    height: 730px;
    width: 16px;
    background: #E55A2B;
    position: absolute;
    bottom: 20px;
    left: 32px;
    background-image: url("images/dashed_vertical.png");
    background-repeat: repeat-y;
    background-position: 6px;
    z-index: 1;
  }
  .c-timeline__item--yellow-bar::after {
    content: "";
    display: block;
    height: 600px;
    width: 16px;
    background: #F2BE11;
    position: absolute;
    top: 0;
    left: 32px;
    background-image: url("images/dashed_vertical.png");
    background-repeat: repeat-y;
    background-position: 6px;
  }
  .c-timeline__item--yellow-bar-mob::after {
    content: "";
    display: block;
    height: 430px;
    width: 16px;
    background: #F2BE11;
    position: absolute;
    bottom: -30px;
    left: 32px;
    background-image: url("images/dashed_vertical.png");
    background-repeat: repeat-y;
    background-position: 6px;
    z-index: 1;
  }
}
.c-timeline__item-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  white-space: normal;
  color: #000;
  z-index: 2;
}

@media (max-width: 1200px) {
  .c-timeline__item-content {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .c-timeline__item-content {
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 350px;
  }
  .c-timeline__item-content--top {
    top: -6px;
    transform: translateY(-100%);
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .c-timeline__item-content--right {
    align-items: flex-end;
    text-align: right;
  }
}
.c-timeline__marker {
  display: flex;
}

@media (max-width: 1200px) {
  .c-timeline__marker {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: start;
  }
  .c-timeline__marker--mob {
    visibility: hidden;
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .c-timeline__marker {
    height: 80px;
    align-items: flex-end;
    margin-bottom: 16px;
  }
  .c-timeline__marker--top {
    align-items: flex-start;
    margin: 12px 0 0 0;
  }
  .c-timeline__marker--right {
    justify-content: flex-end;
  }
  .c-timeline__marker--mb {
    margin-bottom: 8px;
  }
  .c-timeline__marker--bar-sm {
    height: 40px;
  }
  .c-timeline__marker--bar-xl {
    height: 160px;
  }
  .c-timeline__marker--bar-xxl {
    height: 180px;
  }
}
.c-timeline__text {
  font-size: 1.4rem;
  margin: 0;
  max-width: 99%;
}

@media (max-width: 1200px) {
  .c-timeline__text {
    padding-left: 100px;
    position: relative;
    top: -45px;
    font-size: 1.6rem;
  }
  .c-timeline__text--grey-bar {
    margin-left: 11px;
    padding-left: 15px;
    position: relative;
  }
  .c-timeline__text--grey-bar::after {
    content: "";
    display: block;
    background: #575756;
    height: 100%;
    width: 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-timeline__text--mob {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .c-timeline__text--xs {
    font-size: 1.4rem;
  }
  .c-timeline__text--grey-bar {
    margin-left: 11px;
    padding-left: 15px;
    position: relative;
  }
  .c-timeline__text--grey-bar::after {
    content: "";
    display: block;
    background: #575756;
    height: 60px;
    width: 8px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-timeline__text--no-bar {
    margin-left: 11px;
    position: relative;
  }
  .c-timeline__text--nb-right {
    margin-right: 11px;
    position: relative;
  }
  .c-timeline__text--bk-blue {
    background: #0099D7;
    padding: 10px;
    color: white;
    width: 100%;
    text-align: center;
  }
  .c-timeline__text--1982 {
    position: relative;
    left: 100px;
  }
  .c-timeline__text--2013 {
    position: relative;
    top: 105px;
  }
}
.c-timeline__sub-text {
  display: block;
  margin-top: 35px;
}

@media (min-width: 1200px) {
  .c-timeline__sub-text::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    position: absolute;
    background: #000;
    top: 48px;
    left: -1px;
  }
  .c-timeline__sub-text--revert::after {
    right: 4px;
    left: auto;
  }
}
.c-timeline__year {
  display: inline-block;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  position: relative;
}

@media (max-width: 1200px) {
  .c-timeline__year {
    padding: 8px 20px;
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .c-timeline__year {
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: auto 30px 0 0;
  }
  .c-timeline__year::before {
    content: "";
    height: 16px;
    width: 16px;
    display: block;
    z-index: 2;
    position: absolute;
    right: -22px;
    top: -82px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #F2BE11;
  }
  .c-timeline__year::after {
    content: "";
    height: 90px;
    width: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: -70px;
    right: -15px;
  }
  .c-timeline__year--xs {
    font-size: 1.4rem;
  }
  .c-timeline__year--top {
    margin: 0 30px auto 0;
  }
  .c-timeline__year--top::before {
    top: auto;
    bottom: -82px;
  }
  .c-timeline__year--top::after {
    top: 0;
    bottom: auto;
  }
  .c-timeline__year--blue::before {
    background: #0099D7;
  }
  .c-timeline__year--revert {
    margin: auto 0 0 25px;
  }
  .c-timeline__year--revert::before {
    right: auto;
    left: -22px;
  }
  .c-timeline__year--revert::after {
    right: auto;
    left: -15px;
  }
  .c-timeline__year--top-right {
    margin: 0 0 auto 15px;
  }
  .c-timeline__year--top-right::before {
    top: auto;
    bottom: -82px;
    right: auto;
    left: -22px;
  }
  .c-timeline__year--top-right::after {
    top: 0;
    bottom: auto;
    right: auto;
    left: -15px;
  }
  .c-timeline__year--bar-sm::before {
    content: "";
    right: -22px;
    top: -42px;
  }
  .c-timeline__year--bar-sm::after {
    content: "";
    height: 55px;
    top: -38px;
    right: -15px;
  }
  .c-timeline__year--bar-xl::before {
    content: "";
    right: -22px;
    top: -162px;
  }
  .c-timeline__year--bar-xl::after {
    content: "";
    height: 170px;
    width: 1px;
    top: -150px;
    right: -15px;
  }
  .c-timeline__year--bar-xxl::before {
    content: "";
    right: -22px;
    top: -182px;
  }
  .c-timeline__year--bar-xxl::after {
    content: "";
    height: 190px;
    width: 1px;
    top: -170px;
    right: -15px;
  }
  .c-timeline__year--bar-smTop::before {
    top: auto;
    bottom: -42px;
  }
  .c-timeline__year--bar-smTop::after {
    top: 0;
    bottom: auto;
    height: 55px;
  }
}
@media (max-width: 1200px) {
  .c-timeline__container-icon {
    background: white;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.75);
  }
}
.c-timeline__icon {
  display: inline-block;
}

@media (max-width: 1200px) {
  .c-timeline__icon {
    max-width: 90%;
  }
}
.c-timeline__image {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .c-timeline__image {
    padding: 0 !important;
    display: block;
    position: relative;
    margin-left: 98px;
    top: 28px;
  }
  .c-timeline__image--2018a {
    margin: 0 0 0 0;
    padding-bottom: 10px !important;
  }
}
@media (min-width: 1200px) {
  .c-timeline__image--1918 {
    position: absolute;
    left: -190px;
    top: 2px;
  }
  .c-timeline__image--1935 {
    position: absolute;
    right: -120px;
    top: 0;
  }
  .c-timeline__image--1975 {
    position: absolute;
    left: -135px;
    top: 0;
  }
  .c-timeline__image--1982 {
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-timeline__image--1983 {
    position: absolute;
    bottom: 0;
  }
  .c-timeline__image--1996 {
    min-width: 250px;
    left: -75px;
    position: relative;
  }
  .c-timeline__image--1997 {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .c-timeline__image--2004 {
    position: absolute;
    top: -70px;
    right: -108px;
  }
  .c-timeline__image--2013 {
    position: absolute;
    left: 10px;
    top: 90px;
  }
  .c-timeline__image--2018a {
    position: absolute;
    left: -30px;
    top: -35px;
  }
  .c-timeline__image--2018b {
    padding: 10px;
  }
  .c-timeline__image--2020 {
    position: absolute;
    left: -18px;
    top: 168px;
  }
}
.c-timeline__title {
  display: block;
  clear: both;
  color: #0099D7;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: "Open Sans Bold", sans-serif;
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .c-timeline__title {
    font-size: 1.4rem;
  }
}
.c-timeline__main-title {
  font-family: "Open Sans", sans-serif;
  color: #0099D7;
  font-size: 2.5rem;
  white-space: normal;
  z-index: 2;
}

@media (max-width: 1200px) {
  .c-timeline__main-title {
    padding-left: 90px;
  }
}
@media (min-width: 1200px) {
  .c-timeline__main-title {
    position: absolute;
    top: -255px;
    width: 520px;
    left: -74px;
  }
  .c-timeline__main-title--b {
    left: -125px;
  }
  .c-timeline__main-title--c {
    left: 30px;
  }
}
.c-timeline__info {
  font-family: "Open Sans", sans-serif;
  white-space: normal;
  z-index: 2;
}

@media (min-width: 1200px) {
  .c-timeline__info {
    position: absolute;
    width: 176px;
    right: 0;
    top: 182px;
    text-align: right;
    font-size: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .c-timeline__info {
    margin-left: 95px;
    position: relative;
  }
  .c-timeline__arrows {
    display: none;
  }
}
.c-timeline__info::before {
  content: "";
  display: block;
  background: #E55A2B;
  height: 100%;
  width: 8px;
  position: absolute;
  top: 0;
}

@media (max-width: 1200px) {
  .c-timeline__info::before {
    left: -15px;
  }
}
@media (min-width: 1200px) {
  .c-timeline__info::before {
    height: 60px;
    right: -15px;
  }
}
.c-timeline__info2 {
  font-family: "Open Sans", sans-serif;
  white-space: normal;
  z-index: 2;
}

@media (max-width: 1200px) {
  .c-timeline__info2 {
    margin-left: 120px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .c-timeline__info2 {
    position: absolute;
    width: 170px;
    left: 0;
    top: 20px; /*60*/
    font-size: 1.4rem;
  }
}
.c-timeline__info2::before {
  content: "";
  display: block;
  background: #F2BE11;
  height: 188px;
  width: 8px;
  position: absolute;
  top: 28px;
  left: -15px;
}

@media (max-width: 1200px) {
  .c-timeline__info2::before {
    height: 88%;
  }
}
.c-timeline__info2-year {
  font-family: "Open Sans Bold", sans-serif;
  display: block;
  position: relative;
  left: -15px;
  margin-bottom: 5px;
}

.c-timeline__icon-start {
  position: absolute;
}

@media (min-width: 1200px) {
  .c-timeline__icon-start {
    top: -5px;
    left: -50px;
  }
}
@media (max-width: 1200px) {
  .c-timeline__icon-start {
    top: -43px;
    left: 13px;
    transform: rotate(90deg);
  }
}
/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.c-timeline__arrows {
  z-index: 2;
  text-align: center;
  width: 100%;
  margin: 0 auto 20px;
}

.c-timeline__arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

.c-timeline__arrow--prev {
  margin-right: 5px;
}

.c-timeline__arrow.disabled {
  opacity: 0.6;
}

/* HELPERS */
.mv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mh-10 {
  padding-left: 10px;
  padding-right: 10px;
}

/*timeline zoom texto*/
.text-zoomx2 .c-timeline__item {
  min-width: 15rem;
}

.text-zoomx2 .c-timeline__arrows {
  text-align: left;
  z-index: 4;
  position: absolute;
  bottom: 0.2rem;
}

.text-zoomx2 .c-timeline.c-timeline--innovation {
  height: 800px;
  padding-top: 25rem;
}

/*Timeline cronograma*/
@media (max-width: 1200px) {
  .c-timeline.cronograma {
    white-space: initial;
  }
}
@media (max-width: 1200px) {
  .c-timeline.cronograma .c-timeline__container {
    background-position: 6px 0;
  }
}
@media (min-width: 1200px) {
  .c-timeline.cronograma .c-timeline__container {
    padding: 20px 0 255px 0;
  }
}
@media (min-width: 1200px) {
  .c-timeline.cronograma .c-timeline__container:after {
    top: 8%;
  }
}
@media (max-width: 1200px) {
  .c-timeline.cronograma .c-timeline__container-icon {
    display: none;
  }
}
.c-timeline.cronograma .c-timeline__item {
  display: inline-block;
}
@media (max-width: 1200px) {
  .c-timeline.cronograma .c-timeline__item {
    width: 99%;
  }
}
@media (max-width: 1200px) {
  .c-timeline.cronograma .c-timeline__item-content {
    display: flex;
    flex-direction: column;
  }
}
.c-timeline.cronograma .c-timeline__marker {
  margin-bottom: 0;
  height: 10px;
}
.c-timeline.cronograma .c-timeline__marker time.c-timeline__year::after {
  display: none;
}
.c-timeline.cronograma .c-timeline__marker time.c-timeline__year::before {
  background: #197EAE;
  right: -127px;
  top: -26px;
}
@media (max-width: 1200px) {
  .c-timeline.cronograma .c-timeline__marker time.c-timeline__year::before {
    content: "";
    height: 16px;
    width: 16px;
    display: block;
    z-index: 2;
    position: absolute;
    right: auto;
    left: -2rem;
    top: 53px;
    border-radius: 100%;
    border: 1px solid #fff;
  }
}
.c-timeline.cronograma .c-timeline__content {
  background: #fff;
  text-align: center;
  padding: 2rem;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1200px) {
  .c-timeline.cronograma .c-timeline__content {
    margin-bottom: 2rem;
    text-align: left;
  }
}
.c-timeline.cronograma .c-timeline__content .c-timeline__hour {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 24px;
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  .c-timeline.cronograma .c-timeline__content .c-timeline__hour {
    justify-content: flex-start;
  }
}
.c-timeline.cronograma .c-timeline__content .c-timeline__hour p.hour {
  margin-left: 0.3rem;
}
@media (max-width: 1200px) {
  .c-timeline.cronograma .c-timeline__content .c-timeline__text {
    padding-left: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .c-timeline.cronograma .c-timeline__arrows {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 2rem;
  }
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow {
  width: 55px;
  height: 55px;
  position: relative;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--prev {
  border: 1px solid #0099D7;
  background: #197EAE;
  margin-right: 0;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--prev::before {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  width: 23px;
  height: 2px;
  left: 17px;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--prev::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  top: 20px;
  left: 17px;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--prev.disabled {
  background: #fff;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--prev.disabled::before {
  border-top: 2px solid #197EAE;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--prev.disabled::after {
  border-bottom: 2px solid #197EAE;
  border-left: 2px solid #197EAE;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--next {
  border: 1px solid #197EAE;
  background: #197EAE;
  transition: all 0.2s ease;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--next::before {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  width: 23px;
  height: 2px;
  left: 13px;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--next::after {
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  top: 20px;
  right: 17px;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--next.disabled {
  background: #fff;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--next.disabled::before {
  border-top: 2px solid #197EAE;
}
.c-timeline.cronograma .c-timeline__arrows button.c-timeline__arrow--next.disabled::after {
  border-top: 2px solid #197EAE;
  border-right: 2px solid #197EAE;
}

/*FIN Timeline cronograma*/
/*******************************
    Circle chart 
********************************/
.c-progress {
  width: 15rem;
  height: 15rem;
  line-height: 15rem;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.c-progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.4rem solid #BFBFBF;
  position: absolute;
  top: 0;
  left: 0;
}
.c-progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-progress .c-progress-left {
  left: 0;
}
.c-progress .c-progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 1.4rem;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #009AD8;
}
.c-progress .c-progress-left .c-progress-bar {
  left: 100%;
  border-top-right-radius: 7.5rem;
  border-bottom-right-radius: 7.5rem;
  border-left: 0;
  transform-origin: center left;
}
.c-progress .c-progress-right {
  right: 0;
}
.c-progress .c-progress-right .c-progress-bar {
  left: -100%;
  border-top-left-radius: 7.5rem;
  border-bottom-left-radius: 7.5rem;
  border-right: 0;
  transform-origin: center right;
}
.c-progress .c-progress-info {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.c-progress .c-progress-info img {
  height: 60px;
  width: auto;
}
.c-progress .c-progress-info span span.paragraph--small {
  font-size: 1.8rem;
}

/*circulo rojo*/
.c-progress-red .c-progress-bar {
  border-color: #CF3B3B;
}

.c-progress-value {
  display: none;
}

/* Este bucle crea los nombres de animación CSS necesarios
Debemos usar las animaciones en cada lado. 
*/
.c-progress[data-percentage="1"] .c-progress-right .c-progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.c-progress[data-percentage="1"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="2"] .c-progress-right .c-progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.c-progress[data-percentage="2"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="3"] .c-progress-right .c-progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.c-progress[data-percentage="3"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="4"] .c-progress-right .c-progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.c-progress[data-percentage="4"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="5"] .c-progress-right .c-progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.c-progress[data-percentage="5"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="6"] .c-progress-right .c-progress-bar {
  animation: loading-6 1.5s linear forwards;
}
.c-progress[data-percentage="6"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="7"] .c-progress-right .c-progress-bar {
  animation: loading-7 1.5s linear forwards;
}
.c-progress[data-percentage="7"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="8"] .c-progress-right .c-progress-bar {
  animation: loading-8 1.5s linear forwards;
}
.c-progress[data-percentage="8"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="9"] .c-progress-right .c-progress-bar {
  animation: loading-9 1.5s linear forwards;
}
.c-progress[data-percentage="9"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="10"] .c-progress-right .c-progress-bar {
  animation: loading-10 1.5s linear forwards;
}
.c-progress[data-percentage="10"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="11"] .c-progress-right .c-progress-bar {
  animation: loading-11 1.5s linear forwards;
}
.c-progress[data-percentage="11"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="12"] .c-progress-right .c-progress-bar {
  animation: loading-12 1.5s linear forwards;
}
.c-progress[data-percentage="12"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="13"] .c-progress-right .c-progress-bar {
  animation: loading-13 1.5s linear forwards;
}
.c-progress[data-percentage="13"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="14"] .c-progress-right .c-progress-bar {
  animation: loading-14 1.5s linear forwards;
}
.c-progress[data-percentage="14"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="15"] .c-progress-right .c-progress-bar {
  animation: loading-15 1.5s linear forwards;
}
.c-progress[data-percentage="15"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="16"] .c-progress-right .c-progress-bar {
  animation: loading-16 1.5s linear forwards;
}
.c-progress[data-percentage="16"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="17"] .c-progress-right .c-progress-bar {
  animation: loading-17 1.5s linear forwards;
}
.c-progress[data-percentage="17"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="18"] .c-progress-right .c-progress-bar {
  animation: loading-18 1.5s linear forwards;
}
.c-progress[data-percentage="18"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="19"] .c-progress-right .c-progress-bar {
  animation: loading-19 1.5s linear forwards;
}
.c-progress[data-percentage="19"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="20"] .c-progress-right .c-progress-bar {
  animation: loading-20 1.5s linear forwards;
}
.c-progress[data-percentage="20"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="21"] .c-progress-right .c-progress-bar {
  animation: loading-21 1.5s linear forwards;
}
.c-progress[data-percentage="21"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="22"] .c-progress-right .c-progress-bar {
  animation: loading-22 1.5s linear forwards;
}
.c-progress[data-percentage="22"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="23"] .c-progress-right .c-progress-bar {
  animation: loading-23 1.5s linear forwards;
}
.c-progress[data-percentage="23"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="24"] .c-progress-right .c-progress-bar {
  animation: loading-24 1.5s linear forwards;
}
.c-progress[data-percentage="24"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="25"] .c-progress-right .c-progress-bar {
  animation: loading-25 1.5s linear forwards;
}
.c-progress[data-percentage="25"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="26"] .c-progress-right .c-progress-bar {
  animation: loading-26 1.5s linear forwards;
}
.c-progress[data-percentage="26"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="27"] .c-progress-right .c-progress-bar {
  animation: loading-27 1.5s linear forwards;
}
.c-progress[data-percentage="27"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="28"] .c-progress-right .c-progress-bar {
  animation: loading-28 1.5s linear forwards;
}
.c-progress[data-percentage="28"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="29"] .c-progress-right .c-progress-bar {
  animation: loading-29 1.5s linear forwards;
}
.c-progress[data-percentage="29"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="30"] .c-progress-right .c-progress-bar {
  animation: loading-30 1.5s linear forwards;
}
.c-progress[data-percentage="30"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="31"] .c-progress-right .c-progress-bar {
  animation: loading-31 1.5s linear forwards;
}
.c-progress[data-percentage="31"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="32"] .c-progress-right .c-progress-bar {
  animation: loading-32 1.5s linear forwards;
}
.c-progress[data-percentage="32"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="33"] .c-progress-right .c-progress-bar {
  animation: loading-33 1.5s linear forwards;
}
.c-progress[data-percentage="33"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="34"] .c-progress-right .c-progress-bar {
  animation: loading-34 1.5s linear forwards;
}
.c-progress[data-percentage="34"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="35"] .c-progress-right .c-progress-bar {
  animation: loading-35 1.5s linear forwards;
}
.c-progress[data-percentage="35"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="36"] .c-progress-right .c-progress-bar {
  animation: loading-36 1.5s linear forwards;
}
.c-progress[data-percentage="36"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="37"] .c-progress-right .c-progress-bar {
  animation: loading-37 1.5s linear forwards;
}
.c-progress[data-percentage="37"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="38"] .c-progress-right .c-progress-bar {
  animation: loading-38 1.5s linear forwards;
}
.c-progress[data-percentage="38"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="39"] .c-progress-right .c-progress-bar {
  animation: loading-39 1.5s linear forwards;
}
.c-progress[data-percentage="39"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="40"] .c-progress-right .c-progress-bar {
  animation: loading-40 1.5s linear forwards;
}
.c-progress[data-percentage="40"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="41"] .c-progress-right .c-progress-bar {
  animation: loading-41 1.5s linear forwards;
}
.c-progress[data-percentage="41"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="42"] .c-progress-right .c-progress-bar {
  animation: loading-42 1.5s linear forwards;
}
.c-progress[data-percentage="42"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="43"] .c-progress-right .c-progress-bar {
  animation: loading-43 1.5s linear forwards;
}
.c-progress[data-percentage="43"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="44"] .c-progress-right .c-progress-bar {
  animation: loading-44 1.5s linear forwards;
}
.c-progress[data-percentage="44"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="45"] .c-progress-right .c-progress-bar {
  animation: loading-45 1.5s linear forwards;
}
.c-progress[data-percentage="45"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="46"] .c-progress-right .c-progress-bar {
  animation: loading-46 1.5s linear forwards;
}
.c-progress[data-percentage="46"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="47"] .c-progress-right .c-progress-bar {
  animation: loading-47 1.5s linear forwards;
}
.c-progress[data-percentage="47"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="48"] .c-progress-right .c-progress-bar {
  animation: loading-48 1.5s linear forwards;
}
.c-progress[data-percentage="48"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="49"] .c-progress-right .c-progress-bar {
  animation: loading-49 1.5s linear forwards;
}
.c-progress[data-percentage="49"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="50"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="50"] .c-progress-left .c-progress-bar {
  animation: 0;
}

.c-progress[data-percentage="51"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="51"] .c-progress-left .c-progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="52"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="52"] .c-progress-left .c-progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="53"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="53"] .c-progress-left .c-progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="54"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="54"] .c-progress-left .c-progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="55"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="55"] .c-progress-left .c-progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="56"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="56"] .c-progress-left .c-progress-bar {
  animation: loading-6 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="57"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="57"] .c-progress-left .c-progress-bar {
  animation: loading-7 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="58"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="58"] .c-progress-left .c-progress-bar {
  animation: loading-8 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="59"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="59"] .c-progress-left .c-progress-bar {
  animation: loading-9 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="60"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="60"] .c-progress-left .c-progress-bar {
  animation: loading-10 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="61"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="61"] .c-progress-left .c-progress-bar {
  animation: loading-11 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="62"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="62"] .c-progress-left .c-progress-bar {
  animation: loading-12 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="63"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="63"] .c-progress-left .c-progress-bar {
  animation: loading-13 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="64"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="64"] .c-progress-left .c-progress-bar {
  animation: loading-14 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="65"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="65"] .c-progress-left .c-progress-bar {
  animation: loading-15 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="66"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="66"] .c-progress-left .c-progress-bar {
  animation: loading-16 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="67"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="67"] .c-progress-left .c-progress-bar {
  animation: loading-17 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="68"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="68"] .c-progress-left .c-progress-bar {
  animation: loading-18 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="69"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="69"] .c-progress-left .c-progress-bar {
  animation: loading-19 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="70"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="70"] .c-progress-left .c-progress-bar {
  animation: loading-20 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="71"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="71"] .c-progress-left .c-progress-bar {
  animation: loading-21 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="72"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="72"] .c-progress-left .c-progress-bar {
  animation: loading-22 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="73"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="73"] .c-progress-left .c-progress-bar {
  animation: loading-23 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="74"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="74"] .c-progress-left .c-progress-bar {
  animation: loading-24 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="75"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="75"] .c-progress-left .c-progress-bar {
  animation: loading-25 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="76"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="76"] .c-progress-left .c-progress-bar {
  animation: loading-26 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="77"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="77"] .c-progress-left .c-progress-bar {
  animation: loading-27 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="78"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="78"] .c-progress-left .c-progress-bar {
  animation: loading-28 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="79"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="79"] .c-progress-left .c-progress-bar {
  animation: loading-29 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="80"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="80"] .c-progress-left .c-progress-bar {
  animation: loading-30 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="81"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="81"] .c-progress-left .c-progress-bar {
  animation: loading-31 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="82"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="82"] .c-progress-left .c-progress-bar {
  animation: loading-32 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="83"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="83"] .c-progress-left .c-progress-bar {
  animation: loading-33 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="84"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="84"] .c-progress-left .c-progress-bar {
  animation: loading-34 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="85"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="85"] .c-progress-left .c-progress-bar {
  animation: loading-35 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="86"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="86"] .c-progress-left .c-progress-bar {
  animation: loading-36 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="87"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="87"] .c-progress-left .c-progress-bar {
  animation: loading-37 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="88"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="88"] .c-progress-left .c-progress-bar {
  animation: loading-38 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="89"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="89"] .c-progress-left .c-progress-bar {
  animation: loading-39 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="90"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="90"] .c-progress-left .c-progress-bar {
  animation: loading-40 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="91"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="91"] .c-progress-left .c-progress-bar {
  animation: loading-41 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="92"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="92"] .c-progress-left .c-progress-bar {
  animation: loading-42 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="93"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="93"] .c-progress-left .c-progress-bar {
  animation: loading-43 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="94"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="94"] .c-progress-left .c-progress-bar {
  animation: loading-44 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="95"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="95"] .c-progress-left .c-progress-bar {
  animation: loading-45 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="96"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="96"] .c-progress-left .c-progress-bar {
  animation: loading-46 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="97"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="97"] .c-progress-left .c-progress-bar {
  animation: loading-47 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="98"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="98"] .c-progress-left .c-progress-bar {
  animation: loading-48 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="99"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="99"] .c-progress-left .c-progress-bar {
  animation: loading-49 1.5s linear forwards 1.5s;
}

.c-progress[data-percentage="100"] .c-progress-right .c-progress-bar {
  animation: loading-50 1.5s linear forwards;
}
.c-progress[data-percentage="100"] .c-progress-left .c-progress-bar {
  animation: loading-50 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3.6deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(7.2deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10.8deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(14.4deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(18deg);
  }
}
@keyframes loading-6 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(21.6deg);
  }
}
@keyframes loading-7 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25.2deg);
  }
}
@keyframes loading-8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(28.8deg);
  }
}
@keyframes loading-9 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(32.4deg);
  }
}
@keyframes loading-10 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-11 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(39.6deg);
  }
}
@keyframes loading-12 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(43.2deg);
  }
}
@keyframes loading-13 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(46.8deg);
  }
}
@keyframes loading-14 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(50.4deg);
  }
}
@keyframes loading-15 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(54deg);
  }
}
@keyframes loading-16 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(57.6deg);
  }
}
@keyframes loading-17 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(61.2deg);
  }
}
@keyframes loading-18 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(64.8deg);
  }
}
@keyframes loading-19 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(68.4deg);
  }
}
@keyframes loading-20 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(72deg);
  }
}
@keyframes loading-21 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(75.6deg);
  }
}
@keyframes loading-22 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(79.2deg);
  }
}
@keyframes loading-23 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(82.8deg);
  }
}
@keyframes loading-24 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(86.4deg);
  }
}
@keyframes loading-25 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loading-26 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(93.6deg);
  }
}
@keyframes loading-27 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(97.2deg);
  }
}
@keyframes loading-28 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(100.8deg);
  }
}
@keyframes loading-29 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(104.4deg);
  }
}
@keyframes loading-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(108deg);
  }
}
@keyframes loading-31 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(111.6deg);
  }
}
@keyframes loading-32 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(115.2deg);
  }
}
@keyframes loading-33 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(118.8deg);
  }
}
@keyframes loading-34 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(122.4deg);
  }
}
@keyframes loading-35 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}
@keyframes loading-36 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(129.6deg);
  }
}
@keyframes loading-37 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(133.2deg);
  }
}
@keyframes loading-38 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(136.8deg);
  }
}
@keyframes loading-39 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(140.4deg);
  }
}
@keyframes loading-40 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-41 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(147.6deg);
  }
}
@keyframes loading-42 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(151.2deg);
  }
}
@keyframes loading-43 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(154.8deg);
  }
}
@keyframes loading-44 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(158.4deg);
  }
}
@keyframes loading-45 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(162deg);
  }
}
@keyframes loading-46 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(165.6deg);
  }
}
@keyframes loading-47 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(169.2deg);
  }
}
@keyframes loading-48 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(172.8deg);
  }
}
@keyframes loading-49 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(176.4deg);
  }
}
@keyframes loading-50 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/*******************************
    Lines 
********************************/
.infographic--left-line {
  border-left: #009AD8 0.1rem solid;
  padding: 1.5rem;
}
.infographic--left-line .texto_izquierda img {
  margin: 0;
}
.infographic--left-line span.title_medium {
  font-size: 1.5rem;
}
.infographic--right-line {
  border-right: #009AD8 0.1rem solid;
  padding: 1.5rem;
}
.infographic--right-line .texto_derecha img {
  margin: 0;
}
.infographic--right-line span.title_medium {
  font-size: 1.5rem;
}
.infographic--right-line.last {
  border-right: 0;
}
.infographic--left-line-red {
  border-left: #CF3B3B 0.1rem solid;
  padding: 1.5rem;
}
.infographic--left-line-red .texto_izquierda img {
  margin: 0;
}
.infographic--left-line-red span.title_medium {
  font-size: 1.5rem;
}
.infographic--right-line-red {
  border-right: #CF3B3B 0.1rem solid;
  padding: 1.5rem;
}
.infographic--right-line-red .texto_derecha img {
  margin: 0;
}
.infographic--right-line-red span.title_medium {
  font-size: 1.5rem;
}

.col-md-2.infographic--right-line {
  padding: 0 0.5rem 0 1rem;
}

/*******************************
    Circle chart  3 colors
********************************/
@keyframes bake-pie {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
.article-block .pie-chart {
  font-family: "Open Sans", Arial;
}
.article-block .pie-chart__pie {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0px auto;
}
.article-block .pie-chart__pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 180px;
  height: 180px;
  background: #FFF;
  border-radius: 50%;
  top: 10px;
  left: 10px;
}
.article-block .slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 103px);
  animation: bake-pie 1s;
}
.article-block .slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 103px);
}
.article-block .pie-info {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -50px;
  z-index: 9;
  text-align: center;
}
.article-block .pie-info p {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 1.1;
  font-weight: 600;
}
.article-block .pie-info p:last-child {
  margin-bottom: 0;
}
.article-block .pie-info strong {
  font-family: "Open Sans", sans-serif;
}
.article-block .pie-chart__legend {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.article-block .pie-chart__legend li {
  margin: 1.5em 0 !important;
  padding-left: 1em;
  border-left: 0.3em solid black;
  text-align: left;
  width: 50%;
}
.article-block .pie-chart__legend li:first-child {
  width: 100%;
}
.article-block .pie-chart__legend strong {
  display: block;
  font-size: 2.7rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}
.article-block .pie-chart__legend strong:after {
  content: "%";
}
.article-block .pie-charts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 500px) {
  .article-block .pie-charts {
    flex-direction: column;
  }
}

/*******************************
    Dotted infographics
********************************/
.c-dotted-infografics-template {
  width: 100%;
  overflow-x: auto;
}
@media (min-width: 1200px) {
  .c-dotted-infografics-template {
    overflow-x: hidden;
  }
}
.c-dotted-infografics-template ul {
  text-align: left;
}
.c-dotted-infografics-template ul li {
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: 11.5rem;
  margin-bottom: 0;
  margin-left: 0;
}
.c-dotted-infografics-template ul li:last-child {
  text-align: left;
}
.c-dotted-infografics-template ul li .texto_aclarativo {
  font-size: 1.6rem;
}
.c-dotted-infografics-template .dotted-infografics-container {
  background: linear-gradient(90deg, #eee 11rem, #fff 11rem);
  padding: 1.5rem 1rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  min-width: 840px;
}
.c-dotted-infografics-template .dotted-infografics-container:last-child {
  margin: 0;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row {
  display: inline-block;
  border: 2.5px dotted #222222;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row.no-dotted {
  border: 0;
  padding: 0 2.5px;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container {
  margin-left: -0.8rem;
  width: auto;
  overflow: hidden;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table {
  border: 0;
  width: auto;
  min-width: auto;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0rem;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td {
  padding: 1rem 0.5rem 0.5rem;
  width: 100%;
  max-width: 10rem;
  border-right: 2.5px dotted #BFBFBF;
  border-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td:last-child, .c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td:first-child {
  border: 0;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td:first-child {
  color: #FFFFFF;
  margin-right: 1rem;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td.bgk-red {
  background-color: #ff1528;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td.bgk-dark-red {
  background-color: #91193a;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td.bgk-yellow {
  background-color: #cf8d2b;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td.bgk-dark-blue {
  background-color: #1d3767;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title {
  display: flex;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--yellow {
  color: #cf8d2b;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--green {
  color: #5d9a4d;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--red {
  color: #ff1528;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--dark-red {
  color: #91193a;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--pink {
  color: #c01a80;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--orange {
  color: #cc5a17;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--dark-green-3 {
  color: #5a7741;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--default {
  color: #197EAE;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--blue {
  color: #009AD8;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title--dark-blue {
  color: #1d3767;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title p {
  display: inline-block;
  font-size: 0.8rem;
  font-family: "Open Sans Bold", sans-serif;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0;
  letter-spacing: -0.5px;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td .title p:last-child {
  margin-left: 0.5rem;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td span {
  font-size: 2.7rem;
  line-height: 0.9;
  letter-spacing: -0.5px;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td img {
  margin-top: 1rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-row .table-container table tr td:nth-child(2) {
    padding-left: 1rem;
  }
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-info {
  line-height: 1;
  display: inline-block;
  margin-left: 0.5rem;
}
.c-dotted-infografics-template .dotted-infografics-container .dotted-infografics-info p {
  font-size: 1.2rem;
  letter-spacing: -0.5px;
}

/*******************************
    infographic pyramid
********************************/
.pyramid-lit {
  position: absolute;
  z-index: 1;
}

.pyramid__floating-message {
  position: absolute;
}

.pyramid__floating-message::before {
  color: #29c0f3;
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 712.02 712.02' version='1.1' preserveAspectRatio='xMinYMid' viewBox='0 0 712.02 712.02' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2327BCEA' d='m596.96 269.67-254.58-254.58c-20.079-20.079-52.644-20.079-72.723 0s-20.079 52.644 0 72.723l218.19 218.19-218.19 218.19c-20.079 20.079-20.079 52.644 0 72.723s52.644 20.079 72.723 0l254.58-254.58c20.079-20.029 20.079-52.593 0-72.672zm-306.1-15.416-202.11-213.02c-20.309-21.378-53.204-21.378-73.513 0s-20.309 56.058 0 77.462l165.37 174.29-165.37 174.29c-20.309 21.379-20.309 56.083 0 77.462s53.204 21.379 73.513 0l202.11-213.02c20.309-21.378 20.309-56.058 0-77.462z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  content: "";
  position: absolute;
  top: -1.8rem;
}

.pyramid-lit.pyramid-lit--15 {
  bottom: 0.3rem;
}

img.pyramid-img {
  width: 100%;
}

.pyramid__floating-message {
  font-size: 2.1rem;
  width: 21%;
  color: #29c0f3;
  top: 18%;
  left: 2%;
  line-height: 1.1;
}

.pyramid-wrap {
  position: relative;
}

.pyramid-main {
  position: relative;
}

.pyramid-lit.pyramid-lit--1 {
  top: 37%;
  left: 31%;
  color: #29c0f3;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.pyramid-lit.pyramid-lit--2 {
  top: 31%;
  right: 53%;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.pyramid-lit.pyramid-lit--3 {
  top: 34.5%;
  left: 49.5%;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.pyramid-lit.pyramid-lit--4 {
  top: 37%;
  left: 64%;
  color: #29c0f3;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.pyramid-lit.pyramid-lit--5 {
  top: 23%;
  left: 66%;
  color: #009ad8;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.pyramid-lit.pyramid-lit--6 {
  top: 60%;
  left: 22%;
  color: #29c0f3;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.pyramid-lit.pyramid-lit--7 {
  top: 57%;
  right: 53%;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.pyramid-lit.pyramid-lit--8 {
  top: 57%;
  left: 49.5%;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.pyramid-lit.pyramid-lit--9 {
  top: 60%;
  left: 72%;
  color: #29c0f3;
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.pyramid-lit.pyramid-lit--10 {
  top: 78%;
  right: 53%;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  text-align: right;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.pyramid-lit.pyramid-lit--11 {
  top: 78%;
  left: 49.5%;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: -0.4px;
  line-height: 1.4;
}

.pyramid-lit.pyramid-lit--12 {
  top: 72%;
  left: 82%;
  color: #8a8888;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.pyramid-lit.pyramid-lit--13 {
  top: 90.5%;
  left: 19%;
  color: #555;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.4;
}

.pyramid-lit.pyramid-lit--14 {
  top: 90.5%;
  right: 21%;
  color: #555;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.4;
}

@media only screen and (max-width: 1000px) {
  .pyramid-main {
    overflow: auto;
  }
  .pyramid-wrap {
    width: 1000px;
  }
}
/*******************************
    Infographic map
********************************/
.infografic-map--title {
  color: #009AD8;
  border-bottom: 1px solid #009AD8;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  letter-spacing: -0.5px;
}
.infografic-map--title.spacer-top {
  padding-top: 0rem;
}
@media (min-width: 1200px) {
  .infografic-map--title.spacer-top {
    padding-top: 2.5rem;
  }
}
.infografic-map--title p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 0 !important;
}
.infografic-map--title p:first-child {
  font-weight: 700;
  font-size: 3.2rem;
  margin-right: 0.5rem;
  line-height: 1.2;
  min-width: 2.8rem;
  text-align: center;
  border-bottom: solid 3px #009AD8;
  position: relative;
  top: 8px;
  line-height: 0.5;
  padding-bottom: 0.5rem;
}

.infografic-map--info {
  font-size: 1.2rem;
  line-height: 1.4;
}

ul.infografic-map--legend {
  width: 10rem;
  position: absolute;
  left: 0rem;
  bottom: 1rem;
  list-style: none;
}
ul.infografic-map--legend li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  display: inline-flex;
}
ul.infografic-map--legend li img {
  margin-right: 0.5rem !important;
  margin-bottom: 0 !important;
  height: 1rem !important;
}

/*******************************
    Circle chart  2 colors
********************************/
.infographic_two-colors {
  border-left: 5px solid #40b9ef;
  padding-left: 20px;
}
.infographic_two-colors .donut-chart--a {
  margin: 0px;
}
.infographic_two-colors .donut-chart__info {
  display: flex;
  align-items: center;
}
.infographic_two-colors .infographic_two-colors-legend {
  vertical-align: center;
}
.infographic_two-colors .infographic_two-colors-legend .infographic_two-colors-legend_item {
  text-align: left;
  max-width: 300px;
  position: relative;
  padding: 10px 0px;
}
.infographic_two-colors .infographic_two-colors-legend .infographic_two-colors-legend_item strong {
  font-size: 24px;
}
.infographic_two-colors .infographic_two-colors-legend .infographic_two-colors-legend_item.blue p {
  color: #40b9ef;
}
.infographic_two-colors .infographic_two-colors-legend .infographic_two-colors-legend_item.blue p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #40b9ef;
  height: 5px;
  width: 50px;
}
.infographic_two-colors .infographic_two-colors-legend .infographic_two-colors-legend_item.yellow p {
  color: #f5bf0d;
}
.infographic_two-colors .infographic_two-colors-legend .infographic_two-colors-legend_item.yellow p::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #f5bf0d;
  height: 5px;
  width: 50px;
}
.infographic_two-colors .infographic_two-colors-info strong {
  color: #40b9ef;
  font-size: 28px;
}

/*******************************
   Flow Chart
********************************/
.flowchart__global-container {
  padding-top: 2rem;
  max-width: 360px;
  margin: auto;
}

.circle-text-container {
  position: relative;
  display: inline-block;
  height: 380px;
  width: 100%;
  text-align: center;
}

.circle-container {
  width: 300px;
  height: 300px;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.circle__pie-logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 33.3%;
  right: 32.5%;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
}

.circle-segments-container {
  border: 2px solid #7d7a7a;
  display: inline-block;
  padding: 0.8rem;
  border-radius: 50%;
  position: relative;
}

.circle__pie-logo img {
  width: 100%;
  margin: 1rem auto;
}

.circle__pie {
  width: 150px;
  height: 150px;
  background: #fc0;
  position: absolute;
}

.circle__pie--first {
  background: #197EAE;
}

.circle__pie--second {
  background: #939393;
  border-left: 8px solid #fff;
  right: -0.6%;
}

.circle__pie--third {
  background: #939393;
  width: 200px;
  right: -19%;
  bottom: 12%;
  border-top: 8px solid #fff; /* IE 9 */
  transform: rotate(-19deg);
}

.circle__pie--fourth {
  background: #009AD8;
  height: 200px;
  width: 200px;
  bottom: -24%;
  right: 22%;
  border-right: 8px solid #fff; /* IE 9 */
  transform: rotate(-35deg);
}

.circle__pie--fifth {
  background: #197EAE;
  bottom: 0;
  height: 200px;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff; /* IE 9 */
  transform: rotate(35deg) skewY(-18deg);
  left: -21%;
  top: 32%;
}

.circle-segment-delimiter {
  width: 1.1rem;
  height: 0.5rem;
  background: #fff;
  border-right: 2px solid #7d7a7a;
  border-left: 2px solid #7d7a7a;
  position: absolute;
}

.circle-segment-delimiter--top {
  right: 47.4%;
  z-index: 1;
  top: -2px;
}

.circle-segment-delimiter--bottom-left {
  left: 17.5%;
  z-index: 1;
  bottom: 10.5%;
  transform: rotate(35.5deg);
}

.circle-segment-delimiter--bottom-left:after {
  content: "";
  left: 0%;
  z-index: 1;
  bottom: 0;
  position: absolute;
  background: #fff;
  width: 0.6rem;
  height: 1rem;
  margin-bottom: -0.1rem;
}

.circle-segment-delimiter--bottom-right {
  right: 16%;
  z-index: 1;
  bottom: 11.5%;
  transform: rotate(-41deg);
}

.circle-segment-delimiter--bottom-right:after {
  content: "";
  left: 0%;
  z-index: 1;
  bottom: 0;
  position: absolute;
  background: #fff;
  width: 0.6rem;
  height: 1rem;
  margin-bottom: -0.2rem;
}

.circle-segments-literal {
  position: absolute;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2rem;
}

.circle-segments-literal--left {
  position: absolute;
  top: 10%;
  transform: rotate(-46deg);
}

.circle-segments-literal--right {
  right: -6px;
  top: 10%;
  transform: rotate(46deg);
}

.circle-segments-literal--bottom {
  bottom: -26px;
  left: 39%;
}

.flowchart__container {
  margin-top: 3rem;
  position: relative;
  height: 300px;
  width: 100%;
  display: inline-block;
}

.flowchart__arrow-body {
  width: 100%;
  border-top: 0.2rem dotted black;
  position: relative;
}

.flowchart__arrow-head {
  width: 0px;
  height: 0px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 15px solid #030403;
  position: absolute;
  right: -18px;
  top: -5px;
}

.flowchart__plan-title {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}

.flowchart__plan-title--piechart {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -1rem;
  text-align: center;
}

.flowchart__plan-body-outline {
  border: 3px dotted #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  text-align: center;
}

.flowchart__plan-body-text p {
  width: 84px;
  font-size: 1rem;
  margin: 0 auto 0.5rem;
  line-height: 1.2rem;
}

.flowchart__plan-body-text p:last-child {
  margin-bottom: 0;
}

.flowchart__plan {
  position: absolute;
  bottom: 16%;
  transition: all 1s linear;
}

.flowchart__plan--a {
  left: 1%;
  top: 35%;
}

.flowchart__plan--a .flowchart__plan-title {
  width: 12rem;
}

.flowchart__plan--b {
  right: 1%;
}

.flowchart__arrow-container {
  transition: all 1s linear;
}

.flowchart__arrow-container--a {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: rotate(120deg);
  width: 120px;
}

.flowchart__arrow-container--b {
  position: absolute;
  top: 15%;
  right: 9%;
  transform: rotate(-120deg);
  width: 120px;
  /* transition: all 1s linear; */
}

.flowchart__arrow-container--c {
  position: absolute;
  bottom: 59%;
  left: 42%;
  width: 50px;
}

.circle__pie-info {
  background: transparent;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 6rem;
  z-index: 1;
  text-align: center;
}

.circle__pie-info p {
  font-size: 1.2rem;
  width: 80px;
}

.circle__pie-info--first {
  left: 20%;
  top: 11%;
}

.circle__pie-info--first.circle__pie-info p {
  width: 70px;
}

.circle__pie-info--second {
  right: 23%;
  top: 11%;
}

.circle__pie-info--third {
  right: 9%;
  top: 53%;
}

.circle__pie-info--fourth {
  right: 44%;
  bottom: 16%;
}

.circle__pie-info--fifth {
  left: 4%;
  bottom: 37%;
}

@media screen and (min-width: 768px) {
  .flowchart__global-container {
    max-width: 768px;
  }
  .circle-text-container {
    text-align: left;
    margin-top: 2rem;
    display: inline-block;
    width: 45%;
  }
  .flowchart__container {
    width: 50%;
  }
  .flowchart__plan-title--piechart {
    top: -4rem;
    margin-left: -5%;
  }
  .flowchart__plan--a {
    left: unset;
    right: 2.2%;
    top: -66%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 125px;
  }
  .flowchart__plan--b {
    left: unset;
    right: 2.2%;
    bottom: 0%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 125px;
  }
  .flowchart__arrow-container--a {
    transform: rotate(0deg);
    width: 330px;
    top: -10%;
    left: -29%;
  }
  .flowchart__arrow-container--b {
    transform: rotate(180deg);
    width: 230px;
    top: 56%;
    left: 2%;
  }
  .flowchart__arrow-container--c {
    width: 30px;
    transform: rotate(90deg);
    right: 14.5%;
    left: unset;
    bottom: 58%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .flowchart__plan--a {
    right: -64%;
    left: 20rem;
  }
  .flowchart__plan--a .flowchart__plan-title {
    width: 14rem;
    margin-left: 9rem;
  }
  .flowchart__arrow-container--b {
    left: 0;
  }
  .flowchart__arrow-container--c {
    left: 77.5%;
    right: 0;
  }
  .flowchart__plan--a .flowchart__plan-body-outline {
    position: relative;
    right: -40%;
  }
  .flowchart__plan-body-text {
    margin-left: -3%;
  }
}
/*Donut charts*/
.donut-chart__title {
  margin: 2rem 0 8rem;
  width: 100%;
  display: block;
  float: none;
}

.donut-chart__main-container {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .donut-chart__main-container {
    text-align: center;
    margin: 2rem 0 4rem;
  }
}
.donut-chart__main-container .donut-chart {
  margin: 4rem auto;
  position: relative;
}
.donut-chart__main-container .donut-chart.donut-chart--a {
  width: 250px;
  height: 250px;
}
@media (min-width: 992px) {
  .donut-chart__main-container .donut-chart.donut-chart--a {
    display: inline-block;
  }
}
.donut-chart__main-container .donut-chart.donut-chart--a .chart-dashed-line {
  border-top: 2px dashed #65c5eb;
  position: absolute;
}
.donut-chart__main-container .donut-chart.donut-chart--a .chart-dashed-line.chart-dashed-line--top-right {
  transform: rotate(-85deg);
  right: -130px;
  top: 300px;
  width: 290px;
}
@media (min-width: 992px) {
  .donut-chart__main-container .donut-chart.donut-chart--a .chart-dashed-line.chart-dashed-line--top-right {
    transform: rotate(-175deg);
    right: -171px;
    top: 16px;
    width: 290px;
  }
}
.donut-chart__main-container .donut-chart.donut-chart--a .chart-dashed-line.chart-dashed-line--bot-left {
  transform: rotate(85deg);
  left: -130px;
  top: 300px;
  width: 290px;
}
@media (min-width: 992px) {
  .donut-chart__main-container .donut-chart.donut-chart--a .chart-dashed-line.chart-dashed-line--bot-left {
    transform: rotate(-6deg);
    left: 52%;
    top: 229px;
  }
}
.donut-chart__main-container .donut-chart.donut-chart--b {
  width: 200px;
  height: 200px;
  margin: 16rem auto;
}
@media (min-width: 992px) {
  .donut-chart__main-container .donut-chart.donut-chart--b {
    display: inline-block;
    margin: 1rem 10rem;
  }
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text {
  position: absolute;
  font-weight: bold;
  font-size: 1.3rem;
  color: #929292;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--a {
  padding: 0 0.2rem;
  border-bottom: 2px solid #bbb;
  top: -47px;
  right: 13px;
  text-align: center;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--b {
  border-left: 2px solid #bbbbbb;
  border-bottom: 2px solid #bbbbbb;
  padding: 2rem 0.5rem 0.3rem 9.5rem;
  bottom: -85px;
  left: 90px;
  width: 247px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--c {
  top: -72px;
  right: 3px;
  border-bottom: 2px solid #bbbbbb;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--d {
  right: -77px;
  top: 60px;
  border-bottom: 2px solid #bbb;
  padding-left: 2rem;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--e {
  bottom: 0;
  right: -57px;
  border-bottom: 2px solid #bbb;
  padding-left: 2rem;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--f {
  left: -151px;
  border-left: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  padding: 5rem 0.5rem 0;
  bottom: -58px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--g {
  right: -63px;
  top: 43px;
  border-bottom: 2px solid #bbb;
  padding-left: 2rem;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--h {
  left: -60px;
  bottom: 44px;
  border-bottom: 2px solid #bbb;
  padding-right: 6rem;
  padding-left: 1rem;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-texthtml[lang=en] .dc__info-text--i {
  left: -76px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--i {
  left: -57px;
  top: -9px;
  border-bottom: 2px solid #bbb;
  padding-right: 0rem;
  padding-left: 0rem;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--j {
  bottom: 0;
  right: -45px;
  border-bottom: 2px solid #bbb;
  padding-left: 2rem;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text.dc__info-text--k {
  right: -64px;
  top: 60px;
  border-bottom: 2px solid #bbb;
  padding-left: 2rem;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__circle {
  position: absolute;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border-radius: 1rem;
  border: 2px solid #65c5eb;
  display: block;
  background: #fff;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__circle.dc__circle--a {
  bottom: -2px;
  left: -4px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__circle.dc__circle--b {
  top: -1px;
  left: -4px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__circle.dc__circle--c {
  bottom: -5px;
  left: -4px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__circle.dc__circle--d {
  position: absolute;
  left: -5px;
  bottom: -5px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__circle.dc__circle--e {
  top: -3px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__circle.dc__circle--f {
  top: -4px;
  left: -5px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__circle.dc__circle--g {
  right: 0;
  bottom: -5px;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__arrow.dc__arrow--a {
  border-left: 2px solid #bbb;
  height: 50px;
  position: absolute;
  left: 50%;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__arrow.dc__arrow--c {
  border-left: 2px solid #bbbbbb;
  height: 27px;
  bottom: -27px;
  position: absolute;
}
.donut-chart__main-container .donut-chart .donut-chart__info .dc__info-text .dc__arrow.dc__arrow--e {
  border-bottom: 2px solid #bbb;
  position: absolute;
  width: 36px;
  left: -34px;
  transform: rotate(26deg);
  bottom: 6px;
}
.donut-chart__main-container .donut-chart__footer {
  margin: 7rem 0 4rem;
  width: 100%;
  display: block;
  text-align: left;
}

/*End Donut charts*/
/*******************************
   lienas de accion
********************************/
.circulo__cabcera {
  background-color: #00bbf2;
  width: 40%;
  margin: 0 auto;
  position: absolute;
  top: -6%;
  right: 24%;
  padding: 1% 0 0 2%;
}

.circulo__cabcera img {
  vertical-align: middle;
}

.circulo__cabecera--texto {
  display: inline-block;
  margin: 0 0 2% 2%;
  vertical-align: middle;
}

.cabecera__texto--titulo {
  color: #ffffff;
  font-weight: bold;
}

.cabecera__texto {
  color: #ffffff;
  font-weight: "Open Sans", sans-serif;
}

.circulo__global-container {
  max-width: 768px;
  margin: 5% auto;
  border: 1px solid #d4d4d4;
  position: relative;
  padding: 5% 0;
}

.circulo-segmentos-container {
  display: inline-block;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
  bottom: 4%;
  left: auto;
}

.circulo {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  border: 1px solid #009AD8;
  background: #FFFFFF;
  display: inline;
  align-items: center;
}

.circulo__numero1 {
  top: 12%;
  left: 6%;
}

.circulo__numero2 {
  top: 12%;
  left: 67%;
}

.circulo__numero3 {
  top: 94%;
  left: 35%;
}

.circulo__numero4 {
  display: inline-block;
  position: relative;
}

.circulo__numero5 {
  display: inline-block;
  position: relative;
}

.rigth__texto-base--superior {
  display: inline-block;
  position: relative;
  max-width: 73%;
  margin: 0 0 0 5%;
}

.right__texto-base--inferior {
  display: inline-block;
  position: relative;
  max-width: 73%;
  margin: 0 0 0 5%;
}

.circulo__numero--texto {
  color: #009AD8;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}

.circulo-texto-container {
  position: relative;
  display: inline-block;
  height: 265px;
  width: 100%;
  text-align: center;
  background-color: rgb(242, 242, 242);
  top: 2rem;
}

.circulo-container {
  width: 300px;
  height: 300px;
  border: 3px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.circulo__base-logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 33.3%;
  right: 32.5%;
  border-radius: 50%;
  z-index: 1;
  background: #fff;
  box-shadow: inset 0 4px 7px rgba(0, 0, 0, 0.3);
}

.circulo__base-logo img {
  width: 100%;
  margin: 1rem auto;
}

.circulo__base {
  width: 150px;
  height: 150px;
  background: #fc0;
  position: absolute;
}

.circulo__base--primera-region {
  background: #fff;
  border-left: 4px solid #fff;
  right: 42%;
  width: 250px;
  height: 258px;
  transform: rotate(-83deg);
  -ms-transform: rotate(-83deg); /* IE 9 */
  bottom: 23%;
  box-shadow: 0 7px 7px #f2f2f2;
}

.circulo__base--segunda-region {
  background: #fff;
  border-left: 4px solid #f2f2f2;
  right: -32%;
  width: 274px;
  height: 202px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  bottom: 24%;
  box-shadow: 0 7px 7px #f2f2f2;
}

.circulo__base--tercera-region {
  background: #fff;
  height: 341px;
  width: 186px;
  bottom: -56%;
  right: 37%;
  border: 4px solid #f2f2f2;
  transform: rotate(44deg);
  -ms-transform: rotate(44deg); /* IE 9 */
  box-shadow: 0 7px 7px #f2f2f2;
}

.right__container {
  margin-top: 3rem;
  position: relative;
  height: 300px;
  width: 100%;
  display: inline-block;
}

.right__numero-sombra {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem;
  width: 37rem;
  height: 12rem;
  background-color: #f2f2f2;
  text-align: center;
  position: relative;
  left: 51%;
  padding-left: 12rem;
}

.right__numero-sombra2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem;
  width: 37rem;
  height: 12rem;
  background-color: #f2f2f2;
  text-align: center;
  position: relative;
  left: 51%;
}

.right__numero-body-text p:last-child {
  margin-bottom: 0;
}

.right__numero {
  position: absolute;
  bottom: 16%;
  transition: all 1s linear;
}

.rigth__numero--superior {
  right: 58.2%;
  top: -13rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
}

.rigth__numero--superior {
  width: 12rem;
}

.rigth__numero--inferior {
  right: 58.2%;
  bottom: 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 125px;
}

.circulo__pie-info {
  background: transparent;
  color: #fff;
  font-weight: bold;
  position: absolute;
  width: 6rem;
  z-index: 1;
  text-align: center;
}

.circulo__base-info--primera-region {
  left: 20%;
  top: 11%;
}

.circulo__base-info--segunda-region {
  right: 23%;
  top: 11%;
}

.circulo__base-info--tercera-region {
  right: 44%;
  bottom: 16%;
}

.circulo__texto--gris {
  color: #aeaeae;
  font-weight: 300;
  line-height: 1.5rem;
  font-size: 1.1rem;
}

.circulo__texto--azul {
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #009AD8;
  text-align: center;
}

.circulo__base-info-primera-region--texto-azul {
  border-bottom: 1px solid #009AD8;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  width: 6rem;
}

.circulo__base-info-primera-region--texto-gris {
  display: block;
  position: absolute;
  right: 62%;
  width: 8rem;
  text-align: right;
  top: 63px;
}

.circulo__base-info-segunda-region--texto-gris {
  position: absolute;
  left: -10px;
  width: 9rem;
  text-align: right;
  font-size: 1.1rem;
  top: 0;
}

.circulo__base-info-segunda-region--texto-azul {
  border-top: 1px solid #009AD8;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 7rem;
}

.circulo__base-info-tercera-region--texto-azul {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  position: absolute;
  bottom: -25px;
  right: 47px;
  width: 7rem;
}

.circulo__base-info-tercera-region--texto-gris {
  position: absolute;
  left: 31%;
  width: 12rem;
  text-align: left;
  bottom: -27px;
}

.right__texto--azul {
  border-bottom: 1px solid #009AD8;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #009AD8;
  text-align: left;
  max-width: 63%;
}

.rigth__texto--gris {
  color: #aeaeae;
  font-weight: 300;
  line-height: 1.5rem;
  font-size: 1.1rem;
  max-width: 76%;
  text-align: left;
}

.right__container::before {
  content: url("/images/infografias/lineas-separacion.png");
  position: absolute;
  top: -3%;
  /* right: -41px; */
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .circulo__global-container {
    max-width: 768px;
  }
  .circulo-texto-container {
    text-align: left;
    margin-top: 2rem;
    display: inline-block;
    width: 60%;
    top: 0;
  }
  .right__container {
    width: 37%;
  }
  .rigth__numero--superior {
    right: 58.2%;
    top: -13rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 125px;
  }
  .rigth__numero--inferior {
    right: 58.2%;
    bottom: 12%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 125px;
  }
  .circulo-segmentos-container {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
    bottom: 12%;
    left: 8%;
  }
  .circulo-texto-container::after {
    content: url("/images/infografias/lineas-separacion.png");
    position: absolute;
    top: -3%;
    right: -41px;
    z-index: 1;
  }
  .right__container::before {
    content: "";
  }
}
@media screen and (min-width: 320px) and (max-width: 454px) {
  .circulo__cabcera {
    top: -2%;
    width: auto;
    right: 13%;
  }
  .circulo__cabcera img {
    width: 12%;
  }
  .cabecera__texto--titulo, .cabecera__texto {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 454px) and (max-width: 554px) {
  .circulo__cabcera {
    top: -2%;
    width: auto;
    right: 21%;
  }
  .circulo__cabcera img {
    width: 12%;
  }
  .cabecera__texto--titulo, .cabecera__texto {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 554px) and (max-width: 768px) {
  .circulo__cabcera {
    top: -2%;
    width: auto;
    right: 26%;
  }
  .circulo__cabcera img {
    width: 12%;
  }
  .cabecera__texto--titulo, .cabecera__texto {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .circulo__numero1 {
    left: auto;
  }
  .circulo-texto-container {
    height: 293px;
    top: 4rem;
  }
  .right__container {
    margin-top: 10rem;
  }
  .circulo__numero3 {
    top: 91%;
    left: 45%;
  }
  .rigth__numero--superior, .rigth__numero--inferior {
    width: 100%;
    right: 51%;
  }
  .right__numero-sombra, .right__numero-sombra2 {
    width: 100%;
    right: 58%;
  }
  .right__texto--azul {
    max-width: 81%;
  }
  .rigth__texto--gris {
    max-width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 360px) {
  .circulo__numero2 {
    left: 83%;
  }
}
@media screen and (min-width: 360px) and (max-width: 402px) {
  .circulo__numero2 {
    left: 79%;
  }
}
@media screen and (min-width: 402px) and (max-width: 470px) {
  .circulo__numero2 {
    left: 72%;
  }
}
@media screen and (min-width: 470px) and (max-width: 530px) {
  .circulo__numero2 {
    left: 72%;
  }
}
@media screen and (min-width: 530px) and (max-width: 600px) {
  .circulo__numero2 {
    left: 70%;
  }
}
@media screen and (min-width: 600px) and (max-width: 654px) {
  .circulo__numero2 {
    left: 68%;
  }
}
@media screen and (min-width: 654px) and (max-width: 700px) {
  .circulo__numero2 {
    left: 66%;
  }
}
@media screen and (min-width: 700px) and (max-width: 768px) {
  .circulo__numero2 {
    left: 65%;
  }
}
.caja_borde {
  border: 2px solid #d9d9d9;
  padding: 2rem 1rem 1.5rem 1rem;
  /* width: 70%; */
  margin: 3% auto;
  position: relative;
}
@media screen and (min-width: 320px) and (max-width: 991px) {
  .caja_borde {
    padding: 1.5rem;
  }
}
.caja_borde .bloque--verde {
  background-color: #9bbb58;
  height: calc(100% + 4rem);
  display: block;
  position: relative;
  top: -4rem;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .caja_borde .bloque--verde {
    top: -11%;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) {
  .caja_borde .bloque--verde {
    width: 100%;
    position: inherit;
  }
}
.caja_borde .bloques {
  display: block;
  width: 100%;
  overflow: auto;
}
@media (min-width: 768px) {
  .caja_borde .bloques {
    min-height: 16rem;
  }
}
.caja_borde .bloques:first-child {
  margin-bottom: 1.5rem;
}
.caja_borde .infografia--linea-izquierda {
  /* padding-right: 1.3rem; */
}
@media (min-width: 768px) {
  .caja_borde .infografia--linea-izquierda {
    border-left: #3cbbf0 0.15rem solid;
  }
}
.caja_borde .bloques__numero {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #3cbbf0;
  text-align: center;
  color: #3cbbf0;
  margin-bottom: 0.5rem !important;
  font-size: 1.55rem;
  font-weight: bold;
}
.caja_borde .bloques__texto-azul {
  color: #3cbbf0;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: left;
  margin: 0 !important;
  font-weight: bold;
}
.caja_borde .bloques__texto-gris {
  color: #a39c96;
  font-size: 1.1rem;
  line-height: 1.4rem;
  text-align: left;
  margin-top: 0.5rem;
}
.caja_borde .bloques__titulo-blanco {
  color: #fff;
  text-align: center;
  display: block;
  width: 74%;
  margin: 0 auto !important;
  font-size: 1.6rem;
  line-height: 2.1rem;
  padding: 2rem 0 0 0;
}
.caja_borde .bloques__fecha {
  color: white;
  font-size: 1.6rem;
  font-weight: lighter;
  text-align: center;
  font-family: "Open Sans Thin", sans-serif;
  letter-spacing: -0.1rem;
  opacity: 0.9;
}
.caja_borde .bloques__imagen {
  display: block;
  margin: 2rem auto 0 auto;
}

.infographic-table {
  margin: 3rem auto;
  overflow: auto;
}
.infographic-table td {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.7rem 0.9rem;
  border-top: 1px solid #e2e2e2;
}
.infographic-table td:first-child.bg--azul {
  font-size: 1.3rem;
  max-width: 110px;
}
.infographic-table .cabecera {
  background: #fff;
  border-top: 2px solid #79afd3;
  border-bottom: 2px solid #79afd3;
  color: #79afd3;
  font-size: 1.5rem;
  font-weight: 600;
}
.infographic-table .cabecera th {
  padding: 0.5rem 0.5rem;
  border-top: 1px solid #e2e2e2;
  font-family: "Open Sans Semibold";
  font-size: 1.3rem;
  line-height: 2rem;
  color: #2abaef;
}
.infographic-table .cabecera th.bg--azul {
  color: #fff;
}
.infographic-table .cabecera td.bg--gris,
.infographic-table .cabecera th.bg--gris {
  background: #bfbfbf;
  padding: 9.8px;
  min-width: 245px;
  font-family: "Open Sans Semibold";
  color: #fff;
}
.infographic-table .objetivo {
  font-size: 1rem;
  line-height: normal;
  display: block;
  font-style: italic;
}
.infographic-table .bg--azul {
  background: #2abaef;
  color: #fff;
  font-family: "Open Sans Semibold";
}
.infographic-table .border--blanco {
  border-top: 2px solid #fff;
}
.infographic-table .bg--gris-claro {
  background: #eef3f7;
}
.infographic-table .bg--gris {
  background: #bfbfbf;
}
.infographic-table .border-azul {
  border-top: 2px solid #9cc8e5;
}
.infographic-table .border-azul--bottom {
  border-bottom: 2px solid #9cc8e5;
}
.infographic-table .bg--blanco {
  background: #fff;
  color: #2abaef;
  font-family: "Open Sans Semibold";
}
.infographic-table td:first-child.bg--blanco {
  font-size: 1.3rem;
  max-width: 110px;
}
.infographic-table .texto-derecha {
  text-align: right;
}
.infographic-table .texto-centrado {
  text-align: center;
}
.infographic-table .texto-izquierda {
  text-align: left;
}
.infographic-table .texto-negrita {
  font-weight: 700;
  /* display: inline; */
}
.infographic-table .texto-cursiva {
  font-size: 1rem;
  line-height: 1.3rem;
  font-style: italic;
}
.infographic-table span.texto-cursiva {
  display: block;
}
.infographic-table .texto-abajo {
  vertical-align: bottom;
}
.infographic-table .texto-blanco {
  color: #fff;
}
.infographic-table p.bloques__numero {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #3cbbf0;
  text-align: center;
  color: #3cbbf0;
  margin-bottom: 0.5rem !important;
  font-size: 1.6rem;
  font-weight: bold;
}

.article-block .article-content .c-circle-infographic-text__mobile {
  width: 100%;
  height: auto;
  padding: 0 15px;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-extra-left {
  display: block;
  float: none;
  width: 100%;
  margin-left: 0;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-extra-left.with-arrow {
  position: relative;
  top: 0;
  margin-top: 20px;
  margin-bottom: 60px;
  text-align: center;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-extra-left.with-arrow:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(135deg);
  border-top: 8px solid #4CA2DF;
  border-right: 8px solid #4CA2DF;
  bottom: -45px;
  left: 45%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-extra-left.with-arrow:after {
  content: "";
  position: absolute;
  background: #4CA2DF;
  width: 8px;
  height: 40px;
  border-radius: 2px;
  bottom: -47px;
  left: 47.5%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-extra-right {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-extra-right.with-arrow {
  position: relative;
  margin-top: 20px;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-extra-right.with-arrow:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(134deg);
  border-top: 8px solid #4CA2DF;
  border-right: 8px solid #4CA2DF;
  top: -40px;
  left: 45%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-extra-right.with-arrow:after {
  content: "";
  position: absolute;
  background: #4CA2DF;
  width: 8px;
  height: 40px;
  border-radius: 2px;
  top: -55px;
  left: 47.5%;
}
.article-block .article-content .c-circle-infographic-text__mobile ul {
  padding-top: 10px;
}
.article-block .article-content .c-circle-infographic-text__mobile ul li {
  font-size: 1.7rem;
  font-family: "Open Sans Light";
  color: #222222;
  line-height: 17px;
  margin-left: 45px;
  margin-bottom: 4px;
  text-align: left;
}
.article-block .article-content .c-circle-infographic-text__mobile p {
  line-height: 17px;
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  margin: 0;
}
.article-block .article-content .c-circle-infographic-text__mobile span.text-blue-big {
  color: #4CA2DF;
  font-weight: 600;
  font-size: 1.9rem;
}
.article-block .article-content .c-circle-infographic-text__mobile span.text-black-small {
  font-weight: 600;
  font-size: 1.6rem;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background {
  width: 100%;
  height: auto;
  background-color: #f6f6f8;
  margin: 0 auto;
  border-radius: 60% 46%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-background {
  width: 100%;
  height: 100%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content {
  width: 100%;
  height: 100%;
  padding: 25px 0;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background {
  width: 70%;
  height: 231px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-square {
  width: 50%;
  height: 50%;
  display: inline-block;
  float: left;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-square.circle-infographic-square-blue {
  background-color: #85bae6;
  border-top-left-radius: 100%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-square.circle-infographic-square-lightest-blue {
  background-color: #e2eff8;
  border-top-right-radius: 100%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-square.circle-infographic-square-light-blue {
  background-color: #aacded;
  border-bottom-left-radius: 100%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-square.circle-infographic-square-dark-blue {
  background-color: #459fdd;
  border-bottom-right-radius: 100%;
  position: relative;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-img {
  position: absolute;
  width: 72%;
  height: 72%;
  top: 14%;
  left: 14%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-img .circle-infographic-img-text {
  width: 100%;
  position: absolute;
  top: 11%;
  left: 0;
  text-align: center;
  padding: 0;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-img .circle-infographic-img-text img {
  width: 30px;
  padding-bottom: 7px;
  border-radius: 0;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-square-background .circle-infographic-img .circle-infographic-img-text p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
  font-family: "Open Sans SemiBold";
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-intra {
  text-align: center;
  width: 47%;
  min-height: 174px;
  display: inline-block;
  padding: 1rem 0;
  float: left;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-intra:nth-of-type(odd) {
  margin-right: 6%;
}
.article-block .article-content .c-circle-infographic-text__mobile .circle-infographic-text-intra p {
  line-height: 19px;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  margin-top: 6px;
  font-family: "Open Sans Light";
}
.article-block .article-content .c-circle-infographic-text__mobile img {
  width: 60px;
  margin-bottom: 0px;
  display: block;
  margin: 0 auto 10px auto;
}

.c-circle-infographic-text {
  width: 100%;
  height: auto;
  display: none;
}
.c-circle-infographic-text .circle-infographic-background {
  width: 80%;
  height: auto;
  background-color: #f6f6f8;
  margin: 0 auto;
  border-radius: 60% 46%;
}
.c-circle-infographic-text .circle-infographic-background ul {
  padding-top: 10px;
}
.c-circle-infographic-text .circle-infographic-background ul li {
  font-size: 1.3rem;
  font-family: "Open Sans Light";
  color: #222222;
  line-height: 17px;
  margin-left: 18px;
  margin-bottom: 4px;
}
.c-circle-infographic-text .circle-infographic-background p {
  line-height: 17px;
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  font-family: "Open Sans Light";
  margin: 0;
}
.c-circle-infographic-text .circle-infographic-background span.text-blue-big {
  color: #4CA2DF;
  font-weight: 600;
  font-size: 1.3rem;
}
.c-circle-infographic-text .circle-infographic-background span.text-black-small {
  font-weight: 600;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-extra-left {
  display: inline-block;
  float: left;
  width: 30%;
  margin-left: -12%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-extra-left.with-arrow {
  position: relative;
  top: 15px;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-extra-left.with-arrow:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  border-top: 8px solid #4CA2DF;
  border-right: 8px solid #4CA2DF;
  top: -4px;
  right: -70px;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-extra-left.with-arrow:after {
  content: "";
  position: absolute;
  background: #4CA2DF;
  width: 169px;
  height: 8px;
  border-radius: 2px;
  top: 4px;
  right: -64px;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-extra-right {
  display: inline-block;
  width: 30%;
  float: right;
  text-align: right;
  margin-right: -12%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-extra-right.with-arrow {
  position: relative;
  top: 15px;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-extra-right.with-arrow:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  border-top: 8px solid #4CA2DF;
  border-right: 8px solid #4CA2DF;
  top: -4px;
  left: -3px;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-extra-right.with-arrow:after {
  content: "";
  position: absolute;
  background: #4CA2DF;
  width: 50px;
  height: 8px;
  border-radius: 2px;
  top: 4px;
  left: -33px;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-background {
  width: 100%;
  height: 100%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-central-content {
  width: 100%;
  height: 100%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-text-intra-top {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-text-intra-left {
  display: inline-block;
  width: 25%;
  padding-right: 2%;
  float: left;
  text-align: right;
  padding-top: 16%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-text-intra-left img {
  float: right;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-text-intra-right {
  display: inline-block;
  width: 25%;
  padding-left: 2%;
  padding-top: 16%;
  float: right;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-text-intra-right img {
  float: left;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-central-content .circle-infographic-text-intra-bottom {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-text-central-content img {
  margin-bottom: 0px;
  display: block;
  margin: 0 auto 3px auto;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background {
  width: 50%;
  height: 307px;
  display: inline-block;
  position: relative;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-square {
  width: 50%;
  height: 50%;
  display: inline-block;
  float: left;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-square.circle-infographic-square-blue {
  background-color: #85bae6;
  border-top-left-radius: 100%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-square.circle-infographic-square-lightest-blue {
  background-color: #e2eff8;
  border-top-right-radius: 100%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-square.circle-infographic-square-light-blue {
  background-color: #aacded;
  border-bottom-left-radius: 100%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-square.circle-infographic-square-dark-blue {
  background-color: #459fdd;
  border-bottom-right-radius: 100%;
  position: relative;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-img {
  position: absolute;
  width: 72%;
  height: 72%;
  top: 14%;
  left: 14%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-img .circle-infographic-img-text {
  width: 100%;
  position: absolute;
  top: 17%;
  left: 0;
  text-align: center;
  padding: 0 40px;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-img .circle-infographic-img-text img {
  width: 40px !important;
  padding-bottom: 15px;
  border-radius: 0 !important;
}
.c-circle-infographic-text .circle-infographic-background .circle-infographic-square-background .circle-infographic-img .circle-infographic-img-text p {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Open Sans SemiBold";
  line-height: 20px;
}

.infographic-right--line-background .infografic--right-line-gm-circle {
  border-right: none;
  text-align: center;
}
@media (min-width: 768px) {
  .infographic-right--line-background .infografic--right-line-gm-circle:first-child {
    padding-left: 0;
  }
  .infographic-right--line-background .infografic--right-line-gm-circle:last-child {
    padding-right: 0;
  }
}
.infographic-right--line-background p {
  font-size: 1.1rem;
  margin-bottom: 5px;
  color: #4CA2DF;
}
.infographic-right--line-background p:first-child {
  min-height: 6.8rem;
}
.infographic-right--line-background p span.infographic--right-line-text-blue-big {
  color: #4CA2DF;
  font-weight: 600;
  font-size: 1.4rem;
  border-top: 4px dotted #4CA2DF;
  padding-top: 2rem;
  display: block;
}

@media (min-width: 768px) {
  .c-circle-infographic-text__mobile {
    display: none;
  }
  .infographic-right--line-background-mobile {
    display: none;
  }
  .c-circle-infographic-text {
    display: block;
  }
  .infographic-right--line-background .infografic--right-line-gm-circle {
    text-align: left;
  }
}
.c-climatic-change-infographic {
  display: inline-block;
  width: 100%;
  line-height: initial;
  overflow: hidden;
}
.c-climatic-change-infographic .climatic-change-infographic-title {
  display: inline-block;
  width: 100%;
  margin: 10px 15px 30px;
}
.c-climatic-change-infographic .climatic-change-infographic-title .with-line {
  position: relative;
  color: #2abaf0;
  font-size: 1.7rem;
  font-weight: 100;
}
.c-climatic-change-infographic .climatic-change-infographic-title .with-line:before {
  width: 100%;
  height: 1px;
  background-color: #2abaf0;
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
}
.c-climatic-change-infographic .climatic-change-infographic-title .with-background-blue {
  position: relative;
  background-color: #2abaf0;
  color: #fff;
  padding: 1rem;
  font-size: 1.7rem;
  font-weight: 100;
  font-family: "Open Sans SemiBold";
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part {
  display: inline-block;
  width: 100%;
  padding: 3% 5% 0 5%;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .climatic-change-infographic-part__img {
  display: inline-block;
  height: auto;
  width: 100%;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .climatic-change-infographic-part__img img {
  display: block;
  margin: 0 auto;
  min-width: 45px;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .numbre-with-arrow {
  position: relative;
  margin-top: -20px;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .numbre-with-arrow:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border-top: 2px solid #A5C466;
  border-right: 2px solid #A5C466;
  right: 35px;
  transform: rotate(45deg);
  top: 44px;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .numbre-with-arrow p {
  font-size: 4rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #2ABAF0;
  color: #2ABAF0;
  top: 22px;
  left: 15px;
  position: relative;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .numbre-without-arrow {
  position: relative;
  margin-top: -20px;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .numbre-without-arrow p {
  font-size: 4rem;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #2ABAF0;
  color: #2ABAF0;
  top: 22px;
  left: 15px;
  position: relative;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .climatic-change-infographic-part__body {
  background-color: #F2F2F2;
  padding: 30px 15px 15px 15px;
  min-height: auto;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .climatic-change-infographic-part__body p {
  font-size: 1.4rem;
  line-height: 17px;
  margin: 0;
}
.c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .climatic-change-infographic-part__body p span.title-blue {
  display: block;
  color: #2abaf0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 19px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .c-climatic-change-infographic .climatic-change-infographic-title {
    margin: 10px 0 25px;
  }
  .c-climatic-change-infographic .climatic-change-infographic-title .with-line {
    font-size: 2.8rem;
  }
  .c-climatic-change-infographic .climatic-change-infographic-title .with-background-blue {
    font-size: 2.8rem;
    font-family: "Open Sans SemiBold";
  }
  .c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part {
    width: 25%;
    padding: 1%;
    float: left;
  }
  .c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part:first-child {
    padding-left: 0;
  }
  .c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part:nth-of-type(4) {
    padding-right: 0;
  }
  .c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .climatic-change-infographic-part__body {
    padding: 30px 15px 15px 15px;
    min-height: 325px;
  }
  .c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .climatic-change-infographic-part__img {
    display: flex;
    height: 70px;
    align-items: flex-end;
  }
  .c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .numbre-with-arrow {
    left: 0;
  }
  .c-climatic-change-infographic .climatic-change-infographic-body .climatic-change-infographic-part .numbre-without-arrow {
    left: 0;
  }
}
.wh-circle__container {
  background: #f2f2f2;
  padding: 1.5rem 3.5rem 3.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 55px;
}

.wh-circle__numbers-layer {
  position: relative;
  display: inline-block;
}

.wh-circle__number {
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #00bbf2;
  color: #00bbf2;
  font-size: 2.5rem;
  font-weight: bold;
  z-index: 1;
  border-radius: 50%;
  position: absolute;
}

.wh-circle__number--1 {
  top: 50px;
}

.wh-circle__number--2 {
  top: 50px;
  right: 0;
}

.wh-circle__number--3 {
  top: 318px;
  right: 142px;
}

.wh-circle__wrapper {
  border-radius: 50%;
  height: 330px;
  width: 330px;
  position: relative;
  background: #fff;
  box-shadow: 0px 5px 5px -4px #525252;
  z-index: 0;
}

.wh-circle__hole {
  width: 90px;
  height: 90px;
  background: #f2f2f2;
  border-radius: 50%;
  position: absolute;
  top: 120px;
  left: 120px;
  box-shadow: inset 0px 5px 5px -4px #9c9c9c;
}

.wh-circle__cbk-logo {
  width: 120px;
  position: absolute;
  left: -15px;
  top: -15px;
}

.wh-circle__bar {
  width: 12px;
  height: 126px;
  position: absolute;
  z-index: 1;
  top: -123px;
  left: 42%;
  background: #f2f2f2;
  box-shadow: inset 0px 0px 5px 1px #b5b5b5;
}

.wh-circle__bar:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #f2f2f2;
  position: absolute;
  top: -7px;
  border-radius: 5px;
  left: 0;
}

.wh-circle__bar:after {
  content: "";
  width: 9px;
  height: 12px;
  background: #f2f2f2;
  position: absolute;
  bottom: -4px;
  border-radius: 5px;
  left: 2px;
  opacity: 0.9;
}

.wh-circle__bar--right {
  transform: rotate(-56deg);
  top: 25px;
  left: 132px;
}

.wh-circle__bar--left {
  transform: rotate(56deg);
  top: 30px;
  left: -52px;
}

.wh-circle__info-text {
  position: absolute;
  z-index: 1;
  font-size: 1.2rem;
  font-weight: bold;
  /* text-shadow: 0px 0px #000; */
}

.wh-circle__info-text--a {
  width: 100px;
  top: 35px;
  left: 68px;
  color: #00bbf2;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.wh-circle__info-text--b {
  width: 96px;
  top: 115px;
  left: 5px;
  color: #949494;
  font-weight: normal;
  text-align: right;
}

.wh-circle__info-text--b::before {
  content: "";
  width: 50px;
  border-top: 2px solid #00bbf2;
  position: absolute;
  top: -10px;
}

.wh-circle__info-text--c {
  width: 85px;
  top: 35px;
  right: 55px;
  color: #949494;
  font-weight: normal;
}

.wh-circle__info-text--d {
  width: 100px;
  top: 130px;
  right: 5px;
  color: #00bbf2;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.wh-circle__info-text--d::before {
  content: "";
  width: 70px;
  border-top: 2px solid #00bbf2;
  position: absolute;
  top: -10px;
}

.wh-circle__info-text--e {
  width: 70px;
  top: 226px;
  left: 63px;
  color: #00bbf2;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.wh-circle__info-text--f {
  width: 138px;
  top: 218px;
  right: 38px;
  text-align: left;
  color: #949494;
  font-weight: normal;
}

.wh-circle__divider-wrap {
  position: absolute;
  left: 350px;
  height: 600px;
  top: -100px;
  width: 500px;
}

.wh-circle__divider-mid {
  border-left: 25px solid #fff;
  border-bottom: 30px solid #fff;
  height: 260px;
  width: 300px;
  position: absolute;
  left: 0;
  top: 307px;
  transform: rotate(28deg) skewY(30deg);
}

.wh-circle__divider-mid::before {
  content: "";
  border-bottom: 30px solid #fff;
  position: absolute;
  left: -150px;
  width: 150px;
  z-index: 1;
}

.wh-circle__divider-horizontal {
  width: 800px;
  border-bottom: 25px solid #fff;
  position: absolute;
  top: 47%;
  left: 60px;
}

.wh-circle__right-col {
  display: inline-block;
  vertical-align: top;
  margin: 10px 150px;
}

.wh-circle__row {
  position: absolute;
  width: 230px;
}

.wh-circle__row--first {
  top: 70px;
}

.wh-circle__row--second {
  top: 270px;
  right: 96px;
}

.wh-circle__number--4 {
  position: relative;
  float: left;
  margin: 0 1rem;
}

.wh-circle__number--5 {
  position: relative;
  float: left;
  margin: 0 1rem;
}

.wh-circle__row-title {
  color: #00bbf2;
  border-bottom: 2px solid #00bbf2;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.wh-circle__row-text {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: bold;
  color: #969595;
  margin-top: 0.5rem;
}

.wh-circle__title-img {
  width: 40px;
  float: left;
  padding: 0.2rem;
}

.wh-circle__title-banner-wrap {
  width: 100%;
  text-align: center;
  z-index: 1;
  margin: 15px auto 5px;
  height: 75px;
  overflow: hidden;
}

.wh-circle__title-banner {
  background: #00bbf2;
  width: 250px;
  margin: auto;
  color: #fff;
  padding: 1rem;
  text-align: left;
  z-index: 1;
  position: relative;
}

.wh-circle__title-text {
  font-size: 1.3rem;
  font-weight: bold;
}

.wh-circle__title-text--2 {
  font-weight: normal;
}

.wh-circle__title-literal {
  margin-left: 5rem;
}

.wh-circle__top-border {
  width: 100%;
  border: 1px solid #d4cdcd;
  height: 100px;
  position: relative;
  margin: -23px auto;
  z-index: 0;
}

@media (max-width: 992px) {
  .wh-circle__container {
    text-align: center;
    padding: 2rem 0.5rem;
  }
  .wh-circle__wrapper {
    margin: auto;
  }
  .wh-circle__divider-wrap {
    display: none;
  }
  .wh-circle__row {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    padding: 3rem 0 1rem;
    width: 300px;
    text-align: left;
    margin: auto;
  }
  .wh-circle__right-col {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
  .wh-circle__info-text--a {
    left: 65px;
    font-size: 1.2rem;
  }
  .wh-circle__info-text--d {
    font-size: 1.2rem;
  }
  .wh-circle__info-text--e {
    font-size: 1.2rem;
  }
}
.panel__header-logo {
  height: 60px;
}

.search__link-close, .panel__header-close {
  height: 25px;
  padding-right: 10px;
  place-items: flex-start;
  margin-top: 13px;
}

.panel__header-close img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: top;
}

.tabs__filters {
  opacity: 0;
  transition: opacity 1.2s linear;
}

.page-loaded .tabs__filters {
  opacity: 1;
}

.dropdown-filter {
  opacity: 0;
  transition: opacity 1.2s linear;
}

.page-loaded .dropdown-filter {
  opacity: 1;
}

.contentList__dest {
  opacity: 0;
  transition: opacity 1.2s linear;
}

.page-loaded .contentList__dest {
  opacity: 1;
}

.contentList.doc {
  opacity: 0;
  transition: opacity 1.2s linear;
}

.page-loaded .contentList.doc {
  opacity: 1;
}

.c-dropdown {
  opacity: 0;
  transition: opacity 1.2s linear;
}

.page-loaded .c-dropdown {
  opacity: 1;
}

.achievements {
  position: relative;
  margin-bottom: 8rem;
}

.achievements__title {
  text-align: center;
  margin: 1rem auto;
  font-weight: bold;
  font-size: 1.8rem;
  color: #0097d4;
}

.achievements__medals-container {
  width: 100%;
  text-align: center;
  /*max-height:350px;*/
  overflow: auto;
}

.medals-element {
  width: 136px;
  display: inline-block;
  text-align: center;
  padding-top: 7rem;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center 0.5rem;
  margin-top: 2rem;
}

.m-element__title {
  padding: 0.5rem 0 0;
  color: #0097d4;
  font-weight: bold;
}

.m-element__subtitle {
  padding: 0 0.5rem 0;
}

.medals-element--gold {
  background-image: url("https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/medallas/oro.png");
}

.medals-element--silver {
  background-image: url("https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/medallas/plata.png");
}

.medals-element--bronze {
  background-image: url("https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/medallas/bronce.png");
}

.achievements__counter {
  width: 100%;
  text-align: center;
  margin: 3rem auto;
}

.a-counter__row {
  display: inline-block;
  padding: 0 0.5rem;
}

.a-counter__element {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
}

.a-counter__element--gold {
  background-image: url("https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/medallas/oro-sm.png");
}

.a-counter__element--silver {
  background-image: url("https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/medallas/plata-sm.png");
}

.a-counter__element--bronze {
  background-image: url("https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/medallas/bronce-sm.png");
}

.achievements__logo {
  position: absolute;
  top: -10px;
  width: 5rem;
  height: 7rem;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
}

.achievements__logo--a {
  background-image: url("https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/medallas/logo2.png");
}

.achievements__logo--b {
  background-image: url("https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/medallas/logo1.png");
}

/** Correciones contenedores texto a 200% **/
@media (min-width: 1140px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    min-width: 84rem;
    max-width: 1056px;
  }
  .news .news-cards .n-card .n-card__wrapper, #news .news-cards .n-card .n-card__wrapper, #news2 .news-cards .n-card .n-card__wrapper {
    min-height: 385px;
    height: 100%;
  }
  .video-inline.container {
    min-width: 100%;
  }
  .content_alternative {
    min-height: 450px;
  }
  .content_alternative .content {
    min-height: 450px;
  }
  .navbar .container {
    min-width: 70rem;
  }
  .card.active {
    width: 60rem;
  }
  .card.active .collapse {
    min-width: 725px;
    width: 60rem;
  }
  .tab-content .card .card-body {
    min-width: 100%;
  }
  #accordion.sidebar-anchors.sticky {
    min-width: 14rem;
  }
  .c-timeline--marca .c-timeline__container--xl {
    padding: 31rem 0;
  }
  .c-timeline__main-title {
    top: -28rem;
    min-width: 50rem;
  }
  .content_alternative {
    max-height: 50rem;
  }
  .content_alternative .content {
    height: 45rem;
  }
  .gb #accordion.sidebar-anchors {
    width: 15rem;
    max-width: 15rem;
  }
}
/** focus a elementos **/
button:focus {
  outline: 1px dotted #222222 !important;
}

.tab-content .card .card-header a:focus {
  outline: 1px dotted #222222;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.highlighted:focus {
  outline: 1px dotted #222222;
}

.news .news-cards .n-card .n-card__wrapper .n-card__link:focus,
#news .news-cards .n-card .n-card__wrapper .n-card__link:focus,
#news2 .news-cards .n-card .n-card__wrapper .n-card__link:focus {
  outline-offset: -2px;
}

.header__secondary .text-center .language li.language__item a:focus,
.text-center .language li.language__item a:focus {
  outline: 1px dotted #222222;
}

.header__secondary .sr-only:focus {
  clear: left;
  clip: inherit;
  height: auto;
  margin: 0;
  position: relative;
  width: auto;
  transition: all 0.3s ease-in;
  color: #FFFFFF;
}

/*foco en buscador/agenda*/
.header__presearch .panel__body .panel__body-input:focus {
  outline: #222 1px dotted;
  outline-offset: 0px;
}

.buscador .tabs-group ul.tabs-items li.tabs-item a:focus,
.agenda-apl .tabs-group ul.tabs-items li.tabs-item a:focus {
  outline: #222 1px dotted;
  outline-offset: -1px;
}

.search-group .search-result ul.list-group li.list-group-item a:focus {
  outline: black 1px dotted;
  padding: 100%;
  outline-offset: 0;
}

.agenda-apl .tabs__filters form .bootstrap-select .dropdown-toggle:focus {
  outline: #222 1px dotted !important;
  outline-offset: 0px;
  box-shadow: none;
}

/*foco en servicio accionista form/ autoevaluación form*/
#form_sercicioaccionista .form-check-input,
.evaluation-radios .form-check-input {
  visibility: visible;
}

/*h3 en resultados de búsqueda*/
.search-results .tabs-content.article-content .table tr td h3 {
  font-size: 1.6rem;
  display: inline;
}

/*zoom*/
/*aside*/
.text-zoomx2 .gb #accordion.sidebar-anchors {
  position: relative;
}

/*margen negativo*/
.text-zoomx2 .mt-n170 {
  margin-top: 0;
}

.text-zoomx2 .content_alternative .content .content-box {
  height: auto;
}

.text-zoomx2 .content_alternative .media, .text-zoomx2 .content_alternative .content {
  width: 100%;
}

.text-zoomx2 .content_alternative.right .content {
  padding: 0;
  display: block;
  height: auto;
  line-height: 2.2rem;
}

.text-zoomx2 .content_alternative {
  max-height: -moz-max-content;
  max-height: max-content;
}

.text-zoomx2 .content_alternative .content {
  height: -moz-max-content;
  height: max-content;
}

/*acordeon */
.zoomx4 #accordion.sidebar-anchors .collapse.show {
  overflow-y: auto;
  max-height: 12rem;
}

/*menu mobile */
/*fin zoom*/
/** estructura done pinta el panel **/
.freeContent.panels {
  display: none;
}

.panels {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 4.8rem;
}

/** panel **/
#panel-cotizacion {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  position: relative;
  overflow: visible;
  height: auto;
  background-color: #fff;
  display: block;
  padding: 2rem 3rem;
  border-top: 1px solid #eee;
}
@media (min-width: 992px) {
  #panel-cotizacion {
    max-width: 1040px;
  }
}
#panel-cotizacion .graph {
  position: relative;
  width: 25%;
}
#panel-cotizacion .graph #panel-cotizacion .graph img {
  width: 100%;
}
@media (min-width: 992px) {
  #panel-cotizacion .graph #panel-cotizacion .graph img {
    width: auto;
  }
}
#panel-cotizacion .datetime {
  font-family: sans-serif;
  width: 6.5rem;
  position: absolute;
  font-size: 0.8rem;
  text-align: right;
  top: 0;
  left: 45%;
}
#panel-cotizacion .values {
  font-family: sans-serif;
  width: 6.5rem;
  position: absolute;
  font-size: 0.8rem;
  text-align: right;
  top: 0.9rem;
  left: 45%;
  color: #DC1400 !important;
}
#panel-cotizacion .timestampImg {
  width: auto;
  height: auto;
  margin-left: 0;
  float: none;
}
#panel-cotizacion .l-content {
  position: relative;
}
@media (min-width: 1200px) {
  #panel-cotizacion .agrupacion_enlaces_ssi {
    width: 90%;
  }
}
#panel-cotizacion #layer-caixabank-link {
  position: relative;
  text-align: right;
}
@media (min-width: 1200px) {
  #panel-cotizacion #layer-caixabank-link {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 20rem;
  }
}
#panel-cotizacion #layer-caixabank-link a {
  font-family: "Arial Bold", Helvetica, sans-serif;
  background-color: #fff;
  border: 0.15rem solid #007eae;
  color: #007eae;
  padding: 1.2rem 1.5rem;
  border-radius: 0.2rem;
  line-height: 1.4rem;
  font-size: 1.4rem;
  height: 4rem;
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
#panel-cotizacion #layer-caixabank-link a:hover, #panel-cotizacion #layer-caixabank-link a:focus {
  background: none;
  color: #007eae;
  border-color: #007eae;
  box-shadow: 0 0 10px -3px #404040;
}

#panel-cotizacion #tabs1 {
  margin: 0 auto;
  width: 100%;
  -js-display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.freeContent.panels .bt-close {
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block !important;
  background: #fff;
  height: 0;
  position: relative;
}
@media (min-width: 992px) {
  .freeContent.panels .bt-close {
    max-width: 1040px;
  }
}
.freeContent.panels .bt-close .bt-l-close {
  position: absolute;
  z-index: 990;
  right: 1rem;
  top: 1rem;
}
.freeContent.panels .bt-close .bt-l-close:hover {
  text-decoration: none;
  color: #222222;
}

/** remaquetado **/
.infographic-estructur-del-grupo {
  width: 100%;
  margin-bottom: 5rem;
}

.infographic-estructur-del-grupo__title {
  display: block;
  border-bottom: 2px solid #00bef2;
  margin: 1rem 0 2rem;
  padding-bottom: 0.3rem;
}
.infographic-estructur-del-grupo__title h2 {
  color: #00bef2;
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  display: inline-block;
  position: relative;
  margin-bottom: 0rem !important;
}
.infographic-estructur-del-grupo__title h2:before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 102%;
  height: 3px;
  background: #00bef2;
}
.infographic-estructur-del-grupo__title h2 strong {
  font-weight: bold;
}

.infographic-estructur-del-grupo__breadcrumb {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-content: center;
  padding: 0.3rem 0;
}
.infographic-estructur-del-grupo__breadcrumb .infographic-estructur-del-grupo__breadcrumb_section {
  position: relative;
  align-items: center;
  display: flex;
  padding: 0.5rem 0;
}
.infographic-estructur-del-grupo__breadcrumb .infographic-estructur-del-grupo__breadcrumb_section img {
  width: 20px;
  height: 20px;
  margin-left: 1rem;
}
.infographic-estructur-del-grupo__breadcrumb .infographic-estructur-del-grupo__breadcrumb_section p {
  color: #00bef2;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0 1rem;
}
.infographic-estructur-del-grupo__breadcrumb .infographic-estructur-del-grupo__breadcrumb_section span {
  padding-left: 1rem;
}
.infographic-estructur-del-grupo__breadcrumb .infographic-estructur-del-grupo__breadcrumb_section .small {
  font-weight: initial;
}

.infographic-estructur-del-grupo__content-titles {
  display: flex;
  justify-content: flex-start;
}
.infographic-estructur-del-grupo__content-titles .content-titles__title {
  color: #314290;
  padding: 0rem 1rem 1rem 1rem;
  margin-top: 1rem;
}
.infographic-estructur-del-grupo__content-titles .content-titles__title p {
  font-weight: 700;
  color: #314290;
  font-size: 1.3rem;
}
.infographic-estructur-del-grupo__content-titles .content-titles__title p:before {
  content: ">>";
  position: relative;
  display: inline;
  margin-right: 0.5rem;
  font-size: 1.3rem;
}

.infographic-estructur-del-grupo__content-column {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.infographic-estructur-del-grupo__content-column .col-1 {
  padding: 0;
  flex: 0 0 9.33333%;
  max-width: 9.33333%;
}
.infographic-estructur-del-grupo__content-column .col-3 {
  flex: 0 0 59.3%;
  max-width: 59.3%;
}
.infographic-estructur-del-grupo__content-column .col-auto {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0;
}
.infographic-estructur-del-grupo__content-column .col-auto:last-child {
  flex: 0 0 56%;
  max-width: 56%;
  padding: 0;
}
@media (min-width: 768px) {
  .infographic-estructur-del-grupo__content-column .col-1 {
    padding: 0;
    flex: 0 0 4.33333%;
    max-width: 4.33333%;
  }
  .infographic-estructur-del-grupo__content-column .col-3 {
    flex: 0 0 24.3%;
    max-width: 24.3%;
  }
  .infographic-estructur-del-grupo__content-column .col-auto {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0;
  }
  .infographic-estructur-del-grupo__content-column .col-auto:last-child {
    flex: 0 0 26%;
    max-width: 26%;
    padding: 0;
  }
}
.infographic-estructur-del-grupo__content-column .content-column-titles {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles {
  transform: rotate(180deg);
  writing-mode: tb-rl;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  position: relative;
}
.infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles p {
  font-size: 1.1rem;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 15px;
}
.infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles p:before {
  content: ">>";
  position: absolute;
  top: 20.5rem;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles.titles__yellow {
  color: #fabc15;
  height: 66.5rem;
  padding: 0;
  text-align: center;
  border: 2px solid #fabc15;
}
@media (min-width: 450px) {
  .infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles.titles__yellow {
    height: 66.5rem;
  }
}
.infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles.titles__yellow p {
  color: #fabc15;
}
.infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles.titles__blue {
  color: #00bef2;
  background: #f5f5f5;
  height: 35rem;
  padding: 0;
  border: 2px solid #00bef2;
  margin: 3rem 0 0;
}
.infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles.titles__blue p {
  color: #00bef2;
  display: block;
  height: 33rem;
  text-align: center;
}
.infographic-estructur-del-grupo__content-column .content-column-titles .content-column-titles.titles__blue p:before {
  top: 5rem;
  left: 0.7rem;
}
.infographic-estructur-del-grupo__content-column .col__border-right {
  border-right: 2px solid #314290;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
.infographic-estructur-del-grupo__content-column .col__border {
  border: 1px solid #929395;
  margin: 0 0.2rem;
}
.infographic-estructur-del-grupo__content-column .col__border .content-item {
  background: transparent;
  border-bottom: 3px solid #f5f5f5;
}
.infographic-estructur-del-grupo__content-column .row__gray {
  background: #f5f5f5;
}
.infographic-estructur-del-grupo__content-column .row__white {
  min-height: 69em;
  overflow: hidden;
}
@media (min-width: 450px) {
  .infographic-estructur-del-grupo__content-column .row__white {
    min-height: 69.5rem;
  }
}
.infographic-estructur-del-grupo__content-column .content-item {
  border-bottom: 3px solid #fff;
  padding: 1rem 0.5rem;
  margin: 0 0.5rem;
  background: #f5f5f5;
}
.infographic-estructur-del-grupo__content-column .content-item img {
  height: 25px;
  margin-right: 5px;
  margin-left: 0;
}
.infographic-estructur-del-grupo__content-column .content-item:last-child {
  border-bottom: 0;
  margin-bottom: 3rem;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-title {
  color: #fabc15;
  display: flex;
  margin-bottom: 0.7rem;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-title p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #a3a4a6;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-title p.yellow {
  color: #fabc15;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-title span.number.yellow {
  font-size: 2rem;
  position: relative;
  font-weight: 700;
  margin-right: 0.5rem;
  color: #fabc15;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-title span.number.yellow:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #fabc15;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-title span.number.grey {
  font-size: 2rem;
  position: relative;
  font-weight: 700;
  margin-right: 0.5rem;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-title span.number.grey:before {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #a3a4a6;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-content p {
  font-size: 1.3rem;
  margin-top: 12px;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  width: 103%;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-content .content-item-content-list {
  border-left: 2px solid #fabc15;
  padding-left: 0.4rem;
  margin-left: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-content .content-item-content-list li {
  list-style: none;
  position: relative;
  margin-bottom: 0.9rem;
  margin-left: 0.5rem;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-content .content-item-content-list li:before {
  content: ">>";
  position: relative;
  color: #fabc15;
  top: -4px;
  left: 0px;
  float: left;
  margin-right: 5px;
  font-size: 1.3rem;
}
.infographic-estructur-del-grupo__content-column .content-item .content-item-content .content-item-content-list li .content-item-content-list-title {
  color: #fabc15;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.infographic-estructur-del-grupo__content-column .row__gray {
  background: #f5f5f5;
  height: 35rem;
  overflow: hidden;
}
.infographic-estructur-del-grupo__content-column .row__gray .content-item {
  padding: 1rem 0rem;
  margin: 0 0.5rem;
  border-bottom: 3px solid #fff;
}
.infographic-estructur-del-grupo__content-column .row__gray .content-item .content-item-title {
  color: #00bef2;
  position: relative;
}
.infographic-estructur-del-grupo__content-column .row__gray .content-item .content-item-title p {
  color: #00bef2;
  padding-left: 1.5rem;
}
.infographic-estructur-del-grupo__content-column .row__gray .content-item .content-item-title p:before {
  content: ">>";
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 1.1rem;
  letter-spacing: -2px;
}

.infographic-estructur-del-grupo__content {
  overflow-x: auto;
  padding-top: 2rem;
}

.infographic-estructur-del-grupo__info {
  margin-top: 2rem;
}
.infographic-estructur-del-grupo__info p {
  font-size: 1.1rem !important;
  margin-bottom: 0.6rem !important;
  line-height: 1.3rem;
}
.infographic-estructur-del-grupo__info p.empleados {
  margin-left: 6rem;
  position: relative;
}
.infographic-estructur-del-grupo__info p.empleados:before {
  content: "XX";
  position: absolute;
  top: 0;
  left: -3rem;
  color: #fabc15;
  font-weight: 700;
}
.infographic-estructur-del-grupo__info p.empleados:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background: #fabc15;
  top: 14px;
  left: -3rem;
}
.infographic-estructur-del-grupo__info p.subgrupos {
  display: inline;
  float: left;
  margin-right: 2rem;
}
.infographic-estructur-del-grupo__info p.subgrupos:before {
  content: "";
  position: relative;
  float: left;
  width: 3rem;
  height: 2px;
  background: silver;
  margin-right: 1rem;
  top: 0.5rem;
}
.infographic-estructur-del-grupo__info img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 25px !important;
  height: 25px;
  float: left;
}

.piechart__3items {
  width: 385px;
  height: 450px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 360px) {
  .piechart__3items {
    width: 425px;
  }
}
@media (min-width: 768px) {
  .piechart__3items {
    width: 500px;
    height: 500px;
    margin: 50px auto;
  }
}
.piechart__3items .piechart__3items__text-first-item {
  text-align: left;
  display: flex;
  position: absolute;
  z-index: 10;
  padding: 2px;
  flex-direction: column;
  justify-content: left;
  background-color: #fff;
  transform: scale(1.4);
  top: 150px;
  right: 40px;
}
@media (min-width: 768px) {
  .piechart__3items .piechart__3items__text-first-item {
    transform: scale(2.4);
    top: 130px;
    right: -87px;
  }
}
.piechart__3items .piechart__3items__text-first-item p {
  color: #1E99D2;
  font-weight: 700;
  font-size: 7px;
  margin-top: 0.5rem;
  font-family: "Open Sans", sans-serif;
  max-width: 70px;
  line-height: 12px;
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .piechart__3items .piechart__3items__text-first-item p {
    margin-bottom: 0;
    max-width: 77px;
  }
}
.piechart__3items .piechart__3items__text-first-item img {
  width: 20px;
}
.piechart__3items .piechart__3items__piechart-logo {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 55px;
  right: 68px;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 100%;
  z-index: 10;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 360px) {
  .piechart__3items .piechart__3items__piechart-logo {
    right: 25px;
  }
}
@media (min-width: 768px) {
  .piechart__3items .piechart__3items__piechart-logo {
    width: 180px;
    height: 180px;
    top: 0;
    right: 0;
  }
}
.piechart__3items .piechart__3items__piechart-logo .piechart__3items__piechart-logo_texto {
  color: #219bd3;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  padding: 1rem;
}
@media (min-width: 768px) {
  .piechart__3items .piechart__3items__piechart-logo .piechart__3items__piechart-logo_texto {
    font-size: 1.9rem;
    padding: 2rem;
  }
}
.piechart__3items .piechart__3items__item {
  height: 100px;
  width: 205px;
  position: absolute;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
}
.piechart__3items .piechart__3items__item:nth-child(1) {
  z-index: 1;
  top: 200px;
  background: #fff;
  right: 41px;
  border-top: 2px solid #1E99D2;
  border-right: 2px solid #1E99D2;
  border-bottom: 2px solid #1E99D2;
  border-left: 2.6px solid #1E99D2;
  transform: rotate(90deg) scale(1.4);
}
@media (min-width: 768px) {
  .piechart__3items .piechart__3items__item:nth-child(1) {
    transform: rotate(90deg) scale(2.4);
    right: 8px;
  }
}
.piechart__3items .piechart__3items__item:nth-child(1):after {
  content: "";
  display: block;
  z-index: 100;
  position: absolute;
  right: 31px;
  background-color: #fff;
  top: 12px;
  width: 30px;
  height: 10px;
  transform: rotate(34deg);
  color: #27BCEA;
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 712.02 712.02' version='1.1' preserveAspectRatio='xMinYMid' viewBox='0 0 712.02 712.02' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%231E99D2' d='m596.96 269.67-254.58-254.58c-20.079-20.079-52.644-20.079-72.723 0s-20.079 52.644 0 72.723l218.19 218.19-218.19 218.19c-20.079 20.079-20.079 52.644 0 72.723s52.644 20.079 72.723 0l254.58-254.58c20.079-20.029 20.079-52.593 0-72.672zm-306.1-15.416-202.11-213.02c-20.309-21.378-53.204-21.378-73.513 0s-20.309 56.058 0 77.462l165.37 174.29-165.37 174.29c-20.309 21.379-20.309 56.083 0 77.462s53.204 21.379 73.513 0l202.11-213.02c20.309-21.378 20.309-56.058 0-77.462z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.piechart__3items .piechart__3items__item:nth-child(2) {
  top: 269px;
  right: 162px;
  background-color: #fff;
  z-index: 3;
  border-right: 2px solid #b0adae;
  border-bottom: 2px solid #b0adae;
  border-left: 2px solid #b0adae;
  border-top: 2px solid #b0adae;
  transform: rotate(215deg) scale(1.4);
}
@media (min-width: 768px) {
  .piechart__3items .piechart__3items__item:nth-child(2) {
    top: 319px;
    right: 216px;
    transform: rotate(215deg) scale(2.4);
  }
}
.piechart__3items .piechart__3items__item:nth-child(2):before {
  content: "";
  display: block;
  position: relative;
  left: 129px;
  bottom: -6px;
  background-color: #fff;
  width: 30px;
  height: 10px;
  transform: rotate(28deg);
  color: #b0adae;
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 712.02 712.02' version='1.1' preserveAspectRatio='xMinYMid' viewBox='0 0 712.02 712.02' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23b0adae' d='m596.96 269.67-254.58-254.58c-20.079-20.079-52.644-20.079-72.723 0s-20.079 52.644 0 72.723l218.19 218.19-218.19 218.19c-20.079 20.079-20.079 52.644 0 72.723s52.644 20.079 72.723 0l254.58-254.58c20.079-20.029 20.079-52.593 0-72.672zm-306.1-15.416-202.11-213.02c-20.309-21.378-53.204-21.378-73.513 0s-20.309 56.058 0 77.462l165.37 174.29-165.37 174.29c-20.309 21.379-20.309 56.083 0 77.462s53.204 21.379 73.513 0l202.11-213.02c20.309-21.378 20.309-56.058 0-77.462z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.piechart__3items .piechart__3items__item:nth-child(2) .piechart__3items__item-content {
  transform: rotate(145deg);
  text-align: left;
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 8px;
  left: 40px;
  max-width: 58px;
  top: -24px;
  flex-direction: column;
  justify-content: left;
}
.piechart__3items .piechart__3items__item:nth-child(2) .piechart__3items__item-content p {
  color: #b0adae;
}
.piechart__3items .piechart__3items__item:nth-child(2) .piechart__3items__item-content img {
  width: 25px;
}
.piechart__3items .piechart__3items__item:nth-child(3) {
  z-index: 3;
  top: 135px;
  right: 160px;
  background-color: #fff;
  border-top: 2px solid #58585A;
  border-right: 2px solid #58585A;
  border-bottom: 2.6px solid #58585A;
  border-left: 2px solid #58585A;
  transform: rotate(333deg) scale(1.4);
}
@media (min-width: 768px) {
  .piechart__3items .piechart__3items__item:nth-child(3) {
    top: 85px;
    right: 211px;
    transform: rotate(333deg) scale(2.4);
  }
}
.piechart__3items .piechart__3items__item:nth-child(3):after {
  content: "";
  display: flex;
  height: 100px;
  width: 100px;
  top: 31.9px;
  position: absolute;
  z-index: 1;
  right: -28px;
  border-top-right-radius: 110px;
  background-color: #fff;
  border-top: 2px solid #1E99D2;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  border-left: 2.6px solid #1E99D2;
  transform: rotate(28deg);
}
.piechart__3items .piechart__3items__item:nth-child(3):before {
  content: "";
  display: block;
  left: 129px;
  bottom: -5px;
  background-color: #fff;
  width: 30px;
  height: 10px;
  position: relative;
  transform: rotate(25deg);
  color: #1E99D2;
  background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 712.02 712.02' version='1.1' preserveAspectRatio='xMinYMid' viewBox='0 0 712.02 712.02' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2358585A' d='m596.96 269.67-254.58-254.58c-20.079-20.079-52.644-20.079-72.723 0s-20.079 52.644 0 72.723l218.19 218.19-218.19 218.19c-20.079 20.079-20.079 52.644 0 72.723s52.644 20.079 72.723 0l254.58-254.58c20.079-20.029 20.079-52.593 0-72.672zm-306.1-15.416-202.11-213.02c-20.309-21.378-53.204-21.378-73.513 0s-20.309 56.058 0 77.462l165.37 174.29-165.37 174.29c-20.309 21.379-20.309 56.083 0 77.462s53.204 21.379 73.513 0l202.11-213.02c20.309-21.378 20.309-56.058 0-77.462z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.piechart__3items .piechart__3items__item:nth-child(3) .piechart__3items__item-content {
  transform: rotate(27deg);
  text-align: center;
  display: flex;
  position: relative;
  left: 12px;
  top: -47px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50px;
}
.piechart__3items .piechart__3items__item:nth-child(3) .piechart__3items__item-content p {
  color: #58585A;
  background-color: #fff;
  padding-top: 6px;
  position: relative;
  left: 15px;
  z-index: 1;
  text-align: left;
}
.piechart__3items .piechart__3items__item:nth-child(3) .piechart__3items__item-content img {
  width: 30px;
  top: 9px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 768px) {
  .piechart__3items .piechart__3items__item:nth-child(3) .piechart__3items__item-content img {
    width: 30px;
  }
}
.piechart__3items .piechart__3items__item .piechart__3items__item-content p {
  margin: 0;
  font-weight: 900;
  font-size: 7px;
  line-height: 12px;
  margin-top: 0.5rem;
  font-family: "Open Sans", sans-serif;
  max-width: 50px;
}

.organs {
  margin: 15px 0 30px;
  padding: 15px 0;
  background: url(images/infografiaFondo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 4px solid #00cbf7;
  border-bottom: 4px solid #00cbf7;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .organs {
    flex-direction: row;
  }
}
.organs__main-title {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 4px solid #fafafa;
  margin-bottom: 25px;
}
.organs__title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 5px 0 10px;
}
.organs__group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.organs__group--blue {
  color: #00cbf7;
  border-bottom: 5px dotted #eee;
}
@media (min-width: 768px) {
  .organs__group--blue .organs__highlight {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .organs__group--blue {
    width: 40%;
    border-bottom: none;
    border-right: 5px dotted #eee;
  }
}
.organs__group--brown {
  color: #cfc6b4;
  margin-left: 15px;
}
.organs__group--brown .organs__highlight {
  width: 33.3%;
}
@media (min-width: 768px) {
  .organs__group--brown {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .organs__group {
    margin-bottom: 0;
  }
}
.organs__highlights {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.organs__highlight {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 40%;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .organs__highlight {
    min-height: 230px;
  }
}
.organs__img {
  height: 64px;
  display: flex;
  align-items: flex-end;
}
.organs__description {
  color: #222;
  font-size: 1.1rem;
}
.organs__footer {
  background-color: #e5fafe;
  margin: 15px 0;
  padding: 10px;
  color: #222;
  font-weight: bold;
  width: 97%;
}

.inphograpy_OurModel {
  position: inherit;
  top: -40px;
}
.inphograpy_OurModel .piechart__3itemsOurModel {
  width: 385px;
  height: 450px;
  border-radius: 100%;
  margin: 10px auto;
  position: relative;
  top: 0px;
}
@media (min-width: 360px) {
  .inphograpy_OurModel .piechart__3itemsOurModel {
    width: 425px;
    transform: scale(1.3);
  }
}
@media (min-width: 600px) {
  .inphograpy_OurModel .piechart__3itemsOurModel {
    width: 425px;
    transform: scale(1.8);
  }
}
@media (min-width: 768px) {
  .inphograpy_OurModel .piechart__3itemsOurModel {
    width: 425px;
    height: 450px;
    margin: 100px auto;
    left: 15px;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .inphograpy_OurModel .piechart__3itemsOurModel {
    transform: scale(1.1);
    position: absolute;
    top: -200px;
  }
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel {
    width: 500px;
    height: 500px;
    left: -9px;
    transform: scale(0.7);
    margin: 20px auto;
    top: -100px;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item {
  text-align: center;
  display: flex;
  position: absolute;
  z-index: 10;
  padding: 2px;
  flex-direction: column;
  justify-content: left;
  transform: scale(1.4);
  top: 187px;
  right: 103px;
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item {
    transform: scale(2.4);
    top: 157px;
    right: 92px;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item .piechart__3items__item_icon {
  position: absolute;
  height: 10px;
  width: 10px;
  top: -31px;
  left: -6px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item .piechart__3items__item_icon {
    top: -34px;
    left: 0px;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item .piechart__3items__item_icon svg {
  height: 10px;
  width: 10px;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item p {
  color: #fff;
  font-weight: 600;
  font-size: 6px;
  margin-top: 0.5rem;
  font-family: "Open Sans", sans-serif;
  max-width: 70px;
  line-height: 10px;
  margin-bottom: 0.2rem;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item p {
    margin-bottom: 0;
    max-width: 72px;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item p:hover {
  text-decoration: underline;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__text-first-item img {
  width: 20px;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__piechart-logo {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 55px;
  right: 68px;
  bottom: 0;
  left: 4px;
  margin: auto;
  border-radius: 100%;
  z-index: 10;
  background: #F6F6F6;
}
@media (min-width: 360px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__piechart-logo {
    right: 25px;
  }
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__piechart-logo {
    width: 120px;
    height: 120px;
    top: 0;
    right: 0;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__piechart-logo:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: -4px;
  bottom: 0;
  background-color: transparent;
  border: 2px solid #00bff5;
  height: 50px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 50px;
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__piechart-logo:after {
    height: 100px;
    width: 100px;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item {
  height: 100px;
  width: 200px;
  position: absolute;
  border-top-left-radius: 110px;
  border-top-right-radius: 110px;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item .piechart__3items__item_icon {
  position: absolute;
  height: 10px;
  width: 10px;
  cursor: pointer;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item .piechart__3items__item_icon svg {
  height: 10px;
  width: 10px;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(1) {
  z-index: 1;
  top: 208px;
  right: 50px;
  background-color: #00bff5;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2.6px solid #fff;
  transform: rotate(89deg) scale(1.4);
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(1) {
    transform: rotate(90deg) scale(2.4);
    right: 22px;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(1):after {
  content: "";
  display: block;
  z-index: 100;
  position: absolute;
  right: 31px;
  top: 12px;
  width: 30px;
  height: 10px;
  transform: rotate(34deg);
  color: #27BCEA;
  background-repeat: no-repeat;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(2) {
  top: 270px;
  right: 154px;
  z-index: 3;
  background-color: #009ddf;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(208deg) scale(1.4);
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(2) {
    top: 316px;
    height: 102px;
    right: 195px;
    transform: rotate(206deg) scale(2.4);
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(2):before {
  content: "";
  display: block;
  position: relative;
  left: 129px;
  bottom: -6px;
  width: 30px;
  height: 10px;
  transform: rotate(28deg);
  color: #9cbd5b;
  background-repeat: no-repeat;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(2) .piechart__3items__item_icon {
  left: 83px;
  top: 62px;
  transform: rotate(64deg);
  z-index: 9999;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(2) .piechart__3items__item-content {
  transform: rotate(152deg);
  text-align: center;
  display: flex;
  position: relative;
  padding: 8px;
  left: 16px;
  max-width: 120px;
  top: 15px;
  flex-direction: column;
  justify-content: left;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(2) .piechart__3items__item-content {
    transform: rotate(154deg);
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(2) .piechart__3items__item-content p {
  color: #fff;
  max-width: 120px;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(2) .piechart__3items__item-content img {
  width: 25px;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3) {
  z-index: 3;
  top: 148px;
  right: 148.6px;
  background-color: #014b70;
  /* border-top: 2px solid #fff; */
  /* border-right: 2px solid #fff; */
  border-bottom: 2.6px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(336deg) scale(1.4);
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3) {
    top: 103px;
    height: 103px;
    right: 196px;
    transform: rotate(335deg) scale(2.4);
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3):after {
  content: "";
  display: flex;
  height: 97px;
  width: 100px;
  top: 25.4px;
  position: absolute;
  z-index: 1;
  right: -15.5px;
  border-top-right-radius: 99px;
  background-color: #00bff5;
  /* border-top: 2px solid #fff; */
  border-right: 2px solid transparent;
  border-left: 2.6px solid #fff;
  transform: rotate(25deg);
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3):after {
    height: 104px;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3):before {
  content: "";
  display: block;
  left: 129px;
  bottom: -5px;
  width: 30px;
  height: 10px;
  position: relative;
  transform: rotate(25deg);
  color: #1E99D2;
  background-repeat: no-repeat;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3) .piechart__3items__item_icon {
  left: 115px;
  transform: rotate(26deg);
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3) .piechart__3items__item-content {
  transform: rotate(27deg);
  text-align: center;
  display: flex;
  position: relative;
  left: 5px;
  top: -47px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 65px;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3) .piechart__3items__item-content p {
  color: #fff;
  padding-top: 35px;
  position: relative;
  left: 40px;
  z-index: 1;
  text-align: center;
  transform: rotate(-3deg);
  cursor: pointer;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3) .piechart__3items__item-content img {
  width: 30px;
  top: 9px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item:nth-child(3) .piechart__3items__item-content img {
    width: 30px;
  }
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item .piechart__3items__item-content p {
  margin: 0;
  font-weight: 600;
  font-size: 6px;
  line-height: 10px;
  margin-top: 0.5rem;
  font-family: "Open Sans", sans-serif;
  max-width: 75px;
}
.inphograpy_OurModel .piechart__3itemsOurModel .piechart__3items__item .piechart__3items__item-content p:hover {
  text-decoration: underline;
}
.inphograpy_OurModel .piechart_graphic {
  display: none;
  width: 92%;
  margin: 0 4%;
}
@media (min-width: 768px) {
  .inphograpy_OurModel .piechart_graphic {
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .inphograpy_OurModel .piechart_graphic {
    display: flex;
  }
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column {
  width: 50%;
  margin: 2px;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column p {
  margin-bottom: 20px;
  font-weight: 600;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column p:first-child {
  margin-top: 20px;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column p:last-child {
  margin-bottom: 10px;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.left {
  border: 2px solid #014b70;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.left .piechart_graphic-column-item {
  width: 50%;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.left p {
  color: #014b70;
  margin-left: 20px;
  font-size: 1.2rem;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.left hr {
  background-color: #014b70;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.left hr:before {
  background-color: #014b70;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.left hr:first-child {
  margin-top: 20px;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right {
  border: 2px solid #00bff5;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right p {
  color: #00bff5;
  font-size: 1.2rem;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right hr {
  margin-left: 0px;
  background-color: #00bff5;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right hr:before {
  background-color: #00bff5;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right hr:first-child {
  margin-top: 20px;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right .piechart_graphic-column-item {
  margin-left: 45%;
  margin-right: 4%;
  margin-bottom: 30px;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right .piechart_graphic-column-item.graphic .graphic_options {
  display: flex;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right .piechart_graphic-column-item.graphic .graphic_options p:before {
  content: "";
  display: block;
  width: 34px;
  background-color: #00bff5;
  height: 1px;
  left: 75px;
  top: 1px;
  transform: rotate(335deg);
  position: relative;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right .piechart_graphic-column-item.graphic .graphic_options p:after {
  content: "";
  display: block;
  top: 0px;
  width: 34px;
  background-color: #00bff5;
  height: 1px;
  left: 75px;
  transform: rotate(25deg);
  position: relative;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right .piechart_graphic-column-item.graphic .graphic_options .options {
  display: flex;
  flex-direction: column;
  margin-left: 60px;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right .piechart_graphic-column-item.graphic .graphic_options .options span {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  color: #00bff5;
  font-weight: 600;
}
.inphograpy_OurModel .piechart_graphic .piechart_graphic-column.right .piechart_graphic-column-item.graphic .graphic_options .options span:first-child {
  margin-bottom: 20px;
}
.inphograpy_OurModel .piechart_graphic-row {
  width: 92%;
  margin: 15px 4%;
  border: 2px solid #009ddf;
  display: none;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .inphograpy_OurModel .piechart_graphic-row {
    display: flex;
  }
}
.inphograpy_OurModel .piechart_graphic-row .piechart_graphic-row-item {
  max-width: 220px;
}
.inphograpy_OurModel .piechart_graphic-row .piechart_graphic-row-item p {
  margin-left: 0px;
  color: #009ddf;
  font-size: 1.2rem;
  font-weight: 600;
}
.inphograpy_OurModel .piechart_graphic-row .piechart_graphic-row-item hr {
  width: 100%;
  max-width: 300px;
  background-color: #009ddf;
  margin-left: 0px;
}
.inphograpy_OurModel .piechart_graphic-row .piechart_graphic-row-item hr:before {
  background-color: #009ddf;
}
.inphograpy_OurModel .piechart_graphic-row .piechart_graphic-row-item:nth-child(2) {
  margin-top: 50px;
  margin-bottom: 20px;
}
.inphograpy_OurModel hr {
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.inphograpy_OurModel hr:before {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  top: -1px;
  position: relative;
  margin-top: 20px;
}
.inphograpy_OurModel .related_info {
  margin-top: 50px;
}
@media (min-width: 600px) {
  .inphograpy_OurModel .related_info {
    margin-top: 170px;
  }
}
@media (min-width: 992px) {
  .inphograpy_OurModel .related_info {
    margin-top: 0px;
  }
}
.inphograpy_OurModel .related_info ul {
  text-align: justify;
  margin-top: 10px;
  width: 92%;
  font-size: 1.2rem;
  margin: 15px 4%;
  padding: 20px 45px 0px;
}
@media (min-width: 992px) {
  .inphograpy_OurModel .related_info ul {
    margin-top: 0px;
  }
}
.inphograpy_OurModel .related_info ul li {
  margin-bottom: 20px;
}
.inphograpy_OurModel .related_info ul.infoSostenibilidad {
  display: none;
  border: 2px solid #00bff5;
  background-color: #00bff5;
  color: #fff;
}
.inphograpy_OurModel .related_info ul.infoSostenibilidad strong {
  color: #fff;
}
.inphograpy_OurModel .related_info ul.infoGobernanza {
  display: none;
  border: 2px solid #014b70;
  background-color: #014b70;
  color: #fff;
}
.inphograpy_OurModel .related_info ul.infoGobernanza strong {
  color: #fff;
}
.inphograpy_OurModel .related_info ul.infoFinanciero {
  display: none;
  border: 2px solid #009ddf;
  background-color: #009ddf;
  color: #fff;
}
.inphograpy_OurModel .related_info ul.infoFinanciero strong {
  color: #fff;
}

.row.infographic_Estrategia-Carbon-Neutral img {
  height: 60px;
  width: auto;
}
@media (min-width: 991px) {
  .row.infographic_Estrategia-Carbon-Neutral img {
    height: auto;
  }
}
.row.infographic_Estrategia-Carbon-Neutral .arrow img {
  transform: rotate(90deg);
  width: 50px;
  height: 50px;
  margin: 2rem auto;
}
@media (min-width: 991px) {
  .row.infographic_Estrategia-Carbon-Neutral .arrow img {
    transform: rotate(0deg);
  }
}

.infografic-goberment-structure {
  margin: 0 auto;
  max-width: 938px;
  padding: 20px;
}
@media (max-width: 767px) {
  .infografic-goberment-structure {
    padding: 20px 0;
  }
}
.infografic-goberment-structure .infografic-goberment-structure-container {
  overflow-x: scroll;
  padding: 20px;
}
@media (max-width: 767px) {
  .infografic-goberment-structure .infografic-goberment-structure-container {
    padding: 20px 0;
  }
}
@media (min-width: 991px) {
  .infografic-goberment-structure .infografic-goberment-structure-container {
    overflow: hidden;
  }
}
.infografic-goberment-structure .infografic-goberment-structure-row {
  display: flex;
  min-width: 800px;
  position: relative;
}
.infografic-goberment-structure .infografic-goberment-structure-row .title {
  border-bottom: 2px solid;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .title.no_border {
  border-bottom: none;
  margin-top: 10px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .subtitle {
  text-align: center;
}
.infografic-goberment-structure .infografic-goberment-structure-row .single-arrow {
  width: 66%;
  position: relative;
}
.infografic-goberment-structure .infografic-goberment-structure-row .single-arrow p {
  margin-right: 14px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .single-arrow:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.71 8.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%2300bef2;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ERecurso 12%3C/title%3E%3Cg id='Capa_2' data-name='Capa 2'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolyline class='cls-1' points='5.39 0.39 0.8 4.08 5.39 7.77'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 10px;
  position: absolute;
  right: 1px;
  bottom: -10px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .double-arrow {
  width: 30%;
  position: relative;
}
.infografic-goberment-structure .infografic-goberment-structure-row .double-arrow p {
  margin-left: 14px;
  margin-right: 14px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .double-arrow:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.71 8.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23929395;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ERecurso 13%3C/title%3E%3Cg id='Capa_2' data-name='Capa 2'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolyline class='cls-1' points='0.31 7.77 4.91 4.08 0.31 0.39'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 10px;
  position: absolute;
  left: 1px;
  bottom: -10px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .double-arrow:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.71 8.16'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23929395;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ERecurso 14%3C/title%3E%3Cg id='Capa_2' data-name='Capa 2'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolyline class='cls-1' points='5.39 0.39 0.8 4.08 5.39 7.77'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 10px;
  position: absolute;
  right: 1px;
  bottom: -10px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .blue {
  color: #00bef2;
}
.infografic-goberment-structure .infografic-goberment-structure-row .grey {
  color: #929395;
}
.infografic-goberment-structure .infografic-goberment-structure-row .arrow-up-down {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .arrow-up-down svg {
  max-width: 15px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .arrow-legend {
  position: absolute;
  top: 15px;
  left: 0;
}
.infografic-goberment-structure .infografic-goberment-structure-row .arrow-legend div {
  display: flex;
  white-space: nowrap;
}
.infografic-goberment-structure .infografic-goberment-structure-row .arrow-legend p {
  font-size: 10px;
  margin-left: 10px;
}
.infografic-goberment-structure .infografic-goberment-structure-row .arrow-legend svg {
  min-width: 50px;
}
.infografic-goberment-structure .infografic-goberment-structure-row:first-child:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.55 79.69'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:none;stroke:%23929395;%7D.cls-1%7Bstroke-width:0.5px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3ERecurso 15%3C/title%3E%3Cg id='Capa_2' data-name='Capa 2'%3E%3Cg id='Capa_1-2' data-name='Capa 1'%3E%3Cpolyline class='cls-1' points='37.3 0 37.3 76.05 8.73 76.05'/%3E%3Cpolyline class='cls-2' points='5.39 71.92 0.8 75.61 5.39 79.3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 65px;
  position: absolute;
  right: 26px;
  top: 37px;
  z-index: 2;
}
.infografic-goberment-structure .infografic-goberment-structure-list {
  display: inline-flex;
  flex-direction: row;
  overflow-y: auto;
  justify-content: center;
  margin-top: 25px;
  border-bottom: 2px solid #00bef2;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item {
  text-align: center;
  font-size: 10px;
  width: 126px;
  height: 100%;
  position: relative;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item:first-child .list-item-svg:after {
  content: "";
  width: 58px;
  height: 9px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -9px;
  z-index: 1;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item:last-child .list-item-svg:after {
  content: "";
  width: 58px;
  height: 9px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: -10px;
  z-index: 1;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item .list-item-svg {
  position: relative;
  margin: auto;
  margin-bottom: 5px;
  padding: 0px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item .list-item-svg svg {
  height: 40px;
  margin-bottom: 15px;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item .list-item-svg svg .cls-1 {
  stroke: #00bef2;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item .list-item-status {
  padding: 15px 7px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #00bef2;
  position: relative;
  transition: all 200ms ease-in;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item .list-item-status span {
  max-width: 100px;
  color: #a7a9ad;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item .list-item-status span.large-text {
  max-width: 150px;
}
.infografic-goberment-structure .infografic-goberment-structure-list .infografic-goberment-structure-list-item .list-item-status span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00bef2;
  position: absolute;
  left: 50%;
  top: -1%;
  transform: translate(-50%, -50%);
}

.infografic-categorias-consejeros .infografic-categorias-consejeros-container {
  max-width: 574px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .infografic-categorias-consejeros .infografic-categorias-consejeros-container {
    display: flex;
    flex-direction: row;
  }
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-colum {
  width: 100%;
}
@media (min-width: 768px) {
  .infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-colum {
    width: 50%;
  }
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-colum:last-child {
  position: relative;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-colum:last-child:after {
  content: "";
  height: 200px;
  width: 1px;
  background-color: grey;
  left: -25px;
  top: 22px;
  display: none;
  position: absolute;
}
@media (min-width: 768px) {
  .infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-colum:last-child:after {
    display: block;
  }
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend {
  display: flex;
  flex-direction: column;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-row {
  display: flex;
  flex-direction: row;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-row:first-child {
  margin-top: 40px;
  margin-bottom: 20px;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-row:last-child {
  margin-bottom: 20px;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend p {
  color: #929496;
  padding-left: 25px;
  margin-bottom: 8px;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend p:first-child {
  font-size: 30px;
  font-family: "Open Sans Bold", sans-serif;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend p:last-child {
  font-family: "Open Sans Light", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend p:last-child {
    font-size: 18px;
  }
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-item {
  width: 50%;
  position: relative;
  margin-right: 25px;
}
@media (min-width: 768px) {
  .infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-item {
    margin-right: 0px;
  }
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-item:after {
  content: "";
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: 3px;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-item.dark_grey:after {
  background-color: #58585b;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-item.light_grey:after {
  background-color: #cfc7b5;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-item.medium_grey:after {
  background-color: #919395;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-legend .infografic-categorias-legend-item.soft_blue:after {
  background-color: #29bbeb;
}
.infografic-categorias-consejeros .infografic-categorias-consejeros-container .infografic-categorias-consejeros-grafica {
  background: radial-gradient(circle closest-side, #fff 0, #fff 65.69%, transparent 8.69%, transparent 81%, #fff 0), conic-gradient(from 0deg, #575759 0, #575759 60%, #919395 0, #919395 80%, #cfc7b5 0, #cfc7b5 93%, #2bbde9 0, #2bbde9 100%);
  position: relative;
  width: 250px;
  min-height: 250px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalLegal {
  padding-right: 0 !important;
}
.modalLegal img {
  margin-bottom: 1rem;
}
.modalLegal h2 {
  margin-bottom: 2rem;
}
.modalLegal ul {
  margin-left: 2rem;
  margin-bottom: 2rem;
}
.modalLegal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable {
  max-width: 100%;
  margin: 0;
  min-height: 100%;
}
@media (min-width: 768px) {
  .modalLegal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable .modal-header {
    padding: 3rem 8em 0 0;
  }
}
@media (min-width: 768px) {
  .modalLegal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable .modal-body {
    padding: 1rem 10rem 5rem 10rem;
  }
}
.modalLegal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable .contenedor_exterior_columnas {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin: 5rem auto;
}
.modalLegal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable .contenedor_exterior_columnas p {
  margin-top: 0;
  margin-bottom: 0;
}
.modalLegal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable .contenedor_exterior_columnas label {
  display: block;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
}
.modalLegal .modal-dialog.modal-lg.modal-dialog-centered.modal-dialog-scrollable .contenedor_exterior_columnas input[type=radio] {
  width: 30px;
  height: 18px;
  position: relative;
  top: 3px;
}

@media (min-width: 768px) {
  .om-group {
    margin: 0;
    width: 100%;
    display: inline-block;
  }
}
.om-group p, .om-group ul, .om-group ol, .om-group li {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #000;
  padding: 0;
  background: none;
  text-align: left;
}
.om-group p strong, .om-group ul strong, .om-group ol strong, .om-group li strong {
  font-weight: bold;
}
@media (min-width: 768px) {
  .om-group .om-content {
    padding: 1rem 0;
    width: 50%;
    float: right;
  }
}
.om-group .om-content .om-title {
  font-weight: bold;
}
@media (min-width: 640px) {
  .om-group .om-content .om-left {
    padding-right: 15px;
    display: table-cell;
    border-right: 1px solid #c1c1c1;
    vertical-align: top;
    border-right: none;
    padding-right: 7px;
    width: 50%;
  }
}
.om-group .om-content .om-left .om-title {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.3rem;
  color: #000;
  padding: 0;
  background: none;
  text-align: left;
}
.om-group .om-content .om-right {
  margin-top: 0.8rem;
}
@media (min-width: 640px) {
  .om-group .om-content .om-right {
    padding-left: 15px;
    display: table-cell;
    vertical-align: top;
    width: 21rem;
    margin-top: 0;
  }
}
.om-group .om-content .om-right p, .om-group .om-content .om-right li {
  font-size: 0.9rem;
}
.om-group .om-content .om-right .om-value {
  border: 1px solid #000;
  padding: 1rem;
  margin-top: 0.5rem;
  min-height: 6rem;
}
.om-group .om-content .om-right .om-value .texto_grande {
  font-size: 4.2rem;
  font-weight: bold;
  color: #000;
  line-height: 4.4rem;
  display: block;
  margin-bottom: 0.4rem;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 1rem;
  width: 100%;
  text-align: center;
}
.om-group .om-content .om-right .om-value .texto_grande .gris {
  color: #bdbdbd;
  font-family: Arial, Helvetica, sans-serif;
}

/*Accionist Form*/
.container_stockholder-text {
  background: #F2F2F2;
  border-radius: 5px;
  padding: 40px;
  margin: 8rem 0 0;
}
.container_stockholder-text .stockholder_text-frame {
  position: relative;
}
.container_stockholder-text .stockholder_text-frame img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.container_stockholder-text .stockholder_text-frame .video-inline.container {
  padding: 0;
}
.container_stockholder-text .stockholder_text-info {
  margin-top: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-title {
  border-bottom: 1px solid rgba(182, 172, 157, 0.5);
  padding-bottom: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-title p {
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
.container_stockholder-text .stockholder_text-info .text_info-title h2 {
  margin-top: 1.6rem;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 107%;
  color: #54575A;
}
.container_stockholder-text .stockholder_text-info .text_info-title h2 span.firstLine {
  font-weight: 400;
  font-size: 2.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-location {
  border-bottom: 1px solid rgba(182, 172, 157, 0.5);
  padding-bottom: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-place {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
  margin-top: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-place img {
  width: 11.961px;
  height: 18.606px;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-place .location_place {
  margin-left: 9px;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-place .location_place p {
  font-style: normal;
  line-height: 124.5%;
  color: #54575A;
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Segoe UI;
  margin-left: 0.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-place .location_place p.smallText {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -0.5rem;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-time {
  display: flex;
  align-items: baseline;
  margin-bottom: 0;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-time img {
  width: 15px;
  height: 14px;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-time .location_time {
  margin-left: 11px;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-time .location_time p {
  font-weight: 600;
  font-family: Segoe UI;
  font-size: 1.6rem;
  margin-top: 0;
  color: #54575A;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-time .location_time p.smallText {
  font-size: 12px;
  font-weight: 400;
  margin-top: -0.5rem;
  margin-bottom: -1rem;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-capacity {
  display: flex;
  align-items: baseline;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-capacity img {
  width: 11px;
  height: 20px;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-capacity .location_capacity {
  margin-left: 13px;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-capacity .location_capacity p {
  font-weight: 600;
  font-size: 1.6rem;
  margin-top: 0;
  color: #54575A;
  font-family: Segoe UI;
  margin-top: 1.5rem;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-level {
  display: flex;
  align-items: baseline;
  margin-top: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-level img {
  width: 15px;
  height: 15px;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-level .location_level {
  margin-left: 9px;
}
.container_stockholder-text .stockholder_text-info .text_info-location .info_location-level .location_level p {
  font-weight: 600;
  font-family: Segoe UI;
  font-size: 1.6rem;
  margin-top: 0;
  color: #54575A;
}
.container_stockholder-text .stockholder_text-info .text_info-agenda {
  margin-top: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-agenda h3 {
  margin-top: 0;
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 100%;
  color: #54575A;
}
.container_stockholder-text .stockholder_text-info .text_info-agenda .info_agenda {
  margin-top: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-agenda .info_agenda p {
  font-family: Segoe UI;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  color: #54575A;
}
.container_stockholder-text .stockholder_text-info .text_info-agenda .info_agenda p .yellow-time {
  color: #EBB238;
  margin-right: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-agenda .info_agenda p .orange-time {
  color: #d8693e;
  margin-right: 1.6rem;
}
.container_stockholder-text .stockholder_text-info .text_info-agenda .info_agenda p .blue-time {
  color: #4ab6e9;
  margin-right: 1.6rem;
}
.container_stockholder-text.minify .text_info-location {
  border-bottom: 0px;
  border-top: 1px solid rgba(182, 172, 157, 0.5);
  margin-top: 1rem;
}
.container_stockholder-text.minify .stockholder_text-info .text_info-title {
  border-bottom: 0;
  padding-bottom: 0;
}
.container_stockholder-text.minify .stockholder_text-info .text_info-title .text_info-location .info_location-place img {
  width: 11.961px;
  height: 18.606px;
}
.container_stockholder-text.minify .stockholder_text-info .text_info-title .text_info-location .info_location-time img {
  width: 15px;
  height: 14px;
}
.container_stockholder-text.minify .stockholder_text-info .text_info-title .text_info-location .info_location-time .location_time {
  margin-left: 13px;
}

.container_stockholder-form {
  margin: 5rem 2rem;
}
@media (min-width: 576px) {
  .container_stockholder-form {
    margin: 5rem 0 0;
  }
}
.container_stockholder-form .stockholder_form-logo img {
  margin: 0 auto 5rem;
  display: block;
  width: 181px;
  height: 49px;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_title .error_general {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
  color: red;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_title .error_general.hidden {
  display: none;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_title .form_labels {
  justify-content: center;
  text-align: center;
  margin: 0 auto 5rem;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_title .form_labels h3 {
  font-size: 2.8rem;
  font-style: normal;
  border-bottom: 1px solid rgba(182, 172, 157, 0.5);
  padding-bottom: 1rem;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_title .form_labels h3.titleNoSub {
  border-bottom: none;
  color: #54575A;
  font-size: 2.7rem;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels {
  display: block;
  text-align: left;
  align-items: center;
  width: 100%;
  margin: 0 auto 1.2rem;
}
@media (min-width: 576px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels {
    display: flex;
    text-align: center;
  }
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels label {
  width: 100%;
  min-width: 18rem;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.4rem;
  margin-right: 1.8rem;
  margin-left: initial;
}
@media (min-width: 576px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels label {
    width: auto;
    text-align: right;
    margin-left: 0;
  }
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field {
  width: 100%;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field.no_label input {
  margin-left: 0;
}
@media (min-width: 576px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field.no_label input {
    margin-left: 3rem;
    width: 87%;
  }
}
@media (min-width: 768px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field.no_label input {
    width: 90%;
  }
}
@media (min-width: 991px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field.no_label input {
    width: 88%;
  }
}
@media (min-width: 1140px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field.no_label input {
    width: 89%;
  }
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field input {
  width: 100%;
  background-color: #fff;
  border: 0px;
  font-size: 1.4rem;
  border-bottom: 1px solid #4AB6E9;
  height: 3rem;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field input::-moz-placeholder {
  color: #c0c0c0;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field input::placeholder {
  color: #c0c0c0;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field input:focus {
  outline: 0px;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field span {
  display: block;
  color: red;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form_field span.hidden {
  display: none;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form-group-select select {
  position: relative;
  display: flex;
  height: calc(1.5em + 0.75rem + 1px);
  font-size: 1.4rem;
  border-bottom: 1px solid #4AB6E9;
  border-left: 0px;
  border-radius: 0;
  border-right: 0px;
  border-top: 0px;
  padding-left: 0.2rem;
  margin-left: 0px;
  background: url("images/arrow-down.svg") no-repeat top right;
  background-position: right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #c0c0c0;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form-group-select select option {
  color: #495057;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form-group-select select.changed {
  color: black;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form-group-select select::-ms-expand {
  display: none;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form_labels .form-group-select select::after {
  content: "";
  position: absolute;
  display: block;
  border: 1px solid #cecece;
  background: #ffffff url("images/arrow-blue.svg") no-repeat top right;
  width: 205px;
  font-size: 14px;
  color: #545452;
  height: 25px;
  border-radius: 7.5px;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .double_input {
  display: block;
  width: 104%;
}
@media (min-width: 576px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .double_input {
    display: flex;
    flex-direction: row;
    width: auto;
  }
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .double_input .input_one {
  width: 100%;
}
@media (min-width: 576px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .double_input .input_one {
    width: 55%;
  }
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .double_input .input_two {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 576px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .double_input .input_two {
    width: 45%;
  }
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .double_input .input_two .form_labels label {
  min-width: auto;
  margin-left: 0;
}
@media (min-width: 576px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .double_input .input_two .form_labels label {
    margin-left: 3rem;
  }
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check {
  margin: 5rem auto;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox {
  display: flex;
  align-items: center;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox input {
  display: none;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox input:checked + label::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -9px;
  top: 5px;
  margin-left: -8px;
  border: 1px solid #fff;
  width: 5px;
  height: 10px;
  border-bottom: 1px solid #4AB6E9;
  border-right: 1px solid #4AB6E9;
  transform: rotate(45deg);
  background: transparent;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox label {
  position: absolute;
  left: 44px;
  font-size: 1.5rem;
  width: 100%;
}
@media (min-width: 576px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox label {
    width: 85%;
    left: 12.8rem;
    position: relative;
  }
}
@media (min-width: 768px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox label {
    width: 100%;
    left: 3.8rem;
  }
}
@media (min-width: 992px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox label {
    width: 89%;
    left: 11.8rem;
  }
}
@media (min-width: 1140px) {
  .container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox label {
    width: 100%;
    left: 9.8rem;
  }
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -4rem;
  top: 4px;
  margin-left: 1.8rem;
  border: 1px solid #4AB6E9;
  background-color: #fff;
  width: 14px;
  height: 14px;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check .checkbox label a {
  color: #4AB6E9;
  font-weight: bold;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check span {
  text-align: center;
  display: block;
  color: red;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .form-group-check span.hidden {
  display: none;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .boton_continuar {
  text-align: center;
  display: flex;
  margin: 0 auto;
  font-size: 1.4rem;
  align-items: center;
  padding: 5px 15px;
  background: #4AB6E9;
  border: 0 none;
  cursor: pointer;
  color: #fff;
  border-radius: 25px;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .boton_continuar.disabled {
  cursor: not-allowed;
  background-color: rgba(74, 182, 233, 0.4);
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .boton_continuar.disabled input[type=submit] {
  cursor: not-allowed;
}
.container_stockholder-form .stockholder_form-formulary .form_formulary .boton_continuar input[type=submit] {
  padding: 0px 5px;
  background: transparent;
  border: 0 none;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.container_stockholder-form.confirmation_screens {
  margin: 10rem 0 0;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step img {
  max-width: 13rem;
  height: auto;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step img:first-child {
  margin-bottom: 3rem;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step h3 {
  color: #54575A;
  font-size: 2.8rem;
  border-bottom: 1px solid rgba(182, 172, 157, 0.5);
  margin-bottom: 2rem;
  text-align: center;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  max-width: 400px;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step a {
  padding: 5px 15px;
  background: #4AB6E9;
  cursor: pointer;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 400px;
  text-decoration: none;
  margin-top: 4rem;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step a span {
  color: #ffffff;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 600;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step a img {
  left: 5px;
  position: relative;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step a.external_link {
  padding: 0;
  background: none;
  cursor: pointer;
  border-radius: 0px;
  display: contents;
  margin: 0;
  max-width: none;
  text-decoration: none;
  margin-top: 0;
  color: #4AB6E9;
  font-weight: bold;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step .calendar_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
  justify-content: center;
  margin: auto;
  width: 100%;
  margin-top: 20px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step .calendar_content.opened {
  opacity: 1;
  pointer-events: auto;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step .calendar_content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  padding: 2px 10px 2px 10px;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  border-radius: 27px;
  margin: 0px 10px 10px 10px;
  max-width: initial;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step .calendar_content a svg {
  margin-right: 3px;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step .calendar_content a span {
  font-weight: 400;
  color: #4AB6E9;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step .calendar_content span.c-link--inline.m-0 {
  display: none;
}
.container_stockholder-form.confirmation_screens .stockholder_confirm-step #video-iframe-responsive img {
  max-width: 100%;
  width: 90%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 991px) {
  .container_stockholder-form.confirmation_screens .stockholder_confirm-step #video-iframe-responsive img {
    width: 50%;
  }
}

#video-iframe-accionistas .container-image-accionistas {
  margin: 6rem 0;
}
#video-iframe-accionistas .container-image-accionistas img {
  width: 181px;
  height: 49px;
}
#video-iframe-accionistas .container .row .center-block {
  margin: auto;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive {
  text-align: center;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive h2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive h2 img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 520px;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive h2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks {
  text-align: center;
  border: 1px solid #dee2e6;
  margin-top: 2rem;
  padding: 0.5rem;
}
@media (min-width: 400px) {
  #video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks {
    margin-top: 8rem;
  }
}
@media (min-width: 500px) {
  #video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks {
    margin-top: 14rem;
  }
}
@media (min-width: 640px) {
  #video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks {
    text-align: center;
    border: 1px solid #dee2e6;
    margin-top: 1.5rem;
    padding: 0.5rem;
  }
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks a {
  color: #3490dc;
  text-decoration: none;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: transparent;
  vertical-align: baseline;
  font-family: "OpenSans", Arial, serif;
  transition: all 0.3s ease-in;
  text-align: center;
  font-size: 1.4rem;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks .faldon-talks-icon {
  width: 1.3rem;
  margin-left: 1rem;
  margin-top: -0.1rem;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks .faldon-talks-enlace-close {
  display: flex;
  justify-content: center;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks .faldon-talks-enlace-close .faldon-talks-close .icon-close .mx-3 {
  background: transparent;
  vertical-align: baseline;
  font-family: "OpenSans", Arial, serif;
  color: #1a1a1a;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive .video-faldon-talks .faldon-talks-enlace-close .faldon-talks-close .icon-close svg {
  width: 20px;
  margin: 0px 10px;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo .caixabanktalks-live_popup .modal-header {
  color: #fff;
  background-color: #3490dc;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo .caixabanktalks-live_popup .modal-header h5 {
  font-size: 1.8rem;
  padding-left: 1rem;
  margin-bottom: 0;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo .caixabanktalks-live_popup .modal-header .close {
  padding: 0rem 1rem;
  position: relative;
  top: 0rem;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo .caixabanktalks-live_popup .modal-header .close span {
  color: #fff;
  font-size: 3.5rem;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo .caixabanktalks-live_popup .modal-body {
  position: relative;
  padding: 0 2rem 2rem;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo .caixabanktalks-live_popup .modal-body .my-5 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo1 .modelFirstButton .modal-header {
  height: 0;
  padding: 0;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo1 .modelFirstButton .modal-header button.close {
  right: 15px;
  top: 5px;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo1 .modelFirstButton .modal-header button.close span {
  color: #555;
}
#video-iframe-accionistas .container .row .center-block #video-iframe-responsive #modalAccionistasNoWatchVideo1 .modelFirstButton img {
  margin: 0;
  width: 100%;
}

/*Popup Accionist Form*/
.modal.modalLegal#modalCondiciones .modal-content {
  width: 100%;
  height: 100%;
}
.modal.modalLegal#modalCondiciones .modal-content .modal-body-content {
  margin: 0 auto;
  max-width: 974px;
  width: 100%;
  display: block;
}
.modal.modalLegal#modalCondiciones .modal-content .modal-body-content h2 {
  color: #54575A;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(182, 172, 157, 0.5);
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 0.5px;
}
.modal.modalLegal#modalCondiciones .modal-content .modal-body-content h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  color: #54575A;
}
.modal.modalLegal#modalCondiciones .modal-content .modal-body-content p {
  color: #54575A;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.modal.modalLegal#modalCondiciones .modal-content .modal-body-content p img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5rem;
}
.modal.modalLegal#modalCondiciones .modal-content .modal-body-content a {
  color: #4AB6E9;
  font-weight: bold;
}
.modal.modalLegal#modalCondiciones .modal-content .modal-body-content span.c-link--inline.m-0 {
  display: none;
}
.modal.modalLegal#modalCondiciones .modal-content .modal-body-content .contenedor_exterior_columnas {
  width: 100%;
  margin: 3rem auto 8.7rem auto;
  max-width: 974px;
  flex-direction: column-reverse;
  border-bottom: 1px solid silver;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .modal.modalLegal#modalCondiciones .modal-content .modal-body-content .contenedor_exterior_columnas {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .modal.modalLegal#modalCondiciones .modal-content .modal-body-content .contenedor_exterior_columnas .estilo_col_derecha, .modal.modalLegal#modalCondiciones .modal-content .modal-body-content .contenedor_exterior_columnas .estilo_col_izquierda {
    flex-direction: row-reverse;
    width: 49%;
  }
}

/*Popup Accionist Form*/
/*Accionist Form*/
.cmn-scroll.accionistas-cmn {
  position: fixed;
  bottom: 60px;
  height: auto;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cmn-scroll.accionistas-cmn {
    position: fixed;
    bottom: 75px;
    height: auto;
    max-width: 300px;
    width: 100%;
    overflow: hidden;
    right: 28px;
  }
}
.cmn-scroll.accionistas-cmn .cmn-content {
  background: transparent;
  position: relative;
  border: none;
  width: 100%;
  display: block;
  height: 100%;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap {
  height: 100%;
  width: 100%;
  display: block;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group {
  background: white;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-head {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background-color: #007eae;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 1rem;
  border-radius: 0;
  border: 1px solid #fff;
  border-bottom: 0;
  text-align: left;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  list-style: none;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
  margin: 0;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid #e1e1e1;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown {
  padding: 0.5rem 1.8rem 1.5rem;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown input[type=submit] {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 100%;
  padding: 1rem;
  height: 4.8rem;
  background: #007eae;
  color: #fff;
  border: none;
  border-radius: 0.3rem;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown .error-block {
  background-color: #fbeab0;
  border-radius: 3px;
  padding: 1.2rem 1rem 1.2rem 5rem;
  margin-bottom: 0.5rem;
  position: relative;
  text-align: left;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown .error-block:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1rem;
  height: 2.7rem;
  width: 5rem;
  background: url(images/icon-error-cmn.png) no-repeat center center transparent;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown .error-block p {
  margin: 0;
  padding: 0.5rem 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4rem;
  color: #555;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown .form-block {
  margin-bottom: 0.5rem;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown .form-block label {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #555;
  line-height: 1.6rem;
  margin: 1rem 0;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown .form-block input {
  border: none;
  caret-color: rgb(0, 126, 174);
  padding: 1rem;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  width: 100%;
  height: 4.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #555;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  box-shadow: none;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown .form-block textarea {
  padding: 1rem;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  width: 100%;
  height: 8.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #555;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  box-shadow: none;
}
.cmn-scroll.accionistas-cmn .cmn-content .cmn-content-wrap .cmn-content-cell .app-group ul .app-group-link .app-group-dropdown .form-block select {
  border: none;
  caret-color: rgb(0, 126, 174);
  padding: 1rem;
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  width: 100%;
  height: 4.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #555;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  box-shadow: none;
}

.cmn-scroll.cmn-message {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cmn-scroll.cmn-message {
    width: auto;
  }
}
.cmn-scroll.cmn-message .cmn-content {
  background: transparent;
  position: relative;
  border: none;
  width: 100%;
  display: table;
  height: 100%;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap {
  height: 100%;
  width: 100%;
  display: table-row;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell {
  position: relative;
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: bottom;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group {
  background: white;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-head {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  background-color: #007eae;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  padding: 1rem;
  border-radius: 0;
  border: 1px solid #fff;
  border-bottom: 0;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  display: table;
  width: 100%;
  min-height: 16rem;
  top: 0;
  height: 100%;
  padding: 6rem 0;
  border-radius: 0;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center .app-group-mid-r {
  display: table-row;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center .app-group-mid-r .app-group-mid-c {
  display: table-cell;
  vertical-align: middle;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center .app-group-mid-r .app-group-mid-c .app-group-mid-text {
  text-align: center;
  padding: 0 1rem;
  margin: 1.5rem 0;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center .app-group-mid-r .app-group-mid-c .app-group-mid-text.cmn-ok:before {
  content: "";
  display: block;
  background: url(images/ic-ending_ok.png) no-repeat center center transparent;
  width: 9.2rem;
  height: 8.9rem;
  margin: 3rem auto;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center .app-group-mid-r .app-group-mid-c .app-group-mid-text.cmn-error:before {
  content: "";
  display: block;
  background: url(images/ic-ending_error.png) no-repeat center center transparent;
  width: 9.2rem;
  height: 8.9rem;
  margin: 3rem auto;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center .app-group-mid-r .app-group-mid-c .app-group-mid-text p {
  font-family: "OpenSans", Arial, serif;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #555;
  font-weight: 100;
  margin-bottom: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 0.5rem;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center .app-group-mid-r .app-group-mid-c .app-group-mid-text p strong {
  font-family: "OpenSans", Arial, serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 100;
  color: #555;
}
.cmn-scroll.cmn-message .cmn-content .cmn-content-wrap .cmn-content-cell .app-group .app-group-mid-center .app-group-mid-r .app-group-mid-c .app-group-mid-text p a {
  font-size: 1.7rem;
  line-height: 2rem;
}

#bottom_sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  box-shadow: 0 0 10px -3px #404040;
  display: table;
  transition: bottom 0.4s ease-out 1.6s;
  width: 100%;
  z-index: 99;
}
@media (min-width: 768px) {
  #bottom_sticky {
    box-shadow: none;
    right: 3rem;
    margin-bottom: 1rem;
    text-align: right;
    width: auto;
  }
}
#bottom_sticky .cmn-talks {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#bottom_sticky .cmn-talks a {
  width: 100%;
}
#bottom_sticky .cmn-talks a .cmn-text {
  min-width: 233px;
  width: 100%;
  padding: 0;
  background: #007eae none repeat scroll 0 0;
  border: 1px solid white;
  height: 5rem;
  width: auto;
  padding: 1rem 3rem;
  position: relative;
  vertical-align: bottom;
  border-radius: 0;
}
@media (min-width: 768px) {
  #bottom_sticky .cmn-talks a .cmn-text {
    border-radius: 100px;
  }
}
#bottom_sticky .cmn-talks a .cmn-text p {
  color: #fff;
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
}

/*Estilos JGA-2022*/
.jga2022 p {
  color: #54575a;
}
.jga2022 h2 span.azul_turquesa {
  background: #009AD8;
  color: #fff;
  padding: 0rem 1rem 0.3rem 1rem;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 420px) {
  .jga2022 h2 span.azul_turquesa {
    font-size: 2.5rem;
  }
}
.jga2022 .templateTCI_contenedor {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 4rem 0;
}
.jga2022 .templateTCI_contenedor .templateTCI_texto h1 {
  margin-left: 2rem;
  color: #54575a;
}
@media (min-width: 992px) {
  .jga2022 .templateTCI_contenedor .templateTCI_texto h1 {
    font-size: 4rem;
    line-height: 5rem;
    font-family: "Open Sans", sans-serif;
  }
}
.jga2022 .contenedor_exterior_columnas {
  display: flex;
  margin-top: 3rem;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .jga2022 .contenedor_exterior_columnas {
    flex-direction: row-reverse;
  }
}
.jga2022 .contenedor_exterior_columnas .estilo_col_derecha {
  padding-right: 0;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .jga2022 .contenedor_exterior_columnas .estilo_col_derecha {
    padding-left: 1rem;
    margin-top: 0;
  }
}
.jga2022 .contenedor_exterior_columnas .estilo_col_izquierda {
  padding-left: 0;
}
@media (min-width: 768px) {
  .jga2022 .contenedor_exterior_columnas .estilo_col_izquierda {
    padding-right: 1rem;
  }
}
.jga2022 .templateTCI_contenedor_alternativa {
  display: flex;
  flex-direction: column;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa {
    flex-direction: row;
  }
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_imagen img {
  min-width: 23rem;
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto {
  padding: 3rem 1rem 1rem;
  display: block;
  width: 100%;
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto h2 {
  color: #009ad8;
  font-weight: 700;
}
@media (min-width: 992px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto {
    padding: 3rem 3rem 1rem;
  }
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas {
    flex-direction: row;
  }
}
@media (min-width: 1140px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas {
    padding-top: 3rem;
  }
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas p {
  font-size: 1.4rem;
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_izquierda {
  display: flex;
  border-bottom: 2px solid silver;
  padding: 1rem 2rem 0 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_izquierda {
    display: block;
    border-bottom: 0;
    padding: 0;
    width: 33.3%;
    padding: 0 2rem;
    border-right: 2px solid #b6ac9d;
  }
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_izquierda img {
    margin: 0;
  }
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_izquierda p:last-child {
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_izquierda p:last-child {
    margin-left: 0rem;
  }
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_medio {
  display: flex;
  border-bottom: 2px solid silver;
  padding: 1rem 2rem 0 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_medio {
    display: block;
    border-bottom: 0;
    padding: 0;
    width: 33.3%;
    padding: 0 2rem;
    border-right: 2px solid #b6ac9d;
  }
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_medio img {
    margin: 0;
  }
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_medio p:last-child {
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_medio p:last-child {
    margin-left: 0rem;
  }
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_derecha {
  display: flex;
  padding: 1rem 2rem 0 2rem;
  align-items: center;
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_derecha {
    display: block;
    padding: 0;
    width: 33.3%;
    padding: 0 2rem;
  }
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_derecha img {
    margin: 0;
  }
}
.jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_derecha p:last-child {
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .jga2022 .templateTCI_contenedor_alternativa .templateTCI_texto .contenedor_tres_columnas .estilo_col_derecha p:last-child {
    margin-left: 0rem;
  }
}
.jga2022 .article-block .article-content p.texto_derecha {
  text-align: right;
  display: block;
}
.jga2022 .article-block .article-content p.texto_derecha img {
  margin: 0;
  display: inline-block;
  max-width: 250px;
}

/*infografia Ranking financiacion sostenible*/
.infographic-ranking-financiacion .infographic-ranking-financiacion_title h2 {
  color: #222;
  font-size: 1.6rem;
  font-weight: 900;
  margin-bottom: 2rem;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: center;
  border-right: 3px solid #00cbf7;
  border-left: 3px solid #00cbf7;
  flex-direction: column;
}
@media (min-width: 768px) {
  .infographic-ranking-financiacion .infographic-ranking-financiacion_body {
    border-right: 0;
    border-left: 0;
    border-top: 3px solid #00cbf7;
    border-bottom: 3px solid #00cbf7;
    flex-direction: row;
  }
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element {
  width: 100%;
  padding: 1rem;
  border-bottom: 2px dashed #eeeeee;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element {
    border-right: 2px dashed #eeeeee;
    border-bottom: 0;
    margin: 1rem 1rem 0rem 1rem;
  }
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_text p {
  font-size: 1.6rem;
  font-weight: 900;
  color: #222;
  line-height: 20px;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto {
  display: flex;
  margin: 2rem 0 0 0;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto .infographic-ranking-financiacion_puesto_posicion {
  width: auto;
  min-width: 75px;
  margin-right: 1rem;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto .infographic-ranking-financiacion_puesto_posicion p.number {
  color: #00cbf7;
  font-weight: 900;
  font-size: 4.5rem;
  min-height: 36px;
  padding-top: 0.6rem;
  margin-bottom: 0;
  text-align: center;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto .infographic-ranking-financiacion_puesto_posicion p.number .widthText {
  font-size: 2rem;
  position: relative;
  top: -25px;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto .infographic-ranking-financiacion_puesto_posicion p.text {
  font-size: 2rem;
  color: #00cbf7;
  font-weight: 900;
  margin-bottom: 0 !important;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto .infographic-ranking-financiacion_puesto_posicion p.explain {
  font-size: 1.1rem;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto .infographic-ranking-financiacion_puesto_info p:first-child {
  font-size: 1.4rem;
  margin-bottom: 0 !important;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto .infographic-ranking-financiacion_puesto_info p:last-child {
  font-size: 1.2rem;
  line-height: 14px;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_fechas {
  text-align: right;
}
@media (min-width: 768px) {
  .infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_fechas {
    position: absolute;
    bottom: 0;
    width: 96%;
    padding: 0 1rem;
  }
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element:first-child {
  padding-left: 1rem;
  margin-left: 0;
  margin-right: 0;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element:last-child {
  padding-right: 1rem;
  margin-right: 0;
  margin-left: 0;
  border-bottom: 0;
  border-right: 0;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element:last-child .infographic-ranking-financiacion_puestos .infographic-ranking-financiacion_puesto .infographic-ranking-financiacion_puesto_posicion p.number {
  text-align: left;
}
.infographic-ranking-financiacion .infographic-ranking-financiacion_body .infographic-ranking-financiacion_element .infographic-ranking-financiacion_logo img {
  margin: 0 0 1rem 0 !important;
  width: auto !important;
  height: auto;
}

/*FIN infografia Ranking financiacion sostenible*/
/* START - Destacados Podcast */
.podcast-highlights {
  margin: 0 auto;
  max-width: 560px;
  display: block;
  overflow: hidden;
}

h2.podcast-title {
  line-height: 3.2rem;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #222222;
  font-size: 3.2rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
h2.podcast-title:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
}

.podcast-highlights h2 {
  line-height: 3.2rem;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #007eae;
  margin-bottom: 1.5rem;
}

.podcast-highlights .podcast-highlights__list {
  margin-top: -5px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 15px;
}

.podcast-highlights .podcast-highlights__item {
  padding: 5px;
  width: 100%;
  display: inline-block;
  background: none;
  vertical-align: top;
  position: relative;
}

.podcast-highlights .podcast-highlights__item.sh-h-double {
  width: 100%;
}

.podcast-highlights__item .podcast-highlights__wrap {
  min-height: 16rem;
  border: 1px solid #DDDDDD;
  position: relative;
}

.podcast-highlights__item .podcast-highlights__image {
  width: 100%;
  overflow: hidden;
}

.podcast-highlights__image img {
  margin: 0;
  display: block;
  height: auto;
  width: 100%;
}

.podcast-highlights__item .podcast-highlights__content {
  padding: 1rem 0.6rem;
  min-height: 14.5rem;
}

.podcast-highlights__item .podcast-highlights__content h3 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 2.8rem;
  color: #007eae;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.podcast-highlights__content .podcast-highlights__text p {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin-bottom: 0.8rem;
}

.podcast-highlights__content .podcast-highlights__duration p {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 0;
}

.podcast-highlights__content .podcast-highlights__button {
  position: relative;
}
@media (min-width: 768px) {
  .podcast-highlights__content .podcast-highlights__button {
    position: absolute;
    bottom: 1.2rem;
  }
}

.podcast-highlights__content .podcast-highlights__button a {
  background-color: #FFFFFF;
  border: none;
  color: #197EAE;
  white-space: normal;
  padding: 1.3rem 2rem 0rem 3rem;
  display: block;
  position: relative;
  font-size: 1.3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .podcast-highlights__content .podcast-highlights__button a {
    padding: 0.3rem 2rem 0rem 3rem;
  }
}

.podcast-highlights__content .podcast-highlights__button a:before {
  content: "";
  display: block;
  background: url(./images/ic_playplay.png);
  height: 20px;
  position: absolute;
  width: 23px;
  background-size: 15px;
  top: 15px;
  left: 7px;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .podcast-highlights__content .podcast-highlights__button a:before {
    top: 4px;
  }
}

.podcast-highlights__item.sh-h-double .podcast-highlights__content {
  /* padding: 0.8rem 0.6rem; */
  position: relative;
  display: inline-table;
  bottom: 0;
  left: 0;
  width: auto;
  height: 35%;
  background-color: #fff;
  display: block;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .podcast-highlights__item.sh-h-double .podcast-highlights__content {
    width: calc(50% - 5px);
    position: absolute;
  }
}

/* Player Layer */
#podcast-overlay {
  position: fixed;
  bottom: -85px;
  left: 0;
  width: 100%;
  padding: 0rem;
  background: #007eae;
  z-index: 3;
  transition: bottom 1s;
}

#podcast-overlay.active {
  bottom: 0;
}

#podcast-overlay .audio-container {
  display: flex;
  justify-content: space-between;
  padding: 0 1%;
}

#podcast-overlay .audio-container .audio-data {
  display: flex;
}

#podcast-overlay .audio-controls {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: flex-end;
}

#podcast-overlay .audio-controls .control-audio {
  position: relative;
}

#podcast-overlay .audio-controls .control-audio:first-child,
#podcast-overlay .audio-controls .control-audio:nth-child(7) {
  margin-left: 3%;
}

#podcast-overlay .audio-controls .control-audio:nth-child(3) {
  margin-right: 3%;
}

#podcast-overlay .audio-controls #pause {
  display: none;
}

#podcast-overlay .audio-controls #audio-current-time,
#podcast-overlay .audio-controls #audio-total-time {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  display: none;
}

#podcast-overlay .audio-controls #audio-current-time {
  margin-right: 2rem;
}

#podcast-overlay .audio-controls #audio-total-time {
  margin-left: 2rem;
}

#podcast-overlay .control-audio.audio-prog-bar {
  flex-grow: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

#podcast-overlay .control-audio.audio-prog-bar #audio-bg-bar {
  background: #2C9CC7;
  border-radius: 4px;
}

#podcast-overlay .control-audio.audio-prog-bar #audio-bar {
  height: 3px;
  background: #fff;
  border-radius: 4px;
  width: 0;
}

#podcast-overlay .audio-controls .control-audio img {
  padding: 0 1rem;
  margin: 0;
  cursor: pointer;
}

#podcast-overlay .audio-controls .control-audio #volume {
  padding: 0 2rem 0 0;
  display: none;
}

#podcast-overlay .audio-data__image {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
}

#podcast-overlay .audio-data__image img {
  max-width: 150px;
  height: auto;
  margin: 0;
  left: -36%;
  position: relative;
}

#podcast-overlay .audio-data__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
}

#podcast-overlay .audio-data__text #audio-title {
  margin: 0;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2rem;
}

#podcast-overlay .audio-data__text #audio-category {
  margin: 0;
  font-size: 1.2rem;
  line-height: normal;
  color: #fff;
}

#podcast-overlay #close img {
  margin: 0;
}

#podcast-overlay #prev,
#podcast-overlay #next {
  display: none;
}

#podcast-overlay #audio_volume_bar {
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  position: absolute;
  left: 0;
  bottom: 6rem;
  display: none;
  width: 18px;
  height: 100px;
}

@media (min-width: 420px) {
  #podcast-overlay #prev,
  #podcast-overlay #next {
    display: block;
  }
  #podcast-overlay .audio-data__text {
    padding-left: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 460px) {
  #podcast-overlay .audio-controls .control-audio #volume {
    display: block;
  }
  .podcast-highlights .podcast-highlights__item {
    display: block;
    float: left;
    width: 50%;
  }
}
@media (min-width: 550px) {
  #podcast-overlay .control-audio.audio-prog-bar {
    position: relative;
    bottom: auto;
    width: auto;
    left: auto;
  }
}
@media (min-width: 640px) {
  #podcast-overlay .audio-controls #audio-current-time,
  #podcast-overlay .audio-controls #audio-total-time {
    display: block;
  }
}
@media (min-width: 768px) {
  .podcast-highlights .podcast-highlights__list {
    margin-top: -3px;
    margin-left: -3px;
    margin-right: -3px;
    padding: 0;
  }
  .podcast-highlights .podcast-highlights__item {
    padding: 3px;
  }
  .podcast-highlights__item .podcast-highlights__wrap {
    min-height: 38rem;
  }
  .podcast-highlights__item .podcast-highlights__image {
    height: 13rem;
  }
  .podcast-highlights__item.sh-h-double .podcast-highlights__image {
    height: 38rem;
  }
  .podcast-highlights__image .podcast-highlights__image-wrap {
    /* width: 110%; */
    /* left: -5%; */
    position: relative;
    height: 100%;
    overflow: hidden;
  }
  .podcast-highlights__image .podcast-highlights__image-wrap img {
    height: 100%;
    width: 100%;
    min-width: 50%;
    max-width: 100%;
  }
  .podcast-highlights__item .podcast-highlights__content {
    padding: 1.5rem 1.2rem;
    min-height: 0;
  }
  .podcast-highlights__item.sh-h-double .podcast-highlights__content {
    width: calc(50% - 3px);
    height: 53%;
  }
}
@media (min-width: 992px) {
  .podcast-highlights {
    margin: 0;
    max-width: none;
  }
  .podcast-highlights .podcast-highlights__item {
    width: 33%;
  }
  .podcast-highlights .podcast-highlights__item.sh-h-double {
    width: 66%;
  }
}
.cleanfilters {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.9rem;
  position: relative;
  display: block;
  margin: 0;
  margin-bottom: 2.5rem;
  cursor: pointer;
  color: #197eae;
}

/*Infographic Identity pagina interior*/
.infographic-identity {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  background: #fff;
}
@media (min-width: 992px) {
  .infographic-identity {
    padding: 0rem 4rem;
  }
}
.infographic-identity__block-top {
  display: flex;
  align-items: flex-end;
  padding: 0px 0px;
  height: 100% !important;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .infographic-identity__block-top {
    align-items: flex-start;
  }
}
.infographic-identity__block-top .infographic-identity__block-right {
  margin-bottom: -2rem;
}
@media (min-width: 992px) {
  .infographic-identity__block-top .infographic-identity__block-right {
    margin-bottom: 0;
    margin-top: -2rem;
  }
}
.infographic-identity__block-bottom {
  display: flex;
  align-items: flex-start;
  padding: 0px 0px;
  height: 100% !important;
  justify-content: space-between;
}
.infographic-identity__block-bottom .infographic-identity__block-left {
  margin-top: 3rem;
}
.infographic-identity__block-left, .infographic-identity__block-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  width: 46%;
  padding: 1.5rem;
  background: #eee;
}
@media (min-width: 768px) {
  .infographic-identity__block-left, .infographic-identity__block-right {
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-left, .infographic-identity__block-right {
    width: 45%;
  }
}
.infographic-identity__block-left p, .infographic-identity__block-right p {
  font-size: 12px;
  color: #9998a4;
  margin-bottom: 1rem !important;
  line-height: 1.6rem;
  width: 100%;
}
.infographic-identity__block-left p span.blue, .infographic-identity__block-right p span.blue {
  color: #00bbf2;
  font-weight: bold;
  font-size: 17px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .infographic-identity__block-left p span.blue, .infographic-identity__block-right p span.blue {
    font-size: 20px;
  }
}
.infographic-identity__block-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.infographic-identity__block-middle .infographic-identity__block-center {
  width: 280px;
  height: 100%;
  margin: 50px 0;
  position: relative;
}
@media (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center {
    width: 337px;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center {
    width: 477px;
    margin: 30px 0;
  }
}
@media (-ms-high-contrast: none) and (min-width: 400px), (-ms-high-contrast: active) and (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center {
    width: 320px;
    height: 84px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center {
    width: 450px;
    height: 100px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 400px), (-ms-high-contrast: active) and (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center.v2 {
    height: 52px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center.v2 {
    height: 60px;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p {
  font-size: 21px;
  text-align: center;
  color: #fff;
  line-height: 2.6rem;
}
@media (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p {
    font-size: 33px;
    line-height: 3.7rem;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p:lang(ca) {
  font-size: 20px;
}
@media (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p:lang(ca) {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p:lang(ca) {
    font-size: 33px;
    line-height: 3.9rem;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p:lang(en) {
  line-height: 2.7rem;
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p:lang(en) {
    line-height: 4.4rem;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text p mark {
  color: #fff;
  background: #00bbf2;
  margin: 0px;
  padding: 0;
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow, .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow, .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow, .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow {
  content: "";
  position: absolute;
  background: #00bbf2;
  width: 1px;
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow:before, .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:before, .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:before, .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  top: 0;
  left: -100%;
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow:before, .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:before {
  border-top: 2px solid #00bbf2;
  border-left: 2px solid #00bbf2;
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:before, .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:before {
  border-bottom: 2px solid #00bbf2;
  border-right: 2px solid #00bbf2;
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow {
  height: 48px;
  top: -75%;
  left: 22%;
}
@media (min-width: 768px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow {
    height: 55px;
    top: -85%;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow {
    height: 60px;
    top: -41%;
    left: -10%;
  }
}
@media (min-width: 1140px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow {
    left: -12%;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #00bbf2;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow:lang(en) {
  right: 33%;
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow:lang(en) {
    right: 35%;
  }
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow:lang(en):after {
    width: 100px;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow {
  height: 35px;
  top: -45px;
  right: 20%;
}
@media (min-width: 768px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow {
    height: 40px;
    top: -55px;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow {
    height: 70px;
    top: -90px;
    right: 20%;
  }
}
@media (min-width: 1140px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow {
    top: -88px;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:lang(en) {
  right: 33%;
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:lang(en) {
    right: 33%;
    height: 50px;
    top: -65px;
  }
}
@media (min-width: 1140px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:lang(en) {
    height: 70px;
    top: -85px;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
  height: 1px;
  width: 35px;
  bottom: -130%;
  left: 19%;
}
@media (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    left: 22%;
  }
}
@media (min-width: 600px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    width: 105px;
    left: 0%;
  }
}
@media (min-width: 768px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    width: 180px;
    left: -24%;
    bottom: -143%;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    bottom: -95%;
    left: -3%;
    width: 165px;
  }
}
@media (min-width: 1140px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    width: 206px;
    left: -12%;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en) {
  height: 1px;
  width: 10px;
  bottom: -134%;
  left: 35%;
}
@media (min-width: 600px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en) {
    width: 85px;
    left: 12%;
  }
}
@media (min-width: 768px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en) {
    width: 86px;
    left: 2%;
    bottom: -145%;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en) {
    left: 55px;
    bottom: -85%;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en):after {
  left: 10px;
}
@media (min-width: 600px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en):after {
    width: 1px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en):after {
    left: auto;
    bottom: 0;
    right: 0;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:before {
  transform: rotate(130deg);
  left: 0%;
  top: auto;
  bottom: -60%;
}
@media (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:before {
    left: 0%;
    bottom: -100%;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 34px;
  width: 1px;
  height: 115px;
  background: #00bbf2;
}
@media (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    height: 115px;
  }
}
@media (min-width: 600px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    left: 105px;
  }
}
@media (min-width: 768px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    left: auto;
    right: 0;
    height: 125px;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    height: 105px;
  }
}
@media (min-width: 1140px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    height: 100px;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow {
  bottom: -94%;
  right: 8%;
  height: 1px;
  width: 15px;
}
@media (min-width: 400px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow {
    right: 15%;
  }
}
@media (min-width: 768px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow {
    right: -13%;
    width: 1px;
    height: 110px;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow {
    right: -3%;
    height: 95px;
    top: 60px;
    bottom: auto;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  transform: rotate(130deg);
  left: 0%;
  top: auto;
  bottom: -65%;
}
@media (min-width: 768px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:before {
    transform: rotate(45deg);
    left: -100%;
    top: auto;
    bottom: 0%;
  }
}
.infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 1px;
  height: 85px;
  background: #00bbf2;
}
@media (min-width: 768px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:after {
    bottom: auto;
    top: 0;
    right: 0px;
    width: 55px;
    height: 1px;
  }
}
@media (min-width: 992px) {
  .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:after {
    width: 35px;
  }
}
.infographic-identity.v2 .infographic-identity__block-top .infographic-identity__block-right {
  margin-bottom: 4rem;
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow {
  top: -115%;
}
@media (min-width: 768px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow {
    top: -121%;
    left: 25%;
  }
}
@media (min-width: 992px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow {
    top: -63%;
    left: -11%;
  }
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lt-arrow:after {
    width: 130px;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow {
  height: 65px;
  top: -100px;
  right: 30%;
}
@media (min-width: 400px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow {
    right: 34%;
  }
}
@media (min-width: 1140px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow {
    top: -90px;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:after {
  content: "";
  width: 85px;
  height: 1px;
  background: #00bbf2;
  position: absolute;
  right: 0%;
  bottom: -1%;
}
@media (min-width: 992px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:after {
    width: 125px;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow .infographic-identity__border-rt {
  position: absolute;
  bottom: -31%;
  left: -84px;
  width: 1px;
  height: 20px;
  background: #00bbf2;
}
@media (min-width: 992px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow .infographic-identity__border-rt {
    left: -124px;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:lang(en) {
  right: 22%;
}
@media (min-width: 400px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:lang(en) {
    right: 27%;
  }
}
@media (min-width: 1140px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rt-arrow:lang(en) {
    right: 26%;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
  height: 1px;
  width: 50px;
  bottom: -200%;
  left: 11.5%;
}
@media (min-width: 400px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    width: 65px;
    left: 12%;
  }
}
@media (min-width: 600px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    width: 141px;
    left: -10%;
  }
}
@media (min-width: 768px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    width: 217px;
    left: -33%;
    bottom: -215%;
  }
}
@media (min-width: 992px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow {
    left: -7%;
    bottom: -151%;
    width: 185px;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:before {
  transform: rotate(130deg);
  left: 0%;
  top: auto;
  bottom: -60%;
}
@media (min-width: 400px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:before {
    left: 0%;
    bottom: -100%;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
  bottom: 0;
  left: 50px;
  width: 1px;
  height: 125px;
}
@media (min-width: 400px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    left: 64px;
  }
}
@media (min-width: 600px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    left: 140px;
  }
}
@media (min-width: 768px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    left: 216px;
    height: 122px;
  }
}
@media (min-width: 992px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:after {
    height: 105px;
    left: 185px;
  }
}
@media (min-width: 600px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en) {
    width: 110px;
    left: 5%;
  }
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en):after {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en) {
    width: 200px;
    left: -22%;
  }
}
@media (min-width: 992px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-lb-arrow:lang(en) {
    left: -3%;
    bottom: -135%;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow {
  height: 60px;
  width: 1px;
  bottom: -80%;
  right: 36%;
}
@media (min-width: 768px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow {
    bottom: -125%;
    right: 0%;
    width: 1px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow {
    bottom: auto;
    top: 34%;
    right: 6%;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  transform: rotate(45deg);
  left: auto;
  right: -100%;
  top: auto;
  bottom: 0;
}
@media (min-width: 768px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:before {
    transform: rotate(45deg);
    left: -100%;
    top: auto;
    bottom: 0%;
  }
}
.infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:after {
  display: none;
}
@media (min-width: 768px) {
  .infographic-identity.v2 .infographic-identity__block-middle .infographic-identity__block-center .infographic-identity__text .infographic-identity__arrows .infographic-identity__border-rb-arrow:after {
    content: "";
    width: 44px;
    height: 1px;
    background: #00bbf2;
    position: absolute;
    bottom: 0;
    left: auto;
    display: block;
  }
}

/*FIN Infographic Identity pagina interior*/
/*Infographic Identity Subhome*/
.infographic-identity-sh {
  padding: 0 2rem;
}
@media (min-width: 768px) {
  .infographic-identity-sh {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .infographic-identity-sh .infographic-identity-sh__text-top {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .infographic-identity-sh .infographic-identity-sh__text-bottom {
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .infographic-identity-sh .infographic-identity-sh__text-bottom {
    padding-left: 120px;
  }
}
.infographic-identity-sh .infographic-identity-sh__button .button_wrap {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .infographic-identity-sh .infographic-identity-sh__button .button_wrap {
    margin-top: 0;
  }
}
@media (min-width: 1140px) {
  .infographic-identity-sh .infographic-identity-sh__button .button_wrap {
    position: absolute;
    top: -60px;
  }
}
.infographic-identity-sh .infographic-identity-sh__button .button_wrap .btn.btn-white-border > a, .infographic-identity-sh .infographic-identity-sh__button .button_wrap .btn-white-border.corp--btn-01__wrapper > a {
  padding: 1.1rem 3rem;
}
@media (min-width: 768px) {
  .infographic-identity-sh .infographic-identity-sh__button .button_wrap .btn.btn-white-border > a, .infographic-identity-sh .infographic-identity-sh__button .button_wrap .btn-white-border.corp--btn-01__wrapper > a {
    padding: 1.1rem 6rem;
  }
}
.infographic-identity-sh h2.title_big {
  font-size: 4.7rem;
  margin-bottom: 0;
}
.infographic-identity-sh span.text_big {
  font-size: 1.7rem;
  line-height: 2.5rem;
}
.infographic-identity-sh span.text_small {
  font-size: 1.5rem;
  line-height: 2rem;
}

/*FIN Infographic Identity Subhome*/
/*Mapa interactivo*/
#mapa-tarjetas #mapa .contenido_articulo img {
  display: inline;
  margin: 0;
  width: 100%;
}
#mapa-tarjetas #mapa #mapa-provincias {
  float: left;
  height: auto;
  margin-top: 0;
  width: 100%;
  background-position: top;
  background-size: contain;
}
#mapa-tarjetas #mapa #mapa-provincias img {
  display: inline;
  margin: 0;
  width: 100%;
}
@media (max-width: 500px) {
  #mapa-tarjetas #mapa #mapa-provincias img {
    max-width: 100%;
    height: auto;
  }
}
#mapa-tarjetas #mapa .mapa-click {
  height: 0;
  width: 0;
}
#mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
  display: block !important;
  float: left;
  margin: 10px auto;
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/mapaInteractivo/0.png) no-repeat scroll 0 0 transparent;
  width: 100%;
  background-position: top;
  background-size: contain;
}
@media (max-width: 500px) {
  #mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
    height: 360px;
    background-size: 100%;
    width: 100%;
  }
}
@media (max-width: 450px) {
  #mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
    height: 290px;
  }
}
@media (max-width: 400px) {
  #mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
    height: 250px;
  }
}
@media (max-width: 375px) {
  #mapa-tarjetas #mapa.contenido_articulo #mapa-original.mapa-original {
    height: 225px;
  }
}
#mapa-tarjetas #mapa #mapa-interactiu area {
  cursor: pointer;
}

html[lang=ca] #mapa_tarjetas #mapa #mapa-original.mapa-original {
  background: url("/deployedfiles/caixabank_com/Estaticos/Imagenes/mapaInteractivo/0_ca.png") no-repeat scroll 0 0 transparent;
}

html[lang=en] #mapa_tarjetas #mapa #mapa-original.mapa-original {
  background: url("/deployedfiles/caixabank_com/Estaticos/Imagenes/mapaInteractivo/0_en.png") no-repeat scroll 0 0 transparent;
}

#tipos_tarjetas ul li.highlight {
  display: none;
  background: #dbdbdb;
  padding: 3rem;
  color: #197eae;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  #tipos_tarjetas ul li.highlight {
    padding: 3rem 6rem;
  }
}
#tipos_tarjetas ul li.highlight .title h1, #tipos_tarjetas ul li.highlight .title h2 {
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#tipos_tarjetas ul li.highlight .text ul li {
  list-style-type: disc;
  margin-left: 2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #tipos_tarjetas ul li.highlight .text ul li {
    margin-left: 4rem;
  }
}
#tipos_tarjetas ul li.highlight .text ul li a {
  font-weight: bold;
}
#tipos_tarjetas ul li.highlight .text ul li p {
  margin-left: 2.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  #tipos_tarjetas ul li.highlight .text ul li p {
    margin-left: 4rem;
  }
}

/*FIN Mapa interactivo*/
/*Estilos propios de la landing Presentación resultados anuales*/
/*Banner de cabecera*/
/*Estilos banner cabecera*/
.annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
  margin: auto;
  padding: 3rem;
}
@media (min-width: 575px) {
  .annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r {
    padding: 1rem;
    width: 720px;
  }
}
.annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c {
  bottom: 0;
}
.annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap {
  bottom: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap {
    max-width: 685px;
    width: 65%;
  }
}
.annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2px;
  background: transparent;
  text-align: left;
  white-space: initial;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-title h2 {
    font-size: 40px;
    line-height: 53px;
  }
}
.annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description {
  flex-wrap: nowrap;
  justify-content: left;
  flex-direction: column;
}
@media (min-width: 768px) {
  .annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description {
    margin: 0;
  }
}
.annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description p {
  background: transparent;
  line-height: 3rem;
  display: inline-block;
  font-size: 2.4rem;
  white-space: initial;
  margin-top: 2rem;
  text-align: left;
  padding: 0;
}
.annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description p span.botonBanner {
  font-family: "Open Sans", sans-serif;
  background: #007eae;
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 3rem;
  border: 1px solid #fff;
  font-size: 1.4rem;
  margin: 0.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  cursor: pointer;
}
.annualResults .home-banner .hm-slider .hm-slider-list .hm-slide .hm-slide-text .hm-slide-text-r .hm-slide-text-c .hm-slide-text-wrap .hm-slide-description p span.botonBanner:hover {
  text-decoration: none;
}

/*FIN Banner de cabecera*/
/*Componente azul dos columnas con imagen icono y texto*/
.annualResults .attachedBanner .article-block .article-content.article-text .c-link--inline {
  display: none;
}
@media (min-width: 768px) {
  .annualResults .attachedBanner .article-block .article-content.article-text {
    text-align: left;
  }
}
.annualResults .attachedBanner .article-block .article-content .row .col-md-2 a img {
  width: 24px;
  margin: 0;
}
.annualResults .attachedBanner .article-block .article-content .row .col-md-2 .c-link--inline.m-0 {
  display: none;
}
.annualResults .attachedBanner .article-block .article-content .row img {
  margin-bottom: 0;
}
.annualResults .attachedBanner .col-12.col-md-6 {
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .annualResults .attachedBanner .col-12.col-md-4 {
    padding: 0;
  }
}
.annualResults .attachedBanner .col-12.col-md-4 p img {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .annualResults .attachedBanner .col-12.col-md-4 p img {
    margin-bottom: 0;
  }
}
.annualResults .attachedBanner .col-12.col-md-4 .c-link--inline.m-0 {
  display: none;
}
.annualResults .attachedBanner .col-9.col-md-8 {
  display: flex;
  align-items: center;
}
.annualResults .attachedBanner .col-9.col-md-8 .font-color--white {
  font-size: 1.6rem;
}

/*FIN Componente azul dos columnas con imagen icono y texto*/
/*Estilos contadores*/
.annualResults .counterRegion .counters .col-12 {
  padding-bottom: 6rem;
}
.annualResults .counterRegion .counters .col-12:last-child {
  padding-bottom: 0;
}
.annualResults .counterRegion .counters .col-12 .counter {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .annualResults .counterRegion .counters .col-12 .counter {
    flex-direction: row;
    justify-content: stretch;
  }
}
.annualResults .counterRegion .counters .col-12 .counter .counter__value {
  font-size: 4.5rem;
}
@media (min-width: 768px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__value {
    margin-right: 1rem;
    font-size: 4.3rem;
  }
}
@media (min-width: 992px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__value {
    margin-right: 0rem;
    font-size: 5rem;
  }
}
.annualResults .counterRegion .counters .col-12 .counter .counter__value:lang(en) {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__value:lang(en) {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__value:lang(en) {
    font-size: 4rem;
  }
}
.annualResults .counterRegion .counters .col-12 .counter .counter__text {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 5rem;
  color: #197EAE;
}
@media (min-width: 768px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__text {
    font-size: 4.3rem;
  }
}
@media (min-width: 992px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__text {
    font-size: 5rem;
  }
}
.annualResults .counterRegion .counters .col-12 .counter .counter__text:lang(en) {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__text:lang(en) {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__text:lang(en) {
    font-size: 4rem;
  }
}
.annualResults .counterRegion .counters .col-12 .counter .counter__coin:lang(en) {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 5rem;
  color: #197EAE;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__coin:lang(en) {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .annualResults .counterRegion .counters .col-12 .counter .counter__coin:lang(en) {
    font-size: 4rem;
  }
}
.annualResults .counterRegion .counters .col-12 .counter__info {
  padding: 0;
}
.annualResults .counterRegion .counters .col-12 .counter__info h3 {
  color: #197eae;
  font-weight: 600;
}
.annualResults .counterRegion .button_wrap a {
  background: transparent;
}

/*Estilos contadores*/
/*Componente Webcast*/
.annualResults .col-12.col-lg-6.webcast {
  padding: 0 2rem;
  display: flex;
}
@media (min-width: 992px) {
  .annualResults .col-12.col-lg-6.webcast {
    padding-left: 8rem;
  }
}
.annualResults .col-12.col-lg-6.webcast .article-block .article-content h2 {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 3rem;
  font-size: 3.2rem;
  padding-top: 2rem;
}
.annualResults .col-12.col-lg-6.webcast .article-block .article-content h2:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
}
.annualResults .col-12.col-lg-6.webcast .article-block .article-content h3 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
}
.annualResults .col-12.col-lg-6.webcast .article-block .article-content.article-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.annualResults .col-12.col-lg-6.webcast .article-block .article-content p a {
  color: #222222;
}
.annualResults .col-12.col-lg-6.webcast .article-block .article-content img {
  margin: 0;
}
.annualResults .col-12.col-lg-6.webcast .article-block .row {
  margin-bottom: 3rem;
}
.annualResults .col-12.col-lg-6.webcast .article-block p {
  margin-bottom: 1rem !important;
}
.annualResults .col-12.col-lg-6.webcast .article-block .col-4.col-md-4 img, .annualResults .col-12.col-lg-6.webcast .article-block .col-4.col-md-4 p {
  margin-bottom: 0 !important;
}
.annualResults .col-12.col-lg-6.webcast .article-block .col-8.col-md-8 img {
  margin: 0;
  max-width: 24px;
}
.annualResults .col-12.col-lg-6.webcast .col-md-8 p:first-of-type > span.c-link--inline.m-0 {
  display: none;
}

/*FIN Componente Webcast*/
/*Tres columnas de enlaces con tercero fondo azul*/
.annualResults .threeGreyColumns .article-content.article-text {
  padding: 5rem 0;
}
.annualResults .threeGreyColumns .article-content.article-text .row {
  width: 100%;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 {
  padding: 2rem;
}
@media (min-width: 768px) {
  .annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 {
    background: #fff;
  }
}
@media (min-width: 992px) {
  .annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 {
    padding: 7rem 3rem;
  }
}
@media (min-width: 992px) {
  .annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4:nth-child(2) {
    padding-left: 1rem;
  }
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 h3 {
  margin-bottom: 3rem;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 p img {
  max-width: 20px !important;
  max-height: 23px;
  margin: 0 1rem 0 0;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 p a {
  text-decoration: none;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 p a:hover {
  text-decoration: underline;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4 p .c-link--inline.m-0 {
  display: none;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4:last-of-type h3 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
  line-height: 2.5rem;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4:last-of-type p img {
  margin: 0 2rem 0 0;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4:last-child {
  background: linear-gradient(180deg, #009AD8 0%, #197EAE 100%);
  padding: 7rem 9rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4:last-child > h3 a {
  color: #fff;
}
.annualResults .threeGreyColumns .article-content.article-text .row .col-12.col-lg-4:last-child > p {
  align-items: flex-start;
}

/*FIN Tres columnas de enlaces con tercero fondo azul*/
/*Botones audio y video*/
.annualResults .templateTCI_contenedor {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 24px;
}
.annualResults .templateTCI_contenedor .templateTCI_imagen {
  margin-right: 0.5rem;
}
.annualResults .templateTCI_contenedor .templateTCI_imagen p {
  margin-bottom: 0;
}
.annualResults .templateTCI_contenedor .templateTCI_imagen p img {
  min-width: 24px;
}
.annualResults .templateTCI_contenedor .templateTCI_texto p {
  margin-bottom: 0;
}
.annualResults .templateTCI_contenedor .templateTCI_texto p a {
  font-weight: 600;
}
.annualResults .article-block .article-content .row .templateTCI_imagen img {
  margin-bottom: 0;
}

/*FIN Botones audio y video*/
/*Componente informacion estrategica*/
.strategicInfo p strong a {
  font-size: 2.2rem;
  color: #222222;
}

/*FIN Componente informacion estrategica*/
/*FIN Estilos propios de la landing Presentación resultados anuales*/
/*Estilos carrusel centrado*/
.center-carousel .center-carousel__text h2 {
  font-size: 2.4rem;
  line-height: 130%;
  text-align: center;
  padding: 0 1rem;
  margin-top: 3.2rem;
}
@media (min-width: 991px) {
  .center-carousel .center-carousel__text h2 {
    font-size: 3.2rem;
    padding: 0;
    margin-top: 8.8rem;
  }
}
.center-carousel .center-carousel__text p {
  font-size: 1.6rem;
  margin-top: 0.8rem;
  line-height: 130%;
}
@media (min-width: 991px) {
  .center-carousel .center-carousel__text p {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}
.center-carousel .center-carousel__wrap {
  margin-top: 2.8rem;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list {
  padding-top: 3.2rem !important;
}
@media (min-width: 991px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list {
    padding-top: 6.4rem !important;
  }
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item {
  position: relative;
  border-radius: 4px;
  transition: top 0.6s;
  top: 0;
  max-width: 277px;
  margin: 0 0.4rem;
}
@media (min-width: 768px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item {
    max-width: 575px;
  }
}
@media (min-width: 991px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item {
    margin: 0 1rem;
  }
}
@media (min-width: 1600px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item {
    margin: 0 3rem;
  }
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item.slick-center {
  top: -3.2rem;
}
@media (min-width: 991px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item.slick-center {
    top: -6.4rem;
  }
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item.slick-center a {
  pointer-events: auto;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item.slick-center a .center-carousel__item-img:before {
  background: linear-gradient(0deg, #065779 0%, rgba(6, 87, 121, 0) 100%);
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item.slick-center a .center-carousel__item-text {
  opacity: 1;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a {
  display: block;
  position: relative;
  border-radius: 4px;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-img:before {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(230, 233, 236, 0.4), rgba(230, 233, 236, 0.4));
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-img img {
  max-width: 100%;
  margin: 0;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-icon {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-icon img {
  max-width: 30px;
}
@media (min-width: 768px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-icon img {
    max-width: initial;
  }
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.8rem;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.6s;
}
@media (min-width: 991px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-text {
    bottom: 4.4rem;
  }
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-text h3 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 130%;
  margin: 0;
}
@media (min-width: 991px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-text h3 {
    font-size: 2rem;
  }
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-text p {
  display: none;
}
@media (min-width: 991px) {
  .center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .center-carousel__item a .center-carousel__item-text p {
    display: block;
    margin-top: 0.8rem;
    color: #fff;
    font-size: 1.8rem;
    line-height: 130%;
  }
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-list .slick-track .c-link--inline.m-0 {
  display: none;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-dots {
  margin: -1rem 0 0 0;
  display: flex;
  justify-content: center;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: inherit;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-dots li:first-child {
  margin-left: 0;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-dots li:last-child {
  margin-right: 0;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-dots li button {
  background-color: #197EAE;
  color: transparent;
  height: 0.8rem;
  width: 0.8rem;
  padding: 0;
  border-radius: 1.2rem;
  background-clip: initial;
  border: 0;
  transition: all 0.6s ease;
  opacity: 0.5;
}
.center-carousel .center-carousel__wrap .center-carousel__list .slick-dots li.slick-active button {
  width: 2.5rem;
  opacity: 1;
}
@media (min-width: 768px) {
  .center-carousel .center-carousel__arrows {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    z-index: 20;
    top: 50%;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .center-carousel .center-carousel__arrows .slick-arrow.slick-prev {
    background-color: transparent;
    left: 0;
  }
}
@media (min-width: 768px) {
  .center-carousel .center-carousel__arrows .slick-arrow.slick-next {
    background-color: transparent;
    right: 0;
  }
}

/*Estilos carrusel centrado con popups*/
.center-carousel_modals .center-carousel__text {
  text-align: center;
}
.center-carousel_modals .center-carousel__item .clickLayer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
  visibility: visible;
}
.center-carousel_modals .center-carousel__item.slick-current.slick-active.slick-center .clickLayer {
  visibility: hidden;
}

.modal.center-carousel__popup {
  padding: 17px;
}
.modal.center-carousel__popup .modal-dialog {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  justify-content: center;
  width: 100%;
  height: 95%;
}
.modal.center-carousel__popup .modal-dialog .modal-content {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.modal.center-carousel__popup .modal-dialog .modal-content .modal-header button.close {
  position: relative;
  top: 0;
  padding-right: 1rem;
}
.modal.center-carousel__popup .modal-dialog .modal-content .modal-body {
  padding: 1rem;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.modal.center-carousel__popup .modal-dialog .modal-content .modal-body .video-modal {
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal.center-carousel__popup .modal-dialog .modal-content .modal-body .video-modal {
    max-width: 700px;
    height: auto;
  }
}
.modal.center-carousel__popup .modal-dialog .modal-content .modal-body .audio-modal {
  max-width: 100%;
}
.modal.center-carousel__popup .modal-dialog .modal-content .modal-body .image-modal {
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal.center-carousel__popup .modal-dialog .modal-content .modal-body .image-modal {
    max-width: 700px;
    height: auto;
  }
}
.center-carousel--second .center-carousel__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-carousel--second .center-carousel__text h2 {
  color: #fff;
  text-align: center;
  font-family: "Open Sans Light";
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  margin-top: 1.6rem !important;
}

.center-carousel--second .center-carousel__text p {
  color: #fff;
  font-family: "Open Sans";
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.center-carousel--second .center-carousel__text:before {
  content: "";
  width: 25px;
  height: 3px;
  display: block;
  background: #fff;
  position: relative;
}

.center-carousel.center-carousel--second .center-carousel__wrap .center-carousel__list .slick-dots li button {
  background-color: #fff;
}

/*FIN Estilos carrusel centrado*/
@media (min-width: 992px) {
  .accesos-rapidos {
    margin-top: 10rem;
  }
}

.barslider__controls {
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  height: 24px;
  bottom: 70px;
}

.barslider {
  width: auto;
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.barslider--v2 {
  margin: 0 -1rem;
}
.barslider--v2 .barslider__title {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
@media (min-width: 769px) {
  .barslider--v2 .barslider__title {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 992px) {
  .barslider--v2 .barslider__title {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }
}
@media (min-width: 1441px) {
  .barslider--v2 .barslider__title {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
.barslider--v2 ul.barslider__progress-block {
  width: 100%;
}
.barslider--v2 .barslider__controls {
  display: none;
}
@media (min-width: 992px) {
  .barslider--v2 .barslider__controls {
    display: block;
  }
}
.barslider--v2 .barslider__element-container {
  height: 725px;
}
@media (min-width: 769px) {
  .barslider--v2 .barslider__element-container {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .barslider--v2 .barslider__element-container {
    height: 520px;
  }
}
.barslider--v2 .barslider__element-container .barslider__info-wrapper {
  padding: 0 2.8rem;
  width: 100%;
  position: relative;
  top: -20rem;
  margin-bottom: 4.8rem;
}
@media (min-width: 485px) {
  .barslider--v2 .barslider__element-container .barslider__info-wrapper {
    top: -25px;
  }
}
@media (min-width: 768px) {
  .barslider--v2 .barslider__element-container .barslider__info-wrapper {
    top: -3rem;
    margin-bottom: auto;
  }
}
@media (min-width: 992px) {
  .barslider--v2 .barslider__element-container .barslider__info-wrapper {
    padding: 0 1rem;
    top: -4rem;
  }
}
.barslider--v2 .barslider__element-container .barslider__bg-wrapper {
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}
.barslider--v2 .barslider__element-container .barslider__bg-wrapper picture {
  display: block;
  height: 100%;
}
.barslider--v2 .barslider__element-container .barslider__bg-wrapper picture source, .barslider--v2 .barslider__element-container .barslider__bg-wrapper picture img {
  min-height: 725px;
}
@media (min-width: 769px) {
  .barslider--v2 .barslider__element-container .barslider__bg-wrapper picture source, .barslider--v2 .barslider__element-container .barslider__bg-wrapper picture img {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .barslider--v2 .barslider__element-container .barslider__bg-wrapper picture source, .barslider--v2 .barslider__element-container .barslider__bg-wrapper picture img {
    min-height: 520px;
  }
}
.barslider--v2 .barslider__button a {
  width: auto;
}
.barslider--v2 .barslider__button a:hover {
  background: #fff;
  color: #007eae;
  border-color: #007eae;
}
.barslider--v2 .barslider__button--white a:hover {
  background: #007eae;
  color: #fff;
  border-color: #fff;
}
.barslider--v2 .barslider__pager {
  background: transparent;
  position: absolute;
  bottom: 0;
}
.barslider--v2 .barslider__progress-bar {
  height: 0.2rem;
  background: rgba(158, 158, 158, 0.75);
  width: 95%;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.barslider--v2 .barslider__progress-completed {
  background: #ffffff;
}
.barslider--v2 .barslider__control-wrap--active .barslider__progress-completed {
  height: 0.2rem;
  opacity: 1;
}
.barslider--v2 a.barslider__control-link {
  color: #fff;
  opacity: 1;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 2.4rem;
  margin-bottom: 6px;
}
.barslider--v2 .barslider__control-wrap:hover a.barslider__control-link {
  color: #fff;
}
.barslider--v2 .titulo_negativo h2.barslider__title {
  color: #333;
}
.barslider--v2 .barslider__bg-video {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 812px;
  width: auto;
  left: -170%;
}
@media (min-width: 425px) {
  .barslider--v2 .barslider__bg-video {
    width: 152%;
    left: -25%;
  }
}
@media (min-width: 645px) {
  .barslider--v2 .barslider__bg-video {
    width: 100%;
    left: 0;
  }
}
@media (min-width: 991px) {
  .barslider--v2 .barslider__bg-video {
    top: 0;
  }
}
@media (min-width: 1400px) {
  .barslider--v2 .barslider__bg-video {
    top: -25%;
  }
}
@media (min-width: 1600px) {
  .barslider--v2 .barslider__bg-video {
    top: -50%;
  }
}
.barslider--v2 .barslider__button-wrapper {
  margin-top: 2rem;
  flex-direction: row;
  flex-wrap: wrap;
}
.barslider--v2 .barslider__bg-wrapper::before {
  box-shadow: none;
}
.barslider--v2 ul li.barslider__element.barslider__element--active {
  max-height: 725px;
}
@media (min-width: 769px) {
  .barslider--v2 ul li.barslider__element.barslider__element--active {
    max-height: 520px;
  }
}

.barslider__slide-block {
  transition: all 1s linear;
  display: flex;
  z-index: -1;
  justify-content: space-evenly;
  flex-direction: column;
}

ul li.barslider__element {
  opacity: 0;
  transition: opacity 2s linear;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

ul li.barslider__element.barslider__element--active {
  transition: opacity 2s linear;
  opacity: 1;
  max-height: 500px;
  order: 1;
}

.barslider__info-wrapper {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(1, 0.03, 1, 1);
  margin: auto;
  padding: 3rem;
  z-index: 1;
}

.barslider__slide-block--transition .barslider__info-wrapper {
  transition: opacity 0.1s cubic-bezier(0.29, 0.28, 0.84, 0.2);
  opacity: 0;
}

.barslider__bg-wrapper {
  position: absolute;
  z-index: -1;
  left: -80%;
  right: 0;
}

.barslider__element-container {
  display: flex;
  height: 500px;
}

.barslider__pager {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 0;
  z-index: 1;
  position: relative;
  padding: 1rem;
}

ul.barslider__progress-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
}

.barslider__info-block {
  width: 100%;
  margin: auto;
}

h2.barslider__title {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 2px;
}

p.barslider__text {
  color: #fff;
  font-weight: 600;
  margin-top: 4rem;
  margin-bottom: -2rem;
}

.barslider__button-wrapper {
  margin: 40px 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  flex-direction: column;
}

.barslider__button p a {
  font-family: "Open Sans", sans-serif;
  background: #007eae;
  color: #fff;
  text-decoration: none;
  padding: 1.2rem 3rem;
  border: 1px solid #fff;
  font-size: 1.4rem;
  /* margin: 0.5rem; */
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0.5rem;
  margin-left: 0;
}

@media (min-width: 768px) {
  .barslider__button p a {
    width: auto;
    text-align: left;
  }
  .barslider__button p a:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1140px) {
  .barslider__button p a {
    margin-left: 0.5rem;
  }
}
.barslider__button.barslider__button--white p a {
  background: #fff;
  color: #007eae;
  border: 1px solid #007eae;
}

.barslider__button p span.c-link--inline.m-0 {
  display: none;
}

li.barslider__control-wrap {
  width: 100%;
  cursor: pointer;
  list-style: none;
}

a.barslider__control-link {
  font-family: "OpenSans", Arial, sans-serif;
  text-decoration: none;
  color: #007eae;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  opacity: 0.6;
  display: none;
}

.barslider__control-wrap--active {
  pointer-events: none;
}

.barslider__control-wrap--active a.barslider__control-link {
  opacity: 1;
}

.barslider__control-wrap:hover a.barslider__control-link {
  opacity: 1;
  color: #007eae;
}

.barslider__progress-bar {
  height: 0.5rem;
  background: #80bfd7;
  width: 95%;
  border-radius: 4px;
  margin-bottom: 1rem;
}

.barslider__progress-completed {
  opacity: 0;
  border-radius: 4px;
  margin-bottom: 1rem;
  margin: 0;
  transition: width 1s linear;
  background: #007eae;
  width: 0;
  height: 0;
}

.barslider__control-wrap--active .barslider__progress-completed {
  height: 0.5rem;
  opacity: 1;
}

@media (min-width: 576px) {
  ul.barslider__progress-block {
    width: 540px;
  }
  .barslider__info-wrapper {
    width: 540px;
  }
  a.barslider__control-link {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  ul.barslider__progress-block {
    width: 720px;
  }
  .barslider__info-wrapper {
    padding: 1rem;
    width: 720px;
  }
  .barslider__info-block {
    width: 70%;
    margin: 0;
    text-align: left;
  }
  .barslider__button-wrapper {
    justify-content: left;
  }
  a.barslider__control-link {
    display: block;
  }
}
@media (min-width: 992px) {
  ul.barslider__progress-block {
    width: 960px;
  }
  .barslider__info-wrapper {
    width: 960px;
  }
  .barslider__bg-wrapper {
    left: 0;
  }
  a.barslider__control-link {
    display: block;
  }
  h2.barslider__title {
    font-size: 45px;
    line-height: 53px;
  }
}
@media (min-width: 1140px) {
  ul.barslider__progress-block {
    width: 1056px;
  }
  .barslider__info-wrapper {
    width: 1056px;
  }
  a.barslider__control-link {
    display: block;
  }
  .barslider__button-wrapper {
    justify-content: left;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1920px) {
  .barslider__bg-image {
    width: 100%;
  }
  a.barslider__control-link {
    display: block;
  }
}
.barslider__pause {
  height: 10px;
  position: relative;
  width: 20px;
  margin: auto;
  cursor: pointer;
}

img.barslider__play-img {
  width: 100%;
  display: none;
}

img.barslider__pause-img {
  width: 100%;
  display: block;
}

.barslider__pause.paused img.barslider__pause-img {
  display: none;
}

.barslider__pause.paused img.barslider__play-img {
  display: block;
}

.barslider__bg-image img,
.barslider__bg-image source {
  min-width: 100%;
  min-height: 560px;
}

/*Shadows*/
.barslider__bg-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: inset 500px -2px 122px 22px rgba(0, 0, 0, 0.39);
  z-index: 11;
}

@media (max-width: 991px) {
  .barslider__bg-wrapper::before {
    box-shadow: inset 1000px -2px 122px 22px rgba(0, 0, 0, 0.39);
  }
}
/*Fix video*/
@media (max-width: 600px) {
  video.barslider__bg-video {
    height: 100%;
    width: auto;
  }
}
.lateral-menu-fixed {
  position: fixed;
  visibility: hidden;
  top: 295px;
  left: auto;
  background: #fff;
  padding: 20px 50px 20px 30px;
  box-shadow: 0 0 7px #1a1a1a;
  border-right: 0;
  border-radius: 15px 0 0 15px;
  cursor: pointer;
}
.lateral-menu-fixed .anchorOrder {
  display: none;
}
.lateral-menu-fixed:hover {
  right: 0 !important;
  transition: right 1s;
}
.lateral-menu-fixed ul li {
  font-size: 14px;
}
.lateral-menu-fixed ul li a.active {
  font-weight: bold;
}

.container_messageError.confirmation_screens {
  margin: 11rem 0 11rem;
}
.container_messageError.confirmation_screens .messageError_confirm-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container_messageError.confirmation_screens .messageError_confirm-step img {
  height: auto;
  margin-bottom: 2rem;
  width: 114px;
}
@media (min-width: 600px) {
  .container_messageError.confirmation_screens .messageError_confirm-step img {
    width: 177px;
  }
}
.container_messageError.confirmation_screens .messageError_confirm-step p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .container_messageError.confirmation_screens .messageError_confirm-step p {
    font-size: 40px;
    line-height: 40px;
  }
}
.container_messageError.confirmation_screens .messageError_confirm-step p.small_text {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 600px) {
  .container_messageError.confirmation_screens .messageError_confirm-step p.small_text {
    font-size: 32px;
    line-height: 40px;
  }
}
.container_messageError.confirmation_screens .messageError_confirm-step p br {
  display: none;
}
@media (min-width: 600px) {
  .container_messageError.confirmation_screens .messageError_confirm-step p br {
    display: block;
  }
}

.pyramid-main {
  margin-bottom: 120px;
}

.pyramid-b .pyramid__img-wrap {
  position: relative;
  width: 758px;
  height: auto;
  margin: 0 auto;
}

.pyramid-b .pyramid-img {
  width: 100%;
  height: auto;
}

.pyramid-lit-b {
  color: #2d3283;
  font-weight: 600;
  position: absolute;
  z-index: 1;
  font-size: 11px;
  line-height: 8px;
}

.pyramid-lit-b span.big-literal {
  font-size: 18px;
  line-height: 28px;
}

.pyramid-lit-b.pyramid-lit-b--1 {
  top: 43px;
  left: 219px;
  text-align: right;
}

.pyramid-lit-b.pyramid-lit-b--2 {
  top: 145px;
  right: 193px;
  text-align: left;
}

.pyramid-lit-b.pyramid-lit-b--3 {
  top: 212px;
  left: 112px;
  text-align: right;
}

.pyramid-lit-b.pyramid-lit-b--4 {
  top: 263px;
  right: 133px;
  text-align: left;
  color: #2BB6EE;
}

.pyramid-lit-b.pyramid-lit-b--5 {
  top: 360px;
  left: 48px;
  text-align: right;
  color: #2BB6EE;
}

.pyramid-lit-b.pyramid-lit-b--6 {
  top: 360px;
  right: 63px;
  text-align: left;
  color: #2BB6EE;
}

.pyramid-lit-b.pyramid-lit-b--7 {
  top: 93px;
  font-size: 18px;
  text-align: center;
  line-height: 21px;
  left: 43px;
}

.pyramid-lit-b.pyramid-lit-b--8 {
  top: 316px;
  font-size: 18px;
  text-align: center;
  line-height: 21px;
  right: 18px;
  color: #2BB6EE;
}

.pyramid-lit-b.pyramid-lit-b--9 {
  top: 140px;
  left: 217px;
  color: #606163;
}

.pyramid-lit-b.pyramid-lit-b--10 {
  top: 208px;
  left: 192px;
  color: #606163;
}

.pyramid-lit-b.pyramid-lit-b--11 {
  top: 237px;
  right: 189px;
  color: #606163;
}

.pyramid-lit-b.pyramid-lit-b--11b {
  top: 329px;
  right: 130px;
  font-weight: 600;
  color: #606163;
}

.pyramid-lit-b.pyramid-lit-b--12 {
  color: #868789;
  top: 150px;
  right: 326px;
  line-height: 14px;
}

.pyramid-lit-b.pyramid-lit-b--13 {
  top: 256px;
  left: 295px;
}

.pyramid-lit-b.pyramid-lit-b--14 {
  top: 412px;
  right: 361px;
  color: #2BB6EE;
}

.pyramid-lit-b.pyramid-lit-b--15 {
  color: #fff;
  top: 112px;
  left: 332px;
  letter-spacing: 0.7px;
  font-size: 11px;
  line-height: 14px;
}

.pyramid-lit-b.pyramid-lit-b--16 {
  color: #fff;
  top: 112px;
  right: 330px;
  line-height: 14px;
  letter-spacing: 0.4px;
  font-size: 11px;
}

.pyramid-lit-b.pyramid-lit-b--17 {
  top: 185px;
  font-size: 15px;
  text-align: right;
  line-height: 21px;
  color: #fff;
  left: 272px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.pyramid-lit-b.pyramid-lit-b--18 {
  top: 284px;
  font-size: 15px;
  text-align: right;
  line-height: 21px;
  color: #fff;
  left: 229px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.pyramid-lit-b.pyramid-lit-b--19 {
  top: 284px;
  font-size: 15px;
  text-align: right;
  line-height: 21px;
  right: 275px;
  color: #2BB6EE;
  font-weight: 600;
}

.pyramid-lit-b.pyramid-lit-b--20 {
  top: 341px;
  font-size: 15px;
  text-align: right;
  line-height: 21px;
  left: 289px;
  color: #2BB6EE;
  font-weight: 600;
}

.pyramid-lit-b.pyramid-lit-b--21 {
  top: 342px;
  text-align: left;
  line-height: 16px;
  right: 200px;
  color: #2BB6EE;
  font-weight: 200;
  font-size: 12px;
}

.pyramid-lit-b.pyramid-lit-b--21 strong {
  font-size: 15px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.pyramid-lit-b.pyramid-lit-b--22 {
  top: 440px;
  font-size: 15px;
  text-align: right;
  line-height: 21px;
  left: 144px;
  color: #2BB6EE;
  font-weight: 600;
}

.pyramid-lit-b.pyramid-lit-b--23 {
  bottom: 45px;
  font-size: 16px;
  color: #868789;
  font-weight: 100;
  line-height: 22px;
  left: 13px;
}

.pyramid-lit-b.pyramid-lit-b--23 span.big-literal {
  font-size: 22px;
}

.pyramid-lit-b.pyramid-lit-b--24 {
  bottom: 45px;
  font-size: 16px;
  color: #868789;
  font-weight: 100;
  line-height: 22px;
  right: 41px;
  text-align: right;
}

.pyramid-lit-b.pyramid-lit-b--24 span.big-literal {
  font-size: 22px;
}

.pyramid-lit-b.pyramid-lit-b--25 {
  bottom: 11px;
  font-size: 13px;
  color: #868789;
  font-weight: 100;
  left: 15px;
}
.pyramid-lit-b.pyramid-lit-b--25 img {
  width: auto;
}

.pyramid-lit-b.pyramid-lit-b--26 {
  bottom: 11px;
  font-size: 13px;
  color: #868789;
  font-weight: 700;
  right: 40px;
}

.pyramid-lit-b.pyramid-lit-b--27 {
  bottom: -100px;
  color: #868789;
}

.pyramid-lit-b.pyramid-lit-b--27 p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.pyramid-lit-b.pyramid-lit-b--27 p img {
  margin: 0 5px 0 15px;
  width: auto;
}

/*Pill Tabs*/
.pill-tabs__panel {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pill-tabs__panel--active {
  display: flex !important;
  gap: 1.2rem;
}
.pill-tabs__element {
  flex-basis: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  height: auto;
  padding-bottom: 1rem;
}
@media (min-width: 601px) {
  .pill-tabs__element {
    flex-basis: 48%;
    width: 48%;
  }
}
@media (min-width: 1001px) {
  .pill-tabs__element {
    flex-basis: 24%;
    width: 24%;
  }
}
.pill-tabs__element:hover {
  box-shadow: 0.2rem 0.2rem 1rem #868484;
}
.pill-tabs__element .c-link--inline {
  display: none;
}
.pill-tabs__element:hover .pill-tabs__download-text {
  text-decoration: underline;
}
.pill-tabs__element.slick-slide {
  margin: 0.6rem;
  height: auto;
  display: flex;
  flex-direction: column;
}
.pill-tabs__img-element {
  width: 100%;
}
@media (min-width: 1001px) {
  .pill-tabs__img-element {
    height: 100%;
    width: 100%;
  }
}
.pill-tabs__img-wrap {
  height: auto;
  overflow: hidden;
  z-index: -1;
}
.pill-tabs__badge-wrap {
  position: absolute;
  background: #fff;
  color: #009AD8;
  font-size: 10px;
  line-height: 19px;
  font-weight: bold;
  padding: 0 1rem;
  border-radius: 16px;
  right: 7px;
  top: 11px;
}
.pill-tabs__header-wrap {
  margin: 1rem 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 601px) {
  .pill-tabs__header-wrap {
    flex-direction: row;
  }
}
.pill-tabs__pill-button {
  background: #fff;
  border: 1px solid #009AD8;
  border-radius: 6px;
  min-width: 98px;
  color: #222;
  margin-bottom: 1rem;
  margin-right: 0;
  font-size: 16px;
  line-height: 30px;
  padding: 0 2rem;
  font-weight: 500;
  transition: all 0.2s linear;
}
@media (min-width: 601px) {
  .pill-tabs__pill-button {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
.pill-tabs__pill-button:hover {
  box-shadow: 0.05rem 0.1rem 0.5rem #868484;
}
.pill-tabs__pill-button--active {
  background: #009AD8;
  color: #fff;
}
.pill-tabs__title {
  font-weight: bold;
  font-family: "Open Sans Bold", sans-serif;
  line-height: 26px;
}
.pill-tabs__category {
  color: #333;
  display: inline-block;
  margin: 1rem 0;
  font-size: 11px;
}
.pill-tabs__download-text {
  transition: all 0.3s;
  color: #009AD8;
  font-size: 12px;
}
.pill-tabs__download-group {
  bottom: 1px;
  margin-top: 0.5rem;
}
.pill-tabs__info-wrap {
  padding: 0 0.7rem;
}
.pill-tabs__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pill-tabs__content-wrap {
  transition: opacity 0.5s ease;
}
.pill-tabs__download-icon {
  width: 21px;
  display: inline-block;
}
.pill-tabs .slick-list {
  width: 100%;
}
.pill-tabs .slick-list .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.pill-tabs .slick-prev, .pill-tabs .slick-next {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 40%;
  z-index: 1;
  background: #fff;
  background-size: 50px;
  transition: opacity 300ms;
  box-shadow: 0px 0px 5px rgba(111, 127, 134, 0.4);
  border: none;
  color: transparent;
  border-radius: 25px;
}
.pill-tabs .slick-prev:before, .pill-tabs .slick-next:before {
  content: "";
  font-size: 3rem;
  font-weight: 100;
  line-height: 0;
  position: relative;
  top: 4px;
  left: 0.5rem;
  z-index: 1;
  color: #007EAE;
}
.pill-tabs .slick-prev {
  left: -35px;
}
.pill-tabs .slick-prev:before {
  content: "‹";
}
.pill-tabs .slick-next {
  right: -35px;
}
.pill-tabs .slick-next:before {
  content: "›";
}
.pill-tabs .slick-dots {
  margin: 1.5rem auto 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.pill-tabs .slick-dots li {
  font-size: 1.6rem;
  line-height: 2.2rem;
  list-style: none;
  background: none;
  padding: 0 0 1rem 0;
  margin: 0 5px;
  display: inherit;
}
.pill-tabs .slick-dots li:first-child {
  margin-left: 0;
}
.pill-tabs .slick-dots li button {
  background-color: #197EAE;
  color: transparent;
  height: 0.8rem;
  width: 0.8rem;
  padding: 0;
  border-radius: 1.2rem;
  background-clip: initial;
  border: 0;
  transition: all 0.6s ease;
  opacity: 0.5;
}
.pill-tabs .slick-dots li.slick-active button {
  width: 2.5rem;
  opacity: 1;
}

/*FIN Pill Tabs*/
.plan-diversity {
  margin-bottom: 20px;
}
.plan-diversity__title {
  color: #197EAE;
  margin-bottom: 1.5rem;
}
.plan-diversity__description {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .plan-diversity__content {
    display: flex;
    justify-content: space-between;
  }
}
.plan-diversity__subtitle {
  font-weight: bolder;
  margin: 2.5rem 0;
}
@media (min-width: 768px) {
  .plan-diversity__highlights {
    display: flex;
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .plan-diversity__highlights {
    justify-content: flex-start;
  }
}
.plan-diversity__highlight {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .plan-diversity__highlight {
    position: relative;
    display: flex;
    flex-direction: column;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .plan-diversity__highlight {
    margin-right: 5px;
  }
}
.plan-diversity__img {
  height: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .plan-diversity__img {
    width: 202px;
  }
}
.plan-diversity__num {
  position: absolute;
  font-size: 10rem;
  color: #FFF;
  text-align: center;
  width: 100%;
  margin-top: -35%;
}
@media (min-width: 768px) {
  .plan-diversity__num {
    margin-top: 0;
  }
}
.plan-diversity__text {
  margin: 1.5rem 0 2.5rem 0;
}
@media (min-width: 768px) {
  .plan-diversity__text {
    position: absolute;
    background: #007eae;
    height: 100%;
    color: #FFF;
    padding: 20px 10px;
    line-height: 2.5rem;
    margin: 0;
    display: none;
  }
}

.scrollingTable {
  overflow: auto;
}
@media (min-width: 1300px) {
  .scrollingTable {
    overflow: initial;
  }
}

table.blueTable {
  border-bottom: none;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
table.blueTable thead tr th {
  color: #197EAE;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.59rem;
  border-bottom: 1px solid #197EAE;
  border-left: 1px solid #D8D8D8;
  padding: 0 0.5rem 1rem 0.5rem;
  text-align: center;
  vertical-align: middle;
}
table.blueTable thead tr th:first-child {
  border-left: none;
}
table.blueTable thead tr td {
  color: #494949;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.59rem;
  padding: 3px;
  border-left: 1px solid #D8D8D8;
}
table.blueTable thead tr td:first-child {
  border-left: none;
}
table.blueTable thead table tbody tr {
  border-bottom: none;
  background: transparent !important;
}
table.blueTable tbody {
  width: 100%;
  text-align: center;
}
table.blueTable tbody tr {
  border-bottom: 1px solid #D8D8D8;
}
table.blueTable tbody tr:nth-child(odd) {
  background: rgb 216 216 216/20%;
}
table.blueTable tbody tr:nth-child(even) {
  background: #fff;
}
table.blueTable tbody tr:last-child {
  border-bottom: none;
}
table.blueTable tbody tr td {
  border-left: 1px solid #D8D8D8;
  color: #494949;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.59rem;
  padding: 3px;
}
table.blueTable tbody tr td strong {
  font-weight: 700;
}
table.blueTable tbody tr td:first-child {
  border-left: none;
}
table.blueTable tbody tr th {
  color: #494949;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.59rem;
  padding: 3px;
  min-width: 215px;
  text-align: left;
  padding-left: 1rem;
}
table.blueTable tbody table tr {
  border-bottom: none;
}
table.blueTable tbody table tr:nth-child(odd) {
  background: transparent !important;
}
table.blueTable tbody table tr:nth-child(even) {
  background: transparent !important;
}
table.blueTable table {
  border-bottom: none;
  max-width: 100%;
  width: 100%;
  text-align: center;
}
table.blueTable table tr td {
  width: 50%;
}
table.blueTable table tbody {
  width: 100%;
  text-align: center;
}
table.blueTable table tbody tr td {
  border-left: 1px solid #D8D8D8;
  border-left: none;
}

/* Heading and text */
.article-block .heading-group h2.heading-group-title--md {
  color: #222222;
  font-weight: 700;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .article-block .heading-group h2.heading-group-title--md {
    font-size: 34px;
    line-height: 45px;
  }
}
.article-block .content p {
  color: #222222;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .article-block .content p {
    ont-size: 18px;
    line-height: 30px;
  }
}

.blue-line-title--centered::before {
  left: 0;
  right: 0;
  margin: -16px auto 0 auto !important;
}

.child-txt-center-row--md {
  color: #222222;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .child-txt-center-row--md {
    font-size: 18px;
    line-height: 30px;
  }
}

/* Slider */
.news__slider-container {
  width: 130%;
  padding-right: 30%;
}

.c-slider {
  position: relative;
}

.c-slider-container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.c-slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.c-slider-item {
  flex: 0 0 calc(95% - 10px);
  margin-right: 10px;
  position: relative;
  height: 330px;
}
@media (min-width: 768px) {
  .c-slider-item {
    flex: 0 0 calc(33.333% - 10px);
  }
}

.c-slider-timer-container {
  width: 100%;
  position: relative;
  min-height: 3px;
}

.c-slider-timer-bar {
  height: 100%;
}

.c-slider-timer-bar--effect {
  transition: width 0.1s linear;
}

.c-slider-controls {
  width: 100%;
  top: 50%;
}
@media (max-width: 767px) {
  .c-slider-controls {
    display: flex;
    justify-content: center;
  }
}

/* Card */
.news__card-link {
  display: block;
  height: 100%;
}

.news__card-img {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-position: center;
  position: absolute;
  background-position-y: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}

.news__card-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 22px 52px 32px 22px;
  background: url("images/arrow-white-v2.svg");
  background-repeat: no-repeat;
  background-position: right 5px bottom 5px;
}
@media (min-width: 768px) {
  .news__card-info {
    padding: 28px 38px 48px 28px;
  }
}
@media (min-width: 768px) {
  .news__card-info {
    background-position: right 10px bottom 10px;
  }
}

.news__card-content-type {
  background: #FFFFFF;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 16px;
  text-transform: uppercase;
}

.news__card-date {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}

.news__card-title {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.news__slider-timer-container {
  max-width: 624px;
  height: 3px;
  background: #F1F3FF;
  margin: 40px auto;
}

.news__slider-timer-bar {
  background: #009AD8;
}

/* Buttons */
.news__slider .c-slider-controls {
  position: relative;
}
@media (max-width: 767px) {
  .news__slider .c-slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .news__slider .c-slider-controls {
    position: absolute;
  }
}

.c-slider-controls-btn {
  height: 55px;
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-block;
}

.c-slider-controls--prev {
  background-image: url("images/arrow-blue-left.svg");
  background-repeat: no-repeat;
  background-size: 55% 55%;
  background-position: center;
  background-color: #FFFFFF;
  border: 1px solid #197EAE;
}
@media (min-width: 768px) {
  .c-slider-controls--prev {
    background-image: url("images/arrow-white-left.svg");
    background-color: #197EAE;
    border: 1px solid #FFFFFF;
    position: absolute;
    top: calc(50% - 37.5px);
    left: -37px;
  }
}
@media (min-width: 768px) {
  .c-slider-controls--prev.disabled {
    visibility: hidden;
  }
}

.c-slider-controls--next {
  background-color: #197EAE;
  border: 0;
  transform: rotate(180deg);
  background-image: url("images/arrow-white-left.svg");
  background-repeat: no-repeat;
  background-size: 55% 55%;
  background-position: center;
}
@media (min-width: 768px) {
  .c-slider-controls--next {
    border: 1px solid #FFFFFF;
    position: absolute;
    top: calc(50% - 37.5px);
    right: -18px;
  }
}

/* BTN */
.button_wrap a > .btn--xs {
  border: 1px solid #197EAE;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #197EAE;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 767px) {
  .button_wrap a > .btn--xs {
    padding: 13px;
  }
}
.button_wrap a > .btn--xs img {
  margin-left: 6px;
}

.news .news-cards.c-research {
  overflow: hidden;
}
.news .news-cards.c-research .n-card {
  flex: 0 0 85%;
  max-width: 85%;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .news .news-cards.c-research .n-card {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.news .news-cards.c-research .n-card:nth-child(3n) {
  padding-right: 15px;
}
.news .news-cards.c-research .n-card__wrapper {
  box-shadow: none;
  height: auto;
}
.news .news-cards.c-research .n-card__wrapper:hover {
  box-shadow: none;
}
.news .news-cards.c-research .n-card__wrapper .n-card__info-block {
  padding: 16px 0;
}
.news .news-cards.c-research .n-card__wrapper .n-card__info-block .n-card__date {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}
.news .news-cards.c-research .n-card__wrapper .n-card__info-block .n-card__text-title {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 9px 0;
}
.news .news-cards.c-research .n-card__wrapper .n-card__info-block .n-card__text-link {
  color: #009AD8;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration-line: underline;
}

/*Estilos Resultados presentacion*/
.results {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  margin: 0 -1rem 5rem;
}
@media (min-width: 576px) {
  .results {
    margin: 0 0 5rem;
  }
}

@media (min-width: 992px) {
  .results {
    flex-direction: row-reverse;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .results > div {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}
.results-b-image {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media (min-width: 450px) {
  .results-b-image {
    max-width: 569px;
    margin: 0 auto;
  }
}
@media (min-width: 569px) {
  .results-b-image {
    max-width: 100%;
    margin: 0;
  }
}

.results-b-image img {
  max-height: 343px;
}
@media (min-width: 450px) {
  .results-b-image img {
    max-height: none;
    max-width: 100%;
  }
}
@media (min-width: 569px) {
  .results-b-image img {
    width: 100%;
  }
}

.results-b-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 6rem 3.5rem 2.5rem 3.5rem;
}
@media (min-width: 569px) {
  .results-b-text {
    padding: 5.7rem 9rem 5.7rem 5.7rem;
  }
}
@media (min-width: 991px) {
  .results-b-text {
    padding-top: 8.7rem;
  }
}

.results-title {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-family: "Open Sans Bold", sans-serif;
}

@media (min-width: 569px) {
  .results-title {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
.results-description {
  margin-top: 1.04rem;
}
@media (min-width: 569px) {
  .results-description {
    margin-top: 1.36rem;
  }
}

.results-description p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}

@media (min-width: 569px) {
  .results-description p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.results-title:before {
  content: " ";
  background: #FFF;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
}

.results-btn {
  margin-top: 1.7rem;
}
@media (min-width: 569px) {
  .results-btn {
    margin-top: 2.4rem;
  }
}

.results-btn a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1.1rem 2rem;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans Semibold", sans-serif;
}
.results-btn a:hover {
  background: #007eae;
  color: #fff;
  border-color: #fff;
}

.results-b-link {
  height: 100%;
  transition: all 0.3s ease;
}

.results-b-link:nth-child(odd) {
  background: #F8F9FF;
}

.results-b-link:nth-child(even) {
  background: #F1F3FF;
}

.results-b-link:hover:nth-child(odd), .results-b-link:hover:nth-child(even) {
  background: #007EAE;
}

.results-b-link:hover:nth-child(odd) a .results-link, .results-b-link:hover:nth-child(even) a .results-link {
  color: #fff;
}

.results-b-link .results-arrow {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/fi_arrow-down-right.png);
  background-position: center left;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  align-self: flex-end;
  position: absolute;
  right: 0;
}

.results-b-link:hover .results-arrow {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/fi_arrow-down-right-hover.png);
  background-position: center left;
  background-repeat: no-repeat;
}

.results-b-link span.c-link--inline.m-0 {
  display: none;
}

.results-b-link a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  text-decoration: none;
}

.results-link {
  font-size: 2.2rem;
  line-height: 3.8rem;
  color: #000;
  padding: 2.8rem 2.8rem 3.95rem 2.8rem;
  width: 100%;
}
@media (min-width: 576px) {
  .results-link {
    font-size: 2.1rem;
    line-height: 3.2rem;
  }
}

@media (min-width: 992px) {
  .results-link {
    padding: 0rem 24% 0 4rem;
    margin-top: -2rem;
  }
}
/*Estilos Accion caixabank.com*/
.accionistas_bock {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .accionistas_bock {
    margin: 5.6rem 0 2rem;
  }
}
.accionistas_bock .accionistas_bock__iframe .button_wrap {
  margin: 2.5rem auto 0 !important;
  max-width: 466px;
}
@media (min-width: 992px) {
  .accionistas_bock .accionistas_bock__iframe .button_wrap {
    margin: 5.2rem auto 0 !important;
  }
}
.accionistas_bock .accionistas_bock__iframe .button_wrap a {
  padding: 1.1rem 2rem;
  width: auto;
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 16px;
  line-height: 26px;
  border-width: 1px;
  background: #fff;
  color: #007eae;
  border-color: #007eae;
}

.accionistas_bock .accionistas_bock__iframe {
  text-align: center;
}
.accionistas_bock .accionistas_bock__iframe p + p {
  margin-top: 1.5rem;
}
.accionistas_bock .accionistas_bock__iframe iframe {
  border: none;
  margin-top: 0;
  height: 540px;
}
@media (min-width: 992px) {
  .accionistas_bock .accionistas_bock__iframe iframe {
    height: 540px;
  }
}

@media (min-width: 992px) {
  .accionistas_bock .accionistas_bock__iframe {
    text-align: left;
  }
}
.accionistas_bock .accionistas_bock__links {
  display: flex;
  flex-direction: column;
  vertical-align: baseline;
  /* flex-wrap: nowrap; */
  /* justify-content: space-between; */
  padding: 0 1.8rem;
}

.accionistas_bock .accionistas_bock__links .accionistas_bock__links-group {
  margin: 0 -1.8rem;
}
@media (min-width: 992px) {
  .accionistas_bock .accionistas_bock__links .accionistas_bock__links-group {
    margin: 0;
  }
}

.accionistas_bock .accionistas_bock__links p:nth-child(odd) {
  background: #F8F9FF;
}

.accionistas_bock .accionistas_bock__links p:nth-child(even) {
  background: #F1F3FF;
}

.accionistas_bock .accionistas_bock__links p:first-child {
  background: transparent;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 166.667% */
  margin-bottom: 5rem;
  margin-top: 2rem;
}

.accionistas_bock .accionistas_bock__links p {
  height: auto;
  transition: all 0.3s ease;
}

.accionistas_bock .accionistas_bock__links .c-link {
  /* height: 100%; */
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* height: 100%; */
  align-items: center;
  text-decoration: none;
  height: 121px;
  transition: all 0.2s linear;
}

.accionistas_bock .accionistas_bock__links .c-link:nth-child(odd) {
  background: #F8F9FF;
}

.accionistas_bock .accionistas_bock__links .c-link:nth-child(even) {
  background: #F1F3FF;
}

.accionistas_bock .accionistas_bock__links .c-link:hover {
  background: #007EAE;
}

.accionistas_bock .accionistas_bock__links .c-link a {
  transition: all 0.2s linear;
  color: #333;
}

.accionistas_bock .accionistas_bock__links .c-link:hover a {
  color: #fff;
}

.accionistas_bock .accionistas_bock__links .c-link a {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* height: 100%; */
  align-items: flex-start;
  text-decoration: none;
  height: 121px;
  width: 100%;
  padding: 2rem 10% 2rem 4rem;
  font-family: Open Sans;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
@media (min-width: 992px) {
  .accionistas_bock .accionistas_bock__links .c-link a {
    padding-right: 36%;
  }
}

.accionistas_bock .accionistas_bock__links .c-link .results-arrow {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/fi_arrow-down-right.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  align-self: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.accionistas_bock .accionistas_bock__links .c-link:hover .results-arrow {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/fi_arrow-down-right-hover.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.accionistas_bock .accionistas_bock__links p a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: #000;
  padding: 3rem 2rem;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-right: 80px;
}

@media (min-width: 992px) {
  .accionistas_bock .accionistas_bock__links p a {
    padding: 0rem 2rem;
    padding-right: 80px;
  }
}
.accionistas_bock .accionistas_bock__links p:hover {
  background: #007EAE;
}

.accionistas_bock .accionistas_bock__links p:hover a {
  color: #fff;
}

.accionistas_bock .accionistas_bock__links p span.c-link:after {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/fi_arrow-down-right.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 71px;
  height: 71px;
  align-self: flex-end;
  right: 0;
  bottom: 0;
}

.accionistas_bock .accionistas_bock__links p:hover span.c-link:after {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/fi_arrow-down-right-hover.png);
}

.accionistas_bock .accionistas_bock__links p:hover:first-child {
  background: transparent;
}

.accionistas_bock h2.heading-group-title {
  font-size: 2.6rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  letter-spacing: -1px;
}
@media (min-width: 992px) {
  .accionistas_bock h2.heading-group-title {
    font-size: 3.2rem;
  }
}

.accionistas_bock h2.heading-group-title:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
@media (min-width: 992px) {
  .accionistas_bock h2.heading-group-title:before {
    margin: 0;
    left: auto;
    right: auto;
  }
}

.home .accionistas_bock h2.heading-group-title {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .home .accionistas_bock h2.heading-group-title {
    font-size: 34px;
    line-height: 45px;
  }
}

.donwload__icon {
  margin: 0;
}

/*Estilos agenda del inversor*/
.schedule--hl {
  margin: 4.5rem 0.6rem 3.5rem;
}
@media (min-width: 992px) {
  .schedule--hl {
    margin: 8.7rem 0 7.4rem;
  }
}
.schedule--hl .schedule__wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .schedule--hl .schedule__wrap {
    flex-direction: row;
  }
}
.schedule--hl .schedule__wrap .schedule__item {
  width: 100%;
}
@media (min-width: 992px) {
  .schedule--hl .schedule__wrap .schedule__item {
    /*width: calc(50% - 2.5rem);*/
    width: 50%;
    padding: 2.5rem 1rem;
    /*
    &:first-child{
      margin-right: 2.5rem;
    }
     */
  }
}
.schedule--hl .schedule__wrap .schedule__item:last-child {
  padding-bottom: 2.5rem;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__date {
  margin: 0;
  padding: 1.75rem 0.5rem 1rem;
  width: 14rem;
}
@media (min-width: 992px) {
  .schedule--hl .schedule__wrap .schedule__item .schedule__date {
    width: 10rem;
  }
}
.schedule--hl .schedule__wrap .schedule__item .schedule__date .schedule__month {
  font-weight: 0;
  font-family: "Open Sans Bold", sans-serif;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__date .schedule__year {
  text-decoration: none;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info {
  min-height: 0;
}
@media (min-width: 992px) {
  .schedule--hl .schedule__wrap .schedule__item .schedule__info {
    min-height: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0.5rem;
  }
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__title h3 {
  font-weight: normal;
  font-family: "Open Sans Bold", sans-serif;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__event {
  margin-top: 1rem;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__event .schedule__type-event p {
  font-weight: normal;
  font-family: "Open Sans Bold", sans-serif;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__doc {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__doc p {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin: 1.5rem 0;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__doc p a {
  text-decoration: none;
  color: #009AD8;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__doc p a:first-child {
  text-decoration: underline;
  margin: 0;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__doc p:nth-child(2) {
  color: #007eae;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__doc p:nth-child(2) a {
  text-decoration: none;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__doc p:nth-child(2) a:first-child {
  text-decoration: underline;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__doc-size {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #007eae;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__link {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__link {
    /*margin-top: 1.5rem;*/
    margin-top: auto;
  }
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__link .button_wrap {
  margin-top: 1.5rem;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__link .button_wrap span {
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__link .button_wrap button {
  font-weight: normal;
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 1.5rem;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__link .button_wrap .schedule__label a {
  margin: 0.5rem 0;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__link .button_wrap .schedule__label.is-active {
  background-color: #FFFFFF;
  z-index: 100;
}
.schedule--hl .schedule__wrap .schedule__item .schedule__info .schedule__link .button_wrap svg {
  margin-right: 0.5rem;
}
.schedule--hl .schedule__see-more {
  justify-content: center;
  margin-top: 5.5rem;
}
.schedule--hl .schedule__see-more .button_wrap {
  margin: 0;
}
.schedule--hl .schedule__see-more .button_wrap a .btn, .schedule--hl .schedule__see-more .button_wrap a .corp--btn-01__wrapper {
  font-size: 1.6rem;
  font-family: "Open Sans Semibold", sans-serif;
  border-width: 1px;
}
.schedule--hl.w100 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .schedule--hl.w100 .schedule__wrap .schedule__item {
    width: 100%;
  }
}
.schedule--hl.w100 .schedule__wrap .schedule__item:first-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .schedule--hl.w100 .schedule__wrap .schedule__item:last-child {
    padding-bottom: 0;
  }
}

.schedule__day {
  color: #009AD8;
  font-size: 3.5rem;
  line-height: 3rem;
  font-weight: 700;
  font-family: "Open Sans Bold";
}
@media (min-width: 992px) {
  .schedule__day {
    font-size: 3rem;
  }
}

.schedule__month {
  padding: 0;
  color: #009AD8;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .schedule__month {
    font-size: 1.4rem;
  }
}

.schedule__year {
  color: #009AD8;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .schedule__year {
    font-size: 1.4rem;
  }
}

.schedule__date {
  padding: 5px;
  color: #000;
  border-bottom: none;
  background: #F8F9FF;
  margin: 1rem 0;
}

.home .schedule__date {
  background: #FFF;
}

.schedule__title h3 {
  color: #222;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 700;
}

.schedule__event {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}

.schedule__type-event {
  margin-right: 1rem;
}

.blueParagraph {
  color: #009AD8 !important;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.mayusc {
  text-transform: uppercase;
}

.schedule__hour svg,
.schedule__location svg {
  height: 17px;
  margin-right: 0.3rem;
  margin-top: 0.3rem;
}

.schedule__hour p,
.schedule__location p,
.schedule__description p,
.download__document p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  color: #222;
}

.schedule__hour, .schedule__location {
  display: flex;
  margin-right: 1.3rem;
  margin-top: 0;
  flex-wrap: nowrap;
}

.schedule__document a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 4rem;
  justify-content: flex-start;
  margin: 0.5rem 0;
  text-decoration: none;
}

.document__data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.document__data .download__type-file {
  margin-right: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8rem;
  color: #939393;
}

.document__data .download__icon {
  margin: 0 1rem 0 0;
}

.schedule__link {
  display: flex;
  justify-content: flex-start;
}

.schedule__link .button_wrap a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
}

.schedule__link .button_wrap span {
  display: flex;
  width: 100%;
  height: 36px;
  padding: 0 1.5rem;
  align-items: center;
}

.schedule__link .button_wrap button {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #197EAE;
  border-radius: 0;
  /* min-height: 50px; */
  font-size: 1.6rem;
  font-weight: 600;
  justify-content: center;
  background: none;
  padding: 0 1rem !important;
  height: 36px;
  line-height: 36px;
  background-color: #ffffff;
}

.schedule__link .button_wrap button img {
  width: 20px;
  margin-right: 1rem;
}

.schedule__see-more {
  display: flex;
  justify-content: flex-end;
}

.schedule__see-more .button_wrap {
  margin: 1rem 0;
}

.button_wrap a > .btn, .button_wrap a > .corp--btn-01__wrapper {
  padding: 1.1rem 2rem;
}

.schedule.model h2 {
  font-size: 2.6rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .schedule.model h2 {
    text-align: left;
    font-size: 3.4rem;
  }
}

.schedule.model h2:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
@media (min-width: 992px) {
  .schedule.model h2:before {
    left: auto;
    right: auto;
  }
}

.home .schedule.model h2 {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .home .schedule.model h2 {
    font-size: 34px;
    line-height: 45px;
  }
}

/*Nuevos estilos counter*/
.counters-home .counter:after {
  display: none;
}

.counters-home .container .row.counters {
  justify-content: space-around;
}

.counters-home .counter_group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.counters-home .counter {
  margin-bottom: 1rem;
  align-items: flex-end;
  justify-content: center;
  display: flex;
}

.counters-home .counters p.texto_aclarativo {
  font-size: 1.2rem;
  line-height: 1.9rem;
  margin-top: 1rem;
}
.counters-home .counters p.button_wrap {
  display: block;
  margin: 3rem 0 0;
}

.counters-home .counter__text p {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
  font-family: "Open Sans Bold", sans-serif;
  color: #197eae;
}

.counters-home .counter__black-text p {
  text-align: center;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 3.8rem;
  margin-bottom: 3rem;
}

.counters-home .counter__value {
  font-size: 5.5rem;
}

@media (min-width: 768px) and (max-width: 1140px) {
  .counter {
    flex-direction: row;
  }
}
.counters-home .counters-group p {
  font-size: 1.8rem;
}

.counters-home h2.texto_centrado {
  font-size: 3.4rem;
  padding-top: 2rem;
  font-weight: 700;
  font-family: "Open Sans Bold", sans-serif;
  letter-spacing: -1px;
}
.counters-home h2.texto_centrado:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
  left: 49%;
}

.counters-home .button_wrap a {
  width: auto;
  padding: 1.1rem 2rem;
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 16px;
  line-height: 26px;
  border-width: 1px;
}

.counters-home .button_wrap a:hover {
  background: #007eae;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

/*Counters 5 Cols*/
.counters-home.cols-5 .counters-group_header {
  margin: 0 1rem;
}
.counters-home.cols-5 .counters-group_header h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
}
@media (min-width: 992px) {
  .counters-home.cols-5 .counters-group_header h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
.counters-home.cols-5 .container {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .counters-home.cols-5 .container {
    margin-top: 6rem;
  }
}
.counters-home.cols-5 .container .counters.row {
  margin: 0 1rem;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .counters-home.cols-5 .container .counters.row {
    margin: 0;
  }
}
.counters-home.cols-5 .container .counters.row .counter_group {
  width: 40%;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .counters-home.cols-5 .container .counters.row .counter_group {
    width: auto;
    justify-content: space-between;
    min-width: 20rem;
  }
}
@media (min-width: 992px) {
  .counters-home.cols-5 .container .counters.row .counter_group {
    min-width: 17%;
  }
}
.counters-home.cols-5 .container .counters.row .counter_group .counter {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .counters-home.cols-5 .container .counters.row .counter_group .counter {
    justify-content: center;
  }
}
.counters-home.cols-5 .container .counters.row .counter_group .counter__value {
  font-size: 2.6rem;
  line-height: normal;
  text-align: left;
}
@media (min-width: 768px) {
  .counters-home.cols-5 .container .counters.row .counter_group .counter__value {
    text-align: center;
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
.counters-home.cols-5 .container .counters.row .counter_group .counter__text {
  margin: 0 !important;
}
.counters-home.cols-5 .container .counters.row .counter_group .counter__text p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0;
}
@media (min-width: 768px) {
  .counters-home.cols-5 .container .counters.row .counter_group .counter__text p {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
.counters-home.cols-5 .container .counters.row .counter_group .counter__black-text p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}
@media (min-width: 768px) {
  .counters-home.cols-5 .container .counters.row .counter_group .counter__black-text p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

/*Estilos banner interior*/
.body-banner-img {
  max-width: 100%;
  min-height: 303px;
  overflow: hidden;
  position: relative;
  padding: 4rem 0;
}

@media (min-width: 1200px) {
  .body-banner-img {
    min-height: 434px;
  }
}
.body-banner-img .container {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*padding: 0 3.5rem;*/
}

.body-banner-img .body-banner-img__content {
  position: relative;
  z-index: 1;
  margin: 1rem 0;
}
@media (min-width: 1200px) {
  .body-banner-img .body-banner-img__content {
    width: 64%;
  }
}

.body-banner-img .body-banner-img__content h2 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4.5rem;
  font-family: "Open Sans Bold";
}

.page-wrapper.home.new .body-banner-img .body-banner-img__content h2:before {
  content: " ";
  background: #FFF;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -1rem;
}

@media (min-width: 768px) {
  .body-banner-img .body-banner-img__content h2 {
    font-size: 3.4rem;
  }
  .page-wrapper.home.new .body-banner-img .body-banner-img__content h2:before {
    margin-top: -2rem;
  }
}
.body-banner-img .body-banner-img__content h2 br {
  display: none;
}

@media (min-width: 768px) {
  .body-banner-img .body-banner-img__content h2 br {
    display: block;
  }
}
.body-banner-img .container .body-banner-img__content .body-banner-img__description {
  margin-top: 1rem;
}

.body-banner-img .container .body-banner-img__content .body-banner-img__description p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
}

.body-banner-img .container .body-banner-img__content .body-banner-img__description p span.btn.btn-white, .body-banner-img .container .body-banner-img__content .body-banner-img__description p span.btn-white.corp--btn-01__wrapper {
  width: auto;
  border: 1px solid #fff;
  margin-top: 2rem;
  padding: 1.1rem 3rem;
  font-size: 16px;
  line-height: 26px;
  padding: 13px 24px;
  color: #fff;
}
.body-banner-img .container .body-banner-img__content .body-banner-img__description p span.btn.btn-white:hover, .body-banner-img .container .body-banner-img__content .body-banner-img__description p span.btn-white.corp--btn-01__wrapper:hover {
  background: #007eae;
  color: #fff;
  border-color: #fff;
}
.body-banner-img .container .body-banner-img__content .body-banner-img__description p span.btn.btn-white:hover a, .body-banner-img .container .body-banner-img__content .body-banner-img__description p span.btn-white.corp--btn-01__wrapper:hover a {
  text-decoration: none;
}

@media (min-width: 992px) {
  .body-banner-img .container .body-banner-img__content .body-banner-img__description p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.body-banner-img .container .body-banner-img__content .body-banner-img__description p span.btn.btn-white a, .body-banner-img .container .body-banner-img__content .body-banner-img__description p span.btn-white.corp--btn-01__wrapper a {
  color: #fff;
}

.body-banner-img .body-banner-img__content .body-banner-img__description .button_wrap {
  margin: 0;
}

.body-banner-img .body-banner-img__content .body-banner-img__description .button_wrap .btn, .body-banner-img .body-banner-img__content .body-banner-img__description .button_wrap .corp--btn-01__wrapper {
  width: auto;
}

.body-banner-img .body-banner-img__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.body-banner-img__image-group img {
  min-width: 100%;
  min-height: 303px;
}

.body-banner-img__image-group {
  max-width: 100%;
  min-height: 303px;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .body-banner-img__image-group {
    /* min-height: 298px; */
  }
}
@media (min-width: 992px) {
  .body-banner-img__image-group {
    /* min-height: 360px; */
  }
}
@media (min-width: 1200px) {
  .body-banner-img__image-group {
    min-height: 434px;
  }
}
/*Menu nuevo*/
.navbar .fixed-bottom {
  display: flex;
  background: #F8F9FF;
  flex-direction: column;
  bottom: -22px;
}

#navbarNavDropdown .links-group-panel {
  width: 100%;
  order: 3;
}

.navbar-collapse .button_wrap a .btn, .navbar-collapse .button_wrap a .corp--btn-01__wrapper {
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: left;
  padding: 0 2rem !important;
  margin-top: 2rem;
}

.navbar .navbar-collapse .linkgroup-images-footer ul {
  justify-content: end;
  margin-right: 5%;
}

.tab-content .card .card-header a {
  background: #DEF0F9;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 40px;
  border-bottom: none;
}

.tab-content .card .card-header a.collapsed {
  background: white;
}

#navbarNavDropdown .tab-content .card .card-header a::after {
  display: none;
}

@media (max-width: 991px) {
  #navbarNavDropdown .card.tab-pane.col-12 {
    padding: 0;
  }
}
.links-group-panel .list-inline.language li a[title=ES]::after,
.links-group-panel .list-inline.language li a[title=CA]::after {
  content: " / ";
}

.text-center .language li.language__item a {
  font-size: 1.5rem;
}

.text-center .language li.language__item.active a {
  text-decoration: none;
  font-weight: bold;
}

.text-center .language li.language__item:not(:last-child) {
  margin-right: 0.1rem;
}

#navbarNavDropdown .button_wrap.action__button {
  position: absolute;
  bottom: 6rem;
}

#navbarNavDropdown li.sub-nav-item {
  padding: 0 3rem;
}

.tab-content .card .card-body .nav-item.active .nav-item-link .nav-link.nav-link--arrow-black::after {
  left: 25px;
  bottom: 1.8rem;
}

.tab-content .card .card-body .nav-item .nav-item-link .nav-link.nav-link--arrow-black::after {
  display: none;
}

#navbarNavDropdown .links-group-panel ul {
  padding: 1rem 0;
}

#navbarNavDropdown .link-group-head a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.navbar .navbar-collapse .linkgroup-images-footer ul li:last-child {
  margin-right: 15px;
}

.link-group-head a {
  font-size: 1.4rem;
  white-space: nowrap;
}
.link-group-head a[aria-expanded=true] img {
  transform: rotate(180deg);
}

#navbarNavDropdown .link-group-dropdown ul li {
  background: #f8f9ff;
  border: none !important;
  box-shadow: none !important;
}

#navbarNavDropdown .link-group-dropdown ul {
  border: none;
}

#navbarNavDropdown .link-group-head a[aria-expanded=true] img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@media (max-width: 991px) {
  #desplegable-idiomas.links-group-panel .mobile-layer {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  div#navbarNavDropdown {
    padding: 0;
    top: 55px;
    bottom: 75px;
  }
  .nav div#content {
    padding: 0 !important;
    margin-top: 2rem;
  }
}
div#navbarNavDropdown #content {
  background: transparent;
}

/* New Articles */
#article-home {
  margin: 1rem 0 6rem;
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  #article-home {
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #article-home {
    margin: 2rem 0 7.5rem;
  }
}
#article-home .row {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  #article-home .row {
    margin-top: 6rem;
  }
}
#article-home h1 {
  max-width: 940px;
  margin: 0 auto;
}
#article-home h2 span.texto_subrayado {
  font-family: "Open Sans Bold", sans-serif;
  background-color: #009AD8;
  color: #FFFFFF;
  padding: 0 1rem;
  margin: 0;
  font-size: 3rem;
  line-height: 5rem;
}
@media (min-width: 768px) {
  #article-home h2 span.texto_subrayado {
    font-size: 2.8rem;
    padding: 0 3rem 0 1rem;
  }
}
@media (min-width: 992px) {
  #article-home h2 span.texto_subrayado {
    font-size: 4rem;
    line-height: 7.5rem;
  }
}
@media (min-width: 1200px) {
  #article-home h2 span.texto_subrayado {
    font-size: 4.4rem;
    line-height: 7.5rem;
  }
}
#article-home p {
  font-size: 1.8rem;
  line-height: 3rem;
}
@media (min-width: 1440px) {
  #article-home p {
    padding: 0 7rem 0 3rem;
  }
}
#article-home p.button_wrap {
  padding: 0;
}
#article-home p.button_wrap a {
  width: auto;
  padding: 1.1rem 2rem;
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 16px;
  line-height: 26px;
  border-width: 1px;
}
#article-home p.button_wrap a:hover {
  background: #007eae;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}

#article-aula-home {
  margin: 3rem 0;
  padding: 0 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  #article-aula-home {
    margin: 6rem 0 4.8rem;
    padding: 0;
    text-align: left;
  }
}
#article-aula-home h2 {
  font-family: "Open Sans Bold", sans-serif;
  color: #FFFFFF;
  margin: 0;
  font-size: 3rem;
  line-height: 4.6rem;
}
@media (min-width: 768px) {
  #article-aula-home h2 {
    font-size: 3.4rem;
    line-height: 4.9rem;
  }
}
#article-aula-home p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #article-aula-home p {
    margin-top: 0;
  }
}
#article-aula-home p.button_wrap {
  margin-top: 2.6rem;
  display: inline-block;
}
#article-aula-home p.button_wrap a .btn, #article-aula-home p.button_wrap a .corp--btn-01__wrapper {
  background: #007eae;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#article-aula-home p.button_wrap a .btn:after, #article-aula-home p.button_wrap a .corp--btn-01__wrapper:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign-white.svg) no-repeat center center;
  margin-left: 0.5rem;
}
#article-aula-home p.button_wrap a .btn img, #article-aula-home p.button_wrap a .corp--btn-01__wrapper img {
  margin-bottom: 0;
  width: auto;
}
#article-aula-home p.button_wrap a:hover {
  text-decoration: none;
}
#article-aula-home p.button_wrap a:hover .btn, #article-aula-home p.button_wrap a:hover .corp--btn-01__wrapper {
  background: #fff;
  color: #007eae;
  border-color: #007eae;
  text-decoration: none;
  box-shadow: none;
}
#article-aula-home p.button_wrap a:hover .btn:after, #article-aula-home p.button_wrap a:hover .corp--btn-01__wrapper:after {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign.svg) no-repeat center center;
}

#article-actualidad-home {
  margin: 3rem 0;
}
@media (min-width: 768px) {
  #article-actualidad-home {
    margin: 6rem 0 4.8rem;
  }
}
#article-actualidad-home h2 {
  font-family: "Open Sans Bold", sans-serif;
  color: #FFFFFF;
  margin: 0;
  font-size: 3rem;
  line-height: 4.6rem;
}
@media (min-width: 768px) {
  #article-actualidad-home h2 {
    font-size: 3.4rem;
    line-height: 4.9rem;
  }
}
#article-actualidad-home p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #FFFFFF;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  #article-actualidad-home p {
    margin-top: 0;
  }
}
#article-actualidad-home p.button_wrap {
  margin-top: 2.6rem;
  display: inline-block;
}
#article-actualidad-home p.button_wrap a .btn, #article-actualidad-home p.button_wrap a .corp--btn-01__wrapper {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
#article-actualidad-home p.button_wrap a .btn img, #article-actualidad-home p.button_wrap a .corp--btn-01__wrapper img {
  margin-bottom: 0;
  width: auto;
}

/* New Dropdown Lang */
.header__secondary .link-group .link-group-dropdown {
  width: calc(100% + 4rem);
}
.header__secondary .link-group .link-group-dropdown ul {
  padding: 1rem 1.5rem;
}
.header__secondary .link-group .link-group-dropdown ul li {
  padding: 1.5rem 0;
  text-align: left;
}
.header__secondary .link-group .link-group-dropdown ul li a {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: normal;
  padding: 1rem 0.5rem 2rem;
}
.header__secondary .link-group .link-group-dropdown ul li .c-link--inline img {
  width: 13px !important;
  height: auto;
}

/* New Footer */
.preFooterLinksGroups {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 2.4rem 2rem;
}
@media (min-width: 992px) {
  .preFooterLinksGroups {
    padding: 4rem 0;
  }
}

.preFooterLinksGroups__linkGroup {
  width: 100%;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ECECEC;
  position: relative;
}
.preFooterLinksGroups__linkGroup::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0.7rem;
  top: 0;
  height: 1.6rem;
  padding: 0;
  width: 1.6rem;
  background: url(images/arrow-black.svg) no-repeat center center transparent;
}
@media (min-width: 768px) {
  .preFooterLinksGroups__linkGroup::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .preFooterLinksGroups__linkGroup {
    border: none;
  }
}
.preFooterLinksGroups__linkGroup.active::after {
  transform: rotate(90deg);
}
.preFooterLinksGroups__linkGroup.active ul {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .preFooterLinksGroups__linkGroup {
    border: none;
  }
}
.preFooterLinksGroups__linkGroup.socialNetworks {
  border: none;
  margin-top: 1.4rem;
}
.preFooterLinksGroups__linkGroup.socialNetworks::after {
  display: none;
}
@media (min-width: 768px) {
  .preFooterLinksGroups__linkGroup.socialNetworks {
    margin-top: 0;
  }
}
.preFooterLinksGroups__linkGroup.socialNetworks ul {
  display: flex !important;
}

.preFooterLinksGroups__linkGroup h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1rem;
}
.preFooterLinksGroups__linkGroup ul {
  display: none;
}
@media (min-width: 768px) {
  .preFooterLinksGroups__linkGroup ul {
    display: block !important;
  }
}

.preFooterLinksGroups__linkGroup ul li {
  list-style: none;
}

.preFooterLinksGroups__linkGroup ul li a {
  color: #494949;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.preFooterLinksGroups__linkGroup.socialNetworks .m-0 {
  display: none;
}

.preFooterLinksGroups__linkGroup.socialNetworks ul {
  justify-content: flex-start;
  display: flex;
}

.preFooterLinksGroups__linkGroup.socialNetworks ul li {
  margin-left: 0;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .preFooterLinksGroups {
    flex-direction: row;
  }
  .preFooterLinksGroups__linkGroup {
    margin: 0 3rem 0 0;
    width: 30%;
    align-items: flex-start;
  }
  .preFooterLinksGroups__linkGroup.socialNetworks {
    justify-self: end;
    width: 75%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .preFooterLinksGroups__linkGroup.socialNetworks {
    width: 40%;
    margin: 0;
  }
  .preFooterLinksGroups__linkGroup.socialNetworks ul {
    justify-content: flex-end;
  }
  .preFooterLinksGroups__linkGroup.socialNetworks ul li {
    margin-left: 1rem;
    margin-right: 0;
  }
}
/* New Home RegionLayout Containers */
@media (min-width: 1200px) {
  .home #page .container, .home header .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .home #page .container, .home header .container {
    /* max-width:1320px - Bootstrap 5.2 container width */
    max-width: 1190px;
  }
}

/* Custom fixes */
html[lang=en] .bg-white #article-home {
  margin-bottom: 0;
}

.main-banner {
  position: relative;
}
.main-banner-media__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-banner-media__group {
  width: 300%;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .main-banner-media__group {
    width: 200%;
    left: -50%;
  }
}
.main-banner-media__group picture {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-banner-media__group picture img {
  display: none;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
.main-banner-media__group picture img.extra-small {
  display: block;
}
@media (min-width: 380px) {
  .main-banner-media__group picture img.extra-small {
    display: none;
  }
}
@media (min-width: 380px) {
  .main-banner-media__group picture img.small {
    display: block;
  }
}
@media (min-width: 769px) {
  .main-banner-media__group picture img.small {
    display: none;
  }
}
@media (min-width: 769px) {
  .main-banner-media__group picture img.medium {
    display: block;
  }
}
@media (min-width: 992px) {
  .main-banner-media__group picture img.medium {
    display: none;
  }
}
@media (min-width: 992px) {
  .main-banner-media__group picture img.large {
    display: block;
  }
}
@media (min-width: 1200px) {
  .main-banner-media__group picture img.large {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-banner-media__group picture img.extra-large {
    display: block;
  }
}
@media (min-width: 1441px) {
  .main-banner-media__group picture img.extra-large {
    display: none;
  }
}
@media (min-width: 1441px) {
  .main-banner-media__group picture img.original {
    display: block;
  }
}
.main-banner-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  height: 582px;
  padding-top: 7.6rem;
}
@media (min-width: 376px) {
  .main-banner-text {
    justify-content: center;
    padding-top: 0;
    height: 430px;
  }
}
@media (min-width: 769px) {
  .main-banner-text {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .main-banner-text {
    max-width: 665px;
    height: 640px;
  }
}
.main-banner-text h2 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  text-align: center;
  font-family: "Open Sans Bold", sans-serif;
}
@media (min-width: 992px) {
  .main-banner-text h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
.main-banner-text .button_wrap {
  margin-top: 2.3rem;
}
@media (min-width: 992px) {
  .main-banner-text .button_wrap {
    margin-top: 3.4rem;
  }
}
.main-banner-text .button_wrap > span.btn a, .main-banner-text .button_wrap > span.corp--btn-01__wrapper a {
  color: #197EAE;
  padding: 1.3rem 2.4rem;
  border: 0.2rem solid #197EAE;
  font-family: "Open Sans Semibold", sans-serif;
}

/*DV Plan accion*/
.dv-plan-transicion_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent;
  padding: 2.7rem 0 4.1rem 0;
}
@media (min-width: 992px) {
  .dv-plan-transicion_body {
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 760px;
  }
}
@media (min-width: 1140px) {
  .dv-plan-transicion_body {
    max-width: 840px;
  }
}
.dv-plan-transicion_body__blue-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  order: 2;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .dv-plan-transicion_body__blue-area {
    gap: 3.7rem;
    margin-bottom: 0;
    order: 1;
  }
}
.dv-plan-transicion_body__blue-area__FAQ {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dv-plan-transicion_body__blue-area__FAQ__text {
  margin-right: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .dv-plan-transicion_body__blue-area__FAQ__text {
    width: 130px;
  }
}
@media (min-width: 1140px) {
  .dv-plan-transicion_body__blue-area__FAQ__text {
    width: 150px;
  }
}
.dv-plan-transicion_body__blue-area__FAQ__text p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.dv-plan-transicion_body__blue-area__FAQ__plus {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #009AD8;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.dv-plan-transicion_body__grey-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  order: 3;
}
@media (min-width: 992px) {
  .dv-plan-transicion_body__grey-area {
    gap: 3.7rem;
  }
}
.dv-plan-transicion_body__grey-area__FAQ {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dv-plan-transicion_body__grey-area__FAQ__text {
  margin-right: 1rem;
  width: 100%;
}
@media (min-width: 992px) {
  .dv-plan-transicion_body__grey-area__FAQ__text {
    width: 130px;
  }
}
@media (min-width: 1140px) {
  .dv-plan-transicion_body__grey-area__FAQ__text {
    width: 150px;
  }
}
.dv-plan-transicion_body__grey-area__FAQ__text p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.dv-plan-transicion_body__grey-area__FAQ__plus {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #494949;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.dv-plan-transicion_body__central-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  order: 1;
  margin-bottom: 2rem;
}
@media (min-width: 500px) {
  .dv-plan-transicion_body__central-area {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .dv-plan-transicion_body__central-area {
    margin-bottom: 0;
    order: 2;
  }
}
.dv-plan-transicion_body__central-area p {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.47rem;
}
.dv-plan-transicion_body__central-area h2 {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.47rem;
}
.dv-plan-transicion_body__central-area h3 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.47rem;
}
.dv-plan-transicion_body__central-area__blue-circle {
  background: #009AD8;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  padding: 3rem 4rem 5rem 5rem;
  flex: 0 0 auto;
}
@media (min-width: 500px) {
  .dv-plan-transicion_body__central-area__blue-circle {
    padding: 3.1rem 5.5rem 4.7rem 2.7rem;
  }
}
.dv-plan-transicion_body__central-area__grey-circle {
  background: #494949;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  padding: 6rem 4rem 5rem 5rem;
  flex: 0 0 auto;
}
@media (min-width: 500px) {
  .dv-plan-transicion_body__central-area__grey-circle {
    padding: 2rem 2.3rem 2rem 6.78rem;
  }
}
.dv-plan-transicion_body__central-area__diamond {
  width: 100px;
  height: 100px;
  position: absolute;
  background: #fff;
  border: 0.55rem solid #F1F3FF;
  border-radius: 20px;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
.dv-plan-transicion_body__central-area__diamond__title {
  transform: rotate(-45deg);
  text-align: center;
}
.dv-plan-transicion_info {
  width: 100%;
  display: block;
}
@media (min-width: 992px) {
  .dv-plan-transicion_info {
    max-width: 760px;
  }
}
@media (min-width: 1140px) {
  .dv-plan-transicion_info {
    max-width: 840px;
  }
}
.dv-plan-transicion_info_blue-FAQ {
  background: #009AD8;
  color: #fff;
  padding: 3rem;
}
.dv-plan-transicion_info_grey-FAQ {
  background: #494949;
  color: #fff;
  padding: 3rem;
}
.dv-plan-transicion_info h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.dv-plan-transicion_info ul {
  margin-left: 2rem;
}
.dv-plan-transicion_info li, .dv-plan-transicion_info p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.dv-plan-transicion_info li::marker, .dv-plan-transicion_info p::marker {
  font-size: 1.4rem;
}

/*FIN DV Plan accion*/
/* Tabla First column blue */
#tableFirstColumnBlue .table-container {
  width: 100%;
  overflow: auto;
}
#tableFirstColumnBlue table {
  width: 839px;
  min-width: 839px;
  border: 1px solid #D8D8D8;
}
#tableFirstColumnBlue table thead th {
  padding: 1rem;
  border: 1px solid #D8D8D8;
}
#tableFirstColumnBlue table thead th p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.45rem;
}
#tableFirstColumnBlue table thead th:nth-child(1) {
  min-width: 147px;
}
#tableFirstColumnBlue table thead th:nth-child(2) {
  min-width: 275px;
}
#tableFirstColumnBlue table thead th:nth-child(3) {
  min-width: 417px;
}
#tableFirstColumnBlue table tbody tr td {
  border: 1px solid #D8D8D8;
  padding: 2rem 1rem;
}
#tableFirstColumnBlue table tbody tr td p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.17rem;
}
#tableFirstColumnBlue .ligthBlue {
  padding: 1rem;
  background: #009AD8;
}
#tableFirstColumnBlue .ligthBlue p {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.45rem;
}
#tableFirstColumnBlue .darkBlue {
  padding: 1rem;
  background: #197EAE;
}
#tableFirstColumnBlue .darkBlue p {
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.45rem;
}

/* FIN Tabla First column blue */
@media (max-width: 767px) {
  .infografic-board-directors {
    overflow: auto;
  }
}
.infografic-board-directors-container {
  position: relative;
  height: 420px;
  display: table;
  width: 575px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .infografic-board-directors-container {
    zoom: 0.7;
    margin: 0 auto 34px;
  }
}
.infografic-board-directors-label {
  font-size: 1.4rem;
  color: #939393;
  display: block;
  position: absolute;
  margin: auto;
}
.infografic-board-directors-label:nth-child(1) {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.infografic-board-directors-label:nth-child(2) {
  right: -16px;
  top: 172px;
  max-width: 110px;
}
.infografic-board-directors-label:nth-child(3) {
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 220px;
  text-align: center;
}
.infografic-board-directors-label:nth-child(4) {
  left: 10px;
  top: 172px;
  max-width: 110px;
}
.infografic-board-directors-square-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  width: 240px;
  transform: rotate(45deg);
  left: 167px;
  top: 78px;
}
.infografic-board-directors-label-container {
  position: absolute;
  height: 240px;
  width: 240px;
  left: 167px;
  top: 78px;
}
.infografic-board-directors-square {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: 1px solid #BDBDBD;
}
.infografic-board-directors-square:nth-child(1) {
  width: 40px;
  height: 40px;
}
.infografic-board-directors-square:nth-child(2) {
  width: 80px;
  height: 80px;
  margin: -20px;
}
.infografic-board-directors-square:nth-child(3) {
  width: 120px;
  height: 120px;
  margin: -20px;
}
.infografic-board-directors-square:nth-child(4) {
  width: 160px;
  height: 160px;
  margin: -20px;
}
.infografic-board-directors-square:nth-child(5) {
  width: 200px;
  height: 200px;
  margin: -20px;
}
.infografic-board-directors-square:nth-child(6) {
  width: 240px;
  height: 240px;
  margin: -20px;
}
.infografic-board-directors-square-label {
  color: #27BCED;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
}
.infografic-board-directors-square-label:nth-child(1) {
  top: 36px;
  left: 115px;
}
.infografic-board-directors-square-label:nth-child(1)::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #27BCED;
  position: absolute;
  bottom: -11px;
  left: 0px;
}
.infografic-board-directors-square-label:nth-child(1)::before {
  content: "";
  width: 2px;
  height: 48px;
  background-color: #27BCED;
  position: absolute;
  top: 33px;
  left: 4px;
  transform: rotate(0deg);
}
.infografic-board-directors-square-label:nth-child(2) {
  top: 107px;
  left: 82px;
}
.infografic-board-directors-square-label:nth-child(2)::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #27BCED;
  position: absolute;
  top: 8px;
  right: -35px;
}
.infografic-board-directors-square-label:nth-child(2)::before {
  content: "";
  width: 2px;
  height: 67px;
  background-color: #27BCED;
  position: absolute;
  top: 14px;
  left: 38px;
  transform: rotate(0deg);
}
.infografic-board-directors-square-label:nth-child(4) {
  top: 197px;
  left: 115px;
}
.infografic-board-directors-square-label:nth-child(4)::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #27BCED;
  position: absolute;
  top: -11px;
  left: 0;
}
.infografic-board-directors-square-label:nth-child(4)::before {
  content: "";
  width: 188px;
  height: 2px;
  background-color: #27BCED;
  position: absolute;
  top: -42px;
  left: -2px;
  transform: rotate(-23deg);
}
.infografic-board-directors-square-label:nth-child(3) {
  top: 89px;
  right: -59px;
}
.infografic-board-directors-square-label:nth-child(3)::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #27BCED;
  position: absolute;
  top: 26px;
  right: 2px;
}
.infografic-board-directors-square-label:nth-child(3)::before {
  content: "";
  width: 184px;
  height: 2px;
  background-color: #27BCED;
  position: absolute;
  top: 3px;
  right: 1px;
  transform: rotate(17deg);
}

@media (max-width: 767px) {
  html[lang=es] .infografic-board-directors {
    overflow: auto;
  }
}
html[lang=es] .infografic-board-directors-container {
  position: relative;
  height: 420px;
  display: table;
  width: 575px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  html[lang=es] .infografic-board-directors-container {
    zoom: 0.7;
    margin: 0 auto 34px;
  }
}
html[lang=es] .infografic-board-directors-label {
  font-size: 1.4rem;
  color: #939393;
  display: block;
  position: absolute;
  margin: auto;
}
html[lang=es] .infografic-board-directors-label:nth-child(1) {
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
html[lang=es] .infografic-board-directors-label:nth-child(2) {
  right: -16px;
  top: 172px;
  max-width: 110px;
}
html[lang=es] .infografic-board-directors-label:nth-child(3) {
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 220px;
  text-align: center;
}
html[lang=es] .infografic-board-directors-label:nth-child(4) {
  left: 10px;
  top: 172px;
  max-width: 110px;
}
html[lang=es] .infografic-board-directors-square-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  width: 240px;
  transform: rotate(45deg);
  left: 167px;
  top: 78px;
  background: #F2F2F2;
}
html[lang=es] .infografic-board-directors-label-container {
  position: absolute;
  height: 240px;
  width: 240px;
  left: 167px;
  top: 78px;
}
html[lang=es] .infografic-board-directors-axis-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html[lang=es] .infografic-board-directors-horizontal-axis {
  content: "";
  width: 2px;
  height: 337px;
  background-color: #27BCED;
  position: absolute;
  transform: rotate(0deg);
  top: 30px;
}
html[lang=es] .infografic-board-directors-vertical-axis {
  content: "";
  width: 337px;
  height: 2px;
  background-color: #27BCED;
  position: absolute;
  transform: rotate(180deg);
  top: 197px;
}
html[lang=es] .infografic-board-directors-triangle-container {
  position: absolute;
  width: 50%;
  height: 129px;
  top: 143px;
  left: 50%;
}
html[lang=es] .infografic-board-directors-triangle-a {
  content: "";
  width: 153px;
  height: 4px;
  background-color: #27BCED;
  position: absolute;
  top: 30px;
  left: -4px;
  transform: rotate(18deg);
}
html[lang=es] .infografic-board-directors-triangle-b {
  content: "";
  width: 154px;
  height: 4px;
  background-color: #27BCED;
  position: absolute;
  top: 77px;
  left: -3px;
  transform: rotate(-18deg);
}
html[lang=es] .infografic-board-directors-triangle-c {
  content: "";
  width: 4px;
  height: 95px;
  background-color: #27BCED;
  position: absolute;
  top: 6px;
  left: 0;
  transform: rotate(0deg);
}
html[lang=es] .infografic-board-directors-square {
  /*
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
   */
  position: absolute;
  border: 1px solid #BDBDBD;
}
html[lang=es] .infografic-board-directors-square:nth-child(1) {
  width: 16px;
  height: 16px;
}
html[lang=es] .infografic-board-directors-square:nth-child(2) {
  width: 32px;
  height: 32px;
}
html[lang=es] .infografic-board-directors-square:nth-child(3) {
  width: 48px;
  height: 48px;
}
html[lang=es] .infografic-board-directors-square:nth-child(4) {
  width: 64px;
  height: 64px;
}
html[lang=es] .infografic-board-directors-square:nth-child(5) {
  width: 80px;
  height: 80px;
}
html[lang=es] .infografic-board-directors-square:nth-child(6) {
  width: 96px;
  height: 96px;
}
html[lang=es] .infografic-board-directors-square:nth-child(7) {
  width: 112px;
  height: 112px;
}
html[lang=es] .infografic-board-directors-square:nth-child(8) {
  width: 128px;
  height: 128px;
}
html[lang=es] .infografic-board-directors-square:nth-child(9) {
  width: 144px;
  height: 144px;
}
html[lang=es] .infografic-board-directors-square:nth-child(10) {
  width: 160px;
  height: 160px;
}
html[lang=es] .infografic-board-directors-square:nth-child(11) {
  width: 176px;
  height: 176px;
}
html[lang=es] .infografic-board-directors-square:nth-child(12) {
  width: 194px;
  height: 194px;
}
html[lang=es] .infografic-board-directors-square:nth-child(13) {
  width: 210px;
  height: 210px;
}
html[lang=es] .infografic-board-directors-square:nth-child(14) {
  width: 226px;
  height: 226px;
}
html[lang=es] .infografic-board-directors-square:nth-child(15) {
  width: 240px;
  height: 240px;
}
html[lang=es] .infografic-board-directors-square-label {
  color: #939393;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
}
html[lang=es] .infografic-board-directors-square-label:nth-child(1) {
  top: -55px;
  left: 130px;
}
html[lang=es] .infografic-board-directors-square-label:nth-child(1)::after {
  content: none;
}
html[lang=es] .infografic-board-directors-square-label:nth-child(1)::before {
  content: "";
  width: 2px;
  height: 100px;
  background-color: #BDBDBD;
  position: absolute;
  top: 22px;
  left: -6px;
  transform: rotate(6deg);
}
html[lang=es] .infografic-board-directors-square-label:nth-child(2) {
  top: 95px;
  left: -50px;
}
html[lang=es] .infografic-board-directors-square-label:nth-child(2)::after {
  content: none;
}
html[lang=es] .infografic-board-directors-square-label:nth-child(2)::before {
  content: "";
  width: 2px;
  height: 156px;
  background-color: #BDBDBD;
  position: absolute;
  top: -59px;
  left: 92px;
  transform: rotate(94deg);
}
html[lang=es] .infografic-board-directors-square-label:nth-child(3) {
  top: 137px;
  right: -83px;
}
html[lang=es] .infografic-board-directors-square-label:nth-child(3)::before {
  content: "";
  width: 2px;
  height: 40px;
  background-color: #BDBDBD;
  position: absolute;
  top: -20px;
  left: -29px;
  transform: rotate(150deg);
}
html[lang=es] .infografic-board-directors-square-label:nth-child(3)::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #BDBDBD;
  position: absolute;
  top: 9px;
  left: -12px;
  transform: rotate(90deg);
}
html[lang=es] .infografic-board-directors-square-label:nth-child(4) {
  top: 271px;
  left: 135px;
}
html[lang=es] .infografic-board-directors-square-label:nth-child(4)::after {
  content: none;
}
html[lang=es] .infografic-board-directors-square-label:nth-child(4)::before {
  content: "";
  width: 106px;
  height: 2px;
  background-color: #BDBDBD;
  position: absolute;
  top: -56px;
  left: -60px;
  transform: rotate(83deg);
}

.infografic-board-meetings-container {
  padding: 34px 14px;
  display: flex;
  flex-wrap: wrap;
  max-width: 840px;
}
.infografic-board-meetings-item {
  width: 100%;
  padding-right: 34px;
}
@media (min-width: 768px) {
  .infografic-board-meetings-item {
    width: 50%;
  }
}
.infografic-board-meetings-item:not(:last-child) {
  margin-bottom: 34px;
}
.infografic-board-meetings-item p:nth-child(1) {
  color: #009AD8;
  font-size: 2.2rem;
  font-weight: 400;
}
.infografic-board-meetings-item p:nth-child(1) span {
  font-size: 3.2rem;
  font-weight: 600;
  margin-right: 8px;
}
.infografic-board-meetings-item p:nth-child(2) {
  font-size: 1.2rem;
  color: #A3A3A3;
  padding-top: 8px;
  position: relative;
  padding-left: 64px;
  line-height: 1.3;
}
.infografic-board-meetings-item p:nth-child(2)::before {
  content: "";
  height: 1px;
  background: #009AD8;
  width: 50px;
  display: block;
  top: 17px;
  left: 0;
  position: absolute;
}
.infografic-board-meetings-item p:nth-child(2)::after {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  border-right: 1px solid #009AD8;
  border-top: 1px solid #009AD8;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 41px;
}
.infografic-board-meetings-item p:nth-child(2) span {
  font-style: italic;
}

.infografic-category-board {
  position: relative;
  display: table;
  width: 450px;
  height: 450px;
}
@media (max-width: 767px) {
  .infografic-category-board {
    zoom: 0.7;
    max-width: 100%;
    margin: 0 auto;
  }
}
.infografic-category-board-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.infografic-category-board-label {
  position: absolute;
  font-size: 14px;
  line-height: 1.2;
  color: #949496;
}
.infografic-category-board-label .value {
  font-size: 22px;
  font-weight: 500;
  display: block;
  position: relative;
}
.infografic-category-board-label .value::after {
  content: "";
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  top: -12px;
  left: 1px;
}
.infografic-category-board-label:nth-of-type(1) {
  right: 0;
  width: 85px;
}
.infografic-category-board-label:nth-of-type(1) .value::after {
  background-color: #575757;
}
.infografic-category-board-label:nth-of-type(2) {
  left: 0;
  bottom: 40px;
  width: 110px;
}
.infografic-category-board-label:nth-of-type(2) .value::after {
  background-color: #919395;
}
.infografic-category-board-label:nth-of-type(3) {
  left: 210px;
  top: 89px;
  width: 73px;
}
.infografic-category-board-label:nth-of-type(3) .value::after {
  background-color: #45508e;
}
.infografic-category-board-label:nth-of-type(4) {
  left: 260px;
  top: 170px;
  width: 73px;
}
.infografic-category-board-label:nth-of-type(4) .value::after {
  background-color: #f8f4f0;
}
.infografic-category-board-label:nth-of-type(5) {
  left: 234px;
  top: 234px;
  width: 80px;
}
.infografic-category-board-label:nth-of-type(5) .value::after {
  background-color: #cfc7b5;
}
.infografic-category-board-label:nth-of-type(6) {
  left: 161px;
  top: 258px;
  width: 71px;
}
.infografic-category-board-label:nth-of-type(6) .value::after {
  background-color: #575759;
}
.infografic-category-board-label:nth-of-type(7) {
  left: 85px;
  top: 165px;
  width: 105px;
}
.infografic-category-board-label:nth-of-type(7) .value::after {
  background-color: #36bbe9;
}

.infografic-details-board-members {
  margin-bottom: 34px;
}
.infografic-details-board-members table {
  font-size: 1.2rem;
}
.infografic-details-board-members table th {
  border-bottom: 2px solid #28BCEA;
  padding: 2px;
  vertical-align: bottom;
  color: #28BCEA;
  font-size: 12px;
  line-height: 1.2;
}
.infografic-details-board-members table td {
  padding: 4px;
  border-bottom: 1px solid #969696;
}
.infografic-details-board-members table td:nth-child(1) {
  color: #28BCEA;
  font-size: 13px;
}
.infografic-details-board-members-table-container {
  max-width: 100%;
  overflow-x: auto;
}
.infografic-details-board-members-table-container table td,
.infografic-details-board-members-table-container table th {
  padding: 2px 6px;
}

.infografic-evolution-gender-diversity {
  max-width: auto;
  padding: 0;
}
.infografic-evolution-gender-diversity-container {
  background-color: #F8F9FF;
  display: flex;
  padding: 14px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24px 0;
  max-width: 100%;
}
@media (max-width: 767px) {
  .infografic-evolution-gender-diversity-container {
    overflow: auto;
  }
}
.infografic-evolution-gender-diversity-container hr {
  margin: 16px 0 8px 0;
}
.infografic-evolution-gender-diversity-item {
  margin: 14px;
  position: relative;
}
.infografic-evolution-gender-diversity-item:not(:last-child) {
  padding-right: 34px;
}
.infografic-evolution-gender-diversity-item:not(:last-child)::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #BFBFBF;
  position: absolute;
  top: 0;
  right: 0;
}
.infografic-evolution-gender-diversity-item:nth-child(2) {
  opacity: 0.7;
}
.infografic-evolution-gender-diversity-item:nth-child(3) .infografic-evolution-gender-diversity-info {
  color: #009AD8 !important;
}
.infografic-evolution-gender-diversity-item:nth-child(3) .infografic-evolution-gender-diversity-imgs svg {
  fill: #009AD8 !important;
}
.infografic-evolution-gender-diversity-item:nth-child(3) hr {
  background: #009AD8 !important;
  opacity: 0.5;
}
.infografic-evolution-gender-diversity-item:nth-child(4) {
  opacity: 0.6;
}
.infografic-evolution-gender-diversity-info {
  font-size: 2.7rem;
  font-weight: 700;
  color: #939393;
}
.infografic-evolution-gender-diversity-imgs {
  height: 55px;
  display: flex;
  justify-content: center;
  margin: 10px 14px;
}
.infografic-evolution-gender-diversity-imgs svg {
  height: 55px;
  fill: #939393;
}
.infografic-evolution-gender-diversity-text {
  text-align: center;
  display: block;
  color: #939393;
  font-size: 1rem;
}

.infografic-evolution-independence {
  width: 100%;
  position: relative;
  max-width: 830px;
}
@media (max-width: 767px) {
  .infografic-evolution-independence {
    overflow: auto;
  }
  .infografic-evolution-independence-container {
    width: 830px;
  }
}
.infografic-evolution-independence-item {
  position: relative;
}
.infografic-evolution-independence-item {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.infografic-evolution-independence-item .label {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  color: #939393;
  width: 30px;
}
.infografic-evolution-independence-item .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
}
.infografic-evolution-independence-footer {
  margin-left: 60px;
}
.infografic-evolution-independence-footer .text {
  font-size: 13px;
  color: #939393;
  width: 15%;
  display: inline-block;
  text-align: center;
}
.infografic-evolution-independence-labels {
  position: absolute;
  top: 0;
  left: 0;
}
.infografic-evolution-independence-labels .pointer {
  position: absolute;
  font-size: 15px;
  color: #27BCED;
  font-weight: 500;
  text-align: center;
}
.infografic-evolution-independence-labels .pointer::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #27BCED;
  margin-left: 6px;
}
.infografic-evolution-independence-labels .pointer::before {
  content: "";
  display: block;
  position: absolute;
  width: 127px;
  height: 2px;
  background-color: #27BCED;
  top: 26px;
  left: 7px;
}
.infografic-evolution-independence-labels .pointer:nth-of-type(1) {
  top: 27px;
  left: 105px;
}
.infografic-evolution-independence-labels .pointer:nth-of-type(2) {
  top: 27px;
  left: 225px;
}
.infografic-evolution-independence-labels .pointer:nth-of-type(2)::before {
  top: 32px;
  transform: rotate(6deg);
}
.infografic-evolution-independence-labels .pointer:nth-of-type(3) {
  top: 39px;
  left: 345px;
}
.infografic-evolution-independence-labels .pointer:nth-of-type(3)::before {
  top: 28px;
  transform: rotate(2deg);
  width: 124px;
}
.infografic-evolution-independence-labels .pointer:nth-of-type(4) {
  top: 41px;
  left: 462px;
}
.infografic-evolution-independence-labels .pointer:nth-of-type(4)::before {
  top: 8px;
  transform: rotate(-17deg);
}
.infografic-evolution-independence-labels .pointer:nth-of-type(5) {
  top: 4px;
  left: 583px;
}
.infografic-evolution-independence-labels .pointer:nth-of-type(6) {
  top: 4px;
  left: 702px;
}
.infografic-evolution-independence-labels .pointer:nth-of-type(6)::before {
  display: none;
}

.infografic-evolution-woman {
  width: 100%;
  position: relative;
  max-width: 830px;
}
@media (max-width: 1140px) {
  .infografic-evolution-woman {
    /*zoom: 0.5;*/
    overflow: auto;
  }
}
@media (max-width: 1140px) {
  .infografic-evolution-woman-container {
    width: 830px;
  }
}
.infografic-evolution-woman-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.infografic-evolution-woman-item:first-child {
  margin-bottom: 0;
}
.infografic-evolution-woman-item .label {
  display: inline-block;
  font-size: 12px;
  margin-right: 8px;
  color: #939393;
  width: 30px;
}
.infografic-evolution-woman-item .line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
}
.infografic-evolution-woman-footer {
  display: flex;
}
.infografic-evolution-woman-footer .text {
  font-size: 13px;
  color: #939393;
  width: 15%;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #DCDCDC;
}
.infografic-evolution-woman-footer .text:last-child {
  border-right: 1px solid #DCDCDC;
}
.infografic-evolution-woman-labels {
  position: absolute;
  left: 0;
  top: 5rem;
}
@media (min-width: 1141px) {
  .infografic-evolution-woman-labels {
    top: 0;
  }
}
.infografic-evolution-woman-labels .pointer {
  position: absolute;
  font-size: 15px;
  color: #27BCED;
  font-weight: bold;
  text-align: center;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(1) {
  top: 80px;
  left: 35px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(1):before {
  top: 21px;
  transform: rotate(351deg);
  width: 67px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(2) {
  top: 68px;
  left: 110px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(2):before {
  top: 19px;
  transform: rotate(350deg);
  width: 74px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(3) {
  top: 52px;
  left: 193px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(3):before {
  top: 17px;
  transform: rotate(-13deg);
  width: 76px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(4) {
  top: 33px;
  left: 277px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(4):before {
  top: 23px;
  transform: rotate(-5deg);
  width: 75px;
  left: 14px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(5) {
  top: 26px;
  left: 359px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(5):before {
  top: 19px;
  transform: rotate(-11deg);
  width: 77px;
  left: 14px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(6) {
  top: 9px;
  left: 442px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(6):before {
  top: 26px;
  transform: rotate(-2deg);
  width: 74px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(7) {
  top: 7px;
  left: 525px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(7):before {
  top: 28px;
  transform: rotate(2deg);
  width: 74px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(8) {
  top: 9px;
  left: 608px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(8):before {
  top: 25px;
  transform: rotate(-3deg);
  width: 74px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(9) {
  top: 5px;
  left: 691px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(9):before {
  width: 74px;
  transform: rotate(-8deg);
  top: 20px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(10) {
  top: -8px;
  left: 774px;
}
.infografic-evolution-woman-labels .pointer:nth-of-type(10):before {
  content: none;
}
.infografic-evolution-woman-labels .pointer:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin-left: 6px;
  border: 3px solid #27BCED;
  border-radius: 50%;
}
.infografic-evolution-woman-labels .pointer:before {
  content: "";
  display: block;
  position: absolute;
  width: 127px;
  height: 2px;
  background-color: #27BCED;
  top: 27px;
  left: 16px;
}

.infografic-matrix-board-directors {
  margin-bottom: 34px;
}
.infografic-matrix-board-directors table {
  font-size: 1.2rem;
}
.infografic-matrix-board-directors table th {
  border-bottom: 2px solid #28BCEA;
  padding: 2px 6px;
  vertical-align: bottom;
  color: #28BCEA;
  font-size: 12px;
  line-height: 1.2;
}
.infografic-matrix-board-directors table td {
  padding: 2px 6px;
  border-bottom: 1px solid #969696;
  color: #28BCEA;
  font-size: 13px;
}
.infografic-matrix-board-directors table tr:last-child td:nth-child(n+2),
.infografic-matrix-board-directors table tr:nth-last-child(2) td:nth-child(n+2) {
  color: #222;
}
.infografic-matrix-board-directors table th:first-child,
.infografic-matrix-board-directors table td:first-child {
  min-width: 200px;
}
.infografic-matrix-board-directors-table-container {
  max-width: 100%;
  overflow-x: auto;
}
.infografic-matrix-board-directors-table-row {
  border-bottom: 1px solid #28BCEA;
}
.infografic-matrix-board-directors-table-row td {
  border: 0 !important;
}
.infografic-matrix-board-directors-table-rowspan td:nth-child(1) {
  border-bottom: 1px solid #28BCEA;
}
.infografic-matrix-board-directors .checked {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #27BCED;
  border-radius: 16px;
}

.infografic-meetings-fiscal-year-container {
  padding: 34px 24px;
  background-color: #F8F9FF;
  max-width: 562px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .infografic-meetings-fiscal-year-container {
    overflow: auto;
  }
}
.infografic-meetings-fiscal-year-container table {
  font-size: 1.2rem;
}
.infografic-meetings-fiscal-year-container table th {
  border-bottom: 2px solid #009AD8;
}
.infografic-meetings-fiscal-year-container table th:nth-child(1) {
  width: 170px;
}
.infografic-meetings-fiscal-year-container table th:nth-child(2),
.infografic-meetings-fiscal-year-container table th:nth-child(3),
.infografic-meetings-fiscal-year-container table th:nth-child(4) {
  width: 130px;
  padding: 2px 4px;
  vertical-align: bottom;
  color: #009AD8;
  font-size: 13px;
  line-height: 1.2;
}
.infografic-meetings-fiscal-year-container table td:nth-child(1) {
  width: 170px;
}
.infografic-meetings-fiscal-year-container table td:nth-child(2),
.infografic-meetings-fiscal-year-container table td:nth-child(3),
.infografic-meetings-fiscal-year-container table td:nth-child(4) {
  width: 120px;
  padding: 8px 4px;
}
.infografic-meetings-fiscal-year-container table td {
  border-bottom: 1px solid #969696;
}
.infografic-meetings-fiscal-year-item {
  margin-bottom: 34px;
  padding-right: 34px;
}
.infografic-meetings-fiscal-year-item p:nth-child(1) {
  color: #009AD8;
  font-size: 2.2rem;
  font-weight: 400;
}
.infografic-meetings-fiscal-year-item p:nth-child(1) span {
  font-size: 4.2rem;
  font-weight: 600;
  margin-right: 8px;
}
.infografic-meetings-fiscal-year-item p:nth-child(2) {
  font-size: 1.2rem;
  color: #A3A3A3;
  padding-top: 8px;
  position: relative;
  padding-left: 64px;
  line-height: 1.3;
}
.infografic-meetings-fiscal-year-item p:nth-child(2)::before {
  content: "";
  height: 1px;
  background: #009AD8;
  width: 50px;
  display: block;
  top: 17px;
  left: 0;
  position: absolute;
}
.infografic-meetings-fiscal-year-item p:nth-child(2)::after {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  border-right: 1px solid #009AD8;
  border-top: 1px solid #009AD8;
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 41px;
}
.infografic-meetings-fiscal-year-title {
  font-weight: 700;
  color: #009AD8;
}
.infografic-meetings-fiscal-year-title--gray {
  color: #BFBFBF;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.infografic-meetings-fiscal-year-info {
  color: #939393;
  margin: 12px 0;
  font-style: italic;
  font-size: 14px;
}
.infografic-meetings-fiscal-year--dedication .infografic-meetings-fiscal-year-container {
  background-color: transparent;
  max-width: 100%;
  overflow-x: auto;
  padding: 0;
}
.infografic-meetings-fiscal-year--dedication .infografic-meetings-fiscal-year-item p:nth-child(2) {
  font-size: 1.2rem;
  color: #28BCEA;
  padding-top: 0;
  position: relative;
  padding: 0;
  line-height: 1.3;
}
.infografic-meetings-fiscal-year--dedication .infografic-meetings-fiscal-year-item p:nth-child(2):before, .infografic-meetings-fiscal-year--dedication .infografic-meetings-fiscal-year-item p:nth-child(2):after {
  display: none;
}
.infografic-meetings-fiscal-year--dedication .infografic-meetings-fiscal-year-tr--blue td {
  border-bottom: 1px solid #28BCEA;
  color: #28BCEA;
  font-weight: bold;
}
.infografic-meetings-fiscal-year--dedication .infografic-meetings-fiscal-year-td--gray {
  background: #eee;
}
.infografic-meetings-fiscal-year--dedication table {
  border-bottom: none;
  margin-bottom: 1.5rem;
}
.infografic-meetings-fiscal-year--dedication table th {
  color: #28BCEA;
  text-align: center;
  padding: 4px;
  vertical-align: center;
}
.infografic-meetings-fiscal-year--dedication table th:nth-child(1) {
  width: 300px;
  border-bottom: 1px solid #28BCEA;
  color: #28BCEA;
}
.infografic-meetings-fiscal-year--dedication table th:nth-child(2),
.infografic-meetings-fiscal-year--dedication table th:nth-child(3),
.infografic-meetings-fiscal-year--dedication table th:nth-child(4),
.infografic-meetings-fiscal-year--dedication table th + th {
  width: 120px;
  vertical-align: middle;
  border-bottom: 1px solid #28BCEA;
  color: #28BCEA;
}
.infografic-meetings-fiscal-year--dedication table th:nth-child(8) {
  width: 250px;
}
.infografic-meetings-fiscal-year--dedication table th:nth-child(9) {
  width: 200px;
}
.infografic-meetings-fiscal-year--dedication table td:nth-child(1) {
  width: 300px;
}
.infografic-meetings-fiscal-year--dedication table td:nth-child(2),
.infografic-meetings-fiscal-year--dedication table td:nth-child(3),
.infografic-meetings-fiscal-year--dedication table td:nth-child(4),
.infografic-meetings-fiscal-year--dedication table td + td {
  text-align: center;
  width: 100px;
  padding: 4px;
}
.infografic-meetings-fiscal-year--dedication table tr:last-child td {
  border-bottom: none;
}
.infografic-meetings-fiscal-year--dedication .infografic-meetings-fiscal-year-info {
  color: #939393;
  margin: 5px 0;
  font-style: italic;
  font-size: 10px;
  line-height: normal;
}

.infografic-members-experience {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .infografic-members-experience {
    zoom: 0.6;
    overflow: auto;
  }
}
.infografic-members-experience-container {
  width: 600px;
  height: 500px;
  position: relative;
}
@media (max-width: 767px) {
  .infografic-members-experience-container {
    margin: 20px auto 0;
  }
}
.infografic-members-experience-lines {
  position: relative;
  height: 400px;
}
.infografic-members-experience-lines .line {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #f3f3f3;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.infografic-members-experience-lines .line:nth-of-type(2) {
  width: 35px;
  height: 35px;
}
.infografic-members-experience-lines .line:nth-of-type(3) {
  width: 60px;
  height: 60px;
}
.infografic-members-experience-lines .line:nth-of-type(4) {
  width: 85px;
  height: 85px;
}
.infografic-members-experience-lines .line:nth-of-type(5) {
  width: 110px;
  height: 110px;
}
.infografic-members-experience-lines .line:nth-of-type(6) {
  width: 135px;
  height: 135px;
}
.infografic-members-experience-lines .line:nth-of-type(7) {
  width: 160px;
  height: 160px;
}
.infografic-members-experience-lines .line:nth-of-type(8) {
  width: 185px;
  height: 185px;
}
.infografic-members-experience-lines .line:nth-of-type(9) {
  width: 210px;
  height: 210px;
}
.infografic-members-experience-lines .line:nth-of-type(10) {
  width: 235px;
  height: 235px;
}
.infografic-members-experience-lines .line:nth-of-type(11) {
  width: 260px;
  height: 260px;
}
.infografic-members-experience-lines .line:nth-of-type(12) {
  width: 285px;
  height: 285px;
}
.infografic-members-experience-lines .line:nth-of-type(13) {
  width: 310px;
  height: 310px;
}
.infografic-members-experience-lines .line:nth-of-type(14) {
  width: 335px;
  height: 335px;
}
.infografic-members-experience-lines .line:nth-of-type(15) {
  width: 360px;
  height: 360px;
}
.infografic-members-experience-labels {
  position: absolute;
  top: 0;
  left: 0;
}
.infografic-members-experience-item {
  position: absolute;
  top: 0;
  left: 0;
}
.infografic-members-experience-item .pointer {
  color: #27BCED;
  font-weight: 500;
  font-size: 13px;
  position: absolute;
  text-align: center;
}
.infografic-members-experience-item .pointer::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #27BCED;
}
.infografic-members-experience-item .pointer::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: #27BCED;
}
.infografic-members-experience-item .text {
  font-size: 13px;
  color: #939393;
}
.infografic-members-experience-item .text::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #27BCED;
  top: 26px;
  left: 7px;
}
.infografic-members-experience-item:nth-of-type(1) {
  left: 110px;
  text-align: right;
}
.infografic-members-experience-item:nth-of-type(1) .pointer {
  bottom: -31px;
  right: -55px;
}
.infografic-members-experience-item:nth-of-type(1) .pointer::after {
  left: 10px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(1) .pointer::before {
  width: 47px;
  bottom: -18px;
  transform: rotate(-58deg);
  left: -22px;
}
.infografic-members-experience-item:nth-of-type(1) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(1) .text::after {
  transform: rotate(213deg);
  top: 45px;
  left: 78px;
}
.infografic-members-experience-item:nth-of-type(2) {
  left: 235px;
  white-space: nowrap;
  top: -14px;
}
.infografic-members-experience-item:nth-of-type(2) .pointer {
  bottom: -120px;
  left: 79px;
}
.infografic-members-experience-item:nth-of-type(2) .pointer::before {
  width: 83px;
  bottom: 29px;
  transform: rotate(44deg);
  left: -68px;
}
.infografic-members-experience-item:nth-of-type(2) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(2) .text::after {
  transform: rotate(82deg);
  top: 35px;
  left: 67px;
}
.infografic-members-experience-item:nth-of-type(3) {
  left: 405px;
  top: 25px;
  white-space: nowrap;
}
.infografic-members-experience-item:nth-of-type(3) .pointer {
  bottom: -73px;
  left: -45px;
}
.infografic-members-experience-item:nth-of-type(3) .pointer::before {
  width: 50px;
  bottom: -2px;
  transform: rotate(-10deg);
  left: -46px;
}
.infografic-members-experience-item:nth-of-type(3) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(3) .text::after {
  transform: rotate(122deg);
  top: 30px;
  left: -4px;
}
.infografic-members-experience-item:nth-of-type(4) {
  left: 455px;
  top: 60px;
  white-space: nowrap;
}
.infografic-members-experience-item:nth-of-type(4) .pointer {
  bottom: -30px;
  left: -10px;
}
.infografic-members-experience-item:nth-of-type(4) .pointer::before {
  width: 77px;
  bottom: 0;
  transform: rotate(-5deg);
  left: -76px;
}
.infografic-members-experience-item:nth-of-type(4) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(4) .text::after {
  transform: rotate(122deg);
  top: 42px;
  left: -8px;
}
.infografic-members-experience-item:nth-of-type(5) {
  left: 492px;
  top: 105px;
}
.infografic-members-experience-item:nth-of-type(5) .pointer {
  bottom: -10px;
  left: -73px;
  padding-left: 20px;
}
.infografic-members-experience-item:nth-of-type(5) .pointer::after {
  left: -15px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(5) .pointer::before {
  width: 67px;
  bottom: 34px;
  transform: rotate(110deg);
  left: -13px;
}
.infografic-members-experience-item:nth-of-type(5) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(5) .text::after {
  transform: rotate(143deg);
  top: 45px;
  left: -26px;
}
.infografic-members-experience-item:nth-of-type(6) {
  left: 492px;
  top: 190px;
}
.infografic-members-experience-item:nth-of-type(6) .pointer {
  bottom: 30px;
  left: -153px;
}
.infografic-members-experience-item:nth-of-type(6) .pointer::after {
  left: -16px;
  top: -19px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(6) .pointer::before {
  width: 98px;
  bottom: 37px;
  transform: rotate(-14deg);
  left: -11px;
}
.infografic-members-experience-item:nth-of-type(6) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(6) .text::after {
  transform: rotate(186deg);
  top: 29px;
  left: -21px;
}
.infografic-members-experience-item:nth-of-type(7) {
  left: 482px;
  top: 275px;
  width: 180px;
}
.infografic-members-experience-item:nth-of-type(7) .pointer {
  bottom: 56px;
  left: -114px;
}
.infografic-members-experience-item:nth-of-type(7) .pointer::after {
  left: -16px;
  top: -15px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(7) .pointer::before {
  width: 51px;
  bottom: 43px;
  transform: rotate(-125deg);
  left: -54px;
}
.infografic-members-experience-item:nth-of-type(7) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(7) .text::after {
  transform: rotate(198deg);
  top: 13px;
  left: -32px;
}
.infografic-members-experience-item:nth-of-type(8) {
  left: 436px;
  top: 345px;
  width: 160px;
}
.infografic-members-experience-item:nth-of-type(8) .pointer {
  bottom: 33px;
  left: -28px;
}
.infografic-members-experience-item:nth-of-type(8) .pointer::after {
  left: -16px;
  top: -15px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(8) .pointer::before {
  width: 115px;
  bottom: 74px;
  transform: rotate(70deg);
  left: -88px;
}
.infografic-members-experience-item:nth-of-type(8) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(8) .text::after {
  transform: rotate(217deg);
  top: 12px;
  left: -38px;
}
.infografic-members-experience-item:nth-of-type(9) {
  left: 340px;
  top: 400px;
}
.infografic-members-experience-item:nth-of-type(9) .pointer {
  bottom: 43px;
  left: -29px;
}
.infografic-members-experience-item:nth-of-type(9) .pointer::after {
  left: 2px;
  top: -32px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(9) .pointer::before {
  width: 84px;
  bottom: 31px;
  transform: rotate(7deg);
  left: 4px;
}
.infografic-members-experience-item:nth-of-type(9) .text::after {
  transform: rotate(63deg);
  top: -25px;
  left: -11px;
}
.infografic-members-experience-item:nth-of-type(10) {
  left: 180px;
  top: 400px;
  width: 160px;
  text-align: center;
}
.infografic-members-experience-item:nth-of-type(10) .pointer {
  bottom: 64px;
  left: 74px;
}
.infografic-members-experience-item:nth-of-type(10) .pointer::after {
  left: 2px;
  top: -32px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(10) .pointer::before {
  width: 61px;
  bottom: 35px;
  transform: rotate(1deg);
  left: 4px;
}
.infografic-members-experience-item:nth-of-type(10) .text::after {
  transform: rotate(102deg);
  top: -26px;
  left: 68px;
}
.infografic-members-experience-item:nth-of-type(11) {
  left: 42px;
  top: 357px;
  width: 140px;
  text-align: right;
}
.infografic-members-experience-item:nth-of-type(11) .pointer {
  bottom: 143px;
  left: 195px;
}
.infografic-members-experience-item:nth-of-type(11) .pointer::after {
  left: 14px;
  top: -14px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(11) .pointer::before {
  width: 105px;
  bottom: -33px;
  transform: rotate(87deg);
  left: -31px;
}
.infografic-members-experience-item:nth-of-type(11) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(11) .text::after {
  transform: rotate(126deg);
  top: -28px;
  left: 64px;
}
.infografic-members-experience-item:nth-of-type(12) {
  left: -10px;
  top: 285px;
  width: 140px;
  text-align: right;
  margin-top: 6px;
}
.infografic-members-experience-item:nth-of-type(12) .pointer {
  bottom: 100px;
  left: 264px;
}
.infografic-members-experience-item:nth-of-type(12) .pointer::after {
  left: 14px;
  top: -23px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(12) .pointer::before {
  width: 33px;
  bottom: 11px;
  transform: rotate(113deg);
  left: -6px;
}
.infografic-members-experience-item:nth-of-type(12) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(12) .text::after {
  transform: rotate(142deg);
  top: -20px;
  left: 95px;
}
.infografic-members-experience-item:nth-of-type(13) {
  left: 57px;
  top: 200px;
}
.infografic-members-experience-item:nth-of-type(13) .pointer {
  bottom: 16px;
  left: 67px;
}
.infografic-members-experience-item:nth-of-type(13) .pointer::after {
  left: 4px;
  top: 0;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(13) .pointer::before {
  width: 144px;
  bottom: 3px;
  transform: rotate(1deg);
  left: 5px;
}
.infografic-members-experience-item:nth-of-type(13) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(13) .text::after {
  transform: rotate(167deg);
  top: 3px;
  left: 53px;
}
.infografic-members-experience-item:nth-of-type(14) {
  left: 60px;
  top: 125px;
}
.infografic-members-experience-item:nth-of-type(14) .pointer {
  bottom: -15px;
  left: 138px;
}
.infografic-members-experience-item:nth-of-type(14) .pointer::after {
  left: 12px;
  top: -15px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(14) .pointer::before {
  width: 100px;
  bottom: -12px;
  transform: rotate(148deg);
  left: -75px;
}
.infografic-members-experience-item:nth-of-type(14) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(14) .text::after {
  transform: rotate(184deg);
  top: 11px;
  left: 64px;
}
.infografic-members-experience-item:nth-of-type(15) {
  left: -10px;
  top: 60px;
  width: 160px;
  text-align: right;
}
.infografic-members-experience-item:nth-of-type(15) .pointer {
  bottom: 0;
  left: 215px;
}
.infografic-members-experience-item:nth-of-type(15) .pointer::after {
  left: 18px;
  top: -5px;
  position: relative;
}
.infografic-members-experience-item:nth-of-type(15) .pointer::before {
  width: 36px;
  bottom: -9px;
  transform: rotate(-72deg);
  left: 0;
}
.infografic-members-experience-item:nth-of-type(15) .text {
  position: relative;
}
.infografic-members-experience-item:nth-of-type(15) .text::after {
  transform: rotate(203deg);
  top: 21px;
  left: 105px;
}

html[lang=es] .infografic-members-experience-lines .line {
  border: 1px solid #BDBDBD;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(1) {
  width: 10px;
  height: 10px;
  z-index: 1;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(2) {
  width: 35px;
  height: 35px;
  z-index: 2;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(3) {
  width: 60px;
  height: 60px;
  z-index: 3;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(4) {
  width: 85px;
  height: 85px;
  z-index: 4;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(5) {
  width: 110px;
  height: 110px;
  z-index: 5;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(6) {
  width: 135px;
  height: 135px;
  z-index: 6;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(7) {
  width: 160px;
  height: 160px;
  z-index: 7;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(8) {
  width: 185px;
  height: 185px;
  z-index: 8;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(9) {
  width: 210px;
  height: 210px;
  z-index: 9;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(10) {
  width: 235px;
  height: 235px;
  z-index: 10;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(11) {
  width: 260px;
  height: 260px;
  z-index: 11;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(12) {
  width: 285px;
  height: 285px;
  z-index: 12;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(13) {
  width: 310px;
  height: 310px;
  z-index: 13;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(14) {
  width: 335px;
  height: 335px;
  z-index: 14;
}
html[lang=es] .infografic-members-experience-lines .line:nth-of-type(15) {
  width: 360px;
  height: 360px;
  z-index: 15;
  background-color: #F2F2F2;
  z-index: 0;
}
html[lang=es] .infografic-members-experience-item {
  text-align: center;
}
html[lang=es] .infografic-members-experience-item .pointer {
  color: #939393;
}
html[lang=es] .infografic-members-experience-item .pointer::after {
  content: none;
}
html[lang=es] .infografic-members-experience-item .pointer::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 4px;
  background-color: #27BCED;
}
html[lang=es] .infografic-members-experience-item .text {
  display: block;
}
html[lang=es] .infografic-members-experience-item .text::after {
  content: none;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(1) {
  left: 110px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(1) .pointer {
  top: 35px;
  left: 115px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(1) .pointer::before {
  width: 47px;
  top: 44px;
  transform: rotate(-44deg);
  left: -12px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(2) .pointer {
  top: 24px;
  left: 54px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(2) .pointer::before {
  width: 83px;
  top: 88px;
  transform: rotate(55deg);
  left: -53px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(2) .text::after {
  content: none;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(2) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 98px;
  height: 2px;
  top: 93px;
  left: 13px;
  transform: rotate(86deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(3) .pointer {
  top: 7px;
  left: -45px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(3) .pointer::before {
  width: 59px;
  top: 77px;
  transform: rotate(-49deg);
  left: -70px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(3) .text::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 13px;
  height: 2px;
  top: 17px;
  left: -60px;
  transform: rotate(0deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(3) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 45px;
  height: 2px;
  top: 39px;
  left: -85px;
  transform: rotate(-82deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(4) .pointer {
  top: -3px;
  left: -26px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(4) .pointer::before {
  width: 88px;
  top: 22px;
  transform: rotate(-10deg);
  left: -91px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(5) .pointer {
  top: 23px;
  left: -63px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(5) .pointer::before {
  width: 78px;
  transform: rotate(96deg);
  left: -47px;
  top: -19px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(5) .text {
  position: relative;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(5) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 22px;
  height: 2px;
  top: 37px;
  left: -79px;
  transform: rotate(-24deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(5) .text::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 13px;
  height: 2px;
  top: 33px;
  left: -60px;
  transform: rotate(0deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(6) .pointer {
  left: -26px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(6) .pointer::before {
  width: 89px;
  top: -30px;
  transform: rotate(-32deg);
  left: -131px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(6) .text {
  left: 18px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(6) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 119px;
  height: 2px;
  top: 11px;
  left: -169px;
  transform: rotate(7deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(7) .pointer {
  top: 0;
  left: -43px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(7) .pointer::before {
  width: 50px;
  top: -63px;
  transform: rotate(-115deg);
  left: -112px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(7) .text {
  left: 5px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(7) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 85px;
  height: 2px;
  top: -18px;
  left: -137px;
  transform: rotate(41deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(7) .text::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 13px;
  height: 2px;
  top: 9px;
  left: -63px;
  transform: rotate(0deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(8) .pointer {
  bottom: 33px;
  left: -28px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(8) .pointer::before {
  width: 124px;
  top: -61px;
  transform: rotate(73deg);
  left: -91px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(9) .pointer {
  top: -38px;
  left: -24px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(9) .pointer::before {
  width: 72px;
  top: -13px;
  transform: rotate(-2deg);
  left: 8px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(10) .pointer::before {
  width: 62px;
  top: -12px;
  transform: rotate(12deg);
  left: 10px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(10) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 16px;
  height: 2px;
  top: -52px;
  left: 76px;
  transform: rotate(-81deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(11) .pointer {
  top: -36px;
  left: 147px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(11) .pointer::before {
  width: 71px;
  top: -21px;
  transform: rotate(84deg);
  left: 38px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(11) .text {
  position: relative;
  left: 32px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(11) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 75px;
  height: 2px;
  top: -61px;
  left: 126px;
  transform: rotate(-57deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(11) .text::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 13px;
  height: 2px;
  top: -30px;
  left: 131px;
  transform: rotate(0deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(12) .pointer {
  top: -20px;
  left: 152px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(12) .pointer::before {
  width: 44px;
  top: -27px;
  transform: rotate(100deg);
  left: 99px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(12) .text {
  left: 20px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(12) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 110px;
  height: 2px;
  top: -39px;
  left: 152px;
  transform: rotate(-28deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(12) .text::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 13px;
  height: 2px;
  top: -13px;
  left: 146px;
  transform: rotate(0deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(13) .pointer {
  top: -12px;
  left: 56px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(13) .pointer::before {
  width: 137px;
  top: 26px;
  transform: rotate(9deg);
  left: 17px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(14) .pointer {
  top: 6px;
  left: 81px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(14) .pointer::before {
  width: 95px;
  top: 45px;
  transform: rotate(143deg);
  left: -19px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(14) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 44px;
  height: 2px;
  top: 20px;
  left: 101px;
  transform: rotate(15deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(14) .text::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 13px;
  height: 2px;
  top: 14px;
  left: 90px;
  transform: rotate(0deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(15) .pointer {
  top: 14px;
  left: 177px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(15) .pointer::before {
  width: 58px;
  top: 46px;
  transform: rotate(-73deg);
  left: 18px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(15) .text {
  position: relative;
  left: 32px;
}
html[lang=es] .infografic-members-experience-item:nth-of-type(15) .text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 26px;
  height: 2px;
  top: 28px;
  left: 175px;
  transform: rotate(25deg);
}
html[lang=es] .infografic-members-experience-item:nth-of-type(15) .text::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #939393;
  width: 13px;
  height: 2px;
  top: 22px;
  left: 164px;
  transform: rotate(0deg);
}

.infografic-pwc-container {
  padding: 34px 24px;
  background-color: #F8F9FF;
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 34px;
}
@media (max-width: 420px) {
  .infografic-pwc-container {
    flex-direction: column;
  }
}
.infografic-pwc-item:not(:last-child) {
  padding-right: 44px;
}
@media (max-width: 420px) {
  .infografic-pwc-item:not(:last-child) {
    margin-bottom: 44px;
  }
}
.infografic-pwc-title {
  color: #27BCE9;
  font-size: 4.2rem;
  font-weight: 600;
}
.infografic-pwc-title span {
  font-size: 2.2rem;
  font-weight: 400;
  margin-left: 8px;
}
.infografic-pwc-text {
  color: #27BCE9;
  font-size: 2.2rem;
  line-height: 2.2rem;
  margin: 12px 0 0 0;
  position: relative;
  font-weight: 600;
}
.infografic-pwc-text::before {
  content: "";
  height: 1px;
  background: #27BCE9;
  width: 50px;
  display: block;
  top: 40px;
  left: 0;
  position: relative;
}
.infografic-pwc-text::after {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  border-right: 1px solid #27BCE9;
  border-top: 1px solid #27BCE9;
  transform: rotate(45deg);
  position: relative;
  top: 13px;
  left: 41px;
}

.news-json {
  margin: 5rem 0 7rem;
}
.news-json__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .news-json__wrap {
    flex-direction: row;
  }
}
.news-json__list {
  list-style: none;
}
@media (min-width: 992px) {
  .news-json__list {
    max-height: 389px;
  }
}
@media (min-width: 992px) {
  .news-json__list:first-child {
    display: flex;
    flex-direction: row;
    width: 66%;
  }
}
@media (min-width: 992px) {
  .news-json__list:first-child .news-json__item {
    width: 50%;
    max-width: none;
    margin-right: 2.9rem;
  }
}
.news-json__list:first-child .news-json__item:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .news-json__list:nth-child(2) {
    display: flex;
    flex-direction: column;
    width: 33%;
  }
}
.news-json__item {
  margin-top: 3rem;
  max-height: 389px;
  overflow: hidden;
  background: #F8F9FF;
}
@media (min-width: 370px) {
  .news-json__item {
    max-width: 370px;
    margin: 3rem auto 0 auto;
  }
}
@media (min-width: 992px) {
  .news-json__item {
    margin: 0;
  }
}
.news-json__item--noimage {
  position: relative;
  margin-top: 1.5rem;
  height: 120px;
}
@media (min-width: 992px) {
  .news-json__item--noimage:first-child {
    margin: 0;
  }
}
.news-json__item--noimage .news-json__item-text {
  padding: 0.9rem 2.4rem;
}
.news-json__item--noimage .news-json__item-text .news-json__item-text-bullet {
  position: absolute;
  right: 2.4rem;
  top: 0.9rem;
}
.news-json__item--noimage .news-json__item-text .news-json__item-text-date {
  margin: 0;
  line-height: 1.9rem;
}
.news-json__item-link {
  color: inherit;
  display: block;
  height: 100%;
}
.news-json__item-image {
  max-height: 200px;
  overflow: hidden;
}
.news-json__item-image img {
  display: block;
  max-width: 100%;
}
.news-json__item-text {
  padding: 2.1rem 2.4rem;
}
.news-json__item-text-bullet {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Open Sans Semibold", sans-serif;
  color: #009AD8;
  background: #FFFFFF;
  padding: 0 1rem;
  border: 1px solid #009AD8;
  border-radius: 7rem;
  display: inline-block;
}
.news-json__item-text-date {
  font-size: 1.2rem;
  font-family: "Open Sans Semibold", sans-serif;
  line-height: normal;
  color: #959595;
  margin-top: 1.4rem;
}
.news-json__item-text-title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-top: 1rem;
  font-family: "Open Sans Bold", sans-serif;
}
.news-json__button {
  margin: 4.6rem 0 0;
  display: block;
  text-align: center;
}
.news-json__button a {
  display: inline-block;
}
.news-json__button a:hover {
  text-decoration: none;
}
.news-json__button a .btn:after, .news-json__button a .corp--btn-01__wrapper:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign.svg) no-repeat center center;
  margin-left: 0.5rem;
}
.news-json__button a .btn:hover, .news-json__button a .corp--btn-01__wrapper:hover {
  background: #007eae;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.news-json__button a .btn:hover:after, .news-json__button a .corp--btn-01__wrapper:hover:after {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign-white.svg) no-repeat center center;
}

.infografia_img-2icon-columns {
  margin: 2rem 0;
  background: linear-gradient(180deg, #009AD8 0%, #197EAE 100%);
  display: flex;
  flex-direction: column;
  align-content: center;
}
@media (min-width: 992px) {
  .infografia_img-2icon-columns {
    flex-direction: row;
    align-content: inherit;
  }
}
.infografia_img-2icon-columns img {
  width: 100%;
  margin: 0;
  height: 100%;
}
@media (min-width: 992px) {
  .infografia_img-2icon-columns img {
    width: 100%;
    margin: -7px -15px;
    height: revert-layer;
  }
}
.infografia_img-2icon-columns tbody {
  display: block;
  padding-top: 20px;
}
.infografia_img-2icon-columns table {
  border-bottom: 0px;
}
.infografia_img-2icon-columns .table-container tr {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  min-height: 100px;
}
.infografia_img-2icon-columns .table-container td {
  border: 0px;
  color: #fff;
  font-size: 15px;
  padding: 0;
}
.infografia_img-2icon-columns .table-container img {
  margin: auto;
  width: auto;
  max-width: 55px;
  height: auto;
  margin: 0 20px 0 0;
}

/*Infografía medallas 2024*/
.medallasBSKT2024 {
  padding: 2rem 2rem;
  display: block;
  overflow: auto;
}
@media (min-width: 1200px) {
  .medallasBSKT2024 {
    padding: 2rem 9rem;
  }
}
.medallasBSKT2024__line {
  padding-bottom: 2.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 960px;
}
.medallasBSKT2024__line.last-line {
  padding-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 1.5rem;
}
.medallasBSKT2024__medals {
  padding-bottom: 0.4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
}
.medallasBSKT2024__medals.lastLine {
  margin-top: 0.7rem;
}
.medallasBSKT2024__title h2 {
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center;
  color: #009ad8;
}
.medallasBSKT2024__text p {
  font-size: 1.5rem;
  line-height: 2.1rem;
  text-align: center;
  color: #222;
}
.medallasBSKT2024__allMedals {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  margin: 0.7rem 1rem !important;
}
.medallasBSKT2024__allMedals.lastLine {
  margin-top: 0.7rem;
}

/*FIN Infografía medallas 2024*/
.news-json-2 {
  margin: 5rem 0 5rem;
}
@media (min-width: 992px) {
  .news-json-2 {
    margin-bottom: 3.7rem;
  }
}
.news-json-2__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .news-json-2__wrap {
    flex-direction: row;
  }
}
.news-json-2__list {
  list-style: none;
  width: 100%;
  max-width: 518px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .news-json-2__list {
    width: 50%;
    max-width: none;
    height: 464px;
  }
}
@media (min-width: 992px) {
  .news-json-2__list:first-child .news-json-2__item {
    margin-right: 3rem;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .news-json-2__list:nth-child(2) {
    display: flex;
    flex-direction: column;
  }
}
.news-json-2__item {
  margin-top: 3rem;
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
}
@media (min-width: 370px) {
  .news-json-2__item {
    margin: 3rem auto 0 auto;
  }
}
@media (min-width: 992px) {
  .news-json-2__item {
    margin: 0;
  }
}
.news-json-2__item--col {
  position: relative;
  margin-top: 3.8rem;
  height: auto;
}
@media (min-width: 992px) {
  .news-json-2__item--col {
    height: 213px;
  }
}
@media (min-width: 992px) {
  .news-json-2__item--col:first-child {
    margin: 0;
  }
}
.news-json-2__item--col .news-json-2__item-link {
  display: flex;
  justify-content: space-between;
}
.news-json-2__item--col .news-json-2__item-link .news-json-2__item-text {
  width: 100%;
}
@media (min-width: 992px) {
  .news-json-2__item--col .news-json-2__item-link .news-json-2__item-text {
    width: 282px;
    overflow: hidden;
  }
}
.news-json-2__item--col .news-json-2__item-link .news-json-2__item-text .news-json-2__item-text-date {
  margin-top: 0.5rem;
  line-height: 1.9rem;
}
@media (min-width: 992px) {
  .news-json-2__item--col .news-json-2__item-link .news-json-2__item-text-title {
    font-size: 1.6rem;
    line-height: 2.3rem;
    display: -webkit-box;
    height: 91px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news-json-2__item--col .news-json-2__item-link .news-json-2__item-image {
  width: 282px;
  display: none;
}
@media (min-width: 992px) {
  .news-json-2__item--col .news-json-2__item-link .news-json-2__item-image {
    display: block;
  }
}
.news-json-2__item-link {
  color: inherit;
  display: block;
  height: 100%;
}
.news-json-2__item-link:hover {
  text-decoration: none;
  color: #333;
}
.news-json-2__item-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #009AD8 url("images/white-arrow-right.png") no-repeat center center;
}
.news-json-2__item-image {
  overflow: hidden;
}
.news-json-2__item-image img {
  display: block;
  width: 100%;
  height: 213px;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-json-2__item-text {
  margin: 2.8rem;
}
.news-json-2__item-text p {
  max-width: 462px;
}
.news-json-2__item-text-bullet {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Open Sans Semibold", sans-serif;
  color: #FFFFFF;
  background: #009AD8;
  padding: 0 1rem;
  border: 1px solid #009AD8;
  border-radius: 7rem;
  display: inline-block;
  text-transform: uppercase;
}
.news-json-2__item-text-date {
  font-size: 1.2rem;
  font-family: "Open Sans Semibold", sans-serif;
  line-height: normal;
  color: #959595;
  margin-top: 1.4rem;
}
.news-json-2__item-text-title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-top: 1rem;
  font-family: "Open Sans Bold", sans-serif;
}
@media (min-width: 992px) {
  .news-json-2__item-text-title {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}
.news-json-2__item-text-desc {
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .news-json-2__item-text-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.news-json-2.research {
  margin-top: -5rem;
}
@media (min-width: 992px) {
  .news-json-2.research {
    margin-top: 0;
  }
}
.news-json-2.research .news-json-2__list {
  height: auto;
}
@media (min-width: 992px) {
  .news-json-2.research .news-json-2__list .news-json-2__item-text {
    width: 100%;
  }
}
.news-json-2.research .news-json-2__list .news-json-2__item-text-title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-top: 1rem;
  font-family: "Open Sans Bold", sans-serif;
}
@media (min-width: 992px) {
  .news-json-2.research .news-json-2__list .news-json-2__item-text-title {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}
.news-json-2.research .news-json-2__list .news-json-2__item-text-date {
  margin-top: 1rem;
}

.economic-pulse-research {
  background: #197EAE;
  color: #fff;
  padding: 3rem 2.4rem 10rem;
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .economic-pulse-research {
    padding: 4.1rem 7.5rem;
    max-width: none;
  }
}
.economic-pulse-research svg {
  display: none;
}
@media (min-width: 992px) {
  .economic-pulse-research svg {
    display: block;
    position: absolute;
    left: 20%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.economic-pulse-research h2 {
  font-size: 24px;
  line-height: 33px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .economic-pulse-research h2 {
    font-size: 34px;
    line-height: 45px;
  }
}
.economic-pulse-research p {
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-top: 1rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .economic-pulse-research p {
    font-size: 18px;
    line-height: 24px;
  }
}
.economic-pulse-research a {
  color: #fff;
  background: transparent;
  padding: 1.3rem 2.4rem;
  position: absolute;
  border: 1px solid #fff;
  bottom: 3rem;
  right: 2.4rem;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans Semibold", sans-serif;
  width: 177px;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.economic-pulse-research a:hover {
  background: #fff;
  color: #007eae;
  border-color: #fff;
}
.economic-pulse-research a:hover:after {
  background: url(https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign.svg) no-repeat center center;
}
.economic-pulse-research a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign-white.svg) no-repeat center center;
  padding: 0 1.8rem;
}
@media (min-width: 992px) {
  .economic-pulse-research a {
    right: 4.6rem;
    width: auto;
  }
}

.blog-json {
  margin: 5rem 0 7rem;
}
.blog-json__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .blog-json__wrap {
    flex-direction: row;
  }
}
.blog-json__list {
  list-style: none;
}
@media (min-width: 992px) {
  .blog-json__list {
    max-height: 389px;
  }
}
@media (min-width: 992px) {
  .blog-json__list:first-child {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .blog-json__list:first-child .blog-json__item {
    width: 50%;
    max-width: none;
    margin-right: 2.9rem;
  }
}
.blog-json__list:first-child .blog-json__item:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .blog-json__list:first-child .blog-json__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .blog-json__list:nth-child(2) {
    display: flex;
    flex-direction: column;
    width: 33%;
  }
}
.blog-json__item {
  margin-top: 3rem;
  max-height: 389px;
  overflow: hidden;
  background: #F8F9FF;
}
@media (min-width: 370px) {
  .blog-json__item {
    max-width: 370px;
    margin: 3rem auto 0 auto;
  }
}
@media (min-width: 992px) {
  .blog-json__item {
    margin: 0;
  }
}
.blog-json__item--noimage {
  position: relative;
  margin-top: 1.5rem;
  height: 120px;
}
@media (min-width: 992px) {
  .blog-json__item--noimage:first-child {
    margin: 0;
  }
}
.blog-json__item--noimage .blog-json__item-text {
  padding: 0.9rem 2.4rem;
}
.blog-json__item--noimage .blog-json__item-text .blog-json__item-text-bullet {
  position: absolute;
  right: 2.4rem;
  top: 0.9rem;
  text-transform: uppercase;
}
.blog-json__item--noimage .blog-json__item-text .blog-json__item-text-date {
  margin: 0;
  line-height: 1.9rem;
}
.blog-json__item-link {
  color: inherit;
  display: block;
  height: 100%;
}
.blog-json__item-link:hover {
  text-decoration: none;
}
.blog-json__item-image {
  max-height: 200px;
  overflow: hidden;
}
.blog-json__item-image img {
  display: block;
  max-width: 100%;
}
.blog-json__item-text {
  padding: 2.1rem 2.4rem 3.6rem;
}
.blog-json__item-text-bullet {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Open Sans Semibold", sans-serif;
  color: #FFFFFF;
  background: #009AD8;
  padding: 0 1rem;
  border-radius: 7rem;
  display: inline-block;
  text-transform: uppercase;
}
.blog-json__item-text-date {
  font-size: 1.2rem;
  font-family: "Open Sans Semibold", sans-serif;
  line-height: normal;
  color: #959595;
  margin-top: 1.4rem;
}
.blog-json__item-text-title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-top: 1rem;
  font-family: "Open Sans Bold", sans-serif;
}
.blog-json__button {
  margin: 4.6rem 0 0;
  display: block;
  text-align: center;
}
.blog-json__button a {
  display: inline-block;
}
.blog-json__button a:hover {
  text-decoration: none;
}
.blog-json__button a .btn:after, .blog-json__button a .corp--btn-01__wrapper:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign.svg) no-repeat center center;
  margin-left: 0.8rem;
}
.blog-json__button a .btn:hover, .blog-json__button a .corp--btn-01__wrapper:hover {
  background: #007eae;
  color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.blog-json__button a .btn:hover:after, .blog-json__button a .corp--btn-01__wrapper:hover:after {
  background: url(https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign-white.svg) no-repeat center center;
}

.research-json {
  background: #F8F9FF;
}
.research-json::before {
  content: "";
  display: block;
  background: #F8F9FF;
  position: absolute;
  left: -100%;
  right: -100%;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  .research-json::before {
    left: 1rem;
  }
}
.research-json__wrap {
  display: flex;
  flex-direction: column;
}
.research-json__list {
  list-style: none;
  padding: 2.5rem 0;
}
.research-json__item {
  position: relative;
}
.research-json__item::before {
  content: "";
  display: block;
  height: 1px;
  background: #009AD8;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .research-json__item::before {
    left: 8.5rem;
    right: 3.5rem;
  }
}
.research-json__item:first-child::before {
  display: none;
}
.research-json__item-link {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none !important;
}
.research-json__item-link:hover {
  color: inherit;
}
.research-json__item-text {
  padding: 2.8rem 0;
}
@media (min-width: 992px) {
  .research-json__item-text {
    padding-left: 8.5rem;
  }
}
.research-json__item-text-bullet {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Open Sans Bold", sans-serif;
  color: #009AD8;
  display: inline-block;
  text-transform: uppercase;
}
.research-json__item-text-date {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Open Sans Semibold", sans-serif;
  color: #959595;
  margin-top: 0.5rem;
}
.research-json__item-text-title {
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  font-family: "Open Sans Bold", sans-serif;
}
.research-json__item-text-link {
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-decoration: underline;
  margin-top: 0.5rem;
  color: #197EAE;
}

.research-json-btn.button_wrap a .btn, .research-json-btn.button_wrap a .corp--btn-01__wrapper {
  background: #fff;
  color: #007eae;
  border-color: #007eae;
}
.research-json-btn.button_wrap a .btn:after, .research-json-btn.button_wrap a .corp--btn-01__wrapper:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign.svg) no-repeat center center;
  margin-left: 0.5rem;
}
.research-json-btn.button_wrap a:hover {
  text-decoration: none;
}
.research-json-btn.button_wrap a:hover .btn, .research-json-btn.button_wrap a:hover .corp--btn-01__wrapper {
  background: #007eae;
  border-color: #FFFFFF;
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: none;
}
.research-json-btn.button_wrap a:hover .btn:after, .research-json-btn.button_wrap a:hover .corp--btn-01__wrapper:after {
  background: url(/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign-white.svg) no-repeat center center;
}

/*Cultura financiera - Modulo videos*/
.testimonial-hl {
  min-height: 480px;
  position: relative;
  margin-top: 0;
  padding: 2rem;
  margin-bottom: 4rem;
}

.testimonial-hl__bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial-hl__img-wrap {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.testimonial-hl__main-info {
  z-index: 1;
  position: relative;
  min-height: 31.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.5rem;
  text-shadow: 1px 1px 10px #1b1a1a;
}

.main-info__text {
  color: #fff;
}

h1.main-info__text {
  font-size: 3.2rem;
  line-height: 4rem;
}

p.main-info__text {
  font-weight: bold;
  letter-spacing: 0.05rem;
  position: absolute;
  top: 0;
}

h2.main-info__text {
  font-family: "OpenSans", Arial, sans-serif;
  margin-top: 0;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  /*color: #333333;*/
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.main-info__button {
  background-color: #007eae;
  border: 0.2rem solid #007eae;
  color: #fff;
  font-weight: bold;
  padding: 1rem 4rem;
  text-decoration: none;
  line-height: 1.5rem;
  text-align: center;
  text-shadow: none;
  border: 1px solid #fff;
}

.main-info__button:hover {
  color: #fff;
  box-shadow: inset 770px -1px 5px 0px #006f99;
  transition: 0.3s all ease-out;
}

.testimonial-hl__img {
  height: 31rem;
  margin-top: 0 !important;
}

.testimonial-hl__img-overlay {
  /*background: rgba(160,160,160,0.4);*/
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ccc;
}

/*MODAL*/
html.overflow-blocked {
  overflow: hidden;
}

.testimonial-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  opacity: 0;
  transition: all 1s linear;
}

.testimonial-modal-overlay--active {
  display: block;
  opacity: 1;
}

.testimonial-modal__video-wrap iframe,
.testimonial-modal__video-wrap object,
.testimonial-modal__video-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  min-height: 200px;
}

.testimonial-modal {
  padding-bottom: 52.25%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 50%;
  margin: auto;
  width: 100%;
}

.testimonial-modal-close {
  position: absolute;
  top: -81%;
  left: 88%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  padding-bottom: 0;
  padding: 0;
  height: 40px;
  font-size: 3rem;
  line-height: 2rem;
  background: none;
  border: none;
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  cursor: pointer;
  z-index: 9999;
}

.testimonial-hl__video-wrap {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  cursor: pointer;
}

.testimonial-hl__video-wrap--novideo {
  width: 100%;
  height: 410px;
  text-decoration: none;
}

.testimonial-hl__video-wrap--novideo:hover {
  text-decoration: none;
}

.video-wrap__video-trigger {
  position: relative;
  height: auto;
  overflow: hidden;
}

.video-wrap__video-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
}

.video-wrap__video-thumbnail {
  width: 100%;
  height: auto;
}

.youtube-video,
.testimonial-modal-close {
  opacity: 0;
  transition: opacity 1s linear;
}

.youtube-video--opacity {
  opacity: 1;
}

.video-wrap__info-container {
  background: #fff;
  min-height: auto;
  position: relative;
  padding: 0 1.5rem 3.5rem;
}

@media (min-width: 992px) {
  .video-wrap__info-container {
    padding: 0 1.5rem;
  }
}
h3.main-info__text {
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin: 0 0 1rem 0;
  letter-spacing: 0;
}

.testimonial-hl.testimonialBg h2.main-info__text,
.testimonial-hl.testimonialBg h3.main-info__text {
  color: #222;
  text-shadow: none;
  font-size: 26px;
}

.testimonial-hl.testimonialBg h3.main-info__text {
  line-height: 30px;
}

.testimonial-hl.testimonialBg .testimonial-hl__main-info-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.testimonial-hl.testimonialBg .video-wrap__video-trigger,
.testimonial-hl.testimonialBg .video-wrap__info-container {
  background: #009AD8;
}

.testimonial-hl.testimonialBg h4.video-wrap__info-title,
.testimonial-hl.testimonialBg p.video-wrap__info-text {
  color: #FFF;
  padding-top: 2rem;
}

h4.video-wrap__info-title {
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 700;
  padding: 1rem 0 0 0;
  letter-spacing: 0;
}

p.video-wrap__info-text {
  font-family: "OpenSans", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
}

.absolute-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #080808;
  opacity: 0.6;
}

iframe.youtube-video:-ms-fullscreen {
  padding: 0 !important;
}

/*Responsive*/
@media screen and (min-width: 568px) {
  .testimonial-modal-close {
    top: -85%;
    left: 90%;
  }
  h2.main-info__text {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
  h3.main-info__text {
    font-size: 2.8rem;
    line-height: 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  .testimonial-modal-close {
    top: -88%;
    left: 93%;
  }
}
@media screen and (min-width: 992px) {
  .testimonial-hl {
    margin-bottom: 0;
  }
  .testimonial-hl__main-info-wrap {
    z-index: 1;
    position: absolute;
    width: 26%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 4.5rem;
  }
  .testimonial-hl__video-container {
    z-index: 1;
    position: absolute;
    bottom: 2rem;
    width: 65%;
    right: 4rem;
  }
  .testimonial-hl {
    padding: 4rem;
    margin: 4rem 0;
  }
  .testimonial-hl__video-wrap {
    display: inline-block;
    float: left;
    width: 50%;
    height: 410px;
    margin-bottom: 0;
  }
  .testimonial-hl__video-wrap--novideo {
    display: inline-block;
    float: left;
    width: 50%;
  }
  .video-wrap__info-container {
    position: unset;
    min-height: 195px;
  }
  .testimonial-hl__img {
    min-width: 100%;
    height: auto;
    min-height: 480px;
  }
  .testimonial-hl__main-info {
    min-height: auto;
    padding: 0;
    align-items: flex-start;
  }
  p.main-info__text {
    margin-bottom: 1rem;
    position: unset;
  }
  .main-info__button {
    position: relative;
  }
  .video-wrap__video-trigger,
  .video-wrap__info-container {
    margin: 0 1.5rem;
  }
  .testimonial-hl__img-wrap {
    padding: 0;
  }
  .testimonial-modal__video-wrap iframe,
  .testimonial-modal__video-wrap object,
  .testimonial-modal__video-wrap embed {
    padding: 12.2% 25.2%;
    margin: 0 auto;
  }
  .testimonial-modal-close {
    top: -47.5%;
    left: 46%;
  }
  .video-wrap__video-trigger {
    height: 190px;
  }
  .video-wrap__video-thumbnail {
    width: auto;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .testimonial-hl__img {
    width: auto;
    height: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .testimonial-modal-close {
    top: -49.5%;
    left: 47.5%;
  }
}
/*Testimonials horizontales*/
.testimonial-horizontal-grid {
  margin-bottom: 5rem;
}
.testimonial-horizontal-element {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 2rem;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .testimonial-horizontal-element {
    flex-direction: row;
  }
}
.testimonial-horizontal-img-wrap {
  position: relative;
  overflow: hidden;
}
.testimonial-horizontal-img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (min-width: 768px) {
  .testimonial-horizontal-img {
    width: auto;
    height: 100%;
  }
}
.testimonial-horizontal-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.testimonial-horizontal-title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 2rem;
  align-items: flex-end;
  color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial-horizontal-title {
    width: 65%;
  }
}
.testimonial-horizontal-soon {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  display: block;
}
@media (min-width: 768px) {
  .testimonial-horizontal-soon {
    height: 45px;
  }
}
.testimonial-horizontal-soon p {
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: 100%;
  background: #009AD8;
  font-size: 1.1rem;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 768px) {
  .testimonial-horizontal-soon p {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
}
.testimonial-horizontal-category {
  position: absolute;
  display: block;
  top: 0.6rem;
  right: 0.9rem;
  height: 1.8rem;
}
@media (min-width: 768px) {
  .testimonial-horizontal-category {
    top: 1.5rem;
    right: 1.5rem;
    height: 30px;
  }
}
.testimonial-horizontal-category p {
  text-transform: uppercase;
  color: #009AD8;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0 1rem 2rem;
  height: 100%;
  background: #fff;
  border-radius: 3.8rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .testimonial-horizontal-category p {
    font-size: 1.2rem;
    padding: 0.4rem 2rem;
  }
}
.testimonial-horizontal-info h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .testimonial-horizontal-info h2 {
    font-size: 3.2rem;
    line-height: 4.5rem;
  }
}
.testimonial-horizontal-info p {
  font-family: "Open Sans", sans-serif;
  line-height: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.testimonial-horizontal-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #DEF0F9;
  padding: 3rem;
  flex-grow: 1;
  flex-basis: 50%;
}
.testimonial-horizontal-text-wrap p {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.testimonial-horizontal-element-wrap.active a:hover {
  text-decoration: none;
}
.testimonial-horizontal-element-wrap.active a:hover .testimonial-horizontal-element {
  box-shadow: 0.2rem 0.2rem 1rem #868484;
}
.testimonial-horizontal-element-wrap.active .testimonial-horizontal-text-wrap {
  background: #009AD8;
  padding-bottom: 6rem;
  position: relative;
}
.testimonial-horizontal-element-wrap.active .testimonial-horizontal-text-wrap p {
  color: #fff;
}
.testimonial-horizontal-element-wrap.active .testimonial-horizontal-arrow {
  position: absolute;
  bottom: 0.3rem;
  right: 2rem;
}

/*FIN Testimonials horizontales*/
.interests-header {
  margin: 0 auto 3rem;
}
.interests-header h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  font-family: "Open Sans Bold", sans-serif;
  text-align: left;
  padding: 0 2rem;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 991px) {
  .interests-header h2 {
    padding: 0;
    text-align: center;
  }
}
.interests-header h2:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
  left: 2rem;
}
@media (min-width: 991px) {
  .interests-header h2:before {
    left: 49%;
  }
}

.interests {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.interests-wrap {
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in;
}
@media (min-width: 768px) {
  .interests-wrap {
    width: 48.5%;
    margin-right: 2rem;
  }
  .interests-wrap:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1140px) {
  .interests-wrap {
    width: 32%;
  }
  .interests-wrap:nth-child(2n) {
    margin-right: 2rem;
  }
  .interests-wrap:nth-child(3n) {
    margin-right: 0;
  }
}
.interests-wrap--hover:hover {
  box-shadow: 0.2rem 0.2rem 1rem #868484;
  transition: all 0.3s ease-in;
}
.interests-wrap--hover:hover h2 span {
  text-decoration: none;
}
.interests-img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.interests-text {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 95%;
}
.interests-text h2 {
  position: relative;
  display: inherit;
  font-size: 2.2rem;
  line-height: 4rem;
}
@media (min-width: 768px) {
  .interests-text h2 {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
.interests-text h2 span {
  background-color: #009ad8;
  color: #fff;
  padding: 0.5rem 1rem;
}
.interests-arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.interests-link {
  width: 100%;
  height: 100%;
}

#tittle_highlights-badge-2 h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  font-family: "Open Sans Bold", sans-serif;
  text-align: center;
}

#tittle_highlights-badge-1 p, #tittle_highlights-badge-2 p {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-top: 6rem;
}
@media (min-width: 991px) {
  #tittle_highlights-badge-1 p, #tittle_highlights-badge-2 p {
    margin-top: 0;
  }
}
#tittle_highlights-badge-1 p br, #tittle_highlights-badge-2 p br {
  display: none;
}
@media (min-width: 991px) {
  #tittle_highlights-badge-1 p br, #tittle_highlights-badge-2 p br {
    display: block;
  }
}

#tittle_highlights-badge-1 p {
  text-align: left;
  padding: 0 1rem;
}
@media (min-width: 991px) {
  #tittle_highlights-badge-1 p {
    text-align: center;
  }
}

#tittle_highlights-badge-2 p {
  margin: 1.5rem 0;
}

#tittle_highlights-badge-2 .article.normal:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
  left: 49%;
}

/*Estilos temporales para galería de imágenes A la espera de display view*/
@media (min-width: 768px) {
  #imageGallery .contenedor_tres_columnas {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
#imageGallery .estilo_col_izquierda, #imageGallery .estilo_col_medio, #imageGallery .estilo_col_derecha {
  margin-bottom: 0.9rem;
}
@media (min-width: 768px) {
  #imageGallery .estilo_col_izquierda, #imageGallery .estilo_col_medio, #imageGallery .estilo_col_derecha {
    margin-bottom: 0.9rem;
    max-width: 32.5%;
  }
}

/*FIN Estilos temporales para galería de imágenes A la espera de display view*/
/*Estilos dv image gallery*/
.imageGallery {
  margin-bottom: 4rem;
}
.imageGallery__frame {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-bottom: 1rem;
}
@media (min-width: 500px) {
  .imageGallery__frame {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.imageGallery__frame img {
  width: 100%;
  transition: all 0.2s ease;
  cursor: pointer;
}
@media (min-width: 500px) {
  .imageGallery__frame img {
    width: 48.8%;
  }
}
@media (min-width: 768px) {
  .imageGallery__frame img {
    width: 32.2%;
  }
}
.imageGallery__frame img:hover {
  box-shadow: 0.2rem 0.2rem 1rem #868484;
}
.imageGallery__popup {
  padding-left: 17px;
}
.imageGallery__popup .modal-body {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imageGallery__popup .modal-dialog {
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: 100%;
}
.imageGallery__popup .image-modal {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*FIN Estilos dv image gallery*/
/* Banner Cookies 2023 */
#cookies-banner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 999999;
  overflow: auto;
}
@media (min-width: 768px) {
  #cookies-banner {
    position: fixed;
    bottom: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.16);
  }
}
#cookies-banner .cookies {
  padding: 3.65rem 1.6rem 0;
}
@media (min-width: 768px) {
  #cookies-banner .cookies {
    margin: 1.5rem auto 3.2rem;
    padding: 0;
  }
}
#cookies-banner .cookies::before {
  display: none !important;
}
#cookies-banner .cookies__logo::before {
  content: "";
  background: url("https://www.caixabank.es/deployedfiles/particulares/CSS/Estaticos/images/logo.png") no-repeat center center #fff;
  width: 233px;
  height: 65px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #cookies-banner .cookies__logo::before {
    width: 116.5px;
    height: 32.5px;
    background-size: 100%;
    margin: 0;
  }
}
#cookies-banner .cookies__text {
  margin-top: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  #cookies-banner .cookies__text {
    text-align: left;
    margin-top: 1rem;
  }
}
#cookies-banner .cookies__text h1, #cookies-banner .cookies__text h2 {
  font-size: 2rem;
  line-height: normal;
  color: #006085;
  font-family: "Open Sans Bold", sans-serif;
}
@media (min-width: 768px) {
  #cookies-banner .cookies__text h1, #cookies-banner .cookies__text h2 {
    display: inline;
    font-size: 1.6rem;
    float: left;
    margin-right: 0.5rem;
    line-height: 2.2rem;
  }
}
#cookies-banner .cookies__text p {
  margin-top: 1rem;
  line-height: 2.2rem;
  font-size: 1.6rem;
  color: #333;
}
#cookies-banner .cookies__text p strong {
  font-family: "Open Sans Bold", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: normal;
}
#cookies-banner .cookies__buttons {
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  #cookies-banner .cookies__buttons {
    margin-top: 2rem;
  }
}
#cookies-banner .cookies__buttons .buttons_group {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 0 9.6rem;
}
@media (min-width: 768px) {
  #cookies-banner .cookies__buttons .buttons_group {
    margin: 0;
    justify-content: center;
    align-items: center;
  }
}
#cookies-banner .cookies__buttons .buttons_group > a {
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Open Sans Bold", sans-serif;
  position: absolute;
  top: 6.5rem;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  #cookies-banner .cookies__buttons .buttons_group > a {
    position: relative;
    top: auto;
    margin-right: 2.4rem;
  }
}
#cookies-banner .cookies__buttons .buttons_group .button_wrap {
  width: 49%;
  margin: 0;
}
@media (min-width: 768px) {
  #cookies-banner .cookies__buttons .buttons_group .button_wrap {
    width: auto;
  }
  #cookies-banner .cookies__buttons .buttons_group .button_wrap:last-child {
    margin-left: 2.4rem;
  }
}
#cookies-banner .cookies__buttons .buttons_group .button_wrap .btn a, #cookies-banner .cookies__buttons .buttons_group .button_wrap .corp--btn-01__wrapper a {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
  padding: 0.65rem 0;
  border-radius: 50px;
}
@media (min-width: 768px) {
  #cookies-banner .cookies__buttons .buttons_group .button_wrap .btn a, #cookies-banner .cookies__buttons .buttons_group .button_wrap .corp--btn-01__wrapper a {
    min-width: 200px;
    padding: 1.1rem 6.5rem;
  }
}
#cookies-banner .cookies .c-link--inline {
  display: none;
}

/* Página Cookies 2023 */
.cookies-page .logo-center .main-title {
  background: url(images/logo.png?) center center no-repeat;
  background-size: 150px;
}
.cookies-page .logo-center .main-title a {
  color: transparent;
  text-indent: -9999px;
  height: 31px;
}
.cookies-page .tb-text {
  /*R2016 inherited*/
  width: 100%;
  border: 0.1rem solid #efefef;
}
@media (min-width: 768px) {
  .cookies-page .tb-text {
    display: table;
  }
}
@media (min-width: 768px) {
  .cookies-page .tb-text .tb-text-r {
    display: table-row;
  }
}
.cookies-page .tb-text .tb-text-c {
  border-top: 0.1rem solid #efefef;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .cookies-page .tb-text .tb-text-c {
    display: table-cell;
    vertical-align: top;
  }
}
.cookies-page .tb-text .tb-text-r:first-child .tb-text-c {
  border-top: none;
}
@media (max-width: 767px) {
  .cookies-page .tb-text .tb-text-r .tb-text-c.tb-text-right {
    border-top: none;
  }
}
.cookies-page .tb-text .tb-text-c.tb-text-right {
  padding-top: 0;
}
@media (min-width: 768px) {
  .cookies-page .tb-text tb-text-c.tb-text-right {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.cookies-page .tb-text .tb-text-c h4 {
  display: inline;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
  color: #555;
}
.cookies-page .tb-text .tb-text-c p {
  display: inline;
}
.cookies-page .tb-text .tb-text-c ul {
  display: table;
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .cookies-page .tb-text .tb-text-c ul {
    width: auto;
  }
}
.cookies-page .tb-text .tb-text-c li {
  display: table-row;
  padding: 0;
  background: none;
}
.cookies-page .tb-text .tb-text-c li strong,
.cookies-page .tb-text .tb-text-c li a {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .cookies-page .tb-text .tb-text-c li strong,
  .cookies-page .tb-text .tb-text-c li a {
    padding-top: 1.5rem;
  }
}
.cookies-page .tb-text .tb-text-c li:first-child strong,
.cookies-page .tb-text .tb-text-c li:first-child a {
  padding-top: 0;
}
.cookies-page .tb-text .tb-text-c li strong {
  color: #555;
  padding-right: 1.5rem;
}
.cookies-page .tb-text .tb-text-c li a {
  text-align: right;
}
.cookies-page header {
  position: relative;
}
.cookies-page header .header-bottom #header-bottom-middle-center-col {
  float: none;
  width: 100%;
}
.cookies-page header .header-bottom #header-bottom-middle-center-col .main-title {
  background: url(../css/images/logo.png) center center no-repeat transparent;
  width: 233px;
  height: 65px;
  margin: 2rem auto 0;
  padding: 0;
}
.cookies-page #page {
  margin-top: 0;
}
.cookies-page .main-component {
  margin: 3rem 0;
}
.cookies-page .main-component.article-block {
  margin: 3rem 0;
}
.cookies-page .capaCookies .tb-text .tb-text-c.tb-text-down {
  padding: 1.5rem 0 0;
  border: none;
}
@media (min-width: 992px) {
  .cookies-page .capaCookies .tb-text .tb-text-c.tb-text-down {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}
.cookies-page .capaCookies .tb-text .tb-text-c ul {
  width: 100%;
}
.cookies-page .capaCookies .tb-text .tb-text-c ul li a, .cookies-page .capaCookies .tb-text .tb-text-c ul li strong {
  white-space: normal;
}
.cookies-page .capaCookies .tb-text .tb-text-c .custom-form-checkbox {
  vertical-align: middle;
  margin: 0;
  background: url(https://www.caixabank.es/deployedfiles/particulares/CSS/Estaticos/images/check.svg) no-repeat scroll transparent;
  display: inline-block;
  height: 19px;
  width: 19px;
}
.cookies-page .capaCookies .tb-text .tb-text-c .custom-form-checkbox.custom-form-checked {
  background: url(https://www.caixabank.es/deployedfiles/particulares/CSS/Estaticos/images/checkSelected.svg) no-repeat scroll transparent;
  border: 1px solid #ccc;
}
.cookies-page .capaCookies .tb-text .tb-text-c .custom-form-checkbox.custom-form-checked.custom-form-focused {
  background: url(https://www.caixabank.es/deployedfiles/particulares/CSS/Estaticos/images/checkSelected.svg) no-repeat scroll transparent;
}
.cookies-page .capaCookies.Opcion2 .message {
  display: none;
  color: #004f70;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  padding: 0 1rem;
  margin-bottom: 2rem;
}
.cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group {
  display: flex;
  flex-wrap: wrap;
  margin: 1.6rem 0 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group {
    align-items: center;
  }
}
@media (min-width: 992px) {
  .cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group {
    width: 70%;
    margin: 1.6rem auto 0;
  }
}
.cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group .button_wrap {
  margin: 0;
  width: 100%;
}
.cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group .button_wrap:last-child {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group .button_wrap:last-child {
    margin: 0 0 0 2rem;
  }
}
@media (min-width: 768px) {
  .cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group .button_wrap {
    width: 48%;
  }
}
.cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group .button_wrap .btn-blue {
  width: 100%;
}
.cookies-page .capaCookies.Opcion2 .tb-buttons .buttons_group .button_wrap .btn-blue a {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Open Sans", sans-serif;
  white-space: normal;
  border-radius: 50px;
  padding: 1.1rem 2rem;
}
.cookies-page .capaCookies.Opcion2 .tb-buttons .boton_guardar {
  max-width: 320px;
  margin: 0 auto;
}
.cookies-page .capaCookies.Opcion2 .tb-buttons .boton_guardar input {
  height: 50px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #007eae;
  color: #007eae;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.4rem;
  padding: 0 0.25%;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  width: 100%;
  white-space: inherit;
  margin-top: 1rem;
}
.cookies-page .capaCookies.Opcion2 .tb-buttons p {
  text-align: center;
}
.cookies-page .capaCookies.Opcion2 .tb-buttons p:first-child, .cookies-page .capaCookies.Opcion2 .tb-buttons p:nth-child(2) {
  color: #004f70;
  margin-bottom: 2rem;
}
.cookies-page h2, .cookies-page h3 {
  line-height: 2.2rem;
  font-family: "Open Sans Bold", sans-serif;
  color: #004f70;
  font-weight: normal;
  margin-top: 3rem;
  margin-bottom: 0;
}
.cookies-page h2 {
  font-size: 1.8rem;
}
.cookies-page h3 {
  font-size: 1.6rem;
}
.cookies-page p {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.cookies-page ul {
  margin-top: 2rem;
  margin-left: 2rem;
}
.cookies-page ul li {
  font-size: 1.6rem;
  line-height: 2.2rem;
  display: list-item;
  color: #555;
  background: none;
  padding: 0 0 1rem 0;
}
.cookies-page ul li .c-link--inline {
  padding-left: 0.5rem;
}

.title-laisla {
  margin: 2.1rem 0;
}
@media (min-width: 992px) {
  .title-laisla {
    margin: 2rem 0 1rem;
  }
}
.title-laisla p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Open Sans Semibold", sans-serif;
  text-align: center;
  color: #009AD8;
}
@media (min-width: 992px) {
  .title-laisla p {
    text-align: left;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
.title-laisla h2 {
  font-size: 3.4rem;
  line-height: 4.5rem;
  text-align: center;
  font-family: "Open Sans Bold", sans-serif;
}
@media (min-width: 992px) {
  .title-laisla h2 {
    text-align: left;
    font-size: 5rem;
    line-height: 7rem;
    text-indent: -2px;
  }
}

.region-container.fixed {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0px 1px 5px 0px rgba(223, 226, 243, 0.59);
}
.descubre-mas {
  margin: 6rem auto 6rem;
}
@media (min-width: 992px) {
  .descubre-mas {
    margin: 7.7rem 0 7.7rem;
  }
}
.descubre-mas__title {
  font-size: 2.6rem;
  margin-bottom: 0;
  font-family: "Open Sans Bold", sans-serif;
  text-align: left;
}
@media (min-width: 992px) {
  .descubre-mas__title {
    margin-bottom: 0;
  }
}
.descubre-mas__title:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.5rem;
  position: absolute;
  left: 1rem;
  margin-top: -1.6rem;
}
@media (min-width: 992px) {
  .descubre-mas__title:before {
    left: auto;
    right: auto;
  }
}
.descubre-mas__wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .descubre-mas__wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .descubre-mas__wrap .sm-row {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    width: 100%;
  }
  .descubre-mas__wrap .sm-row .descubre-mas__list {
    width: calc(50% - 1rem);
  }
  .descubre-mas__wrap .sm-row-2 {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .descubre-mas__wrap .sm-row-2 .list-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
  .descubre-mas__wrap .sm-row-2 .list-3 .descubre-mas__item--col {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 992px) {
  .descubre-mas__wrap {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
  }
  .descubre-mas__wrap .sm-row {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    width: 65.7%;
  }
  .descubre-mas__wrap .sm-row .list-2 {
    display: flex;
    flex-direction: column;
  }
  .descubre-mas__wrap .sm-row-2 {
    width: 32%;
  }
  .descubre-mas__wrap .sm-row-2 .list-3 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .descubre-mas__wrap .sm-row-2 .list-3 .descubre-mas__item--col {
    width: 100%;
  }
}
.descubre-mas__list {
  list-style: none;
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .descubre-mas__list {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .descubre-mas__list {
    max-width: none;
  }
}
.descubre-mas__item {
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.descubre-mas__item .c-link--inline {
  display: none;
}
@media (min-width: 992px) {
  .descubre-mas__item {
    margin: 0;
  }
}
.descubre-mas__item--col {
  position: relative;
  margin-top: 1.8rem;
  height: auto;
  border: 0.5px solid #EEE;
  box-shadow: 0px 1px 5px 0px rgba(223, 226, 243, 0.59);
  /*@media(min-width: $screen-md-min){
    width: 36.9rem;
  }*/
}
.descubre-mas__item--col .descubre-mas__item-link {
  display: flex;
  justify-content: space-between;
}
.descubre-mas__item--col .descubre-mas__item-link .descubre-mas__item-text {
  width: 100%;
  height: 15.9rem;
}
@media (min-width: 992px) {
  .descubre-mas__item--col .descubre-mas__item-link .descubre-mas__item-text {
    width: 33.3rem;
    padding: 2rem 0 2.4rem 2rem;
  }
}
@media (min-width: 992px) {
  .descubre-mas__item--col .descubre-mas__item-link .descubre-mas__item-text-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: -0.2px;
  }
}
.descubre-mas__item .descubre-mas__item-image {
  display: block;
  width: auto;
}
@media (min-width: 768px) {
  .descubre-mas__item .descubre-mas__item-image {
    height: 33.8rem;
  }
}
.descubre-mas__item .descubre-mas__item-image img {
  display: block;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 11.54%, rgba(0, 0, 0, 0) 67.6%), lightgray 50%/cover no-repeat;
  max-width: 100%;
}
@media (min-width: 768px) {
  .descubre-mas__item .descubre-mas__item-image img {
    max-width: none;
  }
}
.descubre-mas__item .btn-video {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 10.6rem;
  height: 3.4rem;
  padding: 0 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #009AD8;
}
.descubre-mas__item .btn-video__text {
  width: 5.9rem;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 3.6rem;
  font-family: "Open Sans", sans-serif;
}
.descubre-mas__item-link {
  color: inherit;
  display: block;
  height: 100%;
}
.descubre-mas__item-link:hover {
  text-decoration: none;
  color: #333;
}
.descubre-mas__item-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #009AD8 url("images/white-arrow-right.png") no-repeat center center;
}
.descubre-mas__item-card-text {
  position: absolute;
  bottom: 4rem;
  padding: 0 2.4rem;
  width: 100%;
}
.descubre-mas__item-card-text p {
  font-size: 2.2rem;
  line-height: 3rem;
  color: #FFFFFF;
}
.descubre-mas__item-text {
  padding: 2rem;
}
.descubre-mas__item-text p {
  max-width: 29.3rem;
}
.descubre-mas__item-text-bullet {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Open Sans Semibold", sans-serif;
  color: #FFFFFF;
  background: #009AD8;
  padding: 0 1rem;
  border: 1px solid #009AD8;
  border-radius: 7rem;
  display: inline-block;
  text-transform: uppercase;
}
.descubre-mas__item-text-date {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  line-height: 2.4rem;
  color: #767676;
  height: 2.1rem;
  margin-top: 0.2rem;
}
.descubre-mas__item-text-title {
  margin-top: 0.2rem;
  font-family: "Open Sans Semibold", sans-serif;
}
@media (min-width: 992px) {
  .descubre-mas__item-text-title {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .descubre-mas.items-3:not(.simple) .descubre-mas__wrap {
    position: relative;
  }
  .descubre-mas.items-3:not(.simple) .descubre-mas__wrap .sm-row-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 340px;
  }
  .descubre-mas.items-3:not(.simple) .descubre-mas__wrap .sm-row-2 .descubre-mas__item--col {
    width: 100%;
  }
}

.noticias {
  margin: 3.5rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .noticias {
    margin: 3.5rem -1rem;
  }
}
@media (min-width: 991px) {
  .noticias {
    margin-top: 8rem;
  }
}
.noticias .noticias-cards {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 768px) {
  .noticias .noticias-cards {
    padding: 0 34px;
  }
}
@media (min-width: 1024px) {
  .noticias .noticias-cards {
    padding: 0 42px;
  }
}
@media (min-width: 1200px) {
  .noticias .noticias-cards {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .noticias .noticias-cards {
    padding: 0 135px;
  }
}
@media (min-width: 1600px) {
  .noticias .noticias-cards {
    padding: 0 215px;
  }
}
@media (min-width: 1920px) {
  .noticias .noticias-cards {
    padding: 0 367px;
  }
}
.noticias .col-md-12 {
  padding: 0;
}

.c-noticias {
  width: 100%;
  max-width: 355px;
}
@media (min-width: 768px) {
  .c-noticias {
    flex: 0 0 47%;
    max-width: 30.9rem;
    margin-right: 66px;
  }
  .c-noticias:last-child {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .c-noticias {
    flex: 0 0 106%;
  }
}

.c-noticias__wrapper {
  box-shadow: none;
  height: auto;
}
.c-noticias__wrapper:hover {
  box-shadow: none;
}
.c-noticias__text p {
  color: #222222;
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
  width: 100%;
  line-height: 2.6rem;
  font-style: normal;
  letter-spacing: 0.2px;
}

.c-noticias__subtitle p {
  font-family: "Open Sans Bold", sans-serif;
  color: #222222;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 9.5% 0;
  position: relative;
}
.c-noticias__subtitle p:after {
  content: "";
  display: inline-block;
  width: 86%;
  height: 1px;
  border-bottom: 2px dotted #009AD8;
  position: absolute;
  left: 0;
  bottom: -1rem;
}

.c-noticias__title p {
  color: #009AD8;
  font-family: "Open Sans", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .c-noticias__title p {
    font-size: 6rem;
    line-height: 46px;
    margin-bottom: 35px;
  }
}

.c-control-slider {
  width: 100%;
  margin: 25px auto;
  display: flex;
}
@media (min-width: 768px) {
  .c-control-slider {
    padding: 0 34px;
    margin-top: 50px;
    justify-content: right;
  }
}
@media (min-width: 1024px) {
  .c-control-slider {
    padding: 0 42px;
  }
}
@media (min-width: 1200px) {
  .c-control-slider {
    padding: 0 40px;
  }
}
@media (min-width: 1440px) {
  .c-control-slider {
    padding: 0 135px;
  }
}
@media (min-width: 1600px) {
  .c-control-slider {
    padding: 0 215px;
  }
}
@media (min-width: 1920px) {
  .c-control-slider {
    padding: 0 367px;
  }
}
.c-control-slider .c-slider-controls-btn {
  border: 1px solid #197EAE;
  background-color: #197EAE;
  background-image: url(./images/arrow-white-v3.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  transform: rotate(180deg);
  padding: 0;
  position: relative;
  left: auto;
  right: auto;
}
.c-control-slider .c-slider-controls-btn.c-siguiente {
  transform: rotate(0deg);
}
.c-control-slider .c-slider-controls-btn.disabled {
  border: 1px solid #009AD8;
  background-color: #FFFFFF;
  background-image: url(./images/arrow-blue-v3.svg);
  visibility: visible;
  pointer-events: none;
}
.c-control-slider .c-slider-controls-btn.disabled.c-anterior {
  transform: rotate(0deg);
}
.c-control-slider .c-slider-controls-btn.disabled.c-siguiente {
  transform: rotate(180deg);
}

/* banner video Home */
.banner-video-campanas {
  display: none;
}
@media (min-width: 768px) {
  .banner-video-campanas {
    display: block;
  }
}
.banner-video-campanas video ~ #close-video_desktop {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 45px;
  max-height: 45px;
  top: 30px;
  right: 30px;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 1401px) {
  .banner-video-campanas video ~ #close-video_desktop {
    max-width: 50px;
    max-height: 50px;
    top: 36px;
    right: 36px;
  }
}
.banner-video-campanas video ~ #close-video_desktop svg {
  width: 100%;
  height: 100%;
}
.banner-video-campanas video.banner-video-home--expand ~ #close-video_desktop {
  display: block;
}

.banner-video-campanas-mobile {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) {
  .banner-video-campanas-mobile {
    display: none;
  }
}
.banner-video-campanas-mobile img {
  max-width: 100%;
  height: auto;
}
.banner-video-campanas-mobile svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.banner-video-home {
  width: 100%;
  background-color: #009AD8;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.banner-video-home.bg-grey {
  background-color: #222;
}
.banner-video-home#black_frame {
  margin-top: 5rem;
}
.banner-video-home#black_frame:after {
  content: "";
  height: 87px;
  width: 100%;
  background-color: #222222;
  position: absolute;
  top: 0;
  display: none;
}
@media (min-width: 768px) {
  .banner-video-home#black_frame:after {
    display: block;
  }
}
.banner-video-home#black_frame:before {
  content: "";
  height: 88px;
  width: 100%;
  background-color: #222222;
  position: absolute;
  bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .banner-video-home#black_frame:before {
    display: block;
  }
}
@media (min-width: 768px) {
  .banner-video-home {
    max-height: 450px;
    display: flex;
  }
}
@media (min-width: 1095px) {
  .banner-video-home {
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .banner-video-home {
    max-height: 631px;
  }
}
@media (min-width: 1441px) {
  .banner-video-home {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1441px) {
  .banner-video-home.large_screen {
    margin: 0 auto;
  }
}
.banner-video-home__highlight-title {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .banner-video-home__highlight-title {
    text-align: left;
    margin: 0 4rem;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .banner-video-home__highlight-title {
    margin-left: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .banner-video-home__highlight-title {
    margin-left: 4.2rem;
  }
}
@media (min-width: 1440px) {
  .banner-video-home__highlight-title {
    margin-left: 13.7rem;
  }
}
@media (min-width: 1600px) {
  .banner-video-home__highlight-title {
    margin-left: 21.7rem;
  }
}
@media (min-width: 1920px) {
  .banner-video-home__highlight-title {
    margin-left: 36.8rem;
  }
}
.banner-video-home__highlight-title h2, .banner-video-home__highlight-title h3 {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .banner-video-home__highlight-title h2, .banner-video-home__highlight-title h3 {
    text-align: left;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .banner-video-home__highlight-title h2, .banner-video-home__highlight-title h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
.banner-video-home__alternate--inv {
  flex-direction: row-reverse;
  background-color: #ffffff;
}
.banner-video-home__alternate--inv .banner-video-home__left .banner-video-home__highlight-title h2, .banner-video-home__alternate--inv .banner-video-home__left .banner-video-home__highlight-title h3 {
  color: #222;
}
@media (min-width: 1920px) {
  .banner-video-home__alternate--inv .banner-video-home__left .banner-video-home-text {
    margin-left: 21.7rem;
  }
}
.banner-video-home__alternate--inv .banner-video-home__left .banner-video-home-text h2, .banner-video-home__alternate--inv .banner-video-home__left .banner-video-home-text p {
  color: #222222;
}
.banner-video-home__alternate--inv .banner-video-home__left .banner-video-home-text a {
  border: 2px solid #197EAE;
}
.banner-video-home__alternate-title {
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-video-home__alternate-title {
    text-align: left;
    margin-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .banner-video-home__alternate-title {
    margin-left: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .banner-video-home__alternate-title {
    margin-left: 4.2rem;
  }
}
@media (min-width: 1440px) {
  .banner-video-home__alternate-title {
    margin-left: 13.7rem;
  }
}
@media (min-width: 1600px) {
  .banner-video-home__alternate-title {
    margin-left: 21.7rem;
  }
}
@media (min-width: 1920px) {
  .banner-video-home__alternate-title {
    margin-left: 36.8rem;
  }
}
.banner-video-home__alternate-title h2 {
  font-family: "Open Sans Bold", sans-serif;
  padding: 3rem 0;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .banner-video-home__alternate-title h2 {
    font-size: 3.2rem;
  }
}
.banner-video-home__alternate .banner-video-home__right {
  align-self: center;
}
@media (min-width: 768px) {
  .banner-video-home__alternate .banner-video-home__right {
    width: 50%;
    min-height: 100%;
  }
  .banner-video-home__alternate .banner-video-home__right:hover, .banner-video-home__alternate .banner-video-home__right.active {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .banner-video-home__alternate .banner-video-home__right video img, .banner-video-home__alternate .banner-video-home__right iframe img, .banner-video-home__alternate .banner-video-home__right a img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-video-home__alternate .banner-video-home__left {
    width: 50%;
  }
}
.banner-video-home__left {
  position: relative;
}
@media (min-width: 768px) {
  .banner-video-home__left {
    min-width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .banner-video-home__left {
    justify-content: flex-start;
    margin-top: 8%;
  }
}
.banner-video-home__left .banner-video-home-text {
  margin: 0 auto;
  text-align: center;
  padding: 3.5rem 2.5rem;
  max-width: 492px;
}
@media (min-width: 768px) {
  .banner-video-home__left .banner-video-home-text {
    align-items: inherit;
    text-align: left;
    margin: 0 4rem;
    padding: 2.5rem 0;
  }
}
@media (min-width: 1024px) {
  .banner-video-home__left .banner-video-home-text {
    margin-left: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .banner-video-home__left .banner-video-home-text {
    margin-left: 4.2rem;
  }
}
@media (min-width: 1440px) {
  .banner-video-home__left .banner-video-home-text {
    margin-left: 13.7rem;
  }
}
@media (min-width: 1600px) {
  .banner-video-home__left .banner-video-home-text {
    margin-left: 21.7rem;
  }
}
@media (min-width: 1920px) {
  .banner-video-home__left .banner-video-home-text {
    margin-left: 36.8rem;
  }
}
.banner-video-home__left .banner-video-home-text p {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .banner-video-home__left .banner-video-home-text p {
    font-size: 2.6rem;
    line-height: 36px;
  }
}
.banner-video-home__left .banner-video-home-text a {
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  background-color: #FFFFFF;
  color: #197EAE;
  padding: 1rem 2rem;
  margin-top: 2.5rem;
  width: auto;
  text-align: center;
  display: inline-block;
}
.banner-video-home__left .banner-video-home-text .c-link--inline {
  display: none;
}
.banner-video-home__left .banner-video-home-text .buttons_group .button_wrap {
  text-align: left;
  margin-top: 1rem;
}
.banner-video-home__left .banner-video-home-text .buttons_group .button_wrap .btn-white a {
  color: #009AD8;
}
.banner-video-home__right {
  width: auto;
  padding: 0;
  position: relative;
}
@media (min-width: 1440px) {
  .banner-video-home__right {
    width: 650px;
    transition: width 0.2s;
    min-height: 631px;
  }
  .banner-video-home__right:hover, .banner-video-home__right.active {
    width: 768px;
  }
}
.banner-video-home__right video, .banner-video-home__right iframe, .banner-video-home__right a {
  position: relative;
  transition: 0.2s all;
  display: block;
}
.banner-video-home__right video.touched, .banner-video-home__right iframe.touched, .banner-video-home__right a.touched {
  filter: grayscale(0%);
}
.banner-video-home__right video.touched:hover, .banner-video-home__right iframe.touched:hover, .banner-video-home__right a.touched:hover {
  filter: grayscale(0%);
}
.banner-video-home__right video.touched ~ .vjs-control-bar, .banner-video-home__right iframe.touched ~ .vjs-control-bar, .banner-video-home__right a.touched ~ .vjs-control-bar {
  display: flex;
}
.banner-video-home__right video img, .banner-video-home__right iframe img, .banner-video-home__right a img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .banner-video-home__right video img, .banner-video-home__right iframe img, .banner-video-home__right a img {
    width: 768px;
    max-width: none;
  }
}
.banner-video-home__right video.banner-video-home--expand, .banner-video-home__right iframe.banner-video-home--expand, .banner-video-home__right a.banner-video-home--expand {
  max-width: 100%;
}
@media (min-width: 1441px) {
  .banner-video-home__right video.banner-video-home--expand, .banner-video-home__right iframe.banner-video-home--expand, .banner-video-home__right a.banner-video-home--expand {
    height: 150%;
  }
}
.banner-video-home__right video.banner-video-home--expand ~ .vjs-control-bar, .banner-video-home__right iframe.banner-video-home--expand ~ .vjs-control-bar, .banner-video-home__right a.banner-video-home--expand ~ .vjs-control-bar {
  display: block;
}
.banner-video-home__right video ~ .vjs-control-bar, .banner-video-home__right iframe ~ .vjs-control-bar, .banner-video-home__right a ~ .vjs-control-bar {
  display: none;
}
.banner-video-home__right .banner-video-home__video svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.banner-video-home__right .banner-video-home__video iframe {
  opacity: 0;
  z-index: -1;
  background-color: #000;
}
@media (min-width: 768px) {
  .banner-video-home__right .banner-video-home__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.banner-video-home__right .banner-video-home__video > div {
  position: inherit !important;
  max-width: none !important;
}
.banner-video-home__right .banner-video-home__video > div > div {
  padding-top: inherit !important;
}
.banner-video-home__right .banner-video-home__video > div > div .video-js {
  position: inherit !important;
}
.banner-video-home__right .banner-video-home__video > div > div .video-js.vjs-thumbnails {
  display: inherit !important;
}
.banner-video-home__right .banner-video-home__video > div > div .video-js .vjs-tech {
  left: auto !important;
  position: relative !important;
}
@media (min-width: 768px) {
  .banner-video-home__right .banner-video-home__video > div > div .video-js .vjs-tech {
    position: absolute !important;
    display: block !important;
    z-index: 1 !important;
  }
}
.banner-video-home__right .banner-video-home__video > div > div .video-js .bc-player-Jdfh8iZrx5_default {
  width: 100%;
  height: 100%;
}
.banner-video-home__right .banner-video-home__video > div > div .video-js .vjs-poster {
  position: inherit;
}
@media (min-width: 768px) {
  .banner-video-home__right .banner-video-home__video.video-placeholder > div > div .video-js video {
    min-width: auto;
  }
}
.banner-video-home__right .banner-video-home__video.video-placeholder > div > div .video-js .vjs-big-play-button {
  display: none;
}
.banner-video-home .yt-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  animation: aparecer 0.3s linear;
  z-index: 101;
}
.banner-video-home .yt-modal .yt-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 100;
}
.banner-video-home .yt-modal .yt-modal-content {
  z-index: 1000;
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  height: 330px;
  bottom: 0;
  background: transparent;
  padding-bottom: 5rem;
}
@media (min-width: 490px) {
  .banner-video-home .yt-modal .yt-modal-content {
    height: 420px;
  }
}
.banner-video-home .yt-modal .yt-modal-content .yt-modal-header .btn-close-modal {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
}
.banner-video-home .yt-modal .yt-modal-content .yt-modal-header .btn-close-modal svg {
  position: relative;
  left: auto;
}
.banner-video-home .yt-modal .yt-modal-content iframe {
  background-color: #000;
}
.banner-video-home .yt-modal .yt-modal-header {
  background: #fff;
  justify-content: flex-end;
  padding: 0;
  height: 5rem;
  text-align: right;
}
.banner-video-home .yt-modal .yt-modal-header .btn-close-modal {
  padding: 10px;
  font-size: 18px;
}
.banner-video-home .yt-modal .yt-modal-header .btn-close-modal:hover {
  cursor: pointer;
}

.link-highlights.highlights {
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .link-highlights.highlights {
    margin: 6rem 0 5rem;
  }
}
.link-highlights.highlights .link-highlights__title {
  max-width: 590px;
  margin: 0 auto;
}
.link-highlights.highlights .link-highlights__title h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  font-family: "Open Sans Bold", sans-serif;
  text-align: left;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 991px) {
  .link-highlights.highlights .link-highlights__title h2 {
    padding: 0;
    text-align: center;
  }
}
.link-highlights.highlights .link-highlights__title h2:before {
  content: " ";
  background: #009ad8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
  left: 2rem;
}
@media (min-width: 991px) {
  .link-highlights.highlights .link-highlights__title h2:before {
    left: 49%;
  }
}
.link-highlights.highlights .link-highlights__highlights-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 3rem;
  width: 100%;
}
@media (min-width: 992px) {
  .link-highlights.highlights .link-highlights__highlights-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 1440px) {
  .link-highlights.highlights .link-highlights__highlights-wrapper {
    max-width: 1440px;
    margin: 3rem auto 0;
    height: auto;
  }
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight {
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
  justify-content: center;
  box-sizing: border-box;
  height: 519px;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight > a {
  white-space: normal;
  width: auto;
  position: relative;
  height: 519px;
}
@media (min-width: 768px) {
  .link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight > a {
    margin-right: 0.5rem;
    width: 100%;
  }
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight > a:hover h3 span.font-color--black {
  color: #fff;
  text-decoration: none;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__media {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 519px;
  overflow: hidden;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__media:before {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__media img {
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__media img {
    width: 100%;
    height: 519px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content {
  position: absolute;
  top: 0;
  left: 7%;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  background: url(images/ic_drawn-arrow-right.png) no-repeat 90% 90%;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content .link-highlights__content-wrapper {
  position: relative;
  display: contents;
  max-width: 320px;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content .link-highlights__content-wrapper img {
  text-align: left;
  margin: 0 auto;
  display: block;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content .link-highlights__content-wrapper h3 {
  text-align: left;
  font-family: "Open Sans", Arial;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #FFFFFF;
}
@media (min-width: 1200px) {
  .link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content .link-highlights__content-wrapper h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content .link-highlights__content-wrapper p {
  font-family: "Open Sans", Arial;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #FFFFFF;
  margin: 0 auto;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content--hover {
  display: none;
  background: #009ad8 url(images/ic_drawn-arrow-right.png) no-repeat 90% 90%;
  padding: 0 1.5rem;
  align-items: flex-start;
  left: 0;
  width: calc(100% - 0.5rem);
}
@media (min-width: 992px) {
  .link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content--hover {
    padding-left: 7%;
  }
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight .link-highlights__content--hover .link-highlights__content-wrapper h3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 2rem;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight:nth-last-child(1) a {
  padding-right: 0;
}
.link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight:hover .link-highlights__content--hover {
  display: none;
  width: 100%;
}
@media (min-width: 992px) {
  .link-highlights.highlights .link-highlights__highlights-wrapper .link-highlights__highlight:hover .link-highlights__content--hover {
    display: flex;
  }
}
.link-highlights.highlights .slick-list {
  width: 100%;
  display: grid;
  box-sizing: border-box;
}
.link-highlights.highlights .slick-list .slick-track {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.link-highlights.highlights .slick-list .slick-track.five-or-more .link-highlights__highlight {
  flex: none;
  width: 20.08% !important;
}
@media (min-width: 1440px) {
  .link-highlights.highlights .slick-list .slick-track.five-or-more .link-highlights__highlight {
    width: calc(20.05% - 0.7px) !important;
  }
}
@media (min-width: 1470px) {
  .link-highlights.highlights .slick-list .slick-track.five-or-more .link-highlights__highlight {
    width: 20.05% !important;
  }
}
@media (min-width: 1600px) {
  .link-highlights.highlights .slick-list .slick-track.five-or-more .link-highlights__highlight {
    width: calc(20.05% - 0.6px) !important;
  }
}
.link-highlights.highlights .slick-list .slick-track.five-or-more .link-highlights__highlight.shrink-slide {
  width: 17.5% !important;
}
.link-highlights.highlights .slick-list .slick-track.five-or-more .link-highlights__highlight.enlarge-slide {
  width: 30% !important;
}
.link-highlights.highlights .slick-list .slick-track .link-highlights__content--hover .link-highlights__content-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .link-highlights.highlights .slick-list .slick-track {
    width: 100% !important;
  }
}
.link-highlights.highlights .slick-list .slick-track .link-highlights__highlight {
  flex: 1;
}

.highlights-controls {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
  max-width: 1440px;
  margin: 3rem auto 0;
}
@media (min-width: 768px) {
  .highlights-controls {
    align-items: flex-end;
  }
}
.highlights-controls .custom-dots {
  list-style: none;
  display: flex !important;
  gap: 1rem;
  order: 1;
}
@media (min-width: 768px) {
  .highlights-controls .custom-dots {
    display: none !important;
  }
}
.highlights-controls .custom-dots button {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.highlights-controls .custom-dots button:before {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background: #def0f9;
  border-radius: 50px;
  left: 0;
  top: 0;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.highlights-controls .custom-dots .slick-active button {
  width: 1.7rem;
}
.highlights-controls .custom-dots .slick-active button:before {
  width: 1.7rem;
  background: #197eae;
}
.highlights-controls .slider-actions {
  display: flex;
  order: 2;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .highlights-controls .slider-actions {
    margin-top: 0;
  }
}
.highlights-controls .slider-actions .custom-prev,
.highlights-controls .slider-actions .custom-next {
  width: 5.5rem;
  height: 5.5rem;
  font-size: 0;
  line-height: 0;
  border: 1px solid #197eae;
  background: white;
}
.highlights-controls .slider-actions .custom-prev:before,
.highlights-controls .slider-actions .custom-next:before {
  display: inline-block;
  -webkit-mask-image: url("images/icon-arrow.svg");
  mask-image: url("images/icon-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #197eae;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
}
.highlights-controls .slider-actions .custom-prev:hover,
.highlights-controls .slider-actions .custom-next:hover {
  background-color: #197eae;
}
.highlights-controls .slider-actions .custom-prev:hover:before,
.highlights-controls .slider-actions .custom-next:hover:before {
  background-color: white;
}
.highlights-controls .slider-actions .custom-prev {
  transform: scaleX(-1);
}
.highlights-controls .slider-actions .custom-next {
  margin-left: -1px;
}

.transparent-banner {
  position: relative;
}
.transparent-banner .transparent-banner__media .transparent-banner__image-wrap {
  position: absolute;
  max-height: 812px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .transparent-banner .transparent-banner__media .transparent-banner__image-wrap {
    max-height: 876px;
  }
}
.transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group {
  width: 300%;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group {
    width: 200%;
    left: -50%;
  }
}
.transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img {
  display: none;
  position: relative;
  margin: 0 auto;
}
.transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.small {
  display: block;
}
@media (min-width: 769px) {
  .transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.small {
    display: none;
  }
}
@media (min-width: 769px) {
  .transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.medium {
    display: block;
  }
}
@media (min-width: 1441px) {
  .transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.medium {
    display: none;
  }
}
@media (min-width: 1441px) {
  .transparent-banner .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.original {
    display: block;
  }
}
.transparent-banner .transparent-banner__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 812px;
}
@media (min-width: 992px) {
  .transparent-banner .transparent-banner__text {
    height: 876px;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
  }
}
.transparent-banner .transparent-banner__text h1 {
  font-size: 3.4rem;
  line-height: 4.5rem;
  font-family: "Open Sans Bold", sans-serif;
  text-align: center;
  color: #FFF;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .transparent-banner .transparent-banner__text h1 {
    font-size: 4rem;
    line-height: 7.6rem;
  }
}
.transparent-banner .transparent-banner__text .transparent-banner__title {
  font-size: 3.4rem;
  line-height: 4.5rem;
  color: #FFFFFF;
  text-align: center;
  width: auto;
}
@media (min-width: 992px) {
  .transparent-banner .transparent-banner__text .transparent-banner__title {
    font-size: 4rem;
    line-height: 7.6rem;
  }
}
.transparent-banner .transparent-banner__text .transparent-banner__caption p {
  font-size: 2.4rem;
  line-height: 2.7rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  text-align: center;
  margin-top: 2.2rem;
}
@media (min-width: 992px) {
  .transparent-banner .transparent-banner__text .transparent-banner__caption p {
    font-size: 2.4rem;
    line-height: 2.7rem;
    margin-top: 3.7rem;
  }
}
.transparent-banner .transparent-banner__text .transparent-banner__caption p span {
  display: inline-block;
}
.transparent-banner .transparent-banner__text a.transparent-banner__video-trigger {
  margin: 3rem auto 0;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: url("icons/ic_circle-play-white.svg") no-repeat center;
}
.transparent-banner .transparent-banner__text a.transparent-banner__video-trigger div {
  display: none;
}
.transparent-banner .transparent-banner__text .transparent-banner__footer {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 2rem;
  background: url("icons/ic_arrow-down-white.svg") no-repeat center bottom;
  max-width: 220px;
  background-size: 1.4rem;
}
@media (min-width: 992px) {
  .transparent-banner .transparent-banner__text .transparent-banner__footer {
    max-width: none;
  }
}
.transparent-banner .transparent-banner__text .transparent-banner__footer p {
  color: #fff;
}
.transparent-banner .transparent-banner__text .transparent-banner__footer img {
  margin-top: 1rem;
}
.transparent-banner .transparent-banner__footer {
  position: absolute;
  bottom: 8rem;
  left: 0;
  right: 0;
  text-align: center;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item.slick-slide:not(.slick-active) {
  transition-delay: 1500ms !important;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item:nth-child(2) .transparent-banner__text .transparent-banner__title, .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item:nth-child(4) .transparent-banner__text .transparent-banner__title {
  font-size: 3.6rem;
  line-height: 3.6rem;
}
@media (min-width: 992px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item:nth-child(2) .transparent-banner__text .transparent-banner__title, .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item:nth-child(4) .transparent-banner__text .transparent-banner__title {
    font-size: 13.8rem;
    line-height: 13.5rem;
  }
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item:nth-child(2) .transparent-banner__text .transparent-banner__title br, .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item:nth-child(4) .transparent-banner__text .transparent-banner__title br {
  display: none;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap {
  position: absolute;
  max-height: 812px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap {
    max-height: 876px;
  }
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group {
  width: 300%;
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group {
    width: 200%;
    left: -50%;
  }
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img {
  display: none;
  position: relative;
  margin: 0 auto;
  height: 100%;
  transition: 0.2s linear;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.animated {
  height: 115%;
  transition: 4.5s linear;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.small {
  display: block;
}
@media (min-width: 769px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.small {
    display: none;
  }
}
@media (min-width: 769px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.medium {
    display: block;
  }
}
@media (min-width: 1441px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.medium {
    display: none;
  }
}
@media (min-width: 1441px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__media .transparent-banner__image-wrap .transparent-banner__image-group > picture img.original {
    display: block;
  }
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text {
  padding: 0;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__title {
  font-size: 6.8rem;
  line-height: 6.8rem;
  color: #FFFFFF;
  text-align: center;
  opacity: 1;
  overflow: hidden;
  transition: 0.6s linear;
  word-break: break-word;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__title.animated {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__title.animated-out {
    opacity: 0;
  }
}
@media (min-width: 640px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__title br {
    display: none;
  }
}
@media (min-width: 992px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__title {
    font-size: 13.8rem;
    line-height: 13.5rem;
  }
}
@media (min-width: 1200px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__title {
    word-break: normal;
    white-space: nowrap;
    max-width: 0;
  }
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__caption {
  opacity: 0;
  transition: 0.4s linear;
  position: relative;
  bottom: 1rem;
  max-width: 330px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__caption {
    max-width: 600px;
  }
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__caption.animated {
  opacity: 1;
  bottom: 0;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__caption p {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  margin: 1.8rem 4rem 0;
}
@media (min-width: 992px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__caption p {
    font-size: 2.4rem;
    line-height: 3.1rem;
    margin: 0.2rem 0 0;
  }
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__caption p span {
  display: inline;
}
@media (min-width: 992px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text .transparent-banner__caption p span {
    display: inline-block;
  }
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text a.transparent-banner__video-trigger {
  margin-top: 2rem;
  opacity: 0;
  transition: 0.4s linear;
  position: relative;
  bottom: 1rem;
}
.transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text a.transparent-banner__video-trigger.animated {
  opacity: 1;
  bottom: 0;
}
@media (min-width: 992px) {
  .transparent-banner.slider .transparent-banner__carousel .transparent-banner__carousel-item .transparent-banner__text a.transparent-banner__video-trigger {
    margin-top: 3.6rem;
  }
}
.transparent-banner.slider .transparent-banner__footer {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-bottom: 2rem;
  background: url("icons/ic_arrow-down-white.svg") no-repeat center bottom;
  text-align: center;
  background-size: 1.4rem;
}
.transparent-banner.slider .transparent-banner__footer p {
  color: #fff;
}

body.modal-open {
  padding: 0 !important;
}
body.modal-open .modal.show {
  display: block;
  opacity: 1;
}
@media (min-width: 768px) {
  body.modal-open .modal .modal-dialog {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  body.modal-open .modal .modal-dialog {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.modal-open .modal .modal-dialog {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.modal-open .modal .modal-dialog {
    /* max-width:1320px - Bootstrap 5.2 container width */
    max-width: 1190px;
  }
}
body.modal-open .modal .modal-dialog.modal-auto {
  justify-content: center;
}
body.modal-open .modal .modal-dialog.modal-auto .modal-content {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
body.modal-open .modal .modal-dialog.modal-auto .modal-content .modal-header {
  padding: 1rem;
}
body.modal-open .modal .modal-dialog.modal-auto .modal-content .modal-header .btn-close {
  margin: 0 0 0 auto;
  width: 24px;
  height: 24px;
  background: url(icons/ic_close_menu.svg) no-repeat center center;
  opacity: 1;
  box-shadow: none;
  border: none;
  padding: 0;
}
body.modal-open .modal .modal-dialog.modal-auto .modal-content .modal-body {
  padding: 0 1rem 1rem;
}
body.modal-open .modal .modal-dialog.modal-auto .modal-content .modal-body video {
  max-width: 100%;
}
body.modal-open .modal .modal-dialog .modal-content {
  box-shadow: 0.2rem 0.2rem 1rem #868484;
  overflow: hidden;
  border: none;
}
body.modal-open .modal .modal-dialog .modal-content.yt-video, body.modal-open .modal .modal-dialog .modal-content iframe {
  border: none;
  height: 300px;
}
@media (min-width: 768px) {
  body.modal-open .modal .modal-dialog .modal-content.yt-video, body.modal-open .modal .modal-dialog .modal-content iframe {
    height: 450px;
  }
}
@media (min-width: 991px) {
  body.modal-open .modal .modal-dialog .modal-content.yt-video, body.modal-open .modal .modal-dialog .modal-content iframe {
    height: 580px;
  }
}
@media (min-width: 1200px) {
  body.modal-open .modal .modal-dialog .modal-content.yt-video, body.modal-open .modal .modal-dialog .modal-content iframe {
    height: 682px;
  }
}
@media (min-width: 1440px) {
  body.modal-open .modal .modal-dialog .modal-content.yt-video, body.modal-open .modal .modal-dialog .modal-content iframe {
    height: 712px;
  }
}
body.modal-open .modal .modal-dialog .modal-content.yt-video .modal-header {
  padding: 1rem;
}
body.modal-open .modal .modal-dialog .modal-content.yt-video .modal-header .btn-close {
  margin: 0 0 0 auto;
  width: 24px;
  height: 24px;
  background: url(icons/ic_close_menu.svg) no-repeat center center;
  opacity: 1;
  box-shadow: none;
  border: none;
  padding: 0;
}
body.modal-open .modal .modal-dialog .modal-content.yt-video .modal-body {
  padding: 0;
}
body.modal-open .modal .modal-dialog .modal-content.yt-video .modal-body .video-placeholder div {
  max-width: 100% !important;
}

.interactive {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .interactive:hover .interactive__cursor {
    opacity: 1;
  }
}
.interactive__cursor {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), width 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), height 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
.interactive__cursor.pressed {
  width: 18px;
  height: 18px;
}
.interactive__cursor.activated {
  width: 100px;
  height: 100px;
  background-color: #009AD8;
}
.interactive__cursor.activated .interactive__help-text {
  font-size: 16px;
  opacity: 1;
}
.interactive__cursor.activated ~ .page-wrapper .interactive__trigger {
  cursor: url("data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="), auto;
}
.interactive__cursor.activated.pressed {
  width: 68px;
  height: 68px;
}
.interactive__cursor.activated.pressed .interactive__help-text {
  opacity: 0;
}
.interactive__help-text {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 0;
  line-height: 142%;
  color: #FFFFFF;
  white-space: nowrap;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity 0.34s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: font-size 0.34s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/*Infografia grafico modelo negocio*/
.infographic-modelo-negocio {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 668px;
  overflow: auto;
}
@media (min-width: 768x) {
  .infographic-modelo-negocio {
    align-items: center;
  }
}
.infographic-modelo-negocio__graphic-container {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  width: 668px;
}
.infographic-modelo-negocio__block {
  display: flex;
  flex: 1 1 40%;
  width: 100%;
  border: 2px solid #000000;
  margin-bottom: 2rem;
  min-height: 245px;
  padding: 1rem 3rem;
}
.infographic-modelo-negocio__block.superior-izquierda {
  border-color: #00BEF2;
  border-radius: 50px 50px 0 50px;
  margin-right: 3rem;
}
.infographic-modelo-negocio__block.superior-izquierda h3, .infographic-modelo-negocio__block.superior-izquierda p {
  margin-bottom: 0;
}
.infographic-modelo-negocio__block.superior-izquierda h2 {
  color: #00BEF2;
}
.infographic-modelo-negocio__block.superior-derecha {
  border-color: #0285B4;
  border-radius: 50px 50px 50px 0;
}
.infographic-modelo-negocio__block.superior-derecha h2, .infographic-modelo-negocio__block.superior-derecha h3, .infographic-modelo-negocio__block.superior-derecha p {
  text-align: right;
  margin-bottom: 0;
}
.infographic-modelo-negocio__block.superior-derecha h2 {
  color: #0285B4;
  margin-bottom: 1rem;
}
.infographic-modelo-negocio__block.inferior-izquierda {
  border-color: #58585A;
  border-radius: 50px 0 50px 50px;
  margin-right: 3rem;
}
.infographic-modelo-negocio__block.inferior-izquierda .infographic-modelo-negocio__colors {
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 1rem;
}
.infographic-modelo-negocio__block.inferior-izquierda h3, .infographic-modelo-negocio__block.inferior-izquierda p {
  margin-bottom: 0;
}
.infographic-modelo-negocio__block.inferior-izquierda h2 {
  color: #58585A;
}
.infographic-modelo-negocio__block.inferior-derecha {
  border-color: #929395;
  border-radius: 0 50px 50px 50px;
}
.infographic-modelo-negocio__block.inferior-derecha .infographic-modelo-negocio__colors {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.infographic-modelo-negocio__block.inferior-derecha h2, .infographic-modelo-negocio__block.inferior-derecha h3, .infographic-modelo-negocio__block.inferior-derecha p {
  text-align: right;
  margin-bottom: 0;
}
.infographic-modelo-negocio__block.inferior-derecha h2 {
  color: #929395;
  margin-bottom: 1rem;
}
.infographic-modelo-negocio__text-group {
  width: 70%;
}
.infographic-modelo-negocio__text-group h2 {
  font-size: 2.3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}
.infographic-modelo-negocio__text {
  margin-bottom: 1rem;
}
.infographic-modelo-negocio__text h3 {
  font-size: 1.8rem;
  color: #3C3C3B;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 2.45rem;
}
.infographic-modelo-negocio__text p {
  font-size: 1.6rem;
  color: #3C3C3B;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 2.45rem;
}
.infographic-modelo-negocio__colors {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.infographic-modelo-negocio__colors:nth-child(even) {
  align-items: flex-end;
  text-align: right;
}
.infographic-modelo-negocio__color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-bottom: 0.8rem;
}
.infographic-modelo-negocio__color:first-child {
  margin-top: 1rem;
}
.infographic-modelo-negocio .yellow {
  background-color: #FAB900;
}
.infographic-modelo-negocio .blue {
  background-color: #0285B4;
}
.infographic-modelo-negocio .red {
  background-color: #E2001A;
}
.infographic-modelo-negocio .green {
  background-color: #9BBB59;
}
.infographic-modelo-negocio__graphic {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.infographic-modelo-negocio__label {
  position: absolute;
  pointer-events: auto;
}
.infographic-modelo-negocio__label .text-big-blue {
  color: #00BEF2;
  font-weight: 600;
  font-size: 4rem;
  line-height: 5.5rem;
}
.infographic-modelo-negocio__label p {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 0 !important;
}
.infographic-modelo-negocio__img {
  width: 240px;
  height: 239px;
}
.infographic-modelo-negocio__texto-aclarativo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 64.5%;
  font-style: italic;
  color: #929395;
  font-size: 1.5rem;
  min-width: 668px;
}
.infographic-modelo-negocio__texto-aclarativo__text p {
  margin-bottom: 0 !important;
}
.infographic-modelo-negocio__texto-aclarativo__colors {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.infographic-modelo-negocio__texto-aclarativo__color-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.infographic-modelo-negocio__texto-aclarativo__color {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0.4rem 0;
}
.infographic-modelo-negocio__texto-aclarativo__color.yellow {
  background-color: #FAB900;
}
.infographic-modelo-negocio__texto-aclarativo__color.blue {
  background-color: #0285B4;
}
.infographic-modelo-negocio__texto-aclarativo__color.red {
  background-color: #E2001A;
}
.infographic-modelo-negocio__texto-aclarativo__color.green {
  background-color: #9BBB59;
}

/*FIN Infografia grafico modelo negocio*/
.multimedia-hl {
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .multimedia-hl__wrap .news-buttons {
    display: none;
  }
}
.multimedia-hl__list {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  .multimedia-hl__list {
    justify-content: start;
    overflow-x: visible;
    flex-wrap: wrap;
    row-gap: 4rem;
  }
}
@media (max-width: 991px) {
  .multimedia-hl__list li {
    min-width: 31.5rem;
  }
}
.multimedia-hl__item {
  position: relative;
  /*box-shadow: 0px 1px 5px 0px rgba(223, 226, 243, 0.59);*/
  list-style-type: none;
}
@media (min-width: 992px) {
  .multimedia-hl__item {
    flex: 0 0 31.5%;
  }
}
@media (min-width: 1140px) {
  .multimedia-hl__item {
    flex: 0 0 31.7%;
  }
}
.multimedia-hl__item--podcast-duration {
  display: none;
}
.multimedia-hl__item a {
  display: block;
  position: relative;
}
.multimedia-hl__item-image img {
  display: block;
  max-width: 100%;
}
.multimedia-hl__item-image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.multimedia-hl__item-budget {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.7rem 4.4rem 0.7rem 1.4rem;
  background-color: #009AD8;
  min-width: 10.6rem;
  z-index: 1;
}
.multimedia-hl__item-budget p {
  color: #FFF;
  font-size: 1.1rem;
  line-height: 2rem;
}
.multimedia-hl__item-budget p svg {
  position: absolute;
  right: 1.4rem;
}
.multimedia-hl__item-text {
  position: absolute;
  bottom: 3rem;
  left: 2.4rem;
  right: 2.4rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .multimedia-hl__item-text {
    min-height: 12.4rem;
  }
}
.multimedia-hl__item-text-tag {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.9rem;
  color: #009AD8;
  padding: 0 1rem;
  background-color: #fff;
  border-radius: 7rem;
  font-family: "Open Sans Semibold", sans-serif;
}
.multimedia-hl__item-text-title {
  color: #FFF;
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: "Open Sans Semibold", sans-serif;
  margin-top: 1rem;
}
.multimedia-hl__item--links {
  padding-top: 2.9rem;
}
.multimedia-hl__item--links p a {
  display: inline-block;
}
.multimedia-hl__item--links p span {
  display: none;
}
.multimedia-hl__item--buttons {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  margin: 3rem 0 0;
}
.multimedia-hl__item-button {
  width: 100%;
}
.multimedia-hl__item-button span {
  padding: 1.5rem 0rem;
  background: #fff;
  width: 100%;
  display: block;
  transition: 0.8s;
  text-align: center;
  border: 1px solid #197EAE;
}
.multimedia-hl__item-button span.blue-btn {
  color: #fff;
  background: #197EAE;
}
.multimedia-hl__item-button span.blue-btn:hover {
  color: #197EAE;
  background: #fff;
}
.multimedia-hl__item-button span.grey-btn {
  color: #197EAE;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.multimedia-hl__item-button span.grey-btn:hover {
  color: #fff;
  background: #197EAE;
}
.multimedia-hl__item-button .icon-display .grey-btn:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign.svg) no-repeat center center;
  margin-left: 0.8rem;
}
.multimedia-hl__item-button .icon-display .grey-btn:hover:after {
  background: url(https://www.caixabank.com/deployedfiles/caixabank_com/Estaticos/Imagenes/General/foreign-white.svg) no-repeat center center;
}
.multimedia-hl__item-button a + .c-link--inline {
  display: none;
}

/* Estilos generales para ordered boxes */
.ordered-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem;
  margin: 1.4rem 0;
}
.ordered-boxes__title {
  display: block;
  width: 100%;
}
.ordered-boxes__title h2 {
  margin-bottom: 1.5rem;
}
.ordered-boxes__box {
  display: flex;
  background: #DEF0F9;
  border-radius: 1.7rem;
  padding: 1.4rem;
  flex-direction: column;
  align-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .ordered-boxes__box {
    width: auto;
  }
}
.ordered-boxes__box.sh-h-full-width {
  flex: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .ordered-boxes__box.sh-h-full-width {
    align-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .ordered-boxes__box.sh-h-full-width .ordered-boxes__header {
    width: 550px;
  }
}
.ordered-boxes__box.sh-h-double {
  flex: 100%;
}
@media (min-width: 768px) {
  .ordered-boxes__box.sh-h-double {
    flex: 1 1 calc(50% - 1.4rem);
  }
}
.ordered-boxes__box.sh-h-product {
  flex: 100%;
}
@media (min-width: 768px) {
  .ordered-boxes__box.sh-h-product {
    flex: 1 1 calc(33.333% - 1.4rem);
  }
}
.ordered-boxes__box.sh-h-product.sh-h-promo {
  flex: 100%;
}
@media (min-width: 768px) {
  .ordered-boxes__box.sh-h-product.sh-h-promo {
    flex: 1 1 calc(50% - 1.4rem);
  }
}
@media (min-width: 992px) {
  .ordered-boxes__box.sh-h-product.sh-h-promo {
    flex: 1 1 calc(25% - 1.4rem);
  }
}
.ordered-boxes__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  border-bottom: 1px solid #009AD8;
  padding-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .ordered-boxes__header {
    min-height: 75px;
  }
}
.ordered-boxes__header h3 {
  padding-right: 15px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
  word-break: break-word;
  text-transform: uppercase;
  color: #222;
}
.ordered-boxes__header img {
  width: 32px;
  height: 32px;
}
.ordered-boxes__description {
  padding-top: 0.6rem;
}
.ordered-boxes__description p {
  font-size: 1.2rem;
  line-height: 1.63rem;
  font-weight: 300;
  padding: 0.8rem 0;
  color: #222;
}
.ordered-boxes__description p strong {
  font-weight: 700;
}

/* FIN Estilos generales para ordered boxes */
/*Infografía mapa con textos*/
.infographic-mapa-textos {
  position: relative;
  width: 100%;
  height: 419.31px;
  overflow-x: auto;
  overflow-y: hidden;
  margin: auto;
}
.infographic-mapa-textos_img {
  width: 839px;
  height: 419.31px;
  position: relative;
  display: inline-block;
}
.infographic-mapa-textos_img img {
  width: 100%;
  height: auto;
  display: block;
}
.infographic-mapa-textos_text-group {
  position: absolute;
  top: 0;
  width: 839px;
  height: 419.31px;
}
.infographic-mapa-textos_text {
  position: absolute;
  width: 13.5rem;
  height: auto;
}
.infographic-mapa-textos_text.text01 {
  top: 10rem;
  left: 0.5rem;
}
.infographic-mapa-textos_text.text02 {
  top: 20.26rem;
  left: 5.6rem;
}
.infographic-mapa-textos_text.text02 h2 {
  width: 13.1rem;
}
.infographic-mapa-textos_text.text02 p {
  width: 14.9rem;
}
.infographic-mapa-textos_text.text03 {
  top: 30.5rem;
  left: 9.5rem;
}
.infographic-mapa-textos_text.text03 p {
  width: 15.5rem;
}
.infographic-mapa-textos_text.text04 {
  top: 11rem;
  left: 19.6rem;
}
.infographic-mapa-textos_text.text05 {
  top: 4.6rem;
  left: 26.9rem;
}
.infographic-mapa-textos_text.text06 {
  top: 32.5rem;
  left: 31.7rem;
}
.infographic-mapa-textos_text.text07 {
  top: 16.4rem;
  left: 28.5rem;
}
.infographic-mapa-textos_text.text07 h2 {
  width: 11.8rem;
}
.infographic-mapa-textos_text.text07 p {
  width: 16.4rem;
}
.infographic-mapa-textos_text.text08 {
  top: 25rem;
  left: 35.7rem;
}
.infographic-mapa-textos_text.text08 p {
  width: 16.4rem;
}
.infographic-mapa-textos_text.text09 {
  top: 2.7rem;
  left: 41.6rem;
}
.infographic-mapa-textos_text.text10 {
  top: 11.1rem;
  left: 46.7rem;
}
.infographic-mapa-textos_text.text11 {
  top: 19.3rem;
  left: 45.3rem;
}
.infographic-mapa-textos_text.text11 h2 {
  width: 13.2rem;
}
.infographic-mapa-textos_text.text12 {
  top: 21.4rem;
  left: 69.4rem;
}
.infographic-mapa-textos_text.text13 {
  top: 12.2rem;
  left: 72.9rem;
  width: 11.1rem;
}
.infographic-mapa-textos_title h2 {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1rem;
  line-height: 1.36rem;
  color: #009AD8;
  border-bottom: 1px solid #009AD8;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem !important;
}
.infographic-mapa-textos_description p {
  font-size: 1rem;
  line-height: 1.36rem;
  color: #222;
  font-weight: 600;
}
.infographic-mapa-textos_description p em {
  font-weight: 300;
}
.infographic-mapa-textos_general-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: absolute;
  width: 17.5rem;
  height: 7.2rem;
  top: 33.3rem;
  left: 65rem;
  padding: 0.7rem;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
.infographic-mapa-textos_gi-title h2 {
  color: #009AD8;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.2rem;
  line-height: 1.63rem;
  text-align: center;
  margin-bottom: 0.2rem !important;
}
.infographic-mapa-textos_gi-description p {
  color: #222;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1rem;
  line-height: 1.36rem;
  text-align: center;
}

/*FIN Infografía mapa con textos*/
.infographic-grafica-XY {
  overflow: auto;
  padding-bottom: 4rem;
  margin: 4rem 0;
}
.infographic-grafica-XY__body {
  width: 552px;
  height: 572px;
  margin: 0 auto;
  position: relative;
}
.infographic-grafica-XY__structure {
  border: 2px dashed #009AD8;
  position: relative;
  width: 496px;
  height: 496px;
  position: absolute;
  bottom: 38px;
  right: 0;
}
.infographic-grafica-XY__top-legend {
  position: absolute;
  top: -21.05px;
  left: 0px;
}
.infographic-grafica-XY__top-legend p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 19.06px;
  color: #707173;
}
.infographic-grafica-XY__bottom-legend {
  position: absolute;
  bottom: 16px;
  right: 12px;
}
.infographic-grafica-XY__bottom-legend p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 13.62px;
  text-align: right;
  color: #707173;
}
.infographic-grafica-XY__XY-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.infographic-grafica-XY__Y-text {
  width: 44px;
  height: 458px;
  left: -51px;
  bottom: 14px;
  position: absolute;
  background: #fff;
  padding: 12px 8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.infographic-grafica-XY__Y-text h3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 19.06px;
  color: #494949;
}
.infographic-grafica-XY .flechaY {
  width: 44px;
  height: 100%;
  position: absolute;
  left: -52px;
}
.infographic-grafica-XY .flechaY::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #197EAE;
  border-top: 2px solid #197EAE;
  position: absolute;
  transform: rotate(45deg);
  top: 0;
  right: 16px;
}
.infographic-grafica-XY .flechaY::before {
  content: "";
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  left: 22px;
  background: #197EAE;
}
.infographic-grafica-XY__X-text {
  width: 406px;
  height: 28px;
  position: absolute;
  left: 16px;
  bottom: -40px;
  background: #fff;
  padding: 3.2px 9px 4.8px 9px;
  text-align: center;
}
.infographic-grafica-XY__X-text h3 {
  font-family: "Open Sans";
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 19.06px;
  color: #494949;
}
.infographic-grafica-XY .flechaX {
  width: 100%;
  height: 27.99px;
  position: absolute;
  bottom: -40px;
}
.infographic-grafica-XY .flechaX::after {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #197EAE;
  border-top: 2px solid #197EAE;
  position: absolute;
  transform: rotate(135deg);
  top: 9px;
  right: 1px;
}
.infographic-grafica-XY .flechaX::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 13px;
  height: 2px;
  background: #197EAE;
}
.infographic-grafica-XY__colors-legend {
  position: absolute;
  bottom: -65.2px;
  left: 0;
  display: flex;
  flex-direction: row;
}
.infographic-grafica-XY__color {
  margin-right: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infographic-grafica-XY__color p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 19.06px;
}
.infographic-grafica-XY__color .light-grey, .infographic-grafica-XY__color .dark-grey, .infographic-grafica-XY__color .light-blue, .infographic-grafica-XY__color .dark-blue {
  width: 8.6px;
  height: 8.6px;
  margin-right: 8px;
}
.infographic-grafica-XY__color .light-grey {
  background: #A7A8AA;
}
.infographic-grafica-XY__color .dark-grey {
  background: #58585A;
}
.infographic-grafica-XY__color .light-blue {
  background: #009AD8;
}
.infographic-grafica-XY__color .dark-blue {
  background: #197EAE;
}
.infographic-grafica-XY__info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.infographic-grafica-XY__light-blue-square {
  background-color: #009AD8;
}
.infographic-grafica-XY__dark-blue-square {
  background-color: #197EAE;
}
.infographic-grafica-XY__light-grey-square {
  background-color: #A7A8AA;
}
.infographic-grafica-XY__dark-grey-square {
  background-color: #58585A;
}
.infographic-grafica-XY__light-blue-square, .infographic-grafica-XY__dark-blue-square, .infographic-grafica-XY__light-grey-square, .infographic-grafica-XY__dark-grey-square {
  position: absolute;
  width: 15px;
  height: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  line-height: 10.9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.infographic-grafica-XY__light-blue-square.num1, .infographic-grafica-XY__dark-blue-square.num1, .infographic-grafica-XY__light-grey-square.num1, .infographic-grafica-XY__dark-grey-square.num1 {
  top: 176.8px;
  right: 54.4px;
}
.infographic-grafica-XY__light-blue-square.num2, .infographic-grafica-XY__dark-blue-square.num2, .infographic-grafica-XY__light-grey-square.num2, .infographic-grafica-XY__dark-grey-square.num2 {
  top: 417.2px;
  right: 413.8px;
}
.infographic-grafica-XY__light-blue-square.num3, .infographic-grafica-XY__dark-blue-square.num3, .infographic-grafica-XY__light-grey-square.num3, .infographic-grafica-XY__dark-grey-square.num3 {
  top: 249.2px;
  right: 143.8px;
}
.infographic-grafica-XY__light-blue-square.num4, .infographic-grafica-XY__dark-blue-square.num4, .infographic-grafica-XY__light-grey-square.num4, .infographic-grafica-XY__dark-grey-square.num4 {
  top: 239.8px;
  right: 74.2px;
}
.infographic-grafica-XY__light-blue-square.num5, .infographic-grafica-XY__dark-blue-square.num5, .infographic-grafica-XY__light-grey-square.num5, .infographic-grafica-XY__dark-grey-square.num5 {
  top: 196.8px;
  right: 133.2px;
}
.infographic-grafica-XY__light-blue-square.num6, .infographic-grafica-XY__dark-blue-square.num6, .infographic-grafica-XY__light-grey-square.num6, .infographic-grafica-XY__dark-grey-square.num6 {
  top: 244.6px;
  right: 38.6px;
}
.infographic-grafica-XY__light-blue-square.num7, .infographic-grafica-XY__dark-blue-square.num7, .infographic-grafica-XY__light-grey-square.num7, .infographic-grafica-XY__dark-grey-square.num7 {
  top: 154.6px;
  right: 77.2px;
}
.infographic-grafica-XY__light-blue-square.num8, .infographic-grafica-XY__dark-blue-square.num8, .infographic-grafica-XY__light-grey-square.num8, .infographic-grafica-XY__dark-grey-square.num8 {
  top: 379.4px;
  right: 331.2px;
}
.infographic-grafica-XY__light-blue-square.num9, .infographic-grafica-XY__dark-blue-square.num9, .infographic-grafica-XY__light-grey-square.num9, .infographic-grafica-XY__dark-grey-square.num9 {
  top: 219.2px;
  right: 104.6px;
}
.infographic-grafica-XY__light-blue-square.num10, .infographic-grafica-XY__dark-blue-square.num10, .infographic-grafica-XY__light-grey-square.num10, .infographic-grafica-XY__dark-grey-square.num10 {
  top: 270.2px;
  right: 107.8px;
}
.infographic-grafica-XY__light-blue-square.num11, .infographic-grafica-XY__dark-blue-square.num11, .infographic-grafica-XY__light-grey-square.num11, .infographic-grafica-XY__dark-grey-square.num11 {
  top: 264.2px;
  right: 335px;
}
.infographic-grafica-XY__light-blue-square.num12, .infographic-grafica-XY__dark-blue-square.num12, .infographic-grafica-XY__light-grey-square.num12, .infographic-grafica-XY__dark-grey-square.num12 {
  top: 345.2px;
  right: 410.6px;
}
.infographic-grafica-XY__light-blue-square.num13, .infographic-grafica-XY__dark-blue-square.num13, .infographic-grafica-XY__light-grey-square.num13, .infographic-grafica-XY__dark-grey-square.num13 {
  top: 316.8px;
  right: 433.4px;
}
.infographic-grafica-XY__light-blue-square.num14, .infographic-grafica-XY__dark-blue-square.num14, .infographic-grafica-XY__light-grey-square.num14, .infographic-grafica-XY__dark-grey-square.num14 {
  top: 244.2px;
  right: 321.8px;
}
.infographic-grafica-XY__light-blue-square.num15, .infographic-grafica-XY__dark-blue-square.num15, .infographic-grafica-XY__light-grey-square.num15, .infographic-grafica-XY__dark-grey-square.num15 {
  top: 329.2px;
  right: 212.6px;
}
.infographic-grafica-XY__light-blue-square.num16, .infographic-grafica-XY__dark-blue-square.num16, .infographic-grafica-XY__light-grey-square.num16, .infographic-grafica-XY__dark-grey-square.num16 {
  top: 313px;
  right: 385.2px;
}
.infographic-grafica-XY__light-blue-square.num17, .infographic-grafica-XY__dark-blue-square.num17, .infographic-grafica-XY__light-grey-square.num17, .infographic-grafica-XY__dark-grey-square.num17 {
  top: 288.2px;
  right: 201px;
}
.infographic-grafica-XY__light-blue-square.num18, .infographic-grafica-XY__dark-blue-square.num18, .infographic-grafica-XY__light-grey-square.num18, .infographic-grafica-XY__dark-grey-square.num18 {
  top: 212.2px;
  right: 299px;
}
.infographic-grafica-XY__light-blue-square.num19, .infographic-grafica-XY__dark-blue-square.num19, .infographic-grafica-XY__light-grey-square.num19, .infographic-grafica-XY__dark-grey-square.num19 {
  top: 291.2px;
  right: 151.2px;
}
.infographic-grafica-XY__light-blue-square.num20, .infographic-grafica-XY__dark-blue-square.num20, .infographic-grafica-XY__light-grey-square.num20, .infographic-grafica-XY__dark-grey-square.num20 {
  top: 399.2px;
  right: 279.6px;
}
.infographic-grafica-XY__light-blue-square.num21, .infographic-grafica-XY__dark-blue-square.num21, .infographic-grafica-XY__light-grey-square.num21, .infographic-grafica-XY__dark-grey-square.num21 {
  top: 424.6px;
  right: 343.4px;
}
.infographic-grafica-XY__light-blue-square.num22, .infographic-grafica-XY__dark-blue-square.num22, .infographic-grafica-XY__light-grey-square.num22, .infographic-grafica-XY__dark-grey-square.num22 {
  top: 334.6px;
  right: 266.6px;
}
.infographic-grafica-XY__circles {
  position: absolute;
  width: 496px;
  height: 496px;
  bottom: -2px;
  left: -4px;
  overflow: hidden;
  pointer-events: none;
}
.infographic-grafica-XY__big-circle {
  width: 1800px;
  height: 1300px;
  position: absolute;
  bottom: -113px;
  left: 33px;
  border: 2px dashed #009AD8;
  border-radius: 100%;
}
.infographic-grafica-XY__small-circle {
  width: 566px;
  height: 660px;
  position: absolute;
  bottom: 248px;
  right: -290px;
  border: 2px dashed #009AD8;
  border-radius: 100%;
}

/*Infografia huella de carbono*/
.infographic-huella-carbono {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
}
.infographic-huella-carbono__container {
  width: 539.27px;
  position: relative;
}
.infographic-huella-carbono__title h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.18rem;
  color: #494949;
}
.infographic-huella-carbono__legend {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 35px;
}
.infographic-huella-carbono__color {
  display: flex;
  align-items: center;
}
.infographic-huella-carbono__color:first-child {
  margin-right: 38.5px;
}
.infographic-huella-carbono__color p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.63rem;
  color: #494949;
}
.infographic-huella-carbono__color .light-blue, .infographic-huella-carbono__color .dark-blue {
  width: 11.78px;
  height: 4.37px;
  border-radius: 1rem;
  margin-right: 12.5px;
}
.infographic-huella-carbono__color .light-blue {
  background: #009AD8;
}
.infographic-huella-carbono__color .dark-blue {
  background: #197EAE;
}
.infographic-huella-carbono__graphics {
  margin-top: 16px;
}
.infographic-huella-carbono__graphic h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.91rem;
  color: #494949;
}
.infographic-huella-carbono__graphic p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.18rem;
  color: #494949;
  height: 13.84px;
  margin-top: -8px;
}
.infographic-huella-carbono .light-blue-bar, .infographic-huella-carbono .dark-blue-bar {
  height: 13.84px;
  border-radius: 1rem;
}
.infographic-huella-carbono .light-blue-bar {
  background: #009AD8;
}
.infographic-huella-carbono .dark-blue-bar {
  background: #197EAE;
}
.infographic-huella-carbono__bar-group {
  display: flex;
  flex-direction: column;
  gap: 5.82px;
  margin-bottom: 8px;
}
.infographic-huella-carbono__bar-group .caixabank-bar, .infographic-huella-carbono__bar-group .grupcaixabank-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12.7px;
}
.infographic-huella-carbono__bar-group.year2021 .light-blue-bar {
  width: 370.16px;
}
.infographic-huella-carbono__bar-group.year2021 .dark-blue-bar {
  width: 468.7px;
}
.infographic-huella-carbono__bar-group.year2022 .light-blue-bar {
  width: 348.26px;
}
.infographic-huella-carbono__bar-group.year2022 .dark-blue-bar {
  width: 377.58px;
}
.infographic-huella-carbono__bar-group.year2023 .light-blue-bar {
  width: 348.26px;
}
.infographic-huella-carbono__bar-group.year2023 .dark-blue-bar {
  width: 377.58px;
}

/*FIN Infografia huella de carbono*/
/*Infografia consumo energia*/
.infographic-consumo-energia__legend-list {
  display: flex;
  justify-content: space-between;
}
.infographic-consumo-energia__legend-list p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.63rem;
  color: #494949;
}
.infographic-consumo-energia__energy-group {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-top: 2px;
}
.infographic-consumo-energia__mwh p {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 3.8rem;
  line-height: 5.8rem;
  color: #009AD8;
  height: auto;
}

/*Estilos sobreescritos para reutilizarlos en Infografia consumo energia*/
.infographic-consumo-energia .infographic-huella-carbono__container {
  width: 549.79px;
  position: relative;
}
.infographic-consumo-energia .infographic-huella-carbono__legend {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 12px;
}
.infographic-consumo-energia .infographic-huella-carbono__color:first-child {
  margin-right: 16px;
}
.infographic-consumo-energia .infographic-huella-carbono__graphic {
  margin-top: 7px;
}
.infographic-consumo-energia .infographic-huella-carbono__graphic h3::after {
  content: "";
  display: block;
  width: calc(100% - 45px);
  height: 1px;
  margin-top: -11px;
  margin-left: 45px;
  position: absolute;
  background: #494949;
}
.infographic-consumo-energia .infographic-huella-carbono__bar-group {
  margin-bottom: initial;
}
.infographic-consumo-energia .infographic-huella-carbono__bar-group.year2021 .light-blue-bar {
  width: 192.19px;
}
.infographic-consumo-energia .infographic-huella-carbono__bar-group.year2021 .dark-blue-bar {
  width: 248.87px;
}
.infographic-consumo-energia .infographic-huella-carbono__bar-group.year2022 .light-blue-bar {
  width: 164.72px;
}
.infographic-consumo-energia .infographic-huella-carbono__bar-group.year2022 .dark-blue-bar {
  width: 215.08px;
}
.infographic-consumo-energia .infographic-huella-carbono__bar-group.year2023 .light-blue-bar {
  width: 145.86px;
}
.infographic-consumo-energia .infographic-huella-carbono__bar-group.year2023 .dark-blue-bar {
  width: 201.23px;
}

/*FIN Estilos sobreescritos para reutilizarlos en Infografia consumo energia*/
/*FIN Infografia consumo energia*/
/*Leyenda Mapa de presencia internacional*/
.mapLegends h3 {
  font-family: "Open Sans Light", sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 45px;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 8px !important;
}
@media (min-width: 992px) {
  .mapLegends h3 {
    width: 138px;
  }
}
.mapLegends h4 {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  margin-bottom: 9.24px !important;
}
.mapLegends p {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #222;
}
.mapLegends br {
  display: none;
}
@media (min-width: 992px) {
  .mapLegends {
    display: flex;
    justify-content: space-between;
  }
  .mapLegends br {
    display: block;
  }
}
.mapLegends__darkGrey {
  color: #494949;
}
.mapLegends__darkGrey h3 {
  border-bottom: 1px dashed #494949;
}
@media (min-width: 992px) {
  .mapLegends__darkGrey {
    flex-basis: fit-content;
  }
  .mapLegends__darkGrey p {
    width: 180px;
  }
}
.mapLegends__darkBlue {
  color: #197EAE;
}
.mapLegends__darkBlue h3 {
  border-bottom: 1px dashed #197EAE;
}
@media (min-width: 992px) {
  .mapLegends__darkBlue {
    flex-basis: fit-content;
  }
  .mapLegends__darkBlue p {
    width: 100px;
  }
}
.mapLegends__blue {
  color: #009AD8;
}
.mapLegends__blue h3 {
  border-bottom: 1px dashed #009AD8;
}
@media (min-width: 992px) {
  .mapLegends__blue {
    flex-basis: fit-content;
  }
  .mapLegends__blue p {
    width: 224px;
  }
}
.mapLegends__orange {
  color: #FF5A0D;
}
.mapLegends__orange h3 {
  border-bottom: 1px dashed #FF5A0D;
}
@media (min-width: 992px) {
  .mapLegends__orange {
    flex-basis: fit-content;
  }
  .mapLegends__orange p {
    width: 142px;
  }
}

/*FIN Leyenda Mapa de presencia internacional*/
/*Estilos especificos para el buscador*/
.tabs-search-container {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
@media (min-width: 992px) {
  .tabs-search-container {
    flex-direction: row;
  }
}
.tabs-search-container .tabs-items-scroll {
  overflow: visible;
}
.tabs-search-container .tabs-search .c-dropdown.content-select {
  position: relative;
  margin: 0 2rem 0 0;
}
.tabs-search-container .tabs-search .c-dropdown.content-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  width: 100%;
  min-width: 24.6rem;
  cursor: pointer;
  padding: 7px 40px 7px 10px;
  height: 42px;
  outline: 0;
  border: 0.1rem solid #939393;
  border-radius: 0.3rem;
  color: #7b7b7b;
  font-size: 1.6rem;
  position: relative;
}
.tabs-search-container .tabs-search .c-dropdown.content-select select::-ms-expand {
  display: none;
}
.tabs-search-container .tabs-search .c-dropdown.content-select i {
  background: url(images/arrow-down.svg) no-repeat center center transparent;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
  width: 16px;
  height: 16px;
  display: block;
}

/*FIN Estilos especificos para el buscador*/
/*Search not found*/
.search-not-found {
  max-width: 767px;
  min-height: 121px;
  margin: 2rem auto 4rem auto;
  display: flex;
  align-items: stretch;
}
@media (min-width: 576px) {
  .search-not-found {
    align-items: center;
    margin: 4rem auto;
  }
}
.search-not-found__image {
  padding-right: 3rem;
  border-right: 1px solid #009AD8;
}
.search-not-found__image svg {
  width: 100%;
}
@media (min-width: 576px) {
  .search-not-found__image {
    padding-right: 6rem;
  }
}
.search-not-found__text {
  margin-left: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 576px) {
  .search-not-found__text {
    margin-left: 6rem;
  }
}
.search-not-found__text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #000;
}
.search-not-found__text a {
  color: #009AD8;
  font-weight: 700;
}

/*FIN Search not found*/
/*DV Destacados enlaces anclas tabs*/
.highlights-anchors-tabs {
  margin: 4rem 0;
}
.highlights-anchors-tabs__title {
  max-width: 590px;
  margin: 0 auto 3rem auto;
}
@media (min-width: 991px) {
  .highlights-anchors-tabs__title {
    margin: 0 auto 4.7rem auto;
  }
}
.highlights-anchors-tabs__title h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  font-weight: 700;
  font-family: "Open Sans Bold", sans-serif;
  text-align: center;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .highlights-anchors-tabs__title h2 {
    font-size: 3.4rem;
  }
}
@media (min-width: 991px) {
  .highlights-anchors-tabs__title h2 {
    padding: 0;
  }
}
.highlights-anchors-tabs__title h2:before {
  content: " ";
  background: #009ad8;
  height: 0.3rem;
  width: 2.5rem;
  position: absolute;
  margin-top: -1.6rem;
  left: 49%;
}
.highlights-anchors-tabs__title .texto_centrado {
  margin-top: 2rem;
}
.highlights-anchors-tabs__highlights {
  height: 27rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 0.39rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .highlights-anchors-tabs__highlights {
    max-width: 116.7rem;
    height: 51.9rem;
    margin: auto;
    margin-bottom: 5rem;
    flex-direction: row;
    gap: 0.5rem;
  }
}
.highlights-anchors-tabs__highlight {
  width: 100%;
  height: 9rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .highlights-anchors-tabs__highlight {
    width: 33%;
    height: initial;
  }
}
.highlights-anchors-tabs__highlight:hover {
  background-color: #009ad8;
}
.highlights-anchors-tabs__highlight:hover > a picture {
  transition: all 0.3s ease;
  opacity: 0;
}
.highlights-anchors-tabs__highlight:hover .highlights-anchors-tabs__highlight-wrapper {
  background-color: initial;
}
.highlights-anchors-tabs__highlight a {
  position: relative;
  height: 9rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .highlights-anchors-tabs__highlight a {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: flex-start;
  }
}
.highlights-anchors-tabs__highlight-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .highlights-anchors-tabs__highlight-wrapper {
    display: block;
    background: url(images/ic_drawn-arrow-right.png) no-repeat 90% 90%;
  }
}
.highlights-anchors-tabs__highlight-wrapper h3 {
  font-size: 2.06rem;
  line-height: 2.86rem;
  font-family: "Open Sans", sans-serif, sans-serif;
  text-align: left;
  color: #fff;
  font-weight: 600;
  width: 70%;
  padding-left: 2.58rem;
}
@media (min-width: 768px) {
  .highlights-anchors-tabs__highlight-wrapper h3 {
    width: 100%;
    font-size: 2.6rem;
    line-height: 3.6rem;
    padding: 21.5rem 6rem 0 2.87rem;
  }
}
.highlights-anchors-tabs__highlight-wrapper h3 span {
  text-decoration: none;
}
.highlights-anchors-tabs__highlight-wrapper h3 span:hover {
  text-decoration: none;
}
.highlights-anchors-tabs__highlight picture {
  position: absolute;
  width: 100%;
  height: auto;
}
@media (min-width: 500px) {
  .highlights-anchors-tabs__highlight picture img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .highlights-anchors-tabs__highlight picture img {
    width: auto;
  }
}
@media (min-width: 1100px) {
  .highlights-anchors-tabs__highlight picture img {
    width: 100%;
  }
}
.highlights-anchors-tabs__tabs .tabs-items-scroll {
  height: 8.9rem;
}
.highlights-anchors-tabs__tabs .tabs-items-wrap {
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: flex-end;
}
.highlights-anchors-tabs__tabs .tabs-items-wrap .tabs-item-title p {
  color: #222;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .highlights-anchors-tabs__tabs .tabs-items-wrap .tabs-item-title p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.highlights-anchors-tabs__tabs .tabs-items-wrap .tabs-item-title-active {
  border-bottom: 4px solid #009ad8;
}
.highlights-anchors-tabs__tabs .tabs-items-wrap .tabs-item-title-active p {
  color: #009ad8;
  font-weight: 700;
  font-family: "Open Sans Bold", sans-serif;
}
.highlights-anchors-tabs__tabs .tabs-items-scroll {
  background: #F1F3FF;
}
.highlights-anchors-tabs__tabs .tabs-items {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0px 52px;
}
.highlights-anchors-tabs__tabs .tabs-items a {
  text-decoration: none;
}
.highlights-anchors-tabs__tabs .tabs-items a:hover {
  text-decoration: none;
}

.HAT-visible {
  display: block;
}

.HAT-hidden {
  display: none;
}

/*FIN DV Destacados enlaces anclas tabs*/
/* DV Banner with button */
.banner-with-button {
  width: 100%;
  height: auto;
  padding: 37px 34px 24px 34px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-with-button {
    height: 283px;
    padding: 67px 34px 0 34px;
  }
}
.banner-with-button__title {
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .banner-with-button__title {
    width: 645px;
    margin: 0 auto;
    text-align: center;
  }
}
.banner-with-button__title h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #fff;
}
@media (min-width: 768px) {
  .banner-with-button__title h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
    text-align: center;
  }
}
.banner-with-button__title p {
  margin: 3rem 0rem 0rem 0rem;
}
.banner-with-button__title p span.btn a, .banner-with-button__title p span.corp--btn-01__wrapper a {
  border: none;
  border-radius: 8px;
  width: 172px;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans Semibold", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #197EAE;
}
.banner-with-button__title p span.btn a:hover, .banner-with-button__title p span.corp--btn-01__wrapper a:hover, .banner-with-button__title p span.btn a:focus, .banner-with-button__title p span.corp--btn-01__wrapper a:focus {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.banner-with-button picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner-with-button picture source, .banner-with-button picture img {
  height: 100%;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}
@media (min-width: 375px) {
  .banner-with-button picture source, .banner-with-button picture img {
    min-height: 283px;
  }
}
@media (min-width: 1440px) {
  .banner-with-button picture source, .banner-with-button picture img {
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .banner-with-button picture source, .banner-with-button picture img {
    width: 100%;
  }
}

/* FIN DV Banner with button */
/* DV Rounded slider highlights */
.rounded-slider-highlights {
  position: relative;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 991px) {
  .rounded-slider-highlights {
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
  }
}
.rounded-slider-highlights__text h2 {
  font-size: 3.4rem;
  line-height: 4.5rem;
  text-align: center;
  padding-top: 7.8rem;
  font-family: "Open Sans Semibold", sans-serif;
  font-weight: 700;
  color: #222;
}
.rounded-slider-highlights__text h2:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.5rem;
  position: absolute;
  margin-top: -1.6rem;
  left: 49%;
  border-radius: 2px;
}
@media (min-width: 991px) {
  .rounded-slider-highlights__carousel {
    max-width: 1094px;
    margin-top: 1.6rem;
    margin: 0 auto;
  }
}
.rounded-slider-highlights__carousel-wrap {
  margin: 0;
  padding-top: 5.8rem;
  padding-bottom: 5.7rem;
}
@media (min-width: 991px) {
  .rounded-slider-highlights__carousel-wrap {
    padding-top: 4.8rem;
    padding-bottom: 6.82rem;
    margin: 0 auto;
    display: flex;
  }
  .rounded-slider-highlights__carousel-wrap.slick-initialized {
    display: inherit;
  }
}
.rounded-slider-highlights__carousel-wrap .slick-list {
  padding: 0 0 0.5rem;
}
.rounded-slider-highlights__carousel-wrap .slick-list .slick-track {
  display: flex;
  align-items: stretch;
}
@media (min-width: 992px) {
  .rounded-slider-highlights__carousel-wrap .slick-list .slick-track {
    margin: 0;
  }
}
.rounded-slider-highlights__carousel-wrap .slick-dots {
  margin: 4.7rem auto 0;
  display: flex;
  justify-content: center;
}
.rounded-slider-highlights__carousel-wrap .slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: inherit;
}
.rounded-slider-highlights__carousel-wrap .slick-dots li:first-child {
  margin-left: 0;
}
.rounded-slider-highlights__carousel-wrap .slick-dots li:last-child {
  margin-right: 0;
}
.rounded-slider-highlights__carousel-wrap .slick-dots li button {
  background-color: #fff;
  color: transparent;
  height: 0.8rem;
  width: 0.8rem;
  padding: 0;
  border-radius: 1.2rem;
  background-clip: initial;
  border: 0;
  transition: all 0.6s ease;
  opacity: 0.5;
}
.rounded-slider-highlights__carousel-wrap .slick-dots li.slick-active button {
  width: 1.72rem;
  opacity: 1;
  background: #009AD8;
}
.rounded-slider-highlights__carousel-wrap .slick-prev,
.rounded-slider-highlights__carousel-wrap .slick-next {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 25%;
  z-index: 1;
  background: #fff;
  background-size: 50px;
  transition: opacity 300ms;
  box-shadow: 0px 0px 5px rgba(111, 127, 134, 0.4);
  border: none;
  color: transparent;
  border-radius: 25px;
}
.rounded-slider-highlights__carousel-wrap .slick-prev:hover,
.rounded-slider-highlights__carousel-wrap .slick-next:hover {
  opacity: 1;
}
.rounded-slider-highlights__carousel-wrap .slick-prev.slick-disabled,
.rounded-slider-highlights__carousel-wrap .slick-next.slick-disabled {
  display: none !important;
}
.rounded-slider-highlights__carousel-wrap .slick-prev:before,
.rounded-slider-highlights__carousel-wrap .slick-next:before {
  content: "";
  font-size: 3rem;
  font-weight: 100;
  line-height: 0;
  position: relative;
  top: 3px;
  z-index: 1;
  color: #007EAE;
}
.rounded-slider-highlights__carousel-wrap .slick-prev {
  left: -50px;
}
.rounded-slider-highlights__carousel-wrap .slick-prev:before {
  content: "‹";
}
.rounded-slider-highlights__carousel-wrap .slick-next {
  right: -50px;
}
.rounded-slider-highlights__carousel-wrap .slick-next:before {
  content: "›";
}
.rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item {
  width: 201.74px;
  height: 201.74px;
  margin: 0 1.05rem;
  position: relative;
  background: #009AD8;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item:hover, .rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item:focus {
  box-shadow: 0px 3px 5px 0px rgba(51, 51, 51, 0.2901960784);
  transition: all 0.2s ease-in;
}
.rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item a.rounded-slider-highlights__carousel-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  z-index: 2;
}
.rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item a.rounded-slider-highlights__carousel-item-link:after {
  display: none;
}
.rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item a.rounded-slider-highlights__carousel-item-link:hover, .rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item a.rounded-slider-highlights__carousel-item-link:focus {
  transition: all 0.2s ease-in;
}
.rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item a.rounded-slider-highlights__carousel-item-link:focus {
  outline: auto;
}
.rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item h3 {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.rounded-slider-highlights__carousel li.rounded-slider-highlights__carousel-item p {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-top: 1.5rem;
}

/* FIN DV Rounded slider highlights */
/* DV Destacados Testimonios */
.testimonials-highlights {
  text-align: center;
  padding: 6rem 2rem;
}
@media (min-width: 768px) {
  .testimonials-highlights {
    padding: 10rem 0;
  }
}
.testimonials-highlights h2 {
  margin-bottom: 3rem;
  color: #222222;
  font-size: 2.6rem;
  font-family: "Open Sans Bold", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .testimonials-highlights h2 {
    font-size: 3.4rem;
  }
}
.testimonials-highlights h2:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.5rem;
  position: absolute;
  margin-top: -1.6rem;
  left: 49%;
  border-radius: 2px;
}
.testimonials-highlights p {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.testimonials-highlights-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 117rem;
  gap: 30px;
}
.testimonials-highlights-container .testimonial {
  overflow: hidden;
  width: 100%;
  height: 38.7rem;
  text-align: left;
  position: relative;
}
.testimonials-highlights-container .testimonial ::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) {
  .testimonials-highlights-container .testimonial {
    min-width: 23rem;
    width: 23%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .testimonials-highlights-container .testimonialx2 {
    width: 48%;
  }
}
.testimonials-highlights-container .testimonial-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonials-highlights-container .testimonial-content {
  padding: 2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
}
.testimonials-highlights-container .testimonial-content .testimonial-category {
  display: inline-block;
  background-color: #009AD8;
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.testimonials-highlights-container .testimonial-content p {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .testimonials-highlights-container .testimonial-content p {
    font-size: 1.6rem;
  }
}
.testimonials-highlights-container .testimonial-content span {
  font-size: 1.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .testimonials-highlights-container .testimonial-content span {
    font-size: 1.6rem;
  }
}

/* Fin DV Destacados Testimonios */
/*Destacados alternos*/
.alternate-highlights {
  padding: 4rem 0;
}
.alternate-highlights__header {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0rem;
  padding: 0 4rem;
  max-width: 960px;
}
@media (min-width: 768px) {
  .alternate-highlights__header {
    padding: 0 6rem;
  }
}
.alternate-highlights__header-title h2 {
  color: #222222;
  font-weight: 700;
  font-family: "Open Sans Bold", sans-serif;
  font-size: 26px;
  line-height: 36px;
  position: relative;
  padding: 0 2rem 2rem 2rem;
}
.alternate-highlights__header-text {
  padding: 1rem 2rem 4rem 2rem;
}
.alternate-highlights__header-text p {
  color: #222222;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}
.alternate-highlights__header-text .button_wrap {
  margin-top: 4rem;
  margin-left: 0;
}
.alternate-highlights__header-text .button_wrap .btn, .alternate-highlights__header-text .button_wrap .corp--btn-01__wrapper {
  width: auto;
}
.alternate-highlights__highlight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .alternate-highlights__highlight {
    flex-direction: row;
    align-items: stretch;
  }
}
.alternate-highlights__highlight-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 3rem 4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .alternate-highlights__highlight-info {
    max-width: initial;
    padding: 5rem;
  }
}
@media (min-width: 992px) {
  .alternate-highlights__highlight-info {
    width: 50%;
    padding: 3rem 11rem;
  }
}
.alternate-highlights__highlight-img {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .alternate-highlights__highlight-img {
    max-width: initial;
  }
}
@media (min-width: 992px) {
  .alternate-highlights__highlight-img {
    max-width: 50%;
    width: 50%;
  }
}
.alternate-highlights__highlight-img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  .alternate-highlights__highlight-img img {
    min-height: 100%;
  }
}
.alternate-highlights__highlight-title h2, .alternate-highlights__highlight-title h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 3rem;
  padding-bottom: 2rem;
}
@media (min-width: 1920px) {
  .alternate-highlights__highlight-title h2, .alternate-highlights__highlight-title h3 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.alternate-highlights__highlight-text p, .alternate-highlights__highlight-text li {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
  padding-bottom: 1.5rem;
  font-family: "Open Sans Light", sans-serif;
}
@media (min-width: 1920px) {
  .alternate-highlights__highlight-text p, .alternate-highlights__highlight-text li {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.alternate-highlights__blue .alternate-highlights__highlight-title, .alternate-highlights__blue .alternate-highlights__highlight-text {
  color: #fff;
}
.alternate-highlights__blue .alternate-highlights__highlight-info {
  background-color: #009AD8;
}
.alternate-highlights__blue .alternate-highlights__highlight-botton .button_wrap {
  margin-top: 1.5rem;
  margin-left: 0;
}
.alternate-highlights__blue .alternate-highlights__highlight-botton .button_wrap .btn > a, .alternate-highlights__blue .alternate-highlights__highlight-botton .button_wrap .corp--btn-01__wrapper > a {
  background-color: #FFFFFF;
  border: 0.2rem solid #197EAE;
  color: #197EAE;
  white-space: normal;
}
.alternate-highlights__white .alternate-highlights__highlight-title, .alternate-highlights__white .alternate-highlights__highlight-text {
  color: #222222;
}
.alternate-highlights__white .alternate-highlights__highlight-info {
  background-color: #fff;
}
.alternate-highlights__white .alternate-highlights__highlight-botton .button_wrap {
  margin-top: 1.5rem;
  margin-left: 0;
}
.alternate-highlights__left .alternate-highlights__highlight-info {
  order: 1;
}
.alternate-highlights__left .alternate-highlights__highlight-img {
  order: 2;
}
.alternate-highlights__right .alternate-highlights__highlight-info {
  order: 1;
}
@media (min-width: 768px) {
  .alternate-highlights__right .alternate-highlights__highlight-info {
    order: 2;
  }
}
.alternate-highlights__right .alternate-highlights__highlight-img {
  order: 2;
}
@media (min-width: 768px) {
  .alternate-highlights__right .alternate-highlights__highlight-img {
    order: 1;
  }
}

/*FIN Destacados alternos*/
/* DV Glossary Slider */
.glossary-slider {
  position: relative;
  overflow: visible;
}
@media (min-width: 991px) {
  .glossary-slider {
    margin: 0;
    padding: 0;
    flex-direction: column;
    justify-content: center;
    height: 207px;
    margin-bottom: 23px;
  }
}
@media (min-width: 1400px) {
  .glossary-slider {
    width: 100%;
  }
}
.glossary-slider__text {
  max-width: 100%;
  margin: auto;
}
@media (min-width: 576px) {
  .glossary-slider__text {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .glossary-slider__text {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .glossary-slider__text {
    max-width: 960px;
  }
}
@media (min-width: 1140px) {
  .glossary-slider__text {
    min-width: 84rem;
    max-width: 1056px;
  }
}
@media (min-width: 1200px) {
  .glossary-slider__text {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .glossary-slider__text {
    max-width: 1190px;
  }
}
.glossary-slider__text .head-glosssary-title h2 {
  font-size: 3.2rem;
  line-height: 4.5rem;
  text-align: center;
  padding-top: 7.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #222;
}
.glossary-slider__text .head-glosssary-title h2:before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.5rem;
  position: absolute;
  margin-top: -1.6rem;
  left: 49%;
  border-radius: 2px;
}
.glossary-slider__text .head-glossary-info {
  padding: 3rem;
  text-align: center;
}
.glossary-slider__text .head-glossary-info p {
  color: #222222;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .glossary-slider__text .head-glossary-info p {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
.glossary-slider__text.left .head-glosssary-title h2 {
  text-align: left;
  padding: 7.8rem 1rem 0 1rem;
}
.glossary-slider__text.left .head-glosssary-title h2:before {
  left: initial;
}
.glossary-slider__text.left .head-glossary-info {
  padding: 3rem 1rem;
  text-align: left;
}
.glossary-slider__carousel {
  background: #ffffff;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.0588235294);
  margin: 2.9rem auto 0 auto;
  padding: 0 2rem;
  border-radius: 6px;
}
.glossary-slider__carousel.carousel-sticky {
  position: fixed;
  z-index: 4;
  top: 70px;
  margin: 0;
  max-width: 10000px;
}
@media (min-width: 992px) {
  .glossary-slider__carousel.carousel-sticky {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 991px) {
  .glossary-slider__carousel {
    max-width: 1186px;
    margin: 5.2rem auto 0 auto;
    padding: 0 3rem;
  }
}
@media (min-width: 991px) {
  .glossary-slider__carousel-wrap {
    display: flex;
    justify-content: center;
  }
  .glossary-slider__carousel-wrap.slick-initialized {
    display: inherit;
  }
}
.glossary-slider__carousel-wrap .slick-list .slick-track {
  display: flex;
  align-items: stretch;
  width: auto !important;
}
.glossary-slider__carousel-wrap .slick-dots {
  margin: 4.7rem auto 0;
  display: flex;
  justify-content: center;
}
.glossary-slider__carousel-wrap .slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: inherit;
}
.glossary-slider__carousel-wrap .slick-dots li:first-child {
  margin-left: 0;
}
.glossary-slider__carousel-wrap .slick-dots li:last-child {
  margin-right: 0;
}
.glossary-slider__carousel-wrap .slick-dots li button {
  background-color: #fff;
  color: transparent;
  height: 0.8rem;
  width: 0.8rem;
  padding: 0;
  border-radius: 1.2rem;
  background-clip: initial;
  border: 0;
  transition: all 0.6s ease;
  opacity: 0.5;
}
.glossary-slider__carousel-wrap .slick-dots li.slick-active button {
  width: 1.72rem;
  opacity: 1;
  background: #009AD8;
}
.glossary-slider__carousel-wrap .slick-prev,
.glossary-slider__carousel-wrap .slick-next {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 25%;
  z-index: 1;
  background: #fff;
  background-size: 50px;
  transition: opacity 300ms;
  box-shadow: 0px 0px 5px rgba(111, 127, 134, 0.4);
  border: none;
  color: transparent;
  border-radius: 25px;
}
.glossary-slider__carousel-wrap .slick-prev:hover,
.glossary-slider__carousel-wrap .slick-next:hover {
  opacity: 1;
}
.glossary-slider__carousel-wrap .slick-prev.slick-disabled,
.glossary-slider__carousel-wrap .slick-next.slick-disabled {
  display: none !important;
}
.glossary-slider__carousel-wrap .slick-prev:before,
.glossary-slider__carousel-wrap .slick-next:before {
  content: "";
  font-size: 3rem;
  font-weight: 100;
  line-height: 0;
  position: relative;
  top: 3px;
  z-index: 1;
  color: #007EAE;
}
.glossary-slider__carousel-wrap .slick-prev {
  left: -50px;
}
.glossary-slider__carousel-wrap .slick-prev:before {
  content: "‹";
}
.glossary-slider__carousel-wrap .slick-next {
  right: -50px;
}
.glossary-slider__carousel-wrap .slick-next:before {
  content: "›";
}
.glossary-slider__carousel ul {
  display: flex;
}
@media (max-width: 991px) {
  .glossary-slider__carousel ul {
    display: inline-block;
  }
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.45rem 1.5rem;
}
@media (min-width: 992px) {
  .glossary-slider__carousel ul li.glossary-slider__carousel-item {
    padding: 0.45rem 1.6rem;
  }
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item:hover, .glossary-slider__carousel ul li.glossary-slider__carousel-item:focus {
  transition: all 0.2s ease-in;
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item a.link-no-content {
  pointer-events: none;
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item a.glossary-slider__carousel-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin: 0;
  z-index: 2;
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item a.glossary-slider__carousel-item-link:after {
  display: none;
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item a.glossary-slider__carousel-item-link:hover, .glossary-slider__carousel ul li.glossary-slider__carousel-item a.glossary-slider__carousel-item-link:focus {
  transition: all 0.2s ease-in;
  outline: none;
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item h3 {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item p {
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #222;
  padding: 1rem 0.5rem;
}
@media (min-width: 992px) {
  .glossary-slider__carousel ul li.glossary-slider__carousel-item p {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item p.carrousel-item-active {
  color: #222222;
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item p.carrousel-item-selected {
  color: #009AD8 !important;
}
.glossary-slider__carousel ul li.glossary-slider__carousel-item p.carrousel-no-content {
  color: #cdcdcd;
}
.glossary-slider:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F8F9FF;
  bottom: 0px;
  left: 0;
  z-index: -1;
  position: absolute;
}

.glossary-items {
  max-width: 1186px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  transition: height 0.3s ease;
  overflow: hidden;
}
@media (min-width: 768px) {
  .glossary-items {
    height: 1000px;
  }
}
@media (min-width: 991px) {
  .glossary-items {
    margin-top: 183px;
  }
}
@media (min-width: 768px) {
  .glossary-items__item {
    display: flex;
    margin-bottom: 66px;
  }
}
.glossary-items__item-letter {
  display: none;
}
@media (min-width: 768px) {
  .glossary-items__item-letter {
    background: #009AD8;
    width: 125px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 75px;
    flex-shrink: 0;
  }
  .glossary-items__item-letter h2, .glossary-items__item-letter h3 {
    font-size: 4.4rem;
    line-height: 7rem;
    font-family: "Open Sans Semibold", sans-serif;
    font-weight: 700;
    color: #ffffff;
  }
}
.glossary-items .item-letter-show {
  display: flex;
}
.glossary-items .item-letter-hide {
  display: none;
}
.glossary-items__boxes {
  width: 100%;
  margin: 0 2rem;
}
@media (min-width: 768px) {
  .glossary-items__boxes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.glossary-items__box {
  padding: 10px 0px;
  border-bottom: 1px solid rgba(73, 73, 73, 0.2);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .glossary-items__box {
    position: relative;
    display: block;
    width: 100%;
    min-height: 190px;
    border: 0.5px solid #EEEEEE;
    box-shadow: 0px 1px 5px 0px rgba(223, 226, 243, 0.5882352941);
    padding: 3.2rem 6.6rem 3.5rem 4rem;
    flex-shrink: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .glossary-items__box {
    width: 470px;
    min-height: 264px;
  }
}
.glossary-items__box .glossary-items-head {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.glossary-items__box .glossary-items-head h3, .glossary-items__box .glossary-items-head h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #494949;
}
@media (min-width: 768px) {
  .glossary-items__box .glossary-items-head h3, .glossary-items__box .glossary-items-head h4 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-family: "Open Sans Semibold", sans-serif;
    font-weight: 700;
    color: #197EAE;
    margin-bottom: 1.2rem;
  }
}
.glossary-items__box .glossary-items-head:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #009AD8;
  border-right: 1px solid #009AD8;
  transform: rotate(135deg);
  top: 5px;
  right: 11px;
  border-radius: 1px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .glossary-items__box .glossary-items-head:before {
    display: none;
  }
}
.glossary-items__box .glossary-items-head.desplegado:before {
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
  top: 10px;
}
.glossary-items__box .glossary-items-content {
  display: none;
}
@media (min-width: 768px) {
  .glossary-items__box .glossary-items-content {
    display: block;
  }
}
.glossary-items__box .glossary-items-content.desplegado {
  display: block;
}
.glossary-items__box .glossary-items-content p {
  margin: 2rem 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #494949;
}
.glossary-items__box .glossary-items-content .glossary-items__arrow-link {
  width: 36px;
  height: 36px;
  background-color: #009AD8;
  float: right;
  position: relative;
}
.glossary-items__box .glossary-items-content .glossary-items__arrow-link:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  top: 12px;
  right: 11px;
  border-radius: 1px;
}
.glossary-items__box .glossary-items-content .glossary-items__arrow-link:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  border-top: 1px solid #fff;
  top: 16.2px;
  left: 12px;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .glossary-items__box .glossary-items-content .glossary-items__arrow-link:after {
    top: 16.4px;
  }
}
@media (min-width: 992px) {
  .glossary-items__box .glossary-items-content .glossary-items__arrow-link:after {
    top: 16.8px;
  }
}
.glossary-items__box .glossary-items-content .glossary-items__arrow-link a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .glossary-items__box .glossary-items-content .glossary-items__arrow-link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

/* FIN DV Glossary Slider */
/* # SITE COMUNICACION*/
.detalle-noticias h2, .comunicacion-historias h2 {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: #009AD8;
  margin: 6.4rem 0 3.2rem 0;
}
@media (min-width: 992px) {
  .detalle-noticias h2, .comunicacion-historias h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.detalle-noticias p, .comunicacion-historias p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .detalle-noticias p, .comunicacion-historias p {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.detalle-noticias ul, .comunicacion-historias ul {
  padding-left: 3rem;
}
.detalle-noticias ul li, .comunicacion-historias ul li {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (min-width: 992px) {
  .detalle-noticias ul li, .comunicacion-historias ul li {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.detalle-noticias ul li::marker, .comunicacion-historias ul li::marker {
  color: #009AD8;
}
.detalle-noticias img, .comunicacion-historias img {
  width: 100%;
  margin-bottom: 4.1rem;
}
.detalle-noticias iframe, .comunicacion-historias iframe {
  border: 0;
}
.detalle-noticias hr, .comunicacion-historias hr {
  background: #009AD8;
  margin: 3.2rem 0;
}
.detalle-noticias__background, .comunicacion-historias__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.9rem;
  background-image: url("images/rectangle_3134.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.detalle-noticias__box, .comunicacion-historias__box {
  margin: 12rem 2rem 4rem;
  max-width: 113rem;
  min-height: 45rem;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 4.8rem 1.5rem 0;
}
@media (min-width: 992px) {
  .detalle-noticias__box, .comunicacion-historias__box {
    padding: 8rem 0 0;
  }
}
@media (min-width: 1200px) {
  .detalle-noticias__box, .comunicacion-historias__box {
    margin: 12rem auto 0;
  }
}
.detalle-noticias__text--date, .comunicacion-historias__text--date {
  margin-bottom: 1.2rem;
}
.detalle-noticias__text--date span, .comunicacion-historias__text--date span {
  color: #222222;
  font-size: 1rem;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  line-height: 2rem;
}
.detalle-noticias__text--date span:first-child, .comunicacion-historias__text--date span:first-child {
  font-family: "Open Sans Bold", sans-serif;
}
.detalle-noticias__text--category, .comunicacion-historias__text--category {
  display: inline-block;
}
.detalle-noticias__text--category span, .comunicacion-historias__text--category span {
  font-family: "Open Sans Bold", sans-serif;
  color: #009AD8;
  font-size: 1rem;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  line-height: 2.4rem;
}
.detalle-noticias__text--category span:after, .comunicacion-historias__text--category span:after {
  content: "|";
  display: inline-block;
  position: relative;
}
.detalle-noticias__text--category span:last-of-type:after, .comunicacion-historias__text--category span:last-of-type:after {
  content: none;
}
.detalle-noticias__text--location, .comunicacion-historias__text--location {
  margin-bottom: 3.7rem;
}
@media (min-width: 992px) {
  .detalle-noticias__text--location, .comunicacion-historias__text--location {
    margin-bottom: 1.6rem;
  }
}
.detalle-noticias__text--title h1, .comunicacion-historias__text--title h1 {
  font-family: "Open Sans Light", sans-serif;
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 1.2rem;
  color: #222222;
}
@media (min-width: 992px) {
  .detalle-noticias__text--title h1, .comunicacion-historias__text--title h1 {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .detalle-noticias__text--tags, .comunicacion-historias__text--tags {
    margin-bottom: 1.6rem;
  }
}
.detalle-noticias__text--tags span, .comunicacion-historias__text--tags span {
  font-family: "Open Sans Bold", sans-serif;
  color: #009AD8;
  font-size: 1rem;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  line-height: 2.3rem;
}
.detalle-noticias__container, .comunicacion-historias__container {
  width: 100%;
}
@media (min-width: 992px) {
  .detalle-noticias__container, .comunicacion-historias__container {
    max-width: 113rem;
    padding: 0 8rem;
  }
}
.detalle-noticias__buttons, .comunicacion-historias__buttons {
  margin: 4.8rem 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: end;
  row-gap: 1.5rem;
}
.detalle-noticias__buttons span.item-name, .comunicacion-historias__buttons span.item-name {
  width: 323px;
}
@media (max-width: 1200px) {
  .detalle-noticias__buttons span.item-name, .comunicacion-historias__buttons span.item-name {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .detalle-noticias__buttons, .comunicacion-historias__buttons {
    position: absolute;
    pointer-events: none;
    z-index: 999;
    top: 45rem;
    width: 100%;
    max-width: inherit;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .detalle-noticias__buttons.sticky, .comunicacion-historias__buttons.sticky {
    position: fixed;
    top: 18.5rem;
  }
}
@media (min-width: 1440px) {
  .detalle-noticias__buttons, .comunicacion-historias__buttons {
    margin-left: 10rem;
  }
}
.detalle-noticias__buttons .icon, .comunicacion-historias__buttons .icon {
  width: 1.6rem;
  height: 1.6rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 0;
}
.detalle-noticias__buttons .icon svg, .comunicacion-historias__buttons .icon svg {
  width: 100%;
  vertical-align: baseline;
}
.detalle-noticias__buttons .icon-bar, .comunicacion-historias__buttons .icon-bar {
  display: flex;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .detalle-noticias__buttons .icon-bar, .comunicacion-historias__buttons .icon-bar {
    flex-direction: column;
    pointer-events: auto;
  }
}
.detalle-noticias__buttons .icon-bar .icon, .comunicacion-historias__buttons .icon-bar .icon {
  border: none;
  background-color: transparent;
  width: 4.4rem;
  height: 4.4rem;
}
.detalle-noticias__buttons .icon-bar .icon rect, .comunicacion-historias__buttons .icon-bar .icon rect {
  fill: #FFFFFF;
}
.detalle-noticias__buttons .icon-bar .icon.active rect, .comunicacion-historias__buttons .icon-bar .icon.active rect {
  fill: #009AD8;
  stroke: #009AD8;
}
.detalle-noticias__buttons .icon-bar .icon.active path, .comunicacion-historias__buttons .icon-bar .icon.active path {
  stroke: #ffffff;
}
.detalle-noticias__buttons .share-bar, .comunicacion-historias__buttons .share-bar {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.5rem;
  align-items: center;
  background-color: #009AD8;
  padding: 1rem;
  height: 4.8rem;
  border-radius: 5rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .detalle-noticias__buttons .share-bar, .comunicacion-historias__buttons .share-bar {
    width: 32.3rem;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
@media (min-width: 1200px) {
  .detalle-noticias__buttons .share-bar, .comunicacion-historias__buttons .share-bar {
    flex-direction: column;
    width: 4.4rem;
    height: auto;
    padding: 2rem 1rem;
    pointer-events: auto;
  }
}
.detalle-noticias__buttons .share-bar span.c-link--inline.m-0, .comunicacion-historias__buttons .share-bar span.c-link--inline.m-0 {
  display: none;
}
.detalle-noticias__buttons .download-list, .comunicacion-historias__buttons .download-list {
  background-color: #009AD8;
  padding: 1rem 2.2rem;
  border-radius: 10px;
  width: 100%;
  pointer-events: all;
  max-height: 300px;
  overflow-y: scroll;
  /* Estilo de la barra de scroll */
  /* Estilo del pulgar (la parte móvil de la barra) */
}
.detalle-noticias__buttons .download-list::-webkit-scrollbar, .comunicacion-historias__buttons .download-list::-webkit-scrollbar {
  width: 5px; /* Ancho de la barra vertical */
}
.detalle-noticias__buttons .download-list::-webkit-scrollbar-thumb, .comunicacion-historias__buttons .download-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.7098039216); /* Color del pulgar */
  border-radius: 5px; /* Bordes redondeados */
}
@media (min-width: 1200px) {
  .detalle-noticias__buttons .download-list, .comunicacion-historias__buttons .download-list {
    width: auto;
  }
}
@media (min-width: 1440px) {
  .detalle-noticias__buttons .download-list, .comunicacion-historias__buttons .download-list {
    pointer-events: auto;
  }
}
.detalle-noticias__buttons .download-list .download-item, .comunicacion-historias__buttons .download-list .download-item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.5rem 0;
  border-bottom: 0.5px solid #ffffff;
}
.detalle-noticias__buttons .download-list .download-item:last-child, .comunicacion-historias__buttons .download-list .download-item:last-child {
  border-bottom: none;
}
.detalle-noticias__buttons .download-list .download-item div, .comunicacion-historias__buttons .download-list .download-item div {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  white-space: nowrap;
}
.detalle-noticias__buttons .download-list .download-item span, .comunicacion-historias__buttons .download-list .download-item span {
  color: white;
  font-size: 14px;
}
.detalle-noticias__buttons .hidden, .comunicacion-historias__buttons .hidden {
  display: none;
}
.detalle-noticias__image img, .comunicacion-historias__image img {
  width: 100%;
  height: auto;
  margin-bottom: 1.6rem;
}
.detalle-noticias__image p, .comunicacion-historias__image p {
  font-size: 1.2rem;
  line-height: 24px;
  color: #000;
}
@media (min-width: 992px) {
  .detalle-noticias__image p, .comunicacion-historias__image p {
    font-family: "Open Sans Semibold", sans-serif;
    font-size: 1.4rem;
  }
}
.detalle-noticias__image--desktop, .comunicacion-historias__image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .detalle-noticias__image--desktop, .comunicacion-historias__image--desktop {
    display: block;
  }
}
@media (min-width: 768px) {
  .detalle-noticias__image--mobile, .comunicacion-historias__image--mobile {
    display: none;
  }
}
.detalle-noticias__image--mobile img, .comunicacion-historias__image--mobile img {
  width: calc(100% + 4rem);
  margin: 0 -2rem 1.6rem;
}
.detalle-noticias__image--bg-gray, .comunicacion-historias__image--bg-gray {
  background-color: #F8F9FF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.4rem;
  margin-bottom: 8rem;
}
.detalle-noticias__image--bg-gray img, .comunicacion-historias__image--bg-gray img {
  width: 100%;
}
@media (min-width: 768px) {
  .detalle-noticias__image--bg-gray, .comunicacion-historias__image--bg-gray {
    padding: 5.4rem;
  }
}
@media (min-width: 992px) {
  .detalle-noticias__image--bg-gray, .comunicacion-historias__image--bg-gray {
    padding: 7.4rem;
  }
}
.detalle-noticias__image figcaption, .comunicacion-historias__image figcaption {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-top: 3rem;
}
.detalle-noticias__image--group, .comunicacion-historias__image--group {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
  grid-row-gap: 1.2rem;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .detalle-noticias__image--group, .comunicacion-historias__image--group {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.2rem;
  }
}
.detalle-noticias__quote, .comunicacion-historias__quote {
  display: flex;
  flex-direction: column;
  background-color: #F8F9FF;
  padding: 4.3rem 3rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .detalle-noticias__quote, .comunicacion-historias__quote {
    flex-direction: row;
  }
}
.detalle-noticias__quote-image img, .comunicacion-historias__quote-image img {
  width: 100%;
  height: auto;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .detalle-noticias__quote-image img, .comunicacion-historias__quote-image img {
    width: 15rem;
  }
}
.detalle-noticias__quote-content, .comunicacion-historias__quote-content {
  position: relative;
}
.detalle-noticias__quote-content p, .comunicacion-historias__quote-content p {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 5rem 0 3rem 0;
}
@media (min-width: 992px) {
  .detalle-noticias__quote-content p, .comunicacion-historias__quote-content p {
    flex-direction: row;
    padding: 0 2.4rem 0 10rem;
  }
}
.detalle-noticias__quote-content p:first-child, .comunicacion-historias__quote-content p:first-child {
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #009AD8;
}
@media (min-width: 992px) {
  .detalle-noticias__quote-content p:first-child, .comunicacion-historias__quote-content p:first-child {
  margin-bottom: 2.5rem;
    padding: 0 2.4rem 0 10rem;
  }
}
.detalle-noticias__quote-content span, .comunicacion-historias__quote-content span {
  font-size: 1.4rem;
  color: #000;
}
.detalle-noticias__quote-content span:first-child, .comunicacion-historias__quote-content span:first-child {
  font-family: "Open Sans Bold", sans-serif;
}
.detalle-noticias__quote-content .hidden, .comunicacion-historias__quote-content .hidden {
  display: none;
}
@media (min-width: 992px) {
  .detalle-noticias__quote-content .hidden, .comunicacion-historias__quote-content .hidden {
    display: inline;
  }
}
.detalle-noticias__quote-content svg.detalle-noticias__quote-content--image-quote-izq, .comunicacion-historias__quote-content svg.detalle-noticias__quote-content--image-quote-izq {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
}
@media (min-width: 992px) {
  .detalle-noticias__quote-content svg.detalle-noticias__quote-content--image-quote-izq, .comunicacion-historias__quote-content svg.detalle-noticias__quote-content--image-quote-izq {
    left: 28px;
  }
}
.detalle-noticias__quote-content svg.detalle-noticias__quote-content--image-quote-der, .comunicacion-historias__quote-content svg.detalle-noticias__quote-content--image-quote-der {
  position: absolute;
  width: 5rem;
  bottom: 4rem;
  right: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .detalle-noticias__quote-content svg.detalle-noticias__quote-content--image-quote-der, .comunicacion-historias__quote-content svg.detalle-noticias__quote-content--image-quote-der {
    bottom: 0;
  }
}
.detalle-noticias__quote-author, .comunicacion-historias__quote-author {
  padding: 0 !important;
}
@media (min-width: 992px) {
  .detalle-noticias__quote-author, .comunicacion-historias__quote-author {
    padding: 0 2.4rem 0 10rem !important;
  }
}
.detalle-noticias__content--cta, .comunicacion-historias__content--cta {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 4.4rem 0;
  margin-bottom: 6rem;
}
.detalle-noticias__content--cta p, .comunicacion-historias__content--cta p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 4.3rem;
  margin: 0;
  text-align: center;
}
.detalle-noticias__content--cta a, .comunicacion-historias__content--cta a {
  color: #007EAE;
  border: 1px solid #007EAE;
  padding: 1.3rem 2.4rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 2.6rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .detalle-noticias__content--cta a, .comunicacion-historias__content--cta a {
    margin-top: unset;
  }
}
.detalle-noticias__video, .comunicacion-historias__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.39%; /* Relación de aspecto 970 / 547 */
  margin-bottom: 4.1rem;
}
.detalle-noticias__video iframe, .comunicacion-historias__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.detalle-noticias__media p, .comunicacion-historias__media p {
  font-size: 2rem;
  color: #007EAE;
}
@media (min-width: 992px) {
  .detalle-noticias__media p, .comunicacion-historias__media p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.detalle-noticias__media #podcast-overlay, .comunicacion-historias__media #podcast-overlay {
  position: static;
  margin-bottom: 4.1rem;
}
.detalle-noticias__media #podcast-overlay .audio-container, .comunicacion-historias__media #podcast-overlay .audio-container {
  padding: 1rem;
  flex-direction: column;
}
.detalle-noticias__media #podcast-overlay .audio-container .audio-data__text, .comunicacion-historias__media #podcast-overlay .audio-container .audio-data__text {
  padding: 2rem 1rem 0;
}
@media (min-width: 992px) {
  .detalle-noticias__media #podcast-overlay .audio-container .audio-data__text, .comunicacion-historias__media #podcast-overlay .audio-container .audio-data__text {
    padding: 2rem 2.8rem 0;
  }
}
.detalle-noticias__media #podcast-overlay .audio-container .audio-data__text #audio-title, .comunicacion-historias__media #podcast-overlay .audio-container .audio-data__text #audio-title {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (min-width: 992px) {
  .detalle-noticias__media #podcast-overlay .audio-container .audio-data__text #audio-title, .comunicacion-historias__media #podcast-overlay .audio-container .audio-data__text #audio-title {
    font-size: 1.8rem;
  }
}
.detalle-noticias__media #podcast-overlay .audio-container .audio-data__text #audio-category, .comunicacion-historias__media #podcast-overlay .audio-container .audio-data__text #audio-category {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (min-width: 992px) {
  .detalle-noticias__media #podcast-overlay .audio-container .audio-data__text #audio-category, .comunicacion-historias__media #podcast-overlay .audio-container .audio-data__text #audio-category {
    font-size: 1.6rem;
  }
}
.detalle-noticias__media #podcast-overlay .audio-container .audio-controls, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .detalle-noticias__media #podcast-overlay .audio-container .audio-controls, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls {
    justify-content: center;
  }
}
.detalle-noticias__media #podcast-overlay .audio-container .audio-controls #prev, .detalle-noticias__media #podcast-overlay .audio-container .audio-controls #next, .detalle-noticias__media #podcast-overlay .audio-container .audio-controls #audio-current-time, .detalle-noticias__media #podcast-overlay .audio-container .audio-controls #audio-total-time, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls #prev, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls #next, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls #audio-current-time, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls #audio-total-time {
  display: block;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media (min-width: 992px) {
  .detalle-noticias__media #podcast-overlay .audio-container .audio-controls #prev, .detalle-noticias__media #podcast-overlay .audio-container .audio-controls #next, .detalle-noticias__media #podcast-overlay .audio-container .audio-controls #audio-current-time, .detalle-noticias__media #podcast-overlay .audio-container .audio-controls #audio-total-time, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls #prev, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls #next, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls #audio-current-time, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls #audio-total-time {
    font-size: 1.8rem;
  }
}
.detalle-noticias__media #podcast-overlay .audio-container .audio-controls .audio-prog-bar, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls .audio-prog-bar {
  position: relative;
}
.detalle-noticias__media #podcast-overlay .audio-container .audio-controls .volume-icon, .comunicacion-historias__media #podcast-overlay .audio-container .audio-controls .volume-icon {
  display: none;
}
.detalle-noticias__acerca-de, .comunicacion-historias__acerca-de {
  background-color: #F1F3FF;
  padding: 4rem 1.8rem;
}
.detalle-noticias__acerca-de h2, .comunicacion-historias__acerca-de h2 {
  margin-top: 0;
  margin-bottom: 2.3rem;
}
.detalle-noticias__acerca-de p, .comunicacion-historias__acerca-de p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .detalle-noticias__acerca-de, .comunicacion-historias__acerca-de {
    padding: 7rem 10.9rem 7rem 10rem;
  }
}
.detalle-noticias__logos, .comunicacion-historias__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.detalle-noticias__logos span, .comunicacion-historias__logos span {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}
.detalle-noticias__logos svg, .comunicacion-historias__logos svg {
  overflow: visible;
}
.detalle-noticias__logos img, .comunicacion-historias__logos img {
  margin-bottom: 0;
}
.detalle-noticias__logos div, .comunicacion-historias__logos div {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.detalle-noticias__schedule, .comunicacion-historias__schedule {
  padding: 0;
  margin: 5.1rem 0;
}
@media (min-width: 768px) {
  .detalle-noticias__schedule, .comunicacion-historias__schedule {
    padding: 0 6rem;
  }
}
.detalle-noticias__schedule-item, .comunicacion-historias__schedule-item {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-bottom: 5.1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .detalle-noticias__schedule-item, .comunicacion-historias__schedule-item {
    flex-direction: row;
  }
}
.detalle-noticias__schedule-time, .comunicacion-historias__schedule-time {
  background-color: #F4C00E;
  font-family: "Open Sans Semibold", sans-serif;
  width: 8.5rem;
  height: 3rem;
  color: #222222;
  text-align: center;
  font-size: 1.8rem;
  line-height: 3rem;
  border-radius: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.detalle-noticias__schedule-description, .comunicacion-historias__schedule-description {
  font-size: 1.6rem;
  line-height: 3rem;
  color: #000000;
  margin-top: 0;
}
.detalle-noticias__highlights .article-block .heading-group h2.heading-group-title, .comunicacion-historias__highlights .article-block .heading-group h2.heading-group-title {
  font-family: "Open Sans Light", sans-serif;
  font-size: 2.4rem;
  line-height: 4.5rem;
  color: #000000;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .detalle-noticias__highlights .article-block .heading-group h2.heading-group-title, .comunicacion-historias__highlights .article-block .heading-group h2.heading-group-title {
    font-size: 3.4rem;
  }
}
.detalle-noticias__highlights #news, .comunicacion-historias__highlights #news {
  position: relative;
}
.detalle-noticias__highlights #news .news-cards, .comunicacion-historias__highlights #news .news-cards {
  padding: 1rem;
  overflow: hidden;
}
.detalle-noticias__highlights #news .news-cards .n-card:nth-child(2n), .comunicacion-historias__highlights #news .news-cards .n-card:nth-child(2n) {
  padding-left: 1rem;
  padding-right: 1rem;
}
.detalle-noticias__highlights #news .news-cards .n-card:nth-child(3n), .comunicacion-historias__highlights #news .news-cards .n-card:nth-child(3n) {
  padding-right: 1rem;
}
.detalle-noticias__highlights #news .news-cards .n-card, .comunicacion-historias__highlights #news .news-cards .n-card {
  display: flex;
  flex: 1;
  min-width: 100%;
}
@media (min-width: 768px) {
  .detalle-noticias__highlights #news .news-cards .n-card, .comunicacion-historias__highlights #news .news-cards .n-card {
    min-width: 33%;
    padding-right: 1rem;
  }
}
.detalle-noticias__highlights #news .news-cards .n-card .n-card__wrapper, .comunicacion-historias__highlights #news .news-cards .n-card .n-card__wrapper {
  height: auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
.detalle-noticias__highlights #news .news-cards .n-card .n-card__wrapper:hover, .comunicacion-historias__highlights #news .news-cards .n-card .n-card__wrapper:hover {
  box-shadow: 0.2rem 0.2rem 1rem #868484;
}
.detalle-noticias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block, .comunicacion-historias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block {
  padding: 1.5rem 2rem 4.5rem;
}
.detalle-noticias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__content-type, .comunicacion-historias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__content-type {
  font-size: 1rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  background-color: #009AD8;
  border-radius: 7rem;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  padding: 0 1rem;
}
.detalle-noticias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__date, .comunicacion-historias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__date {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "Open Sans Semibold", sans-serif;
}
.detalle-noticias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__text-title, .comunicacion-historias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__text-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding-right: 0;
  margin-top: 1rem;
}
.detalle-noticias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__location, .comunicacion-historias__highlights #news .news-cards .n-card .n-card__wrapper .n-card__info-block .n-card__location {
  position: absolute;
  bottom: 1.5rem;
  color: #445870;
  font-size: 1rem;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Open Sans Semibold", sans-serif;
}
.detalle-noticias__highlights #news .news-cards::-webkit-scrollbar-track, .comunicacion-historias__highlights #news .news-cards::-webkit-scrollbar-track {
  background: #F1F3FF;
  margin: 2rem;
}
.detalle-noticias__highlights #news .news-cards::-webkit-scrollbar-thumb, .comunicacion-historias__highlights #news .news-cards::-webkit-scrollbar-thumb {
  background: #009AD8;
}
.detalle-noticias__highlights #news .news-cards::-webkit-scrollbar, .comunicacion-historias__highlights #news .news-cards::-webkit-scrollbar {
  height: 0.3rem;
}
@-moz-document url-prefix() {
  .detalle-noticias__highlights #news .news-cards, .comunicacion-historias__highlights #news .news-cards {
    scrollbar-color: #009AD8 #F1F3FF; /* Pulgar azul y fondo claro */
  }
}

.news-buttons {
  margin: 2.5rem auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .news-buttons {
    justify-content: flex-end;
  }
}
.news-buttons button {
  border: none;
  width: 5.5rem;
  height: 5.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: 1px solid #009AD8;
  background-color: #FFFFFF;
}
.news-buttons button#scroll-left, .news-buttons button.scroll-left {
  background-image: url("images/arrow-blue-v3.svg");
}
.news-buttons button#scroll-left:hover, .news-buttons button.scroll-left:hover {
  background-color: #197EAE;
  background-image: url("images/arrow-white-v3.svg");
  transform: rotate(180deg);
}
.news-buttons button#scroll-right, .news-buttons button.scroll-right {
  background-image: url("images/arrow-blue-v3.svg");
  transform: rotate(180deg);
  margin-left: -1px;
}
.news-buttons button#scroll-right:hover, .news-buttons button.scroll-right:hover {
  background-color: #197EAE;
  background-image: url("images/arrow-white-v3.svg");
  transform: rotate(0deg);
}

.detalle-noticias__text--location {
  display: inline-block;
  margin-bottom: 3.7rem;
}
@media (min-width: 992px) {
  .detalle-noticias__text--location {
    margin-bottom: 1.6rem;
  }
}
.detalle-noticias__text--location span {
  font-family: "Open Sans", sans-serif;
  color: #445870;
  font-size: 1rem;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  line-height: 2.4rem;
}
.detalle-noticias__text--location span:before {
  content: "|";
  display: inline-block;
  position: relative;
}
.detalle-noticias__text--location span:last-of-type:after {
  content: none;
}

.comunicacion-historias__background {
  background-image: url("images/detalle_historias.jpg");
}
.comunicacion-historias__media #podcast-overlay {
  margin: 8rem 0;
}
.comunicacion-historias hr {
  margin: 7.4rem 0;
}
.comunicacion-historias__container .comunicacion-historias__text--date {
  margin-bottom: 0;
}
.comunicacion-historias__container .comunicacion-historias__text--category {
  margin-bottom: 0;
  margin-top: 1.6rem;
}
.comunicacion-historias__container .comunicacion-historias__media {
  margin-top: 3.2rem;
}
.comunicacion-historias__container .comunicacion-historias__media p {
  margin-bottom: 4.8rem;
}
.comunicacion-historias__container .detalle-noticias__image img {
  margin-bottom: 0;
}
.comunicacion-historias .info-box__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.1rem;
}
@media (min-width: 768px) {
  .comunicacion-historias .info-box__container {
    justify-content: flex-start;
  }
}
.comunicacion-historias .info-box__container--item {
  display: flex;
  width: 30rem;
  height: 14rem;
  padding: 3rem;
  gap: 4rem;
  align-items: center;
}
.comunicacion-historias .info-box__container--item svg {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.comunicacion-historias .info-box__container--item p {
  margin-bottom: 0;
}
.comunicacion-historias .info-box__container.info-box__container--vertical {
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .comunicacion-historias .info-box__container.info-box__container--vertical {
    flex-direction: row;
    justify-content: space-between;
  }
}
.comunicacion-historias .info-box__container.info-box__container--vertical .info-box__container--item {
  background-color: #F8F9FF;
  border-radius: 4px;
  flex-direction: column;
  width: 216px;
  height: unset;
  gap: 2.6rem;
  white-space: nowrap;
}
.comunicacion-historias .info-box__container.info-box__container--vertical .info-box__container--item svg {
  width: 60px;
  height: 60px;
}
.comunicacion-historias .info-box__container.bg--gray-light {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 4.5rem;
  margin-top: 9.3rem;
}
@media (min-width: 768px) {
  .comunicacion-historias .info-box__container.bg--gray-light {
    grid-template-columns: repeat(2, 1fr);
  }
}
.comunicacion-historias .info-box__container.bg--gray-light .info-box__container--item {
  width: unset;
  height: unset;
  align-items: unset;
  padding: 6rem;
}
.comunicacion-historias .info-box__container.bg--gray-light .info-box__container--item svg {
  width: 60px;
  height: 60px;
}
.comunicacion-historias .highlighted-text {
  font-size: 2rem;
  color: #007EAE;
}
@media (min-width: 992px) {
  .comunicacion-historias .highlighted-text {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}

.resultados-busqueda {
  margin-top: 4.8rem;
}
.resultados-busqueda .tabs-group {
  margin: 4.8rem 0;
}
.resultados-busqueda .tabs-content {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .resultados-busqueda .tabs-content {
    margin-top: 4.8rem;
  }
}
.resultados-busqueda .tabs__filters .tabs__filters--container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
}
@media (min-width: 992px) {
  .resultados-busqueda .tabs__filters .tabs__filters--container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}
.resultados-busqueda .tabs__filters .form__input {
  border-radius: 0.8rem;
}
.resultados-busqueda .tabs__filters .form__input.form__input--search-icon {
  width: 100%;
  background: url("images/search.svg") no-repeat 99% center;
}
@media (min-width: 992px) {
  .resultados-busqueda .tabs__filters .form__input.form__input--search-icon {
    background-position: 93% center;
  }
}
.resultados-busqueda .tabs__filters .form__input.form__input--calendar {
  width: 100%;
  background-position: 99% center;
  background: url("images/calendar.svg") no-repeat 99% center;
}
@media (min-width: 992px) {
  .resultados-busqueda .tabs__filters .form__input.form__input--calendar {
    background-position: 93% center;
  }
}
.resultados-busqueda .tabs__filters .form__input::-moz-placeholder {
  color: #222222;
}
.resultados-busqueda .tabs__filters .form__input::placeholder {
  color: #222222;
}
.resultados-busqueda .tabs__filters .ms-options-wrap {
  position: relative;
}
.resultados-busqueda .tabs__filters .ms-options-wrap .ms-options {
  position: absolute;
  width: 100%;
  min-height: unset !important;
}
.resultados-busqueda .tabs__filters .ms-options-wrap button {
  border: 0.1rem solid #494949;
  border-radius: 0.8rem;
  color: #222222;
}
.resultados-busqueda .tabs__filters .ms-options-wrap button {
  border: 0.1rem solid #494949;
}
.resultados-busqueda .tabs__filters .ms-options-wrap button:last-child {
  border: none;
}
.resultados-busqueda .tabs__filters .button_wrap {
  margin: 0;
  width: 100%;
}
.resultados-busqueda .tabs__filters .button_wrap button {
  width: 100%;
}
.resultados-busqueda__container {
  width: 100%;
}
@media (min-width: 992px) {
  .resultados-busqueda__container {
    width: 970px;
    position: relative;
    margin: 4.8rem 0;
    margin: auto;
  }
}
.resultados-busqueda__title {
  margin-bottom: 0.2rem;
}
@media (min-width: 768px) {
  .resultados-busqueda__title {
    margin-bottom: 1.2rem;
  }
}
.resultados-busqueda__title h2 {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 300;
  line-height: 36px;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .resultados-busqueda__title h2 {
    font-size: 3.4rem;
    line-height: 4.5rem;
    margin-bottom: 4.5rem;
    position: relative;
  }
}
.resultados-busqueda__title h2::before {
  content: " ";
  width: 2.5rem;
  height: 0.3rem;
  background-color: #009AD8;
  position: relative;
  display: block;
  top: -15px;
  border-radius: 2px;
}
.resultados-busqueda__wrap {
  margin: 0;
}
@media (min-width: 992px) {
  .resultados-busqueda__wrap {
    margin: 1.8rem 0;
  }
}
.resultados-busqueda__item {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid #B4BCC6;
}
.resultados-busqueda__item:last-child {
  border: none;
}
@media (min-width: 768px) {
  .resultados-busqueda__item {
    flex-direction: row;
  }
}
.resultados-busqueda__item--img {
  min-width: 330px;
}
.resultados-busqueda__item--img img {
  width: 100%;
  height: auto;
}
.resultados-busqueda__item--info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.resultados-busqueda__item--info h4 {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}
.resultados-busqueda__item--info .tag {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  color: #445870;
}
.resultados-busqueda__item--head-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0.5rem;
}
.resultados-busqueda__item--head-info p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.3rem;
}
.resultados-busqueda__item--head-info .date {
  color: #000;
}
.resultados-busqueda__item--head-info .title {
  color: #009AD8;
}

.subhome-historias .article-block {
  margin: 4.8rem 0;
}
.subhome-historias .tabs-group {
  margin: 4.8rem 0;
}
.subhome-historias .tabs-group .tabs__filters .tabs__filters--container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-items: stretch;
}
@media (min-width: 992px) {
  .subhome-historias .tabs-group .tabs__filters .tabs__filters--container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
}
.subhome-historias .tabs-group .tabs__filters .tabs__filters--container .filter:not(:last-child):not(:first-child) {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .subhome-historias .tabs-group .tabs__filters .tabs__filters--container .filter:not(:last-child):not(:first-child) {
    margin-top: 0;
  }
}
.subhome-historias .tabs-group .tabs__filters .form__input.form__input--search-icon {
  width: 100%;
  background: url("images/search.svg") no-repeat 99% center;
}
@media (min-width: 992px) {
  .subhome-historias .tabs-group .tabs__filters .form__input.form__input--search-icon {
    background-position: 93% center;
  }
}
.subhome-historias .tabs-group .tabs__filters .form__input.form__input--calendar {
  width: 100%;
  background-position: 99% center;
  background: url("images/calendar.svg") no-repeat 99% center;
}
@media (min-width: 992px) {
  .subhome-historias .tabs-group .tabs__filters .form__input.form__input--calendar {
    background-position: 93% center;
  }
}
.subhome-historias .tabs-group .tabs__filters .ms-options-wrap {
  position: relative;
}
.subhome-historias .tabs-group .tabs__filters .ms-options-wrap .ms-options {
  position: absolute;
  width: 100%;
  min-height: unset !important;
}
.subhome-historias .tabs-group .tabs__filters .ms-options-wrap button {
  border: 0.1rem solid #494949;
}
.subhome-historias .tabs-group .tabs__filters .button_wrap {
  margin: 3.3rem 0 0 0;
  width: 100%;
}
.subhome-historias .tabs-group .tabs__filters .button_wrap button {
  width: 100%;
}
.subhome-historias .tabs-group .cards__container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 3.2rem;
  grid-row-gap: 3.2rem;
  list-style: none;
}
@media (min-width: 992px) {
  .subhome-historias .tabs-group .cards__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.subhome-historias .tabs-group .cards__container.six-items {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-column-gap: 3rem;
  grid-row-gap: 0.8rem;
  list-style: none;
  margin-top: 3.2rem;
}
@media (min-width: 992px) {
  .subhome-historias .tabs-group .cards__container.six-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.subhome-historias .tabs-group .cards__container .card__item {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow: 0px 1px 5px 0px rgba(223, 226, 243, 0.59);
}
.subhome-historias .tabs-group .cards__container .card__item .card__link {
  color: inherit;
  display: block;
  height: 100%;
}
.subhome-historias .tabs-group .cards__container .card__item .card__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: #009AD8 url(images/white-arrow-right.png) no-repeat center center;
}
.subhome-historias .tabs-group .cards__container .card__item .card__link .card__image {
  overflow: hidden;
}
.subhome-historias .tabs-group .cards__container .card__item .card__link .card__image img {
  width: 100%;
  height: auto;
}
.subhome-historias .tabs-group .cards__container .card__item .card__link .card__text {
  margin: 2.8rem;
}
.subhome-historias .tabs-group .cards__container .card__item .card__link .card__text p {
  max-width: 462px;
}
.subhome-historias .tabs-group .cards__container .card__item .card__link .card__text .card__text--category {
  font-size: 1rem;
  line-height: 1.7rem;
  font-family: "Open Sans Semibold", sans-serif;
  color: #FFFFFF;
  background: #009AD8;
  padding: 0 1rem;
  border: 1px solid #009AD8;
  border-radius: 7rem;
  display: inline-block;
  text-transform: uppercase;
}
.subhome-historias .tabs-group .cards__container .card__item .card__link .card__text .card__text--date {
  font-size: 1.2rem;
  font-family: "Open Sans Semibold", sans-serif;
  line-height: normal;
  color: #959595;
  margin-top: 1.4rem;
}
.subhome-historias .tabs-group .cards__container .card__item .card__link .card__text .card__text--title {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-top: 1rem;
  font-family: "Open Sans Semibold", sans-serif;
}
@media (min-width: 992px) {
  .subhome-historias .tabs-group .cards__container .card__item .card__link .card__text .card__text--title {
    font-size: 2.2rem;
    line-height: 2.9rem;
  }
}
.subhome-historias .tabs-group .cards__container .card__item .card__link .card__text .card__text--subtitle {
  color: #445870;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 2px;
}
.subhome-historias .tabs-group .button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3.2rem 0;
}
.subhome-historias .tabs-group .button-wrap .btn button, .subhome-historias .tabs-group .button-wrap .corp--btn-01__wrapper button {
  padding: 13px 24px;
  gap: 6px;
  color: #197EAE;
  border: 1px solid var(--blue-dark, #197EAE);
  background: #FFF;
}

.autor-noticias__container {
  padding: 5.4rem 3.4rem 0;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 768px) {
  .autor-noticias__container {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .autor-noticias__img {
    min-width: 330px;
  }
}
.autor-noticias__img img {
  width: 100%;
  height: auto;
}
.autor-noticias h1 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #222222;
  margin-bottom: 1.6rem;
}
.autor-noticias p {
  font-size: 1.8rem;
  line-height: 3rem;
  color: #222222;
}
.autor-noticias hr {
  background: #009AD8;
  margin: 3.2rem 0 6.4rem 0;
}
.autor-noticias__button {
  display: flex;
  justify-content: center;
  margin: 3.2rem auto;
}
.autor-noticias__button button {
  color: #007EAE;
  background-color: transparent;
  border: 1px solid #007EAE;
  padding: 1.3rem 2.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.6rem;
}

.detalle-noticias img#prev {
  pointer-events: none;
  opacity: 0;
}

.detalle-noticias img#next {
  pointer-events: none;
  opacity: 0;
}

.detalle-noticias .audio-data__text {
  padding: 2rem 2.8rem;
}

.audio-prog-bar {
  cursor: pointer;
}

.detalle-noticias iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-height: 100vh;
  border: none;
}

/* FIN SITE COMUNICACION*/
.contact {
  background-image: url("images/bg-contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: cover;
  height: 396px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.3rem 1rem;
}
.contact .contact__text {
  padding-bottom: 4rem;
  position: relative;
  text-align: center;
}
.contact .contact__text::before {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 196px;
  height: 1px;
}
.contact .contact__text .contact__text--title {
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 1.3rem;
}
.contact .contact__text .contact__text--subtitle {
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.contact .contact__mail {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .contact__mail .contact__mail--icon {
  background-color: var(--indigo);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.3rem;
  margin-bottom: 2.8rem;
}
.contact .contact__mail .contact__mail--text {
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: white;
}
.contact .contact__mail .contact__mail--text:focus {
  outline: 1px dotted white;
}

@media (min-width: 992px) {
  .contact {
    flex-direction: row;
    justify-content: center;
    height: 230px;
    padding: unset;
  }
  .contact .contact__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: left;
    width: 430px;
    padding-bottom: unset;
  }
  .contact .contact__text::before {
    bottom: 0;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 102px;
  }
  .contact .contact__text .contact__text--title {
    margin-bottom: unset;
    font-size: 26px;
    line-height: 36px;
  }
  .contact .contact__text .contact__text--subtitle {
    font-size: 18px;
    line-height: 30px;
    width: 400px;
  }
  .contact .contact__mail {
    flex-direction: row;
    margin-left: 10.6rem;
    gap: 1.7rem;
  }
}
.tags {
  background-color: var(--indigo);
  padding: 4rem 2rem;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tags .tags__title {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.tags .tags__list {
  list-style: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}
.tags .tags__list .tags__list--item {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  gap: 8px;
  flex-direction: column;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.tags .tags__list .tags__list--item a {
  color: white;
}
.tags .tags__list .tags__list--item a:focus {
  outline-color: white;
}

@media (min-width: 992px) {
  .tags {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7.6rem 2rem;
  }
  .tags .tags__title {
    font-size: 22px;
    line-height: 43px;
  }
  .tags .tags__list {
    flex-direction: row;
  }
  .tags .tags__list--item {
    text-align: center;
  }
}
.banner-cta {
  background-color: #017EAE;
  padding: 4.8rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 4.7rem;
}
.banner-cta .banner-cta__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: white;
  padding: 2.9rem;
  gap: 3.2rem;
}
.banner-cta .banner-cta__item .banner-cta__item--img {
  background: url("images/caixa-icon.png") no-repeat center center transparent;
  width: 68px;
  height: 55px;
}
.banner-cta .banner-cta__item:last-child .banner-cta__item--img {
  background: url("images/contact.png") no-repeat center center transparent;
}
.banner-cta .banner-cta__item .banner-cta__item--text {
  text-align: left;
}
.banner-cta .banner-cta__item .banner-cta__item--text p {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.banner-cta .banner-cta__item .banner-cta__item--text p:first-child {
  font-family: "Open Sans Light";
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 45px;
  margin: 1.5rem 0;
}
.banner-cta .banner-cta__item .banner-cta__item--text p:first-child::before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -2rem;
}
.banner-cta .banner-cta__item .banner-cta__item--btn {
  display: flex;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border: 1px solid #197EAE;
  background: #197EAE;
  cursor: pointer;
}
.banner-cta .banner-cta__item .banner-cta__item--btn:hover {
  text-decoration: underline;
  background: white;
  color: #197EAE;
}
.banner-cta .banner-cta__item .banner-cta__item--btn:hover a {
  color: #197EAE;
}
.banner-cta .banner-cta__item .banner-cta__item--btn a {
  color: white;
  font-family: "Open Sans Semibold";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.banner-cta .banner-cta__item .banner-cta__item--btn a:focus {
  outline-color: white;
}

@media (min-width: 992px) {
  .banner-cta {
    flex-direction: row;
    justify-content: center;
    gap: 4.7rem;
  }
  .banner-cta .banner-cta__item {
    width: 50rem;
  }
}
.team-section {
  max-width: 96rem;
  margin: 0 auto;
  padding: 8rem 0;
}
.team-section .team-row {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .team-section .team-row {
    flex-direction: row;
  }
}
.team-section .team-row .team-member {
  width: 100%;
}
@media (min-width: 992px) {
  .team-section .team-row .team-member {
    width: 45%;
  }
}
.team-section .team-row .team-member h5 {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin: 0;
  color: #009AD8;
}
.team-section .team-row .team-member p {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  margin: 0;
  color: #222222;
}
.team-section p {
  margin-top: 3rem;
  font-size: 1.8rem;
  color: #222222;
}

/* DV Destacados horizontales con video */
.p-highlights.p-highlights-popups {
  /*Ajustar tamaño iframe*/
}
.p-highlights.p-highlights-popups .heading-group h2.heading-group-title {
  font-size: 3.2rem;
  margin-bottom: 3rem;
  padding-top: 2rem;
}
.p-highlights.p-highlights-popups .heading-group h2.heading-group-title::before {
  content: " ";
  background: #009AD8;
  height: 0.3rem;
  width: 2.3rem;
  position: absolute;
  margin-top: -1.5rem;
}
.p-highlights.p-highlights-popups ul.p-highlight-list {
  margin-right: -15px;
  margin-left: -15px;
  list-style: none;
}
.p-highlights.p-highlights-popups li.p-highlight {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-image {
  margin-bottom: 2rem;
  min-height: 9rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-highlights.p-highlights-popups li.p-highlight .p-highlight-image {
    max-height: 188.44px;
  }
}
@media (min-width: 992px) {
  .p-highlights.p-highlights-popups li.p-highlight .p-highlight-image {
    max-height: 255.94px;
  }
}
@media (min-width: 1140px) {
  .p-highlights.p-highlights-popups li.p-highlight .p-highlight-image {
    max-height: 282.94px;
  }
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-image img {
  width: 100%;
  height: auto;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-video {
  margin-bottom: 3rem;
  min-height: 9rem;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-video .aviso_cookies {
  position: absolute;
  z-index: 3;
  background: #fff;
  height: 100%;
  padding: 3rem;
}
@media (min-width: 769px) {
  .p-highlights.p-highlights-popups li.p-highlight .p-highlight-video .aviso_cookies .cont_cookies {
    top: 9%;
  }
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-video .aviso_cookies .cont_cookies p {
  width: 100%;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-wrap {
  text-align: center;
  width: 100%;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-wrap .video-inline-image {
  position: relative;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-wrap .video-inline-image img {
  width: 100%;
  height: auto;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-wrap .video-inline-image .video-inline-play-botton {
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-wrap .video-inline-image .video-inline-play-botton:hover {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s linear;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-wrap .video-inline-image_open-popup {
  display: flex;
}
.p-highlights.p-highlights-popups li.p-highlight .p-highlight-wrap .video-inline-image_open-popup iframe {
  pointer-events: none;
}
.p-highlights.p-highlights-popups li .p-highlight-title h3, .p-highlights.p-highlights-popups li .p-highlight-title h2 {
  font-size: 2.1rem;
  min-height: 5rem;
  margin-bottom: 1.5rem;
}
.p-highlights.p-highlights-popups li .p-highlight-content p {
  width: 100%;
}
.p-highlights.p-highlights-popups .button_wrap {
  width: 100%;
  text-align: center;
  margin: 2.5rem auto 0;
}
.p-highlights.p-highlights-popups .modal.video-inline__popup .modal-dialog {
  top: 45%;
  transform: translateY(-50%);
}
.p-highlights.p-highlights-popups .modal.video-inline__popup .modal-dialog .modal-content .modal-header {
  padding: 0.7rem 1.2rem 0.7rem 0;
}
.p-highlights.p-highlights-popups .modal.video-inline__popup .modal-dialog .modal-content .modal-body {
  max-height: 60rem;
}
.p-highlights.p-highlights-popups .modal.video-inline__popup .modal-dialog .modal-content iframe {
  height: 100%;
  max-height: 55rem;
}
.p-highlights.p-highlights-popups .modal.video-inline__popup .modal-dialog .modal-content .aviso_cookies {
  max-width: 100%;
  position: absolute;
  height: 90%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-highlights.p-highlights-popups .modal.video-inline__popup .modal-dialog .modal-content .aviso_cookies .cont_cookies {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Línea azul título*/
.p-highlights._alternative_appearance .heading-group h2.heading-group-title::before {
  background: #009AD8;
}

/*responsive*/
@media (min-width: 992px) {
  .p-highlights ul.p-highlight-list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-highlights li.p-highlight {
    text-align: center;
    display: block;
  }
  .p-highlights p {
    width: 100%;
  }
  .p-highlights li.p-highlight .p-highlight-wrap {
    margin-left: 0;
  }
}
/* FIN DV Destacados horizontales con video */
.corp--banner-01 {
  width: 100%;
  height: 700px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.corp--banner-01__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  z-index: 2;
  text-decoration: none !important;
}
.corp--banner-01__wrapper__title {
  text-align: center;
  font-family: "Open Sans";
  font-size: 39px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin: 0;
  z-index: 2;
  max-width: 80%;
  opacity: 0;
  animation: fade-in 1s ease forwards;
  animation-delay: 0.5s;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 990px) {
  .corp--banner-01__wrapper__title {
    font-size: 34px;
  }
}
@media (min-width: 1721px) {
  .corp--banner-01__wrapper__title {
    max-width: 60%;
  }
}
@media (min-width: 1921px) {
  .corp--banner-01__wrapper__title {
    max-width: 50%;
  }
}
.corp--banner-01__wrapper__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.corp--banner-01__wrapper__media__item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -o-object-position: top;
     object-position: top;
  top: 0;
  left: 0;
}
.corp--banner-01__wrapper__media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.corp--btn-01 {
  display: flex;
  width: 100%;
  padding: 30px 0;
}
.corp--btn-01__wrapper {
  display: flex;
  justify-content: center;
  cursor: default;
}
.corp--btn-01__wrapper__item {
  transition: all 0.3s linear;
  padding: 13px 24px;
  gap: 6px;
  color: #197EAE;
  border: 1px solid #007EAE;
  background: transparent;
  text-decoration: none !important;
}
.corp--btn-01__wrapper__item:hover {
  box-shadow: 1px 1px 8px #9f9999;
}

.bg-cerulean .corp--btn-01__wrapper__item {
  background: #ffffff;
}

.corp--card-01 {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  width: 32%;
  box-shadow: 0px 1px 5px 0px rgba(223, 226, 243, 0.59);
  text-decoration: none !important;
  opacity: 0;
  animation: fadeIn 0.7s forwards;
}
@media (max-width: 990px) {
  .corp--card-01 {
    width: 100%;
  }
}
.corp--card-01__hd {
  overflow: hidden;
  height: 241px;
}
@media (max-width: 990px) {
  .corp--card-01__hd {
    display: none;
  }
}
.corp--card-01__hd__media {
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.corp--card-01__bd {
  background: #fff;
  padding: 15px 10px 34px 24px;
  min-height: 212px;
}
@media (max-width: 990px) {
  .corp--card-01__bd {
    height: 100%;
  }
}
.corp--card-01__bd__tag {
  display: flex;
  gap: 1rem;
}
.corp--card-01__bd__tag__item {
  display: inline-block;
  height: 20px;
  padding: 0px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  background: #009AD8;
  color: #fff;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none !important;
}
.corp--card-01__bd__date {
  color: #767676;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 1.5rem;
  text-transform: lowercase;
}
.corp--card-01__bd__title {
  color: #000;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.corp--card-01__bd__location {
  color: #000;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  bottom: 3px;
  left: 20px;
  text-transform: uppercase;
}
.corp--card-01__bd__artwork {
  position: absolute;
  display: flex;
  height: 36px;
  width: 36px;
  background: #009AD8;
  bottom: 0;
  right: 0;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.corp--card-01:hover .corp--card-01__hd__media {
  transition: all 0.5s linear;
}
.corp--card-01:hover .corp--card-01__bd__artwork__item {
  animation: arrow-move 0.4s ease-in-out forwards;
}
.corp--card-01--1 {
  width: 100%;
  height: 450px;
  flex-direction: row;
}
@media (max-width: 990px) {
  .corp--card-01--1 {
    flex-direction: column;
    height: 100%;
  }
}
.corp--card-01--1 .corp--card-01__hd {
  width: 60%;
  height: 100%;
}
@media (max-width: 990px) {
  .corp--card-01--1 .corp--card-01__hd {
    display: block;
    width: 100%;
  }
}
.corp--card-01--1 .corp--card-01__bd {
  position: relative;
  height: 100%;
  padding: 50px 30px 34px 20px;
  width: 40%;
}
@media (max-width: 990px) {
  .corp--card-01--1 .corp--card-01__bd {
    width: 100%;
    height: auto;
    padding: 20px 30px 34px 20px;
  }
}
.corp--card-01--1 .corp--card-01__bd__title {
  font-size: 22px;
  line-height: 29px;
}
.corp--card-01--1 .corp--card-01__bd__date {
  margin: 30px 0 10px;
}
.corp--card-01--second {
  width: 49.15%;
}
@media (max-width: 990px) {
  .corp--card-01--second {
    width: 100%;
  }
}
.corp--card-01--second .corp--card-01__hd {
  height: 320px;
}
.corp--card-01--second .corp--card-01__bd {
  height: 253px;
}
@media (max-width: 990px) {
  .corp--card-01--second .corp--card-01__bd {
    height: 100%;
  }
}
.corp--card-01--second .corp--card-01__bd__title {
  font-size: 22px;
  line-height: 29px;
}
@media (max-width: 990px) {
  .corp--card-01--second .corp--card-01__bd__title {
    font-size: 16px;
  }
}
.corp--card-01--third {
  width: 100%;
}
@media (max-width: 990px) {
  .corp--card-01--third .corp--card-01__hd {
    display: block;
  }
}
.corp--card-01--third .corp--card-01__bd {
  min-height: 216px;
  height: auto;
}
.corp--card-01--fourth {
  width: 100%;
}
.corp--card-01--fourth .corp--card-01__hd {
  height: 310px;
}
@media (max-width: 990px) {
  .corp--card-01--fourth .corp--card-01__hd {
    display: block;
  }
}
.corp--card-01--fourth .corp--card-01__bd {
  min-height: 216px;
  height: auto;
}

html[lang=en] .corp--card-01__bd__date {
  text-transform: none;
}

@keyframes arrow-move {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.corp--card-02 {
  overflow: hidden;
  background: transparent;
  opacity: 0;
  animation: fadeIn 0.7s forwards;
}
.corp--card-02__hd {
  height: 275px;
  display: block;
  width: 100%;
  overflow: hidden;
  border: none;
  padding: 0;
}
.corp--card-02__hd__media {
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.corp--card-02__bd {
  margin-top: 10px;
}
.corp--card-02__bd__title {
  color: #000;
  /* H4/H4-Open Sans Regular 18px */
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.corp--card-02__ft {
  display: flex;
  gap: 1rem;
  margin-top: 5px;
}
.corp--card-02__ft__info {
  color: #B4B4B4;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.corp--card-03 {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .corp--card-03 {
    gap: 3.5rem;
  }
}
.corp--card-03__date {
  display: flex;
  flex-direction: column;
  width: 85px;
  background: #fff;
  padding: 0 1rem;
  justify-content: center;
  height: 78px;
  flex: none;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .corp--card-03__date {
    width: 114px;
    gap: initial;
  }
}
.corp--card-03__date__day {
  color: #009AD8;
  text-align: center;
  font-family: "Open Sans Bold";
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}
.corp--card-03__date__month {
  color: #009AD8;
  text-align: center;
  font-family: "Open Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .corp--card-03__date__month {
    font-size: 16px;
    line-height: 16px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.corp--card-03__info__title {
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 1rem;
}
.corp--card-03__info__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.corp--card-03__info__link {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-top: 1rem;
}

.corp--grid-01__hd {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.corp--grid-01__hd__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: opacity 0.3s;
  height: 100%;
  width: 3rem;
  background: #FFFFFF;
  display: flex;
}
.corp--grid-01__hd__control span {
  position: absolute;
  left: -99999px;
}
.corp--grid-01__hd__control a {
  width: 100%;
}
.corp--grid-01__hd__control--left {
  left: 0;
}
.corp--grid-01__hd__control--left a {
  background: url("images/arrow-left.png") no-repeat center center transparent;
  border-right: 1px solid #eee;
}
.corp--grid-01__hd__control--right {
  right: 0;
}
.corp--grid-01__hd__control--right a {
  background: url("images/arrow-right.png") no-repeat center center transparent;
  border-left: 1px solid #eee;
}
.corp--grid-01__hd__control.hidden {
  opacity: 0;
  pointer-events: none;
}
.corp--grid-01__hd__control a {
  padding: 0.5rem;
  display: flex;
  align-items: center;
}
.corp--grid-01__hd__tabs {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1rem;
}
.corp--grid-01__hd__tabs::-webkit-scrollbar {
  display: none;
}
.corp--grid-01__hd__tabs__item {
  white-space: nowrap;
}
.corp--grid-01__hd__tabs__item a {
  display: inline-block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #333;
  border-radius: 0.25rem;
  color: #197EAE;
  text-align: center;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  outline: none;
  border-bottom: 3px solid transparent;
}
.corp--grid-01__hd__tabs__item a:hover {
  border-bottom: 3px solid #197EAE;
}
.corp--grid-01__hd__tabs__item--active .corp--grid-01__hd__tabs__item__btn {
  font-weight: bold;
  border-bottom: 3px solid #197EAE !important;
  font-size: 1.6rem;
  color: #197EAE;
}
.corp--grid-01__bd {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 1.5rem;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInGrid 1s ease-out forwards;
}
.corp--grid-01__bd__no-results {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  font-size: 2rem;
  padding: 2rem 0 4rem;
  color: #888;
}

@keyframes fadeInGrid {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.corp--grid-02__bd {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.corp--grid-02__bd--videos {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 990px) {
  .corp--grid-02__bd {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 460px) {
  .corp--grid-02__bd {
    grid-template-columns: 1fr;
  }
}
.corp--grid-02--second .corp--grid-02__bd {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 769px) {
  .corp--grid-02--second .corp--grid-02__bd {
    grid-template-columns: 1fr;
  }
}
.corp--grid-02 .c-link--inline {
  display: none;
}

.corp--heading-01 {
  display: flex;
  gap: 8px;
  flex-direction: column;
}
.corp--heading-01__hd {
  font-family: "Open Sans Bold";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}
.corp--heading-01__bd {
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 990px) {
  .corp--heading-01__bd {
    font-size: 18px;
    line-height: 24px;
  }
}

.corp--modal-01 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.corp--modal-01__wrapper {
  background-color: #fff;
  padding: 40px 30px 20px;
  max-width: 600px;
  width: 100%;
  border-radius: 1px;
  position: relative;
  animation: fadeIn 0.3s ease;
  z-index: 1;
}
.corp--modal-01__wrapper__close {
  position: absolute;
  top: 6px;
  right: 4px;
  background-color: transparent;
  border: none;
  font-size: 40px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 48%;
  padding: 0;
  line-height: 24px;
}
.corp--modal-01__wrapper__hd__media {
  width: 100%;
  height: auto;
  border-radius: 2px;
}
.corp--modal-01__wrapper__hd__media--video {
  min-height: 400px;
}
.corp--modal-01__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.corp--modal-01.active {
  display: flex;
}

.corp--slider-01 {
  transition: transform 0.8s ease, opacity 0.8s ease, max-height 0.8s ease;
  transform: translateY(20px);
  opacity: 0;
  max-height: 0;
}
.corp--slider-01 .corp--card-01 {
  transition: none;
}
.corp--slider-01.slick-slider {
  opacity: 1;
  margin: 0 10px;
  transform: translateY(0px);
  max-height: 900px;
}
@media (max-width: 768px) {
  .corp--slider-01.slick-slider {
    margin: 0;
  }
}
.corp--slider-01 .slick-slide {
  display: flex;
  justify-content: center;
  margin: 0 10px;
}

.news-buttons .slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.corp--stripe-01 {
  width: 100%;
  display: flex;
  flex-direction: row;
  background: #F1F3FF;
  position: relative;
}
.corp--stripe-01__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 800px) {
  .corp--stripe-01__wrapper {
    justify-content: flex-start;
  }
}
.corp--stripe-01__wrapper__bd {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  height: 20px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .corp--stripe-01__wrapper__bd {
    justify-content: flex-start;
  }
}
.corp--stripe-01__wrapper__bd__date {
  font-family: "Open Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  border-radius: 70px;
  background: #F4C00E;
  padding: 0px 10px;
}
.corp--stripe-01__wrapper__bd__info {
  overflow: hidden;
}
.corp--stripe-01__wrapper__bd__info p {
  font-family: "Open Sans Light";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.corp--stripe-01__wrapper__bd__info p a {
  font-family: "Open Sans";
  font-weight: bold;
}
.corp--stripe-01__btn {
  background: transparent;
  width: 44px;
  padding: 0;
  text-align: center;
  border: none;
  transition: transform 0.2s linear;
}
.corp--stripe-01__btn:hover {
  transform: scale(1.2);
}

.corp--form-01 {
  padding: 33px 0 8px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.corp--form-01__wrapper {
  display: flex;
  position: relative;
}

.corp--form-01__wrapper:last-child {
  grid-column: span 4;
  text-align: center;
}

.corp--form-01__item {
  position: relative;
  width: 100%;
}

.corp--input-01.corp--form-01__text,
.corp--input-01.corp--form-01__date,
.corp--dropdown-01__hd {
  border-radius: 8px;
  border: 0.5px solid #000;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
  color: var(--black-font, #222);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.corp--input-01.corp--form-01__text {
  padding: 8px 50px 8px 16px;
}

.corp--input-01.corp--form-01__date {
  padding: 8px 50px 8px 16px;
  text-overflow: ellipsis;
  cursor: pointer;
}

.corp--input-01.corp--form-01__text::-moz-placeholder {
  color: var(--black-font, #222);
}

.corp--input-01.corp--form-01__text::placeholder {
  color: var(--black-font, #222);
}

.corp--form-01__icon,
.corp--form-01__icon--date {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.corp--btn-02 {
  display: flex;
  width: 100%;
  padding: 13px 24px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: var(--blue-dark, #197eae);
  border: 0;
  color: var(--white, #fff);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

button.corp--link-01.js--limpiar {
  color: #197eae;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  border: 0;
  background: transparent;
}

.corp--dropdown-01__bd {
  position: absolute;
  width: 100%;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.06);
  z-index: 1;
  top: 50px;
  display: none;
}

.corp--dropdown-01__list {
  list-style: none;
  padding: 16px;
}

.corp--dropdown-01__item {
  padding: 4px 0;
  cursor: pointer;
  position: relative;
}

.corp--dropdown-01__item:hover {
  color: #197eae;
}

.corp--dropdown-01__hd {
  cursor: pointer;
}

.corp--input-01[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 1;
  color: transparent;
  cursor: pointer;
  opacity: 0;
}

@media (min-width: 975px) {
  .corp--form-01 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr auto;
    grid-row-gap: 8px;
  }
  .corp--btn-02 {
    width: 100%;
  }
}
@media (min-width: 1038px) {
  .corp--btn-02 {
    width: 199px;
  }
}
.corp--input-01.corp--form-01__text:focus,
.corp--input-01.corp--form-01__date:focus,
.corp--dropdown-01__hd:focus {
  outline: #222 1px dotted;
  outline-offset: 0px;
}

.daterangepicker.show-calendar .drp-buttons {
  display: flex !important;
}

div#customDateRangePicker .cancelBtn {
  display: none;
}

div#customDateRangePicker .applyBtn {
  width: 45%;
  height: 3rem;
  border-color: #197dac;
  color: #197dac;
}

div#customDateRangePicker .applyBtn:hover {
  background: #197dac;
  color: #fff;
}

div#customDateRangePicker .drp-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#customDateRangePicker .drp-selected {
  width: 43%;
  font-size: 1.5rem;
}

div#customDateRangePicker .btn, div#customDateRangePicker .corp--btn-01__wrapper {
  transition: none;
  transition: background-color 0.3s linear, color 0.3s linear;
}

div#customDateRangePicker .applyBtn:disabled {
  color: #fff;
}/*# sourceMappingURL=caixabank_main.css.map */