@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeue-Bold.woff2') format('woff2'),
         url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
         url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
         url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue-webfont';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff2') format('woff2'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeue-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirHeavyFontDownload';
    src: url('../fonts/AvenirHeavyFontDownload.eot');
    src: url('../fonts/AvenirHeavyFontDownload.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirHeavyFontDownload.woff2') format('woff2'),
         url('../fonts/AvenirHeavyFontDownload.woff') format('woff'),
         url('../fonts/AvenirHeavyFontDownload.ttf') format('truetype'),
         url('../fonts/AvenirHeavyFontDownload.svg#AvenirHeavyFontDownload') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStdBlack';
    src: url('../fonts/AvenirLTStdBlack.eot');
    src: url('../fonts/AvenirLTStdBlack.eot?#iefix') format('embedded-opentype'),
         url('../fonts/AvenirLTStdBlack.woff2') format('woff2'),
         url('../fonts/AvenirLTStdBlack.woff') format('woff'),
         url('../fonts/AvenirLTStdBlack.ttf') format('truetype'),
         url('../fonts/AvenirLTStdBlack.svg#AvenirLTStdBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: 'Arimo', sans-serif;
	color:#ffffff;
}

ul {
	margin-left:0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'BebasNeue-webfont';
	color:#ffffff;
}

label,p {
	font-family: 'Open Sans', sans-serif;
}

a {
	
}

span {
	
}

.button {
	
}

.row {
	max-width:50em;
}

/* Header Style */
#header {
	width:100%;
	background:#ffffff;
	float:left;
	padding:30px 0px;
}

/*Banner*/
#banner {
	float:left;
	width:100%;
	background:url(../images/banner-bg.png) 50% 50% no-repeat;
	background-size:cover;
	padding:30px 0px 15px 0px;
}

#banner  h3 {
	font-size:50px;
	color:#ffffff;
	font-weight:bold;
	margin-bottom:300px;
	font-family:'Myriad Pro';
	/* WebKit (Safari/Chrome) Only */
  -webkit-text-stroke: 2px #63283c;
}

#banner h4 {
	font-family: 'BebasNeue-webfont';
	-webkit-text-stroke: 1px #fff;
	font-size:34px;
	color:#e41e26;
	text-transform:uppercase;
	font-weight:bold;
}

/*Phone*/
#phone {
	float:left;
	width:100%;
	background:#e41e26;
	padding:20px 0px 15px 0px;
}

#phone  h3 {
	font-size:35px;
	color:#ffffff;
	line-height:34px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

#phone  a {
	font-size:35px;
	color:#ffffff;
	line-height:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

/*Somos*/
#somos {
	float:left;
	width:100%;
	background:#f1f2f2;
	padding-bottom:60px;
}

#somos h3 {
	font-size:33px;
	margin:50px 0px 20px 0px;
	font-weight:400;
	color:#e41e26;
}

#somos .border {
	border-bottom:1px solid #afb0b2;
	padding-bottom:30px;
}

#somos p {
	font-size:15px;
	color:#6d6e71;
	line-height:20px;
}

#somos h4 {
	font-size:25px;
	color:#8b0304;
	margin-bottom:40px;
	text-transform:uppercase;
}

#somos a.button {
	color:#000000;
	font-size:13px;
	line-height:32px;
	background:#ffff00;
	border:2px solid #ffffff;
	box-shadow:inset 0px 0px 6px 2px #b1b2aa, 0px 0px 6px 2px #b1b2aa ;
	padding:0px 20px;
	font-weight:600;
	border-radius:20px;
	margin-bottom:40px;
}

#somos .negro {
	padding:0px;
	padding-bottom:40px;
}

#somos .negro a {
	background:#8b0304;
	font-family: 'BebasNeue-webfont';
	font-size:17px;
	color:#ffffff;
	line-height:28px;
	padding:2px 10px;
	margin-bottom:10px;
	display:inline-block;
}

#somos .panel.top {
	padding-top:90px;
}

#somos .panel img.bottom-img {
	margin-bottom:40px;
}

#somos .panel h2 {
	font-size:52px;
	color:#ffffff;
}

#somos .panel {
	padding:0px 0px;
	border:none;
}


/*Servicios*/
#servicios {
	float:left;
	width:100%;
	background:#e31a21;
	padding:30px 0px;
}

#servicios .row {
	max-width:66.25em;
}

#servicios .panel {
	padding:0px;
	background:#e41e25;
	float:left;
	width:100%;
	padding:20px 215px 18px 215px;
	border:none;
	margin-bottom:0px;
}

#servicios h3 {
	font-size:35px;
	color:#ffffff;
	margin-bottom:20px;
	font-family: 'AvenirHeavyFontDownload';
}

#servicios p {
	font-size:15px;
	color:#ffffff;
	line-height:24px;
	font-family: 'AvenirLTStdBlack';
	margin-bottom:25px;
}

#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 #bdbfc1;
	height:30px;
	float:left;
	margin-bottom:14px;
	width:100%;
}

#servicios .field textarea {
	height:95px;
	resize:none;
	margin-bottom:18px;
}

#servicios .field input[type="submit"] {
	background:#ffff00;
	border:2px solid #ffffff;
	box-shadow:inset 0px 0px 6px 2px #b1b2aa, 0px 0px 6px 2px #b1b2aa ;
	border-radius:18px;
	float:left;
	width:100%;
	font-size:15px;
	cursor:pointer;
	height:35px;
	outline:0;
	color:#767478;
	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;
}

/*Accion*/
#accion {
	float:left;
	width:100%;
	padding-top:40px;
}

#accion h3 {
	font-size:38px;
	color:#e41e26;
	margin-bottom:30px;
}

#accion .panel {
	background:none;
	border:none;
	padding:0px 100px;
	margin-bottom:40px;
}

/*Footer*/
#footer {
	float:left;
	width:100%;
	border-bottom:20px solid #e41e26;
	padding-bottom:70px;
}



/* Small Screens*//* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width:40em) {

#header img {
	height:48px;
}

#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 img {
	width:100%;
}

#somos .panel.top {
	padding:50px 0px;
}

}

/* 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;
}
	
}
