/* FUENTES -------------------------------------------------------- */
/*@font-face {
    font-family: 'Calibri-Light';
    src: url('../fonts/Calibri/Calibri-Light.woff2') format('woff2'),
        url('../fonts/Calibri/Calibri-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Calibri-Bold';
    src: url('../fonts/Calibri/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Tiempo';
    src: url('../fonts/tiempo/Tiempo-Italic.woff2') format('woff2'),
         url('../fonts/tiempo/Tiempo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Benton-light';
    src: url('../fonts/BentonSansBBVA/BentonSansBBVA-Light.woff2') format('woff2'),
         url('../fonts/BentonSansBBVA/BentonSansBBVA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Benton-book';
    src: url('../fonts/BentonSansBBVA/BentonSansBBVA-Book.woff2') format('woff2'),
         url('../fonts/BentonSansBBVA/BentonSansBBVA-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Benton-medium';
    src: url('../fonts/BentonSansBBVA/BentonSansBBVA-Medium.woff2') format('woff2'),
        url('../fonts/BentonSansBBVA/BentonSansBBVA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Benton-bold';
    src: url('../fonts/BentonSansBBVA/BentonSansBBVA-Bold.woff2') format('woff2'),
         url('../fonts/BentonSansBBVA/BentonSansBBVA-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'dk-uncle-edward';
    src: url('../fonts/dkUncleEdwar/DKUncleEdward-Regular.woff2') format('woff2'),
        url('../fonts/dkUncleEdwar/DKUncleEdward-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}






/* ETIQUETAS -------------------------------------------------------- */
body{
	/*font-family: 'Benton-book';*/
	font-family: 'Calibri';
	font-size: 18px;
	color: #666;
}

@media(max-width: 767px){
	body{
		font-size: 16px;
	}
}

h1,h2,h3,h4,h5,h6{
	/*font-family: 'Calibri-Bold';*/
	font-family: 'Benton-bold';
}

h1,
.h1 {
  font-size: 1.75em;
}
h2,
.h2 {
  font-size: 1.5em;
}
h3,
.h3 {
  font-size: 1.25em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: .9em;
}
h6,
.h6 {
  font-size: .75em;
}

p{
	text-align: justify;
}

p:last-child,
ul:last-child,
ol:last-child{
	margin-bottom: 0;
}

strong{
	font-family: 'Calibri-Bold';
}

ul,
ol{
	padding-left: 20px;
}

a:hover,
a:focus{
	text-decoration: none;
}
/*
footer{
	position: relative;
}
*/




/*FOOTER IN THE END*/
/*html,
body{
	height: 100%;
}
#pag-interna{
	margin: 0 !important;
}
.main_cuerpo{
	padding: 5.5em 0 7em;
	min-height: 100%;
	margin: 0 auto -75px;
}
@media(max-width: 767px){
	.main_cuerpo{
		padding: 8.5em 0 7em;
		margin: 0 auto -64px;
	}
}*/





/* -------------------------------------------------------- */
/*.section{
	text-align:center;
}*/
.container {
    position: relative;
}





/* FULL PAGE -------------------------------------------------------- */
#section0 .fp-tableCell {
    vertical-align: top;
}




.section{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}





/* PAGINA INTERNA -------------------------------------------------------- */

/* ASIDE -------------------------------------------------------- */
.cuerpo{
	position: relative;
}

@media (min-width: 992px) {
	#aside,#lema-custom {
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
}

#aside,
#aside > .container,
#aside > .container > .row,
#lema-custom,
#lema-custom > .container,
#lema-custom > .container > .row{
	height: 0;
}

@media (max-width: 991px) {
	#aside,#aside > .container,#aside > .container > .row{
		height: auto;
	}

	#aside ul {
    	padding-left: 15px;
	}
}


.btn-descargar-excel,
.btn-descargar-excel:focus{
	border: 1px solid #29c9ff;
	padding: 0.75em 1.25em;
	display: block;
	color: #29c9ff;
	font-size: 1.25em;
	line-height: 1.25em;
	float: right;
	max-width: 12.75em;
}
.btn-descargar-excel:hover{
	border: 1px solid #009ddf;
	color: #009ddf !important;
}

.btn-descargar-excel .tabla{
	display: table;
	margin-bottom: 0
}
.btn-descargar-excel .celda{
	display: table-cell;
	vertical-align: middle;
}

@media(max-width: 991px){
	#aside{
		margin-top: 2em;
	}

	.btn-descargar-excel,
	.btn-descargar-excel:focus{
		float: none;
		max-width: 100%;
	}
}
/*  -------------------------------------------------------- */





@media (max-width: 767px) {
	.display-block-xs{
		display: block;
	}
}

.dropdown-menu {
   min-width: 300px;
   padding: 0;
   box-shadow: 0 6px 12px rgba(0,0,0,0);
   border-radius: 0;
   margin-top: 20px;
   margin-left: 20px;
   border: none;
 }

 .flecha_submenu{
	position: absolute;
	border-bottom:15px solid #005192;
	border-left: 15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid transparent;
	z-index: 3;
	top: -30px;
    left: 45px;
}

/*fn dinamico internas*/



/*menu principal*/
nav#nav-pri .menu:hover ul {
    display: block;
    /*position: absolute;
    vertical-align: -65px;
    margin-top: -3em;
    right: 0;
    border-left:3px solid red;*/
}
/*FN*/






/*arriba*/
.ir-arriba {
    border:2px solid #fff;
    padding: 10px 15px;
    display: inline-block;
    background-color: #15d8d6;
    color: #fff;
    position:  fixed;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    display: none;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: normal; 
       -moz-transition: normal; 
        -ms-transition: normal; 
         -o-transition: normal; 
            transition: normal; 
  }

  .ir-arriba:hover{
    background: #06a5ec;
    -webkit-transition: all 0.3s ease; 
       -moz-transition: all 0.3s ease; 
        -ms-transition: all 0.3s ease; 
         -o-transition: all 0.3s ease; 
            transition: all 0.3s ease; 
  }
/*fn arriba*/      





#contenedor_submenu ul{
	padding-left: 0;
}

.tbl,
.horizontal_cab,
.horizontal_con{
	font-family: 'Calibri';
    font-size: 1em;
}

.tbl,{
	display: table;
    padding: 0;
    margin: 0;
}

.tbl_vertical_cell{
	width:1%;
	display: table-cell;
	border-right: 15px solid white;
	color:#fff;
	background:#cde9fb;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.tbl_vertical_cell{
		display: block;
		width:100%;
		border-right: none;
		margin-bottom: 10px;
	}	
}

.tbl_vertical_cab{	
    padding: 0.5em 1.1em;
    border-bottom: 0.8em solid #fff;
    background-color: #0075be;
    /*font-weight: 600;*/
	color:#fff;
}

.tbl_vertical_con{	
    padding: 0.5em 1.1em;
    color:#796e6a;
    font-size: 0.9em;
}







.tbl_horizontal_cab,.tbl_horizontal_con{
	display: table-cell;
	background: #0075be;
	padding:1em;
	border-right: 15px solid white;
	color:#fff;
	border-bottom: 15px solid #fff;
}

.tbl_horizontal_cab{
	/*font-weight: 600;*/
	width:22%;
}

