html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	color: #57585a
}

body {
	line-height: 1;
	color: #57585a;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}


.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}


.clearfix:after {
	clear: both;
}
@font-face {
	font-family: 'AvenirNextDemiBold';
	src: url('/fonts/avenir/avenirnext_2.eot');
	src: url('/fonts/avenir/avenirnext_2.eot') format('embedded-opentype'),
	url('/fonts/avenir/avenirnext_2.woff') format('woff'),
	url('/fonts/avenir/avenirnext_2.ttf') format('truetype'),
	url('/fonts/avenir/avenirnext_2.svg#AvenirNextDemiBold') format('svg');
}

@font-face {
	font-family: 'AvenirNextMedium';
	src: url('/fonts/avenir/avenirnext_5.eot');
	src: url('/fonts/avenir/avenirnext_5.eot') format('embedded-opentype'),
	url('/fonts/avenir/avenirnext_5.woff') format('woff'),
	url('/fonts/avenir/avenirnext_5.ttf') format('truetype'),
	url('/fonts/avenir/avenirnext_5.svg#AvenirNextMedium') format('svg');
}

@font-face {
	font-family: 'AvenirNextRegular';
	src: url('/fonts/avenir/avenirnext_7.eot');
	src: url('/fonts/avenir/avenirnext_7.eot') format('embedded-opentype'),
	url('/fonts/avenir/avenirnext_7.woff') format('woff'),
	url('/fonts/avenir/avenirnext_7.ttf') format('truetype'),
	url('/fonts/avenir/avenirnext_7.svg#AvenirNextRegular') format('svg');
}

@font-face {
	font-family: 'lora-bold';
	src: url('/fonts/lora/loraBold.eot');
	src: url('/fonts/lora/loraBold.eot?#iefix') format('embedded-opentype'),
	url('/fonts/lora/loraBold.woff') format('woff'),
	url('/fonts/lora/loraBold.ttf') format('truetype'),
	url('/fonts/lora/loraBold.svg') format('svg');
}


/*HEADER*/

.menu-navegacion{
	background: none;
	border: none;
	margin-bottom: 0;
}
.menu-opciones li{
	text-align: center;
}
.menu-opciones a{
	text-transform: uppercase;
	font-family: arial;
	font-size: 14px;
	color: #58595b !important;
	padding-bottom: 0px !important;
	line-height: 28px !important;
}
.menu-opciones a:hover{
	color: #4dc1bc !important;
}
.menu-opciones li:hover ul{
	display: block;
}
.menu-opciones a span{
	font-size: 20px;
}
.menu-opciones ul{
	display: none;
	box-shadow: 10px 0px 10px -7px #cdcdcd, -10px 0px 10px -8px #cdcdcd;
	padding: 0px 10px 10px;;
	position: absolute;
	left: -20px;
}
.menu-opciones ul a{
	color: #808285 !important;
	text-align: center;
	line-height: 23px !important;
}
.menu-opciones ul a:hover{
	text-decoration: none;
	border-bottom: 2px solid #808285;
}
.logo-nav{
	height: auto;
}
.menu-opciones{
	padding: 40px 0px;
}
.navbar-brand {
	padding: 25px 15px 15px;
}


/*HOME*/
.sliders{
	position: relative;
}

.slider{
	height: 600px;
}
.main-image-wrapper{
	background-size: cover; 
	background-position: center;
	padding: 20px 20px 20px 20px;
	overflow-y: auto; 
	width: 100%;
	height: 600px;
}

.slider-2{
	width: 55%;
	bottom: 350px;
	position: relative;
}

.slider-2 div{
	position: absolute;
}

.texto-slider{
	width: 100%;
	height: 145px;
	background-repeat: no-repeat;
	overflow-y: auto;
	background-size: contain;
}

.slider div{
	position: absolute;
}

#home1{
	background-image: url(/img/HOME_1.jpg);
}
#home2{
	background-image: url(/img/HOME_2.jpg);
}
#home3{
	background-image: url(/img/HOME_3.jpg);
}
#home4{
	background-image: url(/img/HOME_4.jpg);
}

