.innerwcien {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.boxtxtcuenta {
  height: 260px;
  font-size: 22px;
  font-family: "BentonSansBBVA-Book";
}

@media screen and (max-width: 1024px) {
  .boxtxtcuenta {
    height: 200px;
    font-size: 22px;
    font-family: "BentonSansBBVA-Book";
  }

  .container.cm {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 1023px) {
  .antt,
  .subt {
    width: 90%;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
  }

  .titulosoluciones.col-md-12 {
    font-size: 24px;
    font-family: "BentonSansBBVA-Medium";
  }

  .col-md-6 {
    -ms-flex: 0 0 10% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .showicon {
    display: none;
  }

  .boxtxt {
    font-size: 22px;
    font-family: "BentonSansBBVA-Book";
    height: 190px;
  }

  .col-md-3.txtcuemas {
    margin-top: 72px;
    /* margin-bottom: 50px; */
  }

  .d-md-block {
    font-size: 15px !important;
  }

  .col-md-6.hidemobile {
    display: none;
  }

  .mobiletext {
    margin-top: 15%;
    margin-bottom: 72px;
  }

  .titapp.col-md-12 {
    margin-bottom: 30px;
  }

  .titappdos.col-md-12 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .titappdos.col-md-12 h1 {
    font-size: 24px;
    font-family: "BentonSansBBVA-Medium";
  }
}

@media screen and (min-width: 1024px) {
  .hideicon {
    display: none;
  }

  .boxtxt {
    height: 260px;
    font-size: 22px;
    font-family: "BentonSansBBVA-Book";
  }

  .col-md-6.hidedesk {
    display: none;
  }

  .mobiletext {
    margin-top: -15%;
  }
}

/* Hero Banner */
.topHeader {
  position: relative;
  margin: 0px;
  padding: 0px;
  background: #043263;
  height: 440px;
  overflow: hidden;
  width: 100%;
  display: flex;
}
/* clip */
.clip {
  width: 1176px;
  background: url("../images/lightstream.png") no-repeat;
  background-position: top right;
  height: 440px;
  z-index: 99;
  margin: 0px auto;
  position: relative;
}
.clip .heroTxt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: auto;
  max-width: 465px;
  color: #fff;
  text-align: left;
  font-size: 18px;
}
.clip h1 {
  font-family: "BentonSansBBVA-Book";
  font-size: 42px;
  margin-bottom: 20px;
}
.clip h1 span {
  color: var(--aqua);
}
.clip h2 {
  font-family: "BentonSansBBVA-Book";
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
}
/* Clip */
/* Image */
.imagenH1 {
  position: absolute;
  top: 40%;
  left: 52%;
  height: auto;
  min-height: 400px !important;
  width: 80%;
  transform: translate(-20%, -45%);
}
/* Image */
.lineIsMobile {
  -webkit-clip-path: polygon(100% 95%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 95%, 0% 100%, 100% 100%);
  width: 100%;
  height: 289px;
  background-color: #043263;
  position: absolute;
  bottom: 0px;
  display: none;
}
.copyMobileHero2 {
  display: none;
}
@media screen and (min-width: 1600px) {
  .imagenH1 {
    top: 40%;
    left: 44%;
    width: 60%;
    transform: translate(0%, -40%);
  }
}

@media screen and (max-width: 1024px) {
  .clip {
    display: none;
  }
  .lineIsMobile {
    display: block;
  }
  .topHeader {
    height: 350px;
  }
  .imagenH1 {
    top: 55%;
    left: 0%;
    height: auto;
    min-height: 300px !important;
    width: 100%;
    transform: translate(0%, -50%);
  }
}
@media (max-width: 768px) {
  .topHeader {
    height: 250px;
  }
  .imagenH1 {
    left: 50%;
    width: 100%;
    min-height: 250px !important;
    transform: translate(-50%, -54%);
  }
}
@media (max-width: 570px) {
  .topHeader {
    height: 180px;
  }
}
/*Copy mobile*/
@media screen and (max-width: 1024px) {
  .copyMobileHero2 {
    text-align: center;
    color: var(--black-00);
    padding: 32px 0 50px;
    display: block;
    background: #043263;
  }
  .copyMobileHero2 h1 {
    font-weight: bold;
    line-height: 1.3;
    font-family: "BentonSansBBVA-Book";
    font-size: 24px;
    max-width: 572px;
    margin: 0px auto 20px auto;
  }
  .copyMobileHero2 h1 span {
    color: var(--aqua);
  }
  .copyMobileHero2 h2 {
    font-family: "BentonSansBBVA-Book";
    font-size: 24px;
    line-height: 30px;
  }
  .copyMobileHero2 h2 br {
    display: none;
  }
}

/*** NUEVOS ESTILOS ***/

span.txtdos {
  color: #f8cd51;
}

/*** MENU ***/

@media screen and (min-width: 868px) and (max-width: 1145px) {
  img.ilus {
    height: 100px;
  }
  span.d-none.d-md-block {
    font-size: 18px;
  }
}

.nav-tabs {
  position: relative;
  border-bottom: none;
}

.nav-tabs .nav-link.active {
  border: none;
  border-bottom: none;
  background-color: transparent;
}

.activo:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 0;
  height: 0;
  border-top: solid 15px #ffffff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  margin-left: -15px;
}

.nav-tabs .nav-link:hover {
  border: none;
}

img.ilus {
  text-align: center;
  margin: 0 auto;
  width: auto;
  height: 120px;
}

.d-md-block {
  font-size: 24px;
}

a.nav-link {
  text-decoration: none;
  color: var(--black-600);
}

a.nav-link .active {
  text-decoration: none;
  color: var(--black-600);
}

/*** ESTILOS CUENTA MAESTRA ***/

.cmaestra {
  background: var(--core-blue);
  /* padding-top: 72px; */
  padding-top: 12px;
}

.container.cm {
  margin-bottom: 72px;
}

.cmaestra h1 {
  font-size: 36px;
  padding-bottom: 10px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Medium";
}

.cmaestra h2 {
  font-size: 22px;
  padding-bottom: 30px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Book";
}

.col-md-3.txtcuemas {
  color: var(--black-00);
  font-family: "BentonSansBBVA-Book";
  text-align: left;
}

.icons {
  padding-bottom: 10px;
}

span.pritext {
  padding-bottom: 10px;
}

.textoopcion {
  margin-top: 20px;
  margin-bottom: 20px;
}

img.imgcue {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .cmaestra h1 {
    margin: 0 auto;
    width: 90%;
    text-align: center;
    font-size: 24px;
  }
  .cmaestra h2 {
    font-size: 18px;
  }
}

/*** Seccion Antes/Ahora ***/

.antes.col-md-6 {
  border: 1px solid white;
  background-color: var(--black-200);
}

.ahora.col-md-6 {
  border: 1px solid white;
  background-color: var(--black-200);
}

.tituloantaho.col-md-12 {
  background-color: #ffffff;
}

.tituloantaho h1 {
  font-size: 36px;
  padding-bottom: 10px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Medium";
  padding-top: 72px;
  padding-bottom: 30px;
}

.titulosoluciones h1 {
  font-size: 36px;
  padding-bottom: 10px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Medium";
  padding-bottom: 30px;
}

.red {
  font-size: 36px;
  color: var(--red);
}

.antes.col-md-6 {
  background-color: var(--black-200);
}

.iconant {
  padding-top: 20px;
  padding-bottom: 20px;
}

.antt,
.subt {
  padding-bottom: 20px;
}

span.subantbold {
  font-family: "BentonSansBBVA-Bold";
  font-size: 22px;
}

.ahora.col-md-6 {
  background-color: var(--lightgreen);
}

.green {
  font-size: 36px;
  color: var(--green);
}

span.titant {
  font-size: 36px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Book";
}

span.subant {
  font-size: 18px;
}

.innerwcien.greygreen {
  background: linear-gradient(
    90deg,
    rgba(255 255 255) 50%,
    rgba(255 255 255) 50%
  );
}

.innerwcien.bgsky {
  background-color: var(--sky);
}

/*** Seccion dudas ***/

/* .dudas {
  margin-top: 72px;
  margin-bottom: 30px;
} */

.blue {
  color: var(--medium-blue);
  font-size: 24px;
}

.iconduda.col-md-12 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.iconduda.col-md-12 {
  background-color: var(--sky);
}

/*** Seccion tambien tenemos ***/

.tamten {
  background-color: var(--black-00);
}

.tittamten.col-md-12 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 36px;
  font-family: "BentonSansBBVA-Light";
}

