*{
	margin:0;
	padding:0;
	text-decoration:none;
}
a{
transition:all .5s;
}
a:hover{
color:#000;}
body, html {
    height: 100%;
	width:100%;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

#contenedor{position:relative;}
.contenedor{padding:2% 5%;}
.dosis{
	font-family: 'Dosis', sans-serif;
}
/* GENERAL */
.col-4{
	width:23%;
	padding:0 1%;
	float:left;
}
/* HEADER */
header{
	background-color: rgba(250, 250, 250, .8);
	width:90%;
	height:auto;
	min-height:90px;
	padding:0 5%;
	color:#2f5597;
	position:fixed;
	border-bottom:1px solid #2f5597;
	z-index:999;
}
.logo{
	float:left;
	padding:5px auto;
}
.logo img{
	max-width:230px;
}
nav{
	float:right;
	margin-top:10px;
}
nav ul li{
	display:inline-block;
	margin:0 0 0 15px;
}
nav ul li a{
	padding:10px;
	color:#2f5597;

}
nav ul li a:hover{
	color:#fff;
	background-color:#095d66;
	padding:5px 10px;
}
nav .subnav{
	display:none;
}
nav ul li ul li .adivisiones:hover > .subnav{
	display:block;
	z-index:500;
}
.idiomas{
	text-align:right;
	padding:0px 10px 15px 0;
}
.idiomas a{
	color:#fff/*2f5597*/;
	padding:3px 5px;
	background-color:#095d66;
}
.idiomas a:hover{
	text-decoration:underline;
	background-color:transparent;
	color:#2f5597;
	
}
.menu_btn{
	display:none;
}
/* BANNERS */
.bg { 
    /* The image used */
    background-image: url("../images/bg-blur.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg3 { 
    /* The image used */
    background-image: url("../images/bg-blur3.jpg") !important;
}
.bg4 { 
    /* The image used */
    background-image: url("../images/bg-blur4.jpg") !important;
}
.bg2 { 
    /* The image used */
    background-image: url("../images/bg-blur2.jpg") !important;
}
.parallax { 
    /* The image used */

    /* Set a specific height */
    height: 400px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
	position:relative;
}
.secc-1{
    background-image: url("../images/bg-acercade.jpg");
}
.secc-2{
    background-image: url("../images/bg-divisiones.jpg");
}
.secc-3{
    background-image: url("../images/bg-inversionistas.jpg");
}
.secc-4{
    background-image: url("../images/bg-busqueda.jpg");
}
.parallax h1{
	color:#fff;
	position:absolute;
	bottom:50px;
	margin:0 auto;
	right:5%;
	left:5%;
	font-size:2.5em;
	text-align:center;
		text-shadow:2px 2px 2px #000;

}
/* NOSOTROS */
.nosotros{
	width:50%;
	margin:10% auto;
}
.text-nosotros{
	margin-bottom:20px;
}
.text-nosotros img{
	width:70px;
	display:block;
	float:left;
	margin-left:-80px;
}
.text-nosotros p{
	float:left;
	text-align:justify;
}
.bgbot{
	width:100%;
	margin-top:-100px;
}
/* HOME */
.img-home { 
	position:absolute;
	overflow:hidden;
	width:100%;
    height: auto;
	top:90px;
	bottom:90px;
}
.img-home img{
	width:100%;
	overflow:hidden;
	z-index:-100;

}
.frase-block{
	position:absolute;
	width:40%;
	background-color:rgba(77, 133, 142, .7);
	color:#fff;
	padding:5% 2%;
	top:20%;
	text-align:center;
	margin:0 28%;
}
.frase-block h1{
	text-transform:uppercase;
}
.frase-block h1, .frase-block p{
	text-shadow:2px 2px 2px #000;
}
/* DIVISIONES */
.block-diviciones{
}
.col-text{
	width:40%;
	padding:0 5%;
	line-height:1.5;
 height:400px;
  display: table-cell;
  vertical-align: middle;
	
}
.col-text p{
  font-size:1.2em;
	
}
.col-text h2{
	text-transform:uppercase;
	color:#2f5597;
}

.col-img{
	width:50%;
	max-height:450px;
	overflow:hidden;
}
.col-img img{
	width:100%;
}
.fright{
	float:right;
}
.fleft{
	float:left;
}

/* FOOTER HOME */
.footer-home{
	background-color: rgba(250, 250, 250, .7);
	width:100%;
	height:auto;
	min-height:90px;
	position:absolute;
	bottom:0;
	color:#2f5597;
	font-size:.8em;
	padding:0;

}
.footer-home .contenedor{
	padding:0 5%;
}
/* FOOTER */
footer{
	text-align:center;
	background-color: #e7e5e5;
	width:100%;
	height:auto;
	color:#2f5597;
	font-size:.8em;
	padding:2% 0 3% 0;
}
footer .col-4 {
	margin-top:10px;
	text-align:left;
}

footer .col-4 .img-ftr {
	float:left;
	margin-left:-10px;
		margin-bottom:30px;

vertical-align:middle;
  display: table-cell;
  height:100%;
}
footer .col-4 .img-ftr img{
	width:30px;
	margin-right:10px;
}
footer a{
	color:#2f5597;
}
@media only screen and (min-width: 1680px) {

/* DIVISIONES */
.block-diviciones{
}
.col-text{
	font-size:22px;
}
}
@media only screen and (max-width: 1250px) {
.col-img img{
	width:150%;
}
}

@media only screen and (max-width: 1024px) {
body, html {
	font-size:15px;
}
.contenedor{padding:2% 2%;}
/* HEADER */
header{
	width:96%;
	padding:0 2%;
}


	/* HOME */
.img-home img{
	width:150%!important;

}

}
@media only screen and (max-width: 900px) {
	/* GENERAL */
.col-4{
	width:48%;
}
/* HEADER */
.menu_btn{
	display:block;
}
.menu_btn img{
	width:35px;
	position:absolute;
	right:40px;
	top:15px;
	cursor:pointer;

}
header{
background-color: rgba(250, 250, 250, 1);
width:96%;
min-height:65px;
padding:0 2%;
}
.logo img{
max-width:180px;
}
nav{
display:none;
width:100%;
margin-top:10px;
text-align:center;
}
nav ul li{
display:block;
width:100%;
margin:0 0 0 0;

}
nav ul li a{
display:block;
padding:10px 0px;
width:100%;
}
nav ul li a:hover{
padding:10px 0px;
}
.idiomas{
text-align:center;
padding:0 0px 5px 0;
}
/* HOME */
.bghome{
	display:none;
}
.img-home { 
    /* The image used */
    background-image: url("../images/bg_home.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	top:0px;
	bottom:0px;

}
.img-home2 { 
    /* The image used */
    background-image: url("../images/bg_home2.jpg")!important;
}
.img-home3 { 
    /* The image used */
    background-image: url("../images/bg_home3.jpg")!important;
}
.img-home4 { 
    /* The image used */
    background-image: url("../images/bg_home4.jpg")!important;
}
.frase-block{
width:90%;
padding:5% 5%;
margin:0 auto;
}
/* BANNERS */
.parallax { 
height: 200px; 
background-attachment:scroll;
}
.parallax h1{
bottom:30px;
right:2%;
left:2%;
font-size:2em;
}
/* NOSOTROS */
.nosotros{
width:90%;
}
.text-nosotros img{
float:none;
margin-left:0px;
margin-bottom:15px;
}
.text-nosotros p{
float:none;
}
.bgbot{
margin-top:0px;
}
/* DIVISIONES */
.col-text{
width:90%;
}
.col-img{
width:100%;
overflow:hidden;
height:150px;
}
.col-img:nth-child(1){
margin-top:30px;
}
.col-img img{
width:100%;
}
.fright, .fleft{
float:none;
}

/* FOOTER HOME */
.footer-home{
	background-color: rgba(250, 250, 250, .9);
}
/* FOOTER */
footer{
	width:90%;
	padding:2% 5% 3% 5%;
}
}
@media only screen and (max-width: 768px) {
	/* GENERAL */
.col-4{
	width:98%;
}
}
@media only screen and (max-width: 500px) {
/* HOME */
.img-home { 
    /* Full height */
    min-height: 85%; 
	height:auto;
	position:relative;
}
.frase-block{
	top:150px;
}
/* FOOTER HOME */
.footer-home{
	background-color: white;
	position:relative;
	bottom:auto;
}

}

