*, *::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;
}

@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");
}


/* --- menu -- */

header {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: 0.5s ease-in-out;
  visibility: hidden;
}
.btn-open-menu {
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  background-color: #ff5752;
  width: 50px;
  height: 50px;
  padding: 17px 10px 20px 10px;
  z-index: 11;
}
.btn-open-menu:after {
  background-color: #fff;
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  right: 10px;
  bottom: 16px;
  transition: 0.5s ease-in-out;
}
.btn-open-menu .hamburguer {
  position: relative;
  display: block;
  background: #fff;
  width: 100%;
  height: 2px;
  top: 5px;
  left: 0;
  transition: 0.5s ease-in-out;
}
.btn-open-menu .hamburguer:before,  .btn-open-menu .hamburguer:after {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.5s ease-in-out;
}
.btn-open-menu .hamburguer:before {
  top: -5px;
}
.btn-open-menu .hamburguer:after {
  bottom: -5px;
}
header .header-content {
  width: 35%;
  height: 100%;
  background-color: #EEEEEE;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -150%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  transition: 0.1s ease-in-out;
}
header .header-content .btn-close-menu {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  align-content: center;
}
header .header-content .btn-close-menu:before, header .header-content .btn-close-menu:after {
  background: #ff5752;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  transition: 0.5s ease-in-out;
}
header .header-content .btn-close-menu:before {
  transform: rotate(45deg);
  top: 11px;
}
header .header-content .btn-close-menu:after {
  transform: rotate(-45deg);
  bottom: 12px;
}
header .header-content nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  padding: 0px 50px;
}
header .header-content nav a {
  line-height: 20px;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  padding-bottom: 5px;
  transition: all .5s;
}
header .header-content nav a:hover {
  color: #ff5752 !important;
}

header.open {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s ease-in-out;
  visibility: inherit;
}
.coultobtn {
  opacity: 0 !important;
  transition: 0.3s ease-in-out;
}
header.open .header-content {
  left: 0;
  transition: 0.7s ease-in-out;
}

