<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --navy-blue: #072146;
  --core-blue: #004481;
  --darkish-blue: #004481;
  --core-blue-dark: #043263;
  --core-blue-light: #1465A5;
  --medium-blue: #1973B8;
  --medium-blue-light: #49A5E6;
  --nice-blue: #1973b8;
  --sky-blue: #5BBEFF;
  --sky: #D4EDFC;
  --aqua: #2DCCCD;
  --aqua-dark: #028484;
  --aqua-light: #5AC4C4;
  --aqua-medium: #02A5A5;
  --aqua-white: #EAF9FA;
  --black-600: #121212;
  --black-500: #666666;
  --black-400: #BDBDBD;
  --black-300: #D3D3D3;
  --black-200: #E9E9E9;
  --black-100: #F4F4F4;
  --black-00: #FFFFFF;
  --orange: #e65f5f;
}
body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #d4edfc;
  position: relative;
  transition: background 1s;
}
.diagonal-box {
  position: relative;
  background-image: linear-gradient(45deg, #6303B1, #ff0099);
  transform: skewY(-11deg);
  width: 100%;
  height: 100%;
}

.diagonal-box:before {
position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #654ea3, #eaafc8);
  transform: skewY(-11deg);
}
.left-side {
position: absolute;
/* position: fixed; Linea original */
left: 0px;
top: 0px;
width: 100%;
height: 100%;
  clip-path: polygon(0 0, 67% 0, 40% 100%, 0% 100%);
  background: url('../images/versus/diagonal.svg');
  /* background-image: url('tarjeta_bbva_debito.png'); */
background-repeat: no-repeat;
background-size: cover;
background-position: center 54%;
z-index: 0;
}
/* .left-side {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
  clip-path: polygon(0 0, 67% 0, 35% 100%, 0% 100%);
  background: #2DCCCD;
   background-image: url('tarjeta_bbva_debito.png'); esta linea estaba comentada
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 0;
} */

.content {
max-width: 100%;
margin: 0 auto;
transform: skewY(11deg);
}
@media screen and (max-width: 1280px){
  .left-side {
      clip-path: polygon(0 0, 67% 0, 35% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1024px){
  .left-side {
      clip-path: polygon(0 0, 72% 0, 31% 100%, 0% 100%);
  }
}
@media screen and (max-width: 768px){
  .left-side {
      clip-path: polygon(0 0, 80% 0, 24% 100%, 0% 100%);
  }
}
@media screen and (max-width: 380px){
  .left-side {
      clip-path: polygon(0 0, 94% 0, 10% 100%, 0% 100%);
  }
}
/******************************/
/** Space Header **/
/*****************************/
.space_header{
  height: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px){
  .space_header{
    height: 47px;
    position: relative;
    z-index: 1;
  }
}
/******************************/
/** Wrapper **/
/*****************************/
.wrapper{
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}

/******************************/
/** Text Container **/
/*****************************/
.txt_container h2{
  margin-top: 40px;
}

/******************************/
/** Swiper **/
/*****************************/
#vs_container{
  z-index: 4;
  height: 100%;
  position: relative;
}
.swiper-container {
/* position: absolute; */
position: relative;
left: 50%;
top: 50%;
/* width: 580px;
height: 366px; */
width: 500px;
height: 315px;
/* width: 680px;
height: 423px; */
transform: translate(-50%,0%);
/* transform: translate(-50%,-50%); linea original */
margin: 0 0; /*Esta linea es nueva*/
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: transparent;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.swiper-slide{
  transform: scale(.8) !important ;
}
.card-0 {
position: absolute;
/* position: fixed; */
left: 0px;
top: 0px;
width: 100%;
height: 100%;
  clip-path: polygon(0 0, 67% 0, 37% 100%, 0% 100%);
  /* background: #2DCCCD; */
background-image: url('../images/versus/Debito_mitad.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
z-index: 2;
transform: scale(.8);
}
.card-1 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/Azul.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-2 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/Oro.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-3 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/IPN.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-4 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/Platinum.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-5 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/Unam.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-6 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/Vive.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-7 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/tarjeta_bbva_platinum.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-8 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/tarjeta_bbva_rayados.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-9 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/tarjeta_bbva_unam.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.card-10 {
width: 100%;
height: 100%;
/* 	clip-path: polygon(67% 0, 100% 0, 100% 100%, 35% 100%); */
background-image: url('../images/versus/tarjeta_bbva_vive.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media screen and (max-width:680px){
.swiper-container {
  position: relative;
  left: 50%;
  top: 50%;
  width: 319px;
  height: 198px;
  transform: translate(-50%,0%);
}

}
/******************************/
/** Texto dinamico de tarjetas **/
/*****************************/
.tipo_tarjeta{
  width: 90%;
  max-width: 550px;
  margin: 30px auto;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tarjeta_debito{
  width: 49%;
  text-align: left;
  display: inline-block;
  color: #5ac4c4;
}
.tarjeta_credito{
  width: 53%;
  /* width: 49%; */
  text-align: right;
  display: inline-block;
  color: #1464a5;
}
/******************************/
/** Boton **/
/*****************************/
/* BotÃ³n animado con gradient */
.btn_compara {
  border: none;
  position: relative;
  color: white;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 15px;
  cursor: pointer;
  height: 58px;
  padding: 12px 16px;
  margin: 40px auto;
  line-height: 34px;
  width: 200px;
  background-color: #004481;
  background: linear-gradient(to right, #1464a5 50%, #1d73b2 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
}
.btn_compara:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
  color: #fff;
}




/******************************/
/** OVERLAY COMPARADOR **/
/*****************************/
.overlay_comparador{
  background: #fff;
  width: 100%;
  position: absolute;
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 5; /*default 5*/
  transition: all 1s;
  opacity: 1;
  pointer-events: auto;
}
.seccion__accordion{
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 40px 0;
  background: #eaf9fa;
}
.tarjeta__select{
  margin: 100px 0 0;
}
.accordion__item{
  background: #fff;
  width: 100%;
  height: 480px;
  margin: 0px auto 24px;
  padding: 0;
  position: relative;
}

/******************************/
/** Back Button **/
/*****************************/
#icn_back{
  position: absolute;
  font-size: 40px;
  top: 10px;
  left: 0;
  cursor: pointer;
}
/******************************/
/** Dropdown **/
/*****************************/

.dropdown-menu {
	transform: unset !important;
	height: 365px;
	overflow-y: auto;
}
.card-selected {
	width: 100px;
	height: auto;
}
.card-dropdown {
	width: 80px;
	height: 50px;
}
.btn-dropdown{
  border: 0;
}

#dropdownCards, img, .dropdown {
  border: none !important;
  outline:none !important;
}
button:focus, button:active, .dropdown { 
  outline: none !important;
  outline: 0 !important;
}
input:focus, textarea:focus, select:focus{
  outline: none;
  outline: 0!important;
}

/* Collapsing */

/* .collapse {
  visibility: hidden;
}
.collapse.show {
  visibility: visible;
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 40px;
  height: auto;
} */
/******************************/
/** Accordion Versus **/
/*****************************/
.container_accordion {
  height: 100%;
  width: 50px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  margin: 0;
  padding: 0;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #1464a5;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  color: white;
  padding: 10px 15px;
  border: none;
  outline: none;
}
.openbtn:active, .openbtn:focus {
  outline: none;
  border: none;
}
.openbtn p {
  text-orientation: mixed;
  writing-mode: vertical-rl;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
}

.openbtn:hover {
  background-color: #5ac4c4;
}

.open_accordion{
  width: 100% !important;
}
.content_accordion{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-family: 'BentonSansBBVA-Medium', sans-serif;
}
.content_accordion a {
  font-size: 18px;
  color: #072146;
  font-family: 'BentonSansBBVA-Medium', sans-serif;
}
.content_accordion a:hover{
  color: var(--medium-blue);
  text-decoration: none;
}

.content_accordion .left{
  width: 43%;
  text-align: left;
}
.content_accordion .right{
  width: 40%;
  text-align: center;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.padding_accordion2{
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 90px;
}
.padding_accordion1{ 
  padding-top: 50px;
  padding-right: 70px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.content_accordion p {
  font-size: 18px;
  color: var(--navy-blue);
  margin-top: 10px;
}
.content_accordion ul {
  padding: 0;
  margin: 20px 0;
}
#accordion_list_1 li {
  background: url('../images/versus/checkIcn.png') no-repeat left center;
  padding: 0px 0px 2px 30px;
  list-style: none;
  margin: 0
}

#accordion_list_2 li {
  background: none;
  padding: 0px 0px 2px 0px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
}
#accordion_list_3 li.novecientos {
  background: url('../images/versus/900.png') no-repeat left 5px;
  padding: 0px 0px 2px 70px;
  list-style: none;
  margin: 0;
  top: -20px;
}
#accordion_list_3 li.milcien {
  background: url('../images/versus/1100.png') no-repeat left 5px;
  padding: 0px 0px 2px 80px;
  list-style: none;
  margin: 0;
  top: -20px;
}
#accordion_list_3 li.milquinientos {
  background: url('../images/versus/1500.png') no-repeat left 5px;
  padding: 0px 0px 2px 80px;
  list-style: none;
  margin: 0;
  top: -20px;
}
.content_accordion ul li {
  background: url('../images/versus/tache.png') no-repeat left center;
  padding: 0px 0px 2px 30px;
  /* reset styles (optional): */
  list-style: none;
  margin: 0;
  
}
.content_accordion ul li.cero{
  background: url('../images/versus/cero.png') no-repeat left center; /* &lt;-- change `left` &amp; `top` too for extra control */
  padding: 0px 0px 2px 30px;
  list-style: none;
  margin: 0;
}
@media (max-width: 1024px){
  .content_accordion{
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
    .content_accordion .s32{
      font-size: 24px;
    }
    .content_accordion .left{
      text-align: center;
      width: 100%;
      height: auto;
      order:1;
    }
    .content_accordion .right{
      text-align: center;
      width: 100%;
      order:0;
      height: auto;
    }
    .content_accordion .right img{
      max-width: 170px;
    }
    .content_accordion ul {
     text-align: left;
      
    }
    .padding_accordion1{ 
      padding-top: 25px;
      padding-right: 70px;
      padding-bottom: 25px;
      padding-left: 25px;
    }

}
@media (max-width: 768px){
  .content_accordion .s32{
    font-size: 22px;
  }
  .content_accordion a {
    font-size: 16px;
    color: #072146;
    font-family: 'BentonSansBBVA-Medium', sans-serif;
  }
}
/******************************/
/** Calculadora **/
/*****************************/
/******************* Simulador section *******************/
#simulador {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 72px 0;
	font-family: 'BentonSansBBVA-Book';
	font-size: 18px;
  }
  #puntosField {
    background-color: #f4f4f4;
    height: 49px;
    color: #02a5a5;
    font-family: 'BentonSansBBVA-Bold';
    vertical-align: middle;
    padding: 10px;
    line-height: 30px;
    border: none;
    display: none;
}
#montoAcumulacion{
	display: none;
}
  .row label {
	font-size: 14px;
  }
  #textoCantidadMinima {
	margin-top: 10px;
	color: #fd6250;
	text-align: center;
  }
  .selectOne {
	width: 100%;
	font-size: 18px;
	height: 30px;
	max-width: 290px;
	background: #f4f4f4;
	border: none;
	height: 49px;
	font-family: 'BentonSansBBVA-Medium';
	padding: 0 10px !important;
  }
  #divMeses {
	background-color: #f4f4f4;
	height: 49px;
	color: #1973b8;
	font-family: 'BentonSansBBVA-Bold';
	vertical-align: middle;
	padding: 10px;
	line-height: 30px;
	font-size: 20px;
  }
  #ptsF {
	background-color: #f4f4f4;
	height: 49px;
	color: #02a5a5;
	font-family: 'BentonSansBBVA-Bold';
	vertical-align: middle;
	padding: 10px;
	line-height: 30px;
	text-align: left;
	font-size: 20px;
  }
  #ptsN {
	background-color: #f4f4f4;
	height: 49px;
	color: #02a5a5;
	font-family: 'BentonSansBBVA-Bold';
	vertical-align: middle;
	padding: 10px;
	line-height: 30px;
	text-align: left;
	font-size: 20px;
  }
  #ptsD {
	background-color: #f4f4f4;
	height: 49px;
	color: #02a5a5;
	font-family: 'BentonSansBBVA-Bold';
	vertical-align: middle;
	padding: 10px;
	line-height: 30px;
	text-align: left;
	font-size: 20px;
  }
  .textOne {
	width: 100%;
	font-size: 18px;
	height: 30px;
	max-width: 290px;
	background: #f4f4f4;
	border: none;
	height: 49px;
	font-family: 'BentonSansBBVA-Medium';
	padding: 0 10px !important;
  }
  .flexSimulador {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
  }
  .flexTarjeta {
	width: 50%;
	max-width: 176px;
	border-radius: 10px;
	height: 110px;
	background: url('../images/TDC_generica.png');
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0px auto;
  }
  .flexCopyTarjeta {
	width: 50%;
	height: auto;
  }
  .flexCopyTarjeta h3 {
	font-size: 28px;
	font-family: 'BentonSansBBVA-Bold';
	padding: 0px 20px;
  }
  .flexCopyTarjeta p {
	font-size: 16px;
	font-family: 'BentonSansBBVA-Book';
	padding: 0px 20px;
  }
  #equi {
	  display: none;
  }
  .anclaequi {
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	color: var(--core-blue-light);
	font-family: 'BentonSansBBVA-Medium';
	margin-top: 30px;
  }
  .anclaequi:hover {
	text-decoration: none;
  }
  @media screen and (max-width: 890px) {
	.marginLabel {
	  margin-top: 21px;
	}
  }
  @media screen and (max-width: 1024px) {
	.selectOne {
	  max-width: 100%;
	}
	.textOne {
	  max-width: 100%;
	}
	.row label {
	  width: 100%;
	  text-align: left;
	}
	#simulador {
	  padding: 72px 16px;
	  box-sizing: border-box;
	}
  }
  @media screen and (max-width: 350px) {
	.flexCopyTarjeta h3 {
	  font-size: 24px;
	  padding: 0 0;
	}
	.flexCopyTarjeta p {
	  padding: 0px 0px;
	}
	.flexCopyTarjeta br {
	  display: none;
	}
  }
  .flexCopyTarjeta h3 {
	font-size: 24px;
	line-height: 1.5;
	font-family: 'BentonSansBBVA-Medium';
	padding: 0px 20px;
  }
  .flexCopyTarjeta p {
	font-size: 16px;
	font-family: 'BentonSansBBVA-Book';
	padding: 0px 20px;
  }
  @media screen and (max-width: 890px) {
	.marginLabel {
	  margin-top: 21px;
	}
  }
  @media screen and (max-width: 1024px) {
	.selectOne {
	  max-width: 100%;
	}
	.textOne {
	  max-width: 100%;
	}
	.row label {
	  width: 100%;
	  text-align: left;
	}
  }
  @media screen and (max-width: 350px) {
	.flexCopyTarjeta h3 {
	  font-size: 24px;
	  padding: 0 0;
	}
	.flexCopyTarjeta p {
	  padding: 0px 0px;
	}
	.flexCopyTarjeta br {
	  display: none;
	}
  }
  /******************* / Simulador section *******************/






  /******************************/
  /** Comercios **/
  /*****************************/
  /***********************Brands Block***********************/
