




*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  height: 100%;
}
@font-face {
  font-family: BentonSansBBVA-Bold;
  src: url('../fonts/BentonSansBBVA-Bold.otf') format("opentype");
}
@font-face {
  font-family: BentonSansBBVA-Book;
  src: url('../fonts/BentonSansBBVA-Book.otf') format("opentype");
}
@font-face {
  font-family: BentonSansBBVA-Light;
  src: url('../fonts/BentonSansBBVA-Light.otf') format("opentype");
}
@font-face {
  font-family: BentonSansBBVA-Medium;
  src: url('../fonts/BentonSansBBVA-Medium.otf') format("opentype");
}
@font-face {
  font-family: Sophia;
  src: url('../fonts/Sophia.ttf') format("opentype");
}
@font-face {
  font-family: Kalam-Bold;
  src: url('../fonts/Kalam-Bold.ttf') format("opentype");
}
@font-face {
  font-family: Porcelain;
  src: url('../fonts/Porcelain.ttf') format("opentype");
}


.botonesnet{
  width: 90%;
  max-width: 400px;
  display: block;
  margin: 20px auto;
  overflow: hidden;
}
.navegacion-botones {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 0px 0px 30px 0px;
}

.btn-outline {
  padding: 5px 20px;
  font-size: 1rem;
  font-weight: 600;
  border: 2px solid #2ecccc;
  color: #043278;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: BentonSansBBVA-Book;
}

.btn-outline:hover {
  background-color: #043278;
  color: white;
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border: 0px ;
}














