@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'aovel_neoregular';
    src: url('../fonts/aovelneo_r-webfont.eot');
    src: url('../fonts/aovelneo_r-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aovelneo_r-webfont.woff2') format('woff2'),
         url('../fonts/aovelneo_r-webfont.woff') format('woff'),
         url('../fonts/aovelneo_r-webfont.ttf') format('truetype'),
         url('../fonts/aovelneo_r-webfont.svg#aovel_neoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: 'Open Sans', sans-serif;
}

ul {
	margin-left:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
}

label,p {
	font-family: 'Open Sans', sans-serif;
}

a {
	font-family: 'Open Sans', sans-serif;
}

span {
	font-family: 'Open Sans', sans-serif;
}

.button {
	font-family: 'Open Sans', sans-serif;
}

.row {
	max-width:82.5em;
}

/* Header Style */
#header {
	width:100%;
	float:left;
	padding:90px 0px 60px 0px;
	background:url(../images/banner.jpg) 50% 50% no-repeat;
	background-size:cover;
}

#header h3 {
	font-size:32px;
	color:#f6921e;
	text-transform:uppercase;
}

#header h2 {
	font-size:34px;
	color:#666666;
	font-weight:bold;
	text-transform:uppercase;
}

#header p {
	color:#666666;
	font-size:18px;
}

/*wetraining*/
#wetraining {
	float:left;
	width:100%;
	background:#f6921e;
	padding:10px 0px;
}

#wetraining h3 {
	font-weight:bold;
	color:#ffffff;
	font-size:38px;
}

#wetraining p {
	font-size:26px;
	font-weight:300;
	color:#fff;
	line-height:30px;
}


/*content*/
#content {
	float:left;
	width:100%;
	background:url(../images/bg.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding:50px 0px 70px 0px;
}

#content h3 {
	color:#e27a3d;
	font-size:36px;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:60px;
}

#content .panel {
	background:none;
	border:none;
	padding:0px;
	width:100%;
	float:left;
	margin-bottom:80px;
}

#content h4 {
	color:#f6921e;
	font-size:26px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:5px;
}

.p-left {
	padding-left:0px;
}

#content p {
	font-size:22px;
	color:#555555;
	font-weight:400;
	text-transform:capitalize;
	line-height:28px;
}

#content form {
	float:left;
	width:100%;
	border:20px solid #e27a3d;
	background:#f1f2f2;
	padding:15px 30px 30px 30px;
}

#content form h5 {
	font-size:26px;
	color:#5c5c5b;
	font-weight:bold;
}

#content form h5 span {
	color:#f6921e;
}

#content form p {
	font-size:14px;
	line-height:16px;
}

#content form .field {
	width:100%;
	float:left;
}

#content form .field label {
	color:#5c5c5b;
	font-size:20px;
}

#content form .field input[type="text"] {
	border:2px solid #c6c7c9;
	background:#ffffff;
	height:70px;
	width:100%;
}

#content form .field textarea {
	resize:none;
	height:160px;
	border:2px solid #c6c7c9;
	background:#ffffff;
	width:100%;
}

#content form .field input[type="submit"] {
	border:5px solid #ffffff;
	background:#f6921e;
	font-size:30px;
	color:#fff;
	border-radius:38px;
	box-shadow:0px 0px 7px 1px #a1a093;
	outline:0;
	cursor:pointer;
	font-weight:600;
	line-height:70px;
	width:100%;
}

/*clientes*/
#clientes {
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0px 80px 0px;
	border-top:12px solid #e27a3c;
}

#clientes p {
	text-transform:uppercase;
	color:#f6921e;
	font-size:30px;
	margin:20px 0px 60px 0px;
}

#clientes .panel {
	background:none;
	border:none;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	padding:20px 0px; 
	margin-bottom:0px;
}

#clientes .panel.top {
	padding-top:40px;
}

.border-right {
	border-right:none !important;
}

.border-bottom {
	border-bottom:none !important;
}

/*Nuestros*/
#nuestros {
	float:left;
	width:100%;
	background:#e27a3c;
}

#nuestros h6 {
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
	background:#e27a3c;
	padding:10px 0px;
}