#texto1{
	background-image: url(/img/texto-carrousel-1.png);
}
#texto2{
	background-image: url(/img/texto-carrousel-2.png);
}
#texto3{
	background-image: url(/img/texto-carrousel-3.png);
}
#texto4{
	background-image: url(/img/texto-carrousel-4.png);
}

/*FOOTER*/
#footer{
	background-color: #0caca4;
	padding: 15px 0px;
}
#footer a{
	color: white;
	font-family: arial;
	text-transform: uppercase;
	font-size: 12px;
}
#footer span{
	margin-left: 15px;
	margin-right: 15px;
	border-left: 2px dotted #fff;
}


/*Ventaja-Competitiva*/

.ventajas-fondo{
	width: 100%;
	background-image: url(/img/nubes.jpg);
	background-size: cover;
	background-position: center;

}

#rectangulo-wrap{
	position: absolute;
	width: 80px;
	margin-top: 50px;
}

.rectangulo-verde{
	width: 80px;
	height: 163px;
	margin-bottom: 30px;
}

#r1{
	background-color: #4cc0bb;
}

#r2{
	background-color: #0baba3;
}

#r3{
	background-color: #046c64;
}

.chico{
	background-image: url(/img/chico.png);
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}
.main-container{
	padding: 50px 0px;
}

.main-wrapper{
	height: 100%;
}

.contenido{
	height: 100%;
}


h1{
	display: inline-block;
	font-family: 'lora-bold';
	font-size: 24pt;
	line-height: 28pt;
	text-transform: uppercase;
	color: #046c64;
	border-bottom: 5px solid #4cc0bb;
	padding-bottom: 10px;

	margin-bottom: 35px;
}

.green-box{
	width: 100%;
	padding: 15px;
	background-color: #4cc0bb;
	font-family: 'AvenirNextRegular';
	color: #fff;
	text-align: left;
	font-size: 13pt;
	line-height: 18pt;
	-webkit-box-shadow: 0 8px 14px -7px #000;
	-moz-box-shadow: 0 8px 14px -7px #000;
	box-shadow: 0 8px 14px -7px #000;
}

strong{
	font-weight: 100;
}

.lista-p{
	margin-bottom:30px;
	margin-top:35px;
	font-family: 'AvenirNextRegular';
}

.lista{
	width: 100%;
	margin-top: 25px;
	font-family: 'AvenirNextRegular';
	text-align: justify;
	font-size: 16px;
}

.lista ul{
	list-style: square url(/img/square.gif);
	padding-left: 20px;
}

.lista ul li{
	margin-bottom: 50px;
}

.list-title{
	margin-bottom: 5px;
	font-family: 'AvenirNextDemiBold';
}

.strong-avenir{
	font-family: 'AvenirNextDemiBold';
}
/*END*/

/*Consultorias*/
.consultoria-fondo{
	background-image: url(/img/NUBESCONPASTO.jpg);
	background-size: cover;
	background-position: bottom;
}
.texto-base{
	font-family: 'AvenirNextRegular';
	text-align: justify;
	font-size: 16px;
	line-height: 20px;
}
.texto-base-blanco{
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}
.boton-opcion{
	background: #fff;
	padding: 15px 15px 15px 28px;
	z-index: 1;
	border: 2px solid #bcbec0;
	border-top: none;
}
.boton-verde{
	background: #4dc1bc;
	padding: 15px;
	color: #fff;
	font-family: 'AvenirNextMedium';
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	min-height: 58px;
	cursor: pointer;
	-webkit-box-shadow: 0 7px 11px -6px #000;
	-moz-box-shadow: 0 7px 11px -6px #000;
	box-shadow: 0 7px 11px -6px #000;
	z-index: 2;
}

.toggle-content-data{
	display: none;
}

.base-lista{
	padding: 5px 0;
	list-style: disc;
	color: #4dc1bc;
}
.texto-base-lista{
	font-family: 'AvenirNextRegular';
	color: #7f8083;
	padding: 3px 0px;
	font-size: 11pt;
}
.texto-base-verde{
	color: #4dc1bc;
	font-family: arial;
}
.margin-bottom-standar{
	margin-bottom: 15px;
}
.container-gris{
	background: #e0e0e0;
	padding: 25px 35px;
}

