@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');

/* elemenst gral */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  /*  fonts  */
  --gral-font-family: Arial, sans-serif;
  --heading-font-family: "Open Sans", sans-serif;

  /*  width  */
  --max-width-small-section: 768px;
  --max-width-media-section: 1024px;
  --max-width-wide-section: 1279px;
  --max-width-large-section: 1440px;
  --max-width-full-section: 100%;
  --max-width-large-header: 1620px;

  /*  colors  */
  --primary-font-color: #000000;
  --secondary-font-color: #595959;

  --primary-color: #000;
  --secondary-color: #000;
  --tertiary-color: #e89407;
  --primary-gradient: linear-gradient(to right, #023a85, #0f184d);

  /*  images  */

  /* hero images articles */

  /* hero image article one */
  /*  --hero-bg-image-desktop: url("../img/destacada.jpg");
  --hero-bg-image-mobile: url("../img/destacada-mobile.jpg");*/
  --hero-bg-image-desktop: url("../img/bg-desk-1.jpg");
  --hero-bg-image-mobile: url("../img/bg-desk-1.jpg");

  /*  shadows  */
  --static-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  --hover-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.2), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

body {
  color: var(--primary-font-color);
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  font-family: var(--gral-font-family);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.iframe{
  width: 100%;
  height: 57vw;
  padding: 0;
  margin: 0;
  border: none;
}

section {
  margin-top: 64px;
}

a{
  color: #da291c;
  font-weight: 700;
  text-decoration: none;
}


/* fin -- elemenst gral */
/* helpers */
/* capital letter */
p.capital-letter:first-letter {
  float: left;
  color: black;
  background: white;
  font-size: 96px;
  font-weight: 700;
  line-height: 100px;
  padding: 2px;
  margin-right: 48px;
}

/* fin - capital letter */
/*  parallax  */
.parallax {
  position: absolute;
  height: calc(100% - 64px);
  width: 100%;
  margin-top: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.parallax.uno {
  min-height: 480px;
  position: relative;
}

.parallax.dos {
  min-height: 480px;
  position: relative;
}

.parallax.tres {
  min-height: 480px;
  position: relative;
}

.parallax.cuatro {
  min-height: 480px;
  position: relative;
}

.parallax-bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  height: calc(100% - 120px);
  width: 100%;
  background-image: url("../img/parallax-2.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*  fin -- parallax  */
@media only screen and (min-width: 768px) {
  /*  containers  */
  .container-section {
    max-width: var(--max-width-media-section);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: justify;
  }

  .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 {
    position: absolute;
    height: calc(100% - 120px);
    width: 100%;
    margin-top: -120px;
  }

  /*  fin -- parallax  */
  /*  posiciones absolutas  */
  .center-left {
    top: 50%;
    left: -100px;
    transform: translate(-0%, -50%) !important;
  }

  .center-right {
    top: 50%;
    right: -100px;
    transform: translate(-0%, -50%) !important;
  }

  .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/snowflake.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
    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(0.25, 0.8, 0.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(0.25, 0.8, 0.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;
}

.uxp {
  display: flex;
  justify-content: center;
  align-items: center;
}

.uxp::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}

.uxp.uxp-twitter::after {
  background-image: url("../img/twitter.svg");
}

.uxp.uxp-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 simple brand */
.header-simple-brand {
  display: flex;
  flex-direction: column;
}

.header-simple-brand .container-header {
  height: 20vh;
}

.header-simple-brand .container-header .wrapper-header {
  display: flex;
  align-items: flex-end;
  height: 100%;
}

.header-simple-brand .container-header .wrapper-header .img-brand {
  margin: 0 auto 0;
}

@media only screen and (min-width: 768px) {
  .header-simple-brand .container-header {
    height: 20vh;
  }
}

/* fin header simple brand */

/* 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;
}

@media only screen and (min-width: 768px) {
  .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: 96px 32px;
  }

  .header-aside-item.text .extra-background-color {
    position: absolute;
    top: 0px;
    left: 99%;
    width: 50vw;
    height: 100%;
    background-color: #088fc0;
  }

  .header-aside-item.text .header-aside-main-title {
    color: #fff;
    font-size: 56px;
    line-height: 66px;
    font-weight: 700;
    /* max-width: 80%; */
    margin: 24px 0;
  }
}


.tips {
  border: 1px solid gray;
  box-shadow: 5px 5px 15px gray;
  margin-bottom: 26px;
  padding: 20px 70px;
  border-radius: 10px;
  text-wrap-style: balance;
}

/* fin -- header aside */
/* header hero */
.header-hero {
  height: calc(100vh - 56px);
  background-color: #ededed;
  background-image: var(--hero-bg-image-mobile);
  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, #000000c4);
  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: 1024px;
}

.header-hero .container-header .wrapper-header .header-label {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  display: block;
}

.header-hero .container-header .wrapper-header .main-title {
  font-family: var(--heading-font-family);
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  display: block;
  margin: 3rem 0 8rem 0;
}

@media only screen and (min-width: 768px) {
  .header-hero {
    height: 100vh;
    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.bottom {
    align-items: flex-end;
  }

  .header-hero .container-header .wrapper-header .main-title {
    font-size: 58px;
    line-height: 70px;
  }
}

/* fin - header hero */
/* fin -- header */
/* head brand */
.head-brand {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  /* align-items: center; */
}

.head-brand.in-header {
  padding: 16px;
}

.head-brand .label-head-brand {
  flex: 1;
  font-size: 14px;
  line-height: 16px;
}

.head-brand .label-head-brand .brand-logo {
  display: initial;
  max-width: 86px;
  padding-left: 6px;
  vertical-align: middle;
}

.head-brand .label-head-brand .brand-logo2 {
  display: initial;
  max-width: 120px;
  padding-right: 8px;
  vertical-align: baseline;
}

.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: 96px;
    vertical-align: baseline;
  }
}

/* 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;
}

.block-text-blurb-white {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}

@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: 32px;
  text-align: justify;
  font-weight: 500;
}

.wrapper-block-text .blockquote {
  color: var(--primary-font-color);
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 30px;

  margin-bottom: 64px;
}

.wrapper-block-text .blockquote .cite {
  color: var(--primary-font-color);
  display: block;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 48px;
}

.wrapper-block-text h1,
.wrapper-block-text h2,
.wrapper-block-text h3 {
  color: var(--secondary-color);
  line-height: 24px;
}

.wrapper-block-text .display-heading {
  display: block;
  font-family: var(--heading-font-family);
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 34px;
  margin-bottom: 16px;
  margin-top: 32px;
  color: #da291c;
}

@media only screen and (min-width: 768px) {
  .wrapper-block-text .display-heading {
    margin-bottom: 32px;
    margin-top: 64px;
  }
}

.wrapper-block-text .display-heading.left {
  text-align: left;
}

.wrapper-block-text .display-heading.center {
  text-align: center;
}

.wrapper-block-text .display-heading.right {
  text-align: right;
}

.wrapper-block-text .list {
  /* list-style: bullet; */
  padding-left: 16px;
  /* margin: 0; */
}