span.titant {
  font-size: 24px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Book";
}

.subttam {
  padding-bottom: 60px;
  padding-top: 30px;
}

a.linktam {
  text-decoration: none;
}

/*****DISPERSION NOMINA****/
/*****DISPERSION NOMINA****/
/*****DISPERSION NOMINA****/

.nombbv {
  background-color: var(--core-blue);
  padding-bottom: 72px;
  /* padding-top: 72px; */
}

.txnombbv {
  padding-bottom: 10px;
  font-size: 36px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Medium";
}

.pnombbv {
  padding-bottom: 30px;
  font-size: 24px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Book";
}

.laMejorEstrategia {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 72px 0;
}

span.titla {
  font-size: 36px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Light";
}

span.pla {
  padding-bottom: 30px;
  font-size: 24px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Light";
}

span.plat {
  padding-bottom: 30px;
  font-size: 15px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Light";
}


.titlaa {
  padding-bottom: 10px;
}

.textoizq {
  text-align: left;
  padding-top: 36px;
  padding-left: 10px;
  padding-bottom: 36px;
}

span.titsegg {
  font-size: 24px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Medium";
}

span.parrsegg {
  font-size: 18px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Light";
}

span.parrdossegg {
  font-size: 18px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Light";
}

span.parrtressegg {
  font-size: 18px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Light";
}