.tbl_horizontal_con{
	display: table-cell;
	background:#cde9fb;
	padding:1em;
	color:#796e6a;

}


.horizontal_cab{
	background: #0075be;
	padding:0.5em 1em;
	color:#fff;
	border-bottom: 15px solid #fff;
}

.horizontal_con{
	background:#cde9fb;
	padding:1em;
	color:#796e6a;
	border-bottom: 15px solid #fff;
}

@media (max-width: 991px) {
	.tbl_horizontal_cab,.tbl_horizontal_con{
		display: block;
		width:100%;		
		border-right:0 !important;
	}	

	.tbl_horizontal_cab{
	    padding: 0.6em;
	    border-right:0 !important;
	}
}




.tabla_cabecera{
	background: #0075be;
	color:#fff !important;
	font-size: 0.9em;
	padding:0.7em 0.8em;
}

.tabla_container{
	background: #cde9fb;
	padding: 1em 1.2em;	
	font-size: 0.91em;
}



.contenedor_direc h4{
	margin-top: .85em;
}
.contenedor_direc p{
	text-align: left;
}
@media (max-width: 767px) {
	.contenedor_direc{
	    max-width: 400px;
	    margin: 0 auto;
	}
}
.glyphi-arrow-down-custom{
	text-align: center;
    color: #009ddf;
    zoom: 2;
    font-size: 1em;
}

.color-blue{
	color:#009ddf;
}

.btn-ubicacion{
	display: table;
	margin-top: 15px;
	background-image: url(../img/btn-ubicacion.svg); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width:227px;
	height:80px;
	border:none;
	background-color: transparent !important;
}


.btn-ubicacion:hover{
	background-image: url(../img/btn-ubicacion-hover.svg); 
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}



/*.btn-descargar,
.btn-descargar:focus{
	border: 1px solid #fff;
	padding: 0.5em 1em!important;
	display: inline-block !important;
	color: #fff !important;
	width: auto !important;
}
.btn-descargar:hover{
	border: 1px solid #103668;
	color: #103668 !important;
}
.btn-descargar:before{
	display: none;
}*/



.btn-descargar,
.btn-descargar:focus{ 
    padding: 0.5em 1em!important;
    display: inline-block !important;
    color: #fff !important;
    background: #103668;
    border-left: 8px solid #0059A3 !important;
    font-size: 1.2em;
    margin: .3em .5em;
}

.btn-descargar:hover{
	color: #29c9ff !important;
}
.btn-descargar:before{
	display: none;
}



#section0 {
    overflow: hidden !important;
}


/*-------------------cuerpo------------------*/

#section0{
	background-image: url(../img/home/home-ibr.jpg);
	background-color: #000;
}

.seccion-mensaje{
	color:#fff;
}

/*#pag-home{
	overflow: hidden;
}*/
#pag-home nav#nav-pri #toggle{
	background-color: transparent;
	padding: 0 15px;
	line-height: 55px;
}
.toggle_txt{
	display: none;
	vertical-align: middle;
}

@media (min-width: 768px) {
	#pag-home nav#nav-pri #toggle{
		padding: 0 30px;
		line-height: 65px;
	}
	.toggle_txt{
		display: inline-block;
	}
}

/*#pag-home h1{
	font-family: 'Benton-book';
	font-size: 4em;
}*/





#section1 .container-fluid,
#section2 .container-fluid{
	position: absolute;
	z-index: 9;
	top: 2.5rem;
	left: 0;
	width: 100%;
}



#section1{
  background-color: #103667;
}

.row_seccion1,
.row_seccion1 > div{
	height: 100%;

	background-color: #ddd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 10%;
}



#section2{
  background-color: #103667;
}

@media(min-width: 768px){
  .row_table{
    display: table;

    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .row_table > div{
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

/*#section2 h1{
  font-family: 'Benton-book';
  font-size: 2.25em;
  color:#fff;
  margin-top: 0;
  margin-bottom: 0;
}*/



.section2_imgs{
  /*max-width: 1000px;*/
  margin-top: 3rem;
}

.section2_imgs h1{
	font-family: 'Benton-book';
	font-size: 2.25em !important;
	color: #fff;
	margin-top: 0;
	margin-bottom: 3rem;
}

.caja_img{
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
}
/*.caja_img_mb{
	margin-bottom: 1.1rem;
}*/
.caja_img_txt,
.caja_img_txt_2{
  font-family: 'Benton-medium';
  color: #fff;
  background-color: peru;
  
  position: absolute;
}
.caja_img_txt{
  font-size: 2rem;
  line-height: 2.2rem;
  width: 100%;
  padding: 1.5rem 2rem;

  bottom: 0;
  left: 0;
}
.caja_img_txt_2{
  font-size: 3rem;
  line-height: 3.2rem;
  min-width: 60%;
  width: auto;
  padding: 2rem 2.5rem;
  text-align: center;

  position: absolute;
  bottom: 25%;
  

  -webkit-transition: all 0.3s ease; 
     -moz-transition: all 0.3s ease; 
      -ms-transition: all 0.3s ease; 
       -o-transition: all 0.3s ease; 
          transition: all 0.3s ease; 
}
.caja_img_txt_2.right{
  right: 0;
}
.caja_img_txt_2.left{
  left: 0;
}
.caja_img_txt_2:hover{
  background-color: rgba(16,54,104,.7) !important;
}

.row_seccion1 > div:hover:first-child .caja_img_txt_2.right{
  min-width: 70%;
}
.row_seccion1 > div:hover:last-child .caja_img_txt_2.left{
  min-width: 70%;
}

@media(max-width: 991px){
  /*#section2 h1{
    font-size: 1.5em;
  }*/
  .section2_imgs h1{
  	font-size: 2em !important;
  }
  /*.section2_imgs > .row > div{
    margin-bottom: 1.1rem;
  }*/

  .caja_img_txt_2{
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .section2_imgs{
    max-width: 500px;
  }
  .caja_img_txt{
    padding: 1rem 1.5rem;
  }
}

@media(max-width: 767px){
  .row_seccion1{
    height: 100%;
  }
  .row_seccion1 > div{
    height: 50%;
  }
  .caja_img_txt_2{
    font-size: 2.25rem;
    line-height: 2.4rem;
  }


  .row_table_img{
    position: absolute;
    top: 2.6rem;
    left: 0;
    width: 100%;
  }

  /*#section2 h1{
    font-size: 1.25em;
    margin-top: 6rem;
  }*/
  .section2_imgs h1{
  	font-size: 1.5em !important;
    margin-bottom: 1rem;
  }
  /*.section2_imgs > .row > div {
    padding-left: .55rem;
    padding-right: .55rem;
  }*/
  .caja_img{
    margin-left: .5rem;
    margin-right: .5rem;
    margin-bottom: 1rem;
  }
  .caja_img_txt{
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .section2_imgs{
    max-width: 260px;
    margin-top: 2rem;
  }
}






.seccion-mensaje p{
	margin-top: -2em;
    font-family: 'Tiempo';
    font-style: italic;
    font-size: 2em;
    line-height: 1.1em;
}


.seccion-mensaje .texto-btn{
	 font-family: 'Benton-book';
	 margin: 0 .8em;
	 margin-top: .75em;
	 color: #fff;
	 /*text-align: left;*/
}

@media (max-width: 767px) {
	.seccion-mensaje p{
		font-size: 1.5em;
	}
}


@media (max-width: 480px) {
	.seccion-mensaje p{
		font-size: 1.2em;
    	margin-top: -2em;
	}

	.seccion-mensaje .texto-btn{
		/*width:90px;*/
		/*text-align: left;*/
		font-size:0.8em;
		margin: .75em 0 0;
	}

}


.texto-boton {
	z-index: 5;
	color: #103668;
	font-family: 'Benton-book';
	font-size: 1.2em;
	margin-top: 25.6em;
	margin-left: 58.3%;
	position: absolute;
}





.btn-volver{
	position: absolute;
	z-index: 9;
	top: 18em;
	right: 25%;
}
@media (min-width: 480px){
	.btn-volver{
		top: 45%;
		right: 28%;
	}
}
@media (min-width: 768px){
	.btn-volver{
		top: 50%;
		right: 25%;
	}
}
@media (min-width: 1024px){
	.btn-volver{
		top: 60%;
		right: 22%;
	}
}
@media (min-width: 1224px){
	.btn-volver{
		top: 50%;
	}
}
@media (min-width: 1400px){
	.btn-volver{
		top: 70%;
	}
}



.table{
	display: table;
	width: auto;
}
.cell{
	display: table-cell;
}

@media(max-width: 480px){
	.cell{
		display: block;
		width: 100%;
	}
}

.middle{
	vertical-align: middle;
}



/*----------------------animacion------------------*/

.cuadrado-titulo,
.cuadrado-parrafo,.cuadrado-azul{
	position: relative;
	z-index: 1;
	display: inline-block;
}



.cuadrado-titulo::before { 
  content: "";
  background-color: #10CCD4;
  width: 110%;
  height: 60%;
  
  position: absolute;
  z-index: -1;
  top: 40%;
  left: -5%;
  display:inline-block;
}

.cuadrado-parrafo::before { 
    content: "";
    background-color: #10CCD4;
    width: 101%;
    height: 36%;
    position: absolute;
    z-index: -1;
    top: 56%;
    left: -1%;
    display:inline-block;
}


.cuadrado-azul::before { 
    content: "";
    background-color: #009FD7;
    width: 101%;
    height: 36%;
    position: absolute;
    z-index: -1;
    top: 56%;
    left: -1%;
    display:inline-block;
}






















/**************SECCION0***********/

#section0{
	background-color: #103667;
}

#section0 .border-right{
	border-right: 1px solid #fff;
}

#section0 h2{
	color: #719db6;	
}

#section0 h3{
	color: #fff;	
}

#section0 .grupo_opt{
	color: #fff !important;	
	margin-top: 5em;
}