.ultimo-texto{
	margin-bottom: 35px!important;
}

.container-verde{
	background: #4dc1bc;
	padding: 15px;
}
.container-gris a{
	padding: 0 !important;
}
a.active{
	background-color: #e0e0e0 !important;
}

#myTab{
	text-transform: uppercase;
	color: #57585a;
	background: #d1d3d4;
}
#myTab a {
	padding: 0px;
	display: inline-block;
}
#myTab .lista-gris{
	vertical-align: top;
	padding: 5px 0;
}
.nav-tabs li{
	width: 21%;
	min-height: 73px;
	text-align: center;
	padding: 20px 10px 10px;
	background: #d1d3d4;
	box-shadow: inset -4px 1px 7px -5px;
}

.nav>li>a:hover, .nav-tabs>li.active>a:hover {
	background: none;
	border-color: rgba(0,0,0,0);
}

.nav-tabs li:hover{
	background-color: #e0e0e0 !important;
}
.nav-tabs>li.active>a {
	background: none;
}

.nav-tabs li a{
	background: #d1d3d4;
	text-align: center;
	margin: 0 !important;
	background: none;
	font-family: 'AvenirNextMedium';
	color: #57585a;
	font-size: 15px;
}
.lista-square{
	list-style: square;
	padding: 0 16px;
	text-align: center;
}
.lista-square li{
	display: inline-block;
	margin-right: 40px;
	padding: 10px 10px;
}
.lista-square li:before {
	content:'\ffed';
	margin-right:0.5em;
}

.active {
	background-color: #e0e0e0 !important;
}

.caja-lista-outsourcing{
	width: 47.8% !important;
	padding: 15px 30px;
	min-height: 204px;
}
.caja-lista-outsourcing + .caja-lista-outsourcing {
	margin-left: 4%;
}
.container-verde .base-lista li{
	color: #fff;
	padding: 8px 0;
}

.nav-tabs>li.active>a{
	border-bottom: 2px solid #7f8083;
}

/*END*/

/*Intermediación*/

.lista-seguros{
	list-style: square url(/img/square-gray.png)
}

.lista-seguros li{
	float: left;
	margin-right: 65px;
	font-family: 'AvenirNextDemiBold';
	width: 156px;
	font-size: 13pt;
	line-height: 18pt;
	color: #7f8083

}

.lista-seguros li:first-child{
	margin-left:30px;
}

.lista-seguros li:last-child{
	margin-right: 0px;
	width: 60px;
}

.line-bg{
	height: 8px;
	background-color: #4cc0bb;
	margin-top: 8px;
	/*box-shadow: 0px 10px 13px #e1e1e1;*/
}

#diagrama-intermediacion{
	width: 100%;
	height: 300px;
	background-image: url(/img/diagrama-intermediacion.png);
	background-size: contain;
	margin-bottom: 50px;
}

.menu-navegacion-intermediacion{
	background-color: #e1e2e3;
	padding: 17px 0px 15px 0px;
	border-radius: 18px;
	margin-top: 50px;
	font-family: 'AvenirNextDemiBold';
}

.menu-navegacion-intermediacion li a{
	text-transform: uppercase;
	font-size: 13pt;
	line-height: 18pt;
	text-align: center;
	display: block;
	color: #57585a;
}

.menu-navegacion-intermediacion li{
	float: left;
	width: 19.8%;
	height: 109px;
	position: relative;
}
.boton-texto{
	height: 25%;
	margin-top: 15px;
}