/* --- generales --- */
a{
  text-decoration: none;
  color: #ffffff;
}
p{
  padding: 0px;
  margin: 0px;
}
.contergeneral{
  width: 90%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.contergeneral2{
  width: 90%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}
.contergeneral100{
  width: 100%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.contergeneral100b{
  width: 100%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  height: auto;
  min-height: 100vh;
}
.conter90{
  width: 90%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.conter90left{
  width: 90%;
  display: block;
  float: left;
}
.conter90right{
  width: 90%;
  display: block;
  float: right;
}
.conter95{
  width: 95%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.conter95left{
  width: 95%;
  display: block;
  float: left;
}
.conter99left{
  width: 99%;
  display: block;
  float: left;
}
.conter95right{
  width: 95%;
  display: block;
  float: right;
}
.conter95righta{
  width: 95%;
  display: block;
  float: right;
}
.conter{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.conter22333{
  width: 100%;
  display: block;
  position: relative;
}
.opacity0{
  opacity: 0;
}
.opacity02{
  opacity: 0 !important;
}
.textcenter{
  text-align: center !important;
}
.textright{
  text-align: right !important;
}
.textleft{
  text-align: left !important;
}
.imgfull{
  width: 100%;
}
.img90{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.img80{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.img70{
  width: 70%;
  margin: 0 auto;
  display: block;
}
.img60{
  width: 60%;
  margin: 0 auto;
  display: block;
}
.img50{
  width: 50%;
  margin: 0 auto;
  display: block;
}
.img80left{
  width: 80%;
  display: block;
}
.imglogros{
  width: 85%;
  float: right;
  padding-left: 10px;
}

.conter30{
  display: block;
  width: 30%;
  float: left;
  position: relative;
}
.conter35{
  display: block;
  width: 35%;
  float: left;
  position: relative;
}
.conter33{
  display: block;
  width: 33.33%;
  float: left;
  position: relative;
}
.conter22{
  display: block;
  width: 22.3%;
  float: left;
  position: relative;
}
.conter50{
  display: block;
  width: 50%;
  float: left;
  position: relative;
}
.conter55{
  display: block;
  width: 55%;
  float: left;
  position: relative;
}
.conter50right{
  display: block;
  width: 50%;
  float: right;
  position: relative;
}
.conter50center{
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.conter60center{
  display: block;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.conter40center{
  display: block;
  width: 40%;
  margin: 0 auto;
  position: relative;
}
.conter65center{
  display: block;
  width: 65%;
  margin: 0 auto;
  position: relative;
}
.conter65{
  display: block;
  width: 65%;
  float: left;
  position: relative;
}
.conter66{
  display: block;
  width: 66%;
  float: left;
  position: relative;
}
.conter60{
  display: block;
  width: 60%;
  float: left;
  position: relative;
}

.conter40{
  display: block;
  width: 40%;
  float: left;
  position: relative;
}
.conter45{
  display: block;
  width: 45%;
  float: left;
}
.conter70{
  display: block;
  width: 70%;
  float: left;
}
.conter75{
  display: block;
  width: 75%;
  float: left;
}
.conter70center{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.conter80{
  display: block;
  width: 80%;
  float: left;
}
.conter80center{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.conter20{
  display: block;
  width: 20%;
  float: left;
}
.conter21{
  display: block;
  width: 21%;
  float: left;
}
.conter10{
  display: block;
  width: 10%;
  float: left;
}
.conter15{
  display: block;
  width: 15%;
  float: left;
}
.conter10a{
  display: block;
  width: 10%;
  float: left;
}
.conter12{
  display: block;
  width: 12.5%;
  float: left;
}
.conter5{
  display: block;
  width: 5%;
  float: left;
}
.conter5a{
  display: block;
  width: 5%;
  float: left;
}
.conter14{
  display: block;
  width: 14.2%;
  float: left;
}
.conter15{
  display: block;
  width: 15%;
  float: left;
}
.conter85{
  display: block;
  width: 85%;
  float: left;
}
.conter25{
  display: block;
  width: 25%;
  float: left;
}
.conter24{
  display: block;
  width: 24%;
  float: left;
}

.conterflex{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflexmobil{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex2{
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
}
.conterfit{
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.flex{
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex3{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex4{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: end;
  align-items: end;
  margin-top: -60px;
}
.conterflex5{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: initial;
  align-items: initial;
}
.conterflex6{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: end;
  align-items: end;
}
.padtop50px{
  padding-top: 50px;
}
.padtop70px{
  padding-top: 70px;
}
.padtop80px{
  padding-top: 80px;
}
.padtop100px{
  padding-top: 100px;
}
.padtop150px{
  padding-top: 150px;
}
.padbop50px{
  padding-bottom: 50px !important;
}
.pad50px{
  padding: 50px 0px;
}
.padtop20px{
  padding-top: 20px;
}
.padtop30px{
  padding-top: 30px;
}
.padtop40px{
  padding-top: 40px;
}
.padtop10px{
  padding-top: 10px;
}
.padbot20px{
  padding-bottom: 20px;
}
.padbot50px{
  padding-bottom: 50px !important;
}
.padbot30px{
  padding-bottom: 30px;
}

.mar50px{
  margin: 50px 0px;
}
.martop50px{
  margin-top: 50px;
}
.marbot30px{
  margin-bottom: 30px;
}
.pad20px{
  padding: 20px 0px;
}
.pad5px{
  padding: 5px 0px;
}
.pad5pix{
  padding: 5px;
}
.pad10px{
  padding: 10px 0px;
}
.pad30px{
  padding: 30px 0px;
}
.martop20px{
  margin-top: 20px;
}
.multy{
  mix-blend-mode: multiply !important;
}
.overflowhi{
  overflow: hidden !important;
}

.padleft50{
  padding-left: 50px;
}
.padleft30{
  padding-left: 33px;
}
.padleft10{
  padding-left: 10px;
}
.padright50{
  padding-right: 50px;
}
img{
  display: block !important;
}
.disblock{
  display: block;
}
.textupper{
  text-transform: uppercase;
}
.opacity1{
  opacity: 1 !important;
}
.opacity0{
  opacity: 0;
}



























/* --- generales bbva 2025 --- */
.titulo1{
  font-family: BentonSansBBVA-Bold;
  color: #fff;
  font-size: 75px;
}
.titulo1a{
  font-family: BentonSansBBVA-Light;
  color: #fff;
  font-size: 75px;
}
.textintro{
  font-family: BentonSansBBVA-Book;
  font-size: 15px;

}
.blanco{
  color: #ffffff !important;
}
.azul1{
  color: #1973b8 !important;
}
.azul2{
  color: #5bbeff !important;
}
.azul3{
  color: #004481 !important;
}
.azul4{
  color: #0063a8 !important;
}
.aqua{
  color: #2dcccd !important;
}
.backaqua{
  background-color: #2dcccd !important;
}
.backazul3{
  background-color: #004481 !important;
}
.backazul2{
  background-color: #1973b8 !important;
}

.titulo2{
  font-family: BentonSansBBVA-Book;
  font-size: 30px;
}
.titulo3{
  font-family: BentonSansBBVA-Light;
  font-size: 30px;
}
.bold{
  font-family: BentonSansBBVA-Bold !important; 
}
.medium{
  font-family: BentonSansBBVA-Medium !important;
}
.nota{
  font-family: BentonSansBBVA-Light;
  color: #000000;
  font-size: 12px;
}
.texto{
  font-family: BentonSansBBVA-Light;
  color: #000000;
  font-size: 15px;
}
.texto1{
  font-family: BentonSansBBVA-Light;
  color: #000000;
  font-size: 18px;
}
.destacado{
  font-family: BentonSansBBVA-Bold;
  color: #5bbeff;
  font-size: 15px;
}
.destacado2{
  font-family: BentonSansBBVA-Bold;
  color: #5bbeff;
  font-size: 20px;
}
.textitalick{
  font-style: italic;
}
.cifra1{
  font-family: BentonSansBBVA-Bold;
  font-size: 25px;
}
.cifra2{
  font-family: BentonSansBBVA-Bold;
  font-size: 15px;
}
.hrazul{
  display: block;
  margin: 15px 0px;
  border-top: 1px solid #5bbeff;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.hrblanco{
  display: block;
  margin: 15px 0px;
  border-top: 1px solid #ffffff;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.hraqua{
  display: block;
  margin: 10px 0px;
  border-top: 1px solid #5bbeff;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
.bordright{
  border-right: 1px solid #2dcccd;
}
.minititu{
  width: fit-content;
  position: relative;
  padding: 5px 15px 5px 15px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: #2dcccd;
  font-size: 15px;
  border-radius: 20px;
}

.listadoper {
   margin: 0;
   padding: 10px 0px 0px 10px;
   list-style-type: none;
}
.listadoper li {
   background: url("../img/listado.svg") 0 3px no-repeat;
   padding: 0 0 5px 15px;
   background-size: 10px;
}



.contertextmapaaa{
  width:90%;
  max-width: 400px;
  display: block;
  position: absolute;
  top: 10%;
  right: 0%;
}
.borbot11{
  border-bottom: 1px solid #004481 !important;
}












/* --- menu --- */
.imgmenu{
  width: 90%;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 6px 13px 14px -7px rgba(0,0,0,0.55);
-moz-box-shadow: 6px 13px 14px -7px rgba(0,0,0,0.55);
box-shadow: 6px 13px 14px -7px rgba(0,0,0,0.55);
margin-bottom: 50px;
}
.imgmenu1{
  width: 90%;
  display: block;
  margin: 0 auto;
  
}
.conternav0 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 1;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}
.conternav1a {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}
.conternav1 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}
.conternav2 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}

.conternav3 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}
.conternav4 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}
.conternav5 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}
.conternav6 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}
.conternav7 {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: all .5s;
  top: -70px;
}
.posrelative{
  position: relative !important;
  overflow: visible !important;
}


@media (min-width: 0) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.8);
}
a:hover, a :focus {
  color: black;
}


 nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
 nav ul li {
  float: none;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
   nav ul li {
    float: left;
    margin-left: 1rem;
  }
}
 nav ul li a {
  display: block;
}
@media (min-width: 576px) {
   nav ul li a {
    display: block;
    padding: .425rem 0rem;
  }
}

@media (max-width: 2768px) {
  ul {
    clear: both;
  }
  ul li {
    padding:  0;
    width: 100%;
  }
}
.hide-nav {
  transform: translateY(-120% !important);
  -webkit-transform: translateY(-120%) !important;
}

ul.menu-left, .ocultar {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
@media (min-width: 2768px) {
  ul.menu-left, .ocultar {
    display: block !important;
    float: right;
    max-height: none;
  }
}
ul.menu-left:before, .ocultar:before {
  content: '';
  display: table;
  clear: both;
}
ul.menu-left.collapse {
  max-height: 80vh !important;
}
.ocultar.collapse {
  max-height: 80vh !important;
}



.menu-left22 a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color .35s ease;
  font-family: BentonSansBBVA-Book;
  font-size: 21px;
}
.menu-left22 a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .35s ease;
  background: #1973b8;
}
.menu-left22 a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #1973b8;
  transition: width .35s ease;
}
.menu-left a:hover:before {
  width: 100%;
  background: #1973b8;
  transition: width .35s ease;
}
.menu-left a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.contergeneralmenu{
  width: 90%;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  height: 500px;
}
.conterflexmenu{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
}

ul.menu-left, .ocultar {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
@media (min-width: 2768px) {
  ul.menu-left, .ocultar {
    display: block !important;
    float: right;
    max-height: none;
  }
}
ul.menu-left:before, .ocultar:before {
  content: '';
  display: table;
  clear: both;
}
ul.menu-left.collapse {
  max-height: 80vh !important;
}
.ocultar.collapse {
  max-height: 80vh !important;
}

.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 38px;
  width: 38px;
  cursor: pointer;
  padding: 8px 8px;
  top: 0px;
  position: absolute;
  right: 20px;
  z-index: 1;
}
.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 2768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 4px;
  background-color: #1a437d;
  transition: all .25s;
}

.signature {
  position: fixed;
  font-weight: 100;
  bottom: 10px;
  color: #000;
  left: 0;
  letter-spacing: 4px;
  font-size: 10px;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
.textmenu{
  font-family: BentonSansBBVA-Book;
  font-size: 17px;
  color: rgba(34, 34, 34, 0.8);
}


/* --- menu --- */

nav{
  width: 100%;
  display: block;;
  height: 100vh;
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 0px 0px 10px 10px;
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  align-items: center;
  align-content: center;
  background-position-y: center;
  overflow: hidden;
  z-index: 10;
  top: -100%;
  transition: all .5s;
}


.circCont {
  display: inline-block;
  position: absolute;
  right: 1%;
  top: 1%;
}
.circle {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #00cccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin: 10px 20px;
}
.circle:after {
  width: 24px;
  height: 2px;
  background-color: #00cccc;
  content: "";
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  position: absolute;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /*@include transform-origin(100%,100%);*/
}
.circle:before {
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -2px;
  width: 24px;
  height: 2px;
  background-color: #00cccc;
  content: "";
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*@include transform-origin(0%,0%);*/
}

.boxShadow {
  -moz-transition: box-shadow 200ms ease-out, -moz-transform 200ms ease-out, opacity 200ms ease-in-out;
  -o-transition: box-shadow 200ms ease-out, -o-transform 200ms ease-out, opacity 200ms ease-in-out;
  -webkit-transition: box-shadow 200ms ease-out, -webkit-transform 200ms ease-out, opacity 200ms ease-in-out;
  transition: box-shadow 200ms ease-out, transform 200ms ease-out, opacity 200ms ease-in-out;
}
.boxShadow:after, .boxShadow:before {
  -moz-transition: linear 400ms;
  -o-transition: linear 400ms;
  -webkit-transition: linear 400ms;
  transition: linear 400ms;
}

.boxShadow:hover:not(.fadeOut) {
  -moz-box-shadow: 0px 0px 0px 20px #00cccc inset;
  -webkit-box-shadow: 0px 0px 0px 20px #00cccc inset;
  box-shadow: 0px 0px 0px 20px #00cccc inset;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.boxShadow:hover:not(.fadeOut):after {
  background-color: #fff;
  -moz-transform: rotate(-45deg) scale(0.6);
  -ms-transform: rotate(-45deg) scale(0.6);
  -webkit-transform: rotate(-45deg) scale(0.6);
  transform: rotate(-45deg) scale(0.6);
}
.boxShadow:hover:not(.fadeOut):before {
  background-color: #fff;
  -moz-transform: rotate(45deg) scale(0.6);
  -ms-transform: rotate(45deg) scale(0.6);
  -webkit-transform: rotate(45deg) scale(0.6);
  transform: rotate(45deg) scale(0.6);
}

.fadeOut {
  opacity: 0;
}

.cd-primary-nav-trigger {
  position: fixed;
  right: 0;
  top: 25px !important;
  height: 100%;
  width: 50px;
  background-color: #03263d;
  z-index: 2;
  right: 10px !important;
}
.cd-primary-nav-trigger .cd-menu-text {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: white;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: white;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
      width: 53px;
      padding-left: 1em;
      background-color: transparent;
      height: 40px;
      line-height: 30px;
      right: 2.2em;
      top: 50%;
      bottom: auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      border: 2px solid #2ecccc;
      background-color: #043278;
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}
.activenav{
  top: 0%;
}
.idioma {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  align-content: center;
  font-family: BentonSansBBVA-Medium;
  background-color: #043278;
  right: 68px;
  top: 5px;
  padding-left: 9px;
  position: fixed;
  z-index: 1;
}

























/* -- home -- */

.home1{
  width: 100%;
  display: flex;;
  height: 100vh;
  position: relative;
  background-image: url('../img/bg1.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  align-items: end;
  align-content: end;
  background-position-y: top;
  overflow: hidden;
}
.img1{
  width: 90%;
  max-width: 150px;
  display: block;
  position: absolute;
  top: 11%;
  left: 5%;
}
.img2{
  width: 90%;
  max-width: 300px;
  display: block;
  position: absolute;
  top: 40%;
  right: 3%;
}

/* -- presentacion -- */

.presenta1{
  width: 100%;
  display: block;;
  height: calc(100vh - 71px);
  max-height: 730px;
  position: relative;
  background-image: url('../img/bg2.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}
.conter1400{
  width: 100%;
  max-width: 1400px;
  display: block;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.contertitupres{
  width: fit-content;
  display: block;
  position: absolute;
  bottom: 3%;
  right: 5%;
}
.contintropres{
  width: 450px;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 6%;
  background-color: #072146;
  padding: 12px;
  border-radius: 20px;
}
.ubipres{
  width: fit-content;
  position: absolute;
  right: 4%;
  top: 20%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 11px;
  border-radius: 20px;
}
.presenta2{
  width: 100%;
  display: block;
  height: auto;
  padding-bottom: 50px;
}
.presenta3{
  width: 100%;
  display: block;
  height: auto;
  padding-bottom: 50px;
}
.presenta4{
  width: 100%;
  display: flex;;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-image: url('../img/bg3.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-x: left;
  overflow: hidden;
  align-items: end;
  align-content: end;
  padding: 50px 0px;
}
.presenta5{
  width: 100%;
  display: block;
  height: auto;
  min-height: 100vh;
  position: relative;
  background-image: url('../img/bg4.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-x: left;
  overflow: hidden;
  align-items: end;
  align-content: end;
  padding: 50px 0px;
}
.contervalores{
  width: 100%;
  display: block;
  padding: 20px;
  background: rgb(7,33,70);
  background: -moz-linear-gradient(90deg, rgba(7,33,70,0.9) 37%, rgba(255,255,255,0) 95%);
  background: -webkit-linear-gradient(90deg, rgba(7,33,70,0.9) 37%, rgba(255,255,255,0) 95%);
  background: linear-gradient(90deg, rgba(7,33,70,0.9) 37%, rgba(255,255,255,0) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#072146",endColorstr="#ffffff",GradientType=1);
  border-radius: 30px;
}
.ubitoluca{
  width: fit-content;
  position: absolute;
  right: 3%;
  bottom: 10%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 13px;
  border-radius: 20px;
}



/* -- PERFIL DEL GRUPO -- */

.perfil1{
  width: 100%;
  display: block;;
  height: calc(100vh - 71px);
  max-height: 730px;
  position: relative;
  background-image: url('../img/bg3.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}

.contertituper{
  width: fit-content;
  display: block;
  position: absolute;
  top: 33%;
  left: 43%;
}
.ubiperfil{
  width: fit-content;
  position: absolute;
  right: 5%;
  top: 39%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 11px;
  border-radius: 20px;
}
.contintroperfil{
  width: 520px;
  display: block;
  position: absolute;
  bottom: 15%;
  right: 6%;
  background-color: #072146;
  padding: 12px;
  border-radius: 20px;
}
.perfil2{
  width: 100%;
  display: block;
  height: auto;
}
.conterline{
  width: 100%;
  display: block;
  padding: 15px;
  border-radius: 20px;
  background-color: #f5fafd;
  overflow: hidden;
}








































/* tabs*/
.contertabs{
  width: calc(100% - 20px);
  display: block;
  background-color: #1a437d;
  margin: 10px auto;
  border-radius: 37px;
  max-width: 1400px;
}
ul#tabs.tabs {
  margin: 0;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  height: auto;
  width: fit-content;
  padding: 10px;
  overflow: hidden;
}

ul#tabs.tabs li {
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  line-height: 31px;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: fit-content;
  font-family: BentonSansBBVA-Light;
  text-transform: uppercase;
  font-size: 12px;
  transition: all .5s;

}


ul#tabs.tabs li:hover {
  font-family: BentonSansBBVA-Medium;
  color: #fff;
}

ul#tabs.tabs li.active {
  font-family: BentonSansBBVA-Medium;
  color: #fff;
}

.tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
  .tabs {
    display: none;
  }
  .tab_drawer_heading {
    background-color: #5bbeff;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 5px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: BentonSansBBVA-Book;
  }
  .d_active {
    background-color: #004481;
    color: #fff;
  }
}

/* -- fin tabs -- */
.conterdesta{
  width: 100%;
  display: block;
  padding: 10px 5px;
  border-top: 1px solid #1973b8;
  border-bottom: 1px solid #1973b8;
  text-align: center;
}
.conterdesta2{
  width: fit-content;
  display: block;
  padding: 10px 5px;
  border-top: 1px solid #1973b8;
  border-bottom: 1px solid #1973b8;
  text-align: center;
}
.conteraspect{
  width: 100%;
  height: auto;
  display: block;
  background-color: #1973b8;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.conteraspect22{
  width: 100%;
  height: auto;
  display: block;
  background-color: #d4edfc;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.propositosvg{
  width: 100%;
  max-width: 310px;
  float: left;
}
.iconacomp{
  width: 60px;
  display: block;
  margin: 0 auto;

}
.contericons{
  width: 100%;
  display: block;
  background-color: #f5fafd;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
}
.conterfit {
  width: fit-content;
  display: block;
  margin: 0 auto;
}
.iconfitazul1{
  width: fit-content;
  padding: 6px;
  border-radius: 60px;
  background-color: #d4edfc;
  display: flex;
  align-items: center;
  align-content: center;
  float: left;
}
.iconnum{
  width: 40px;
  display: block;
  float: left;
}
.iconfitazul2{
  width: fit-content;
  padding: 6px;
  border-radius: 60px;
  background-color: #d4edfc;
  display: flex;
  align-items: center;
  align-content: center;
  float: left;
  margin-left: 15px;
}
.iconnum2{
  width: 30px;
  display: block;
  float: left;
}
.iconnum3{
  width: 40px;
  display: block;
  float: left;
}
.textotabla2{
  font-family: BentonSansBBVA-Book;
  font-size: 12px;
  color: #4d4d4d;
}
.tabla {
  width: 100%;
  border-collapse: collapse;
}
td {
  padding: 5px;
  text-align: center;
}

table#tabalestados tbody tr:nth-child(even) {
  background-color: #ecf6fd;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
table#tabalestados tbody tr:nth-child(odd) {    
  background-color: #d9ecfa;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
table#tabalestados tbody tr:nth-child(even) td {
  
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
table#tabalestados tbody tr:nth-child(odd) td {    
  
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
table#tabalestados thead tr th {    
  
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}


/* -- Estrategia de sostenibilidad -- */

.estrate1{
  width: 100%;
  display: block;;
  height: calc(100vh - 71px);
  max-height: 730px;
  position: relative;
  background-image: url('../img/bg4.png');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}
.contertituestra{
  width: fit-content;
  display: block;
  position: absolute;
  top: 22%;
  left: 10%;
}
.contintroestra{
  width: 520px;
  display: block;
  position: absolute;
  top: 46%;
  right: 1%;
  background-color: #072146;
  padding: 12px;
  border-radius: 20px;
}
.ubiestra{
  width: fit-content;
  position: absolute;
  right: 15%;
  bottom: 15%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 11px;
  border-radius: 20px;
}
.estrate2{
  width: 100%;
  display: block;
  height: auto;
  padding: 50px 0px;
}
.contericons22{
  width: 100%;
  display: block;
  background-color: #f5fafd;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
}

.contericons23{
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
  background-color: #d4edfc;
}
.contericons24{
  width: 100%;
  display: block;
  border-radius: 20px;
  padding: 10px;
  overflow: hidden;
  background-color: #1973b8;
}
.iconmini{
  width: auto;
  height:16px;
  display: block;
  margin: 0 auto;
}
.contericonmini{
  width: 34px;
  display: block;
  float: left;
}
.contericonminitext{
  width: calc(100% - 34px);
  display: block;
  float: left;
}





.estrate3{
  width: 100%;
  display: block;
  height: auto;
}
.conternum{
  width: 50px;
  display: block;
  float: left;
}
.conternumtext{
  width: calc(100% - 50px);
  display: block;
  float: left;
}
.conterlistul{
  width: 15px;
  display: block;
  float: left;
  margin-right: 10px;
}
.contertexlistul{
  width: calc(100% - 25px);
  display: block;
  float: left;
}
.circulo{
 width: 60px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -19px;
  bottom: -12px;
}
.zinde{
  z-index: 2;
}
.circulo2{
  width: 60px;
  display: block;
  position: absolute;
  z-index: -1;
  left: -10px;
  bottom: -23px;
}
.bordrightaqua{
  border-right: 1px solid #2dcccd;
}
.bordleftaqua{
  border-left: 1px solid #2dcccd;
}
.bordlaqua{
  border-left: 1px solid #2dcccd;
  border-right: 1px solid #2dcccd;
}
.mex{
  width: 20px;
  display: block;
}
sub{
  font-size: 10px !important;
}
/* -- Gobernanza -- */

.gober1{
  width: 100%;
  display: block;;
  height: calc(100vh - 71px);
  max-height: 730px;
  position: relative;
  background-image: url('../img/bg5.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}
.ubigober{
  width: fit-content;
  position: absolute;
  right: 15%;
  bottom: 15%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 11px;
  border-radius: 20px;
}
.contertitugober{
  width: fit-content;
  display: block;
  position: absolute;
  top: 15%;
  left: 32%;
}
.contintrogober{
  width: 520px;
  display: block;
  position: absolute;
  bottom: 25%;
  right: 9%;
  background-color: #072146;
  padding: 12px;
  border-radius: 20px;
}
.gober2{
  width: 100%;
  display: block;
  height: auto;
}
.img19{
  width: 50%;
  display: block;
  float: right;
}

/* -- desempeño financiero -- */

.desem1{
  width: 100%;
  display: block;;
  height: calc(100vh - 71px);
  max-height: 730px;
  position: relative;
  background-image: url('../img/bg6.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}
.contertitudesem{
  width: fit-content;
  display: block;
  position: absolute;
  top: 28%;
  right: 9%;
}
.contintrodesem{
  width: 520px;
  display: block;
  position: absolute;
  bottom: 5%;
  right: 9%;
  background-color: #072146;
  padding: 12px;
  border-radius: 20px;
}
.ubidese{
  width: fit-content;
  position: absolute;
  right: 1%;
  top: 11%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 11px;
  border-radius: 20px;
}
.desem2{
  width: 100%;
  display: block;
  height: auto;
}

/* -- Finanzas Sostenibles -- */

.finan1{
  width: 100%;
  display: block;;
  height: calc(100vh - 71px);
  max-height: 730px;
  position: relative;
  background-image: url('../img/bg7.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}
.contertitufinan{
  width: fit-content;
  display: block;
  position: absolute;
  top: 43%;
  left: 37%;
}
.contintrofinan{
  width: 520px;
  display: block;
  position: absolute;
  bottom: 5%;
  right: 9%;
  background-color: #072146;
  padding: 12px;
  border-radius: 20px;
}
.ubifinan{
  width: fit-content;
  position: absolute;
  right: 1%;
  bottom: 23%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 11px;
  border-radius: 20px;
}
.finan2{
  width: 100%;
  display: block;
  height: auto;
  padding: 30px 0px 50px 0px;
}
.finan3{
  width: 100%;
  display: block;
  height: auto;
  padding: 0px 0px 50px 0px;
}
.padd0{
  padding: 0px 0px 0px 20px !important;
}


/* -- Desempeño sOCIAL -- */

.social1{
  width: 100%;
  display: block;;
  height: calc(100vh - 71px);
  max-height: 730px;
  position: relative;
  background-image: url('../img/bg8.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: bottom;
  overflow: hidden;
}
.contertitusocial{
  width: fit-content;
  display: block;
  position: absolute;
  top: 12%;
  left: 3%;
}
.contintrosocial{
  width: 520px;
  display: block;
  position: absolute;
  top: 46%;
  right: 1%;
  background-color: rgb(7, 33, 70);
  padding: 12px;
  border-radius: 20px;
}
.ubisocial{
  width: fit-content;
  position: absolute;
  left: 7%;
  bottom: 19%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 11px;
  border-radius: 20px;
}
.social2{
  width: 100%;
  display: block;
  height: auto;
  padding: 0px 0px 50px 0px;
}
.iconprinci{
  width: 40px;
  display: block;
  float: left;
}
.texticonprinci{
  width: calc(100% - 50px);
  margin-left: 10px;
  float: left;
}
.img32{
  width: 90%;
  max-width: 400px;
  float: right;
}
.pad10{
  padding: 0 10px !important;
}
/* -- Desempeño ambiental -- */

.ambi1{
  width: 100%;
  display: block;;
  height: calc(100vh - 71px);
  max-height: 730px;
  position: relative;
  background-image: url('../img/bg9.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position-y: top;
  overflow: hidden;
}
.contertituambi{
  width: fit-content;
  display: block;
  position: absolute;
  top: 12%;
  right: 3%;
}
.contintroambi{
  width: 520px;
  display: block;
  position: absolute;
  top: 46%;
  right: 1%;
  background-color: rgb(7, 33, 70);
  padding: 12px;
  border-radius: 20px;
}
.ubiambi{
  width: fit-content;
  position: absolute;
  right: 7%;
  bottom: 19%;
  padding: 5px 5px 5px 5px;
  font-family: BentonSansBBVA-Bold;
  color: #ffffff;
  background-color: rgba(255, 255, 255, .4);
  font-size: 11px;
  border-radius: 20px;
}
.ambi2{
  width: 100%;
  display: block;
  height: auto;
  padding: 0px 0px 50px 0px;
}
.textflag{
  display: block;
  width: fit-content;
  float: left;
  padding-right: 10px;
}
.minisvg{
  width: 100px;
  display: block;
  position: absolute;
  left: -30px;
  top: -25px;
  opacity: .6;
}
.z2{
  z-index: 2;
  position: relative;
}
.backblanco{
  background-color: #ffffff !important;
}

.img71{
  width: 90%;
  max-width: 380px;
  display: block;
  margin: 0 auto;
}
.img72{
  width: 90%;
  max-width: 580px;
  display: block;
  margin: 0 auto;
}
.img73{
  width: 90%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.img74{
  width: 90%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
.img75{
  width: 90%;
  max-width: 380px;
  display: block;
  margin: 0 auto;
}
.img78{
  width: 90%;
  max-width: 260px;
  display: block;
  margin: 0 auto;
}














































































































































/* -- animaciones -- */

.ani1animate{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani2animate{
  animation: fadeInLeft;
  animation-delay: .9s;
}