#section0 .grupo_opt a{
	font-family: 'Benton-medium';
	font-size: 1em;
	color: #fff !important;
	padding-left: 3rem;
	padding-right: 3rem;
	display: inline-block;

	-webkit-transition: all 0.3s ease; 
	   -moz-transition: all 0.3s ease; 
	    -ms-transition: all 0.3s ease; 
	     -o-transition: all 0.3s ease; 
	        transition: all 0.3s ease; 
}
#section0 .grupo_opt a:hover{
	color: #51e0ef !important;
}

#section0 .grupo_opt .img-responsive{
	color: #fff;	
}

#section0 .grupo_opt .img-responsive{
	display: inline-block;
}

#tabla {
	display: table;
	height: 100%;
	width: 100%
}
#cell {
	display: table-cell;
	vertical-align: middle;
}


#section0 h2{
	font-family: 'Benton-light';
	color:#89C6E4;
	font-size: 3.5em;
}

#section0 h3{
	font-family: 'dk-uncle-edward';
	font-size: 5.7em;
	margin-top: -1rem;
}


.mb{
	margin-bottom: 1em;
}

@media(max-width: 991px){
	#section0 .grupo_opt{
	  margin-top: 1em;
	}
	#section0 .grupo_opt a{
		padding-left: 2rem;
		padding-right: 2rem;

		display: table;
		margin: 2rem auto;
	}
}

@media(max-width: 767px){
  #section0 h2{
    font-size: 2.5em;
  }
  #section0 h3{
    font-size: 4.7em;
  }

  #section0 .grupo_opt .img-responsive{
    height: 5rem;
  }
}








/***********INTERNA**********/
.indice {
    font-size: 0.8em;
    padding-top: 1em;
    color: #0075be;
}





.margin_y{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

@media (min-width: 768px){
	.margin_y{
		margin-top: 2em;
		margin-bottom: 2em;
	}
}
@media (min-width: 992px){
	/*.margin_y{
		margin-top: 2.5em;
		margin-bottom: 2.5em;
	}*/
}

.margin_t {
  margin-top: 2.5em;
}
.margin_b {
  margin-bottom: 2.5em;
}



.w_100{
	width: 100%;
}



.azul{
	color: #103668 !important;
}
.azul_claro{
	color: #0059a3 !important;
}
.azul_claro_2{
	color: #095AA2 !important;
}
.celeste{
	color: #009fd7 !important;
}
.celeste_claro{
	color: #89c6e4 !important;
}
.turquesa{
	color: #15d8d6 !important;
}
.turquesa_osuro{
	color: #00a4b7 !important;
}



/*#pag-interna #fullpage .section{
	text-align: initial;
}*/
#pag-interna{
	position: relative;
	margin-top: 75px;
}
/*agregado por eli*/
/*@media (max-width: 768px) {
	#pag-interna li {
		text-align: center;
	}
}*/
/*fn eli*/


/*.main_cuerpo{
	padding: 2.5em 0;
}*/



.capitulo{
	font-family: 'Benton-light';
	font-size: 1.35em;
	color: #4d4d4d;
	margin-bottom: .75em;
}
@media(min-width: 992px){
	.capitulo{
		font-size: 1.65em;
	}
}



.titulo{
	margin-bottom: 2em;
}

.titulo_h1{
	font-family: 'Benton-medium';
	font-size: 2.25em;
	color: #103668;
	margin: 0;
	padding-left: 15px;

	position: relative;
}
.titulo_h1:before{
	content: "";
	display: block;
	background-color: #10ccd4;
	width: 100%;
	height: .55em;

	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
}

/*@media(min-width: 768px){
	.titulo_h1{
		font-size: 2.45em;
	}
}*/

@media(min-width: 992px){
	.titulo{
		position: relative;
		margin-bottom: 3em;
	}
	.titulo:before,
	.titulo:after{
		content: "";
		display: block;
		width: 50%;
		height: 1.5em;

		position: absolute;
		z-index: -2;
		bottom: 0;
	}
	.titulo:before{
		background-color: #fff;
	}
	.titulo:after{
		background-color: #10ccd4;
		left: 50%;
	}
	.titulo_h1{
		font-size: 2.75em;
	}
}
@media(min-width: 1200px){
	.titulo:before,
	.titulo:after{
		height: 1.8em;
	}
	.titulo_h1{
		font-size: 3.25em;
	}
}


#pag-interna h2{
	color: #009fd7;
}
#pag-interna h3{
	color: #89c6e4;
}
#pag-interna h4{
	color: #0059a3;
}