.boton-circular{

	display: block;
	height: 36px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.boton-circular-divider{
	background-image: url(/img/line-gray.png);
	width: 2px!important;
	height: 94px!important;
}

.img-boton{
	text-align: center;
}

a:hover{
	text-decoration: none;
}

/*END*/

/*Secciones Intermediacion*/

.fondo-gris{
	background-color: #f1f2f2;
}

.subtitulo-gris{
	color: #57585a;
	text-transform: uppercase;
	font-family: 'AvenirNextDemiBold';
	font-size: 18pt;
	line-height: 20pt;
	margin-bottom: 40px;
}

.subtitulo-verde{
	color: #0baba3;
	text-transform: uppercase;
	font-family: 'AvenirNextDemiBold';
	font-size: 18pt;
	line-height: 20pt;
	margin-bottom: 20px;
}

.seccion-wrapper{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 80px;
}

.seccion-gris{
	padding: 25px;
	margin-bottom: 15px;
	font-family: 'AvenirNextRegular'
}

.gris{
	color: #57585a;
}

.parrafo-normal{
	font-size: 14pt;
	line-height: 18pt;
	font-family: 'AvenirNextRegular';
}

.seccion-gris-medio{
	background-color: #e1e2e3;
}

.seccion-icon{
	vertical-align: middle;
	margin-right: 10px;
}
.titulo-seccion-tema{
	color: #57585a;
	text-transform: uppercase;
	font-family: 'AvenirNextDemiBold';
	font-size: 16pt;
	display: inline;
	vertical-align: middle;

}

.seccion-gris-oscuro{
	background-color: #858383;
}

.seccion-lista{
	float: left;
	font-family: 'AvenirNextRegular';
	font-size: 14pt;
	line-height: 30pt;
	/*list-style: circle url(/img/circle.png);*/
	color: #57585a;
	width: 100%;
}

.seccion-lista li{
	width: 50%;
	float: left;
}

.seccion-lista li p {
	margin-left: 70px;
}

.seccion-lista-blanco{
	color: #fff;
}

.blanco{
	color: #fff;
}

.bold{
	font-family: 'AvenirNextDemiBold';
}

.medium{
	font-family: 'AvenirNextMedium';
}

.columna-pequena{
	width: 31%;
	float: left;
}

.columna-media{
	width: 49.2%;
}

.columna-grande{
	width: 67.5%;
	float: right;
}

.lista-round:before{
	content: url(/img/circle.png);
	margin-right: 0.5em;
}

.lista-line:before{
	content: url(/img/line.png);
	margin-right: 0.5em;
}

.lista-interna{
	margin-left: 8px;
	line-height: 20pt;
}

.lista-interna li{
	margin-bottom: 15px;
}

.col-wrapper{
	width: 100%;
}

.lista-full{
	width: 100%!important;
}

.seccion-divider{
	width: 100%;
	height: 10px;
	background-color: #4cc0bb;
}

.seccion-fotografia{
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position-y: center;
}

#fotografia-familia{
	background-image: url(/img/Familia.jpg);
}

#fotografia-paraguas{
	background-image: url(/img/PARAGUAS.jpg);
}

#fotografia-casa{
	background-image: url(/img/CASA.jpg);
}

#fotografia-coche{
	background-image: url(/img/COCHE.jpg); 
}
/*END*/


/*Educación financiera*/

.pleca-subtitulo{
	border-bottom: 2px solid #969696;
	margin-bottom: 15px;
}
.educacion-img{
	height: 258px;
	width: 100%;
	display: block;
	position: relative;
}
.educacion-img img{
	width: 100%
}
.boton-leer-mas {
	min-height: 42px;
	width: 50%;
	position: absolute;
	top: 40%;
	left: 25%;
	display: none;
}
.sub-tamano{
	min-height: 60px;
	margin: 15px 0px;
}
.educacion-img:hover img{
	opacity: .5;
}
.educacion-img:hover .boton-leer-mas{
	display: block;
}
.uppercase{
	text-transform: uppercase;
	font-family: 'AvenirNextMedium';
}
.otras-publicaciones{
	margin-bottom: 15px; 
}
.otras-publicaciones p{
	padding-top: 15px; 
}




/*Estilos NOTICIAS*/
.news-wrapper{
	padding-right: 25px;
	padding-left: 25px;
}
.imagen-columna{
	width: 100%;
}

.columna-basica{
	padding: 0px;
}

.serif-gris{
	font-family: 'lora-bold';
	color: #7f8083;
	font-size: 11pt;
	margin-top: 10px;
}

.serif-gris a{
	text-decoration: none;
	color: #7f8083;
}