/*capacitacion*/
#capacitacion {
	float:left;
	width:100%;
	background:url(../images/cle.png) 50% 50% no-repeat;
	background-size:cover;
	padding:80px 0px 400px 0px;
}

#capacitacion .panel {
	background:#f6921e;
	border:none;
	position:relative;
	margin-bottom:90px;
	padding:10px 40px;
}

#capacitacion .panel.first:before {
	width: 0;
	content: '';
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 45px solid transparent;
	position: absolute;
	border-right: 30px solid #f6921e;
	right: 0%;
	top: 45%;
}


#capacitacion .panel.gray:before  {
	width: 0;
	content: '';
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 45px solid transparent;
	position: absolute;
	border-right: 30px solid #999999;
	right: 0%;
	top: 45%;
}

#capacitacion .panel.gray {
	background:#999999;
}

#capacitacion .panel h3 {
	color:#ffffff;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
}

#capacitacion .panel p {
	color:#ffffff;
	font-size:18px;
	font-weight:300;
	line-height:26px;
}

#capacitacion .panel.gray-right {
	background:#999999;
}

#capacitacion .panel.gray-right:before  {
	width: 0;
	content: '';
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 45px solid transparent;
	position: absolute;
	border-left: 30px solid #999999;
	left: 0%;
	top: 45%;
}

#capacitacion .panel.orange {
	padding:20px 25px;
}

#capacitacion .panel.orange:before  {
	width: 0;
	content: '';
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 30px solid transparent;
	position: absolute;
	border-left: 25px solid #f6921e;
	left: 0%;
	top: 54%;
}


/*footer*/
#footer {
	float:left;
	width:100%;
	background:#e27a3d;
}

#footer .panel {
	background:#fff;
	margin-bottom:0px;
	padding-top:20px;
}

#footer .panel h6 {
	font-size:24px;
	color:#535353;
	font-weight:500;
	margin-top:20px;
}

#footer .panel a {
	font-size:24px;
	color:#535353;
	font-weight:500;
}

#footer ul {
	float:left;
	width:100%;
	margin:10px 0px;
}


#footer ul li {
	float:left;
	list-style:none;
	padding:5px 9px;
	background:#838588;
}

#footer ul li:nth-child(2n) {
	background:#aeb1b3;
}

#footer ul li:last-first {
	background:#838588;
}

/* Small Screens*//* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width:40em) {

#header {
	padding-top:50px;
}

#wetraining p {
	font-size:18px;
}

#content h3 {
	font-size:22px;
}

#content h4 {
	font-size:14px;
	margin:20px 0px;
}

#content p {
	font-size:15px;
}

#content form {
	border:5px solid #e27a3d;
	padding:10px 10px;
}

#content form .field input[type="text"] {
	height:45px;
}

#content form .field input[type="submit"] {
	line-height:50px;
	font-size:20px;
}

#clientes p {
	font-size:20px;
}

#clientes .panel {
	border:none;
}

#nuestros h6 {
	font-size:22px;
}

#capacitacion .panel:before {
	display:none !important;
}

}

/* Medium Screens *//* min-width 641px, medium screens */
@media only screen and (min-width:40.0625em) and (max-width:64em) {

#content h3 {
	font-size:22px;
}

#content h4 {
	font-size:17px;
	margin:10px 0px;
}

#content p {
	font-size:16px;
	line-height:24px;
}

#content form {
	padding:10px 10px;
}

#content form h5 {
	font-size:20px;
}

#content form .field input[type="text"] {
	height:50px;
}

#content form .field input[type="submit"] {
	font-size:22px;
	line-height:40px;
}


#capacitacion .panel:before {
	display:none !important;
}
	
}

/* Large Screens *//* min-width 1025px, large screens */
@media only screen and (min-width:64.0625em) and (max-width:90em) {
	
}

/* XLarge Screens *//* min-width 1441px, xlarge screens */
@media only screen and (min-width:90.0625em) and (max-width:120em) {
	
}

/* XXLarge screens *//* min-width 1921px, xxlarge screens */
@media only screen and (min-width:120.063em) and (max-width:120em) {
	
}