.row_0{
	margin-right: 0;
	margin-left: 0;
}
.row_0 > div{
	padding-right: 0;
	padding-left: 0;
}





.lema{
	margin: 2em 0;
	
	position: relative;
}



.lema_azul{
	background-color: #103668;
}
.lema_azul .lema_caja{
	background-color: #103668;
	color: #10CCD4;
}

.lema_azul_claro{
	background-color: #0059a3;
}
.lema_azul_claro .lema_caja{
	background-color: #0059a3;
	color: #fff;
}

.lema_celeste{
	background-color: #009fd7;
}
.lema_celeste .lema_caja{
	background-color: #009fd7;
	color: #fff;	 
}

.lema_celeste_claro{
	background-color: #89c6e4;
}
.lema_celeste_claro .lema_caja{
	background-color: #89c6e4;
	color: #103668;
}

.lema_turquesa{
	background-color: #15d8d6;
}
.lema_turquesa .lema_caja{
	background-color: #15d8d6;
	color: #103668;
}



.lema_caja {
	background-color: #000;
	padding-top: 2em;
	padding-bottom: 2em;
	
    display: table;
}
.lema_txt {
	font-family: 'Benton-light';
	font-size: 1.2em;
	
  display: table-cell;
  vertical-align: middle;
}

@media(min-width: 768px){
	.lema_caja {
		min-height: 13em;
	}
	.lema_txt {
		font-size: 1.3em;
	}
}

@media(min-width: 992px){
	.lema_caja {
		min-height: 17em;
	}
	.lema_txt {
		font-size: 1.4em;
	}
}

@media(min-width: 1200px){
	.lema_txt {
		font-size: 1.5em;
	}
}