.divider-columna{
	background-color: #959595;
	height: 1px;
}

.divider-columna-2{
	background-color: #959595;
	height: 2px;
	margin-bottom: 20px;
	margin-top: 0px;
}

.noticia-texto{
	max-height: 200px;
	width: 105%;
	overflow: auto;
	font-family: 'AvenirNextRegular';
	text-align: justify;
	font-size: 16px;
	line-height: 20px;
}

.noticia-texto-inner{
	width: 95%;
	background-color: #fff;
	padding: 15px;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: -5px;
	background:transparent;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-next {
	right: 45%;
	background: url(/img/arrow-prev-hover.png) no-repeat;
}

.bx-wrapper .bx-next:hover {
	right: 45%;
	background: url(/img/arrow-next.png) no-repeat;
}

.bx-wrapper .bx-prev {
	left: 45%;
	background: url(/img/arrow-next-hover.png) no-repeat;
}

.bx-wrapper .bx-prev:hover {
	left: 45%;
	background: url(/img/arrow-prev.png) no-repeat;
}

.bx-pager, .bx-default-pager{
	display: none
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 65%;
	margin-top: 320px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

/*END*/


/*Contacto*/
#map-canvas{
	height: 350px;
	width: 100%;
}
.contacto input:focus, .contacto textarea:focus{
	outline: 0px;
}
.contacto label{
	text-align: right !important;
}
.contacto input, .contacto textarea{
	background: #bbbdbf;
	border: none;
	padding: 5px;
	font-family: 'AvenirNextRegular';
	color: white;
	font-size: 14px;
}
#comment{
	height: 100px;
}
#send-form{
	float: right;
	background-color: #4dc1bc;
	padding: 10px;
}
.lista-cuadro{

	list-style: square url(/img/square.gif);
}
.lista-cuadro .margin-bottom-standar{
	margin-bottom: 30px;
}

.active span.lista-gris {
	content: url(/img/square.gif)
}

.lista-gris{
	content: url(/img/square-g.png);
}

.email-link{
	color: #4dc1bc; 
}

.email-link:hover{
	color: #7f8083;
}

/*END*/

/*Aviso Privacidad Estilos*/

#aviso-privacidad{
	display: block;
	background: transparent;
	margin: 0 auto;
	width: 1170px;
	float: none;
	padding: 25px;

}

.titulo-aviso{
	font-family: 'AvenirNextDemiBold';
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
}


.linea-verde{
	width: 245px;
	margin: 0 auto;
	height: 5px;
	background-color: #4cc0bb;
	border-top: none;
	margin-top: 10px;
}

.fancybox-skin{
	padding: 0px!important;
	width: 1170px!important;
	height: 100%;
	margin: 0 auto;
	background-color: transparent;
}

.fancybox-texto{
	font-family: 'AvenirNextRegular';
	margin-top: 15px;
	font-size: 14pt;
	line-height: 18pt;
}

.fancybox-wrap{
	width: 1170px!important;
	height: auto;
	position: absolute;
	top: 307px;
	left: 20px;
	opacity: 1;
	overflow: visible;
}

.fancybox-outer{
	margin: 0 auto;
}

.fancybox-inner{
	overflow: auto;
	overflow-x: hidden!important; 
	width: 1170px!important;
	height: auto;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
}

.fancybox-close {
	position: absolute;
	top: 0px;
	right: -33px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-close {
	background-image: url('/img/fancybox-close.png');

}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(0,0,0,0.8);
}

.activo{
	color: #4cc0bb;
}

/*END*/

.logo-footer{
	position: fixed;
	left: 49%;
	bottom: 110px;
}

.construccion-main, .texto-construccion, .construccion-title{
	text-align: center;
	font-family: 'AvenirNextDemiBold';
	color: #57585a;
}

.texto-construccion{
	font-size: 20pt!important;
}

.construccion-wrapper{
	margin-top: 260px;
}

.lista-aviso{
	list-style: disc;
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 37px;
}

.toggle-content-wrapper.open .arrow-down {
	opacity: 0;
}

.arrow-down{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