.promociones{
  width: 100%;
  padding: 0 0 72px;
}
.tiendasCopy h2 {
  font-family: 'BentonSansBBVA-Bold';
  font-weight: 300;
  font-size: 24px;
  width: 90%;
  margin: 0px auto;
}
.tiendasCopy p {
  color: var(--black-500);
  font-size: 18px;
  width: 90%;
  margin: 12px auto;
}
.menuContainer {
  width: 100%;
  background: var(--black-00);
  margin-top: 24px;
}
.promociones .swiper-container {
  width: 90%;
  height: 165px;
  padding: 12px 5px 0;
  position: relative;
  font-size: 18px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/icons/icn_forward.svg) !important;
  right: 0px;
  left: auto;
  outline: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/icons/icn_back.svg) !important;
  left: 0px;
  right: auto;
  outline: none;
}
.promociones .swiper-button-next {
  color: transparent;
  right: -13px;
}
.promociones .swiper-button-prev {
  color: transparent;
  left: -13px;
}
.promociones .swiperInner {
  position: relative;
  background: var(--black-00);
  width: 90% !important;
}
.promociones .swiper-slide {
  text-align: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 68, 129, 0.15);
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  cursor: pointer;
}
.promociones .swiper-slide-hover:hover {
  background-color: #1973b8 !important;
}
.promociones .swiper-slide:hover span{
  color: #fff;
}
.promociones .swiper-slide-hover:hover .linkMenuCards {
  color: #fff !important;
  /* pointer-events: none; */
}

