body, html{
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #ececec;
    overflow-x: hidden;
}
.container{
	box-shadow: 0px 0px 10px #8c8c8c;
	padding: 0px;
	background-color: #fff;
}

/* UTIL */
.row-no-margin{
	margin-left: 0px;
	margin-right: 0px;
}
.col-no-padding{
	padding-left: 0px;
	padding-right: 0px;
}
.push-right{
	margin-left: auto;
}
p,h2{
	margin: 0;
}
.subtitulo-verde{
	text-align: center;
	color: #4ead33;
	font-size: 43px;
	font-weight: 300;
	margin-bottom: 30px;
}
section{
	position: relative;
}


/* MENÚ */
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
.navbar-default .navbar-nav > li > a{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	color: #4ead33 !important;
	font-size: 16px;
	padding-bottom: 5px;
	text-transform: uppercase;
	outline: 0;
}
.navbar-brand img{
	height: 90px;
}
#navbar{
	padding-top: 40px;
}

.navbar-brand {
    padding: 4px 15px;
}

.navbar-right{
	padding-right: 20px;
}

/* BANNER */
.banner{
	height: 500px;
}
.banner .contenido{
	background-image: url('../images/fondo2.jpg');
	width: 100%;
	height: 500px;
	position: relative;
	background-position: center bottom;
	display: table;
}
.contenido .son{
	vertical-align: middle;
	height: 100%;
	display: table-cell;
	width: 100%;
	padding: 30px;
	color: #000;
}
.contenido .son div{
	display: inline-block;
	background-color: rgba(255,255,255,0.8);
	padding: 80px 25px;
	max-width: 350px;
	width: 100%;
	color: #114E68;
	font-size: 23px;
	font-weight: 300;
}
.contenido .son div.sm{
	font-size: 19px;
}
.contenido .son img{
	width: 100%;
	max-width: 300px;
}
.contenido .son span{
	color: #52AB3B;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 0px;
}
.contenido .son div.sm span{
	font-size: 26px;
}
.slick-dots{
	bottom: 15px;
}
.slick-dots li button::before {
	font-size: 12px;
	color: #fff;
}
.slick-dots li.slick-active button::before{
	color: #fff;
}
.slick-slide{
	outline: 0;
}


/*QUIENES SOMOS*/
.acerca-de{
	margin-top: 30px;
}
.forma-azul-middle{
	padding: 100px 30px 0px 30px;
	color: #0C4E69;
	text-align: justify;
	font-size: 16px;

}
	.forma-azul-middle p,
	.forma-azul-middle h2,
	.forma-azul-middle h3{
		margin: 0px;
		font-weight: 300;
	}
	.forma-azul-middle p{
		padding-bottom: 20px;
		padding-top: 5px;
		color: #717171;
	}
	.forma-azul-middle p span{
		font-weight: 500;
	}
	
	
	
/* SERVICIOS */
.servicios{
	text-align: left;
	/*background-color: #0C4E69;
	color: #fff;*/
	width: 100%;
	min-height: 50px;

	padding: 20px;
	margin-top: 100px;
}
.servicio-titulo{
	color: #0c4e69;
	font-size: 25px;
	font-weight: 300;
}
.servicios table{
	margin-bottom: 50px;
	
}
.servicios table tr td{
	vertical-align: top;
}
.servicios p{
	font-size: 16px;
	color: #717171;
	font-weight: 300;
}
.col-sm-6.tabla {
    padding: 0px 5%;
}


/* TESTIMONIO */
.testimonios{
	min-height: 400px;
	background-image: url("../images/ciudad_transparent.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-top: 30px;
}
.caja{
	margin: auto;
	max-width: 500px;
	padding-left: 10px; padding-right: 10px;
	text-align: center;
	font-size: 14px;
}
.logo_testimonio{
	width: 100px;
	margin: auto;
}
.caja p{
	text-align: justify;
}
.empresa{
	color: #0c4e69;
	font-size: 25px;
	font-weight: 300;
	margin: 10px auto 5px;
	text-align: center !important;
}
.contenedor_slider{
	max-width: 900px;
	margin: auto;
}
.slick-prev::before, .slick-next::before {
    opacity: 1 !important;
    color: #114E68 !important;
}

/* CONTACTO */
.banner-contacto{
	background-color: #114E68;
	display: none;
}
.banner-contacto img{
	width: 100%;
	opacity: 0.3;
}
.contacto{
	background-color: #114E68;
	min-height: 300px;
	padding: 50px 15px;
	color: #fff;
	font-weight: 300;
	border-bottom: 30px solid #4ead33;
}
.contacto .subtitulo-verde{
	text-align: left;
}
.contacto .control-label{
	text-align: left;
	padding-top: 4px;
	font-weight: 300;
	font-size: 16px;
}
.form-control{
	-webkit-border-radius: 0px;
	border-radius: 0px;
	height: 25px;
	margin-top: 2px;
	padding: 3px 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
textarea.form-control{
	width: 100%;
	resize: none;
	height: 100px;
}
.btn-success{
    background-color: #4ead33;
    border-radius: 0px;
}
.contacto h3{
	margin-bottom: 30px;
}
.globos_blancos{
	width: 60%;
	margin-top: 30px;
	margin-bottom: 30px;
}


/* FOOTER */
.footer{
	padding: 30px 30px 10px;
	background-color: #114E68;
	color: #fff;
	font-weight: 300;
	
}
.footer-titulo{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}
.logo_footer{
	width: 100%;
	max-width: 100px;
}
.copyright{
	margin-top: 40px;
	color: #d1d1d1;
	font-size: 13px;
}
.copyright a{
	color: #fff;
}






@media(max-width: 991px){
	.navbar-right {
	    margin-right: 10px;
	}
	
}

@media(max-width: 767px){
	.globos_blancos{
		display: none;
	}
	.logo_footer {
	    margin-bottom: 20px;
	}
	.footer-titulo {
	    margin-top: 15px;
	}
	.navbar-brand img {
	    height: 40px;
	}
	.navbar-default .navbar-toggle{
		top: 10px;
	}
	.navbar-default .navbar-collapse{
	    border-color: transparent;
	}


}