@charset "utf-8";
/* CSS Document */


body {
	color:#ffffff;
}

ul {
	margin-left:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
	color:#ffffff;
}

label,p {
	font-family: 'Open Sans', sans-serif;
}

a {
	
}

span {
	
}

.button {
	
}

.row {
	max-width:60em;
}

/* Header Style */
#header {
	width:100%;
	background:#ffffff;
	float:left;
	padding:90px 0px;
}

#header h3 {
	font-size:25px;
	color:#288ad5;
	border-bottom:1px solid #94c5ea;
	line-height:25px;
	margin-top:38px;
	padding-bottom:25px;
}

#header h6 {
	font-size:18px;
	color:#288ad5;
	line-height:18px;
	padding-top:25px;
}

#header a.button {
	background:none;
	margin-top:20px;
}

/*Phone*/
#phone {
	float:left;
	width:100%;
	background:#288ad5;
	padding:20px 0px 15px 0px;
}

#phone  h3 {
	font-size:25px;
	font-weight:700;
	letter-spacing:-1px;
	color:#fff;
	margin-bottom:30px;
}

#phone  p {
	font-size:18px;
	font-weight:300;
	line-height:26px;
	letter-spacing:-1px;
	color:#fff;
}

/*Somos*/
#somos {
	float:left;
	width:100%;
	padding:40px 0px 0px 0px;
}

#somos h3 {
	font-size:25px;
	font-weight:700;
	letter-spacing:-1px;
	color:#288ad5;
	margin-bottom:40px;
}

#somos h4 {
	font-size:18px;
	line-height:34px;
	color:#288ad5;
}

#somos .top {
	padding-bottom:70px;
}

.none {
	padding:0px;
}

/*ofrecemos*/
#ofrecemos {
	float:left;
	width:100%;
	background:#288ad5;
	padding:40px 0px 48px 0px;
}

#ofrecemos  h3 {
	font-size:25px;
	font-weight:700;
	letter-spacing:-1px;
	color:#fff;
	margin-bottom:30px;
}

#ofrecemos  p {
	font-size:18px;
	font-weight:300;
	line-height:26px;
	letter-spacing:-1px;
	color:#fff;
}

#ofrecemos ul li {
	float:left;
	width:100%;
	font-size:21px;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	list-style:none;
	font-weight:300;
	line-height:34px;
}

#ofrecemos ul li span {
	float:left;
	margin-top:-10px;
	margin-right:10px;
}

/*Caracteristicas*/
#caracteristicas {
	float:left;
	width:100%;
	background:url(../images/bg.png) 50% 50% no-repeat;
	background-size:cover;
	padding:40px 0px 60px 0px;
}

#caracteristicas h3 {
	font-size:25px;
	font-weight:700;
	letter-spacing:-1px;
	color:#288ad5;
	margin-bottom:40px;
}

#caracteristicas h4 {
	font-size:21px;
	line-height:34px;
	color:#288ad5;
	margin-bottom:20px;
	margin-top:15px;
	font-weight:600;
}

#caracteristicas p {
	font-size:18px;
	color:#797979;
	line-height:24px;
	text-align:justify;
}

#caracteristicas .panel {
	background:none;
	border:none;
	padding:0px 40px;
	padding-top:20px;
}

/*Servicios*/
#servicios {
	float:left;
	width:100%;
	padding:30px 0px 0px 0px;
}

#servicios .row {
	max-width:66.25em;
}


#servicios h3 {
	font-size:21px;
	color:#288ad5;
	font-weight:bold;
}

#servicios p {
	font-size:18px;
	color:#a4b6cc;
	font-weight:bold;
	line-height:24px;
}

#servicios form {
	float:left;
	width:100%;
}

#servicios .field {
	float:left;
	width:100%;
}

#servicios .field label {
	color:#fff;
	font-size:12px;
	text-transform:capitalize;
}

#servicios .field input[type="text"] {
	border:1px solid #86bde7;
	height:32px;
	float:left;
	margin-bottom:5px;
	width:100%;
}

#servicios .field textarea {
	height:95px;
	resize:none;
	margin-bottom:18px;
}

#servicios .field input[type="submit"] {
	background:#ffe600;
	border:2px solid #3590c8;
	float:left;
	border-top:none;
	border-left:none;
	color:#288ad5;
	width:100%;
	cursor:pointer;
	height:35px;
	font-size:12px;
	text-align:center;
	margin-top:20px;
	outline:0;
	font-weight:bold;
}

#servicios  h3.phone {
	font-size:35px;
	color:#ffffff;
	line-height:34px;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

#servicios  a {
	font-size:35px;
	color:#ffffff;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

#servicios ::-webkit-input-placeholder {
	color:#797979;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
}

#servicios h6 {
	font-size:18px;
	margin-top:48px;
	color:#a4b6cc;
	text-transform:uppercase;
	font-weight:bold;
}

/* Small Screens*//* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width:40em) {


#phone h3 {
	font-size:14px;
}

#somos h3 {
	font-size:26px;
	margin:20px 0px;
}

#ayudamos h3 {
	font-size:24px;
}

#ayudamos p.blue {
	font-size:14px;
	letter-spacing: 0px;
	line-height:22px;
}

#servicios .panel {
	padding:10px 0px;
}

#somos .panel.top {
	padding:50px 0px;
}


img.high {
	width:100%;
}

}

/* Medium Screens *//* min-width 641px, medium screens */
@media only screen and (min-width:40.0625em) and (max-width:49.9375em) {

#servicios .panel {
	padding:10px 0px;
}
	
}