section {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section h1 {
  font-weight: 600;
  font-size: 22px;
  color: #000;
  text-align: center;
}
section .logo-jv {
  width: 23px;
  font-family: "Aclonica", sans-serif;
  font-size: 26px;
  color: #000;
  text-decoration: none;
  background-color: #ead1dc;
  padding: 5px;
  letter-spacing: 3px;
  line-height: 10px;
  display: flex;
  position: fixed;
  right: 15px;
  bottom: 10px;
}
.logomenu{
  width: 150px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 20px;
}
.link-menu{
  font-family: BentonSansBBVA-Bold;
  font-size: 17px;
}
.listadomenu{
  list-style-type: none;
  margin: 0px !important;
}
.listadomenu li a{
  padding-bottom: 5px !important;
}
.textmenu{
  font-family: BentonSansBBVA-Book;
  font-size: 13px;
}






/* --- generales --- */
.contergeneral{
  width: 90%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.contergeneral100{
  width: 100%;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.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;
}
.opacity0{
  opacity: 0;
}
.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;
}
.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;
}
.conter67{
  display: block;
  width: 66.67%;
  float: left;
  position: relative;
}
.conter50center{
  display: block;
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.conter60center{
  display: block;
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.conter65center{
  display: block;
  width: 65%;
  margin: 0 auto;
  position: relative;
}
.conter65{
  display: block;
  width: 65%;
  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;
}
.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;
}
.conterflex2{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.conterflex3{
  width: 100%;
  display: flex;
  overflow: hidden;
  align-content: center;
  align-items: center;
}
.padtop50px{
  padding-top: 50px;
}
.padtop30px{
  padding-top: 30px;
}
.padtop100px{
  padding-top: 100px;
}
.padbop50px{
  padding-bottom: 50px;
}
.pad50px{
  padding: 50px 0px;
}
.padleft50px{
  padding-left: 50px;
}
.padtop20px{
  padding-top: 20px;
}
.padtop10px{
  padding-top: 10px;
}
.padbot20px{
  padding-bottom: 20px;
}
.padbot17px{
  padding-bottom: 6px;
}
.padbot10px{
  padding-bottom: 10px !important;
}
.mar50px{
  margin: 50px 0px;
}
.martop50px{
  margin-top: 50px;
}
.pad20px{
  padding: 20px 0px;
}
.pad20pxb{
  padding: 20px;
}
.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;
}
.azul{
  color: #092d57 !important;
}
.azul2{
  color: #48c2c5 !important;
}
.azul3{
  color: #eff8f9 !important;
}
.azul4{
  color: #6cbfc3 !important;
}
.aqua{
  color: #48c2c5 !important;
}
.aqua2{
  color: #6cbfc4 !important;
}
.blanco{
  color: #ffffff !important;
}
.naranja{
  color: #ff5752 !important;
}
.backnaranja{
  background-color: #ff5752 !important;
}
.backclaro1{
  background-color: #fefaef !important;
}
.backazul2{
  background-color: #48c2c5 !important;
}
.backazul3{
  background-color: #eff8f9 !important;
}
.backlila{
  background-color: #918fba !important;
}
.backlila2{
  background-color: #dedde9 !important;
}

.backaqua{
  background-color: #48c2c5 !important;
}
.lila{
  color: #918fba !important;
}
.lila2{
  color: #b2b0cc !important;
}
p{
  margin: 0px;
  padding: 4px 0px;
}
.letter6px{
  letter-spacing: -6px;
}
.pad0px{
  padding: 0px !important;
}




.titulo1{
  font-family: BentonSansBBVA-Book;
  font-size: 52px;
  line-height: 52px;
}
.titulo1a{
  font-family: BentonSansBBVA-Book;
  font-size: 52px;
  line-height: 62px;
}
.titulo2{
  font-family: BentonSansBBVA-Book;
  font-size: 32px;
  line-height: 32px;
}
.bold{
  font-family: BentonSansBBVA-Bold !important;
}
.medium{
  font-family: BentonSansBBVA-Medium !important;
}
.contador{
  font-family: BentonSansBBVA-Bold;
  font-size: 34px;
  line-height: 34px;
}
.contador2{
  font-family: BentonSansBBVA-Bold;
  font-size: 35px;
  line-height: 35px;
}
.contador4{
  font-family: BentonSansBBVA-Bold;
  font-size: 25px;
  line-height: 25px;
}
.contador3{
  font-family: BentonSansBBVA-Bold;
  font-size: 55px;
  line-height: 55px;
}
.titulosubcontador{
  font-family: BentonSansBBVA-Bold;
  font-size: 24px;
}
.titulosubcontador2{
  font-family: BentonSansBBVA-Bold;
  font-size: 17px;
}
.subcontador{
  font-family: BentonSansBBVA-Bold;
  font-size: 18px;
}
.padtextfomndo{
  padding: 0px 10px;
}
.textlogros{
  font-family: BentonSansBBVA-Book;
  font-size: 17px;
}
.textlogros2{
  font-family: BentonSansBBVA-Book;
  font-size: 26px;
}
.bordleftazul{
  border-left: 1px solid #004481;
}
.bordrightazul{
  border-right: 1px solid #004481;
}
.bordblancoaleft{
  border-left: 1px solid #ffffff;
}
.bordblanco{
  border-left: 1px solid #fff;
}
.padleft40{
  padding-left: 40px;
}
.texto{
  font-family: BentonSansBBVA-Book;
  font-size: 14px;
  color: #4d4d4d;
}
.textochico{
  font-family: BentonSansBBVA-Book;
  font-size: 12px;
  color: #4d4d4d;
}
.nota{
  font-family: BentonSansBBVA-Book;
  font-size: 12px;
  color: #4d4d4d;
}
.textdestacado{
  font-family: BentonSansBBVA-Book;
  font-size: 25px;
  line-height: 37px;
}
.textdestacado2 {
  font-family: BentonSansBBVA-Book;
  font-size: 20px;
  line-height: 20px;
}
.bold{
  font-family: BentonSansBBVA-Bold;
}
.padleft15{
  padding-left: 15px;
}
.objetivo{
  padding: 10px 15px;
  font-family: BentonSansBBVA-Bold;
  font-size: 22px;
  display: block;
  width: fit-content;
}
.borrightblanco{
  border-right: 1px solid #ffffff;
}


















/* slider destacados */
.destacado{
  font-family: BentonSansBBVA-Book !important;
  font-size: 22px;
  color: #ffffff;
}


.content {
  margin: auto;
  padding: 0px 20px;
  width: 95%;
  max-width: 1200px;
  min-width: 300px;
}

.slick-slider {
  margin: 30px auto 50px;
}

.slick-prev,
.slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.slick-prev path,
.slick-next path {
  fill: #00aae7;
}
.slick-prev:hover path,
.slick-next:hover path {
  fill: #00aae7;
}

.slick-prev {
  left: -35px;
}
.slick-prev svg, .slick-next svg{
  bottom: 10px;
  display: block;
  position: absolute;
}
.slick-next {
  right: -35px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots li button:before {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: #FFFFFF;
}

.quote-container {
  min-height: 200px;
  color: #666666;
  font-size: 36px;
  margin: 0 20px;
  position: relative;
}
.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.quote-container .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%;
}
.quote-container .quote {
  position: relative;
  z-index: 600;
  padding: 10px 0px 0px 0px;
  margin: 0;
  text-align: left;
}
.quote-container .quote p {
  position: relative;
 /* margin-bottom: 20px;*/
}
.quote-container .quote p:first-child:before {
  content: '\201C';
  color: rgba(255, 255, 255, 0.44);
  font-size: 7.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: -.4em;
  left: -.2em;
  text-shadow: none;
  z-index: -10;
}
.quote-container .quote cite {
  display: block;
  font-size: 14px;
}
.quote-container .quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.octogon {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: url(#octogon);
  height: 140px;
  width: 140px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
.puntossvg{
  height: 10px;
}



/* --- home --- */
.home1{
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 30px 0px;
  display: flex;
  overflow: hidden;
  position: relative;
  background-image: url('../img/bg1.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  align-items: center;
  align-content: center;
  background-position: center;
}
.logros1{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 50px 0px;
  height: auto;
}

/* --- logros --- */
.conterlogro1{
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #fefaef;
  padding: 30px;
  border-left: 2px solid #ff5752;
  border-right: 2px solid #ff5752;
  border-top: 2px solid #ff5752;
}
.conterlogro2{
  width: 100%;
  display: flex;
  overflow: hidden;
  background-color: #fefaef;
  padding: 0px 30px;
  border-left: 2px solid #ff5752;
  border-right: 2px solid #ff5752;
  align-items: center;
  align-self: center;
}
.conterredondologros{
  width: 100%;
  display: block;
  padding: 15px;
  background-color: #48c2c5;
  height: 100%;
  border-radius: 100px;
}
.conterlogro3{
  width: 100%;
  display: flex;
  overflow: hidden;
  background-color: #fefaef;
  padding-top: 30px;
  border-right: 2px solid #ff5752;
  align-items: center;
  align-self: center;
}
.conterlogro4{
  width: 100%;
  display: flex;
  overflow: hidden;
  background-color: #fefaef;
  padding:0px 0px 30px 30px;
  border-bottom: 2px solid #ff5752;
  border-left: 2px solid #ff5752;
  align-items: center;
  align-self: center;
}
.padleft30px{
  padding-left: 30px;
}
.padleft25px{
  padding-left: 25px;
}

/* --- procuracion de fondos --- */

.procuracion{
  width: 100vw;
  height: auto;
  padding: 50px 0px;
  display: block;
  overflow: hidden;
  position: relative;
}
.tituingre{
  font-family: BentonSansBBVA-Bold;
  font-size: 14px;
}
.tituingre2{
  font-family: BentonSansBBVA-Medium;
  font-size: 17px;
}
.cifraingre{
  font-family: BentonSansBBVA-Bold;
  font-size: 18px;
}
.hrcifra{
  border-top: 1px solid #b2b2b2;
  border-left: 0px solid #b2b2b2;
  border-right: 0px solid #b2b2b2;
  border-bottom: 0px solid #b2b2b2;
  margin: 15px 0px;
}
.minheight80{
  min-height:80px;
}
.bordgris1{
  border-right: 1px solid #b2b2b2;
}
.contersuma{
  width: 100%;
  padding: 20px;
  background-color: #a1d8db;
}
.cifraingretotal{
  font-family: BentonSansBBVA-Bold;
  font-size: 24px;
}
.icondesta1{
  width: 80px;
  display: block;
  float: left;
}
.icondesta1text{
  width: calc(100% - 80px);
  display: block;
  float: left;
}


/* --- impacto con enfoque inclusivo --- */

.impacto{
  width: 100vw;
  height: auto;
  padding: 50px 0px;
  display: block;
  overflow: hidden;
  position: relative;
}

/* --- becas bbva --- */

.becasbbva1{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 0px 0px 50px 0px;
  height: auto;
  background-color: #f7f6fa;
}
.conterbecass1inter{
  width: 100%;
  display: grid;
  float: left;
  background-color: #918fba;
  padding: 235px 40px 40px 40px;
  align-content: center;
}
.conteropera1 {
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
  min-height: 100%;
  float: left;
  border-right: 2px solid #ffffff;
  padding-left: inherit;
}
.conteropera2 {
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
  min-height: 100%;
  float: left;
  padding-left: inherit;
}
.conteroperativ3 {
  width: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.conteroperativ3a {
  width: 85%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  align-items: center;
}
.conteroperativ3b {
  width: 92%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  align-items: center;
}
.conteropera1a {
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
  min-height: 100%;
  float: left;
  border-right: 2px solid #ffffff;
  padding-left: inherit;
}
.conteropera2a {
  width: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
  min-height: 100%;
  float: left;
  padding-left: inherit;
}
.conteropera2b {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  height: auto;
  min-height: 100%;
  float: left;
  padding-left: inherit;
}
.height175{
  height: 175px;
}
hr.hrblanco{
  border-top: 2px solid #ffffff;
  border-left: 0px;
  border-right:0px;
  border-bottom:0px;
  width: 100%;
  margin: 15px 0px;
}
hr.hrblanco2{
  border-top: 2px solid #ffffff;
  border-left: 0px;
  border-right:0px;
  border-bottom:0px;
  width: 80%;
  margin: 15px auto;
}
.contertitulobecasbbv{
  width: auto;
  min-width: 587px;
  display: block;
  padding: 20px 70px 20px 42px;
  overflow: hidden;
  border-radius: 0px 100px 100px 0px;
  background-color: #e9e9f0;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 50px;
}
.titulo1progra{
  font-family: BentonSansBBVA-Medium;
  font-size: 45px;
  line-height:54px;
}
.titulo1aprogra{
  font-family: BentonSansBBVA-Medium;
  font-size: 35px;
  line-height:44px;
}
.conterods{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px;
  height: auto;
  border: 1px solid #004481;
}
.conterbenilila{
  width: 100%;
  display: block;
  padding: 30px;
  display: block;
  overflow: hidden;
  background-color: #918fba;
  border-radius: 30px;
}
hr.hrverde{
  width: 80%;
  display: block;
  margin: 40px auto;
  border-top: 2px solid #48c2c5;
  border-left: 0px;
  border-right:0px;
  border-bottom:0px;
}
.contereduca1{
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #918fba;
  padding: 20px;
  border-radius: 100px 0px 0px 100px;
  max-width: 284px;
}
.circuloedu1{
  width: 100%;
  max-width: 284px;
  display: block;
  float: left;
}
.contertasa{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 30px;
  border: 2px solid #918fba;
}
.contertasagraf{
  width: 90%;
  margin: 0 auto;
  max-width: 515px;
  display: block;
  overflow: hidden;
}

/* --- plataforma superate con fundacion bbva --- */

.plataforma1{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 50px 0px;
  height: auto;
  background-color: #dff2f3;
}
.conterplat1inter{
  width: 100%;
  display: grid;
  float: left;
  background-color: #6cbfc4;
  padding: 235px 40px 40px 40px;
  align-content: center;
}
.contertituloplat{
  width: auto;
  min-width: 587px;
  display: block;
  padding: 20px 70px 20px 42px;
  overflow: hidden;
  border-radius: 0px 100px 100px 0px;
  background-color: #dff2f3;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 50px;
}


/* --- becas bbva para chavos con discapacidad que inspiran  --- */

.becaschavos1{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 50px 0px;
  height: auto;
  background-color: #f7f6fa;
}


/* --- fomento cultural --- */

.fomento1{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 50px 0px;
  height: auto;
  background-color: #dff2f3;
}
.fomentol3{
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  border: 2px solid #48c2c5;
}


.flip {
  position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 1em;
  width: 100%;
}
.flip > .front,
.flip > .back {
  display: block;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: top !important;
  height: 220px;
  padding: 1em 2em;
  background: #313131;
  border-radius: 10px;
}
.flip > .front p,
.flip > .back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;
}

.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}

.tituloback{
  font-family: BentonSansBBVA-Bold;
  font-size: 22px;
}
.tituloback2{
  font-family: BentonSansBBVA-Medium;
  font-size: 17px;
}
.myButtonflip1 {
  background-color: rgba(0, 0, 0, .0);
  border-radius: 28px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: BentonSansBBVA-Book;
  font-size: 17px;
  padding: 8px 31px;
  text-decoration: none;
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin-left: -64px;
  transition: all .5s;
}
.myButtonflip1:hover {
  background-color:#ffffff;
  color: #918fba;
  cursor: pointer;
}

.myButtonflip2 {
  background-color: rgba(0, 0, 0, .0);
  border-radius: 28px;
  border: 1px solid #ffffff;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: BentonSansBBVA-Book;
  font-size: 17px;
  padding: 8px 31px;
  text-decoration: none;
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin-left: -64px;
  transition: all .5s;
}
.myButtonflip2:hover {
  background-color:#ffffff;
  color: #48c2c5;
  cursor: pointer;
}

/* --- lightbox --- */

.wiggle {
  display:block;
  margin:0 auto;
  width:150px;
  height:150px;
  -webkit-animation: wiggle 3s cubic-bezier(.9,.20,.20,.9) infinite alternate;
  box-shadow:10px 10px 1px 0 rgba(0,0,0,.15);
}

.wiggle:hover {
  -webkit-animation:none;
}

.short-animate {
  -webkit-transition:.5s ease-in-out;
  -moz-transition:.5s ease-in-out;
  -ms-transition:.5s ease-in-out;
  -o-transition:.5s ease-in-out;
  transition:.5s ease-in-out;
}

.long-animate {
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}
.lightbox {
  position:fixed;
  top:-100%;
  bottom:100%;
  left:0;
  right:0;
  background:rgba(72,194,197,.8);
  z-index:501;
  opacity:0;
}

.lightbox .popup {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  max-width: 900px;
  padding: 30px 30px 30px 0px;
  background-color: #fff;
  display: block;
  overflow: hidden;
  height: fit-content;
  border-radius: 20px;
}

#lightbox-controls {
  position:fixed;
  height:70px;
  width:70px;
  top:-70px;
  right:0;
  z-index:502;
  background:rgba(0,0,0,.1);
}

#close-lightbox {
  display:block;
  position:absolute;
  overflow:hidden;
  height:50px;
  width:50px;
  text-indent:-5000px;
  right:10px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

#close-lightbox:before {
  content:'';
  display:block;
  position:absolute;
  height:0px;
  width:3px;
  left:24px;
  top:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s .5s ease-in-out;
  -moz-transition: .5s .5s ease-in-out;
  -ms-transition: .5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
}

#close-lightbox:after {
  content:'';
  display:block;
  position:absolute;
  width:0px;
  height:3px;
  top:24px;
  left:0;
  background:white;
  border-radius:2px;
  -webkit-transition: .5s 1s ease-in-out;
  -moz-transition: .5s 1s ease-in-out;
  -ms-transition: .5s 1s ease-in-out;
  -o-transition:.5s 1s ease-in-out;
  transition:.5s 1s ease-in-out;
}

