
/**** Activar solo para la versión iframe de banca en linea 
.login__body {
    padding: 0.3rem;
    text-align: center;
}*/
/*.btn-entrar {
    font-size: 18px;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    background-color: #FFB300;
    border: 2px solid #FFB300;
    outline: 0;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    font-size: 1em;
    border-radius: 3px;
}*/

.video_btn:hover .icon {
    color: #fff;
}

.video_btn:hover img {
    opacity: 0.95;
}

.maincontent {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.anchor {
    position: relative;
}

    .anchor a {
        position: absolute;
        top: -64px;
    }



.mainmenu__header__logo {
    width: 171px;
    height: 32px;
    margin-top: 10px;
}

@media (min-width: 62em) {
    .siteheader__brand__white {
        display: block;
        width: 171px;
        height: 32px;
    }

    .siteheader__online {
        margin-top: -2px;
    }
}

.siteheader__brand__black, .siteheader__brand__white {
    border: 0;
    width: 168px;
    height: 30px;
}

@media (min-width: 48em) {
    .siteheader {
        padding: 1.25rem 1.5rem 0.90rem 1.5rem;
    }

    .wrapper {
        margin-top: 0px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .custom-select select > option {
        background-color: #fff;
    }
}

.custom-select {
    max-width: 446px;
}

.wrapper {
    min-width: 320px;
}

.sitefooter__brand > img {
    width: 168px;
    height: 48px;
}

.btn--border:hover {
    background-color: #2B2E34;
    color: #fff;
}

.btn--arrow .icon {
    height: 20px;
    margin-left: 2px;
}

.btn--underline {
    color: currentColor;
    text-decoration: underline;
}

    .btn--underline:hover {
        text-decoration: none;
        color: currentColor;
    }

input:focus {
    outline: 0px;
}

.siteheader__alternate__logo {
    position: absolute;
    right: 20px;
    top: 20px;
}

    .siteheader__alternate__logo img {
        width: 200px;
        height: 30px;
    }

@media (max-width:62em) {
    .siteheader__alternate__logo {
        display: none;
    }
}


@media (min-width: 48em) and (max-width:62em) {
    .siteheader__online > span {
        display: inline-block;
        margin-top: 2px;
        float: left;
        margin-right: 13px;
    }
    .siteheader__online > .icon{
        display: inline-block;
    }
    .siteheader__menubtn{
        margin-top:-5px;
    }
    .siteheader__tools{
        margin-top:-3px;
    }
}
@media (max-width: 48em) {
    .siteheader__tools{
        margin-top:0;
    }
}
@media (min-width: 48em) and (max-width:62em) {
    body.loginopen .siteheader__login {
        width: 280px;
    }
}



@media (min-width: 62em){
    .extraWidth .mainmenu__aside {
        width: 420px;
    }
}
.siteheader__brand__black, .siteheader__brand__white {
    width: auto;
}
.extraWidth .mainmenu__header__logo {
    width: auto;
    height: 30px;
}
@media (max-width: 30em){
    .extraWidth .siteheader__brand__black, .extraWidth .siteheader__brand__white {
        max-width: 60vw;
        width: auto;
        height: auto;
    }
    .extraWidth .mainmenu__header__logo {
        width: 60vw;
        height: auto;
    }
    
}
@media (max-width: 40em){
    .extraWidth .login__back span {
       display:none;
    }
}
@media (max-width: 20em){
    .extraWidth .siteheader__brand__black, .extraWidth .siteheader__brand__white {
        max-width: 70vw;
    }
}/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.hero {
  display: block;
  width: 100%;
  gheight: 100vh;
  position: relative; }
  .hero__wrapper {
    gposition: absolute;
    top: 0;
    left: 0;
    gwidth: 100%;
    gheight: 100%;
    list-style: none;
    padding: 0; }
  .hero__slide {
    position: relative;
    width: 100%;
    gheight: 100%;
    color: white;
    font-size: 22px;
    background-size: cover;
    background-position: center;
    padding: 2.25rem 1.125rem; }
    .hero__slide__content {
      max-width: 560px; }
  .hero__title {
    font-size: 55px;
    font-size: 46px;
    font-size: 15vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 213.333333333px) {
      .hero__title {
        font-size: 32px; } }
    @media (min-width: 466.666666667px) {
      .hero__title {
        font-size: 70px; } }
  .hero .flickity-page-dots {
    bottom: 1.5rem; }
    .hero .flickity-page-dots .dot {
      width: 13px;
      height: 13px;
      opacity: 1;
      background: white;
      margin: 0 5px; }
      .hero .flickity-page-dots .dot.is-selected {
        background: #FFB300; }
  @media (min-width: 48em) {
    .hero__slide {
      padding: 4.5rem 2.25rem; }
    .hero__title {
      font-size: 70px;
      margin-bottom: 3rem; }
    .hero .flickity-page-dots {
      bottom: 2rem; }
      .hero .flickity-page-dots .dot {
        width: 17px;
        height: 17px;
        margin: 0 8px; } }
  @media (min-width: 62em) {
    .hero {
      gheight: calc(100vh - 64px); }
      .hero__slide {
        padding: 6rem 3rem; }
        .hero__slide__content {
          max-width: 820px; }
      .hero__title {
        font-size: 83px; } }.hero__slide {
    position: relative;
    width: 100%;
    gheight: 100%;
    height: auto;
    min-height: 100vh;
    color: white;
    font-size: 22px;
    background-size: cover;
    background-position: center;
    padding: 2.25rem 1.125rem;
    padding-bottom: 3.5rem;
}

.hero__title, .hero__title_black {
    font-size: 55px;
    font-size: 46px;
    font-size: 11vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem;
}

@media (max-width: 213.333333333px) {
    .hero__title, .hero__title_black {
        font-size: 32px;
    }
}

@media (min-width: 466.666666667px) {
    .hero__title, .hero__title_black {
        gfont-size: 70px;
    }
}

@media (min-width: 48em) {
    .hero__title, .hero__title_black {
        font-size: 70px;
        margin-bottom: 3rem;
    }
}

@media (min-width: 62em) {
    .hero__title, .hero__title_black {
        font-size: 83px;
    }
}

.hero__title_black {
    color: #2b2e34;
}

@media (min-width: 62em) {
    .module-item:first-child > .hero {
        gheight: calc(100vh);
    }

    .siteheader {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.module-item:first-child .hero__slide__content {
    padding-top: 64px;
}

.hero {
    goverflow: hidden;
}

.hero__slide__content {
    position: relative;
    z-index: 2;
    padding-bottom: 2rem;
}

    .hero__slide__content .btn--arrow {
        margin-bottom: 3rem;
    }


/**** hero_slides ****/
.hero__slide {
    padding-top: 20px;
}

.hero__slide__content {
    max-width: none;
}

@media (max-width: 48em) {
    .module-item:first-child .hero__slide__content {
        padding-top: 0px;
    }
}

@media (min-width: 48em) {
    .hero__slide__content {
        max-width: 1000px;
    }
}



/**** BAN_04 ****/
/*.hero .BAN_04 {
    padding: 0;
    padding-bottom: 20px;
    background: none;
    gcolor: #2B2E34;
}

.hero .BAN_04__riskcube {
    align-items: normal;
}

.hero .BAN_04__riskcube__square {
    color: #2B2E34;
    margin-right: 2rem;
    margin-right: 6px;
    border: none;
}

.hero .BAN_04__riskcube__terms {
    margin-top: 0rem !important;
    font-size: 13px !important;
    background-color: white !important;
    color: black !important;
    padding: 14px !important;
    font-size: 10px !important;
}

@media (max-width: 48em) {
    .hero .BAN_04__riskcube__square {
        border: none;
        max-width: none;
        margin-right: 0;
    }

    .hero .BAN_04__riskcube__terms {
        margin-top: 6px !important;
    }
}*/





/**** BAN_05 ****/
/*.hero .BAN_05 {
    padding: 1rem 0;
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 2rem;
}

    .hero .BAN_05 .DIN_01__risk__list {
        color: #2B2E34;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .hero .BAN_05 .DIN_01__risk__notes {
        font-size: 16px;
        font-size: 12px;
    }

    .hero .BAN_05 .DIN_01__risk {
        background-color: white;
        color: black;
        padding: 15px 20px 10px 20px;
        margin-bottom: 6px;
    }

    .hero .BAN_05 .DIN_01__terms {
        background-color: white;
        color: black;
        padding: 20px;
        height: 100%;
        font-size: 10px;
    }

    .hero .BAN_05 .mt-2 {
        margin-top: 10px;
    }

    .hero .BAN_05 .candado {
        float: left;
        padding-right: 4px;
        height: 14px;
    }*/

/*@media (min-width: 48em) {
    .hero .DIN_01__risk__list > li {
        height: 23px;
    }

    .hero .BAN_05 .DIN_01__risk {
        margin-left: 6px;
        margin-bottom: 0;
    }

    .hero .BAN_05 {
        padding-bottom: 1rem;
    }
}*/







/**** hero__video *****/
.hero__video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    overflow: hidden;
}

    .hero__video video {
        position: absolute;
        min-width: 100%;
        min-height: 100%;
        z-index: 1;
    }

    .hero__video .hero__video__topcolor {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: 2;
        background-color: #000;
        opacity: 0.5;
    }



.GAL_05__textolegal {
    /*background-color: rgba(70,70,63,0.3);*/
    /*color: #ccc !important;*/
    margin-left: -18px;
    margin-right: -18px;
    padding: 20px;
    padding-bottom: 4rem;
    /*font-size: 10px;*/
    /*line-height: 14px;*/
    /*padding-right: calc(100% - 100px);*/
    align-self: flex-end;
}

    /*.GAL_05__textolegal span {
        color: #000000 !important;
        font-size: 10px;
        line-height: 14px;
    }*/
.GAL_05__textolegal {
    background-color: transparent;
    color: inherit !important;
    font-size: inherit;
    padding-right: 20px;
    width: 100%;
    font-weight: 100;
}

@media (max-width: 48em) {
    .GAL_05__textolegal {
        /*padding-bottom: 3rem;
        padding-right: 20px;*/
    }
}
.hasLegal.hero__slide {
        display: flex;
        flex-flow: row wrap;
    }
@media (min-width: 62em) {
    .GAL_05__textolegal {
        
    }

    
}
.M_AB_01 .container-fluid {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden; }

.M_AB_01__tools > [class^=col] + [class^=col] {
  border-left: 1px solid #95989A; }

.M_AB_01__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #B9BABA;
  padding: 1.125rem 0.75rem; }
  .M_AB_01__search__btn {
    margin-right: 0.75rem; }
  .M_AB_01__search__input input {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 22px; }

.M_AB_01__filtertoggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background-color: #B9BABA; }

.M_AB_01__filter {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }
  .M_AB_01__filter.open {
    max-height: 200px;
    margin-top: 1px; }
  .M_AB_01__filter.opencontent .M_AB_01__filter__openbtn {
    background-color: #909192; }
    .M_AB_01__filter.opencontent .M_AB_01__filter__openbtn > .icon {
      -webkit-transform: scaleY(-1);
              transform: scaleY(-1); }
  .M_AB_01__filter.opencontent .M_AB_01__filter__submenu {
    height: 58px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
  .M_AB_01__filter__openbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #B9BABA;
    padding: 0.75rem;
    font-size: 22px;
    font-weight: 500;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .M_AB_01__filter__openbtn > span {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .M_AB_01__filter__openbtn > .icon {
      margin-left: 1.5rem;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .M_AB_01__filter__submenu {
    background-color: #909192;
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .M_AB_01__filter__submenu__label {
      display: none; }
    .M_AB_01__filter__submenu__list {
      list-style: none;
      padding: 0;
      padding: 0 2.25rem; }
    .M_AB_01__filter__submenu__item > a {
      display: block;
      padding: 5px 10px;
      border: 1px solid #2B2E34;
      border-radius: 3px;
      font-size: 16px;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .M_AB_01__filter__submenu__item > a:hover {
        background-color: #FFB300; }
    .M_AB_01__filter__submenu__item + .M_AB_01__filter__submenu__item {
      margin-left: 0.75rem; }
    .M_AB_01__filter__submenu .flickity-prev-next-button {
      background-color: transparent;
      width: 30px;
      height: 30px; }
      .M_AB_01__filter__submenu .flickity-prev-next-button.previous {
        left: 0; }
      .M_AB_01__filter__submenu .flickity-prev-next-button.next {
        right: 0; }

.M_AB_01__body {
  padding: 1.5rem 0.75rem;
  background-color: white; }

.M_AB_01__title {
  font-size: 32px;
  font-weight: 500; }

.M_AB_01__new {
  display: block;
  padding: 1.5rem 0;
  border-bottom: 1px solid #D9D8D8;
  color: #555555; }
  .M_AB_01__new__image {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem; }
  .M_AB_01__new__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 0.75rem; }
  .M_AB_01__new__intro {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 1.125rem; }
  .M_AB_01__new__cat {
    font-size: 12px;
    font-weight: 500; }
  .M_AB_01__new__date {
    font-size: 10px;
    font-weight: 300; }

.M_AB_01__detailwrapper {
  background-color: white; }

.M_AB_01__detail {
  font-size: 18px;
  padding: 0.75rem 0.75rem 2.25rem; }
  .M_AB_01__detail__image {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem; }
  .M_AB_01__detail__title {
    font-size: 40px;
    font-size: 10.5vw;
    line-height: 1;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #D9D8D8;
    margin-bottom: 0.75rem;
    font-weight: 300; }
    @media (max-width: 304.761904762px) {
      .M_AB_01__detail__title {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .M_AB_01__detail__title {
        font-size: 40px; } }
  .M_AB_01__detail__tool {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    line-height: 1;
    margin-bottom: 2.25rem; }
  .M_AB_01__detail__cat {
    font-size: 18px;
    font-weight: 500; }
  .M_AB_01__detail__date {
    font-size: 22px;
    font-weight: 300; }
  .M_AB_01__detail__social {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .M_AB_01__detail__social > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 38px;
      height: 38px;
      border: 2px solid #2B2E34;
      border-radius: 50%;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      .M_AB_01__detail__social > li > a:hover {
        border-color: rgba(43, 46, 52, 0.5); }
    .M_AB_01__detail__social > li + li {
      margin-left: 5px; }
  .M_AB_01__detail__body {
    margin-bottom: 3rem; }
  .M_AB_01__detail__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .M_AB_01__detail__pagination > a {
      display: block;
      -webkit-transition: color 0.2s;
      transition: color 0.2s; }
      .M_AB_01__detail__pagination > a:hover {
        color: #FFB300; }
    .M_AB_01__detail__pagination > a + a {
      padding-left: 0.75rem; }
      .M_AB_01__detail__pagination > a + a:before {
        content: '|';
        display: inline-block;
        color: #2B2E34 !important;
        margin-right: 0.75rem; }

.M_AB_01__links {
  padding: 0.75rem;
  background-color: #DBDBDB;
  color: #555555; }
  .M_AB_01__links .container-fluid > .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
    .M_AB_01__links .container-fluid > .row > .col-auto {
      margin-right: 1.5rem; }
  .M_AB_01__links > h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.75rem; }
  .M_AB_01__links__cat {
    font-size: 12px; }
  .M_AB_01__links__date {
    font-size: 10px; }

.M_AB_01__aside {
  padding: 3rem 0.75rem; }
  .M_AB_01__aside__title {
    font-weight: 500;
    font-size: 22px; }

@media (min-width: 48em) {
  .M_AB_01__tools {
    position: relative; }
  .M_AB_01__search {
    height: 65px; }
  .M_AB_01__filtertoggle {
    display: none; }
  .M_AB_01__filter {
    max-height: none;
    position: static; }
    .M_AB_01__filter.opencontent {
      margin-bottom: 70px; }
      .M_AB_01__filter.opencontent .M_AB_01__filter__submenu {
        height: 70px;
        padding-top: 1.125rem;
        padding-bottom: 1.125rem; }
    .M_AB_01__filter__submenu {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
      .M_AB_01__filter__submenu__list {
        padding: 0 3.75rem; }
    .M_AB_01__filter__openbtn {
      height: 65px; }
    .M_AB_01__filter .flickity-prev-next-button {
      width: 50px;
      height: 50px; }
  .M_AB_01__news {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px; }
  .M_AB_01__new {
    display: inline-block;
    width: 100%; }
  .M_AB_01__aside {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .M_AB_01__detail {
    padding: 1.5rem;
    font-size: 22px; }
    .M_AB_01__detail__title {
      font-size: 58px; }
  .M_AB_01__links {
    padding: 1.5rem; } }

@media (min-width: 62em) {
  .M_AB_01__body {
    padding: 1.5rem; }
  .M_AB_01__news {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px; }
  .M_AB_01__linkswrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .M_AB_01__aside {
    padding: 1.5rem; } }.M_AB_01__filter__submenu__item.active > a {
    background-color: #FFB300;
}

.inversion__opinion .M_AB_01__new, .M_AB_01__new {
    border-bottom: none;
}

.M_AB_01__news {
    gdisplay: flex;
    gflex-wrap: wrap;
}

.M_AB_01__news__item {
    gmax-width: 25%;
}


@media (min-width: 48em) {
    .M_AB_01 {
        margin-top: 64px;
        padding: 0;
    }

    .M_AB_01__news {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: normal;
        -moz-column-gap: normal;
        column-gap: normal;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -22px;
    }

    .M_AB_01__news__item {
        max-width: 50%;
        padding: 0 22px;
    }

}

@media (min-width: 62em) {
    .M_AB_01__news {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
        -webkit-column-gap: normal;
        -moz-column-gap: normal;
        column-gap: normal;
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .M_AB_01__news__item {
        max-width: 25%;
        padding: 0 20px;
    }
}
.M_AB_01__links .container-fluid > .row > .col-auto {
    margin-right: 3.5rem;
}
.M_AB_01__links > h3 {
    margin-bottom: 1.5rem;
}
.M_AB_01__links {
    background-color: transparent;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2.5rem;
}
.M_AB_01__linkswrapper {
    padding: 0;
}
.M_AB_01__links__cat {
    max-width: 160px;
}.AGR_01 {
  padding: 1.5rem;
  background-color: #DAD2CD; }
  .AGR_01__maintitle {
    font-size: 58px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 304.761904762px) {
      .AGR_01__maintitle {
        font-size: 32px; } }
    @media (min-width: 552.380952381px) {
      .AGR_01__maintitle {
        font-size: 58px; } }
  .AGR_01__plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px; }
    .AGR_01__plan__end {
      margin-bottom: 0; }
      .AGR_01__plan__end .btn--border {
        margin-bottom: 1.5rem; }
      .AGR_01__plan__end .end-more {
        font-size: 22px; }
    @media (min-width: 48em) {
      .AGR_01__plan__end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .AGR_01__plan__end .btn--border {
          margin-bottom: 0;
          margin-right: 3rem; }
        .AGR_01__plan__end .end-more {
          font-size: 22px; } }
  .AGR_01__selector {
    font-size: 22px;
    margin-bottom: 3rem; }
    @media (min-width: 48em) {
      .AGR_01__selector {
        margin-bottom: 0; } }
    .AGR_01__selector ul {
      list-style: none; }
      .AGR_01__selector ul li {
        margin-bottom: 1.5rem; }
    .AGR_01__selector .custom-radio {
      position: relative; }
      .AGR_01__selector .custom-radio input[type=radio] {
        position: absolute;
        opacity: 0; }
      .AGR_01__selector .custom-radio label {
        display: inline-block;
        cursor: pointer;
        position: relative; }
        .AGR_01__selector .custom-radio label:before {
          content: "";
          display: inline-block;
          width: 26px;
          height: 26px;
          position: absolute;
          left: -40px;
          top: 3px;
          background-color: #fff;
          border-radius: 50%;
          border: 2px solid #000;
          -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s; }
      .AGR_01__selector .custom-radio input[type=radio]:checked + label:before {
        content: '';
        background-color: #FFD97F;
        font-size: 42px;
        text-align: center;
        line-height: 18px; }
  .AGR_01__slider {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 1.5rem; }
    .AGR_01__slider .flickity-viewport {
      -webkit-transition: height 0.3s;
      transition: height 0.3s; }
    .AGR_01__slider .flickity-page-dots .dot {
      width: 17px;
      height: 17px;
      opacity: 1;
      background-color: white; }
      .AGR_01__slider .flickity-page-dots .dot.is-selected {
        background-color: #000; }
    .AGR_01__slider__item {
      position: relative;
      min-height: 100%;
      padding: 0 0.75rem;
      width: 100%; }
  .AGR_01__table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    margin: 0;
    margin-bottom: 25px;
    padding: 0; }
    .AGR_01__table thead {
      display: none; }
    .AGR_01__table tr {
      display: block;
      border-bottom: 2px solid #2B2E34; }
      .AGR_01__table tr:first-child {
        border-top: 2px solid #2B2E34; }
    .AGR_01__table td, .AGR_01__table th {
      text-align: left;
      vertical-align: top;
      padding: 0.375rem 0;
      font-weight: 500;
      font-size: 16px; }
    .AGR_01__table td {
      display: block; }
      .AGR_01__table td:first-child {
        font-weight: 700;
        font-size: 20px;
        position: relative;
        padding-right: 40px;
        /* &:after {
					content: '';
					display: block;
					width: 24px;
					height: 15px;
					position: absolute;
					top: 50%;
					right: 0;
					margin-top: -6px;
					background-image: image('arrow-down.png');
					transition: transform 0.2s;
				}
				&.open:after { transform: scaleY(-1); } */ }
        .AGR_01__table td:first-child:before {
          content: none; }
      .AGR_01__table td:before {
        content: attr(data-label);
        display: block; }
    @media (min-width: 48em) {
      .AGR_01__table thead {
        display: table-header-group; }
      .AGR_01__table tr {
        display: table-row; }
        .AGR_01__table tr:first-child {
          border-top: 0; }
      .AGR_01__table th, .AGR_01__table td {
        padding: 0.75rem 0; }
      .AGR_01__table td {
        display: table-cell !important;
        height: auto !important;
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
        padding-right: 0; }
        .AGR_01__table td:before, .AGR_01__table td:after {
          content: none !important; } }
  .AGR_01__risknumber {
    display: block;
    margin-bottom: 0.375rem; }
  .AGR_01__title {
    font-size: 40px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 304.761904762px) {
      .AGR_01__title {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .AGR_01__title {
        font-size: 40px; } }
  .AGR_01__intro {
    margin-bottom: 1.5rem; }
  .AGR_01__image {
    margin-bottom: 1.5rem; }
    .AGR_01__image > img {
      display: block; }
  .AGR_01__terms {
    display: block;
    font-size: 9px;
    margin-bottom: 1.5rem; }
  .AGR_01__numbers {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem; }
    .AGR_01__numbers > li {
      padding: 0.75rem 0;
      line-height: 1; }
    .AGR_01__numbers > li + li:before {
      content: '';
      display: block;
      width: 110px;
      height: 2px;
      background-color: #2B2E34;
      position: relative;
      top: -0.75rem; }
    .AGR_01__numbers__med {
      font-size: 24px;
      font-weight: 500; }
    .AGR_01__numbers__big {
      font-size: 54px;
      font-weight: 700; }
      .AGR_01__numbers__big > sup {
        font-size: 50%; }
    .AGR_01__numbers__small {
      font-size: 18px;
      font-weight: 500; }
    .AGR_01__numbers--mini {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .AGR_01__numbers--mini > li {
        position: relative;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .AGR_01__numbers--mini > li + li {
        margin-left: 1.5rem; }
        .AGR_01__numbers--mini > li + li:before {
          position: absolute;
          width: 1px;
          height: 100%;
          top: 0;
          left: -0.75rem; }
      .AGR_01__numbers--mini .AGR_01__numbers__med {
        font-size: 16px; }
      .AGR_01__numbers--mini .AGR_01__numbers__big {
        font-size: 36px; }
      .AGR_01__numbers--mini .AGR_01__numbers__small {
        font-size: 12px; }
  @media (min-width: 48em) {
    .AGR_01 {
      display: block;
      padding: 2.25rem; }
      .AGR_01__plan {
        display: block;
        position: relative;
        overflow: hidden; }
        .AGR_01__plan:after {
          content: "";
          display: table;
          clear: both; }
      .AGR_01__image {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        z-index: 1; }
        .AGR_01__image > img {
          width: 100%; }
      .AGR_01__intro {
        overflow: hidden; }
      .AGR_01__numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .AGR_01__numbers > li {
          position: relative;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        .AGR_01__numbers > li + li {
          margin-left: 3rem; }
          .AGR_01__numbers > li + li:before {
            position: absolute;
            width: 1px;
            height: 100%;
            top: 0;
            left: -1.5rem; }
        .AGR_01__numbers__med {
          font-size: 20px;
          font-weight: 500; }
        .AGR_01__numbers__big {
          font-size: 46px;
          font-weight: 700; }
          .AGR_01__numbers__big > sup {
            font-size: 50%; }
        .AGR_01__numbers__small {
          font-size: 14px;
          font-weight: 500; }
      .AGR_01__terms {
        display: block;
        font-size: 9px;
        margin-bottom: 3rem; } }
  @media (min-width: 62em) {
    .AGR_01__terms, .AGR_01__numbers, .AGR_01__title, .AGR_01__intro, .AGR_01__more, .AGR_01__moreinfo {
      position: relative;
      z-index: 1; }
    .AGR_01__title {
      font-size: 58px; }
    .AGR_01__intro {
      font-size: 22px; }
    .AGR_01__numbers__med {
      font-size: 32px; }
    .AGR_01__numbers__big {
      font-size: 70px; }
    .AGR_01__numbers__small {
      font-size: 24px; }
    .AGR_01__moreinfo__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .AGR_01__video {
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    margin-bottom: 25px; }
    @media (min-width: 62em) {
      .AGR_01__video__content {
        max-width: 850px; } }
    .AGR_01__video__cover {
      position: relative;
      display: inline-block;
      width: 100%;
      margin-bottom: 1.5rem; }
      .AGR_01__video__cover img {
        width: 100%; }
      @media (min-width: 62em) {
        .AGR_01__video__cover {
          width: 100%; }
          .AGR_01__video__cover img {
            max-width: 100%; } }
      .AGR_01__video__cover .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        color: #808080;
        width: 65px;
        height: 65px; }
        @media (min-width: 48em) {
          .AGR_01__video__cover .icon {
            width: 122px;
            height: 122px; } }
    .AGR_01__video__description {
      display: none; }
    .AGR_01__video .btn--arrow {
      font-size: 22px;
      display: none; }
    @media (min-width: 48em) {
      .AGR_01__video__description {
        display: block;
        font-size: 28px;
        margin-bottom: 1.5rem; }
      .AGR_01__video .btn--arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }.AGR_01__numbers__big{
    line-height:1;
}
.AGR_01__terms{
    margin-top:15px;
    margin-bottom:15px;
}
.AGR_01 {
    padding: 2.25rem 1.5rem;
}
.AGR_01__slider__item {
    padding: 0 1.5rem;
}
.AGR_01__table a:hover {
    color:#FFB300;
}
.AGR_01__video__cover:hover .icon{
     color:#FFB300;
}
.AGR_01__video__cover .icon{
     color:#2B2E34;
}
@media (min-width: 48em) {
    .AGR_01__slider__item {
        padding-left: 4rem;
    }
}

.AGR_01 .CON_05{
    padding-top:1rem;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
}.AGR_02 {
    padding: 1.5rem;
    gbackground-color: #DAD2CD;
}

.AGR_02__tabs {
    font-size: 22px;
    ggmargin-bottom: 3rem;
}

@media (min-width: 48em) {
    .AGR_02__tabs {
        margin-bottom: 0;
    }
}

.AGR_02__tabs ul {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gmargin-right: -8px;
    gmargin-left: -8px;
}

    .AGR_02__tabs ul li {
        gmargin-bottom: 1.5rem;
    }


.AGR_02__tabs__item {
    gdisplay: inline-block;
    padding: 15px;
    background-color: #DAD2CD;
    color:#2b2e34;
}
.AGR_02__tabs__item:hover{
    opacity:0.9;
}

    .AGR_02__tabs__item.active {
        color:#2b2e34;
    }

    .AGR_02__tabs__item a {
        display: block;
    }

.AGR_02__tabs-1 .AGR_02__tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    gwidth: 100%;
}

.AGR_02__tabs-2 .AGR_02__tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    gwidth: 50%;
}

.AGR_02__tabs-3 .AGR_02__tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    gwidth: 33.3333333333%;
}

.AGR_02__tabs-4 .AGR_02__tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    gwidth: 25%;
}

.AGR_02__tabs-5 .AGR_02__tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    gwidth: 20%;
}

.AGR_02__tabs-6 .AGR_02__tabs__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    gwidth: 16.6666666667%;
}

.AGR_02__content__item {
    display: none;
    gborder: 1px solid #000;
}

    .AGR_02__content__item.active {
        display: block;
    }

.AGR_02__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    ggmargin-bottom: 1.5rem;
}

.AGR_02__content__item {
    position: relative;
    min-height: 100%;
    gpadding: 0 0.75rem;
    width: 100%;
    background-color: #DAD2CD;
}

@media (max-width: 54em) {
    .AGR_02 {
        display: block;
        gpadding: 2.25rem;
    }
    .AGR_02__tabs-1 .AGR_02__tabs__item, 
    .AGR_02__tabs-2 .AGR_02__tabs__item, 
    .AGR_02__tabs-3 .AGR_02__tabs__item, 
    .AGR_02__tabs-4 .AGR_02__tabs__item, 
    .AGR_02__tabs-5 .AGR_02__tabs__item, 
    .AGR_02__tabs-6 .AGR_02__tabs__item{
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 36em) {
    .AGR_02__tabs-1 .AGR_02__tabs__item, 
    .AGR_02__tabs-2 .AGR_02__tabs__item, 
    .AGR_02__tabs-3 .AGR_02__tabs__item, 
    .AGR_02__tabs-4 .AGR_02__tabs__item, 
    .AGR_02__tabs-5 .AGR_02__tabs__item, 
    .AGR_02__tabs-6 .AGR_02__tabs__item{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.AGR_02 .container-fluid {
    margin-left: 0;
    margin-right: 0; 
}

.module-item:first-child > .AGR_02 {
    margin-top:64px;
}
.without-topmargin .module-item:first-child > .AGR_02 {
    margin-top:0px;
}

.AGR_02 .CON_03__content {
    margin-bottom: 0;
}.AGR_03 {
    padding: 1.5rem;
    background-color: transparent;
}

@media (min-width: 48em) {
    .AGR_03 {
        padding: 1.5rem;
    }
}


.AGR_03__todayheader {
    gbackground-color: #D9BFA0;
    padding: 1rem 1.5rem;
    font-size: 20px;
}

.AGR_03__todayheader__title {
    font-size: 34px;
    margin-bottom: 0.25rem;
    line-height: 1;
}

    .AGR_03__todayheader__title > img {
        margin-left: 10px;
    }

.AGR_03__todayheader__menu {
    list-style: none;
    padding: 0;
}


@media (min-width: 48em) {
    .AGR_03__todayheader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .AGR_03__todayheader__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .AGR_03__todayheader__menu > li + li {
        margin-left: 1.5rem;
    }

    .AGR_03__todayheader__menu a {
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .AGR_03__todayheader__menu a:hover {
        color: white;
    }
}
h3.BAN_subtitulo_blanco, h2.BAN_titulo_blanco, .graphic45_blanco, .graphic22_blanco{
	color: #ffffff;
}
h3.BAN_subtitulo_negro, h2.BAN_titulo_negro, .graphic45_negro, .graphic22_negro{
	color: #2b2e34;	
}

.graphic22_negro, .graphic22_blanco{
    font-size:22px;
    font-weight:200;
}.BAN_01 {
  padding: 1.125rem 2.25rem 1.125rem 1.125rem;
  height: 500px;
  font-size: 22px;
  font-size: 6vw;
  color: white;
  background-size: cover;
  background-position: center; }
  @media (max-width: 300px) {
    .BAN_01 {
      font-size: 18px; } }
  @media (min-width: 366.666666667px) {
    .BAN_01 {
      font-size: 22px; } }
  .BAN_01__type {
    font-weight: 600; }
  .BAN_01__title {
    font-size: 50px;
    font-size: 13vw;
    line-height: 1; }
    @media (max-width: 246.153846154px) {
      .BAN_01__title {
        font-size: 32px; } }
    @media (min-width: 461.538461538px) {
      .BAN_01__title {
        font-size: 60px; } }
  @media (min-width: 48em) {
    .BAN_01 {
      padding: 1.5rem 3rem 1.5rem 1.5rem;
      height: 370px;
      font-size: 28px; }
      .BAN_01__title {
        font-size: 58px; } }
  @media (min-width: 62em) {
    .BAN_01 {
      padding: 1.5rem 4.5rem 1.5rem 1.5rem;
      height: 400px; } }.BAN_01__type, .BAN_01 .BAN_subtitulo_blanco, .BAN_01 .BAN_subtitulo_negro {
    font-weight: 600;
}

.BAN_01__title, .BAN_01 .BAN_titulo_blanco, .BAN_01 .BAN_titulo_negro {
    font-size: 50px;
    font-size: 13vw;
    line-height: 1.1;
}

@media (max-width: 246.153846154px) {
    .BAN_01__title, .BAN_01 .BAN_titulo_blanco, .BAN_01 .BAN_titulo_negro {
        font-size: 32px;
    }
}

@media (min-width: 461.538461538px) {
    .BAN_01__title, .BAN_01 .BAN_titulo_blanco, .BAN_01 .BAN_titulo_negro {
        font-size: 60px;
    }
}

@media (min-width: 48em) {
    .BAN_01__title, .BAN_01 .BAN_titulo_blanco, .BAN_01 .BAN_titulo_negro {
        font-size: 58px;
    }
}
.BAN_01 p{
    line-height:1.1;
    margin-bottom:5px;
}





.BAN_01 h1, .BAN_01 h2 {
    font-weight: 600;
}
.BAN_01 h1{
    font-size:28px;
    line-height: 1.1;
    margin-top:5px;
    margin-bottom:5px;
}
.BAN_01 h2 {
    font-size:58px;
    line-height: 1.1;
    font-weight:bold;
    margin-bottom:5px;
}
.BAN_01 h3 {
    line-height: 1.1;
    margin-bottom:5px;
}

.graphic45_blanco, .graphic45_negro{
    font-size: 45px;
    line-height: 1.1;
    font-weight:600;
}


@media (max-width: 461.538461538px) {
    .BAN_01 h2 {
        font-size: 42px;
    }
}


@media (max-width: 48em) {
    .BAN_01__container {
       width:100%;
    }
}

@media (min-width: 62em) {
    .BAN_01__container{
        width:60%;
    }
}
@media (min-width: 48em) {
    .module-item:first-child > .BAN_01 .BAN_01__container {
        margin-top: 64px;
    }
    .module-item:first-child > .BAN_01 {
        height: 464px;
    }
}

@media (max-width: 48em) {
    .BAN_01__title, .BAN_01 .BAN_titulo_blanco, .BAN_01 .BAN_titulo_negro {
        font-size: 7vw;
    }
}
@media (max-width: 42em) {
    .BAN_01__title, .BAN_01 .BAN_titulo_blanco, .BAN_01 .BAN_titulo_negro {
        font-size: 9vw;
    }
}
@media (max-width: 36em) {
    .BAN_01__title, .BAN_01 .BAN_titulo_blanco, .BAN_01 .BAN_titulo_negro {
        font-size: 11vw;
    }
}.BAN_02 {
  padding: 1.5rem;
  background-color: rgba(207, 197, 191, 0.6);
  font-size: 22px;
  font-size: 6vw; }
  @media (max-width: 300px) {
    .BAN_02 {
      font-size: 18px; } }
  @media (min-width: 366.666666667px) {
    .BAN_02 {
      font-size: 22px; } }
  .BAN_02__content {
    margin-bottom: 1.5rem; }
  .BAN_02__title {
    font-size: 40px;
    font-size: 10.5vw;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1; }
    @media (max-width: 304.761904762px) {
      .BAN_02__title {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .BAN_02__title {
        font-size: 40px; } }
  .BAN_02__bodycopy {
    margin-bottom: 1.5rem; }
  .BAN_02__image > img {
    width: 100%;
    display: block; }
  @media (min-width: 62em) {
    .BAN_02__title {
      font-size: 60px; } }.BAN_02__title, .BAN_02 .BAN_titulo_blanco, .BAN_02 .BAN_titulo_negro {
    font-size: 40px;
    font-size: 10.5vw;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1;
}

@media (max-width: 304.761904762px) {
    .BAN_02__title, .BAN_02 .BAN_titulo_blanco, .BAN_02 .BAN_titulo_negro {
        font-size: 32px;
    }
}

@media (min-width: 380.952380952px) {
    .BAN_02__title, .BAN_02 .BAN_titulo_blanco, .BAN_02 .BAN_titulo_negro {
        font-size: 40px;
    }
}

.BAN_02__bodycopy, .BAN_02 .BAN_subtitulo_blanco, .BAN_02 .BAN_subtitulo_negro {
    margin-bottom: 1.5rem;
}
.BAN_02 .BAN_subtitulo_blanco, .BAN_02 .BAN_subtitulo_negro {
    font-weight:600;
}

@media (min-width: 62em) {
    .BAN_02__title, .BAN_02 .BAN_titulo_blanco, .BAN_02 .BAN_titulo_negro {
        font-size: 60px;
    }
}
.BAN_03 {
  padding: 1.5rem 1.125rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  font-size: 6vw; }
  @media (max-width: 300px) {
    .BAN_03 {
      font-size: 18px; } }
  @media (min-width: 366.666666667px) {
    .BAN_03 {
      font-size: 22px; } }
  .BAN_03__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    margin-bottom: 1.5rem; }
    .BAN_03__image img {
      max-width: 100%; }
  .BAN_03__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 40px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 304.761904762px) {
      .BAN_03__title {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .BAN_03__title {
        font-size: 40px; } }
  .BAN_03__bodycopy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  @media (min-width: 48em) {
    .BAN_03 {
      display: block;
      padding: 2.25rem; }
      .BAN_03:after {
        content: "";
        display: table;
        clear: both; }
      .BAN_03__image {
        float: right;
        margin-left: 3rem;
        width: 40%; }
      .BAN_03__bodycopy {
        overflow: hidden; } }
  @media (min-width: 62em) {
    .BAN_03__image {
      width: auto; }
    .BAN_03__title {
      font-size: 58px; } }.BAN_03__title, .BAN_03 .BAN_titulo_blanco, .BAN_03 .BAN_titulo_negro {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 40px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 1.5rem;
}

@media (max-width: 304.761904762px) {
    .BAN_03__title, .BAN_03 .BAN_titulo_blanco, .BAN_03 .BAN_titulo_negro {
        font-size: 32px;
    }
}

@media (min-width: 380.952380952px) {
    .BAN_03__title, .BAN_03 .BAN_titulo_blanco, .BAN_03 .BAN_titulo_negro {
        font-size: 40px;
    }
}

.BAN_03__bodycopy, .BAN_03 .BAN_subtitulo_blanco, .BAN_03 .BAN_subtitulo_negro {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.BAN_03 .BAN_subtitulo_blanco, .BAN_03 .BAN_subtitulo_negro {
    font-weight:600;
    font-size:28px;
}

@media (min-width: 48em) {
    .BAN_03 {
        display: block;
        padding: 2.25rem 1.5rem;
    }

    .BAN_03__bodycopy, .BAN_03 .BAN_subtitulo_blanco, .BAN_03 .BAN_subtitulo_negro {
        overflow: hidden;
    }
}

@media (min-width: 62em) {
    .BAN_03__title, .BAN_03 .BAN_titulo_blanco, .BAN_03 .BAN_titulo_negro {
        font-size: 58px;
    }
}

.BAN_04 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem;
}

.BAN_04__body {
    margin-bottom: 3rem;
}

.BAN_04__riskcube {
    font-size: 10px;
    ggmargin-bottom: 1.5rem;
}

.BAN_04__riskcube__square {
    max-width: 170px;
    border: 1px solid #2B2E34;
    padding: 0.75rem;
    background-color: white;
    ggmargin-bottom: 0.75rem;
}

.BAN_04__riskcube__number {
    font-size: 24px;
    font-weight: 500;
}

    .BAN_04__riskcube__number > span {
        color: #A8A8A8;
    }

.BAN_04__riskcube__terms {
    ggdisplay: none;
    margin-top:1rem;
    font-size: 12px;
    list-style: none;
    padding: 0;
}

    .BAN_04__riskcube__terms > li + li {
        margin-top: 0.75rem;
    }

    .BAN_04__riskcube__terms li p{
        display:inline;
    }


@media (min-width: 48em) {


    .BAN_04__riskcube {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .BAN_04__riskcube__square {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-right: 0.75rem;
    }

    .BAN_04__riskcube__terms {
        display: block;
        font-size: 9px;
    }
}

@media (min-width: 62em) {
    .BAN_04__riskcube {
        font-size: 11px;
    }

    .BAN_04__riskcube__square {
        margin-right: 1.5rem;
    }

    .BAN_04__riskcube__number {
        font-size: 40px;
    }

    .BAN_04__riskcube__terms {
        font-size: 11px;
        max-width: 600px;
    }
}

.BAN_04__riskcube__terms {
    margin-top:1rem !important;
    font-size: 12px !important;
    list-style: none !important;
    padding: 0 !important;
}


/**** BAN_04 ****/
.BAN_04 {
    padding: 0;
    padding-bottom: 20px;
    background: none;
    gcolor: #2B2E34;
}

.BAN_04__riskcube {
    align-items: normal;
}

.BAN_04__riskcube__square {
    color: #2B2E34;
    margin-right: 2rem;
    margin-right: 6px;
    border: none;
}

.BAN_04__riskcube__terms {
    margin-top: 0rem !important;
    font-size: 13px !important;
    background-color: white !important;
    color: black !important;
    padding: 14px !important;
    font-size: 11px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 48em) {
    .BAN_04__riskcube__square {
        border: none;
        max-width: none;
        margin-right: 0;
    }

    .BAN_04__riskcube__terms {
        margin-top: 6px !important;
    }
}
.module-item > .BAN_04 {
    padding: 2.5rem 1.5rem;
}

@media (min-width: 48em) {
    .module-item:first-child > .BAN_04 {
        margin-top: 64px;
    }
    .without-topmargin .module-item:first-child > .BAN_04 {
        margin-top: 0px;
    }
}

/*** AMPLIACIÓN ****/
.BAN_04__riskcube__terms {
    border: 1px solid #000;
    border-left: 0;
}

.BAN_04__titulo {
    border: 1px solid #000;
    border-bottom: none;
    width: auto;
}

    .BAN_04__titulo p {
        margin-bottom: 0;
    }

.BAN_04__riskcube__square {
    margin-right: 0;
    border: 1px solid #000;
    padding-left: 2rem;
    padding-right: 2rem;
}

@media (max-width: 48em) {
    .BAN_04__riskcube__terms {
        margin-top: 0px !important;
        border-left: 1px solid #000;
        border-top: 0;
    }
    .BAN_04__riskcube__square {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .BAN_04__titulo {
        border-top: 1px solid #000;
    }
}
@media (min-width: 48em) {
    .BAN_04__riskcube__square {
        max-width: 240px;
    }
}
@media (min-width: 62em) {
    .BAN_04__titulo {
        width: 840px;
        max-width: 100%;
    }
}


.BAN_05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem 1.5rem;
}
.BAN_05 .DIN_01__terms, .BAN_05 .DIN_01__risk {
    max-width: 800px;
}



/**** BAN_05 ****/
.BAN_05 {
    padding: 1rem 0;
    font-size: 11px;
    padding-top: 0px;
    padding-bottom: 2rem;
}

    .BAN_05 .DIN_01__risk__list {
        color: #2B2E34;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .BAN_05 .DIN_01__risk__notes {
        font-size: 16px;
        font-size: 12px;
    }

    .BAN_05 .DIN_01__risk {
        background-color: white;
        color: black;
        padding: 15px 20px 10px 20px;
        margin-bottom: 6px;
    }

    .BAN_05 .DIN_01__terms {
        background-color: white;
        color: black;
        padding: 20px;
        height: 100%;
        font-size: 11px;
    }

    .BAN_05 .mt-2 {
        margin-top: 10px;
    }

    .BAN_05 .candado {
        float: left;
        padding-right: 4px;
        height: 14px;
    }
.DIN_01__risk__list > li {
        height: 23px !important;
    }
@media (min-width: 62em) {
    

    .BAN_05 .DIN_01__risk {
        margin-left: 6px;
        margin-bottom: 0;
    }
    .noCandados .DIN_01__risk{
        margin-left:0;
    }

    .BAN_05 {
        padding-bottom: 1rem;
    }
}

.module-item > .BAN_05 {
    padding: 2.5rem 1.5rem;
}

@media (min-width: 48em) {
    .module-item:first-child > .BAN_05 {
        margin-top: 64px;
    }
    .without-topmargin .module-item:first-child > .BAN_05 {
        margin-top: 0px;
    }
}.DES_01 {
  padding: 1.5rem 0.75rem 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 22px;
  font-size: 6vw; }
  @media (max-width: 300px) {
    .DES_01 {
      font-size: 18px; } }
  @media (min-width: 366.666666667px) {
    .DES_01 {
      font-size: 22px; } }
  .DES_01 img {
    max-width: 100%; }
  .DES_01__title, .DES_01__intro, .DES_01__body, .DES_01__more {
    padding: 0 0.375rem; }
  .DES_01__title, .DES_01__intro {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .DES_01__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .DES_01__moreinfo, .DES_01__more {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .DES_01__title {
    font-size: 40px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 304.761904762px) {
      .DES_01__title {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .DES_01__title {
        font-size: 40px; } }
  .DES_01__intro {
    margin-bottom: 3rem; }
  .DES_01__image {
    margin-bottom: 1.5rem; }
    .DES_01__image > img {
      display: block; }
  .DES_01__moreinfo {
    display: none; }
  .DES_01__body {
    margin-bottom: 3rem; }
  .DES_01 .FOR_01 {
    padding: 0 0.375rem; }
  @media (min-width: 48em) {
    .DES_01 {
      display: block;
      padding: 2.25rem; }
      .DES_01:after {
        content: "";
        display: table;
        clear: both; }
      .DES_01__title, .DES_01__intro, .DES_01__body, .DES_01__more {
        padding: 0; }
      .DES_01__title {
        max-width: 440px; }
      .DES_01__image {
        float: right;
        width: 40%;
        margin-left: 1.5rem; }
        .DES_01__image > img {
          width: 100%; }
      .DES_01__intro {
        overflow: hidden; }
      .DES_01--rev .DES_01__image {
        float: left;
        margin-left: 0;
        margin-right: 1.5rem; }
      .DES_01--rev .DES_01__title,
      .DES_01--rev .DES_01__intro,
      .DES_01--rev .DES_01__more,
      .DES_01--rev .DES_01__body {
        overflow: hidden; }
      .DES_01 .FOR_01 {
        padding: 0; } }
  @media (min-width: 62em) {
    .DES_01 {
      position: relative; }
      .DES_01:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .DES_01:hover:before {
        opacity: 1; }
      .DES_01__image, .DES_01__title, .DES_01__intro, .DES_01__more, .DES_01__moreinfo {
        position: relative;
        z-index: 1; }
      .DES_01__title {
        font-size: 58px; }
      .DES_01__intro {
        font-size: 28px; }
      .DES_01__image {
        margin-left: 3rem; }
      .DES_01__body {
        width: calc(60% - 32px); }
      .DES_01__less {
        position: absolute;
        left: 0;
        bottom: 0; }
      .DES_01--rev .DES_01__image {
        margin-right: 3rem; }
      .DES_01--rev .DES_01__body {
        width: auto; } }.DES_01 {
    padding: 1.5rem 1.5rem 3rem;
    font-size:inherit;
}

.DES_01 a {
    position: relative;
}

.DES_01 a:hover {
    gtext-decoration: underline;
}

.DES_01__body {
    margin-bottom: 2rem;
}

.DES_01__lessbtn {
    gmargin-top: 3rem;
}

.DES_01__textblock {
    margin-bottom: 20px;
}


@media (min-width: 62em) {
    .DES_01__body {
        width: auto;
        max-width: 80%;
    }

    .DES_01__more {
        margin-top: 40px;
    }

    .DES_01__textblock {
        width: 54%;
        float: left;
    }

    .DES_01--rev .DES_01__image, .DES_01 .DES_01__image {
        width: 40%;
    }
}

.DES_01__moreinfo {
    clear: both;
}

.DES_01__less_right {
    margin-top: 4rem;
}

.DES_01__moreinfobox {
    margin-top: 30px;
    position: relative;
}

.DES_01 .texto_graphic_58_negro, .DES_01 .texto_graphic_58_blanco, .DES_01 .texto_graphic_58_gris, .DES_01 .texto_graphic_58_amarillo {
    gmax-width: 440px;
    display: block;
}

.DES_01 .FOR_01 {
    clear: right;
}

.googlerecaptcha {
    display: none;
}

@media (min-width: 48em) {
    .DES_01 {
        padding: 2.25rem 1.5rem;
    }
}

.DES_01 .BAN_04 {
    padding: 0;
    padding-bottom: 20px;
    background: none;
}

.DES_01 ul {
    margin-bottom: 15px;
}

.DES_01 .CON_05{
    padding-top:1rem;
    padding-left:0;
    padding-right:0;
    padding-bottom:0;
}

.DES_01 .DES_01__moreinfo .CON_05{
    padding-top:2rem;
    padding-left:0;
    padding-right:0;
    padding-bottom:2rem;
}.DES_02 {
  padding: 1.5rem 0.75rem 3rem;
  font-size: 22px;
  font-size: 6vw; }
  @media (max-width: 300px) {
    .DES_02 {
      font-size: 18px; } }
  @media (min-width: 366.666666667px) {
    .DES_02 {
      font-size: 22px; } }
  .DES_02 img {
    max-width: 100%; }
  .DES_02__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .DES_02__risk {
    font-size: 10px;
    margin-bottom: 1.5rem; }
    .DES_02__risk__square {
      max-width: 170px;
      border: 1px solid #2B2E34;
      padding: 0.75rem;
      background-color: white;
      margin-bottom: 0.75rem; }
    .DES_02__risk__number {
      font-size: 24px;
      font-weight: 500; }
      .DES_02__risk__number > span {
        color: #A8A8A8; }
    .DES_02__risk__terms {
      display: none;
      font-size: 9px;
      list-style: none;
      padding: 0; }
      .DES_02__risk__terms > li + li {
        margin-top: 0.75rem; }
  .DES_02__title, .DES_02__intro {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .DES_02__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .DES_02__numbers, .DES_02__moreinfo, .DES_02__more {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .DES_02__title {
    font-size: 40px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 304.761904762px) {
      .DES_02__title {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .DES_02__title {
        font-size: 40px; } }
  .DES_02__intro {
    margin-bottom: 3rem; }
  .DES_02__image {
    margin-bottom: 1.5rem; }
    .DES_02__image > img {
      display: block; }
  .DES_02__numbers {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem; }
    .DES_02__numbers > li {
      padding: 0.75rem 0;
      line-height: 1; }
    .DES_02__numbers > li + li:before {
      content: '';
      display: block;
      width: 110px;
      height: 2px;
      background-color: #2B2E34;
      position: relative;
      top: -0.75rem; }
    .DES_02__numbers__med {
      font-size: 24px;
      font-weight: 500; }
    .DES_02__numbers__big {
      font-size: 54px;
      font-weight: 700; }
      .DES_02__numbers__big > sup {
        font-size: 50%; }
    .DES_02__numbers__small {
      font-size: 18px;
      font-weight: 500; }
    .DES_02__numbers--mini {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .DES_02__numbers--mini > li {
        position: relative;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .DES_02__numbers--mini > li + li {
        margin-left: 1.5rem; }
        .DES_02__numbers--mini > li + li:before {
          position: absolute;
          width: 1px;
          height: 100%;
          top: 0;
          left: -0.75rem; }
      .DES_02__numbers--mini .DES_02__numbers__med {
        font-size: 16px; }
      .DES_02__numbers--mini .DES_02__numbers__big {
        font-size: 36px; }
      .DES_02__numbers--mini .DES_02__numbers__small {
        font-size: 12px; }
  .DES_02__terms {
    display: none; }
  .DES_02__moreinfo {
    display: none; }
    .DES_02__moreinfo__content {
      margin-bottom: 3rem; }
  .DES_02__calculator {
    margin-bottom: 3rem; }
    .DES_02__calculator__result {
      font-size: 50px;
      font-size: 16vw;
      line-height: 1;
      font-weight: 700; }
      @media (max-width: 187.5px) {
        .DES_02__calculator__result {
          font-size: 30px; } }
      @media (min-width: 375px) {
        .DES_02__calculator__result {
          font-size: 60px; } }
      .DES_02__calculator__result > span {
        font-size: 50%;
        font-weight: 500; }
  @media (min-width: 48em) {
    .DES_02 {
      display: block;
      padding: 2.25rem; }
      .DES_02__head {
        display: block;
        margin-bottom: 2.25rem;
        position: relative;
        padding-right: 45%;
        overflow: hidden; }
        .DES_02__head:after {
          content: "";
          display: table;
          clear: both; }
      .DES_02__risk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .DES_02__risk__square {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          margin-right: 0.75rem; }
        .DES_02__risk__terms {
          display: block; }
      .DES_02__image {
        position: absolute;
        top: 0;
        right: 0;
        width: 40%;
        z-index: 1; }
        .DES_02__image > img {
          width: 100%; }
      .DES_02__intro {
        overflow: hidden; }
      .DES_02__numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .DES_02__numbers > li {
          position: relative;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        .DES_02__numbers > li + li {
          margin-left: 3rem; }
          .DES_02__numbers > li + li:before {
            position: absolute;
            width: 1px;
            height: 100%;
            top: 0;
            left: -1.5rem; }
        .DES_02__numbers__med {
          font-size: 20px;
          font-weight: 500; }
        .DES_02__numbers__big {
          font-size: 46px;
          font-weight: 700; }
          .DES_02__numbers__big > sup {
            font-size: 50%; }
        .DES_02__numbers__small {
          font-size: 14px;
          font-weight: 500; }
      .DES_02__terms {
        display: block;
        font-size: 9px;
        margin-bottom: 3rem; }
      .DES_02--rev .DES_02__head {
        padding-right: 0;
        padding-left: 45%; }
      .DES_02--rev .DES_02__image {
        right: auto;
        left: 0; } }
  @media (min-width: 62em) {
    .DES_02 {
      position: relative; }
      .DES_02:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .DES_02:hover:before {
        opacity: 1; }
      .DES_02__risk {
        font-size: 11px; }
        .DES_02__risk__square {
          margin-right: 1.5rem; }
        .DES_02__risk__number {
          font-size: 40px; }
        .DES_02__risk__terms {
          font-size: 11px;
          max-width: 350px; }
      .DES_02__risk, .DES_02__terms, .DES_02__numbers, .DES_02__title, .DES_02__intro, .DES_02__more, .DES_02__moreinfo {
        position: relative;
        z-index: 1; }
      .DES_02__title {
        font-size: 58px; }
      .DES_02__intro {
        font-size: 28px; }
      .DES_02__numbers__med {
        font-size: 32px; }
      .DES_02__numbers__big {
        font-size: 70px; }
      .DES_02__numbers__small {
        font-size: 24px; }
      .DES_02__moreinfo__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .DES_02__calculator {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        margin-bottom: 0; }
      .DES_02__contactform {
        max-width: 320px;
        border: 2px solid #2B2E34;
        padding: 1.5rem;
        border-radius: 3px; } }.DES_02 {
    padding: 1.5rem 1.5rem 3rem;
}

@media (min-width: 48em) {
    .DES_02 {
        display: block;
        padding: 1.5rem;
    }
}

.DES_02 .BAN_04 {
    padding: 0;
    padding-bottom: 20px;
    background: none;
}
.DES_02__moreinfo__content {
    margin-bottom: 1rem;
}
.FOR_01 {
  padding: 1.5rem;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  .FOR_01 [class^="col"] + [class^="col"] {
    margin-top: 1.5rem; }
  .FOR_01__title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 1.5rem; }
  .FOR_01__less {
    margin-top: 3rem; }
  @media (min-width: 48em) {
    .FOR_01__image {
      width: 100%; } }
  @media (min-width: 62em) {
    .FOR_01 {
      position: relative; }
      .FOR_01__less {
        position: absolute;
        left: 0;
        bottom: 0; } }@media (max-width: 48em) {
    .FOR_01__image {
        width: 100%;
    }
}
.FOR_02 {
  padding: 1.5rem;
  font-size: 18px; }
  .FOR_02__head {
    margin-bottom: 1.5rem; }
  .FOR_02__title {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 0.75rem; }
  .FOR_02__image {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .FOR_02__row {
    margin-bottom: 0.75rem; }
    .FOR_02__row--extramb {
      margin-bottom: 2.25rem; }
  @media (min-width: 48em) {
    .FOR_02 {
      font-size: 22px; }
      .FOR_02__title {
        font-size: 44px; }
      .FOR_02__body {
        font-size: 18px; } }.GAL_01 {
  padding: 1.5rem;
  background-color: #DAD2CD; }
  .GAL_01__title {
    display: none; }
  .GAL_01__slider {
    visibility: hidden;
    margin-bottom: 1.5rem; }
    .GAL_01__slider .flickity-prev-next-button {
      background-color: transparent;
      width: 26px;
      height: 59px; }
      .GAL_01__slider .flickity-prev-next-button.next {
        right: -20px; }
      .GAL_01__slider .flickity-prev-next-button.previous {
        left: -20px; }
      .GAL_01__slider .flickity-prev-next-button > svg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .GAL_01__slider .flickity-prev-next-button:not([disabled]):hover .arrow {
        fill: #FFB300; }
    .GAL_01__slider__item {
      position: relative;
      padding: 0 0.75rem;
      width: 100%; }
  .GAL_01__item {
    background-color: #FFE8B2;
    padding: 1.5rem;
    font-size: 22px;
    height: 100%; }
    .GAL_01__item__title {
      font-size: 40px;
      font-size: 9.5vw;
      line-height: 1;
      margin-bottom: 0.75rem; }
      @media (max-width: 315.789473684px) {
        .GAL_01__item__title {
          font-size: 30px; } }
      @media (min-width: 421.052631579px) {
        .GAL_01__item__title {
          font-size: 40px; } }
    .GAL_01__item__bodycopy {
      margin-bottom: 1.5rem; }
  .GAL_01__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  @media (min-width: 48em) {
    .GAL_01__title {
      display: block;
      font-weight: 700;
      font-size: 30px;
      line-height: 1;
      margin-bottom: 1.5rem; }
    .GAL_01__slider {
      padding: 0 2.25rem;
      margin-bottom: 3rem; }
      .GAL_01__slider .flickity-prev-next-button {
        width: 30px;
        height: 68px; }
        .GAL_01__slider .flickity-prev-next-button.next {
          right: 0; }
        .GAL_01__slider .flickity-prev-next-button.previous {
          left: 0; }
      .GAL_01__slider__item {
        width: 50%; } }
  @media (min-width: 62em) {
    .GAL_01__slider {
      padding: 0 3rem; }
      .GAL_01__slider .flickity-prev-next-button {
        width: 36px;
        height: 82px; }
      .GAL_01__slider__item {
        width: 33.333%; }
    .GAL_01__item {
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .GAL_01__item:hover {
        background-color: #fed981; } }.GAL_01__item .btn--border {
    margin-top: 10px;
    margin-bottom: 10px;
}

.GAL_01__item .btn--arrow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.GAL_01 {
    overflow: hidden;
}

.GAL_01__item__bodycopy {
    overflow: hidden;
    word-wrap: break-word;
}

.GAL_01__title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1.5rem;
}


.GAL_01__item {
    background-color: #fed981;
    filter:saturate(0.6);
}

@media (min-width: 62em) {
    .GAL_01__item:hover {
        background-color: #fed981;
        filter:none;
    }
}
.GAL_02 {
    background-color: #D3C9C4;
    padding: 1.5rem;
    max-height: 300px;
}

.GAL_02__title {
    display: none;
}

.GAL_02__slider {
    visibility: hidden;
    padding: 0 1.125rem;
}

    .GAL_02__slider .flickity-prev-next-button {
        background-color: transparent;
        width: 26px;
        height: 59px;
    }

        .GAL_02__slider .flickity-prev-next-button.next {
            right: -20px;
        }

        .GAL_02__slider .flickity-prev-next-button.previous {
            left: -20px;
        }

        .GAL_02__slider .flickity-prev-next-button > svg {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .GAL_02__slider .flickity-prev-next-button:not([disabled]):hover .arrow {
            fill: #FFB300;
        }

.GAL_02__slider__item {
    position: relative;
    width: 50%;
    min-height: 100%;
}

.GAL_02__item {
    padding: 0.75rem;
    text-align: center;
    font-size: 14px;
}

.GAL_02__item__icon {
    width: 47px;
    height: 57px;
    margin-bottom: 0.375rem;
}

.GAL_02__item__title {
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.GAL_02__item__select {
    font-size: 12px;
}

@media (min-width: 48em) {
    .GAL_02__title {
        display: block;
        font-weight: 700;
        font-size: 30px;
        line-height: 1;
        margin-bottom: 1.5rem;
    }

    .GAL_02__slider {
        padding: 0 2.25rem;
    }

        .GAL_02__slider .flickity-prev-next-button {
            width: 30px;
            height: 68px;
        }

            .GAL_02__slider .flickity-prev-next-button.next {
                right: 0;
            }

            .GAL_02__slider .flickity-prev-next-button.previous {
                left: 0;
            }

    .GAL_02__slider__item {
        width: 25%;
    }
}

@media (min-width: 62em) {
    .GAL_02__slider {
        padding: 0 3rem;
    }

        .GAL_02__slider .flickity-prev-next-button {
            width: 36px;
            height: 82px;
        }

    .GAL_02__slider__item {
        width: 16.666%;
    }
}
.GAL_03 {
    padding: 1.5rem;
    background-color: #FFFFFF;
    padding-top: 2rem;
}
.hasMercados .GAL_03 {
    float:left;
}

.GAL_03__title {
    display: none;
        
}

.GAL_03__slider {
    margin-bottom: 1.5rem;
    
}

    .GAL_03__slider .flickity-prev-next-button {
        background-color: transparent;
        width: 26px;
        height: 59px;
    }

        .GAL_03__slider .flickity-prev-next-button.next {
            right: -20px;
        }

        .GAL_03__slider .flickity-prev-next-button.previous {
            left: -20px;
        }

        .GAL_03__slider .flickity-prev-next-button > svg {
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        .GAL_03__slider .flickity-prev-next-button:not([disabled]):hover .arrow {
            fill: #FFB300;
        }

.GAL_03__slider__item {
    position: relative;
    min-height: 100%;
    padding: 0 0.75rem;
    width: 100%;
}

.GAL_03__item {
    gggbackground-color: #FFE8B2;
    padding: 1.5rem;
    font-size: 22px;
    min-height: 100%;
    padding-top:0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.GAL_03__item__title {
    font-size: 40px;
    font-size: 9.5vw;
    line-height: 1;
    margin-bottom: 0.75rem;

}

.GAL_03__moduleheader {
    margin-bottom: 1.5rem;
}

.GAL_03__moduleheader__more {
    display: none;
}

.GAL_03 .M_AB_01__new {
    border-bottom: none;
}

@media (max-width: 315.789473684px) {
    .GAL_03__item__title {
        font-size: 30px;
    }
}

@media (min-width: 421.052631579px) {
    .GAL_03__item__title {
        font-size: 40px;
    }
}

.GAL_03__item__bodycopy {
    margin-bottom: 1.5rem;
}

.GAL_03__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (min-width: 48em) {
    .GAL_03__title {
        display: block;
        font-weight: 700;
        font-size: 32px;
        line-height: 1;
        margin-bottom: 1.5rem;
        margin-bottom: 0;
    }

    .GAL_03__slider {
        padding: 0 2.25rem;
        margin-bottom: 0;
    }

        .GAL_03__slider .flickity-prev-next-button {
            width: 30px;
            height: 68px;
        }

            .GAL_03__slider .flickity-prev-next-button.next {
                right: 0;
            }

            .GAL_03__slider .flickity-prev-next-button.previous {
                left: 0;
            }

    .GAL_03__slider__item {
        width: 50%;
    }

    .GAL_03__moduleheader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .GAL_03__moduleheader__more {
        display: block;
        font-size: 16px;
    }

    .GAL_03__mobilemore {
        display: none;
    }
}

@media (min-width: 58em) {
    .GAL_03__slider__item {
        width: 33.3333%;
    }
}

@media (min-width: 62em) {
    .GAL_03__slider {
        padding: 0 3rem;
    }

        .GAL_03__slider .flickity-prev-next-button {
            width: 36px;
            height: 82px;
        }

    .GAL_03__slider__item {
        width: 25%;
    }

    .gggGAL_03__item {
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }

        .gggGAL_03__item:hover {
            background-color: #fed981;
        }
}

.GAL_03 .M_AB_01__new__title {
    font-size: 22px;
}
.GAL_03 .M_AB_01__new__intro {
    font-size: 16px;
    font-weight: normal;
}

.GAL_03__wrapper{
    position:relative;
}
.GAL_03__mercados{
    width:30%;
    float:left;
    height:100%;
    background-color:#ffe0ca;
    padding: 30px;
    padding-left: 45px;
    padding-right: 45px;
    position:absolute;
    bottom:0;
    right:0;
}
.GAL_03__mercados__title {
    font-size:32px;
    font-weight:bold;
}
.GAL_03__mercados__indice{
    font-size:82px;
}
.GAL_03__mercados__texto{
    font-size: 24px;
    margin-top: 50px;
}
.GAL_03__clearFix{
    clear:both;
}
.GAL_03__mercados .btn--arrow > span {
    text-decoration: underline;
}
.GAL_03__mercados .btn--arrow{
    margin-top:20px;
}

@media (max-width: 75em) {
    .GAL_03__slider__item {
        width: 33.33333%;
    }
}

@media (max-width: 48em) {
    .hasMercados .GAL_03__mercados {
        float:none;
        width:100%;
        position:relative;
    }
    .hasMercados .GAL_03 {
        float:none;
    }
    .GAL_03__slider__item {
        width: 50%;
    }
}
@media (max-width: 30em) {
    .GAL_03__slider__item {
        width: 100%;
    }
}

@media (min-width: 48em) {
    .hasMercados .GAL_03__mercados {
        width: 50%;
    }
    .hasMercados .GAL_03 {
        width: 49.9%;
    }
    .hasMercados .GAL_03__slider__item {
        width: 100%;
    }
}

@media (min-width: 62em) {
    .hasMercados .GAL_03__mercados {
        width: 30%;
    }
    .hasMercados .GAL_03 {
        width: 70%;
    }
    .hasMercados .GAL_03__slider__item {
        width: 50%;
    }
}
@media (min-width: 75em) {
    .hasMercados .GAL_03__mercados {
        width: 25%;
    }
    .hasMercados .GAL_03 {
        width: 75%;
    }
    .hasMercados .GAL_03__slider__item {
        width: 33.33333%;
    }
}
@media (min-width: 90em) {
    .hasMercados .GAL_03__mercados {
        width: 20%;
    }
    .hasMercados .GAL_03 {
        width: 80%;
    }
}.GAL_04 {
  height: 500px;
  font-size: 22px;
  font-size: 6vw;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 300px) {
    .GAL_04 {
      font-size: 18px; } }
  @media (min-width: 366.666666667px) {
    .GAL_04 {
      font-size: 22px; } }
  .GAL_04__slides {
    visibility: hidden;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .GAL_04__slide {
    padding: 1.125rem 2.25rem 1.125rem 1.125rem;
    position: relative;
    width: 100%;
    height: 100%; }
  .GAL_04__type {
    font-weight: 600; }
  .GAL_04__title {
    font-size: 50px;
    font-size: 13vw;
    line-height: 1; }
    @media (max-width: 246.153846154px) {
      .GAL_04__title {
        font-size: 32px; } }
    @media (min-width: 461.538461538px) {
      .GAL_04__title {
        font-size: 60px; } }
  .GAL_04 .flickity-page-dots {
    bottom: 1.5rem; }
    .GAL_04 .flickity-page-dots .dot {
      width: 13px;
      height: 13px;
      opacity: 1;
      background: white;
      margin: 0 5px; }
      .GAL_04 .flickity-page-dots .dot.is-selected {
        background: #FFB300; }
  @media (min-width: 48em) {
    .GAL_04 {
      height: 370px;
      font-size: 28px; }
      .GAL_04__slide {
        padding: 1.5rem 3rem 1.5rem 1.5rem; }
      .GAL_04__title {
        font-size: 58px; } }
  @media (min-width: 62em) {
    .GAL_04 {
      height: 400px; }
      .GAL_04__slide {
        padding: 1.5rem 4.5rem 1.5rem 1.5rem; } }.GAL_04{
    overflow:hidden;
}

.GAL_04__type, .GAL_04 .BAN_subtitulo_blanco, .GAL_04 .BAN_subtitulo_negro {
    font-weight: 600;
}

.GAL_04__title, .GAL_04 .BAN_titulo_blanco, .GAL_04 .BAN_titulo_negro {
    font-size: 50px;
    font-size: 13vw;
    line-height: 1;
}

@media (max-width: 246.153846154px) {
    .GAL_04__title, .GAL_04 .BAN_titulo_blanco, .GAL_04 .BAN_titulo_negro {
        font-size: 32px;
    }
}

@media (min-width: 461.538461538px) {
    .GAL_04__title, .GAL_04 .BAN_titulo_blanco, .GAL_04 .BAN_titulo_negro {
        font-size: 60px;
    }
}


@media (min-width: 48em) {
    .GAL_04__title, .GAL_04 .BAN_titulo_blanco, .GAL_04 .BAN_titulo_negro {
        font-size: 58px;
    }
}



@media (min-width: 62em) {
    .module-item:first-child > .GAL_04 {
        height: 464px;
    }
    .GAL_04__slide_container {
        width:60%;
    }
}
@media (min-width: 48em) {
    .module-item:first-child > .GAL_04 .GAL_04__slide_container {
        margin-top: 64px;
    }
}
.GAL_04__slide_container{
    word-wrap: break-word;
    overflow: hidden;
}


.CON_accordion {
    border-bottom: 2px solid #2B2E34;
}

.CON_accordion h1 {
    font-size: 40px;
    margin: 1.5rem 0 3rem 0;
}

@media (min-width: 48em) {
    .CON_accordion h1 {
        font-size: 58px;
    }
}

.CON_accordion h2 {
    font-size: 33px;
    font-weight: bold;
    margin: 3rem 0 1.5rem 0;
}

.CON_accordion ul.desplegable {
    margin: 0;
    padding: 0;
    list-style: none;
}

.CON_accordion ul.desplegable > li {
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3 ease-out;
    transition: all 0.3 ease-out;
}

.CON_accordion ul.desplegable > li span {
    font-weight: 500;
    font-size: 22px;
    border-top: 2px solid #2B2E34;
    display: block;
    padding: 0.75rem 0;
    padding-right: 2.25rem;
}

@media (min-width: 48em) {
    .CON_accordion ul.desplegable > li span {
        font-size: 28px;
    }
}

.CON_accordion ul.desplegable > li > .icon {
    position: absolute;
    right: 0.75rem;
    top: 1.425rem;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.CON_accordion ul.desplegable > li.open > .icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.CON_accordion__content {
    height: auto;
    padding: 0.75rem 0 1.5rem 0;
    display: none;
    font-weight: normal;
    font-size: 18px;
    font-weight: 100;
}

@media (min-width: 48em) {
    .CON_accordion__content {
        font-size: 28px;
    }
}

@media (min-width: 62em) {
    .CON_accordion__content {
        padding: 0.75rem 0 1.5rem 0;
        max-width: 850px;
    }
}



/**** CUSTOM XTRANET *****/

.CON_accordion {
    /*border-bottom: 2px solid #2B2E34;*/
    border-bottom: 0 none;
}

.CON_accordion h2 {
    margin: 1.5rem 0 1.5rem 0;
}

.CON_accordion ul.desplegable {
    border-bottom: 2px solid #2B2E34;
}

.CON_accordion__content {
    /*font-weight: normal;*/
    /*font-size: 18px;*/
    /*font-weight: inherit;*/
    font-size: inherit;
}

.CON_accordion__content ul.desplegable {
    border-bottom: 0 none;
}

@media (min-width: 48em) {
    .CON_accordion__content {
        /*font-size: 28px;*/
        font-size: inherit;
    }
}

@media (min-width: 62em) {
    .CON_accordion__content {
        max-width: 80%;
    }
}
.CON_01 {
  padding: 1.5rem 1.5rem 6rem 1.5rem;
  line-height: 1.2; }.CON_01 {
    padding: 1.5rem;
}

@media (min-width: 62em){
    .CON_01__description {
        max-width: 80%;
    }
}
@media (min-width: 48em) {
    .module-item:first-child > .CON_01 {
        margin-top: 64px;
    }
    .without-topmargin .module-item:first-child > .CON_01 {
        margin-top: 0px;
    }
}
.CON_02 {
  padding: 1.5rem 1.5rem 6rem 1.5rem;
  line-height: 1.2; }
  .CON_02__description {
    font-size: 18px;
    margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .CON_02__description {
        font-size: 28px; } }
    @media (min-width: 62em) {
      .CON_02__description {
        max-width: 850px;
        margin-bottom: 3rem; } }
  .CON_02 .CON_accordion h1 {
    margin: 1.5rem 0; }
  .CON_02 .CON_accordion__content {
    padding-right: 0; }
    .CON_02 .CON_accordion__content img {
      max-width: 100%; }
  .CON_02__consejo {
    list-style: none;
    font-weight: 600;
    font-size: 20px; }
    .CON_02__consejo li {
      display: block;
      margin-bottom: 1.5rem; }
      @media (min-width: 48em) {
        .CON_02__consejo li {
          margin: 0; } }
    @media (min-width: 48em) {
      .CON_02__consejo__title {
        width: 215px; } }
    .CON_02__consejo__title, .CON_02__consejo__name {
      display: block; }
      @media (min-width: 48em) {
        .CON_02__consejo__title, .CON_02__consejo__name {
          display: inline-block; } }.CON_02__description {
    /*font-size: 18px;*/
    font-size: inherit;
}
.CON_02__consejo__title, .CON_02__consejo__name {
    vertical-align: top;
    margin-bottom: 9px;
}

.CON_02__consejo__title {
    line-height: 1.1;
}
.CON_02__consejo__name {
    font-weight: normal;
    line-height:1.1;
}

@media (min-width: 48em) {
    .CON_02__description {
        /*font-size: 28px;*/
        font-size: inherit;
    }
    .CON_02__consejo__title {
        width: 35%;
    }
    .CON_02__consejo__name {
        width: 55%;
    }
    
}
@media (max-width: 48em) {
    .CON_02__consejo__title, .CON_02__consejo__name {
        margin-bottom: 3px;
    }
}

.CON_02__consejo {
    border: 0 none !important;
}

@media (min-width: 62em){
    .CON_02__description {
        max-width: 80%;
        margin-bottom: 2rem;
    }
    
}
.CON_02{
    padding: 1.5rem;
}
@media (min-width: 48em) {
    .module-item:first-child > .CON_02 {
        margin-top: 64px;
    }
    .without-topmargin .module-item:first-child > .CON_02 {
        margin-top: 0px;
    }
}
.CON_03 {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .CON_03__title {
    font-size: 40px;
    font-weight: bold;
    margin: 1.5rem 0 3rem 0; }
    @media (min-width: 48em) {
      .CON_03__title {
        font-size: 58px; } }
  @media (min-width: 62em) {
    .CON_03__content {
      max-width: 850px;
      margin-bottom: 3rem; } }
  .CON_03__video {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 3rem; }
    .CON_03__video img {
      width: 100%; }
    @media (min-width: 62em) {
      .CON_03__video {
        width: auto !important; }
        .CON_03__video img {
          width: auto;
          max-width: 100%; } }
    .CON_03__video .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #808080; }
      @media (min-width: 48em) {
        .CON_03__video .icon {
          width: 115px !important;
          height: 115px !important; } }
  .CON_03__description {
    font-size: 18px;
    font-weight: 500; }
    @media (min-width: 48em) {
      .CON_03__description {
        font-size: 28px; } }@media (min-width: 62em){
    .CON_03__content {
        max-width: 80%;
        margin-bottom: 1.5rem;
    }
    
}

@media (min-width: 48em) {
    .module-item:first-child > .CON_03 {
        margin-top: 64px;
    }
    .without-topmargin .module-item:first-child > .CON_03 {
        margin-top: 0px;
    }
}

.CON_03 {
    padding: 1.5rem;
}
.CON_03__title {
    margin: 0.5rem 0 2rem 0;
}
.CON_03__video {
    margin-bottom: 2rem;
}.CON_04 {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 14px;
  font-weight: 300;
  color: #7B7470; }@media (min-width: 62em){
    .CON_04__content {
        max-width: 80%;
    }
}
@media (min-width: 48em) {
    .module-item:first-child > .CON_04 {
        margin-top: 64px;
    }
    .without-topmargin .module-item:first-child > .CON_04 {
        margin-top: 0px;
    }
}
.CON_04 {
    padding: 1.5rem;
    font-size:inherit;
}@media (min-width: 62em) {
    .CON_05__content {
        max-width: 90%;
    }
}

.CON_05 ul{
    padding-left:0;
}

.CON_05 {
    padding: 2rem 1.5rem;
    font-size: 22px;
    font-size: 6vw;
}

@media (max-width: 300px) {
    .CON_05 {
        font-size: 18px;
    }
}

@media (min-width: 366.666666667px) {
    .CON_05 {
        font-size: 22px;
    }
}

.CON_05__numbers {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}




.CON_05__numbers {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

.CON_05__numbers > li {
    padding: 0.75rem 0;
    line-height: 1;
}

.CON_05__numbers > li + li:before {
    content: '';
    display: block;
    width: 110px;
    height: 2px;
    background-color: #2B2E34;
    position: relative;
    top: -0.75rem;
}

.CON_05__numbers__med {
    font-size: 24px;
    font-weight: 500;
}

.CON_05__numbers__big {
    font-size: 54px;
    font-weight: 700;
}

    .CON_05__numbers__big > sup {
        font-size: 50%;
    }

.CON_05__numbers__small {
    font-size: 18px;
    font-weight: 500;
}

.CON_05__terms {
    display: none;
}



@media (min-width: 48em) {
    .CON_05 {
        display: block;
        ggpadding: 2.25rem;
    }

    .CON_05__numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .CON_05__numbers > li {
        position: relative;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .CON_05__numbers > li + li {
        margin-left: 3rem;
    }

    .CON_05__numbers > li + li:before {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: -1.5rem;
    }

    .CON_05__numbers__med {
        font-size: 20px;
        font-weight: 500;
    }

    .CON_05__numbers__big {
        font-size: 46px;
        font-weight: 700;
    }

    .CON_05__numbers__big > sup {
        font-size: 50%;
    }

    .CON_05__numbers__small {
        font-size: 14px;
        font-weight: 500;
    }

    .CON_05__terms {
        display: block;
        font-size: 9px;
        ggmargin-bottom: 3rem;
    }

    
}

@media (min-width: 62em) {
    
    .CON_05__terms, .CON_05__numbers {
        position: relative;
        z-index: 1;
    }

    .CON_05__numbers__med {
        font-size: 32px;
    }

    .CON_05__numbers__big {
        font-size: 70px;
    }

    .CON_05__numbers__small {
        font-size: 24px;
    }
}
.MER_01__todaywrapper {
    background-color: #FFE0CA;
    padding: 1.5rem 1.5rem 0;
}

.MER_01__todaywrapper__module {
    padding-bottom: 1.5rem;
    border-bottom: 1.5px solid #2B2E34;
    margin-bottom: 1.5rem;
}

.MER_01__todaywrapper__graph {
    position: relative;
}

.MER_01__todaywrapper__indexs {
    font-size: 16px;
    font-weight: 400;
}

.MER_01__todaywrapper__indexs > h3 {
    font-size: 18px;
    font-weight: 500;
}

.MER_01__todaywrapper__indexs > table {
    width: 100%;
    text-align: left;
    font-weight: 500;
}

.MER_01__todaywrapper__indexs > table tr:first-child {
    font-weight: 700;
}

.MER_01__todaywrapper__indexs > table tr > td:last-child {
    text-align: right;
}

.MER_01__todaywrapper__today {
    text-align: right;
    font-size: 24px;
}

.MER_01__todaywrapper__today__date {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 3rem;
}

.MER_01__todaywrapper__today__date > span {
    font-size: 60px;
    display: block;
}

.MER_01__todaywrapper__today__value {
    font-size: 36px;
    font-size: 8.5vw;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 258.823529412px) {
    .MER_01__todaywrapper__today__value {
        font-size: 22px;
    }
}

@media (min-width: 423.529411765px) {
    .MER_01__todaywrapper__today__value {
        font-size: 36px;
    }
}

@media (min-width: 48em) {
    .MER_01__todaywrapper__module {
        margin-bottom: 1.5rem;
    }

    .MER_01__todaywrapper__indexs {
        font-size: 18px;
    }

    .MER_01__todaywrapper__indexs > h3 {
        font-size: 22px;
    }

    .MER_01__todaywrapper__today {
        font-size: 34px;
    }

    .MER_01__todaywrapper__today__date {
        font-size: 28px;
    }

    .MER_01__todaywrapper__today__date > span {
        font-size: 82px;
    }

    .MER_01__todaywrapper__today__value {
        font-size: 42px;
    }
}
.MOD_01 {
  padding: 1.5rem 0.75rem 1.5rem;
  background-color: white; }
  @media (min-width: 48em) {
    .MOD_01 {
      padding: 2.25rem; } }
  .MOD_01__content {
    background-color: #ffe7b0;
    height: 100%;
    padding: 3rem 1.5rem;
    font-size: 22px;
    min-height: 100%; }
    .MOD_01__content__title {
      font-size: 58px;
      font-size: 10.5vw;
      line-height: 1;
      margin-bottom: 0.75rem; }
      @media (max-width: 304.761904762px) {
        .MOD_01__content__title {
          font-size: 32px; } }
      @media (min-width: 552.380952381px) {
        .MOD_01__content__title {
          font-size: 58px; } }
    .MOD_01__content__bodycopy {
      margin-bottom: 1.5rem; }
      .MOD_01__content__bodycopy ul {
        padding-left: 1.5rem; }
  .MOD_01__cta {
    position: relative;
    z-index: 1; }
  .MOD_01__image {
    overflow: hidden;
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: 50% 50%; }
    .MOD_01__image img {
      width: 100%;
      display: block; }
      @media (min-width: 48em) {
        .MOD_01__image img {
          display: none; } }
  @media (min-width: 48em) {
    .MOD_01 .flush--right {
      padding-right: 0; }
    .MOD_01 .flush--left {
      padding-left: 0; } }
  @media (min-width: 62em) {
    .MOD_01__content {
      position: relative; }
      .MOD_01__content:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .MOD_01__content:hover:before {
        opacity: 1; } }.MOD_01__content {
    font-size: inherit;
}
.MOD_01 {
    padding: 1.5rem;
    background-color: white;
}

@media (min-width: 48em) {
    .MOD_01 {
        padding: 1.5rem;
    }
}
.MOD_02 {
  padding: 1.5rem 0.75rem 1.5rem;
  background-color: #6A7785; }
  @media (min-width: 48em) {
    .MOD_02 {
      padding: 2.25rem; } }
  .MOD_02__content {
    height: 100%;
    padding: 0.75rem 0.375rem;
    font-size: 22px;
    min-height: 100%; }
    @media (min-width: 48em) {
      .MOD_02__content {
        padding: 0.75rem 1.5rem 0.75rem 3rem; } }
    .MOD_02__content__title {
      font-size: 58px;
      font-size: 6vw;
      line-height: 1;
      margin-bottom: 0.75rem; }
      @media (max-width: 600px) {
        .MOD_02__content__title {
          font-size: 36px; } }
      @media (min-width: 966.666666667px) {
        .MOD_02__content__title {
          font-size: 58px; } }
    .MOD_02__content__bodycopy {
      margin-bottom: 1.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 48em) {
        .MOD_02__content__bodycopy {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  .MOD_02__list {
    padding: 0.75rem 0; }
    @media (min-width: 48em) {
      .MOD_02__list {
        padding: 1.5rem; } }
    .MOD_02__list:first-child {
      padding-left: 0; }
    .MOD_02__list h2 {
      font-size: 33px;
      font-size: 6vw;
      font-weight: 700;
      margin-bottom: 1.125rem;
      line-height: 1; }
      @media (max-width: 366.666666667px) {
        .MOD_02__list h2 {
          font-size: 22px; } }
      @media (min-width: 550px) {
        .MOD_02__list h2 {
          font-size: 33px; } }
    .MOD_02__list ul {
      list-style: none;
      padding: 0;
      margin-left: 1.125rem; }
      .MOD_02__list ul li {
        font-size: 28px;
        font-size: 6vw;
        font-weight: 500;
        position: relative;
        line-height: 1;
        margin-bottom: 0.75rem; }
        @media (max-width: 366.666666667px) {
          .MOD_02__list ul li {
            font-size: 22px; } }
        @media (min-width: 466.666666667px) {
          .MOD_02__list ul li {
            font-size: 28px; } }
        .MOD_02__list ul li a {
          -webkit-transition: color 0.3s;
          transition: color 0.3s; }
        .MOD_02__list ul li a:hover {
          color: white; }
        .MOD_02__list ul li:before {
          content: '>';
          position: absolute;
          left: -1.125rem; }
  .MOD_02__image > img {
    width: 100%; }
  @media (min-width: 48em) {
    .MOD_02 .flush--right {
      padding-right: 0; }
    .MOD_02 .flush--left {
      padding-left: 0; } }
  @media (min-width: 62em) {
    .MOD_02 {
      position: relative; }
      .MOD_02:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.1);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
      .MOD_02:hover:before {
        opacity: 1; } }.MOD_02 .container-fluid {
    gmargin-left: 0px;
    gmargin-right: 0px;
}

.MOD_02 {
    padding: 1.5rem;
}

@media (min-width: 48em) {
    .MOD_02 {
        padding: 1.5rem;
    }
}


.MOD_02__list {
    padding: 1.5rem;
    padding-top: 1.5rem;
    padding-right:0;
}
.MOD_02__list:first-child {
     padding-right: 1.5rem; 
}
.MOD_02__content__bodycopy {
    line-height: 1.2;
}

@media (max-width: 48em) {
    .MOD_02__list {
        padding-left: 0rem;
    }
}.MOD_03 {
  padding: 1.5rem 0.75rem 1.5rem;
  background: #E0DAD6; }
  @media (min-width: 48em) {
    .MOD_03 {
      padding: 2.25rem; } }
  .MOD_03__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .MOD_03__item:first-child {
      margin-bottom: 1.5rem; }
    @media (min-width: 48em) {
      .MOD_03__item:first-child {
        margin-bottom: 2.25rem; } }
    @media (min-width: 62em) {
      .MOD_03__item:first-child {
        margin-bottom: 0; } }
  .MOD_03__video, .MOD_03__image {
    display: block; }
    .MOD_03__video img, .MOD_03__image img {
      width: 100%;
      display: block; }
  .MOD_03__image > img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .MOD_03__image:hover > img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .MOD_03__image ~ .MOD_03__bodycopy {
    background-color: #ffe7b0; }
  .MOD_03__video {
    position: relative;
    display: inline-block;
    overflow: hidden; }
    .MOD_03__video .icon {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
      @media (min-width: 48em) {
        .MOD_03__video .icon {
          width: 115px !important;
          height: 115px !important; } }
    .MOD_03__video > img {
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .MOD_03__video:hover .icon {
      color: #FFB300; }
    .MOD_03__video:hover > img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .MOD_03__video ~ .MOD_03__bodycopy {
      background-color: #A8A9A2;
      position: relative;
      z-index: 2; }
  .MOD_03__bodycopy {
    padding: 1.5rem;
    font-size: 26px;
    font-size: 28px;
    font-size: 6vw;
    line-height: 1.2; }
    @media (max-width: 366.666666667px) {
      .MOD_03__bodycopy {
        font-size: 22px; } }
    @media (min-width: 466.666666667px) {
      .MOD_03__bodycopy {
        font-size: 28px; } }
    .MOD_03__bodycopy h2 {
      font-size: 33px;
      font-size: 6vw; }
      @media (max-width: 466.666666667px) {
        .MOD_03__bodycopy h2 {
          font-size: 28px; } }
      @media (min-width: 550px) {
        .MOD_03__bodycopy h2 {
          font-size: 33px; } }
    .MOD_03__bodycopy p {
      padding: 0; }
    @media (min-width: 62em) {
      .MOD_03__bodycopy {
        padding: 2.25rem;
        position: relative; } }.MOD_03 {
    padding: 1.5rem;
}

@media (min-width: 48em) {
    .MOD_03 {
        padding: 1.5rem;
    }
}
.MOD_04 {
  padding: 1.5rem 0.75rem 1.5rem;
  background-color: #D3C9C4; }
  @media (min-width: 48em) {
    .MOD_04 {
      padding: 2.25rem; } }
  .MOD_04 .col-md-12 {
    margin-bottom: 1.5rem; }
  .MOD_04__title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1.5rem; }
  .MOD_04__content {
    height: 100%;
    font-size: 22px;
    min-height: 100%;
    padding: 1.5rem; }
    .MOD_04__content.content-bg1 {
      background-color: #B7A89F; }
    .MOD_04__content.content-bg2 {
      background-color: #EFAB84; }
    .MOD_04__content.content-bg3 {
      background-color: #9DA5AF; }
    @media (min-width: 48em) {
      .MOD_04__content {
        padding: 2.25rem; } }
    .MOD_04__content__title {
      font-size: 46px;
      font-size: 10.5vw;
      line-height: 1;
      margin-bottom: 0.75rem; }
      @media (max-width: 304.761904762px) {
        .MOD_04__content__title {
          font-size: 32px; } }
      @media (min-width: 438.095238095px) {
        .MOD_04__content__title {
          font-size: 46px; } }
    .MOD_04__content__bodycopy {
      margin-bottom: 2.25rem; }
      .MOD_04__content__bodycopy ul {
        margin-bottom: 1.5rem;
        padding-left: 1.5rem; }
      .MOD_04__content__bodycopy > a > span {
        text-decoration: none; }
  @media (min-width: 62em) {
    .MOD_04 {
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .MOD_04:hover {
        background-color: #FFE8B2; } }.MOD_04 {
    padding: 1.5rem;
    background: none;
}
.MOD_04 .col-lg-4 {
    margin-bottom: 0;
}
.MOD_04__content {
    font-size: inherit;
}

@media (min-width: 48em) {
    .MOD_04 {
        padding: 1.5rem;
    }
    
}
@media (max-width: 52em) {
    
    .MOD_04 .col-md-12 {
        margin-bottom: 1.5rem;
    }
}

.MOD_04:hover {
    background: none;
}

.MOD_04__content.content-bg1{
    background: none;
}

.MOD_05 {
    padding: 1.5rem 0.75rem 1.5rem;
    background-color: white;
}

@media (min-width: 48em) {
    .MOD_05 {
        background-color: #EDEDED;
        padding: 2.25rem;
    }
}

.MOD_05 .col-md-12 {
    margin-bottom: 1.5rem;
}

.MOD_05__title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.MOD_05__content {
    height: 100%;
    font-size: 22px;
    min-height: 100%;
    padding: 1.5rem;
}

@media (min-width: 48em) {
    .MOD_05__content {
        padding: 2.25rem;
    }
}

.MOD_05__content__title {
    font-size: 46px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 0.75rem;
}

@media (max-width: 304.761904762px) {
    .MOD_05__content__title {
        font-size: 32px;
    }
}

@media (min-width: 438.095238095px) {
    .MOD_05__content__title {
        font-size: 46px;
    }
}

.MOD_05__slider:after {
    content: 'flickity';
    display: none;
}

@media (min-width: 62em) {
    .MOD_05__slider:after {
        content: '';
    }
}

.MOD_05__slider .flickity-prev-next-button {
    background-color: transparent;
    width: 26px;
    height: 59px;
}

    .MOD_05__slider .flickity-prev-next-button.next {
        right: -15px;
    }

    .MOD_05__slider .flickity-prev-next-button.previous {
        left: -15px;
    }

    .MOD_05__slider .flickity-prev-next-button > svg {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .MOD_05__slider .flickity-prev-next-button:not([disabled]):hover .arrow {
        fill: #FFB300;
    }

.MOD_05__slider__item {
    position: relative;
    min-height: 100%;
    padding: 0 0.75rem;
    width: 100%;
}

    .MOD_05__slider__item:first-child .MOD_05__item {
        background-color: #B9D8E3;
    }

    .MOD_05__slider__item:last-child .MOD_05__item {
        background-color: #FFE8B2;
    }

.MOD_05__item {
    background-color: #FFE8B2;
    padding: 1.5rem;
    font-size: 22px;
    min-height: 100%;
}

.MOD_05__item__title {
    font-size: 42px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 1.125rem;
    word-break: break-word;
}

@media (max-width: 19.0476190476px) {
    .MOD_05__item__title {
        font-size: 2px;
    }
}

@media (min-width: 400px) {
    .MOD_05__item__title {
        font-size: 42px;
    }
}

.MOD_05__item__bodycopy ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.MOD_05__item__bodycopy > a > span {
    text-decoration: none;
}

.MOD_05__item__bodycopy > a {
    /*display: none;*/
    margin-bottom:10px;
}

@media (min-width: 62em) {
    .MOD_05__item__bodycopy > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.MOD_05__item__bodycopy .tae {
    line-height: 1;
    font-size: 28px;
}

.MOD_05__item__bodycopy .tae-amount {
    line-height: 1;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 15px;
}

    .MOD_05__item__bodycopy .tae-amount sup {
        font-size: 30px;
        margin-left: 10px;
    }

.MOD_05__item > a {
    display: inline-block;
}

@media (min-width: 62em) {
    .MOD_05__item > a {
        display: none;
    }
}

.MOD_05__more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media (min-width: 62em) {
    .MOD_05__slider {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }

    .MOD_05__slider__item {
        padding: 0 1.125rem;
    }

        .MOD_05__slider__item:first-child {
            padding-left: 0;
        }

        .MOD_05__slider__item:last-child {
            padding-right: 0;
        }
}
.MOD_05 {
    padding: 1.5rem;
}

@media (min-width: 62em) {
    .MOD_05 {
        padding: 1.5rem;
    }
}

.MOD_05__slider__item:first-child .MOD_05__item {
    background-color: transparent;
}

@media (min-width: 62em) {
    .MOD_05__slider__item:first-child {
        padding-left: 0;
    }

    .MOD_05__slider__item:last-child {
        gpadding-left: 1.75rem;
    }
}

@media (max-width: 62em) {
    .MOD_05__slider__item {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.MOD_05__slider__item:last-child .MOD_05__item {
    background-color: transparent;
}

.MOD_05__item {
    background-color: transparent;
}

.MOD_05__slider__item {
    overflow: hidden;
}

.MOD_05__item__title {
    overflow: hidden;
}
/*@media (min-width: 48em) and (max-width: 56em){
    .MOD_05__item__title {
        font-size: 4vw;
    }
}*/

@media (max-width: 34em) {
    .MOD_05__item__bodycopy table{
        width:100%;
    }
    .MOD_05__item__bodycopy td {
        display: block;
    }

    .MOD_05__item__bodycopy td:last-child {
        padding-bottom: 2rem;
    }
}
.MOD_06 {
  padding: 1.5rem 0.75rem 1.5rem;
  background-color: #D6CDC7; }
  @media (min-width: 48em) {
    .MOD_06 {
      padding: 2.25rem; } }
  .MOD_06__title {
    display: block;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 1.5rem; }
  .MOD_06__content {
    height: 100%;
    font-size: 22px;
    min-height: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 2.25rem; }
    @media (min-width: 62em) {
      .MOD_06__content {
        max-width: 100%; } }
    @media (min-width: 48em) {
      .MOD_06__content {
        padding: 9rem; } }
    @media (min-width: 48em) {
      .MOD_06__content {
        padding: 2.25rem; } }
    .MOD_06__content__icon {
      text-align: center;
      height: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .MOD_06__content__title {
      font-size: 28px;
      line-height: 1.2;
      font-weight: 500;
      margin: 0.75rem 0; }
    .MOD_06__content__bodycopy {
      font-size: 18px;
      font-size: 6vw; }
      @media (max-width: 266.666666667px) {
        .MOD_06__content__bodycopy {
          font-size: 16px; } }
      @media (min-width: 300px) {
        .MOD_06__content__bodycopy {
          font-size: 18px; } }.MOD_06 {
    padding: 1.5rem;
}

@media (min-width: 48em) {
    .MOD_06 {
        padding: 1.5rem;
    }
}
.MOD_06__content{
    text-align:center;
}

.MOD_06 p{
    margin-bottom:5px;
    line-height: 1.3;
}
.MOD_06 .btn--border--compress{
    font-size: 14px;
    border: 1px solid #2b2e34;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 120px;
}
.MOD_07 {
  padding: 1.5rem 0.75rem 1.5rem;
  background-color: #D3C9C4; }
  @media (min-width: 48em) {
    .MOD_07 {
      padding: 2.25rem; } }
  @media (min-width: 62em) {
    .MOD_07__title {
      height: 100px; } }
  .MOD_07__content {
    height: 100%;
    font-size: 22px;
    min-height: 100%;
    padding: 1.5rem; }
    .MOD_07__content.content-bg1 {
      background-color: #AF9F96; }
    .MOD_07__content.content-bg2 {
      background-color: #B9ABA3; }
    .MOD_07__content.content-bg3 {
      background-color: #A49388; }
    .MOD_07__content.content-bg4 {
      background-color: #B8AAA1; }
    @media (min-width: 48em) {
      .MOD_07__content {
        padding: 2.25rem; } }
    .MOD_07__content__title {
      font-size: 38px;
      font-size: 6vw;
      line-height: 1;
      margin-bottom: 0.75rem; }
      @media (max-width: 533.333333333px) {
        .MOD_07__content__title {
          font-size: 32px; } }
      @media (min-width: 500px) {
        .MOD_07__content__title {
          font-size: 30px; } }
    .MOD_07__content__bodycopy {
      margin-bottom: 2.25rem; }
      .MOD_07__content__bodycopy ul {
        margin-bottom: 1.5rem;
        padding-left: 1.5rem; }
      .MOD_07__content__bodycopy > a > span {
        text-decoration: none; }.MOD_07 {
    padding: 1.5rem;
}
.MOD_07__content {
    font-size: inherit;
}
.MOD_07__title {
    height:auto;
}
.MOD_07__content__title {
    margin-bottom:1.25rem;
}

@media (min-width: 48em) {
    .MOD_07 {
        padding: 1.5rem;
    }
}
.MOD_08 {
  padding: 1.5rem 1.5rem 0;
  font-size: 18px;
  background-color: #DAD2CD; }
  .MOD_08__item {
    margin-bottom: 3rem; }
  .MOD_08__image {
    width: 100%;
    display: block;
    margin-bottom: 0.75rem; }
  .MOD_08__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.75rem; }
  @media (min-width: 48em) {
    .MOD_08 {
      font-size: 22px; } }.MOD_08 {
    font-size:inherit;
}.MOD_09 {
  padding: 1.5rem;
  font-size: 18px;
  background-color: white; }
  .MOD_09__image {
    height: 450px;
    background-size: cover;
    background-position: center; }
  .MOD_09__inner {
    padding: 1.5rem; }
  .MOD_09__top {
    background-color: #EFAB84; }
  .MOD_09__left {
    background-color: #E48451; }
  .MOD_09__right {
    background-color: #E99668; }
  .MOD_09__title {
    font-size: 40px;
    font-size: 10.5vw;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 304.761904762px) {
      .MOD_09__title {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .MOD_09__title {
        font-size: 40px; } }
  .MOD_09__bodycopy {
    max-width: 450px; }
  .MOD_09__value {
    line-height: 1;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1.5rem; }
    .MOD_09__value > span {
      display: block;
      font-size: 30px;
      font-weight: 500; }
    .MOD_09__value > sup {
      font-size: 50%;
      font-weight: 500; }
  .MOD_09__list {
    margin-bottom: 1.5rem;
    padding-left: 25px; }
  @media (min-width: 48em) {
    .MOD_09 {
      font-size: 22px; }
      .MOD_09__image {
        height: 500px; }
      .MOD_09__inner {
        padding: 3rem; }
      .MOD_09__top .MOD_09__title {
        font-size: 58px; }
      .MOD_09__title {
        font-size: 40px; } }
  @media (min-width: 62em) {
    .MOD_09__image {
      height: auto; } }.MOD_09__inner .tae {
    line-height: 1;
    font-size: 28px;
}

.MOD_09__inner .tae-amount {
    line-height: 1;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 15px;
}

    .MOD_09__inner .tae-amount sup {
        font-size: 30px;
        margin-left: 10px;
    }

    .MOD_09__image{
        background-position-y:top;
    }

    .MOD_09__inner ul {
        padding-left:1.5rem;
    }.MOD_10{
    padding-top: 2.5rem;
    padding-bottom: 0;
}
.grid-segmentos{
    margin-top:0;
}

@media (min-width: 62em) {


    .MOD_10__strech .grid-segmentos__item__title {
        font-size: 42px;
    }

    .MOD_10__strech .grid-segmentos__item__bodycopy {
        font-size: 22px;
    }
}

@media (min-width: 62em) and (max-width: 75em) {
    .grid-segmentos__item__title {
        font-size: 4vw;
    }

    .MOD_10__strech .grid-segmentos__item__title {
        font-size: 3vw;
    }
}

@media (min-width: 62em) and (max-width: 90em) {
    .grid-segmentos__item__title {
        font-size: 4vw;
    }
}

@media (min-width: 62em) {
    .col-lg-4.MOD_10__strech:nth-child(1), .col-lg-4.MOD_10__strech:nth-child(4) {
        padding-right: 10px;
    }

    .col-lg-4.MOD_10__strech:nth-child(2), .col-lg-4.MOD_10__strech:nth-child(5) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .col-lg-4.MOD_10__strech:nth-child(3), .col-lg-4.MOD_10__strech:nth-child(6) {
        padding-left: 10px;
    }
}

.MOD_10__strech .grid-segmentos__item {
    margin-bottom: 20px;
}

.grid-segmentos__item__content {
    overflow: hidden;
    word-wrap: break-word;
}



.grid-segmentos__item__content {
    max-width: 85%;
}
@media (max-width: 42em) {
    .grid-segmentos__item__content {
        max-width: 100%;
    }
    .grid-segmentos__item__title {
        font-size: 8vw;
    }

    .grid-segmentos__item__bodycopy {
        font-size: 5vw;
    }
}.DIN_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem; }
  .DIN_01__body {
    margin-bottom: 3rem; }
  .DIN_01__riskcube {
    font-size: 10px;
    margin-bottom: 1.5rem; }
    .DIN_01__riskcube__square {
      max-width: 170px;
      border: 1px solid #2B2E34;
      padding: 0.75rem;
      background-color: white;
      margin-bottom: 0.75rem; }
    .DIN_01__riskcube__number {
      font-size: 24px;
      font-weight: 500; }
      .DIN_01__riskcube__number > span {
        color: #A8A8A8; }
    .DIN_01__riskcube__terms {
      display: none;
      font-size: 9px;
      list-style: none;
      padding: 0; }
      .DIN_01__riskcube__terms > li + li {
        margin-top: 0.75rem; }
  .DIN_01__title {
    font-size: 40px;
    font-size: 10.5vw;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 304.761904762px) {
      .DIN_01__title {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .DIN_01__title {
        font-size: 40px; } }
  .DIN_01__info {
    font-size: 20px;
    list-style: none;
    padding: 0;
    line-height: 1.2;
    margin-bottom: 1.5rem; }
    .DIN_01__info > li + li {
      margin-top: 0.375rem; }
    .DIN_01__info h3 {
      font-size: 10px;
      font-weight: 400; }
    .DIN_01__info h2 {
      font-weight: 500; }
  .DIN_01__risk {
    margin-bottom: 1.5rem; }
    .DIN_01__risk__notes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 8px; }
      .DIN_01__risk__notes > div:last-child {
        text-align: right; }
    .DIN_01__risk__list {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 5px 0;
      border: 2px solid #2B2E34; }
      .DIN_01__risk__list > li {
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 28px;
        background-color: white; }
        .DIN_01__risk__list > li + li {
          border-left: inherit; }
        .DIN_01__risk__list > li.active {
          background-color: #FFD97F; }
  .DIN_01__terms {
    font-size: 15px; }
  .DIN_01__aside {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .DIN_01__date {
    font-size: 40px;
    font-size: 10.5vw;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5rem; }
    @media (max-width: 304.761904762px) {
      .DIN_01__date {
        font-size: 32px; } }
    @media (min-width: 380.952380952px) {
      .DIN_01__date {
        font-size: 40px; } }
  .DIN_01__data {
    margin-bottom: 1.5rem;
    line-height: 1.2; }
    .DIN_01__data__label {
      font-size: 18px;
      font-weight: 500; }
    .DIN_01__data__value {
      font-size: 50px;
      font-weight: 700; }
      .DIN_01__data__value sup {
        font-size: 50%;
        font-weight: 500; }
      .DIN_01__data__value span {
        font-size: 12px;
        font-weight: 500;
        position: relative;
        left: -20px; }
    .DIN_01__data__progress {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      width: 100%;
      height: 10px;
      color: #FFD97F; }
      .DIN_01__data__progress::-webkit-progress-bar {
        background-color: transparent;
        border-radius: 3px;
        border: 1px solid #2B2E34; }
      .DIN_01__data__progress::-moz-progress-bar {
        background-color: transparent;
        border-radius: 3px;
        border: 1px solid #2B2E34; }
      .DIN_01__data__progress::-webkit-progress-value {
        background-color: #FFD97F; }
  .DIN_01__lastyears {
    font-size: 16px;
    margin-bottom: 1.5rem; }
    .DIN_01__lastyears > label {
      font-size: 12px; }
    .DIN_01__lastyears__values {
      list-style: none;
      padding: 0; }
      .DIN_01__lastyears__values span {
        display: inline-block; }
      .DIN_01__lastyears__values span + span {
        margin-left: 0.75rem; }
    .DIN_01__lastyears__year {
      min-width: 70px; }
  .DIN_01__graph {
    position: relative;
    margin-bottom: 1.5rem; }
  @media (min-width: 48em) {
    .DIN_01 {
      width: 100%;
      display: block;
      margin-left: -3rem; }
      .DIN_01:after {
        content: "";
        display: table;
        clear: both; }
      .DIN_01__body, .DIN_01__aside {
        float: left;
        padding-left: 3rem; }
      .DIN_01__body {
        width: 65%; }
      .DIN_01__aside {
        width: 35%; }
      .DIN_01__riskcube {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .DIN_01__riskcube__square {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          margin-right: 0.75rem; }
        .DIN_01__riskcube__terms {
          display: block; } }
  @media (min-width: 62em) {
    .DIN_01 {
      margin-left: -3rem; }
      .DIN_01__body, .DIN_01__aside {
        padding-left: 4.5rem; }
      .DIN_01__body {
        width: 70%; }
      .DIN_01__aside {
        width: 30%; }
      .DIN_01__title {
        font-size: 58px; }
      .DIN_01__riskcube {
        font-size: 11px; }
        .DIN_01__riskcube__square {
          margin-right: 1.5rem; }
        .DIN_01__riskcube__number {
          font-size: 40px; }
        .DIN_01__riskcube__terms {
          font-size: 11px;
          max-width: 350px; }
      .DIN_01__risk__notes {
        font-size: 12px; }
      .DIN_01__risk__list > li {
        height: 50px; } }.DIN_01 .BAN_04 {
    padding:0;
    padding-bottom:2rem;
}
.DIN_01 .BAN_05 {
    padding:0;
    padding-bottom:2rem;
}.DIN_01__pie{
    padding:1rem;
    max-width: 300px;
}
@media (min-width: 48em) {
    .module-item:first-child > .DIN_01 {
        margin-top: 64px;
    }
    .without-topmargin .module-item:first-child > .DIN_01 {
        margin-top: 0px;
    }
}

.DIN_01__info > li + li {
    margin-top: 1rem;
}

.DIN_01__info h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0.25rem;
}
.DIN_01__lastyears__year {
    min-width: 70px;
    max-width: 172px;
    font-size: 16px;
}

.DIN_01__lastyears__values span + span {
    font-size: 20px;
    font-weight: 600;
}
.DIN_01__lastyears__values li {
    margin-bottom:2px;
}
.DIN_01__lastyears > label {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    margin-top: 35px;
}
.DIN_01__aside {
    margin-bottom:3rem;
}
.DIN_01__graph__txtfuente{
    font-size: 14px;
    margin-top: -13px;
    margin-bottom: 25px;
}
.DIN_01__data h2{
    font-size:20px;
    font-weight:500;
}  .DIN_02__table a:hover {
      color:#FFB300;
   }
  .DIN_02:focus{
	outline:0px;
}
  .ui-tooltip-arquia{
    padding: 16px;
    padding-right: 20px;
    background-color: #ede9e6;
    max-width: 620px;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    color: #999999;
    padding-left: 20px;
    line-height: 21px;
    margin-top:-18px;
  }
  .ui-widget.ui-widget-content.ui-tooltip-arquia{
      border:none;
  }.M_AB_05 {
  padding: 1.5rem;
  font-size: 18px; }
  .M_AB_05__step__index {
    font-size: 40px;
    font-weight: 600; }
  .M_AB_05__step__body > label {
    display: block;
    margin-bottom: 0.75rem; }
  .M_AB_05__rangewrapper__range {
    margin-bottom: 1.5rem; }
  .M_AB_05__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 3rem; }
    .M_AB_05__numbers > li {
      position: relative;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      line-height: 1; }
    .M_AB_05__numbers > li + li {
      margin-left: 1.5rem; }
      .M_AB_05__numbers > li + li:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #2B2E34;
        top: 0;
        left: -0.75rem; }
    .M_AB_05__numbers__med {
      font-size: 16px;
      font-weight: 500; }
    .M_AB_05__numbers__big {
      font-size: 36px;
      font-weight: 700; }
      .M_AB_05__numbers__big > sup {
        font-size: 50%; }
    .M_AB_05__numbers__small {
      font-size: 12px;
      font-weight: 500; }
  .M_AB_05__result {
    font-size: 50px;
    font-size: 16vw;
    line-height: 1;
    font-weight: 700;
    margin-top: 3rem; }
    @media (max-width: 187.5px) {
      .M_AB_05__result {
        font-size: 30px; } }
    @media (min-width: 375px) {
      .M_AB_05__result {
        font-size: 60px; } }
    .M_AB_05__result > span {
      font-size: 50%;
      font-weight: 500; }
  .M_AB_05__end {
    margin-bottom: 3rem; }
    .M_AB_05__end__btn {
      margin-bottom: 0.75rem; }
    .M_AB_05__end__more {
      font-size: 15px; }
  @media (min-width: 48em) {
    .M_AB_05 {
      font-size: 22px; }
      .M_AB_05__step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .M_AB_05__step__index {
          margin-right: 3rem; }
        .M_AB_05__step__body {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }
      .M_AB_05__step + .M_AB_05__step {
        margin-top: 2.25rem; }
      .M_AB_05__rangewrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .M_AB_05__rangewrapper__range {
          margin-bottom: 0;
          margin-right: 1.5rem;
          width: 325px; }
          .M_AB_05__rangewrapper__range input[type="range"] {
            max-width: none; }
        .M_AB_05__rangewrapper input[type="text"] {
          width: auto; }
      .M_AB_05__numbers > li + li {
        margin-left: 3rem; }
        .M_AB_05__numbers > li + li:before {
          left: -1.5rem; }
      .M_AB_05__end {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .M_AB_05__end__btn {
          margin-bottom: 0;
          margin-right: 1.5rem; }
        .M_AB_05__end__more {
          font-size: 18px; } }
  @media (min-width: 62em) {
    .M_AB_05__rangewrapper__range {
      width: 50%; }
    .M_AB_05__contactform {
      border: 2px solid #2B2E34;
      padding: 1.5rem;
      border-radius: 3px; } }@media (min-width: 48em) {
    .M_AB_05__result {
        margin-left: 77px;
    }

    .M_AB_05__numbers {
        margin-left: 77px;
    }
    .M_AB_05__end {
        margin-left: 77px;
    }
}
.sim_01_Mini .M_AB_05__end {
        margin-left: 0px;
    }
.M_AB_06 {
  padding: 1.5rem;
  background-color: #C1B4AC;
  font-size: 18px; }
  .M_AB_06__form__row + .M_AB_06__form__row {
    margin-top: 2.25rem; }
  .M_AB_06__form__row--smallgap {
    margin-top: 0.75rem !important; }
  .M_AB_06__rangewrapper__range {
    margin-bottom: 1.5rem; }
  .M_AB_06__numbers {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem; }
    .M_AB_06__numbers > li {
      padding: 0.75rem 0;
      line-height: 1; }
    .M_AB_06__numbers > li + li:before {
      content: '';
      display: block;
      width: 110px;
      height: 2px;
      background-color: #2B2E34;
      position: relative;
      top: -0.75rem; }
    .M_AB_06__numbers__med {
      font-size: 18px;
      font-weight: 500; }
    .M_AB_06__numbers__big {
      font-size: 42px;
      font-weight: 700; }
      .M_AB_06__numbers__big > sup {
        font-size: 50%; }
    .M_AB_06__numbers__small {
      font-size: 14px;
      font-weight: 500; }
  .M_AB_06__rest {
    font-size: 22px; }
    .M_AB_06__rest > p {
      max-width: 350px; }
    .M_AB_06__rest__value {
      font-size: 44px;
      line-height: 1; }
      .M_AB_06__rest__value > span {
        font-size: 50%; }
  .M_AB_06__moreinfo {
    margin-top: 4.5rem; }
    .M_AB_06__moreinfo .FOR_01 {
      padding: 0; }
  @media (min-width: 48em) {
    .M_AB_06 {
      font-size: 22px; }
      .M_AB_06__rangewrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .M_AB_06__rangewrapper__range {
          margin-bottom: 0;
          margin-right: 1.5rem;
          width: 325px; }
          .M_AB_06__rangewrapper__range input[type="range"] {
            max-width: none; }
        .M_AB_06__rangewrapper input[type="text"] {
          width: auto; }
      .M_AB_06__numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-left: -3rem; }
        .M_AB_06__numbers > li {
          position: relative;
          padding: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          padding-left: 3rem;
          margin-bottom: 1.5rem; }
          .M_AB_06__numbers > li:before {
            content: none !important; }
          .M_AB_06__numbers > li:after {
            content: '';
            display: block;
            position: absolute;
            background-color: #2B2E34;
            width: 1px;
            height: 100%;
            top: 0;
            right: -1.5rem; }
          .M_AB_06__numbers > li:last-child:after {
            content: none; }
        .M_AB_06__numbers__med {
          font-size: 18px;
          font-weight: 500; }
        .M_AB_06__numbers__big {
          font-size: 36px;
          font-weight: 700; }
          .M_AB_06__numbers__big > sup {
            font-size: 50%; }
        .M_AB_06__numbers__small {
          font-size: 14px;
          font-weight: 500; }
      .M_AB_06__rest {
        font-size: 30px; }
        .M_AB_06__rest__value {
          font-size: 55px; } }
  @media (min-width: 62em) {
    .M_AB_06 {
      /* &__numbers {
			&__med { font-size: 32px; }
			&__big { font-size: 70px; }
			&__small { font-size: 24px; }
		} */ } }.M_AB_06 .M_AB_05__end {
    margin-left: 0px;
}
.sim_01_Mini {
    padding: 2.5rem 1.5rem;
}
.DES_01__moreinfo .sim_01_Mini {
    padding: 0rem;
    padding-top:1.5rem;
    padding-bottom:0.5rem;
}
.sim_01_Mini .M_AB_05__end {
     margin-bottom: 0rem; 
}
.sim_01_Mini ul{
    padding-left: 0 !important;
    list-style: none !important;
}/****** Font size/weight ******/
.DES_01__textblock, .DES_01__body, .CON_accordion__content, .CON_01__description, .CON_02__description, .CON_03__content, .CON_04__content, .FOR_01, .FOR_02,
.MOD_01, .MOD_04, .MOD_07, .MOD_08__item {
    font-weight: 100;
    line-height: 1.2;
}
.DES_01__textblock strong, .DES_01__body strong, .CON_accordion__content strong, .CON_01__description strong, .CON_02__description strong, .CON_03__content strong, .CON_04__content strong, .FOR_01 strong, .FOR_02 strong,
.MOD_01 strong, .MOD_04 strong, .MOD_07 strong, .MOD_08__item strong
 {
    font-weight: 600;
}
.DES_01, .DES_02, .DES_03, .CON_accordion, .CON_01, .CON_02, .CON_03, .CON_04, .MOD_01, .MOD_04, .MOD_07, .MOD_08, .FOR_01, .FOR_02 {
    font-size:inherit;
}
/****** Font size/weight ******/

/****** Padding UL ******/
.GAL_01 ul{
    padding-left:24px;
}
.DES_01 ul, .DES_02 ul, .DES_03 ul, .CON_accordion ul, .CON_01 ul, .CON_02 ul, .CON_03 ul, .CON_04 ul, .FOR_01 ul, .FOR_02 ul {
    padding-left:24px;
    list-style-type: disc;
}
.CON_05 ul{
    padding-left:0;
}



/****** Padding UL ******/

.btn--icon, .btn--arrow{
    font-weight:500;
    font-size:20px;
}.umbraco-forms-form .umbraco-forms-navigation .btn {
    display: inline-block;
    border: 2px solid #2B2E34;
    padding: 0.375rem 1.5rem;
    border-radius: 3px;
    background-color: transparent;
    font-size: 1em;
    text-align: center;
    cursor:pointer;
}

.FOR_02 .umbraco-forms-form .umbraco-forms-navigation .btn {
    gpadding: 0.375rem 0.75rem;
}

.umbraco-forms-field.checkbox{
    min-height: 37px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.custom-select {
    max-width: 100%;
}



.umbraco-forms-form .umbraco-forms-navigation .btn:hover {
    background-color: #2b2e34;
    color: #fff;
}

.umbraco-forms-form.form {
    padding: 0;
}

    .umbraco-forms-form.form fieldset {
        margin-bottom: 0;
        padding: 0;
    }

    .umbraco-forms-form.form .umbraco-forms-container {
        gpadding-left: 0;
    }

    .umbraco-forms-form.form .umbraco-forms-field-wrapper {
        position: relative;
    }

    .umbraco-forms-form.form input.text {
        /*max-width: 445px !important;*/
        max-width: 100% !important;
        width: 100%;
        padding: 0.75rem !important;
        border: 1px solid #2B2E34;
        margin-top: 0;
    }

    .umbraco-forms-form.form textarea {
        max-width: initial !important;
        width: 100%;
        padding: 0.75rem !important;
        border: 1px solid #2B2E34;
        margin-top: 0;
        font-family: Arial;
        font-weight: 400;
        font-size: 18px;
    }

    .umbraco-forms-form.form .checkbox input {
        position: absolute;
        top: 6px;
        z-index: 10;
    }

    .umbraco-forms-form.form .checkbox label {
        display: block;
        padding-left: 2em;
    }

    .umbraco-forms-form.form .xtranetcheckbox input {
        position: absolute;
        top: 6px;
    }

    .umbraco-forms-form.form .xtranetcheckbox label {
        display: inline-block;
        padding-left: 2em;
    }

    .umbraco-forms-form.form .umbraco-forms-navigation {
        padding: 0;
        margin-top:12px;
    }

    .umbraco-forms-form.form .umbraco-forms-field + .umbraco-forms-field {
        margin-top: 0.75rem;
    }

    .umbraco-forms-form.form select {
        margin: 0;
        border: 0 none;
        padding-top: 10px;
        padding-bottom: 10px;
        color:#2b2e34;
    }
    
    .umbraco-forms-form.form select:focus {
        color:#2b2e34;
    }
    .umbraco-forms-form.form select:focus::-ms-value {
        color:#2b2e34;
    }

.FOR_01 .umbraco-forms-label {
    display: none;
}

.umbraco-forms-for_01 .heleídoyaceptoelrégimensobreproteccióndedatos {
    font-size: 10px;
}

    .umbraco-forms-for_01 .heleídoyaceptoelrégimensobreproteccióndedatos input {
        top: 0 !important;
    }

.umbraco-forms-xtranet .checkboxsmall {
    font-size: 12px;
    min-height:20px;
}

    .umbraco-forms-xtranet .checkboxsmall input {
        top: 0 !important;
    }

.umbraco-forms-for_01 .checkbox label {
    font-weight: 500;
}

.umbraco-forms-xtranet .checkbox label {
    font-weight: 500;
}

.umbraco-forms-xtranet .xtranetcheckbox label {
    font-weight: 500;
}

.FOR_02 .umbraco-forms-label {
    display: none;
}

.umbraco-forms-for_02 .heleídoyaceptoelrégimensobreproteccióndedatos {
    font-size: 10px;
}

    .umbraco-forms-for_02 .heleídoyaceptoelrégimensobreproteccióndedatos input {
        top: 0 !important;
    }

.umbraco-forms-for_02 .checkbox label {
    font-weight: 500;
}

.umbraco-forms-for_02 .xtranetcheckbox label {
    font-weight: 500;
}


.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
    color: #8a1f11 !important;
    background: transparent !important;
    font-size: 12px;
    line-height: 12px;
    vertical-align: text-top;
}


.custom-select {
    margin-bottom: 10px;
}

.umbraco-forms-form select.input-validation-error {
    background: #FBE3E4;
    border-color: #FBC2C4;
}

.umbraco-forms-xtranet .umbraco-forms-field {
    position: relative;
}

.umbraco-forms-xtranet .checkbox .umbraco-forms-field-wrapper {
    position: absolute;
    top:0;
}

.umbraco-forms-xtranet .checkbox .field-validation-error {
    padding-left:0;
}

.umbraco-forms-xtranet .form__checkbox {
    gposition: relative;
}

.umbraco-forms-xtranet /*.form__checkbox*/ input[type=checkbox] {
    opacity: 0;
    position: absolute;
}

    .umbraco-forms-xtranet /*.form__checkbox*/ input[type=checkbox] + span {
        gdisplay: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 2em;
        line-height: 1.2em;
    }

        .umbraco-forms-xtranet /*.form__checkbox*/ input[type=checkbox] + span:before {
            content: "";
            display: inline-block;
            width: 1.2em;
            height: 1.2em;
            position: absolute;
            left: 0;
            top: 1px;
            background-color: white;
            border: 1px solid #2B2E34;
            border-radius: 3px;
        }

    .umbraco-forms-xtranet /*.form__checkbox*/ input[type=checkbox]:checked + span:before {
        content: "\2713";
        font-size: 1em;
        color: #666;
        text-align: center;
        line-height: 1.2em;
        display: inline-block;
    }

    .form_btn_avisolegal{
        margin-top:20px;
    }
    .form_btn_avisolegal a {
        font-size:14px;
        line-height:1.2;
    }
    .form_btn_avisolegal .btn--arrow .icon {
        height: 14px;
    }
    .aviso_legal_div .form_btn_avisolegal{
        margin-bottom: 30px;
        margin-top: -5px;
        padding-left: 25px;
    }
    .aviso_legal_div .form_btn_avisolegal a {
        font-size:12px;
    }
    .aviso_legal_div .form_btn_avisolegal .btn--arrow .icon {
        height: 12px;
    }h2.texto_graphic_58_negro, h2.texto_graphic_58_blanco
{
	font-size: 58px;
	line-height: 1.2;
    margin-bottom:20px;
    font-weight:bold;
    font-family: "Graphik Web",sans-serif;
    font-feature-settings: "liga", "kern";	
}
h2.texto_graphic_58_negro{
	color: #2b2e34;	
}
h2.texto_graphic_58_blanco{
	color: #ffffff;
}

.texto_graphic_32_negro, .texto_graphic_32_blanco, .texto_graphic_32_amarillo
{
	font-size: 32px;
	line-height: 1.2;
    font-family: "Graphik Web",sans-serif;
    font-feature-settings: "liga", "kern";	
    gfont-weight:700;
}

.texto_graphic_32_negro{
	color: #2b2e34;	
}
.texto_graphic_32_blanco{
	color: #ffffff;
}
.texto_graphic_32_amarillo{
	color: #ffb300;
}

.texto_graphic_28_negro, .texto_graphic_28_blanco, .texto_graphic_28_amarillo
{
	font-size: 28px;
	line-height: 1.2;
    font-family: "Graphik Web",sans-serif;
    font-feature-settings: "liga", "kern";	
    gfont-weight:500;
}
.texto_graphic_28_negro{
	color: #2b2e34;	
}
.texto_graphic_28_blanco{
	color: #ffffff;
}
.texto_graphic_28_amarillo{
	color: #ffb300;
}


.texto_graphic_22_negro, .texto_graphic_22_blanco, .texto_graphic_22_amarillo
{
	font-size: 22px;
	line-height: 1.2;
    font-family: "Graphik Web",sans-serif;
    font-feature-settings: "liga", "kern";
    gfont-weight:100;	
}
.texto_graphic_22_negro{
	color: #2b2e34;
}
.texto_graphic_22_blanco{
	color: #ffffff;
}
.texto_graphic_22_amarillo{
	color: #ffb300;
}


.texto_graphic_18_negro, .texto_graphic_18_blanco, .texto_graphic_18_gris, .texto_graphic_18_amarillo
{
	font-size: 18px;
	line-height: 1.2;
    font-family: "Graphik Web",sans-serif;
    font-feature-settings: "liga", "kern";
    gfont-weight:100;
}
.texto_graphic_18_negro{
	color: #2b2e34;
}
.texto_graphic_18_blanco{
	color: #ffffff;
}
.texto_graphic_18_amarillo{
	color: #ffb300;
}
.texto_graphic_18_gris{
	color: #7b7470;
}

.texto_graphic_14_negro, .texto_graphic_14_blanco, .texto_graphic_14_gris, .texto_graphic_14_amarillo
{
	font-size: 14px;
	line-height: 1;
    font-family: "Graphik Web",sans-serif;
    font-feature-settings: "liga", "kern";
	gfont-weight: 300;
}
.texto_graphic_14_negro{
    color: #2b2e34;
}
.texto_graphic_14_blanco{
    color: #ffffff;
}
.texto_graphic_14_amarillo{
	color: #ffb300;
}
.texto_graphic_14_gris{
    color: #7b7470;
}

.CON_01__description > ul li, .CON_02__description > ul li, .CON_03__description > ul li, .CON_04 > ul li, .CON_accordion__content > ul li {
    line-height: 1.4;
    margin-bottom: 5px;
}
.CON_accordion__content > ul{
    margin-bottom:15px;
}
.CON_03__content, .CON_01__description, .CON_02__description {
        font-weight:100;
    }

@media (max-width: 48em) {
    h2.texto_graphic_58_negro, h2.texto_graphic_58_blanco {
        font-size: 45px;
        line-height: 1.1;
    }
    .texto_graphic_32_negro, .texto_graphic_32_blanco, .texto_graphic_32_amarillo
    {
	    font-size: 28px;
	    line-height: 1.2;
    }
    .texto_graphic_28_negro, .texto_graphic_28_blanco, .texto_graphic_28_amarillo
    {
	    font-size: 22px;
	    line-height: 1.2;
    }
}