.tsegu,
.tprima,
.tprimb {
  margin-bottom: 15px;
}

.blu.col-md-3.blueone {
  background-color: var(--medium-blue);
}

/*****PORQUE SI****/

.porquesection {
  padding-top: 72px;
  padding-bottom: 72px;
}

.porquesi {
  background-color: var(--black-100);
}

span.titporque {
  font-size: 36px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Light";
}

span.parpquier {
  font-size: 24px;
  color: var(--black-600);
  font-family: "BentonSansBBVA-Light";
}

.tporque {
  padding-bottom: 10px;
}

.pquier {
  padding-bottom: 30px;
}

.imgporuno {
  background-color: #1973b8;
}

.imgpordos {
  background-color: #004481;
}

.imgportres {
  background-color: #5bbdff;
}

img.imagespor {
  text-align: center;
  margin: 0 auto;
  width: auto;
  height: 120px;
  margin-top: 60px;
  margin-bottom: 60px;
}

span.tiporque {
  font-size: 24px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Light";
}

span.pporque {
  font-size: 18px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Light";
}

.titupo {
  margin-bottom: 30px;
  height: 40px;
}

.parrpor {
  margin-bottom: 30px;
  height: 60px;
}

.singlePorquesi {
  padding: 0 0 30px 0;
  box-sizing: border-box;
  min-height: 500px;
  margin: 0px 7px 20px 7px;
  border-radius: 6px;
}