.lightbox:target {
  top:0%;
  bottom:0%;
  opacity:1;
}

.lightbox:target img {
  max-width:100%;
  max-height:100%;
}

.lightbox:target ~ #lightbox-controls {
  top:0px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:after {
  width:50px;
}

.lightbox:target ~ #lightbox-controls #close-lightbox:before {
  height:50px;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform:rotate(2deg);
  }
  20% {-webkit-transform:rotate(-2deg);}
  40% {-webkit-transform:rotate(2deg);}
  60% {-webkit-transform:rotate(-2deg);}
  80% {-webkit-transform:rotate(2deg);}
  100% {-webkit-transform:rotate(-2deg);}
}
.contertituloligh {
  width: fit-content;
  display: block;
  padding: 20px 70px 20px 50px;
  overflow: hidden;
  border-radius: 0px 100px 100px 0px;
  background-color: #e9e9f0;
  position: relative;
}
.contertituloligh2 {
  width: fit-content;
  display: block;
  padding: 20px 70px 20px 50px;
  overflow: hidden;
  border-radius: 0px 100px 100px 0px;
  background-color: #dff2f3;
  position: relative;
}
.contertituloligh3{
  width: fit-content;
  display: block;
  padding: 20px 70px 20px 50px;
  overflow: hidden;
  border-radius: 100px 0px  0px 100px;
  background-color: #e9e9f0;
  position: relative;
}
.imgodsinter{
  width: 90%;
  max-width: 320px;
  display: block;
  float: left;
}

