.back__white {
  color: #121212;
  background-color: #FFFFFF !important; }

.back__blueLight {
  color: #1973b8;
  background-color: #d4edfc !important; }

.back__coreBlueDark {
  color: #FFFFFF;
  background-color: #043263 !important; }

.back__navyBlue {
  color: #FFFFFF;
  background-color: #072146 !important; }

.back__mediumBlue {
  color: #FFFFFF;
  background-color: #1973B8 !important; }

.back__skyBlue {
  color: #FFFFFF;
  background-color: #5bbeff !important; }

.back__mediumBlueLight {
  color: #FFF;
  background-color: #49A5E6 !important; }

.back__niceBlue {
  color: #FFFFFF;
  background-color: #1973b8; }

.back__g-MNBlue {
  color: #FFFFFF;
  background-image: linear-gradient(to right bottom, #1973B8, #072146); }

.back__o--black {
  background-color: rgba(18, 18, 18, 0.8); }

.back__o--navyBlue {
  background-color: rgba(7, 33, 70, 0.8); }

.back__g--rgba {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(18, 18, 18, 0.8) 90%); }

.back [class^="back__ph--v"] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.back__ph--v1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  background-image: url("../assets/images/photos/ph-man_surprise.jpg"); }

.back__ph--v-category {
  color: #FFFFFF;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../assets/images/photos/ph-travelling_couple-opt.jpg"); }

main [class^="link_"] {
  cursor: pointer;
  transition: all 0.5s; }

.link__black00 {
  color: #FFFFFF !important; }
  .link__black00:hover {
    color: #2DCCCD; }

.link__black00 {
  color: #FFFFFF !important; }
  .link__black00:hover {
    color: #2DCCCD; }

.link__navyBlue {
  color: #072146 !important; }
  .link__navyBlue:hover {
    color: #2DCCCD; }

.link__skyBlue {
  color: #5bbeff !important; }
  .link__skyBlue:hover {
    color: #2DCCCD; }

.link__niceBlue {
  color: #1973b8 !important; }
  .link__niceBlue:hover {
    color: #2DCCCD; }

.link__mediumBlueLight {
  color: #49A5E6 !important; }

.link__skyBlue {
  color: #5bbeff !important; }
  .link__skyBlue:hover {
    color: #2DCCCD; }

.link__aqua {
  color: #2DCCCD !important; }
  .link__aqua:hover {
    color: #EAF9FA; }

.txt__black600 {
  color: #121212 !important; }

.txt__black00 {
  color: #FFFFFF !important; }

.txt__white {
  color: #FFFFFF !important; }

.txt__aqua {
  color: #2DCCCD !important; }

.txt__navyBlue {
  color: #072146 !important; }

.txt__niceBlue {
  color: #1973b8 !important; }

/* MEDIA QUERIES*/
/* MEASURES */
/* MEASURES */
.anim-opacity {
  opacity: 1;
  animation: anim-opacity 0.75s ease-in-out; }

@keyframes anim-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.anim-top-20-delay {
  top: 20%;
  animation: anim-top-20-delay 0.75s ease-in-out; }

@keyframes anim-top-20-delay {
  0% {
    top: 40%; }
  100% {
    top: 20%; } }

.anim-left {
  left: 0%;
  animation: anim-left 0.75s ease-in-out; }

@keyframes anim-left {
  0% {
    left: -20%; }
  100% {
    left: 0%; } }

.anim-left-delay {
  left: 0%;
  animation: anim-left-delay 1.4s ease-in-out; }

@keyframes anim-left-delay {
  0% {
    left: -40%; }
  100% {
    left: 0%; } }

@font-face {
  font-family: "BentonSansBBVA-Bold";
  src: url("../assets/fonts/BentonSansBBVA-Bold.woff2") format("woff2"), url("../assets/fonts/BentonSansBBVA-Bold.ttf") format("ttf"); }

@font-face {
  font-family: "BentonSansBBVA-Book";
  src: url("../assets/fonts/BentonSansBBVA-Book.woff2") format("woff2"), url("../assets/fonts/BentonSansBBVA-Book.ttf") format("ttf"); }

@font-face {
  font-family: "BentonSansBBVA-Medium";
  src: url("../assets/fonts/BentonSansBBVA-Medium.woff2") format("woff2"), url("../assets/fonts/BentonSansBBVA-Medium.ttf") format("ttf"); }

@font-face {
  font-family: "BentonSansBBVA-Light";
  src: url("../assets/fonts/BentonSansBBVA-Light.woff2") format("woff2"), url("../assets/fonts/BentonSansBBVA-Light.ttf") format("ttf"); }

.cont__banner {
  width: 100%;
  height: 480px;
  background-position: 50% 0;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover; }

#banner-header {
  background-image: url("../images/banners/estaconntigo-header-desk-v3.jpg"); }

#banner-body {
  background-image: url("../images/banners/diakid-header-desk-v2.jpg"); }

#banner-body-spe {
  background-image: url("../images/banners/fathers-desk.jpg"); }

@media only screen and (max-width: 1024px) {
  .cont__banner {
    height: 350px;
    background-position: 50% 0; } }

@media only screen and (max-width: 599px) {
  .cont__banner {
    width: 100%;
    background-size: contain;
    height: 720px; }
  #banner-header {
    background-image: url("../images/banners/estaconntigo-header-mob-v3.jpg"); }
  #banner-body {
    background-image: url("../images/banners/diakid-header-mob-v2.jpg"); }
  #banner-body-spe {
    background-image: url("../images/banners/fathers-mob.jpg"); } }

@media screen and (device-aspect-ratio: 40 / 71) {
  .cont__banner {
    height: 600px; }
  #banner-header {
    background-image: url("../images/banners/estaconntigo-header-mob-v3.jpg"); } }

.banner-blue {
  position: absolute;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .banner-blue__cont {
    height: 400px;
    position: relative;
    background-color: #d4edfc;
    box-sizing: border-box; }
  .banner-blue__img-cont {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    height: 150px; }
    .banner-blue__img-cont--img {
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 10px auto 20px;
      width: auto;
      max-width: 350px;
      height: auto; }
  .banner-blue__body {
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: 49%;
    position: relative;
    box-sizing: border-box; }
  .banner-blue__title {
    font-size: 36px;
    color: black;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    line-height: 36px; }
  .banner-blue__txt {
    margin-top: 20px;
    font-size: 18px;
    color: var(--black-500);
    font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif; }
  .banner-blue__btn {
    margin-top: 20px;
    padding: 10px;
    width: 150px;
    height: auto;
    text-align: center;
    cursor: pointer;
    background-color: #49a5e6; }
    .banner-blue__btn--a {
      text-decoration: none;
      color: white;
      font-family: "BentonSansBBVA-Medium",Helvetica,Arial,sans-serif; }

@media only screen and (max-width: 599px) {
  .banner-blue__cont {
    height: 720px; }
  .banner-blue__img-cont {
    display: block;
    margin: auto;
    width: 100%; }
  .banner-blue__body {
    display: block;
    width: 100%; } }

.banner-video {
  position: relative;
  height: 440px;
  background-color: #004481;
  overflow: hidden; }
  .banner-video__video {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 400px;
    height: 100%; }
    .banner-video__video--v2 {
      position: absolute;
      top: 0%;
      right: 0%;
      width: auto;
      min-height: 500px;
      height: 100%; }
    .banner-video__video--reverse {
      position: absolute;
      top: 0%;
      right: 0%;
      width: auto;
      min-height: 500px;
      height: 100%;
      transform: rotateY(180deg); }
      @media (min-width: 1800px) {
        .banner-video__video--reverse {
          display: none; } }
      @media (max-width: 992px) {
        .banner-video__video--reverse {
          display: none; } }
      @media (min-width: 1800px) {
        .banner-video__video--reverse {
          display: block;
          position: absolute;
          top: 0%;
          left: 50%;
          transform: translateX(-50%);
          width: 130%;
          height: auto;
          min-height: 200px !important; } }
      @media (max-width: 600px) {
        .banner-video__video--reverse {
          display: block;
          position: absolute;
          top: 0%;
          left: 50%;
          transform: translateX(-50%);
          width: 130%;
          height: auto;
          min-height: 200px !important; } }
  .banner-video__pleca {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 440px;
    z-index: 1;
    background-image: url("../assets/images/banners/banner-clean-desk.png");
    background-size: cover;
    background-position: right; }
  .banner-video__pleca-solid {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 440px;
    z-index: 1;
    background-color: #004481; }
  .banner-video__info {
    display: table;
    position: absolute;
    top: 48%;
    left: 25%;
    width: 500px;
    color: #FFFFFF;
    transform: translate(-50%, -50%);
    z-index: 2; }
    .banner-video__info--title {
      font-size: 28px;
      line-height: 30px;
      font-family: 'BentonSansBBVA-Bold'; }
      .banner-video__info--title strong {
        color: #2DCCCD; }
      .banner-video__info--title--v2 {
        display: inline-block;
        vertical-align: middle;
        font-size: 40px;
        line-height: 42px;
        font-family: 'BentonSansBBVA-Book'; }
      .banner-video__info--title--v3 {
        font-size: 22px;
        font-family: 'BentonSansBBVA-Book'; }
        .banner-video__info--title--v3 strong {
          font-size: 22px;
          font-family: 'BentonSansBBVA-Bold'; }
    .banner-video__info--txt {
      font-size: 18px;
      font-family: "BentonSansBBVA-Medium";
      color: #FFF; }
    .banner-video__info--illustration {
      display: inline-block;
      vertical-align: middle;
      width: 100px; }
    .banner-video__info--span-left {
      display: inline-block;
      margin: 10px 0;
      text-align: left;
      color: #FFF; }
    .banner-video__info--span-right {
      display: inline-block;
      margin: 10px 0;
      float: right;
      text-align: right;
      color: #FFF; }
    .banner-video__info--remember-cont {
      display: block;
      margin: 10px auto;
      width: 65%; }
    .banner-video__info--remember-txt {
      display: inline-block;
      vertical-align: top;
      width: 90%;
      text-align: center;
      color: #FFF; }
    .banner-video__info--remember-icon {
      display: inline-block;
      vertical-align: top;
      width: 24px;
      height: auto; }
    .banner-video__info--hr {
      margin: 1rem 0;
      width: 100%;
      border-top: 1px solid #5bbeff; }
    .banner-video__info--link-cont {
      display: block;
      margin: auto;
      width: 50%; }
    .banner-video__info--link {
      font-family: "BentonSansBBVA-Medium";
      color: #FFF; }
    .banner-video__info--b {
      margin: 0 15px;
      font-size: 16px;
      font-weight: bolder;
      color: #FFF; }

@media only screen and (max-width: 1200px) {
  .banner-video__pleca {
    left: 10%; }
  .banner-video__info {
    left: 28%; } }

@media only screen and (max-width: 800px) {
  .banner-video__video {
    display: none; }
    .banner-video__video--v2 {
      display: none; }
  .banner-video__pleca {
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: #004481; }
  .banner-video__info {
    left: 50%; }
    .banner-video__info--title {
      margin: 0 auto 20px;
      text-align: center; }
    .banner-video__info--txt {
      margin: 20px auto 20px;
      text-align: center; } }

@media only screen and (max-width: 599px) {
  .banner-video {
    width: 100%;
    height: 720px; }
    .banner-video__video {
      /*display: block;
			top: 12%;
			left: 50%;
			width: 100%;*/
      display: block;
      top: 12%;
      left: 50%;
      width: 130%;
      height: auto;
      min-height: 200px !important; }
      .banner-video__video--v2 {
        display: block;
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateX(-50%);
        width: 130%;
        height: auto;
        min-height: 200px !important; }
    .banner-video__pleca {
      display: none; }
    .banner-video__info {
      box-sizing: border-box;
      padding: 20px;
      top: 60%;
      left: 50%;
      width: 100%; }
      .banner-video__info--title {
        margin: 70px auto 20px;
        text-align: center; }
        .banner-video__info--title--v2 {
          display: block;
          margin: 80px auto 20px;
          text-align: center;
          font-size: 40px;
          line-height: 42px;
          font-family: 'BentonSansBBVA-Book'; }
      .banner-video__info--illustration {
        display: block;
        margin: 20px auto;
        vertical-align: middle;
        width: 150px; }
      .banner-video__info--txt {
        margin: 20px auto 20px;
        text-align: center; }
      .banner-video__info--hr {
        margin: 30px 0;
        width: 100%;
        border-top: 1px solid #5bbeff; }
      .banner-video__info--remember-cont {
        display: block;
        margin: 30px auto 0;
        width: 100%; }
      .banner-video__info--link-cont {
        display: block;
        margin: 20px auto 0;
        width: 100%; }
      .banner-video__info--b {
        margin: 0 35px;
        font-size: 16px;
        font-weight: bolder;
        color: #FFF; } }

.banner-photo {
  width: 100%;
  position: relative;
  height: 440px;
  background-color: #004481;
  overflow: hidden; }
  .banner-photo__big {
    height: 712px; }
  .banner-photo__photo {
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: auto;
    min-height: 400px !important;
    height: 100%; }
    .banner-photo__photo--v2 {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      min-height: 400px !important;
      height: 100%; }
      @media (min-width: 1800px) {
        .banner-photo__photo--v2 {
          display: none; } }
      @media (max-width: 992px) {
        .banner-photo__photo--v2 {
          display: none; } }
      @media (min-width: 1800px) {
        .banner-photo__photo--v2 {
          display: block;
          top: 0%;
          left: 50%;
          transform: translatex(-50%);
          width: 130%;
          height: auto;
          min-height: 200px !important; } }
      @media (max-width: 600px) {
        .banner-photo__photo--v2 {
          display: block;
          top: 0%;
          left: 50%;
          transform: translatex(-50%);
          width: 130%;
          height: auto;
          min-height: 200px !important; } }
  .banner-photo .anim-1 {
    opacity: 1;
    animation: anim-1 6s; }
  .banner-photo .anim-2 {
    opacity: 1;
    animation: anim-2 6s; }

@keyframes anim-1 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  60% {
    opacity: 1; } }

@keyframes anim-2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .banner-photo__pleca {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 440px;
    z-index: 1;
  /*  background-image: url("../assets/images/banners/banner-clean-desk.png");
    background-size: cover;
    background-position: right;*/ }
  .banner-photo__diagonal {
    position: absolute;
    width: 65%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #004481;
    z-index: 2;
    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
    -webkit-clip-pat: polygon(0 15%, 100% 0, 100% 100%, 0 100%); }
    @media (min-width: 1800px) {
      .banner-photo__diagonal {
        display: none; } }
    @media (max-width: 992px) {
      .banner-photo__diagonal {
        display: none; } }
  .banner-photo__info {
    position: absolute;
    top: 48%;
    left: 25%;
    width: 500px;
    transform: translate(-50%, -50%);
    z-index: 2; }
    .banner-photo__info--logo {
      margin: 0 auto 20px;
      width: 200px;
      height: auto; }
    .banner-photo__info--title {
      font-size: 28px;
      line-height: 30px;
      font-family: 'BentonSansBBVA-Bold'; }
      .banner-photo__info--title strong {
        color: #2DCCCD; }
      .banner-photo__info--title--v2 {
        display: inline-block;
        vertical-align: middle;
        font-size: 40px;
        line-height: 42px;
        font-family: 'BentonSansBBVA-Book'; }
    .banner-photo__info--txt {
      font-size: 18px;
      font-family: "BentonSansBBVA-Medium", Helvetica, Arial, sans-serif;
      color: #FFF; }
    .banner-photo__info--span-left {
      display: inline-block;
      margin: 10px 0;
      text-align: left;
      color: #FFF; }
    .banner-photo__info--span-right {
      display: inline-block;
      margin: 10px 0;
      float: right;
      text-align: right;
      color: #FFF; }
    .banner-photo__info--remember-cont {
      display: block;
      margin: 10px auto;
      width: 65%; }
    .banner-photo__info--remember-txt {
      display: inline-block;
      vertical-align: top;
      width: 90%;
      text-align: center;
      color: #FFF; }
    .banner-photo__info--remember-icon {
      display: inline-block;
      vertical-align: top;
      width: 24px;
      height: auto; }
    .banner-photo__info--hr {
      margin: 1rem 0;
      width: 100%;
      border-top: 1px solid #5bbeff; }
    .banner-photo__info--link-cont {
      display: block;
      margin: 50px auto;
      width: 50%;
      text-align: center; }
    .banner-photo__info--link {
      font-family: "BentonSansBBVA-Medium";
      color: #FFF;
      text-align: center; }
    .banner-photo__info--b {
      margin: 0 15px;
      font-size: 16px;
      font-weight: bolder;
      color: #FFF; }
  .banner-photo__title {
    font-size: 28px;
    text-align: center;
    font-family: 'BentonSansBBVA-Bold', Helvetica, Arial, sans-serif;
    line-height: 38px;
    color: white; }
    .banner-photo__title strong {
      color: #2DCCCD; }
    .banner-photo__title--light {
      font-family: 'BentonSansBBVA-Book', Helvetica, Arial, sans-serif;
      color: white;
      text-align: center; }
      .banner-photo__title--light strong {
        font-family: 'BentonSansBBVA-Bold', Helvetica, Arial, sans-serif;
        color: #FFFFFF; }
    .banner-photo__title--light-sm {
      font-size: 24px;
      font-family: 'BentonSansBBVA-Book', Helvetica, Arial, sans-serif;
      color: white;
      text-align: center; }
      .banner-photo__title--light-sm strong {
        font-family: 'BentonSansBBVA-Bold', Helvetica, Arial, sans-serif;
        color: #FFFFFF; }
      @media (min-width: 1800px) {
        .banner-photo__title--light-sm {
          font-size: 20px; } }
      @media (max-width: 600px) {
        .banner-photo__title--light-sm {
          font-size: 20px; } }
  .banner-photo__txt {
    margin: 30px auto;
    font-size: 18px;
    text-align: center;
    font-family: "BentonSansBBVA-Book", Helvetica, Arial, sans-serif;
    color: #FFF; }
    .banner-photo__txt strong {
      font-family: 'BentonSansBBVA-Bold', Helvetica, Arial, sans-serif; }
  .banner-photo__span {
    font-size: 18px;
    font-family: 'BentonSansBBVA-Book', Helvetica, Arial, sans-serif;
    color: white;
    text-align: center; }
    .banner-photo__span strong {
      font-family: 'BentonSansBBVA-Bold', Helvetica, Arial, sans-serif;
      color: #FFFFFF; }
    @media (min-width: 1800px) {
      .banner-photo__span {
        font-size: 16px; } }
    @media (max-width: 600px) {
      .banner-photo__span {
        font-size: 16px; } }
  .banner-photo__logo {
    display: block;
    margin: 20px auto;
    padding: 10px;
    max-height: 100px;
    width: auto;
    background-color: transparent; }
    .banner-photo__logo--lg {
      max-height: 150px; }
  .banner-photo__btn {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    padding: 10px;
    width: 150px;
    background-color: #49a5e6;
    cursor: pointer;
    text-align: center; }
    .banner-photo__btn span {
      color: white;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .banner-photo .align-left {
    text-align: left; }

@media only screen and (max-width: 1200px) {
  .banner-photo__pleca {
    left: 10%; }
  .banner-photo__info {
    left: 28%; } }

@media only screen and (max-width: 800px) {
  .banner-photo__photo {
    display: none; }
  .banner-photo__pleca {
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    background-color: #004481; }
  .banner-photo__info {
    left: 50%; }
    .banner-photo__info--title {
      margin: 0 auto 20px;
      text-align: center; }
    .banner-photo__info--txt {
      margin: 20px auto 20px;
      text-align: center; }
  .banner-photo .align-left {
    text-align: center; } }

@media only screen and (max-width: 599px) {
  .banner-photo {
    width: 100%;
    height: 720px; }
    .banner-photo__photo {
      display: block;
      top: 12%;
      left: 50%;
      width: 130%;
      height: auto;
      min-height: 200px !important; }
    .banner-photo__pleca {
      display: none; }
    .banner-photo__info {
      box-sizing: border-box;
      padding: 20px;
      top: 60%;
      left: 50%;
      width: 100%; }
      .banner-photo__info--title {
        margin: 20px auto 20px;
        text-align: center; }
      .banner-photo__info--txt {
        margin: 20px auto 20px;
        text-align: center; }
      .banner-photo__info--hr {
        margin: 30px 0;
        width: 100%;
        border-top: 1px solid #5bbeff; }
      .banner-photo__info--remember-cont {
        display: block;
        margin: 30px auto 0;
        width: 100%; }
      .banner-photo__info--link-cont {
        display: block;
        margin: 20px auto 0;
        width: 100%; }
      .banner-photo__info--b {
        margin: 0 35px;
        font-size: 16px;
        font-weight: bolder;
        color: #FFF; } }

.banner-icon {
  height: 375px;
  position: relative;
  background-color: transparent;
  box-sizing: border-box; }
  @media (min-width: 1800px) {
    .banner-icon {
      height: 550px; } }
  @media (max-width: 992px) {
    .banner-icon {
      height: 550px; } }
  .banner-icon__small {
    padding: 32px;
    height: 170px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .banner-icon__small--img {
      margin: 0 15px;
      width: auto;
      height: 90px; }
    .banner-icon__small--txt {
      margin: 0 15px;
      width: 300px;
      font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif; }
      .banner-icon__small--txt strong {
        font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .banner-icon__medium {
    height: 500px; }
  .banner-icon__large {
    height: 700px; }
  .banner-icon__back-blueLight {
    background-color: #d4edfc; }
    .banner-icon__back-blueLight h1 {
      color: black; }
  .banner-icon__back-coreBlueDark {
    color: white;
    background-color: #043263; }
    .banner-icon__back-coreBlueDark h1 {
      color: white; }
  .banner-icon__back-black200 {
    color: white;
    background-color: #E9E9E9; }
    .banner-icon__back-black200 h1 {
      color: #121212; }
    .banner-icon__back-black200 h6 {
      color: #121212; }
  .banner-icon__back-white {
    color: #121212;
    background-color: #FFFFFF; }
    .banner-icon__back-white h1 {
      color: #121212; }
    .banner-icon__back-white h6 {
      color: #121212; }
  .banner-icon__cont {
    position: absolute;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 1800px) {
      .banner-icon__cont {
        flex-direction: column; } }
    @media (max-width: 992px) {
      .banner-icon__cont {
        flex-direction: column; } }
    @media (min-width: 1800px) {
      .banner-icon__cont {
        width: 80%; } }
    @media (max-width: 600px) {
      .banner-icon__cont {
        width: 80%; } }
  .banner-icon__img {
    display: block;
    margin: auto;
    width: 220px;
    height: 100%; }
  .banner-icon__txtLogo {
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial, sans-serif !important; }
  .banner-icon__img-cont {
    width: 50%;
    height: 200px; }
    @media (min-width: 1800px) {
      .banner-icon__img-cont {
        display: block;
        margin: auto;
        width: 100%; } }
    @media (max-width: 992px) {
      .banner-icon__img-cont {
        display: block;
        margin: auto;
        width: 100%; } }
    .banner-icon__img-cont--sm {
      width: 30%; }
    .banner-icon__img-cont--img {
      margin: 10px auto 20px;
      width: auto;
      max-width: 200px;
      height: auto; }
  .banner-icon__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    width: 49%;
    position: relative;
    box-sizing: border-box; }
    @media (min-width: 1800px) {
      .banner-icon__body {
        width: 100%;
        align-items: center; } }
    @media (max-width: 992px) {
      .banner-icon__body {
        width: 100%;
        align-items: center; } }
    .banner-icon__body--large {
      width: 70%; }
    .banner-icon__body--center {
      align-items: center; }
    .banner-icon__body--right {
      align-items: flex-end; }
      @media (min-width: 1800px) {
        .banner-icon__body--right {
          align-items: center; } }
      @media (max-width: 992px) {
        .banner-icon__body--right {
          align-items: center; } }
  .banner-icon__title {
    font-size: 36px;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial, sans-serif !important;
    line-height: 36px; }
    @media (min-width: 1800px) {
      .banner-icon__title {
        text-align: center;
        font-size: 30px; } }
    @media (max-width: 600px) {
      .banner-icon__title {
        text-align: center;
        font-size: 30px; } }
    .banner-icon__title--right {
      width: 100%;
      text-align: right !important; }
  .banner-icon__txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: "BentonSansBBVA-Book",Helvetica,Arial, sans-serif !important; }
    .banner-icon__txt strong {
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial, sans-serif !important; }
    .banner-icon__txt--right {
      width: 100%;
      text-align: right; }
    .banner-icon__txt--sm {
      font-size: 14px; }
  .banner-icon__span--right {
    text-align: right; }
  .banner-icon__btn {
    margin: 20px 0;
    padding: 10px;
    width: 150px;
    height: auto;
    text-align: center;
    cursor: pointer;
    background-color: #49a5e6; }
    .banner-icon__btn--large {
      width: 200px; }
    .banner-icon__btn--right {
      float: right; }
      @media (min-width: 1800px) {
        .banner-icon__btn--right {
          float: initial; } }
      @media (max-width: 600px) {
        .banner-icon__btn--right {
          float: initial; } }
    .banner-icon__btn--a {
      text-decoration: none;
      color: white;
      font-family: "BentonSansBBVA-Medium",Helvetica,Arial, sans-serif; }
  .banner-icon__link {
    margin: 20px 0;
    font-size: 16px;
    font-family: "BentonSansBBVA-Medium",Helvetica,Arial, sans-serif;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: underline; }
    .banner-icon__link p {
      text-align: center; }

@media only screen and (max-width: 599px) {
  .banner-icon__title--right {
    text-align: center; }
  .banner-icon__txt {
    text-align: center; }
    .banner-icon__txt--right {
      text-align: center; }
    .banner-icon__txt--sm {
      text-align: center; }
  .banner-icon__btn {
    margin: 30px auto 20px; }
  .banner-icon__span {
    text-align: center; }
    .banner-icon__span--right {
      text-align: center; }
  .banner-icon__medium {
    height: 700px; }
  .banner-icon__large {
    height: 950px; } }

.select {
  width: 100%;
  height: 49px;
  font-family: inherit;
  font-size: 18px;
  border-style: none;
  border-radius: 3px;
  background: #f4f4f4; }

.input {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 49px;
  font-family: inherit;
  font-size: 18px;
  border-style: none;
  border-radius: 3px;
  background: #f4f4f4;
  color: black; }
  .input::placeholder {
    color: darkgray; }

.calc__tdc {
  margin: auto;
  max-width: 176px;
  height: 110px;
  background-color: transparent;
  background-size: contain;
  background-image: url("../assets/images/tdc/TDC_generica.png"); }

.calc__txt {
  margin-top: 20px;
  color: white;
  font-size: 28px;
  line-height: 30px;
  font-family: 'BentonSansBBVA-Bold'; }

.calc__label {
  margin: 10px auto;
  color: white !important;
  font-size: 14px !important;
  font-family: 'BentonSansBBVA-Book';
  text-align: center; }
  .calc__label--sm {
    vertical-align: bottom;
    font-size: 14px !important; }

.calc__radio-cont {
  display: table;
  width: 150px;
  margin: 20px auto; }

.calc__radio {
  vertical-align: top;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  cursor: pointer; }

.calc__result {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 49px;
  font-family: inherit;
  font-size: 18px;
  text-align: left;
  border-radius: 3px;
  background: #f4f4f4; }
  .calc__result--white {
    color: #004481;
    font-family: 'BentonSansBBVA-Medium';
    background-color: white; }

.calc .inactive {
  display: none !important; }

.calc .remove-margin-right {
  margin-right: 0px !important; }

.calendar .tavo-calendar__day_range-select:nth-child(1) {
  background-color: green; }

.calendar .tavo-calendar__day_range-start {
  color: #FFFFFF;
  background-color: #2DCCCD; }
  .calendar .tavo-calendar__day_range-start span {
    background-color: #2DCCCD; }

.calendar .tavo-calendar__day_range-end {
  color: #FFFFFF;
  background-color: #004481; }
  .calendar .tavo-calendar__day_range-end span {
    color: #FFFFFF;
    background-color: #004481; }

.calendar .tavo-calendar__day_range-end + span {
  color: #FFFFFF;
  background-color: red; }

.calendar .tavo-calendar__day {
  height: 50px; }

/*.tavo-calendar__day_range-select:first-child {
	background-color: yellow;
}

.tavo-calendar__day:first-child {
	background-color: orange;
}*/
.calendar-info__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25%;
  height: 80px; }

.calendar-info__square--v1 {
  margin: 10px;
  width: 40px;
  height: 40px;
  background-color: #2DCCCD; }

.calendar-info__square--v2 {
  margin: 10px;
  width: 40px;
  height: 40px;
  background-color: #004481; }

.calendar-info__square--v3 {
  margin: 10px;
  width: 40px;
  height: 40px;
  background-color: red; }

.calendar-info__txt {
  color: white; }

.card__link {
  margin-top: 10px; }
  .card__link--a {
    color: #1973B8;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }

.card-back__white {
  background-color: white !important; }

.minus-top {
  margin-top: -16px; }

.card-logo {
  margin: auto;
  width: 100%;
  background-color: transparent;
  border: 2px solid #F2F2F2;
  box-sizing: border-box; }
  .card-logo__img-cont {
    position: relative;
    height: 160px; }
    .card-logo__img-cont--img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 10px auto 20px;
      width: auto;
      max-width: 220px;
      height: auto;
      max-height: 80px; }
  .card-logo__link-cont {
    margin-top: 10px;
    padding: 5px;
    width: 100%;
    height: 150px;
    background-color: #F2F2F2;
    box-sizing: border-box; }
  .card-logo__body {
    margin-top: 10px;
    padding: 5px;
    width: 100%;
    height: 240px;
    background-color: #F2F2F2;
    box-sizing: border-box; }
    .card-logo__body--medium {
      height: 300px; }
    .card-logo__body--large {
      height: 360px; }
  .card-logo__info {
    padding: 10px; }
    .card-logo__info--title {
      margin: 20px 0;
      text-align: center;
      font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif; }
    .card-logo__info--txt {
      text-align: center;
      line-height: 24px;
      font-family: "BentonSansBBVA-Light", Helvetica, Arial, sans-serif; }
      .card-logo__info--txt strong {
        font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif; }
      .card-logo__info--txt br {
        line-height: 50px; }
  .card-logo__txt {
    margin: 10px auto; }
    .card-logo__txt--p {
      text-align: center;
      font-weight: 700;
      font-family: "BentonSansBBVA-Light",Helvetica,Arial,sans-serif; }
  .card-logo__link {
    display: block;
    width: 100%;
    text-align: center;
    margin: 2px auto;
    font-weight: bold; }
    .card-logo__link:hover .card-logo__link--a {
      text-decoration: underline; }
    .card-logo__link--icon {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
      width: 18px;
      height: auto; }
    .card-logo__link--a {
      vertical-align: top;
      display: inline-block;
      color: #1973B8;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }

@media only screen and (max-width: 1024px) {
  .card-logo__img-cont {
    position: relative;
    height: 200px; }
    .card-logo__img-cont--img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 10px auto 20px;
      width: auto;
      max-width: 200px;
      height: auto;
      max-height: 80px; }
  .card-logo__body {
    height: 300px; }
    .card-logo__body--medium {
      height: 400px; }
    .card-logo__body--large {
      height: 440px; }
  .card-logo__link {
    margin: 10px auto;
    width: 60%;
    text-align: center; }
    .card-logo__link:first-child {
      margin-top: 100px; }
    .card-logo__link--icon {
      display: inline-block;
      margin: 0 5px 0 0;
      width: 18px;
      height: auto; } }

@media only screen and (max-width: 599px) {
  .card-logo__img-cont {
    position: relative;
    height: 160px; }
    .card-logo__img-cont--img {
      margin: 10px auto 20px;
      width: auto;
      max-width: 200px;
      height: auto;
      max-height: 80px; }
  .card-logo__body {
    height: 275px; }
    .card-logo__body--medium {
      height: 400px; }
    .card-logo__body--large {
      height: 440px; }
    .card-logo__body--clear {
      height: 275px; }
    .card-logo__body--clear-to-medium {
      height: 350px; }
  .card-logo__link {
    margin: 10px auto;
    width: 60%;
    text-align: center; }
    .card-logo__link:first-child {
      margin-top: 100px; }
    .card-logo__link--icon {
      display: inline-block;
      margin: 0 5px 0 0;
      width: 18px;
      height: auto; } }

@media screen and (device-aspect-ratio: 40 / 71) {
  .card-logo__link-cont {
    width: 200px; } }

.card-simple {
  margin: auto;
  width: 100%;
  background-color: white; }
  .card-simple__img-cont {
    position: relative;
    height: 120px; }
    .card-simple__img-cont--img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 10px auto 20px;
      width: auto;
      max-width: 220px;
      height: auto;
      max-height: 80px; }
      @media (min-width: 1800px) {
        .card-simple__img-cont--img {
          max-width: 140px;
          height: auto;
          max-height: 80px; } }
      @media (max-width: 992px) {
        .card-simple__img-cont--img {
          max-width: 140px;
          height: auto;
          max-height: 80px; } }
    .card-simple__img-cont--img-2 {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: auto;
      width: auto;
      max-width: 220px;
      height: auto;
      max-height: 80px; }
      @media (min-width: 1800px) {
        .card-simple__img-cont--img-2 {
          max-width: 140px;
          height: auto;
          max-height: 80px; } }
      @media (max-width: 992px) {
        .card-simple__img-cont--img-2 {
          max-width: 140px;
          height: auto;
          max-height: 80px; } }
    .card-simple__img-cont--span {
      position: absolute;
      top: 85%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      color: #1973B8; }
  .card-simple__body {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    text-align: center;
    background-color: #F2F2F2; }
    .card-simple__body--medium {
      height: 200px; }
    @media (min-width: 1800px) {
      .card-simple__body {
        height: 240px; } }
    @media (max-width: 992px) {
      .card-simple__body {
        height: 240px; } }
  .card-simple__link {
    margin: 10px auto;
    cursor: pointer; }
    .card-simple__link--a {
      color: #1973B8;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
      .card-simple__link--a:hover {
        color: #49A5E6; }
      .card-simple__link--a img {
        display: inline-block;
        vertical-align: top;
        margin-right: 8px;
        width: 18px;
        height: auto; }
      .card-simple__link--a span {
        display: inline-block;
        vertical-align: top; }

.card-large {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-sizing: border-box;
  border: 2px solid #F2F2F2;
  content: '';
  display: table;
  clear: both; }
  .card-large__no-border {
    border: none; }
  .card-large__img-cont {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
    height: 150px; }
    @media (min-width: 1800px) {
      .card-large__img-cont {
        display: block;
        margin: auto;
        width: 100%; } }
    @media (max-width: 600px) {
      .card-large__img-cont {
        display: block;
        margin: auto;
        width: 100%; } }
    .card-large__img-cont--img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      margin: 10px auto 20px;
      width: auto;
      max-width: 350px;
      height: auto;
      max-height: 80px; }
  .card-large__body {
    display: inline-block;
    float: right;
    vertical-align: top;
    padding: 20px;
    width: 50%;
    position: relative;
    background-color: #F2F2F2;
    box-sizing: border-box; }
    @media (min-width: 1800px) {
      .card-large__body {
        display: block;
        width: 100%; } }
    @media (max-width: 600px) {
      .card-large__body {
        display: block;
        width: 100%; } }

.card-icon {
  position: relative;
  display: block;
  margin: auto;
  box-sizing: border-box;
  width: 160px;
  height: 160px;
  background-color: white;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.1); }
  @media (min-width: 1800px) {
    .card-icon {
      width: 75px;
      height: 75px;
      margin-right: 10px; } }
  @media (max-width: 600px) {
    .card-icon {
      width: 75px;
      height: 75px;
      margin-right: 10px; } }
  .card-icon__v2 {
    cursor: pointer;
    width: 100px;
    height: 100px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #004481; }
    @media (min-width: 1800px) {
      .card-icon__v2 {
        width: 50px;
        height: 50px;
        margin: 0px; } }
    @media (max-width: 600px) {
      .card-icon__v2 {
        width: 50px;
        height: 50px;
        margin: 0px; } }
  .card-icon__icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: auto; }
    .card-icon__icon--v2 {
      top: 40%; }
      @media (min-width: 1800px) {
        .card-icon__icon--v2 {
          top: 50%;
          width: 28px;
          height: auto; } }
      @media (max-width: 600px) {
        .card-icon__icon--v2 {
          top: 50%;
          width: 28px;
          height: auto; } }
  .card-icon__txt {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
    line-height: 16px;
    font-size: 12px;
    font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif; }
    @media (min-width: 1800px) {
      .card-icon__txt {
        display: none; } }
    @media (max-width: 600px) {
      .card-icon__txt {
        display: none; } }
    @media (min-width: 1800px) {
      .card-icon__txt--v2 {
        top: 120%;
        display: block; } }
    @media (max-width: 600px) {
      .card-icon__txt--v2 {
        top: 120%;
        display: block; } }

.cardsmodule__title {
  position: relative;
  margin: 50px auto;
  padding: 20px 0;
  width: 100%;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif !important;
  box-sizing: border-box; }
  .cardsmodule__title--dark-blue {
    color: white;
    background-color: #072145; }
  .cardsmodule__title--light-blue {
    color: #072145;
    background-color: #d4edfc; }
  .cardsmodule__title--white {
    color: #FFF; }

.cardsmodule__txt {
  position: relative;
  margin: 20px auto 75px;
  line-height: 1.5;
  width: 70%;
  font-size: 18px;
  font-family: "BentonSansBBVA-Medium", Helvetica, Arial, sans-serif !important;
  text-align: center; }
  .cardsmodule__txt--white {
    color: #FFF; }

@media only screen and (max-width: 599px) {
  .cardsmodule__title {
    font-size: 28px !important;
    width: 80%;
    margin: 50px auto;
    padding: 20px; }
  .cardsmodule__txt {
    font-size: 20px !important;
    margin-bottom: 100px !important; } }

.card-illustration {
  padding: 20px;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 120px auto;
  grid-template-columns: 120px auto;
  -ms-grid-rows: 120px;
  grid-template-rows: 120px;
  background-color: #d4edfc; }
  @media (min-width: 1800px) {
    .card-illustration {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      -ms-grid-rows: 140px 100px;
      grid-template-rows: 140px 100px; } }
  @media (min-width: 1800px) {
    .card-illustration {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      -ms-grid-rows: 160px 100px;
      grid-template-rows: 160px 100px; } }
  @media (max-width: 992px) {
    .card-illustration {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      -ms-grid-rows: 160px 100px;
      grid-template-rows: 160px 100px; } }
  @media (min-width: 1800px) {
    .card-illustration {
      padding: 50px;
      -ms-grid-rows: 200px 80px;
      grid-template-rows: 200px 80px;
      grid-column-gap: 50px;
      grid-row-gap: 50px; } }
  @media (max-width: 600px) {
    .card-illustration {
      padding: 50px;
      -ms-grid-rows: 200px 80px;
      grid-template-rows: 200px 80px;
      grid-column-gap: 50px;
      grid-row-gap: 50px; } }
  .card-illustration__img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center;
    height: 100px;
    width: auto; }
    @media (min-width: 1800px) {
      .card-illustration__img {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        height: 120px; } }
    @media (min-width: 1800px) {
      .card-illustration__img {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        justify-self: center;
        align-self: center;
        height: 120px;
        width: auto; } }
    @media (max-width: 992px) {
      .card-illustration__img {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2;
        justify-self: center;
        align-self: center;
        height: 120px;
        width: auto; } }
    @media (min-width: 1800px) {
      .card-illustration__img {
        height: 160px;
        width: auto; } }
    @media (max-width: 600px) {
      .card-illustration__img {
        height: 160px;
        width: auto; } }
  .card-illustration__txt {
    color: #072145;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    align-self: center;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (min-width: 1800px) {
      .card-illustration__txt {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        text-align: center; } }
    @media (min-width: 1800px) {
      .card-illustration__txt {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        text-align: center; } }
    @media (max-width: 992px) {
      .card-illustration__txt {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3;
        text-align: center; } }

/*@media only screen and (device-width : 375px) 
and (device-height : 667px) 
and (-webkit-device-pixel-ratio : 2) {
	.card-illustration {
		padding: 50px;
		@include grid-template-rows(160px 80px);
		grid-column-gap: 50px;
		grid-row-gap: 50px;
		&__img {
			
			height: 160px !important;
			width: auto;
		}
	}
	}*/
/*@media only screen and (device-width : 375px) 
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
	.card-illustration {
		padding: 50px;
		@include grid-template-rows(160px 80px);
		grid-column-gap: 50px;
		grid-row-gap: 50px;
		&__img {
			
			height: 160px !important;
			width: auto;
		}
	}
	}*/
.card-promo {
  border: 2px solid #F2F2F2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }
  .card-promo__head {
    padding: 20px;
    box-sizing: border-box;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 160px;
    grid-template-rows: 160px;
    background-color: white !important; }
  .card-promo__link-a {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center; }
    .card-promo__link-a--img {
      width: auto;
      max-width: 220px;
      height: auto;
      max-height: 80px; }
      @media (min-width: 1800px) {
        .card-promo__link-a--img {
          max-height: 50px; } }
      @media (max-width: 1200px) {
        .card-promo__link-a--img {
          max-height: 50px; } }
      @media (min-width: 1800px) {
        .card-promo__link-a--img {
          width: auto;
          max-width: 220px;
          height: auto;
          max-height: 80px; } }
      @media (max-width: 600px) {
        .card-promo__link-a--img {
          width: auto;
          max-width: 220px;
          height: auto;
          max-height: 80px; } }
  .card-promo__gif {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: flex-end;
    align-self: flex-start;
    width: 70px;
    height: auto; }
  .card-promo__body {
    padding: 20px;
    height: 100%;
    box-sizing: border-box;
    background-color: white;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 120px 20px 20px;
    grid-template-rows: 120px 20px 20px;
    grid-column-gap: 20px;
    grid-row-gap: 10px; }
    .card-promo__body--back-photo {
      background-image: url("../assets/images/photos/ph-Cancun-thumb.jpg");
      background-size: cover; }
  .card-promo__info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: start; }
    .card-promo__info--title {
      text-align: center;
      font-size: 14px;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      .card-promo__info--title strong {
        font-size: 16px; }
      .card-promo__info--title-v2 {
        font-size: 14px;
        font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif; }
        .card-promo__info--title-v2 strong {
          font-size: 14px;
          font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
    .card-promo__info--txt {
      margin-top: 20px;
      text-align: center;
      font-family: "BentonSansBBVA-Light",Helvetica,Arial,sans-serif; }
      .card-promo__info--txt-v2 {
        font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif;
        font-size: 12px; }
      .card-promo__info--txt b {
        font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
    .card-promo__info--img {
      display: block;
      margin: auto;
      width: 48px;
      height: auto; }
  .card-promo__title {
    text-align: center;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: start; }
  .card-promo__txt {
    text-align: center;
    line-height: 24px;
    font-family: "BentonSansBBVA-Light",Helvetica,Arial,sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    align-self: end; }
  .card-promo__span {
    text-align: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: end; }
  .card-promo__link-alpha {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    justify-self: center;
    align-self: start; }
    .card-promo__link-alpha--img {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
      width: 18px;
      height: auto; }
    .card-promo__link-alpha--span {
      display: inline-block;
      vertical-align: top;
      color: #1973B8;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
      text-align: center; }
      .card-promo__link-alpha--span--aqua {
        color: #2DCCCD; }
  .card-promo__link-b {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    justify-self: center;
    align-self: center; }
    .card-promo__link-b--img {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
      width: 18px;
      height: auto; }
    .card-promo__link-b--span {
      display: inline-block;
      vertical-align: top;
      color: #1973B8;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
      .card-promo__link-b--span--aqua {
        color: #2DCCCD; }
  .card-promo__link-c {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    justify-self: center;
    align-self: center; }
    .card-promo__link-c--img {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px;
      width: 18px;
      height: auto; }
    .card-promo__link-c--span {
      display: inline-block;
      vertical-align: top;
      color: #1973B8;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
      .card-promo__link-c--span--white {
        color: #FFFFFF; }
  .card-promo__full {
    padding: 20px;
    box-sizing: border-box;
    height: 400px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 50px auto auto;
    grid-template-rows: 50px auto auto;
    background-color: #072146 !important; }
    .card-promo__full--title {
      color: #FFFFFF;
      text-align: center;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1 / 2;
      justify-self: center;
      align-self: center; }
    .card-promo__full--txt {
      color: #FFFFFF;
      text-align: center;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / 2;
      -ms-grid-row: 2;
      -ms-grid-row-span: 1;
      grid-row: 2 / 3;
      justify-self: center;
      align-self: center; }
  .card-promo .body-oneline {
    padding: 20px;
    -ms-grid-rows: 5px 5px 5px;
    grid-template-rows: 5px 5px 5px; }
  .card-promo .body-small {
    padding: 20px;
    -ms-grid-rows: 65px 20px 20px;
    grid-template-rows: 65px 20px 20px; }
    .card-promo .body-small__v2 {
      padding: 10px 20px;
      -ms-grid-rows: 20px 20px 20px;
      grid-template-rows: 20px 20px 20px; }
    .card-promo .body-small__v3 {
      padding: 10px 20px;
      -ms-grid-rows: 40px 20px 20px;
      grid-template-rows: 40px 20px 20px; }
    .card-promo .body-small__v4 {
      padding: 10px 20px;
      -ms-grid-rows: 20px 20px;
      grid-template-rows: 20px 20px; }
  .card-promo .body-medium {
    padding: 20px;
    -ms-grid-rows: 200px 20px 20px;
    grid-template-rows: 200px 20px 20px; }
    .card-promo .body-medium .card-promo__info--title {
      -webkit-line-clamp: 5; }
  .card-promo .body-large {
    padding: 20px;
    -ms-grid-rows: 300px 20px 20px;
    grid-template-rows: 300px 20px 20px; }
  .card-promo .gray {
    background-color: #F2F2F2; }
  .card-promo .txt-black00 {
    color: #FFFFFF; }
  .card-promo .block-opacity {
    color: #FFFFFF;
    background-color: rgba(18, 18, 18, 0.8); }
  .card-promo .body-coreBlue {
    color: #FFFFFF;
    background-color: #004481; }

@media only screen and (max-width: 780px) {
  .card-promo__link-a--img {
    width: auto;
    max-width: 250px;
    height: auto;
    max-height: 80px; }
  .card-promo .body-medium {
    padding: 20px;
    -ms-grid-rows: 120px 20px 20px;
    grid-template-rows: 120px 20px 20px; }
  .card-promo .body-large {
    -ms-grid-rows: 150px 20px 20px;
    grid-template-rows: 150px 20px 20px; } }

@media only screen and (max-width: 599px) {
  .card-promo .body-large {
    -ms-grid-rows: 250px 20px 20px;
    grid-template-rows: 250px 20px 20px; } }

.card-multitdc {
  padding: 40px;
  width: 100%;
  height: 420px;
  box-sizing: border-box;
  background-color: #F4F4F4; }
  .card-multitdc__large {
    height: 420px; }
  .card-multitdc__title {
    margin: 10px 0;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    text-align: center;
    color: #1465A5;
    background-color: #5bbeff; }
  .card-multitdc__img-cont {
    margin: auto;
    display: block;
    width: 100%; }
  .card-multitdc__img {
    display: inline-block;
    margin-bottom: 10px;
    width: 48%;
    height: auto;
    float: left; }
    .card-multitdc__img:nth-child(2n+2) {
      float: right; }
    .card-multitdc__img--single {
      float: none;
      display: block;
      margin: 0 auto; }

@media only screen and (max-width: 1200px) {
  .card-multitdc {
    height: 350px; }
    .card-multitdc__large {
      height: 300px; } }

@media only screen and (max-width: 800px) {
  .card-multitdc {
    height: 550px; }
    .card-multitdc__large {
      height: 300px; } }

.card-temp {
  width: 100%;
  color: #043263;
  background-color: #d4edfc;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }
  .card-temp__coreBlueDark {
    color: #FFFFFF;
    background-color: #043263; }
  .card-temp__head {
    padding: 25px;
    box-sizing: border-box;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 160px;
    grid-template-rows: 160px; }
  .card-temp__img {
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 180px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center; }
  .card-temp__thumb {
    width: auto;
    height: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center; }
  .card-temp__body {
    padding: 25px;
    height: 100%;
    box-sizing: border-box;
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 80px 160px 60px;
    grid-template-rows: 80px 160px 60px;
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    .card-temp__body--sm {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      -ms-grid-rows: 40px;
      grid-template-rows: 40px; }
    .card-temp__body--sm-v2 {
      -ms-grid-columns: auto;
      grid-template-columns: auto;
      -ms-grid-rows: 40px 40px 60px;
      grid-template-rows: 40px 40px 60px; }
  .card-temp__link-video {
    display: table;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center; }
    .card-temp__link-video--icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      width: 36px;
      height: auto; }
    .card-temp__link-video--span {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .card-temp__title {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center; }
  .card-temp__txt {
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    justify-self: center;
    align-self: start; }
  .card-temp__snood {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #d4edfc;
    background-color: #043263;
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
    .card-temp__snood--blueLight {
      color: #043263;
      background-color: #d4edfc; }
  .card-temp__btn {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    color: #d4edfc;
    background-color: #043263;
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
    .card-temp__btn span {
      font-size: 18px;
      line-height: 20px;
      text-align: center;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
      align-self: center; }
    .card-temp__btn--blueLight {
      color: #043263;
      background-color: #d4edfc; }
  .card-temp__subtitle {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: start; }
    .card-temp__subtitle strong {
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .card-temp__cost {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: end; }

.card-video-thumb {
  width: 100%;
  color: #043263;
  background-color: #d4edfc;
  transition: all 0.5s;
  cursor: pointer;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto; }
  .card-video-thumb__head {
    box-sizing: border-box;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto; }
  .card-video-thumb__head--v2 {
    box-sizing: border-box;
    background-color: #FFFFFF;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 150px;
    grid-template-rows: 150px; }
  .card-video-thumb__img {
    width: 100%;
    height: auto;
    filter: opacity(100%);
    background-color: black;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center;
    transition: all 0.2s; }
  .card-video-thumb__logo {
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 80px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center;
    transition: all 0.2s; }
  .card-video-thumb__title {
    width: 100%;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #d4edfc;
    background-color: #121212;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    z-index: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center; }
  .card-video-thumb__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: 50px;
    grid-template-rows: 50px; }
  .card-video-thumb__link-video {
    display: table;
    width: 200px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    justify-self: center;
    align-self: center; }
    .card-video-thumb__link-video--icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      width: 36px;
      height: auto; }
    .card-video-thumb__link-video--span {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .card-video-thumb:hover {
    color: #d4edfc;
    background-color: #043263; }
    .card-video-thumb:hover .card-video-thumb__img {
      filter: opacity(50%); }
    .card-video-thumb:hover .card-video-thumb__link-video--span {
      font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif; }

.card-info {
  border: 2px solid #FFFFFF;
  padding: 50px 20px; }

.card-flip {
  position: relative;
  height: 300px;
  perspective: 150rem;
  transition: all .8s ease;
  cursor: pointer; }
  .card-flip:not(:last-child) {
    margin-bottom: 50px; }
  .card-flip__small {
    height: 200px; }
  .card-flip__medium {
    width: 48%;
    height: 300px; }
    @media (min-width: 1800px) {
      .card-flip__medium {
        width: 100%; } }
    @media (max-width: 992px) {
      .card-flip__medium {
        width: 100%; } }
  .card-flip__extralarge {
    width: 100%;
    height: 440px; }
    @media (min-width: 1800px) {
      .card-flip__extralarge {
        height: 720px; } }
    @media (max-width: 992px) {
      .card-flip__extralarge {
        height: 720px; } }
  .card-flip [class^="card-flip__side--s-"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    backface-visibility: hidden;
    overflow: hidden;
    transition: all .8s ease; }
  .card-flip__side--s-front {
    transform: rotateY(0deg); }
  .card-flip__side--s-back {
    transform: rotateY(180deg); }
  .card-flip__side--medium {
    height: 300px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(18, 18, 18, 0.3); }
  .card-flip__side--extralarge {
    height: 440px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(18, 18, 18, 0.3); }
    @media (min-width: 1800px) {
      .card-flip__side--extralarge {
        height: 720px; } }
    @media (max-width: 992px) {
      .card-flip__side--extralarge {
        height: 720px; } }
  .card-flip:hover .card-flip__side--s-front {
    transform: rotateY(-180deg); }
  .card-flip:hover .card-flip__side--s-back {
    transform: rotateY(0); }

[class^="card-base__v"] {
  padding: 50px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media (min-width: 1800px) {
    [class^="card-base__v"] {
      padding: 20px; } }
  @media (max-width: 600px) {
    [class^="card-base__v"] {
      padding: 20px; } }
  [class^="card-base__v"]:hover .card-base__img--opacity-low {
    filter: opacity(100%);
    transition: all 0.5s; }
  [class^="card-base__v"]:hover .card-base__diagonal-fx {
    clip-path: polygon(0 -10%, 100% -50%, 100% 100%, 0 100%);
    -webkit-clip-pat: polygon(0 -10%, 100% -50%, 100% 100%, 0 100%); }

.card-base__v-extralargeF {
  -ms-grid-rows: 60% 30% 10%;
  grid-template-rows: 60% 30% 10%; }

.card-base__v-extralargeB {
  -ms-grid-rows: 25% 65% 10%;
  grid-template-rows: 25% 65% 10%; }
  .card-base__v-extralargeB--v2 {
    padding: 20px;
    -ms-grid-rows: 25% 65% 10%;
    grid-template-rows: 25% 65% 10%; }

.card-base__v-mediumF {
  padding: 30px;
  -ms-grid-rows: 50% 30% 20%;
  grid-template-rows: 50% 30% 20%; }

.card-base__v-mediumB {
  padding: 20px;
  -ms-grid-rows: 50% 30% 20%;
  grid-template-rows: 50% 30% 20%; }

.card-base__v-option {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  height: 450px;
  border-radius: 10px;
  -ms-grid-rows: 100px 150px 150px;
  grid-template-rows: 100px 150px 150px; }
  @media (min-width: 1800px) {
    .card-base__v-option {
      -ms-grid-rows: 50px 50px 20px;
      grid-template-rows: 50px 50px 20px; } }
  @media (max-width: 600px) {
    .card-base__v-option {
      -ms-grid-rows: 50px 50px 20px;
      grid-template-rows: 50px 50px 20px; } }

.card-base__v-optionB {
  padding: 20px;
  -ms-grid-rows: 20% 70% 10%;
  grid-template-rows: 20% 70% 10%; }

.card-base__v-video {
  padding: 0px;
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: 200px 150px;
  grid-template-rows: 200px 150px; }
  @media (min-width: 1800px) {
    .card-base__v-video {
      width: 100%; } }
  @media (max-width: 992px) {
    .card-base__v-video {
      width: 100%; } }
  @media (min-width: 1800px) {
    .card-base__v-video {
      -ms-grid-rows: 90px 70px;
      grid-template-rows: 90px 70px; } }
  @media (max-width: 600px) {
    .card-base__v-video {
      -ms-grid-rows: 90px 70px;
      grid-template-rows: 90px 70px; } }

.card-base__img {
  width: auto;
  max-width: 220px;
  height: auto;
  max-height: 150px;
  z-index: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  justify-self: center;
  align-self: center; }
  .card-base__img--opacity-low {
    filter: opacity(30%); }

.card-base__logo {
  width: auto;
  max-width: 220px;
  height: auto;
  max-height: 80px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  justify-self: center;
  align-self: center; }

.card-base__mini-logo-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: white;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  justify-self: center;
  align-self: center; }

.card-base__mini-logo {
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 80px; }

.card-base__illustration {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 120px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  justify-self: center;
  align-self: center; }

.card-base__title {
  padding: 20px;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  z-index: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  justify-self: center;
  align-self: center; }
  .card-base__title strong {
    color: #2DCCCD;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .card-base__title--min {
    width: 80%;
    font-size: 16px;
    line-height: 18px; }
  .card-base__title--regular {
    width: 80%;
    font-size: 20px;
    line-height: 24px; }
  .card-base__title--medium {
    width: 80%;
    font-size: 20px;
    line-height: 24px; }
  .card-base__title--light {
    font-size: 20px;
    line-height: 24px; }
  .card-base__title--v3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
  .card-base__title--video {
    font-size: 20px;
    justify-self: start;
    align-self: start; }
    @media (min-width: 1800px) {
      .card-base__title--video {
        padding: 0 20px;
        width: 140px;
        font-size: 16px;
        line-height: 20px;
        text-align: left; } }
    @media (max-width: 600px) {
      .card-base__title--video {
        padding: 0 20px;
        width: 140px;
        font-size: 16px;
        line-height: 20px;
        text-align: left; } }
  .card-base__title--extralargeB {
    width: 80%;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    align-self: start; }

.card-base__txt {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  justify-self: center;
  align-self: center;
  font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif; }
  .card-base__txt strong {
    font-family: "BentonSansBBVA-Medium",Helvetica,Arial,sans-serif; }
  .card-base__txt--strong {
    text-align: center;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }

.card-base__link {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  justify-self: end;
  align-self: end; }

.card-base__link-center-a {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  justify-self: center;
  align-self: start; }

.card-base__link-center-b {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  justify-self: center;
  align-self: end; }

.card-base__dropdown {
  display: flex;
  align-items: center;
  align-self: flex-end;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(18, 18, 18, 0.8);
  box-shadow: 10px 10px 20px rgba(18, 18, 18, 0.3); }
  .card-base__dropdown img {
    margin: auto;
    width: 25px;
    height: auto; }

.card-base__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.card-base__diagonal-fx {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-clip-pat: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  z-index: 1;
  transition: all 0.5s;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4; }

.sec-categories {
  margin: 0px auto;
  padding: 50px 0;
  width: 100%; }
  .sec-categories .category {
    display: none;
    transition: all 0.5s; }
  .sec-categories .category-spe {
    display: none;
    transition: all 0.5s; }
  .sec-categories .category-sales {
    display: none;
    transition: all 0.5s; }
  .sec-categories .category-puntos {
    display: none;
    transition: all 0.5s; }
  .sec-categories .category-travels {
    display: none;
    transition: all 0.5s; }
  .sec-categories .active {
    display: block; }

.fixed-box {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 250px;
  height: 250px;
  background-color: #d4edfc;
  z-index: 999; }
  .fixed-box__cont {
    position: relative;
    width: 100%;
    height: 100%; }
  .fixed-box__close {
    position: absolute;
    top: 10px;
    right: 10px; }
  .fixed-box__title {
    position: absolute;
    top: 20%;
    left: 50%;
    text-align: center;
    transform: translateX(-50%); }
  .fixed-box__btn {
    position: absolute;
    display: table;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 50px;
    text-align: center;
    align-content: center;
    background-color: #1973B8; }
    .fixed-box__btn p {
      margin-top: 12px;
      color: #FFFFFF; }

.select {
  width: 100%;
  height: 49px;
  font-family: inherit;
  font-size: 18px;
  border-style: none;
  border-radius: 3px;
  background: #f4f4f4; }

.input {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 49px;
  font-family: inherit;
  font-size: 18px;
  border-style: none;
  border-radius: 3px;
  background: #f4f4f4;
  color: black; }
  .input::placeholder {
    color: darkgray; }

.link-terms {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s; }
  .link-terms:hover a {
    color: #78AEEF; }
  .link-terms a {
    position: relative;
    margin: 40px auto 20px;
    line-height: 1.5;
    width: 70%;
    font-weight: bold;
    font-size: 18px;
    color: #1d73b2; }
  .link-terms__white a {
    color: white; }

.m-content {
  display: none; }

.m-body {
  position: fixed;
  padding: 50px;
  width: 75%;
  height: auto;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  color: #707070;
  box-sizing: border-box;
  background-color: white;
  z-index: 1000;
  overflow: scroll; }
  .m-body__small {
    width: 30%;
    overflow: hidden; }
  .m-body__title {
    font-size: 28px;
    margin: 20px 0 10px;
    color: black;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    text-align: center;
    line-height: 36px; }
  .m-body__title-2 {
    font-size: 20px;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    margin: 0 0 10px;
    color: black;
    text-align: center;
    line-height: 30px; }
  .m-body__subtitle {
    font-size: 18px;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif;
    margin: 10px 0 10px;
    color: black;
    text-align: left;
    line-height: 30px; }
  .m-body__txt {
    margin: 20px 0;
    font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 24px; }
    .m-body__txt em {
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
    .m-body__txt strong {
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .m-body__link {
    color: #707070;
    text-decoration: underline;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
  .m-body__ol {
    display: block;
    margin: 20px auto;
    width: 80%;
    list-style: decimal; }
    .m-body__ol li {
      color: black;
      font-size: 16px; }
  .m-body__ul {
    display: block;
    width: 85%; }
    .m-body__ul li {
      margin: 10px 0px;
      font-size: 14px;
      font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif; }

.m-video {
  position: fixed;
  padding: 50px;
  width: 75%;
  height: auto;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: transparent; }
  .m-video__iframe-video {
    margin: auto;
    width: 100%;
    height: 500px; }

.m-input {
  background-color: transparent;
  border-radius: 5px;
  border-style: dashed;
  border-width: 2px;
  border-color: #70C5CB; }

input [type="file" i] {
  background-color: #70C5CB; }

.btn__m-next {
  display: block;
  margin: 50px auto;
  padding: 10px;
  width: 150px;
  height: auto;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #072145;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer; }
  .btn__m-next:hover {
    background-color: #78AEEF; }
  .btn__m-next a {
    color: white;
    font-size: 16px;
    text-decoration: none; }

.m-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999; }

.m-close {
  float: right;
  cursor: pointer;
  font-size: 24px;
  font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }

.m-table {
  border-collapse: collapse;
  width: 100%;
  margin: 50px auto; }
  .m-table td, .m-table th {
    border: 1px solid #ddd;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px; }
  .m-table tr:nth-child(even) {
    background-color: #f2f2f2; }
  .m-table tr th {
    text-align: center; }
  .m-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    color: white;
    background-color: #072145; }
  .m-table a {
    text-decoration: underline; }

.m-ul {
  margin: 50px auto;
  list-style-type: circle; }

@media only screen and (max-width: 1024px) {
  .m-body__small {
    width: 80%; } }

@media only screen and (max-width: 599px) {
  .m-body {
    width: 100%;
    padding: 50px 25px; }
  .m-table {
    margin-left: -20px; }
    .m-table td, .m-table th {
      padding: 0px;
      font-size: 10px; } }

.option-tdc {
  display: none; }
  .option-tdc__category {
    display: none; }
  .option-tdc__selector {
    display: block;
    width: 330px;
    height: 50px;
    margin: 20px auto;
    color: #FFFFFF;
    border-style: none;
    background-color: #1973b8; }
    @media (min-width: 1800px) {
      .option-tdc__selector {
        width: 100%; } }
    @media (max-width: 600px) {
      .option-tdc__selector {
        width: 100%; } }
  .option-tdc .inactive {
    display: none; }

.sec-init {
  margin-top: 88px; }

.sec {
  padding: 50px 0 50px;
  width: 100%;
  height: auto;
  background-color: white;
  box-sizing: border-box; }
  .sec__cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 50px;
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box; }
    .sec__cont--central {
      padding: 0;
      width: 60%; }
      @media (min-width: 1800px) {
        .sec__cont--central {
          width: 80%; } }
      @media (max-width: 600px) {
        .sec__cont--central {
          width: 80%; } }
  .sec__title {
    position: relative;
    margin: 20px auto;
    width: 60%;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif;
    color: #121212;
    box-sizing: border-box; }
    .sec__title--sm {
      font-size: 20px; }
    .sec__title--white {
      color: #FFFFFF; }
  .sec__subtitle {
    position: relative;
    margin: 20px auto 50px;
    width: 50%;
    font-size: 16px;
    text-align: center;
    font-family: "BentonSansBBVA-Book", Helvetica, Arial, sans-serif;
    color: #121212; }
    @media (min-width: 1800px) {
      .sec__subtitle {
        width: 80%; } }
    @media (max-width: 600px) {
      .sec__subtitle {
        width: 80%; } }
    .sec__subtitle--white {
      color: #FFFFFF; }
    .sec__subtitle--bg {
      font-size: 20px; }
    .sec__subtitle strong {
      font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif; }
    .sec__subtitle a {
      text-decoration: underline;
      color: #49A5E6; }
  .sec__txt {
    margin: 20px auto 20px;
    width: 50%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-family: "BentonSansBBVA-Book", Helvetica, Arial, sans-serif; }
    @media (min-width: 1800px) {
      .sec__txt {
        width: 80%; } }
    @media (max-width: 600px) {
      .sec__txt {
        width: 80%; } }
    .sec__txt strong {
      font-family: "BentonSansBBVA-Bold", Helvetica, Arial, sans-serif; }
  .sec__txt-align-left {
    text-align: left; }
  .sec__btn {
    margin: 20px auto;
    display: block;
    width: 350px;
    height: 50px;
    padding: 16px 0px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    font-family: "BentonSansBBVA-Medium",Helvetica,Arial,sans-serif;
    border-radius: 5px;
    background-color: #2DCCCD; }
    .sec__btn a {
      text-decoration: none;
      color: #FFFFFF;
      font-size: 16px; }
    .sec__btn--txt {
      ext-decoration: none;
      color: #FFFFFF;
      font-size: 16px; }
  .sec__btn-block {
    display: block;
    margin: 50px auto;
    width: 600px;
    height: 500px; }
  .sec__btn-icon {
    margin: 20px auto;
    display: block;
    width: 250px;
    height: 50px;
    padding: 16px 0px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    font-family: "BentonSansBBVA-Medium",Helvetica,Arial,sans-serif;
    border-radius: 5px;
    background-color: #072146; }
    .sec__btn-icon span {
      color: #FFFFFF; }
    .sec__btn-icon--left {
      display: inline-block;
      float: left; }
    .sec__btn-icon--right {
      display: inline-block;
      float: right; }
  .sec__logo {
    margin: 50px auto;
    width: 200px;
    height: auto; }
  .sec__link {
    display: block;
    margin: 20px auto;
    text-align: center;
    text-decoration: underline; }
    .sec__link--single {
      margin: 0 auto; }
    .sec__link--blueLight {
      color: #d4edfc; }
    .sec__link--aqua {
      color: #2DCCCD; }
  .sec__link-video {
    display: table;
    margin: 0 auto 20px;
    width: 350px;
    font-size: 18px;
    font-family: "BentonSansBBVA-Medium",Helvetica,Arial, sans-serif; }
    .sec__link-video--white {
      color: #FFFFFF; }
    .sec__link-video--icon {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      width: 36px;
      height: auto; }
    .sec__link-video--span {
      display: inline-block;
      vertical-align: middle;
      font-size: 18px;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
    .sec__link-video--logo {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      max-width: 220px;
      height: auto;
      max-height: 70px; }
  .sec__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 90px;
    height: 90px;
    border-radius: 50%; }
    .sec__circle p {
      font-size: 70px;
      font-family: "BentonSansBBVA-Bold",Helvetica,Arial,sans-serif; }
    .sec__circle img {
      width: 100%;
      height: auto; }
  .sec__hidden {
    display: none; }
  .sec__gray {
    background-color: #F4F4F4; }
  .sec__coreBlueDark {
    color: white;
    background-color: #043263; }
  .sec__blueLight {
    background-color: #d4edfc; }
  .sec__txt-coreBlueDark {
    color: #043263; }
  .sec__txt-blueLight {
    color: #d4edfc; }
  .sec__txt-black00 {
    color: #FFFFFF; }

.sec-main {
  position: relative;
  width: 100%; }
  .sec-main__cont {
    display: table;
    margin: auto;
    width: 70%; }
  .sec-main__block {
    display: inline-block;
    padding: 20px;
    box-sizing: border-box; }
    .sec-main__block--a {
      vertical-align: middle;
      width: 60%; }
    .sec-main__block--b {
      vertical-align: middle;
      width: 40%; }
  .sec-main__title-cont {
    margin-bottom: 50px; }
  .sec-main__title {
    font-size: 36px;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial, sans-serif !important;
    line-height: 36px; }
  .sec-main__txt-cont {
    margin-bottom: 20px; }
  .sec-main__txt {
    font-size: 18px;
    line-height: 22px;
    font-family: "BentonSansBBVA-Book",Helvetica,Arial, sans-serif !important; }
  .sec-main__list {
    margin-left: 50px;
    font-size: 18px; }
    .sec-main__list--check {
      margin: 0;
      list-style-image: url("../assets/images/icons/bbva/checkmark-sm.png");
      line-height: 30px;
      padding: 20px 0px 0px 20px; }
    .sec-main__list--clean {
      padding: 20px 0px 0px 20px; }
  .sec-main__frame-cont {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 500px; }
  .sec-main__square {
    position: absolute;
    top: 20%;
    right: 0%;
    width: 350px;
    height: 350px; }
  .sec-main__photo {
    position: absolute;
    top: 15%;
    left: 0%;
    width: 350px;
    height: auto; }

@media only screen and (max-width: 599px) {
  .sec-main__block {
    display: block;
    padding: 20px;
    box-sizing: border-box; }
    .sec-main__block--a {
      width: 100%; }
    .sec-main__block--b {
      width: 100%; }
  .sec-main__frame-cont {
    height: 300px; } }

.sec-jazzy {
  position: relative;
  width: 100%; }
  .sec-jazzy__large {
    height: 700px; }
  .sec-jazzy__cont {
    display: table;
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .sec-jazzy .block {
    display: inline-block;
    vertical-align: top; }
    .sec-jazzy .block__a {
      position: relative;
      width: 60%; }
    .sec-jazzy .block__b {
      position: relative;
      width: 40%; }
    .sec-jazzy .block__large {
      height: 600px; }
  .sec-jazzy__title-cont {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%; }
  .sec-jazzy__title {
    font-size: 36px;
    font-family: "BentonSansBBVA-Bold",Helvetica,Arial, sans-serif !important;
    line-height: 36px; }
  .sec-jazzy__txt-cont {
    position: absolute;
    top: 20%;
    left: 0%; }
  .sec-jazzy__txt {
    font-size: 18px;
    font-family: "BentonSansBBVA-Book",Helvetica,Arial, sans-serif !important; }
  .sec-jazzy__img-cont {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    width: 100%; }
  .sec-jazzy__img {
    width: 100%;
    height: auto; }
  .sec-jazzy__photo {
    width: 90%;
    height: auto; }

.sec-info {
  position: relative;
  width: 100%; }
  .sec-info__cont {
    display: table;
    margin: auto;
    width: 70%; }
  .sec-info__block {
    display: inline-block;
    padding: 20px;
    box-sizing: border-box; }
    .sec-info__block--a {
      vertical-align: top;
      width: 35%; }
    .sec-info__block--b {
      vertical-align: top;
      width: 65%; }
  .sec-info__link {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #1973b8;
    cursor: pointer; }
  .sec-info__info {
    display: none; }
  .sec-info .active {
    display: block; }
  .sec-info__title {
    margin-bottom: 32px;
    font-size: 22px;
    line-height: 32px;
    color: #121212; }

.sec-gray {
  padding: 50px 0 75px;
  background-color: #F2F2F2;
  box-sizing: border-box; }
  .sec-gray__standard {
    height: 1000px; }

.sec-mediumBlueLight {
  padding: 50px 0 75px;
  background-color: #49A5E6;
  box-sizing: border-box; }

@media only screen and (max-width: 599px) {
  .sec-gray__standard {
    height: 1500px; } }

.sec-temp {
  margin-top: 0px;
  padding-top: 0px;
  opacity: 1;
  display: none;
  animation: anim-entrance 1s; }

@keyframes anim-entrance {
  0% {
    opacity: 0;
    margin-top: -100px; }
  100% {
    opacity: 1;
    margin-top: 0px; } }

.slick-container {
  position: relative;
  margin: 50px auto;
  max-width: 80%; }

.slick-container--off {
  display: block;
  position: relative;
  margin: 50px auto;
  max-width: 100%; }

.slick-slide {
  width: 100%;
  margin: auto;
  box-sizing: border-box; }

.slick__next {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 50px;
  height: auto;
  opacity: .5;
  cursor: pointer; }

.slick__prev {
  position: absolute;
  top: 30%;
  left: 5%;
  width: 50px;
  height: auto;
  opacity: .5;
  cursor: pointer; }

@media only screen and (max-width: 599px) {
  .slick-slide {
    width: 200px;
    margin-left: 27px; }
  .slick__next {
    top: 10%;
    right: 0%; }
  .slick__prev {
    top: 10%; }
  .slick-container {
    position: relative;
    margin: 50px auto;
    max-width: 100%; }
  .slick-container--off {
    height: 100px; } }

.call-menu {
  background-color: inherit;
  cursor: pointer; }

.active-call {
  cursor: pointer;
  background-color: #F2F2F2; }

.inactive-call {
  cursor: pointer;
  background-color: white; }

.call-special {
  background-color: #2DCCCD; }

.container {
  width: 1176px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  @media (min-width: 1800px) {
    .container {
      width: 960px; } }
  @media (max-width: 1200px) {
    .container {
      width: 960px; } }
  @media (min-width: 1800px) {
    .container {
      width: 100%; } }
  @media (max-width: 992px) {
    .container {
      width: 100%; } }

.foot__base {
  width: 100%;
  box-sizing: border-box;
  background-color: #072146;
  padding: 40px 16px 80px; }

.foot__container {
  width: 1176px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative; }
  @media (min-width: 1800px) {
    .foot__container {
      width: 960px; } }
  @media (max-width: 1200px) {
    .foot__container {
      width: 960px; } }
  @media (min-width: 1800px) {
    .foot__container {
      width: 100vw; } }
  @media (max-width: 992px) {
    .foot__container {
      width: 100vw; } }

.foot__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 1800px) {
    .foot__head {
      display: block; } }
  @media (max-width: 992px) {
    .foot__head {
      display: block; } }

.foot__logo {
  height: 40px;
  text-align: center;
  display: inline-block;
  margin-bottom: 30px; }
  @media (min-width: 1800px) {
    .foot__logo {
      height: 40px;
      text-align: center;
      display: block;
      margin: auto; } }
  @media (max-width: 600px) {
    .foot__logo {
      height: 40px;
      text-align: center;
      display: block;
      margin: auto; } }
  .foot__logo--link {
    display: block; }
    @media (min-width: 1800px) {
      .foot__logo--link {
        margin: 24px auto;
        display: block; } }
    @media (max-width: 992px) {
      .foot__logo--link {
        margin: 24px auto;
        display: block; } }
    @media (min-width: 1800px) {
      .foot__logo--link {
        width: 100%; } }
    @media (max-width: 992px) {
      .foot__logo--link {
        width: 100%; } }
    .foot__logo--link img {
      display: block;
      min-width: 130px;
      width: auto; }
      @media (min-width: 1800px) {
        .foot__logo--link img {
          margin: auto; } }
      @media (max-width: 992px) {
        .foot__logo--link img {
          margin: auto; } }

.foot__social {
  position: absolute;
  top: 0;
  right: 16px; }
  @media (min-width: 1800px) {
    .foot__social {
      position: relative;
      text-align: center; } }
  @media (max-width: 992px) {
    .foot__social {
      position: relative;
      text-align: center; } }
  .foot__social--a {
    display: inline-block;
    width: 24px;
    height: 24px; }
    .foot__social--a:not(:last-child) {
      margin-right: 5px; }
  .foot__social--icon {
    width: 24px;
    height: auto; }

.foot__links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%; }
  @media (min-width: 1800px) {
    .foot__links {
      display: block; } }
  @media (max-width: 600px) {
    .foot__links {
      display: block; } }

.foot__list {
  display: inline-block;
  max-width: 70%; }
  @media (min-width: 1800px) {
    .foot__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: auto; } }
  @media (max-width: 992px) {
    .foot__list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: auto; } }
  @media (min-width: 1800px) {
    .foot__list {
      display: block; } }
  @media (max-width: 600px) {
    .foot__list {
      display: block; } }

.foot__link {
  display: inline-block;
  margin-right: 20px;
  text-align: left;
  font-weight: 700; }
  @media (min-width: 1800px) {
    .foot__link {
      display: block;
      margin: 20px auto;
      text-align: center;
      font-weight: 700; } }
  @media (max-width: 600px) {
    .foot__link {
      display: block;
      margin: 20px auto;
      text-align: center;
      font-weight: 700; } }
  .foot__link--a {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
    font-family: BentonSansBBVA-Medium,Helvetica,Arial,sans-serif;
    color: #49a5e6 !important;
    text-decoration: none; }

.foot__optional {
  display: inline-block;
  max-width: 340px; }
  @media (min-width: 1800px) {
    .foot__optional {
      margin-right: 50px;
      max-width: 440px; } }
  @media (max-width: 992px) {
    .foot__optional {
      margin-right: 50px;
      max-width: 440px; } }
  @media (min-width: 1800px) {
    .foot__optional {
      display: block;
      margin: auto;
      max-width: 90%; } }
  @media (max-width: 600px) {
    .foot__optional {
      display: block;
      margin: auto;
      max-width: 90%; } }
  .foot__optional--a {
    color: #49a5e6;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    font-family: BentonSansBBVA-Medium, Helvetica, Arial, sans-serif;
    text-decoration: none; }
    @media (min-width: 1800px) {
      .foot__optional--a {
        text-align: center; } }
    @media (max-width: 600px) {
      .foot__optional--a {
        text-align: center; } }
  .foot__optional--txt {
    text-align: right; }
    @media (min-width: 1800px) {
      .foot__optional--txt {
        text-align: center; } }
    @media (max-width: 600px) {
      .foot__optional--txt {
        text-align: center; } }

.foot__disclaimer {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (min-width: 1800px) {
    .foot__disclaimer {
      display: block; } }
  @media (max-width: 1200px) {
    .foot__disclaimer {
      display: block; } }

.foot__copyright {
  display: inline-block;
  max-width: 70%;
  line-height: 16px;
  color: #bdbdbd;
  letter-spacing: 0;
  font-size: 12px;
  text-align: left;
  font-family: BentonSansBBVA-Book,Helvetica,Arial,sans-serif; }
  @media (min-width: 1800px) {
    .foot__copyright {
      display: block;
      margin: 24px auto;
      max-width: 90%;
      text-align: center; } }
  @media (max-width: 992px) {
    .foot__copyright {
      display: block;
      margin: 24px auto;
      max-width: 90%;
      text-align: center; } }

.foot__claim {
  display: inline-block;
  text-align: right;
  float: right; }
  @media (min-width: 1800px) {
    .foot__claim {
      display: block;
      margin: auto;
      text-align: center;
      float: none; } }
  @media (max-width: 992px) {
    .foot__claim {
      display: block;
      margin: auto;
      text-align: center;
      float: none; } }
  .foot__claim--txt {
    font-family: BentonSansBBVA-Medium,Helvetica,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    color: #42C7CC;
    font-weight: 700;
    text-align: right; }
    @media (min-width: 1800px) {
      .foot__claim--txt {
        text-align: center; } }
    @media (max-width: 992px) {
      .foot__claim--txt {
        text-align: center; } }

.header__base {
  position: fixed;
  top: 0;
  width: calc(100vw);
  z-index: 14;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #072146;
  clear: both;
  overflow: hidden; }

.header__main {
  display: flex;
  align-items: center;
  max-height: 88px;
  min-height: 88px;
  overflow: hidden; }
  @media (min-width: 1800px) {
    .header__main {
      margin: auto;
      max-height: 48px;
      min-height: 48px;
      animation: none; } }
  @media (max-width: 600px) {
    .header__main {
      margin: auto;
      max-height: 48px;
      min-height: 48px;
      animation: none; } }
  .header__main--sm {
    height: 48px;
    max-height: 48px;
    min-height: 48px;
    animation: anim-header-main-sm 0.5s; }
    @media (min-width: 1800px) {
      .header__main--sm {
        animation: none; } }
    @media (max-width: 600px) {
      .header__main--sm {
        animation: none; } }

.header__image {
  display: block;
  height: 40px;
  margin: 0;
  animation: anim-header-image .5s; }
  @media (min-width: 1800px) {
    .header__image {
      margin: auto;
      height: 20px;
      animation: none; } }
  @media (max-width: 600px) {
    .header__image {
      margin: auto;
      height: 20px;
      animation: none; } }
  .header__image--sm {
    max-height: 20px;
    min-height: 20px;
    animation: anim-header-image-sm .5s; }
    @media (min-width: 1800px) {
      .header__image--sm {
        animation: none; } }
    @media (max-width: 600px) {
      .header__image--sm {
        animation: none; } }

@keyframes anim-header-main {
  0% {
    max-height: 48px;
    min-height: 48px; }
  100% {
    max-height: 88px;
    min-height: 88px; } }

@keyframes anim-header-image {
  0% {
    max-height: 20px;
    min-height: 20px; }
  100% {
    max-height: 40px;
    min-height: 40px; } }

@keyframes anim-header-main-sm {
  0% {
    max-height: 88px;
    min-height: 88px; }
  100% {
    max-height: 48px;
    min-height: 48px; } }

@keyframes anim-header-image-sm {
  0% {
    max-height: 40px;
    min-height: 40px; }
  100% {
    max-height: 20px;
    min-height: 20px; } }

.rowCol {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 1176px;
  box-sizing: border-box;
  width: 1176px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  .rowCol:not(:last-child) {
    margin-bottom: 4rem; }
  .rowCol::after {
    content: '';
    display: table;
    clear: both; }
  @media (min-width: 1800px) {
    .rowCol {
      width: 960px; } }
  @media (max-width: 1200px) {
    .rowCol {
      width: 960px; } }
  @media (min-width: 1800px) {
    .rowCol {
      width: 100vw; } }
  @media (max-width: 992px) {
    .rowCol {
      width: 100vw; } }
  @media (min-width: 1800px) {
    .rowCol {
      margin: 0 auto;
      padding: 0 80px; } }
  @media (max-width: 992px) {
    .rowCol {
      margin: 0 auto;
      padding: 0 80px; } }
  .rowCol [class^="col-"] {
    float: left; }
    .rowCol [class^="col-"]:not(:last-child) {
      margin-right: 2rem; }
  .rowCol .col-1-of-2 {
    width: calc((100% - 2rem) / 2); }
  .rowCol .col-1-of-3 {
    display: block;
    margin: 20px auto;
    width: calc((100% - 2 * 2rem) / 3); }
    .rowCol .col-1-of-3:nth-child(3n+3) {
      margin-right: 0px; }
  .rowCol .col-2-of-3 {
    width: calc(2 * ((100% - 2 * 2rem) / 3) + 2rem); }
  .rowCol .col-1-of-4 {
    margin: 20px auto;
    width: calc((100% - 3 * 2rem) / 4); }
    .rowCol .col-1-of-4:nth-child(4n+4) {
      margin-right: 0px; }
  .rowCol .col-2-of-4 {
    width: calc(2 * ((100% - 3 * 2rem) / 4) + 2rem); }
  .rowCol .col-3-of-4 {
    width: calc(3 * ((100% - 3 * 2rem) / 4) + 2 * 2rem); }
  .rowCol .col-1-of-5 {
    width: calc((100% - 4 * 2rem) / 5); }

.col-3-clearblock {
  margin-left: 19% !important; }

.margin-3-right {
  margin-right: 2rem !important; }

.col-5-clearblock {
  margin-left: 20% !important; }

.col-5-clearblock-f4 {
  margin-left: 10% !important; }

.col-center {
  margin: 0 auto !important;
  clear: both;
  float: none !important; }

@media only screen and (max-width: 1024px) {
  [class^="col-"]:not(:last-child) {
    margin-right: 3rem !important; }
  .col-1-of-3 {
    width: calc((100% - 2 * 3rem ) / 3) !important; }
    .col-1-of-3:nth-child(3n+3) {
      margin-right: 0px !important; }
  .col-3-clearblock {
    margin-left: 19% !important; }
  .col-1-of-4 {
    width: calc((100% - 3 * 3rem ) / 4) !important; }
    .col-1-of-4:nth-child(4n+4) {
      margin-right: 0px !important; }
  .col-1-of-5 {
    width: calc((100% - 4 * 3rem ) / 5) !important; } }

@media only screen and (max-width: 780px) {
  .col-1-of-3 {
    float: none !important;
    display: block !important;
    width: 100% !important; }
    .col-1-of-3:first-child {
      margin-top: 0 !important; }
  .col-3-clearblock {
    margin-left: auto !important; }
  .col-1-of-4 {
    float: none !important;
    display: block !important;
    width: 100% !important; }
    .col-1-of-4:first-child {
      margin-top: 0 !important; }
  .col-4-clearblock {
    margin-left: auto !important; } }

@media only screen and (max-width: 599px) {
  .rowCol {
    margin-bottom: 0;
    padding: 0 20px; }
    .rowCol:not(:last-child) {
      margin-bottom: 0; }
  [class^="col-"]:not(:last-child) {
    margin-right: auto !important; }
  .col-1-of-2 {
    float: none !important;
    display: block !important;
    width: 100% !important; }
    .col-1-of-2:first-child {
      margin-top: 0 !important; }
    .col-1-of-2:not(:first-child) {
      margin-top: 40px !important; }
  .col-1-of-3 {
    float: none !important;
    display: block !important;
    width: 100% !important; }
    .col-1-of-3:first-child {
      margin-top: 0 !important; }
  .col-2-of-3 {
    float: none !important;
    display: block !important;
    margin: 80px auto !important;
    width: 80% !important; }
  .col-3-clearblock {
    margin-left: auto !important; }
  .col-1-of-4 {
    float: none !important;
    display: block !important;
    width: 100% !important; }
    .col-1-of-4:first-child {
      margin-top: 0 !important; }
  .col-1-of-5 {
    width: calc((100% - 4 * 3px ) / 5) !important; } }

#tarjetabbva .banner-icon__title {
  text-align: center;
  font-size: 26px; }

#tarjetabbva .banner-icon__img {
  width: 420px; }

#tarjetabbva .banner-icon .new {
  position: absolute;
  left: 100px;
  width: 200px; }

* {
  margin: 0; }

body {
  width: calc(100vw);
  background-color: #072146;
  margin: 0px;
  font-family: "BentonSansBBVA-Book",Helvetica,Arial,sans-serif; }

#main {
  display: block;
  margin-top: 88px; }
  @media (min-width: 1800px) {
    #main {
      margin-top: 48px; } }
  @media (max-width: 600px) {
    #main {
      margin-top: 48px; } }

a {
  cursor: pointer;
  text-decoration: none; }
