body{
	background-color: white;
	margin: 0px;
}
header{
	background-color: #C0CACE;
	padding-top: 120px;
	padding-bottom: 120px;
	box-sizing: border-box;
	color: #E6F1FD;
}
a{
	text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}
textarea {
  resize: none;
}
.menu{
	transition-duration: 0.6s;
}
.container-fluid{
    padding: 0 !important;
}
.navbar {
  background: rgba(255, 255, 255, 0.8);
}
.navbar-nav > li{
  padding-left:20px;
  padding-right:20px;
}
.navbar-nav > li a{
	color: #4c3d92 !important;
	font-weight: 700;
	font-size: 14px;
}
.row{
	margin-bottom: 20px;
}
.masthead{
	height: 800px;
	background-image: url("../img/bg/bg_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.masthead img{
	width: 800px;
}
.lead{
	color: #4c3d92;
	font-size: 18px;
}
.center-block {
    float: none !important;
    display: block;
    margin: 0 auto;
    top: 50px;
}
.btn{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 80px;
	background-color: #4c3d92;
	border-color: #4c3d92;
	border-radius: 0px;
	font-size: 18px;
}
.contenedor_servicios{
	margin-top: 100px;
}
.banner_titulo{
	border-right: 2px solid #4c3d92;
	padding-top: 10px;
	padding-left: 180px;
	box-sizing: border-box;
	color: #4c3d92;
}
.banner_subtitulo{
	padding-right: 120px;
	padding-left: 40px;
	padding-top: 10px;
	box-sizing: border-box;
	color: #8d8d8d;
	font-size: 14px;
}
.servicios .servicio{
	color: #E6F1FD;
	box-sizing: border-box;
	height: 500px;
	padding-left: 0px;
	padding-right: 0px;
}
.servicio h3{
	font-size: 19px;
	margin-bottom: 24px;
	color: #4c3d92;
}
.servicio p{
	color: #8d8d8d;
	font-size: 14px;
	margin-bottom: 50px;
}
.servicio img{
	width: 100%;
	margin-bottom: 28px;
}
.servicios{
	margin-top: 140px;
}
.btn_servicios{
	background-color: #4c3d92;
	border-color: #4c3d92;
	border-radius: 0px;
}
.btn_detalle{
	background-color: white;
	color: #4c3d92;
	border-color: #4c3d92;
	border-radius: 0px;
	margin-top: 30px;
	display: inline-block;
}
.break{
	margin-top: 130px;
	margin-bottom: 130px;
}
.break img{
	width: 100%;
}
.contenedor_descripcion{
	overflow: hidden;
}
.row_servicio{
	margin-bottom: 80px;
}
.servicio_imagen{
	height: 400px;
	background-color: red;
}
#servicio_1{
	background-image: url("../img/bg/bg_detalle_1.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#servicio_2{
	background-image: url("../img/bg/bg_detalle_2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#servicio_3{
	background-image: url("../img/bg/bg_detalle_3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.servicio_detalle{
	background-color: #4c3d92;
	background-image: url("../img/bg/logo_bg_servicios.png");
	background-position: 180px;
	background-repeat: no-repeat;
	background-size: 90%;
	height: 500px;
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.6);
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 50px;
	color: white;
	font-size: 12px;
}
.servicio_detalle_2{
	background-color: #4c3d92;
	background-image: url("../img/bg/logo_bg_servicios.png");
	background-position: -180px;
	background-repeat: no-repeat;
	background-size: 90%;
	height: 500px;
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.6);
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 50px;
	color: white;
	font-size: 12px;
}
.servicio_detalle h1{
	font-weight: 700;
	margin-bottom: 20px;
}
.servicio_separador{
	background-color: white;
	width: 60%;
	height: 6px;
	margin-bottom: 20px;
}
.row_logo img{
	height: 100%;
	display: inline-block;
}
.contenedor_logo{
	height: 120px;
	/*border: solid 1px red;*/
}
.clientes{
	margin-top: 80px;
}
.banner_clientes{
	margin-bottom: 120px;
}
.contact-form{
	margin-top: 140px;
	margin-bottom: 0px;
	background-color: #fff;
}
.contact-form h3{
	font-size: 22px;
	margin-bottom: 40px;
	color: #4c3d92;
	font-weight: 700;
	text-align: center;
}
.contact-form form{
    padding: 10%;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    padding: 10px;
    background: #4c3d92;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}
.footer{
	background-color: #4c3d92;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	text-align: center;
	box-shadow: 0px -3px 8px 0px rgba(0,0,0,0.4);
}
.footer img{
	margin-bottom: 40px;
}
.footer p{
	font-weight: 700;
	font-size: 14px;
	color: white;
}
.footer a{
	font-size: 14px;
	color: white;
}



@media (min-width:320px) and (max-width:1024px) {
  .banner_subtitulo{
		padding-right: 40px;
		margin-top: 30px;
		font-size: 14px;
	}
	.servicio_detalle h1{
		font-weight: 700;
		margin-bottom: 16px;
	}
	.banner_titulo{
		padding-left: 0px;
		text-align: right;
	}
	.masthead img{
		width: 330px;
	}
	.lead{
		color: #4c3d92;
		font-size: 16px;
	}
	.contenedor_servicios{
		margin-top: 20px;
	}
	.servicios{
		margin-top: 50px;
	}
	.servicios .servicio{
		height: 550px;
	}
	.break{
		margin-top: 20px;
		margin-bottom: 20px;
		height: 200px;
		overflow: hidden;
	}
	.break img{
		height: 100%;
		width: 140%;
	}
	.servicio_detalle{
		height: 100%;
		padding-left: 20px;
		padding-bottom: 30px;
	}
	.servicio_detalle_2{
		height: 100%;
		padding-left: 20px;
		padding-bottom: 30px;
	}
	.contenedor_logo{
		padding-left: 20px;
		margin-bottom: 30px;
	}
	.clientes{
		margin-top: 0px;
	}
	.contact-form .btnContact {
	    width: 50%;
	    border: none;
	    padding: 10px;
	    background: #4c3d92;
	    font-weight: 700;
	    color: #fff;
	    cursor: pointer;
	    font-size: 14px;
	}
}