@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;

}
.menuprincipal {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3.424px;
	line-height: 24px;
	color:rgb(21, 21, 21);
	text-transform: uppercase;
}
.menuprincipal a, .menuprincipal a:link, .menuprincipal a:hover, .menuprincipal a:active, .menuprincipal a:visited{
	color:rgb(21, 21, 21)!important;
	font-size: 14px!important;
}

.menuprincipal a:active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	
}

.azulsitio {
	background-color: #130A50;	
}
.footer {
	color:rgb(158, 156, 190);
	letter-spacing: 1.162px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
}
.menufooter {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.menufooter a, .menufooter a:link, .menufooter a:active{
	color: #FFFFFF !important;
}

.menufooter a:hover{
	color: #CCC !important;
}
.bannerbroker {
		background-image: url("images/f_banner.jpg")!important;
		text-shadow: 2px 2px 2px #000000;
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
}

.hovereffect .overlay {
width:105%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

.modal-dialog {
		width: 1800px;
	max-width: 85%;
	margin: 2rem auto;
}
.modal-content {
	width: 1800px;
	max-width: 85%;
	margin: 2rem auto;
}
.btn-close {
	color:#FFF;
}
 .carousel-indicators {

}
.card-anuncio {
	background-color: #FFFFFF;
	border-color: #130A50 !important;
}
.card-anuncio .card-header {
	background-color: #130A50 !important;
	color: #FFFFFF !important;
}