.lema_img{
	width: 100%;
	height: 12em;

	/*background-image: url(http://via.placeholder.com/800x450);*/
	background-color: #ddd;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

@media(min-width: 768px){
	.lema_img {
	    width: 50%;
	    height: 100%;

	    position: absolute;
	    left: 50%;
	}

	.lema_izq .lema_caja{
		left: 0;
		padding-right: 2em;
	}
	.lema_izq .lema_img{
		left: 50%;
	}

	.lema_der .lema_caja{
		left: 50%;
		padding-left: 2em;
	}
	.lema_der .lema_img{
		left: 0;
	}
}
/***********FIN INTERNA**********/









@media(max-width: 480px){
	.col-xxs-offset-0 {
	    margin-left: 0%;
	}
	.col-xxs-12{
		width: 100%;
	}
	.col-xxs-6{
		width: 50%;
	}
}




/***VISION****/

.figura_digitalizacion {
	text-align: center;	
	margin-top: 4rem;
	margin-bottom:4rem;
}

.figura_digitalizacion .titulo{
	background-color:#009ddf !important;
	padding: 1.5em ;
	margin-bottom: 0;
	color:#fff;
	text-align: center !important;
}

.figura_digitalizacion .row-del{
	margin-left: 0;
	margin-right: 0;
}
.figura_digitalizacion .titulo::before{
	content: url("../img/comillas-1.svg");
}

.figura_digitalizacion .titulo::after{
	content: url("../img/comillas-2.svg");
}



.figura_digitalizacion img,.figura_estrategia img{
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.figura_digitalizacion img{
    width:49px;
}

.figura_digitalizacion .contenido [class*="col-"] {
    padding: 1.2em 0;
    border: 1px solid #009ddf;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.figura_digitalizacion .titulo{
	background-color:#009ddf !important;
	padding: 1em 5em;
	margin-bottom: 0;
	color:#fff;
	text-align: center !important;
}

.figura_digitalizacion .titulo span{
	display: block;
}

.figura_digitalizacion .contenido div{	
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.figura_digitalizacion .contenido div.col-md-4{	
	width: 16.63333333%;
}


@media (max-width: 768px) {	
	.figura_digitalizacion .contenido div.col-md-4{	
		width: 33.33333333%;
	}
}

@media (max-width: 768px) {	
	.figura_digitalizacion .titulo{
    	padding: 1em 1em;
	}
}


.figura_digitalizacion .contenido div:hover{	
 	background-color: #cde9fb;
	color: white;
}

.figura_digitalizacion .contenido a:hover{	
 	background-color: #2098D1;
	color: white;
}

.figura_digitalizacion .contenido [class*="col-"]:hover img{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}
.figura_digitalizacion .glyphicon-ok{
	color:#005695;
}

.figura_digitalizacion h3{
	font-size: 0.8em !important;
	color: #005192 !important;
	font-weight: bolder;
	margin-top: 0.5em;
    margin-bottom: 1em;
    min-height: 3em; 
}

/*-----------------Avances en la transformación de BBVA Continental -----------------------------*/
.cuadros-ani{
	margin-right: 0;
	margin-left: 0;
}

.cuadro{
	background-color: #ccc;
	padding: 1em 1.3em;
	border: 1px solid #fff;
	color: #fff;
}
.cuadro div,
.cuadro img{
	display: inline-block;
}
.cuadro div{
	padding: 1px;
    font-size: 1.7em;
}
.cuadro img{
	height: 55px;
	font-weight: 600;
    position: absolute !important;
    top: 5px;	
    right: 5px;
}
.cuadro p{
	text-align: left !important;
    padding-right: 35px;
    min-height: 50px;
}




@media (max-width: 1199px) {	
	.cuadro p{
		min-height: 75px;
	}
}

@media (max-width: 767px) {	
	.cuadro p{
		min-height: 50px;
		padding-right: 0;
	}
}

@media (max-width: 479px) {	
	.cuadro p{
		min-height: 75px;
		padding-right: 0;
		font-size: 0.92em;
	}
}

/*animacion*/
.cuadro div,
.cuadro img,
.cuadro p{
	position: relative;
	z-index: 1;
}
.cuadro:before,
.cuadro:after{
	content: "";	
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	-webkit-transition: all 0.8s ease; 
       -moz-transition: all 0.8s ease; 
        -ms-transition: all 0.8s ease; 
         -o-transition: all 0.8s ease; 
            transition: all 0.8s ease;
}

/*.cuadro.uno:before{
	background-image: url("../img/prueba.jpg");
}*/
.cuadro.uno:after{
	background-color: #01529a;
}

.cuadro.dos{
	background-color: #007ec5
}
.cuadro.tres{
	background-color: #00a9e7
}
.cuadro.cuatro{
	background-color: #35baec
}
.cuadro.cinco{
	background-color: #87d2f4;
	color:#01529a;
}
.cuadro.seis{
	background-color: #bee7fa;
	color:#01529a;
}

/*.cuadro:hover:after{
	opacity: 0;
}*/

.cuadro img{
    -webkit-transition: all 0.8s ease; 
       -moz-transition: all 0.8s ease; 
        -ms-transition: all 0.8s ease; 
         -o-transition: all 0.8s ease; 
            transition: all 0.8s ease;
}
.cuadro:hover img{
	-webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
   	    -ms-transform: scale(1.3);
         -o-transform: scale(1.3);
    		transform: scale(1.3);
}
/*cuadros-ani FIN -----------------------------*/





.figura_encuesta .regla {
    background-image: url(../img/relacion-con-el-cliente/experiencia-del-cliente/04.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 35px;
}

.figura_encuesta .uno, 
.figura_encuesta .dos, 
.figura_encuesta .tres {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-size: 100%;

    display: inline-block;
    height: 90px;
}

.figura_encuesta .uno {
    background-image: url(../img/relacion-con-el-cliente/experiencia-del-cliente/01.svg);
    width: 62.6%;
}
.figura_encuesta .dos {
    background-image: url(../img/relacion-con-el-cliente/experiencia-del-cliente/02.svg);
    width: 18.6%;
    margin-left: -4px;
}
.figura_encuesta .tres {
    background-image: url(../img/relacion-con-el-cliente/experiencia-del-cliente/03.svg);
    width: 18.6%;
    margin-left: -4px;
}

.figura_encuesta .uno:hover{
	background-image: url(../img/relacion-con-el-cliente/experiencia-del-cliente/01h.svg); 
}
.figura_encuesta .dos:hover{
	background-image: url(../img/relacion-con-el-cliente/experiencia-del-cliente/02h.svg); 
}
.figura_encuesta .tres:hover{
	background-image: url(../img/relacion-con-el-cliente/experiencia-del-cliente/03h.svg); 
}

.figura_encuesta .uno:hover span,
.figura_encuesta .dos:hover span,
.figura_encuesta .tres:hover span{
	color: #fff;
    padding: 0.5em;
    font-size: 0.9em;
}
.figura_encuesta .uno:hover span{
    background-color: #019ee1;
}
.figura_encuesta .dos:hover span {
     background-color:#87bc24;
}
.figura_encuesta .tres:hover span{
     background-color:#c90066;
}

@media (max-width: 480px) {
	.figura_encuesta .regla {
	    display: none;
	}
	.figura_encuesta .uno{
		width: 100%;
	}
	.figura_encuesta .dos{
		width: 40%;
	}
	.figura_encuesta .tres{
		width: 40%;
	}
}

.texto_figura_encuesta{
	margin-top: 1em;
}

.texto_figura_encuesta span{
	font-weight: bolder;
	font-size: 1em;
}

.cifra span{
	color: #b7b7b7;
	font-family: 'Benton-bold';
	font-size: 1.4rem;
}






















.content_cantidades h2{
	color: #009fd7;
}
.content_cantidades .texto{
	font-size: 0.9em;
	font-weight: 600;
	color: #b7b7b7;
	text-align: left !important;
}




















/*****************bbva continetal*********************/

#mapa-tabs li {
    width: 25%;
}

.content_cantidad h2 {
   margin-top: 0em !important;
}



#mapa-tabs .nav-tabs>li a {
    background: #75CAF2;
    color: #1565A6;
    font-weight: bolder;
    text-align: center;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 2px 7px;
    border: 1px solid #68a9de;
}

#mapa-tabs .nav-tabs>li a:hover {
    background: #cde9fb;
}

.content_cantidad>div:first-child {
                padding-top: 0;
}

.content_cantidad>div {
    border-bottom: 1px dashed #009ddf;
    padding: 1em 0;
    padding-bottom: 1em;
}


/****************************************************************************/








/****************************************************************************/
/*CITAS*/
/*.cita{
	margin: 2em 0 7rem;
	position: relative;
}

@media(min-width: 768px){
	.cita .container{
		width: 92%;
	}
}

.cita_caja_txt,
.cita_caja_img{
	width: 55%;
	height: 100%;
	min-height: 33rem;
}
.cita_caja_txt{
	position: relative;
	z-index: 1;
    left: 0;

	background-color: #0071bc;
    padding: 4rem 4.75rem 4rem 10.75rem;

    display: table;
}
.cita_caja_txt_tabla_cel {
	display: table-cell;
	vertical-align: middle;

	font-family: 'Benton-light';
	font-size: 2.5rem;
	line-height: 3.5rem;
	color: #fff;
}

.cita_caja_txt:before{
	content: "";
	position: absolute;
	left: 3rem;
	bottom: -3.9rem; 

	width: 40rem;
	height: 100%;

	background-image: url(../img/camino_cita.svg);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

.cita_caja_img{
    position: absolute;
    z-index: 0;
    top: 3.9rem;
    right: 15px;

    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media(max-width: 1199px){
	.cita_caja_txt_tabla_cel{
		font-size: 2.25rem;
		line-height: 3.25rem;
	}
}
@media(max-width: 991px){
	.cita {
	    margin: 2rem 0 2rem;
	}
	.cita_caja_txt,
	.cita_caja_img{
		width: auto;
	}
	.cita_caja_txt{
		margin-right: 3rem;
	}
	.cita_caja_img{
		margin-left: 3rem;
		position: static;
	}
	.cita_caja_txt_tabla_cel{
		font-size: 2rem;
		line-height: 3rem;
	}
}
@media(max-width: 767px){
	.cita_caja_txt,
	.cita_caja_img{
		min-height: 28rem;
	}

	.cita_caja_txt {
	    padding: 3rem 3rem 3rem 9rem;
	}
	.cita_caja_txt:before{
		left: 3rem;
		bottom: -3rem;
		width: 31rem;
	}
}
@media(max-width: 480px){
	.cita_caja_txt,
	.cita_caja_img{
		min-height: 20rem;
	}

	.cita_caja_txt_tabla_cel{
		font-size: 1.5rem;
		line-height: 2.25rem;
	}

	.cita_caja_txt {
	    padding: 2rem 2rem 2rem 6rem;
	}
	.cita_caja_txt:before{
		left: 2rem;
		bottom: -2.2rem;
		width: 23rem;
	}
}*/
/****************************************************************************/










/* IMG-ZOOM */
.img-zoom {
  overflow: hidden;
  display: block;
  position: relative;
}
.img-zoom img {
  -webkit-transition: all .5s ease;
     -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
       -o-transition: all .5s ease;
          transition: all .5s ease;
}
.img-zoom:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
/* FIN IMG-ZOOM */








/*FOOTER IN THE END*/
html,
body{
	height: 100%;
}
#pag-interna{
	margin: 0 !important;
}
.main_cuerpo{
	min-height: calc(100% - 12em);
	margin-bottom: 4em;
}
@media(max-width: 767px){
	.main_cuerpo{
		/*padding: 8.5em 0 7em;*/
		/*margin: 0 auto -64px;*/
	}
}







.figura_avances .caja_izq{
	background-color: #efefef;
	padding: 1em;
	width: 37%;
}
.figura_avances .caja_der{
	padding: 1em 0 1em 1.5em;
    vertical-align: top;
}

.figura_propuesta_valor .caja_azul{
	background-color: #0059a3;
	padding:0.3em;
	color:#fff;
}
.figura_avances__comillas{
	margin: 3.25em 0;
}

.figura_avances li{
	margin-bottom: 0.2em;
}
.figura_avances .comillas::before{
   content: url('../img/estrategia-y-modelo-de-negocio/avances-en-la-transformacion-del-bbva-continental/comillas-izq.svg');
   padding-right:0.5em;
}
.figura_avances .comillas::after{
   content: url('../img/estrategia-y-modelo-de-negocio/avances-en-la-transformacion-del-bbva-continental/comillas-der.svg');
   padding-left:0.5em;
}