.promociones .swiper-slide-hover:hover .iconGeneral {
  background: white !important;
}
@media screen and (min-width: 1024px){
  .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .promociones .swiper-slide-hover:hover .linkMenuCards br {
    display: block !important;
  }
  .tiendasCopy h2 {
  font-size: 24px;
  }
}

/*** Icono general ***/
.iconGeneral {
  display: inline-block;
  padding: 0;
  background: #BDBDBD;
  -webkit-mask-size: cover;
  mask-size: cover;
  margin: 0px 0px 0px 0px;
}

/*** Icono general ***/
/*** IconsMenÃº ***/
.iconNav1 {
  width: 37px;
  height: 36px;
  -webkit-mask-image: url(../images/icons/icn_supermarket.svg);
  mask-image: url(../images/icons/icn_supermarket.svg);
  /* mask-image: url(../images/icons/icn_shop.svg); */
}
.iconNav2 {
  width: 33px;
  height: 33px;
  -webkit-mask-image: url(../images/icons/icn_shopping.svg);
  mask-image: url(../images/icons/icn_shopping.svg);
}
.iconNav3 {
  width: 32px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_mobile_payment.svg);
  mask-image: url(../images/icons/icn_mobile_payment.svg);
}
.iconNav4 {
  width: 38px;
  height: 38px;
  -webkit-mask-image: url(../images/icons/icn_walking_directions.svg);
  mask-image: url(../images/icons/icn_walking_directions.svg);
}
.iconNav5 {
  width: 36px;
  height: 36px;
  -webkit-mask-image: url(../images/icons/icn_insurance.svg);
  mask-image: url(../images/icons/icn_insurance.svg);
  margin: 8px 0px 8px 0px !important;
}
.iconNav6 {
  width: 34px;
  height: 32px;
  -webkit-mask-image: url(../images/icons/icn_desktop.svg);
  mask-image: url(../images/icons/icn_desktop.svg);
}
.iconNav7 {
  width: 36px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_travel.svg);
  mask-image: url(../images/icons/icn_travel.svg);
}
.iconNav8 {
  width: 36px;
  height: 36px;
  -webkit-mask-image: url(../images/icons/icn_insurance.svg);
  mask-image: url(../images/icons/icn_insurance.svg);
}
.iconNav9 {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_sales.svg);
  mask-image: url(../images/icons/icn_sales.svg);
}
.iconNav10 {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_sales.svg);
  mask-image: url(../images/icons/icn_sales.svg);
}
.iconNav11 {
  width: 27px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_restaurantes.svg);
  mask-image: url(../images/icons/icn_restaurantes.svg);
}
.iconNav12 {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_walking_directions.svg);
  mask-image: url(../images/icons/icn_walking_directions.svg);
}
.iconNav13 {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_hogar.svg);
  mask-image: url(../images/icons/icn_hogar.svg);
}
.iconNav14 {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_estilodevida.svg);
  mask-image: url(../images/icons/icn_estilodevida.svg);
}
.iconNav15 {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_moda.svg);
  mask-image: url(../images/icons/icn_moda.svg);
}
.iconNav16 {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_escuelas.svg);
  mask-image: url(../images/icons/icn_escuelas.svg);
}
.iconNav17 {
  width: 34px;
  height: 34px;
  -webkit-mask-image: url(../images/icons/icn_farmacias.svg);
  mask-image: url(../images/icons/icn_farmacias.svg);
}
/*** IconsMenÃº ***/
/*Cards*/
.containerBrands {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin: 0 auto;
}
.single {
  position: relative;
  max-width: 350px;
  height: 350px;
  background-color: #f4f4f4;
  overflow: hidden;
  border: 1px solid #f4f4f4;
  width: 31.6%;
  box-sizing: border-box;
  text-align: left;
  margin-top: 24px;
}
.brandBox {
  width: 100%;
  min-height: 145px;
  height: auto;
  text-align: center;
  position: relative;
  background: #fff;
}
.brandBox img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promocion{
  padding: 24px;
}
.promoTitle {
  color: var(--dark);
  font-family: 'BentonSansBBVA-Medium';
  font-size: 21px;
  display: block;
}
.promoTxt {
  background-color: white;
  font-family: 'BentonSansBBVA-Medium';
  font-size: 18px;
  min-height: 0;
  display: block;
  margin: 16px 0;
  height: 63px;
  color: #004481;
  padding: 20px 16px;
}
.brandLinkDesk {
  text-align: left;
  color: var(--core-blue-light);
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-family: 'BentonSansBBVA-Medium';
}
.brandLinkDesk:hover {
  text-decoration: none;
  color: var(--sky-blue);
}
@media screen and (min-width: 900px) {
  .single:nth-of-type(3n+2) {
    margin-left: 2.6%;
    margin-right: 2.6%;
  }
}
@media screen and (max-width: 1024px){
  .containerBrands {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  .single {
      width: 49%;
      max-width: 100%;
  }
  .single:nth-child(even){
    margin-left: 2%;
    margin-right: 0;
  }
  .brandBox img {
    max-width: 70%;
    height: auto;
    position: absolute;
  }
}
@media screen and (max-width: 570px) {
  .single {
    width: 100%;
  }
  .single:nth-child(even){
    margin-left: 0;
    margin-right: 0;
  }
}
/***********************Brands Block***********************/



/******************************/
/** Dos cards **/
/*****************************/
.estrategia{
  display: flex;
  align-items: stretch;
}
.downbutton {
  display: block;
  position: absolute;
  width: 80%;
  left: 0;
  bottom: 40px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
img.nuevaestra {
  position: absolute;
  width: 100%;
  max-width: 70px;
  margin-left: 65%;
  top: 0;
}
section.doscards {
  background-color: #043263;
}
.botoncajadoscards {
  width: 100%;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  border: 0;
  height: 48px;
  background-color: #004481;
  background: linear-gradient(to right, #2dcccd 50%, #1973b8 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(100deg, #2dcccd 50%, #1973b8 50%);
  font-family: "BentonSansBBVA-Medium";
  /* padding: 12px 20px; */
  padding: 12px 20px 12px 0px;
}

.botoncajadoscards:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #2dcccd 50%, #1973b8 50%);
  color: #fff !important;
  text-decoration: none;
}
.laMejorEstrategia {
  /* background-image: url(../images/fondo_bambu.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 72px 0;
}

.laMejorEstrategia h2 {
  font-family: "BentonSansBBVA-Bold";
  font-size: 40px;
  text-align: center;
  margin: 0px 0px 40px;
  color: var(--black-600);
  width: 90%;
  max-width: 933px;
  margin: 0 auto;
  margin-bottom: 58px;
}

.laMejorEstrategia h3 {
  font-family: "BentonSansBBVA-Book";
  font-size: 24px;
  text-align: center;
  margin: 0px 0px 40px;
  color: var(--black-6  00);
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.flexEstrategia {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  align-content: center;
}

.singleEstrategia {
  background: #fff;
  /* width: 31.2%; */
  padding: 0 0 30px 0;
  box-sizing: border-box;
  min-height: 558px;
  margin: 0px 0px 20px 0;
  border-radius: 0px;
  padding: 40px;
  position: relative;
}

.singleEstrategia .imageEstrategia {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.singleEstrategia .imageEstrategia img {
  max-width: 100%;
}

.singleEstrategia h3 {
  font-size: 24px;
  font-family: "BentonSansBBVA-Bold";
  padding: 0 0px;
}

.singleEstrategia p {
  text-align: center;
  padding: 10px 0px;
  font-size: 18px;
  font-family: "BentonSansBBVA-Book";
}

.singleEstrategia ul li {
  padding: 0px 10px;
}
@media (max-width: 1024px){
  .singleEstrategia {
    min-height: 600px;
  }
}

@media (max-width: 879px) {
  .singleEstrategia {
    min-height: 620px;
  }
  .laMejorEstrategia h3 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .laMejorEstrategia h2 {
    font-size: 28px;
  }

  .laMejorEstrategia h3 {
    font-size: 28px;
  }

  .flexEstrategia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .singleEstrategia {
    min-height: auto;
  }
  .singleEstrategia p{
    padding-bottom: 60px;
  }
}

@media (max-width: 550px) {
  .singleEstrategia {
    width: 100%;
  }

}

@media (max-width: 350px) {
  .laMejorEstrategia h2 {
    font-size: 24px;
  }

  .laMejorEstrategia h3 {
    font-size: 24px;
  }
}

/******************* La mejor estrategia Section *******************/



/****************** Container Terms ******************/
.TyC {
  width: 100%;
  height: auto;
  margin: 0px 0px;
  padding: 32px 0;
  background: #e9e9e9;
}

.TyC .accordion {
  background-color: #fff;
  color: var(--darkish-blue);
  cursor: pointer;
  padding: 24px;
  width: 100%;
  max-width: 1176px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 18px;
  font-family: "BentonSansBBVA-Bold";
  position: relative;
  display: block;
}

.TyC .accordion:after {
  content: "";
  background: url(../images/icn_unfold.svg) no-repeat center center;
  font-weight: bold;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline-block;
  top: 27px;
  right: 25px;
}

.TyC .containerTerms {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
}

.containerTerms p {
  color: var(--darkish-blue);
  font-size: 18px;
  line-height: 28px;
  overflow: auto;
  text-align: justify;
}

@media screen and (min-width: 415px) and (max-width: 1024px) {
  /**********Copy mobile*********/
  .copyMobile {
    height: 500px;
    text-align: center;
    color: var(--black-00);
    display: block;
    background: url(../images/hero_promoblack1mobile.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-size: 50%; */
    overflow: hidden;
  }
}

@media screen and (max-width: 414px) {
  /**********Copy mobile*********/
  .copyMobile {
    height: 500px;
    text-align: center;
    color: var(--black-00);
    display: block;
    background: url(../images/hero_promoblack1mobilephone.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    /* background-size: 50%; */
    overflow: hidden;
  }
}

/***************** / Container Terms*******************/



/******************************/
/** Modal **/
/*****************************/
.modal_beneficios_viajes .close, .modal_beneficios_compras .close{
  opacity: 1;
}
.modal_beneficios_viajes .modal-header, .modal_beneficios_compras .modal-header{
  border-bottom: 0px;
}

.modal_beneficios_viajes .modal-body, .modal_beneficios_compras .modal-body {
  padding: 0 2rem 2rem;
}
.img-modal-1{
  width: 100%;
  text-align: center;
}
.img-modal-1 img{
  max-width: 150px;
  height: auto;
}
@media (min-width: 576px){
  .modal-dialog {
    max-width: 85%;
    margin: 1.75rem auto;
  }
}

/******************************/
/** Accordion **/
/*****************************/
.accordion_parent_class {
  padding: 0 0px 10px 0px;
  top: 0px;
  position: relative;
  max-width: 848px;
  height: auto;
  width: 100%;
  margin: 0px auto;
}
.accordion_parent_class .card{
  border: none;
  margin-bottom: 10px;
}
.card-header {
  background: #f2faff;
  border: none;
}
.card-body{
  background: #f2faff;
  color: #444;
}
.card-body ul{
  padding-left: 20px;
  margin-left: 0;
}

.accordion_parent_class .btn-link {
  border: none;
  background: #f2faff;
  color: #666;

  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  border-radius: 0px;
  padding-left: 0px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}
.accordion_parent_class .card-header:hover .btn-link {
  text-decoration: none;
  color: var(--medium-blue);
}
.btn-link[aria-expanded="false"]::after {
  content: "";
  background: url('../images/icn_unfold.svg') no-repeat;
  background-size: 22px auto;
  width: 22px; height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
  right:5px;
}
.btn-link[aria-expanded="true"]::after {
  content: "";
  background: url('../images/icn_fold.svg') no-repeat;
  background-size: 22px auto;
  width: 22px; height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
  right:5px;
}

/* TERMINA ACCORDION */


/******************************/
/** Seccion Banner monstruo **/
/*****************************/
.banner_monstruo{
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 40px 0 50px;
  position: relative;
}

/* grid */
.grid-2-3_4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, auto);
  row-gap: 0rem;
  column-gap: 2rem;
}
.grid-2-3_4col .grid__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}
.grid-2-3_4col .grid__imagen {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 4 / 5;
  grid-row: 1 / 2;
}
.grid-2-3_4col .grid__imagen img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px){
  .grid-2-3_4col {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(2, auto);
  }
  .grid-2-3_4col .grid__imagen {
    grid-column: 1 /2;
    grid-row: 1 / 2;
  }
  .grid-2-3_4col .grid__content {
      grid-column: 1 / 2;
      grid-row: 3 / 4;
  }
}
/* Banner */

.botonBanner {
  border: none;
  position: relative;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 190px;
  height: 58px;
  font-size: 15px;
  line-height: 58px;
  background-color: #004481;
  background: linear-gradient(to right, #1464a5 50%, #1d73b2 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
}
.botonBanner:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #1464a5 50%, #1d73b2 50%);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1024px){
  .grid-2-3_4col .grid__imagen img {
    max-width: 300px;
  }
}
@media (max-width: 768px){
  .grid-2-3_4col .grid__content {
    text-align: center;
  }
  .text__container{
    margin: 0px auto;
  }
}</pre></body></html>