hr.hrlila{
  border-top: 2px solid #918fba;
  border-left: 0px;
  border-right:0px;
  border-bottom:0px;
  width: 100%;
  margin: 15px 0px;
}
hr.hrlila2{
  border-top: 2px solid #918fba;
  border-left: 0px;
  border-right:0px;
  border-bottom:0px;
  width: 80%;
  margin: 15px auto;
}
hr.hraqua{
  border-top: 2px solid #48c2c5;
  border-left: 0px;
  border-right:0px;
  border-bottom:0px;
  width: 100%;
  margin: 15px 0px;
}
.imgcole1{
  width: 90%;
  max-width: 400px;
  display: block;
  margin: 0 auto;
  padding-top: 50px;
}

/* --- mi comunidad bbva --- */

.comunidad1{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 0px 0px 50px 0px;
  height: auto;
  background-color: #f7f6fa;
}
.contericonsazul{
  width: 100%;
  display: block;
  overflow: hidden;
  background-color: #e7ecf2;
  padding: 20px;
}
.iconazul{
  width: 90%;
  max-width: 50px;
  display: block;
  margin: 0 auto;
}
.monitoreo3{
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 20px;
  border: 2px solid #918fba;
}
.imggraf1{
  width: 90%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

/* --- alianzas por la educación  --- */

.alianzas1{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 50px 0px;
  height: auto;
  background-color: #dff2f3;
}


/* --- reconstruccion de escuelas --- */

.reconstruccion1{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 50px 0px;
  height: auto;
  background-color: #f7f6fa;
}

/* --- fapoyo en desastres naturales --- */

.apoyo1{
  width: 100vw;
  display: block;
  overflow: hidden;
  padding: 50px 0px;
  height: auto;
  background-color: #dff2f3;
}
.conterapoyoinfo{
  width: 100%;
  display: block;
  padding: 30px;
  display: block;
  overflow: hidden;
  background-color: #48c2c5;
  border-radius: 30px;
}
.contermecanismo{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 20px;
  border-radius: 30px;
  border:2px solid #2dcccd;
}
.tabla {
  width: 100%;
  border-collapse: collapse;
}
th,td{
  padding: 6px;
}
.mecanismo1{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 100px 0px;
  background-color: #ffffff;
}
.voluntariado1{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 100px 0px;
  background-color: #f7f6fa;;
}
.contervoluntdes {
  width: 100%;
  display: block;
  padding: 15px 15px 15px 50px;
  background-color: #48c2c5;
  height: 100%;
  border-radius: 100px 0px 0px  100px;
}
.talento1{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 100px 0px;
  background-color: #ffffff;;
}
.imgplantilla{
  width: 100%;
  max-width: 300px;
  display: block;
  float: left;
}
.estructura1{
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 100px 0px;
  background-color: #f7f6fa;;
}












/* --- acerca --- */

.acerca{
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding: 50px 0px;
  display: flex;
  overflow: hidden;
  position: relative;
  background-image: url('../img/bg2.jpg');
  background-size: cover;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  align-items: center;
  align-content: center;
  background-position-y: center;
  background-position: top;
}
.contertituloacerca{
  width: 90%;
  max-width: 400px;
  display: block;
  position: absolute;
  overflow: hidden;
  left: 2%;
  top: 0%;
}
.minheight{
  min-height: 100px;
}
.myButton3 {
  background-color: #2ecccc;
  display: flex;
  cursor: pointer;
  color: #ffffff;
  font-family: BentonSansBBVA-Book;
  font-size: 17px;
  padding: 6px 50px;
  text-decoration: none;
  position: absolute;
transition: all .5s;
right: 0;
z-index: 10;
align-items: center;
align-content: center;
bottom: 6%;
}
.myButton3:hover {
  background-color:#fecd51;
}
/* --- tache --- */

div.buttontache {
  height: 40px;
  width: 40px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  transform: rotate(90deg);
  float: right;
}
div.buttontache div.line {
  width: 4px;
  height: 20px;
  background: #FFF;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.3s cubic-bezier(0.87, 0.39, 0.74, 1.31);
}
div.buttontache div.line.left {
  -webkit-transform: rotateZ(-45deg);
  left: 20px;
}
div.buttontache div.line.right {
  -webkit-transform: rotateZ(45deg);
  left: 20px;
}
div.buttontache.open div.line.left {
  left: 14px;
}
div.buttontache.open div.line.right {
  left: 26px;
}

div.buttontache2 {
  height: 40px;
  width: 40px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  transform: rotate(-90deg);
  float: right;
}
div.buttontache2 div.line {
  width: 4px;
  height: 20px;
  background: #FFF;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  transition: all 0.3s cubic-bezier(0.87, 0.39, 0.74, 1.31);
}
div.buttontache2 div.line.left {
  -webkit-transform: rotateZ(-45deg);
  left: 20px;
}
div.buttontache2 div.line.right {
  -webkit-transform: rotateZ(45deg);
  left: 20px;
}
div.buttontache2.open div.line.left {
  left: 14px;
}
div.buttontache2.open div.line.right {
  left: 26px;
}

.conteracerca1{
  width: 100%;
  max-width: 400px;
  display: block;
  overflow: hidden;
  padding: 80px 50px;
  position: absolute;
  right: 3%;
  top: 16%;
  background-color: #ffffff;
  transition: all .5s;
}

.conteringresos{
  width: 100%;
  padding: 20px;
  background-color: #eff8f9;
  display: block;
  overflow: hidden;
}

.scrollTop {
  position: fixed;
  right: 1%;
bottom: 7%;
  background-color: #ff5752;
  padding: 12px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  max-width: 50px;
  z-index: 5;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
}
.contercifraprogra{
  width: fit-content;
  max-width: 344px;
  display: block;
  background-color: #eff8f9;
  padding: 20px;
  position: absolute;
  bottom: 4%;
  right: 0%;
}

.imglogohome{
  width: 90%;
  max-width: 250px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 80px;
  top: 50px;    
}
.contertitulohome{
  width: 90%;
  max-width: 700px;
  display: flex;
  overflow: hidden;
  align-items:center;
  align-content: center;
  position: absolute;
  left: 50px;
  bottom: 30px;
}



/* --- video --- */


.conterplay{
  width: 50px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.conterplay{
  stroke-width: 5px;
  stroke-miterlimit: 10;
  fill: transparent;
  stroke-dasharray: 670;
  stroke-dashoffset: 670;
  animation: lineaanimateplay 6s forwards infinite;
}
.play{
  fill: #fff;
  animation: trianguloplay 6s forwards infinite;
}



@keyframes lineaanimateplay {
  0% {
    stroke-dashoffset: 670;
  }
  30% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 670;
  }
}
@keyframes trianguloplay {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lineaanimate {
  to {
    stroke-dashoffset: 0;
  }
}




/* video */

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 1000;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  left: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #043278;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #48c2c5;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* width: 90%; */
  /* height: auto; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
  width: 100%;
  max-width: 700px;
}

.svgplay{
  width: 90%;
  max-width: 60px;
  display: block;
  margin: 0 auto;
}
.svgdown{
  width: 90%;
  max-width: 80px;
  display: block;
  margin: 0 auto;
}
.conter50resp{
  width: 50%;
  display: block;
  overflow: hidden;
  float: left;
}

.conteridioma{
  width: 50px;
  display: block;
  position: fixed;
  z-index: 1;
  top: 67px;
  right: 15px;
  text-align: center;
  padding: 5px 0px;
  background-color: #ff5752;
  font-family: BentonSansBBVA-Bold;
  font-size: 17px;
  color: #fff !important;
  text-decoration: none;
}
.conteridioma a{
  color: #ffffff;
  text-decoration: none;
}


/* --- animaciones ---- */

.ani1{
  animation: fadeIn;
  animation-delay: .3s;
}
.ani2{
  animation: fadeIn;
  animation-delay: .6s;
}
.ani3{
  animation: fadeIn;
  animation-delay: .9s;
}
.ani4{
  animation: fadeIn;
  animation-delay: 1.2s;
}
.ani5{
  animation: fadeIn;
  animation-delay: 1.5s;
}
.ani6{
  animation: fadeIn;
  animation-delay: 1.8s;
}
.ani7{
  animation: fadeIn;
  animation-delay: 2.1s;
}
.ani8{
  animation: fadeInRight;
  animation-delay: 1s;
}
.ani9{
  animation: fadeInUp;
  animation-delay: 2.4s;
}