.figura_billetera .caja_izq{
	vertical-align: middle;
}
.figura_billetera .caja_der{
	padding-left: 2em;
    vertical-align: top;
}

.tablagen{
  display: table;
}
.tablagen_fila{
  display: table-row;
}
.tablagen_col{
  display: table-cell;
}

@media(max-width: 1199px){
	.figura_avances__comillas{
		margin: 2em 0;
	}
}
@media(max-width: 991px){
	.figura_avances__comillas{
		margin: 2em 0;
	}
}
@media(max-width: 480px){
	.tablagen_col{
  		display: block;
	}
	.figura_avances .caja_izq{
		padding: 1em;
		width: 100%;
	}
	.figura_avances .caja_der{
	    padding-left: 0;
	    padding-top: 1em;
	}
	.figura_billetera .caja_der{
    	padding-left: 0;
	}
	
}



.borderBottom-azul {
    border-bottom: 1px solid #103668;
    padding-bottom: 0.4em;
    /*display: inline-block;*/
    margin-bottom: 2rem;
    color: #103668;
}

#tabla_numeros .row{
	border-bottom: 1px solid #095aa2;
    padding: 5px 0;
}

#tabla_numeros .col-sm-5{
	text-align: right;
}

@media(max-width: 767px){
  #tabla_numeros .col-sm-5{
	text-align: left;
 }
}	

.numero{
	font-family: 'Calibri-Bold';
	font-size: 2em;
}


.font-Benton-medium{
	font-family: 'Benton-medium';
} 
















































/* #################################################################################################### */
/* HOME */
/* #################################################################################################### */

/* -------------------------------------------------- */
/* ALL */
/* -------------------------------------------------- */
/**:first-child{
	margin-top: 0;
}
*:last-child{
	margin-bottom: 0;
}*/
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* FULL PAGE */
/* -------------------------------------------------- */
#fullpage{
	/*overflow: hidden;*/
	/*height: 100%;*/
}
/*.fp-scrollable,
.fp-scroller{
	height: 100% !important;
}*/
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* OWL HOME */
/* -------------------------------------------------- */
#owl-home,
#owl-home .owl-stage-outer,
#owl-home .owl-stage,
#owl-home .owl-item{
	height: 100% !important;
	/*overflow: hidden;*/
	position: relative;
	z-index: 0;
}

/*#owl-home{
	left: 25em;
	right: 0;
}*/


.owl-nav {
    /*position: absolute;
    z-index: 999999999999999999999999999999;
    bottom: 2em;
    right: 3em;
    width: 5.5em;*/
    display: none;
}
.owl-prev,
.owl-next{
	font-size: 0;
	width: 39px;
	height: 39px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .5;

	position: fixed;
	z-index: 999999999999999999999999999999;
}
.owl-prev{
	background-image: url(../img/web/ico-flecha-izq.svg);
	/*float: left;*/
	bottom: 2.5rem;
	right: 8.5rem;
}
.owl-next{
	background-image: url(../img/web/ico-flecha-der.svg);
	/*float: right;*/
	bottom: 2.5rem;
	right: 3rem;
}

/* ESTADOS */
.owl-prev:hover,
.owl-next:hover{
	opacity: 1;
}

