
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* elemenst gral */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--c-color);
}

.titulobold{font-family: 'Roboto', sans-serif;}
.title-top, h3{font-family: 'Roboto', sans-serif; font-weight: 800;}

:root {
  /*  width  */
  --max-width-small-section: 600px;
  --max-width-media-section: 768px;
  --max-width-wide-section: 1024px;
  --max-width-large-section: 1200px;
  --max-width-full-section: 100%;
  --max-width-large-header: 1620px;
  /*  colors  */
  --m-color: #9e1b33;
  --p-color: #F98300;
  --s-color: #666666;
  --t-color: #E6EEF4;
  --c-color: #3A3F57;
  --w-color: #ffffff;
  --l-color: rgba(255,255,255,0.6);
  --d-color: rgba(0,0,0,0.6);
  --primary-gradient: linear-gradient(to right, #1a468b, #13a6df);
  --bg-gradient: linear-gradient(to right, #fff9fa, #ffffff, #fff9fa);
  --section-gradient: linear-gradient(to right, #fdf6ee, #ffffff, #ffffff, #fdf6ee);
  /*  images  */
  --hero-bg-image-mobile: url('../img/bg-sections.jpg');
  --hero-bg-image-desktop: url('../img/bg-sections.jpg');
  --jumbotron-bg-image: url('../img/bg-jumbotron-footer.jpg');
  --mega-footer-bg-image: url('../img/bg-jumbotron-footer.jpg');
  /*  shadows  */
  --static-shadow: 0 2px 4px 0 rgba(0, 0, 0, .19);
  --hover-shadow: 0 7px 16px 0 rgba(0, 0, 0, .2), 0 1px 3px 0 rgba(0, 0, 0, .1);
}

li{list-style:none;}

ul.listado li::before {
  content: "\2022";
  color: var(--s-color);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 24px;
}

.listado {
  border-left: 4px solid var(--t-color);
  padding-left: 20px;
  color: var(--s-color);
}

.listado strong{
  color: var(--s-color);
}

.casos {
  display: inline-block;
  width: 100%;
  align-content: center;
  align-items: center;
}

.casos-img {
  width: 50%;
}

.casos-title {
  width: 100%;
  color: var(--s-color);
  display: block;
}

@media only screen and (min-width: 768px) { 
  .casos-img {
    width: 15%;
    display: inline-block;
    margin-right: 10px;
    float: left;
  }

  .casos-title {
    width: 100%;
  }
}

.at-center {
  text-align: center;
}

body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  /*font-family: museo-sans, sans-serif;*/
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
  /* background-image: url(../img/_img/bgpattern.svg);
  background-size: 5%; */
  background: var(--bg-gradient);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.mtop {
  margin-top: 64px;
}

.destacado {
  color: var(--s-color)
}

/* fin -- elemenst gral */
/* helpers */
/* capital letter */
p.capital-letter:first-letter {
  float: left;
  color: var(--c-color);
  font-size: 96px;
  font-weight: 800;
  line-height: 96px;
  padding: 0;
  margin-right: 16px;
}

/* fin - capital letter */
/*  parallax  */
.parallax, .parallax01, .parallax02, .parallax03, .parallax04 {
  position: absolute;
  height: calc(100% - 64px);
  width: 100%;
  margin-top: -64px;
  color: #ffffff;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax01 {
  background-image: url(../img/_img/p01.jpg);
}

.parallax02 {
  background-image: url(../img/_img/img01.jpg);
  height: calc(100%);
}


/*  fin -- parallax  */
@media only screen and (min-width: 768px) {
  .parallax, .parallax01, .parallax02, .parallax03, .parallax04 {
  position: absolute;
  height: calc(100%);
  width: 100%;
  margin-top: -64px;
  color: #ffffff;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

  /*  containers  */
  .container-section {
    max-width: var(--max-width-media-section);
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }

  .container-wide-section {
    max-width: var(--max-width-wide-section);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container-large-section {
    width: var(--max-width-large-section);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container-full-section {
    width: var(--max-width-full-section);
    padding: 0;
  }

  .header-container-wide {
    width: 100%;
    max-width: var(--max-width-large-section);
    margin: auto;
  }

  .header-container-large {
    width: calc(100% - 120px);
    max-width: var(--max-width-large-header);
    margin: auto;
  }

  .header-container-full {
    width: var(--max-width-full-section);
  }

  /*  fin -- containers  */
  /*  parallax  */

  .parallax-bot-pattern, .parallax-top-pattern, .parallax-mid-pattern {
    height: calc(40% - 0px);
    border-radius: 10px;
  }

  .parallax-img {
    max-width: 40%;
  }

  /*  fin -- parallax  */
  /*  posiciones absolutas  */
  .center-left {
    top: 50%;
    left: -100px;
    transform: translate(-0%, -50%);
  }

  .center-right {
    top: 50%;
    right: -100px;
    transform: translate(-0%, -50%);
  }

  .top-left {
    top: 0;
    left: -100px;
  }

  .top-right {
    bottom: inherit;
    top: 0;
    right: -100px;
  }

  .bottom-left {
    bottom: 4px;
    left: -100px;
  }

  .bottom-right {
    bottom: 4px;
    right: -100px;
  }

  /* fin -- posiciones absolutas  */
  /*  iconos de imagenes  */
  .media.sup-icon::after {
    content: "";
    display: block;
    background-image: url('../img/waves.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translate(-0%, -50%);
    z-index: 99;
  }

  .media.sup-icon.rigth::after {
    left: -25px;
  }

  .media.sup-icon.left::after {
    right: -25px;
  }

  /* fin -- iconos de imagenes  */
}

/* fin -- helpers */
/* navbar */
.navbar {
  overflow: hidden;
  background-color: #fff;
  padding: 12px;
  z-index: 99;
}

.navbar-link {
  display: flex;
}

.navbar .navbar-logo {
  width: 100%;
  height: auto;
  max-height: 24px;
}

.navbar.sticky {
  position: fixed;
  top: 24px;
  width: 156px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: var(--static-shadow);
  transition: all 0.1s cubic-bezier(.25, .8, .25, 1);
}

.navbar.sticky-full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 8px;
  box-shadow: var(--static-shadow);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/* .navbar.sticky-full .navbar-logo {
  max-height: 18px;
} */
/* fin -- navbar */
/* share icon bar */
.icon-bar {
  display: none;
  position: fixed;
  bottom: 42px;
  right: 0;
  -webkit-transform: translateY(-0%);
  -ms-transform: translateY(-0%);
  transform: translateY(-0%);
  z-index: 99;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 22px;
  margin: 12px;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  box-shadow: var(--hover-shadow);
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.fa {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fa::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.fa.fa-twitter::after {
  background-image: url('../img/twitter.svg');
}

.fa.fa-facebook::after {
  background-image: url('../img/facebook.svg');
}

@media only screen and (min-width: 768px) {
  .icon-bar {
    display: block;
    position: fixed;
    left: 0;
    right: inherit;
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
  }

  .icon-bar a {
    margin: 16px 8px;
  }
}

/* fin share icon bar */
/* header */
/* header aside */
.header-aside-section {
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: bottom center;
}

.header-aside {
  display: flex;
  flex-direction: column;
  position: relative;
}

.header-aside-item {
  flex-basis: 0;
  flex-grow: 1;
}

.header-aside-item.media {
  flex-basis: 0;
  flex-grow: 1;
}

.header-aside-item.media .header-aside-img {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: 0;
  box-shadow: var(--static-shadow);
}

.header-aside-item.text {
  flex-basis: 0;
  flex-grow: 1;
  padding: 32px;
  background-image: var(--primary-gradient);
}

.header-aside-item.text .header-aside-label {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.header-aside-item.text .header-aside-main-title {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin: 24px 0;
}

.img-header {
  background-image: url(../img/_img/header-m.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 450px;
}

.img-header img {
  display: none;
}

.icon-arrow {
  max-width: 8%;
}

@media only screen and (min-width: 768px) {
  .icon-arrow {
    margin: auto;
    max-width: 3%;
  }

  .img-header {
    background-image: none;
    height: 100%;
  }

  .img-header img {
    display: initial;
  }

  .d-mobile {
    display: none;
  }

  .header-aside-section {
    margin-top: 64px;
  }

  .wrapper-header-aside {
    padding-top: 24px;
  }

  .header-aside {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .header-aside-item.text {
    position: relative;
    padding: 32px 10% 30px 32px;
  }

  .header-aside-item.text .extra-background-color {
    position: absolute;
    top: 0px;
    left: 99%;
    width: 50vw;
    height: 100%;
    background-color: #13a6df;
  }

  .header-aside-item.text .header-aside-main-title {
    color: #fff;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    max-width: 80%;
    margin: 24px 0;
  }
}

/* fin -- header aside */
/* header hero */
.header-hero {
  height: 100vh;
  background-color: #ededed;
 
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.header-hero .container-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  background-image: linear-gradient(#0000, #000);
  background-size: 100% 100%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.header-hero .container-header .wrapper-header {
  padding: 16px;
  text-align: center;
  color: #fff;
  max-width: 768px;
}

.header-hero .container-header .wrapper-header .header-label {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.header-hero .container-header .wrapper-header .main-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: block;
  margin: 24px 0;
}

@media only screen and (min-width: 768px) {
  .header-hero {
    background-image: var(--hero-bg-image-desktop);
    background-position: 50% 0%;
  }

  .header-hero .container-header {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .header-hero .container-header .wrapper-header .main-title {
    font-size: 64px;
    line-height: 70px;
  }
}

/* fin - header hero */
/* fin -- header */
/* head brand */
.head-brand {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 8px 0 0;
}

.head-brand.in-header {
  padding: 0;
}

.head-brand .label-head-brand {
  flex: 1;
  font-size: 14px;
  line-height: 16px;
}

.head-brand .firma {
  font-size: 12px;
}

.head-brand .label-head-brand .brand-logo {
  display: initial;
  max-width: 100px;
  vertical-align: middle;
}

.head-brand .label-head-date {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .head-brand {
    flex-direction: column;
  }

  .head-brand.in-header {
    text-align: right;
    position: absolute;
    top: 0;
    right: 32px;
    width: 100%;
    padding: 0;
  }

  .head-brand .label-head-brand {
    margin-bottom: 16px;
  }

  .head-brand .label-head-brand .brand-logo {
    max-width: 100px;
  }

  .fullvideo {
    width: var(--max-width-full-section);
  }
}

/* fin -- head brand */
/* by line */
.by-line {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
}

.by-line.in-header {
  padding: 16px;
}

.by-line .author-img {
  display: initial;
  max-width: 48px;
  vertical-align: baseline;
  margin: 0;
}

.by-line .label-author-name {
  font-size: 14px;
  line-height: 16px;
  padding-left: 16px;
}

@media only screen and (min-width: 768px) {
  .by-line {
    flex-direction: column;
  }

  .by-line.in-header {
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 32px;
    padding: 0;
  }

  .by-line .author-img {
    display: initial;
    max-width: 60px;
    margin-left: auto;
    margin-right: 0;
  }

  .by-line .label-author-name {
    margin-top: 16px;
  }
}

/* fin -- by line */
/* introduction */
.wrapper-introduction {
  padding: 0 16px;
}

.block-text-blurb {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 32px 0 0;
}

@media only screen and (min-width: 768px) {
  .wrapper-introduction {
    padding: 0;
    max-width: var(--max-width-small-section);
  }
}

/* fin -- introduction */
/* block text */
.wrapper-block-text {
  padding: 0 16px;
}

.wrapper-block-text p {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  .wrapper-block-text {
    padding: 0;
    max-width: var(--max-width-small-section);
  }
}

/* fin -- block text */
/* jumbotron section */
.jumbotron-section {
  padding-top: 32px;
  position: relative;
}

.jumbotron-section .wrapper-jumbotron .jumbotron {
  padding: 0 16px;
  position: relative;
}

.jumbotron-section .wrapper-jumbotron .jumbotron .jumbotron-caption {
  border-radius: 6px;
  display: block;
  color: var(--c-color);
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  padding: 20px;
  background-color: rgba(255,255,255,0.8);
  font-family: 'Roboto';
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .jumbotron-section {
    padding-bottom: 0;
  }

  .jumbotron-section .wrapper-jumbotron .jumbotron {
    padding: 0 16px;
    position: relative;
  }

  .jumbotron-section .wrapper-jumbotron .jumbotron .jumbotron-caption {
    display: block;
    position: absolute;
    max-width: 380px;
    transform: none;
    font-size: 22px;
    background-color: var(--l-color);
  }
}

/* fin -- jumbotron section */
/* cards section */
.horizontal-card {
  display: flex;
  flex-direction: column;
}

.horizontal-card:not(:first-of-type) {
  margin-top: 32px;
}

.horizontal-card.reverse {
  /*        flex-direction: column-reverse;*/
}

.horizontal-card .card-item {
  position: relative;
}

.horizontal-card .card-item.text {
  padding: 0 16px;
}

.horizontal-card .card-item.text p {
  font-size: 18px;
  line-height: 1.6;
}

.horizontal-card .card-item h3 {
  font-size: 60px;
  margin: 60px 0;
  font-weight: 400;
  font-family: 'Playfair Display', serif;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: var(--t-color);
  text-shadow: var(--static-shadow);
}

.horizontal-card .card-item h3 span {
  color: var(--t-color);
  font-size: 45px;
}

/*.horizontal-card .card-item p {
  font-size: 16px;
  line-height: 24px;
}*/

.horizontal-card .card-item p {
  color: var(--s-color);
}

.horizontal-card .card-item strong {
  font-weight: 400;
}

.horizontal-card .card-item strong.años {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 600;
}

figure {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 768px) {

  .horizontal-card .card-item h3 {
    font-size: 100px;
  }

  .horizontal-card .card-item h3 span {
    font-size: 70px;
  }

  .horizontal-card {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
  }

  .horizontal-card.reverse {
    flex-direction: row-reverse;
  }

  .card-item {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 0 16px;
  }
}

a {
  text-decoration: none;
}

/* fin -- cards section */
/* sigle wide image */
.single-wide-image .wrapper-single-wide-image figure {
  margin: 0;
}

.single-wide-image .wrapper-single-wide-image figure .wide-video {
  width: 100%;
}

.wide-video{width: 100%;}

.single-wide-image .wrapper-single-wide-image figure figcaption {
  padding: 0 16px;
}

.single-wide-image .wrapper-single-wide-image figure figcaption .wide-image-caption {
  font-size: 12px;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  .single-wide-image .wrapper-single-wide-image figure figcaption {
    padding: 0;
  }

  .single-wide-image .wrapper-single-wide-image figure figcaption .wide-image-caption {
    font-size: 14px;
    line-height: 18px;
  }
}

/* sigle wide image */
/* fin -- aside image block */
.aside-image-block {
  display: flex;
  flex-direction: column;
}

.aside-image-block:not(:first-of-type) {
  margin-top: 32px;
}

.aside-image-block.reverse {
  /*flex-direction: column-reverse;*/
}

.aside-image-block-item.media {
  position: relative;
}

.aside-image-block-item.text {
  padding: 32px 16px;
  background-color: var(--secondary-color);
}

.reverse .aside-image-block-item.text {
  background-color: var(--tertiary-color);
}

.aside-image-block-item p {
  color: #fff;
  line-height: 32px;
  margin: 0;
  font-size:21px;
}

@media only screen and (min-width: 768px) {
  .aside-image-block {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center
  }

  .aside-image-block.reverse {
    flex-direction: row-reverse;
  }

  .aside-image-block-item {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }

  .aside-image-block-item.text {
    padding: 48px 96px 48px 0px;
  }

  .aside-image-block-item.text .extra-background-color {
    position: absolute;
    top: 0px;
    right: 100%;
    width: 50vw;
    height: 100%;
    background-color: var(--secondary-color);
  }

  .reverse .aside-image-block-item.text {
    padding: 48px 0px 48px 96px;
  }

  .reverse .aside-image-block-item.text .extra-background-color {
    position: absolute;
    top: 0px;
    left: 99%;
    width: 50vw;
    height: 100%;
    background-color: var(--tertiary-color);
  }

  .aside-image-block-item.media .image {
    max-width: 480px;
    box-shadow: var(--static-shadow);
  }

  .aside-image-block-item.media.rigth .image {
    margin-right: auto;
    margin-left: 0;
  }

  .aside-image-block-item.media.left .image {
    margin-right: 0;
    margin-left: auto;
  }

  .aside-image-block-item.media .aside-carousel {
    max-width: 480px;
  }

  .aside-image-block-item.media.rigth .aside-carousel {
    margin-right: auto;
    margin-left: 0;
  }

  .aside-image-block-item.media.left .aside-carousel {
    margin-right: 0;
    margin-left: auto;
  }
}

/* fin -- aside image block */
/* carrusel block */
.carrusel-block {
  /* display: flex;
  flex-direction: column; */
}

.flickity-viewport {
  /* height: 100%; */
}

.carousel-cell {
  width: 100%;
  /* height: auto; */
}

.carousel-cell img {
  /* width: 1024px; */
  /* height: auto; */
  /* display: block; */
}

/* fin -- carrusel block */
/* footer */
/* footer-mega */
.footer-mega-section {
  /*
    background-image: var(--hero-bg-image-desktop);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: bottom center;
  */
  position: relative;
}

.bg-color {
  background-color: var(--p-color);
}

.wrapper-footer-mega {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper-footer-mega .footer-mega {
  padding: 0 16px;
  position: relative;
}

.footer-mega .footer-mega-caption {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  padding: 16px;
  background-color: var(--primary-color);
}

.footer-mega .footer-mega-button {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px;
  background-color: var(--primary-color);
  border-radius: 24px;
  margin-top: 32px;
  margin-left: auto;
  max-width: 320px;
  margin-right: auto;
}

.mega-color {
  background-color: var(--s-color);
}

.radius-img {
  border-radius: 0 30%;
}

.color-dblue {
  color: #006098;
}

.color-blue {
  color: var(--s-color);
}

@media only screen and (min-width: 768px) {
  .wrapper-footer-mega {
    padding-bottom: 0px;
  }

  .footer-mega {
    position: relative;
  }

  .footer-mega .footer-mega-caption {
    position: absolute;
    text-align: left;
    z-index: 9;
  }

  .footer-mega .footer-mega-button {
    position: absolute;
    padding: 8px 64px;
    border-radius: 20px;
    max-width: inherit;
    margin-top: 0px;
    z-index: 99;
  }
}

/* fin -- footer-mega */
/* footer-small */
.footer-small-section {
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: bottom center;
  background-color:var(--p-color);
  height: 40px;
  margin-top: 0px;
}

.wrapper-footer-small {
  padding-bottom: 32px;
}

.footer-small {
  display: flex;
  flex-direction: column;
}

.footer-small-item {
  flex-basis: 0;
  flex-grow: 1;
}

.footer-small-item.media {
  flex-basis: 0;
  flex-grow: 1;
}

.footer-small-item.media .footer-small-img {
  box-shadow: var(--static-shadow);
}

.footer-small-item.text {
  flex-basis: 0;
  flex-grow: 2;
  padding: 32px
}

.footer-small-item.text .footer-small-label {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.footer-small-item.text .footer-small-link-recommended {
  color: #fff;
  text-decoration: none;
}

.footer-small-item.text .footer-small-link-recommended:hover {
  color: #eee;
  text-decoration: none;
}

.footer-small-item.text .footer-small-link-recommended .footer-small-recommended {
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin: 24px 0;
}

@media only screen and (min-width: 768px) {
  .footer-small {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
  }

  .footer-small-item.text .footer-small-link-recommended .footer-small-recommended {
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    margin: 24px 0;
  }

}

/* fin -- footer-small */
/* footer-bottom */
.footer-bottom {
  width: 100%;
  padding: 12px 0;
}

.footer-bottom .footer-copyright {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/* fin -- footer-bottom */
/* fin -- footers */

/* PERSONAS */

nav.personas {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 90;
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  padding: 4px;
  display: none;
}

nav.personas ul.casos {
  padding: 0;
}

nav.personas ul.casos li {
  display: inline;
  width: 20%;
  float: left;
}

nav.personas ul.casos li a {
  text-decoration: none;
  float: left;
}

.c-class {
  color: #ffffff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
}



.opacidad {
  padding: 10px 4px;
  border-radius: 5%;
}
.opacidad:hover {
  background-color: rgba(0, 0, 0, .1);
}
.opacidad:active {
  background-color: var(--s-color);
  color: var(--t-color)!important;
}

.resaltar {
  color: var(--w-color)!important;
  background-color: var(--p-color);
}

.resaltar:hover {
  color: var(--t-color)!important;
  background-color: var(--s-color);
}

@media only screen and (min-width: 768px) {
  nav.personas {
    background-color: rgba(0, 0, 0, 0);
    width: 130px;
    top: 100px;
    padding: 10px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }

  nav.personas ul.casos {
    padding: 0;
  }
  
  nav.personas ul.casos li {
    display: block;
    width: 100%;
    float: none;
  }

  .c-class {
    color: var(--s-color);
    text-align: center;
    font-size: .8rem;
    font-weight: bold;
    line-height: 1.4;
  }
}

/* FIN PERSONAS */


.textovideo2{position:absolute; bottom: 0; left:0; width:100%; padding: 5px 30px 30px;}
/* .textovideo2 h1{font-size:31px; line-height:21px; font-weight:900; margin-top:0;}
.textovideo2 p{font-size:32px; text-align:center; line-height:32px; margin:21px 0 0 0;}
.textovideo2 p .bold{font-weight:900; font-size:35px; color: var(--p-color); line-height: 50px;}
.textovideo2 p .enter{display:block; line-height: 40px; font-weight: 500; margin-top:8px; color: var(--s-color);} */
.textovideo2 img{display:block; margin:auto;}
.textovideo2 .item1{float:left; width:245px; padding:21px 31px 21px 31px; margin-right:31px; background-color:#ffffff !important;}
.textovideo2 .item2{float:none; color:#ffffff!important; width:100%;}



.block-text-section ul li span{color:var(--p-color); font-weight:bold;}
.titulo{font-size:26px!important; color:#1a468b;}
.textovideo{position:absolute; bottom:0; left:0; width:100%; color:#fff; background-color:var(--s-color); padding:31px;}
.textovideo h1{font-size:21px; line-height:18px; font-weight:normal; margin-top:0;}
.textovideo p{font-size:36px; font-weight:700; line-height:37px; margin:0; color: #ffffff;}
.title-top h1{font-size:44px; line-height:60px; font-weight:700; margin-top:0; color:var(--s-color);}
.title-top h1 span{font-weight: 300; color: #7f7c7c;}
.wrapper-header{position:relative;}
body{overflow-x:hidden;}
.logopie{text-align:center;}
.logopie img{margin-top: 18px; max-width: 32%;}
.infografia{padding:21px 0 0 0;}
.infografia img{display:block; margin:auto;}
.media.sup-icon::after{display:none;}

.infografia_mobile{display:none;}
.card-img{width:100%;}
.tituloh1{font-size:31px; font-weight:900; line-height:33px; padding:0; margin:0 0 5px 0;}
.tituloh2{font-size:21px; font-weight:600; line-height:21px; padding:0; margin:0 0 10px 0;}
.blanco{color:#fff;}
.franjadestacado{background-color:var(--s-color); color:#fff; font-size:31px!important; text-align:center; margin-top:31px; line-height:36px; padding:14px;}
.franjadestacado p{padding:0; margin:0; font-size:31px!important;}
.barrita{height:5px; background-color:#fff; margin:21px auto 21px auto; width:61px;}
.masinfo{background-color: var(--s-color); color:#fff; width:161px; display:block; text-align:center; padding:15px; margin:auto; margin-top:50px; text-decoration:none; border-radius: 30px;}
.masinfo:hover{opacity:0.8;}
.foto1{margin-bottom:-100px!important;}
.texto1{margin-top:50px!important;}
.texto2{margin-top:60px!important;}

.hidemobile{display:none;}
.textovideo li{display:inline-block; width:49%; vertical-align:top;}
.textovideo{background-color: var(--s-color)!important;}
.textovideo .col1{text-align:right; background-color:#00A9E0;}
.textovideo .col1 img{float:right;}
.textovideo{padding:0!important;}
.textovideo ul{padding:0; margin:0;}
.textovideo .col2{padding:32px;}
.textovideo p{font-size:37px!important; font-family: 'Roboto', sans-serif;}
.titulobold{font-family: 'Roboto', sans-serif; font-size:22px;}

.bg-section {
  background: var(--section-gradient);
}

.bullets {
  font-size: 18px;
  text-align: center;
}

.bullets span {
  color: var(--p-color);
  font-weight: 500;
}

.top-title {
  margin: 0 0;
}

.top-title h1 {
  font-size: 50px;
  line-height: 1.2;
  color: var(--p-color);
  margin: 6px 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.top-title h1 span {
  color: var(--c-color);
}

.top-title h1 span.t-color {
  color: var(--t-color);
}

.top-title p.top-bajada {
  font-size: 18px;
  line-height: 30px;
  color: var(--c-color);
  margin: 0;
}

.top-title p.top-bajada strong {
  color: var(--c-color);
}

.contenedor-destacado {
  border-top: 1px solid var(--p-color);
  border-bottom: 1px solid var(--p-color);
  padding: 16px 0;
}

p.texto-footer {
  font-size: 32px;
  line-height: 1.5;
  color: var(--c-color);
  font-family: 'Roboto',sans-serif;
  text-align: center;
  font-weight: 300;
}

p.texto-destacado {
  font-size: 18px;
  line-height: 1.5;
  color: var(--c-color);
  font-family: 'Roboto',sans-serif;
  text-align: center;
  font-weight: 400;
}

p.texto-destacado strong {
  color: var(--p-color);
}

p.title-destacado {
  font-size: 32px;
  line-height: 1.2;
  color: var(--p-color);
  font-family: 'Roboto',sans-serif;
  text-align: center;
  font-weight: 400;
}

.texto-destacado span {
  color: var(--t-color);
}

.texto-jumbo h3{
  color: var(--p-color);
  font-family: 'Bebas Neue',sans-serif;
  font-size: 32px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.texto-jumbo p{
  color: var(--t-color);
  font-weight: 500;
}

.texto-jumbo span {
  color: var(--p-color);
  font-family: 'Bebas Neue',sans-serif;
  font-size: 32px;
}

.link-a {
  color: var(--p-color);
  cursor: pointer;
}

a {
  cursor: pointer;
}

strong {
  color: var(--c-color);
  font-weight: 400;  
}

h3 {
  color: var(--p-color);
}

h2 {
  color: var(--p-color);
  font-size: 60px;
  line-height: 65px;
  font-weight: 300;
  background-color: #ffffff;
  text-align: center;
  font-family: 'Bebas Neue', sans-serif;
}

h2 span {
  color: var(--c-color);
}

.border-color {
  border-left: 4px solid var(--p-color);
  height: 40%;  
}

.separador{
  font-size:31px!important;
  color: var(--p-color);
  text-align:center;
  font-weight: bold;
  margin: 0;
}

.cita-img {
  border-radius: 80px 0 80px 0;
  max-width: 25%!important;
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
  box-shadow: var(--static-shadow)
}

.comillas {
  margin-top: 10px;
  margin-right: 8px;
  max-width: 12%;
  float: left
}

p span.c-color {
  color: var(--c-color);
}

p span.span-class {
  color: var(--p-color);
  font-size: 20px;
  font-weight: 500;
}

.aside-img {
  width: 60%;
}

p.aside-title {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  color: var(--p-color);
  margin: 16px 0;
}

p.aside-text-left, p.aside-text-right {
  color: var(--s-color);
  font-size: 13px;
  line-height: 1.6;
  border-left: 1px solid var(--p-color);
  padding-left: 10px;
  color: var(--p-color);
}

p.aside-text-left strong {
  color: var(--p-color);
  font-weight: 500;
}

/* p.aside-text-left {
  border-left: 1px solid var(--p-color);
  padding-left: 10px;
}

p.aside-text-right {
  border-right: 1px solid var(--p-color);
  padding-right: 10px;
} */


@media (max-width: 600px) {

p.aside-title {
  font-size: 50px;
  text-align: center;
  margin: 32px 0;
}

p.aside-text-left, p.aside-text-right {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  border-left: 2px solid var(--p-color);
}
  

.top-title p.top-bajada {
  margin: 16px 0;
}

.comillas {
  margin-right: 8px;
  max-width: 12%;
  float: left
}

.cita-img {
  border-radius: 40px 0 40px 0;
}

.top-title {
  padding: 0 16px;
}

.top-title h1 {
  font-size: 32px;
  line-height: 1.2;
  color: var(--p-color);
}

.top-title p.top-bajada {
  font-size: 18px;
  line-height: 30px;
}

.textovideo2{opacity: 0;}
/* .textovideo2 .item1{float:none; width:100%;} */
.textovideo2{width:100%;}
/* .textovideo2 p{font-size:20px;}
.textovideo2 p span{font-size:16px; margin-top:5px; line-height:18px;}
.textovideo2 p .bold{font-size:30px; color: #ffffff; line-height: 1.5; border-bottom: 2px solid #ffffff;}
.textovideo2 p .enter{font-size: 22px; line-height: 25px; margin-top: 8px; color: #ffffff;} 
.textovideo2 p{ font-size:21px; text-align:left; padding-bottom:10px;}*/
.textovideo2 img{display:block; margin:auto;}
.enter-m {display: none;}


.textovideo{position:relative; margin-top:-7px;}
.textovideo p{font-size:16px; line-height:32px; font-weight:normal;}
.title-top h1{font-size:26px; line-height:40px; font-weight:bold; padding: 40px 16px 0;}
.head-brand .label-head-brand{margin:auto; margin-top:7px;}
.head-brand {padding: 0;}
.infografia img{width:100%; height:auto;}
.infografia{display:none;}
.infografia_mobile{display:block;
  img{width:100%; height:auto;}
}
.fotojesica{width:100%; margin-bottom:45px;}
.textovideo{margin-top:0;}
.textovideo p{font-size:15px;}
.foto1{margin-bottom:-14px !important;}
.texto1,.texto2{margin-top:21px!important;}
.franjadestacado p{font-size:21px!important;}
.videomerli{height:450px!important;}
p.title-destacado{font-size:32px; line-height:1.2;}
p.texto-destacado{font-size:20px; line-height:1.6;}

#separador{font-size:21px!important;}
.hidemobile{display:block;}
.hidedesktop{display:none;}
.textovideo li{display:block; width:100%;}
.textovideo .col1 img{float:none; width:200px;}
.textovideo{background-color:var(--s-color)!important;}
.textovideo .item2{float:none; color:var(--s-color) !important; width:100%;}
.textovideo p{font-size:31px!important; margin-bottom:10px;}
.titulobold{padding-top:10px; display:block;}
.logopie img{max-width: 60%;}
}
    .slick-slide img{margin:auto; width:100%}
    .slick-prev{position:absolute; top:45%; left:10px; width:16px; height:35px; border:none; background-color:#000; border-radius:60px; color:transparent; z-index:9; background-repeat:no-repeat; background-image:url("../img/flechaizq.png"); background-size:10px; background-position:center; width:36px;}
    .slick-next{position:absolute; top:45%; right:10px; width:16px; height:35px; border:none; background-color:#000; border-radius:60px; z-index:9; background-repeat:no-repeat; color:transparent; background-image:url("../img/flechader.png"); background-size:10px; background-position:center; width:36px;}
    .slick-dots{display:none!important;}
    .slick-prev:hover, .slick-next:hover{opacity:0.5;}