.wrapper-block-text .list-icons {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wrapper-block-text .list-icons .item-list .fa-check-circle {
  color: #6ac259;
  padding-right: 16px;
}

.wrapper-block-text .link {
  font-weight: bold;
}

.wrapper-block-text .link a {
  color: var(--primary-color);
  /* text-decoration: none; */
}

@media only screen and (min-width: 768px) {
  .wrapper-block-text {
    padding: 0;
    max-width: var(--max-width-media-section);
  }
}

/* fin -- block text */

/* table section */

.wrapper-table {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 16px;
  margin: 0 16px;
}

.wrapper-table .wrapper-image-side {
  display: none;
}

.wrapper-table .wrapper-image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.wrapper-table .table-responsive {
  width: 100%;
  overflow-x: auto;
}

.wrapper-table .table-responsive .table {
  font-size: 16px;
  line-height: 18px;
  width: 100%;
}

.wrapper-table .table-responsive .legales {
  font-size: 12px;
  text-align: center;
}

th {
  font-weight: 300;
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
}

td {
  padding: 12px 0;
  border-bottom: 1px solid #ededed;
  white-space: nowrap;
}

td img {
  display: initial;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 16px;
  margin-left: 16px;
}

@media only screen and (min-width: 768px) {
  .wrapper-table {
    padding: 0;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    width: 100%;
  }

  .wrapper-table.reverse {
    flex-direction: row-reverse;
  }

  .wrapper-table .table-responsive {
    width: 100%;
    /* display: flex; */
  }

  .wrapper-table .table-responsive.with-image {
    width: 60%;
  }

  .wrapper-table .table-responsive table {
    padding: 16px;
  }

  td {
    /* white-space: normal; */
  }

  i::before {
    display: inline;
    position: relative;
    content: "";
    /* width: 18px;
    height: 18px; */
    background-image: url(../img/checked.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* color: blue; */
  }

  td img {
    display: initial;
    vertical-align: bottom;
    object-fit: contain;
  }

  /* .wrapper-table .table-responsive table td img {
    padding: 6px 24px 6px 16px;
  } */

  .wrapper-table .wrapper-image-side {
    display: block;
    width: 40%;
  }
}

/* td img {
  padding: 6px 12px;
} */

tr:last-child td {
  border-bottom: none;
}

/* fin -- table section */

/* jumbotron section */
.jumbotron-section {
  padding-top: 64px;
  position: relative;
}

.jumbotron-section .wrapper-jumbotron .jumbotron {
  padding: 0 16px;
  position: relative;
}

.jumbotron-section .wrapper-jumbotron .jumbotron .jumbotron-caption {
  font-family: var(--heading-font-family);
  letter-spacing: 1pt;
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  padding: 32px;
  background-color: var(--primary-color);
  /*    transform: translateY(-5px);*/
}

@media only screen and (min-width: 768px) {
  .jumbotron-section {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .jumbotron-section .wrapper-jumbotron .jumbotron {
    padding: 0 16px;
    position: relative;
  }

  .jumbotron-section .wrapper-jumbotron .jumbotron .jumbotron-caption {
    display: block;
    position: absolute;
    color: #fff;
    max-width: 380px;
    transform: none;
  }
}

/* fin -- jumbotron section */
/* cards section */

.horizontal-card,
.vertical-card {
  display: flex;
  flex-direction: column;
}

.vertical-card {
  margin: 16px;
  flex-grow: 1;
  flex-basis: 0;
  overflow: hidden;
}

.material-skin {
  border-radius: 6px;
  box-shadow: var(--static-shadow);
  overflow: hidden;
}

.horizontal-card:not(:first-of-type) {
  margin-top: 64px;
}

.horizontal-card.reverse {
  /*        flex-direction: column-reverse;*/
}

.horizontal-card .card-item {
  position: relative;
}

.horizontal-card .card-item.text {
  padding: 0 16px;
}

.vertical-card {
}

.vertical-card .card-item.text {
  padding: 32px;
}

.vertical-card .card-item.text h3 {
  text-align: center;
  min-height: 48px;
}

.vertical-card .card-item.text .card-link {
  display: block;
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  width: 100%;
}

.horizontal-card .card-item h3 {
  color: #000;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.horizontal-card .card-item p,
.vertical-card .card-item p {
  font-size: 16px;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .wrapper-card.vertical {
    display: flex;
    flex-direction: row;
  }

  .horizontal-card {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }

  .horizontal-card.reverse {
    flex-direction: row-reverse;
  }

  .horizontal-card .card-item,
  .vertical-card .card-item {
    flex-basis: 0;
    flex-shrink: 1;
  }

  .horizontal-card .card-item {
    flex-grow: 1;
    padding: 0 16px;
  }
}

/* fin -- cards section */
/* sigle wide image */
.single-wide-image .wrapper-single-wide-image figure {
  margin: 0;
}

.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 */

.iframe-embed {
  width: 100%;
  height: 500px;
}

.iframe-embed-s {
  width: 100%;
  height: 400px;
}

@media only screen and (min-width: 768px) {
  .iframe-embed {
    height: 550px;
  }

  .iframe-embed-s {
    height: 600px;
  }
}

@media only screen and (max-width: 500px) and (min-width: 300px)  {
  .iframe-embed {
    height: 1150px;
  }

  .iframe-embed-s {
    height: 600px;
  }

  .parallax.uno {
    background-position: right -160px center;
  }

  .iframe {
    height: 200vw;
  }

  .header-hero {
    background-position: 32% 50%;
  }

  .d-none{display: none;}
}

/* embed video section */

.wrapper-embed-video {
  position: relative;
  height: 0;
  overflow: hidden;
}

.ratio-16by9 {
  padding-bottom: 56.25%;
}

.ratio-4by3 {
  padding-bottom: 75%;
}

.ratio-1by1 {
  padding-bottom: 100%;
}

.wrapper-embed-video .embed-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* fin -- embed video section */

/* 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-image: var(--primary-gradient);
}

.reverse .aside-image-block-item.text {
  background-image: var(--primary-gradient);
}

.aside-image-block-item p {
  color: #fff;
  line-height: 32px;
  margin: 0;
  text-align: justify;
}

@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(--primary-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: block;
  /* flex-direction: column; */
}

.carousel-cell {
  width: 100%;
  height: auto; /* 
  position: initial !important; */
}

.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;
}

.wrapper-footer-mega {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 32px;
}

.wrapper-footer-mega .footer-mega {
  padding: 0 16px;
  position: relative;
}

.footer-mega .footer-mega-caption {
  display: block;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  padding: 16px 32px;
  background-color: var(--secondary-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;
}

@media only screen and (min-width: 768px) {
  .wrapper-footer-mega {
    padding-bottom: 0px;
  }

  .footer-mega {
    position: relative;
  }

  .footer-mega .footer-mega-caption {
    position: absolute;
    z-index: 9;
  }

  .footer-mega .footer-mega-button {
    position: absolute;
    padding: 12px 32px;
    border-radius: 24px;
    max-width: inherit;
    margin-top: 0px;
    z-index: 99;
  }
}

/* fin -- footer-mega */
/* footer-small */
.footer-small-section {
  background-image: var(--primary-gradient);
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: bottom center;
}

@media only screen and (min-width: 768px) {
  .footer-small-section {
    background-size: 100% 80%;
  }
}

.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 */

/* tabs section */

.tabcontent {
  display: none;
  border: 1px solid #ccc;
  border-top: none;
}

.carrousel-nav-mobile {
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}

.aside-block-nav {
  background-color: #1a1f71;
  background-image: linear-gradient(to right, #0f184d, #023a85);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.brand-image-block {
}

.brand-image-block img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 72px;
  padding-left: 16px;
  padding-right: 16px;
}

.carrousel-nav-mobile .nav {
  overflow: hidden;
  display: table;
  padding-left: 16px;
  padding-right: 16px;
}

.nav-link {
  color: #fff !important;
  text-transform: uppercase;
  display: table-cell !important;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.5rem 0.75rem !important;
}

.nav-link.active {
  color: var(--tertiary-color);
  font-weight: bold;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--tertiary-color) !important;
  background-color: transparent !important;
  font-weight: bold;
}

.tab-content-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  padding: 16px 0;
  box-shadow: 0 2px 6px -6px #333;
}

.tab-content-heading .heading {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.tab-content-heading .sub-heading {
  color: var(--secondary-font-color);
  font-size: 14px;
}

.tab-content-body .brand-content {
  justify-content: start;
  padding: 16px;
  text-transform: uppercase;
}

.tab-content-body .brand-content .heading {
  font-size: 24px;
  font-weight: bold;
}

.tab-content-body .brand-content .sub-heading {
  font-size: 14px;
}

.tab-content-body .brand-content .brand-img {
  display: flex;
  align-items: center;
  padding-right: 16px;
}

.tab-content-body .brand-content .brand-img img {
  max-height: 42px;
}

@media only screen and (min-width: 768px) {
  .aside-block-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: linear-gradient(to bottom, #0f184d, #023a85);
  }

  .carrousel-nav-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }

  .localities-heading {
    color: #f7b600;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
    width: 100%;
    padding: 16px;
  }

  .aside-block-nav nav {
    height: 100%;
  }

  .carrousel-nav-mobile .nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    display: block !important;
    padding: 0.75rem !important;
  }

  .brand-image-block {
    margin-bottom: 24px;
  }

  .brand-image-block img {
    max-height: 36px;
    padding: 0;
  }

  .tab-content-heading {
    flex-direction: column;
    align-items: start;
    padding: 16px;
    box-shadow: 0 2px 6px -6px #333;
  }

  .tab-content-body .brand-content {
    justify-content: start;
    align-items: center;
    padding: 16px;
  }

  .tab-content-body .brand-content .brand-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .tab-content-body .brand-content .heading {
    font-size: 24px;
    font-weight: bold;
  }

  .tab-content-body .brand-content .sub-heading {
    font-size: 14px;
    line-height: 18px;
  }

  .tab-content-body .brand-content .brand-img img {
    padding-right: 64px;
    max-height: 48px;
  }

  .tab-content-block {
    padding-left: 0 !important;
  }
}

.tab-content-body .carrusel-block {
  display: block;
}

.tab-content-body .carrusel-block .full-carousel {
  display: block;
}

/* .flickity-viewport {
  height: 416px !important;
} */

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: var(--secondary-color) !important;
}
/* fin -- tabs section */