/* MEDIA QUERYS */
@media(min-width: 576px){
	
}
@media(min-width: 768px){
	.owl-nav {
	    display: block;
	}
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* HOME SECCION */
/* -------------------------------------------------- */
.home-sec{
	background-color: #ddd;
	width: 100%;
	height: 100%;

	position: relative;
	overflow: hidden;

	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.home-sec__caja-izq,
.home-sec__caja-der{
	position: relative;
}

/* MEDIA QUERYS */
@media(min-width: 576px){
	
}
@media(min-width: 768px){
	
}
@media(min-width: 992px){
	.home-sec{
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.home-sec__caja-izq{
		width: 65%;
	}
	.home-sec__caja-der{
		width: 35%;
	}
}
@media(min-width: 1200px){
	
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* CAJA TXT */
/* -------------------------------------------------- */
.caja-txt{
	background-color: #eee;
	color: #103667;
	padding: 18% 10% 10% 10%;
}
.caja-txt__h{
	font-family: 'Benton-light';
	font-size: 2.2em;
	line-height: 1.1;
	margin-top: 0;
}
.caja-txt__h:not(:first-child){
	margin-top: .25em;
}
.caja-txt__h:not(:last-child){
	margin-bottom: .25em;
}
.caja-txt__ul > li{
	font-family: 'Benton-bold';
	font-size: .85em;
}
.caja-txt__ul > li > a{
	font-family: 'Benton-bold';
	/*font-size: .85em;*/
	color: inherit;
	text-decoration: underline;
}
.caja-txt__ul > li > a:hover{
	color: #009fd8;
}

/* MEDIA QUERYS */
@media(min-width: 576px){
	.caja-txt{
		padding: 18% 12% 12% 12%;
	}
	.caja-txt__h {
	    font-size: 3.2em;
	}
	.caja-txt__ul > li > a {
	    font-size: 1.15em;
	}
}
@media(min-width: 768px){
	
}
@media(min-width: 992px){
	.caja-txt__h {
	    font-size: 3.35em;
	}
	.caja-txt__ul > li > a {
	    font-size: 1.25em;
	}
}
@media(min-width: 1200px){
	.caja-txt__h {
	    font-size: 3.5em;
	}
	.caja-txt__ul > li > a {
	    font-size: 1.35em;
	}
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* CAJA IMG */
/* -------------------------------------------------- */
.caja-img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	/*width: 100%;
	height: 100%;*/
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* HOME SEC 1 */
/* -------------------------------------------------- */
.home-sec--1 .home-sec__caja-izq{
	pointer-events: none;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.home-sec--1 .home-sec__caja-der{
	height: 100%;
	/*width: auto;*/
    -ms-flex-positive: 1!important;
    	flex-grow: 1!important;
}

.home-sec--1 .caja-txt {
	background-color: #103667;
	padding: 1.5em 3em 4em 2em;

	position: absolute;
	z-index: 2;
	left: 2em;
	/*right: 4em;*/
	/*bottom: 10%;*/
	top: 16.5em;
	display: none;
}
.caja-txt__logo{
	width: 9em;
	height: 0.883em;
}
.home-sec--1 .caja-txt__h{
	font-size: 1.8em;
	color: #89c6e4;
}
.home-sec--1 .caja-txt__h span{
	font-family: 'Benton-bold';
	font-size: 1.2em;
	color: #fff;
	display: block;
	margin-top: .25em;
}

.home-sec--1 .home-sec__fig {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
	width: 19em;
}

@media(min-width: 576px){
	.caja-txt__logo{
		width: 11em;
		height: 1.08em;
	}
	.home-sec--1 .caja-txt {
		padding: 2.5em 4em 6em 3em;
		top: 18.5em;
		left: 2em;
	}
	.home-sec--1 .caja-txt__h{
		font-size: 2.5em;
	}
	.home-sec--1 .home-sec__fig {
	    width: 25em;
	}
}
@media (min-width: 768px){
	.caja-txt__logo{
		width: 17em;
		height: 1.668em;
	}
	.home-sec--1 .caja-txt {
		padding: 3em 3em 8em 3em;
		top: 20em;
		left: 3.2em;
	}
	.home-sec--1 .caja-txt__h{
		font-size: 3.5em;
	}
	.home-sec--1 .home-sec__fig {
	    width: 31em;
	}
}
@media(min-width: 992px){
	.home-sec--1 .home-sec__caja-izq{
		position: static;
		background-color: #00194a;
		width: 25em;
	}
	.home-sec--1 .home-sec__caja-der{
		position: relative;
		z-index: 0;
		/*left: 25em;
		right: 0;*/
		/*width: auto;*/
	}

	.home-sec--1 .caja-txt {
		padding: 3em 4.816em 8em 3em;
	    /*z-index: 1;*/
	    top: 4em;
	    bottom: 4em;
	    left: 8.5em;
	}
	.caja-txt__logo{
		width: 10.5em;
		height: 1.031em;
	}
	.home-sec--1 .caja-txt__h{
		font-size: 2.75em;
	}
	.home-sec--1 .home-sec__fig {
	    height: 29.6em;
	}
	#pag-home .home-sec--1 .home-sec__fig {
	    height: auto;
	    width: 32em;
	}
	#pag-home .home-sec--1 .caja-txt{
		display: none;
	}
}
@media(min-width: 1200px){
	.caja-txt__logo{
		width: 11.5em;
		height: 1.129em;
	}
	.home-sec--1 .caja-txt {
		padding: 3em 4.46em 8em 3em;
	    left: 8.85em;
	}
	.home-sec--1 .caja-txt__h{
		font-size: 3em;
	}
	.home-sec--1 .home-sec__fig {
	    height: 30.9em;
	}
	#pag-home .home-sec--1 .home-sec__fig {
	    height: auto;
	    width: 33em;
	}
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* HOME SEC 2 */
/* -------------------------------------------------- */
.home-sec--2{
	position: relative;
	overflow: hidden;
}
.home-sec--2 .home-sec__caja-izq{
	background-color: #00194a;
	height: 100%;
}
.home-sec--2 .home-sec__caja-der{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.home-sec--2 .caja-img{
	margin-top: 12em;	
}
.home-sec--2 .caja-txt {
    background-color: #fff;
    margin-top: 4em;
    padding: 1.25em 1.5em;
    display: table;
    margin-left: auto;
}

.home-sec--2 .home-sec__fig {
	position: absolute;
	z-index: 2;
	top: auto;
	left: auto;
	right: 0;
	bottom: -7em;
	height: auto;
	width: 13em;
}

/* MEDIA QUERYS */
@media(min-width: 576px){
	.home-sec--2 .caja-img {
	    margin-top: 10em;
	}
	.home-sec--2 .caja-txt {
	    padding: 2.3em;
	}
	.home-sec--2 .home-sec__fig {
	    bottom: -8em;
	    width: 16em;
	}
}
@media(min-width: 768px){
	.home-sec--2 .home-sec__fig {
	    bottom: -9em;
	    width: 17em;
	}
}
@media(min-width: 992px){
	.home-sec--2 .home-sec__caja-der{
		background-color: #009fd8;
		position: relative;
	}

	.home-sec--2 .caja-img{
		margin-top: 4em;	
	}
	.home-sec--2 .caja-txt{
		height: 75vh;
		margin-top: 0;
		margin-left: -30%;
		padding: 18% 10% 12% 16%;
		display: block;
	}
	.home-sec--2 .home-sec__fig {
		top: 20em;
		left: -17em;
	    width: 28em;
	}
}
@media(min-width: 1200px){
	.home-sec--2 .caja-txt{
		padding: 18% 12% 12% 18%;
	}
	.home-sec--2 .home-sec__fig {
		top: 23em;
		left: -19em;
	    width: 30em;
	}
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* HOME SEC 3 */
/* -------------------------------------------------- */
.home-sec--3 .home-sec__caja-izq{
	background-color: #009fd8;
}
.home-sec--3 .home-sec__caja-der{
	background-color: #89c6e4;
	height: 100%;
}

.home-sec--3 .caja-txt{
	background-color: #89c6e4;
	margin-right: 10%;
}
.home-sec--3 .caja-img{
	margin-left: 10%;
}

/* MEDIA QUERYS */
@media(min-width: 576px){
	.home-sec--3 .caja-txt__h {
	    margin-bottom: .5em;
	}
}
@media(min-width: 768px){
	
}
@media(min-width: 992px){
	.home-sec--3 .home-sec__caja-izq{
		background-color: #89c6e4;
	}
	.home-sec--3 .home-sec__caja-der{
		background-color: #009fd8;
	}

	.home-sec--3 .caja-txt{
		margin-right: 0;
	}
	.home-sec--3 .caja-img{
		margin-top: 4em;
		margin-left: -30%;
	}
}
@media(min-width: 1200px){
	
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* FOOTER */
/* -------------------------------------------------- */
footer{
	/*background-color: #e6f2fc;*/
	position: relative;
	padding-top: 2em;
	padding-bottom: 2em;
}
.logo-bbva-footer{
	height: 20px;
	display: block;
	margin: 0 auto;
}

/* MEDIA QUERYS */
@media(min-width: 768px){
	footer{
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.logo-bbva-footer{
		height: 35px;
	}
}
/* -------------------------------------------------- */





/* -------------------------------------------------- */
/* MENU TOOGLE Y DOTS FULL PAGE */
/* -------------------------------------------------- */
/*@media(min-width: 768px){
	#pag-home.fp-viewing-2page nav#nav-pri #toggle {
	    color: #c9c9c9;
	}

	#pag-home.fp-viewing-2page nav#nav-pri #toggle .hamburguer {
	    background: #c9c9c9;
	}

	#pag-home.fp-viewing-2page nav#nav-pri #toggle .hamburguer:after,
	#pag-home.fp-viewing-2page nav#nav-pri #toggle .hamburguer:before {
	    background: #c9c9c9 !important;
	}

	#pag-home.fp-viewing-2page #fp-nav ul li a span,
	#pag-home.fp-viewing-2page .fp-slidesNav ul li a span{
		background: #c9c9c9;
	}
}*/
/* -------------------------------------------------- */

/* #################################################################################################### */










/* #################################################################################################### */
/* PAGINA INTERNA */
/* #################################################################################################### */
#pag-interna footer {
    background-color: #e6f2fc;
    /*margin-top: 2.75em;*/
}





#load_volver {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6.25em;
}
.volver{
	/*font-family: 'Calibri-Bold';*/
	font-family: 'Benton-bold';
	color: #00194a;
	display: table;
	margin-left: auto;
}

/* MEDIA QUERYS */
@media (min-width: 768px){
	#load_volver {
	    bottom: -3em;
	}
}





.img-parrafo{
	width: calc(100vw - 32px);
	margin: 1em 0 1.25em;
	position: relative;
}
.img-parrafo:before,
.img-parrafo:after{
	content: "";
	position: absolute;
	right: 0;
	height: 0.85em;
}
.img-parrafo:before{
	background-color: #009fd8;
	top: -0.85em;
	width: 25%;
}
.img-parrafo:after{
	background-color: #103667;
	bottom: -0.85em;
	width: 55%;
}

.img-parrafo__camino{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 0.85em;
	overflow: hidden;

	background-color: #0059a3;
	/*background-image: url(../img/web/camino-img.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;*/
}
.img-parrafo__camino:before,
.img-parrafo__camino:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
}
.img-parrafo__camino:before{
	top: 0;
	background-color: #48bab7;
	height: 0.85em;
}
.img-parrafo__camino:after{
	top: 0.85em;
	background-color: #103667;
	height: 45%;
}

.img-parrafo__img{
	width: 100%;
	height: auto;
}

/* MEDIA QUERYS */
@media (min-width: 575px){
	.img-parrafo{
		margin: 1.5em 0 1.75em;
	}
	.img-parrafo:before,
	.img-parrafo:after{
		content: "";
		height: 1.35em;
	}
	.img-parrafo:before{
		top: -1.35em;
	}
	.img-parrafo:after{
		bottom: -1.35em;
	}
	.img-parrafo__camino{
		width: 1.35em;
	}
	.img-parrafo__camino:before{
		height: 1.35em;
	}
	.img-parrafo__camino:after{
		top: 1.35em;
	}
}
@media (min-width: 768px){
	.img-parrafo{
		width: calc(((100vw - 720px) / 2) + 711px);
		margin: 1.75em 0 2em;
	}
	.img-parrafo:before,
	.img-parrafo:after{
		content: "";
		height: 1.5em;
	}
	.img-parrafo:before{
		top: -1.5em;
	}
	.img-parrafo:after{
		bottom: -1.5em;
	}
	.img-parrafo__camino{
		width: 1.5em;
	}
	.img-parrafo__camino:before{
		height: 1.5em;
	}
	.img-parrafo__camino:after{
		top: 1.5em;
	}
}
@media (min-width: 992px){
	.img-parrafo{
		width: calc(((100vw - 940px) / 2) + 931px);
		margin: 2em 0 2.25em;
	}

	.img-parrafo:before,
	.img-parrafo:after{
		content: "";
		height: 1.75em;
	}
	.img-parrafo:before{
		top: -1.75em;
	}
	.img-parrafo:after{
		bottom: -1.75em;
	}
	.img-parrafo__camino{
		width: 1.75em;
	}
	.img-parrafo__camino:before{
		height: 1.75em;
	}
	.img-parrafo__camino:after{
		top: 1.75em;
	}
}
@media (min-width: 1200px){
	.img-parrafo{
		width: calc(((100vw - 1140px) / 2) + 1131px);
		margin: 2.25em 0 2.5em;
	}
	.img-parrafo:before,
	.img-parrafo:after{
		content: "";
		height: 2em;
	}
	.img-parrafo:before{
		top: -2em;
	}
	.img-parrafo:after{
		bottom: -2em;
	}
	.img-parrafo__camino{
		width: 2em;
	}
	.img-parrafo__camino:before{
		height: 2em;
	}
	.img-parrafo__camino:after{
		top: 2em;
	}
}





#section-1-interna{
	height: 315px;
	font-size: .85em;
	margin-bottom: 7em;

	position: relative;
}
#section-1-interna .home-sec {
    -ms-flex-direction: row;
    flex-direction: row;

    overflow: visible;
}
#section-1-interna .home-sec__caja-izq {
	background-color: #00194a;
	position: static;
}
#section-1-interna .home-sec__caja-der {
	position: relative;
	width: auto;
	height: 15em;
	-ms-flex-positive: 1!important;
	    flex-grow: 1!important;
}