.gre.col-md-6 {
  background-image: url(../images/seguro-gratis.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.blu.col-md-6 {
  background-color: var(--nice-blue);
}

.imgcardtdc {
  background-image: url(../images/tarjetascredito.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.imgcardnomina {
  background-image: url(../images/prestamonomina.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.imgcardauto {
  background-image: url(../images/prestamoauto.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.imgcardhipo {
  background-image: url(../images/prestamohipotecario.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.plaa {
  margin-bottom: 30px;
}

.plaat {
  margin-top: 30px;
}

span.boldtasa{
  font-family: "BentonSansBBVA-Bold";
}

.colorgrey {
  background-color: var(--black-100);
}

.tpor {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100px;
}

.ppor {
  padding-bottom: 30px;
  height: 100px;
  width: 90%;
  text-align: left;
  margin: 0 auto;
}

.linkpor {
  cursor: pointer;
  height: 50px;
  text-align: left;
  width: 90%;
  margin: 80px auto;
}

.linkpor:hover {
  text-decoration: none;
  color: var(--nice-blue);
}

@media (max-width: 991px) {
  .col-12.col-md-6.col-lg-3 {
    margin-bottom: 30px;
  }

  .parrpor {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 90%;
  }
}

a.lporqu {
  text-decoration: none;
  color: var(--black-00);
}

/*****SOLUCIONES DIGITALES****/
/*****SOLUCIONES DIGITALES****/
/*****SOLUCIONES DIGITALES****/

.titapp {
  text-align: left;
}

.cmaestrawhite {
  background: var(--black-00);
  padding-top: 72px;
  /* padding-bottom: 72px; */
}

.iconsgrey {
  padding-bottom: 10px;
  color: #666666;
}

span.iconstextgrey {
  color: #666666;
  font-size: 22px;
  font-family: "BentonSansBBVA-Book";
}

.titappdos {
  text-align: right;
  width: 100%;
  max-width: 97%;
  margin-bottom: 10px;
}

iframe.video {
  width: 100%;
  height: 300px;
}

img.openimg {
  height: 120px;
  margin-top: 35%;
  max-width: 150px;
  margin: 0 auto;
}

/*****SOLUCIONES DE COBRO****/
/*****SOLUCIONES DE COBRO****/
/*****SOLUCIONES DE COBRO****/

@media screen and (max-width: 1024px) {
  .tittamten.col-md-3.colorazuluno,
  .tittamten.col-md-6.colorazuldos,
  .tittamten.col-md-6.colorazultres,
  .tittamten.col-md-6.colorazulcuatro {
    min-height: 237px;
  }
}

.row.d-flex.cursor {
  cursor: pointer;
}

@media screen and (max-width: 500px) {
  .tittamten.col-md-6.colorazuluno,
  .tittamten.col-md-6.colorazuldos,
  .tittamten.col-md-6.colorazultres,
  .tittamten.col-md-6.colorazulcuatro {
    background-size: cover;
  }
}

.tittamten.col-md-6.colorazuluno {
  background-color: #49a5e6;

  background-image: url(../images/calc.png);
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: 90% center;
  width: 100%;
  min-height: 411px;
}
.tittamten.col-md-6.colorazuldos {
  background-image: url(../images/codi.jpg);
  background-repeat: no-repeat;
  width: 100%;
  min-height: 411px;
  background-size: cover;
}
.tittamten.col-md-6.colorazultres {
  background-image: url(../images/ecommerce.jpg);
  background-repeat: no-repeat;
  width: 100%;
  min-height: 411px;
  background-size: cover;
}

.tittamten.col-md-6.colorazulcuatro {
  background-color: #1465a5;

  background-image: url(../images/card.png);
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: 90% center;
  width: 100%;
  min-height: 411px;
}

span.titulotamb {
  font-size: 24px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Medium";
}

.ti {
  text-align: left;
  /* padding-top: 70px;
  margin-bottom: 20px; */
}

span.parrtamb {
  font-size: 18px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Book";
}

.pat {
  text-align: left;
  /* padding-bottom: 70px; */
}

.titappdoss {
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
}

h1.titsolu {
  font-size: 36px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Medium";
  margin-bottom: 20px;
}

p.parsolu {
  /* margin-bottom: 72px; */
  font-size: 24px;
  color: var(--black-00);
  font-family: "BentonSansBBVA-Medium";
}

.hipotecario.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-top: solid 25px #028484;
  border-left: solid 25px transparent;
  border-right: solid 25px transparent;
}

.flex-center-vertically {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  img.ilus {
    height: 100px;
  }

  .cmaestra h1 {
    font-size: 24px;
  }

  .cmaestra h2 {
    font-size: 18px;
  }

  .boxtxtcuenta {
    font-size: 18px;
  }

  .tittamten.col-md-12 {
    font-size: 24px;
  }

  a.linktam {
    font-size: 18px;
  }

  .txnombbv {
    font-size: 24px;
  }
  .pnombbv {
    font-size: 18px;
  }

  span.titla {
    font-size: 24px;
  }

  span.pla {
    font-size: 18px;
  }

  span.titporque {
    font-size: 24px;
  }

  span.parpquier {
    font-size: 18px;
  }

  a.lporqu {
    font-size: 18px;
  }

  h1.titsolu {
    font-size: 24px;
  }

  p.parsolu {
    font-size: 18px;
  }
}

/******* SECCION CUADROS *****/

.colorazuluno {
  background-color: #072146;
}

.colorazuldos {
  background-color: #072146;
}
.colorazultres {
  background-color: #2dcccd;
}

.colorazulcuatro {
  background-color: #49a5e6;
}

img.imagebox {
  background-image: url(../images/codi.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 411px;
}

.overlay {
  position: absolute;
  left: 0;
  top: calc(100% - 0px);
  width: 100%;
  height: 200%;
  background: linear-gradient(
    -10deg,
    rgba(7, 33, 70, 0.9) 70%,
    transparent 30%
  );
  transition: 0.66667s;
}
.texto-over {
  position: relative;
  top: 0px;
  transition: 0.66667s;
}
.btn-mas {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: 0.66667s;
}
.tarjeta {
  overflow: hidden;

  background-size: 100% 100%;
  background-position: center center;
  transition: all 0.66667s;
  -webkit-transition: all 0.66667s;
  -o-transition: all 0.66667s;
  -moz-transition: all 0.66667s;
}
.tarjeta:hover {
  background-size: 110% 110%;
  background-position: center center;
}
.tarjeta:hover .overlay {
  top: -75%;
}
.tarjeta:hover .texto-over {
  top: -20px;
}
.tarjeta:hover .btn-mas {
  opacity: 1;
  top: 0px;
}

button#btnmas1,
button#btnmas2,
button#btnmas3,
button#btnmas4 {
  color: white !important;
  background-color: transparent !important;
  border: transparent !important;
  outline: none;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .tittamten.col-12.col-md-6 {
    pointer-events: none;
  }
}

.pat.sabermobile {
  margin-top: 15px;
  font-size: 18px;
}

@media screen and (min-width: 1025px) {
  .pat.sabermobile {
    display: none;
  }
}

.cmaestra:before {
  content: "";
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: solid 15px #ffffff;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
}

@media screen and (min-width: 768px) {
  .cmaestra:before {
    display: none;
  }

  .cmaestra h1,
  span.txtnombbv,
  h1.titsolu,
  .txnombbv {
    padding-top: 30px;
  }
}

.botoncajagreen {
  border: none;
  position: relative;
  bottom: 0px;
  left: 0px;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  width: 189px;
  line-height: 46px;
  border-radius: 0;
  background-color: #004481;
  background: linear-gradient(to right, #1464a5 50%, #1d73b2 50%);
  background-size: 206% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(100deg, #1464a5 50%, #2dcccd 50%);
  font-family: "BentonSansBBVA-Medium";
}

.botoncajagreen:hover {
  background-position: left bottom;
  background-image: linear-gradient(100deg, #1464a5 50%, #2dcccd 50%);
  color: #fff;
}

.hg400 {
  height: 400px;
}


.textfooterunique {
  font-size: 15px;
  color: var(--black-600);
  font-family: 'BentonSansBBVA-Medium';
}

.bg-medium-blue-lightunique {
  background-color: var(--black-00);
}

a.text-blue.medium.unique{
  color: var(--black-600);
}

a.text-blue.medium.unique:hover {
  color: #004481;
}



.textfooteruniquetwo {
  font-size: 15px;
  color: var(--black-00);
  font-family: 'BentonSansBBVA-Medium';
}

a.text-blue.medium.uniquetwo {
  color: var(--black-00);
}

a.text-blue.medium.uniquetwo:hover {
  color: var(--aqua);
}