#section-1-interna .caja-txt{
	padding: 1.5em 2em 4em 2em;
	min-height: 15em;
	top: auto;
	bottom: -3.75em;
	left: 1.9em;
	right: 0;
	display: block;
}
#section-1-interna .caja-txt__logo{
	width: 14em;
	height: 1.375em;
}
#section-1-interna .caja-txt__h{
	font-size: 2.5em;
	margin: .5em 0;
}
#section-1-interna .home-sec__fig {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 22em;
    height: auto !important;
}

/* MEDIA QUERYS */
@media (min-width: 768px){
	#section-1-interna{
		margin-bottom: 7em;
		height: 275px;
	}
	#section-1-interna .home-sec__caja-izq {
		width: 25em;
	}
	#section-1-interna .home-sec__caja-der {
		height: 100%;
	}
	#section-1-interna .home-sec__caja-der .caja-img{
		background-position: 60% 50%;
	}
	#section-1-interna .caja-txt{
		padding: 3em 3em 3em 3em;
		top: 4.5em;
		bottom: -4.25em;
		left: 10em;
		right: auto;
	}
	#section-1-interna .home-sec__fig{
	    width: 21.5em;
	}
}
@media (min-width: 992px){
	#section-1-interna{
		height: 325px;
	}
	#section-1-interna .caja-txt{
		padding: 4em 4em 3em 3em;
	}
	#section-1-interna .caja-txt__logo{
		width: 15.5em;
		height: 1.521em;
	}
	#section-1-interna .caja-txt__h{
		font-size: 2.75em;
	}
	#section-1-interna .home-sec__fig{
	    width: 25.5em;
	}
}
@media (min-width: 1200px){
	#section-1-interna{
		height: 375px;
	}
	#section-1-interna .caja-txt{
		padding: 5em 5em 3em 3em;
	}
	#section-1-interna .caja-txt__logo{
		width: 17em;
		height: 1.675em;
	}
	#section-1-interna .caja-txt__h{
		font-size: 3em;
	}
	#section-1-interna .home-sec__fig{
	    width: 29.5em;
	}
}



.ibr-subcapitulo{
	font-family: 'Benton-light';
	font-size: 1.5em;
	line-height: 1;
	color: #89c6e4;
	margin-bottom: .25em;
}
.ibr-titulo{
	font-family: 'Benton-bold';
	font-size: 2em;
	line-height: 1;
	color: #103668;
	margin: 0;
}
.hr-ibr-titulo{
	border-top: 1px solid #89c6e4;
	margin: 2em 0;
	width: calc(100vw - 32px);
}

/* MEDIA QUERYS */
@media (min-width: 768px){
	.ibr-subcapitulo{
		font-size: 1.75em;
	}
	.ibr-titulo{
		font-size: 2.5em;
	}
	.hr-ibr-titulo{
		width: calc(((100vw - 720px) / 2) + 711px);
	}
}
@media (min-width: 992px){
	.ibr-subcapitulo{
		font-size: 2em;
	}
	.ibr-titulo{
		font-size: 3em;
	}
	.hr-ibr-titulo{
		width: calc(((100vw - 940px) / 2) + 931px);
	}
}
@media (min-width: 1200px){
	.ibr-subcapitulo{
		font-size: 2.5em;
	}
	.ibr-titulo{
		font-size: 3.5em;
	}
	.hr-ibr-titulo{
		width: calc(((100vw - 1140px) / 2) + 1131px);
	}
}
/* #################################################################################################### */










.ul-nuevo{
	font-family: 'Benton-medium';
	color: #103668;
	list-style: none;
	margin-top: 1em;
	padding-left: 0;
}
.ul-nuevo a{
	font-family: 'Benton-medium';
	color: #103668;
	text-decoration: underline;
}
.ul-nuevo a:hover{
	color: #009fd7;
}
