body {
	font-family: 'Montserrat', sans-serif;
  color: #141414;
  font-size: 14px;
  font-weight: normal;
  background: #fff;
  line-height: 120%;
  -webkit-font-smoothing: antialiased;
}
html {
  overflow-x: hidden;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Montserrat', sans-serif;
	color: black;
  font-weight: normal;
  line-height: 120%;
}
h1, .h1 {
  font-size: 36px;
  color: white;
 	font-weight: bold;
  margin: 0 0 40px 0;
}
h2, .h2 {
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 30px 0;
}
h3, .h3 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 10px 0;
}
h4, .h4 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin: 0 0 20px 0;
}
h5, .h5 {

}
h6, .h6 {
	
}
ul li, 
ol li,
p {
  color: #000;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 10px;
}
a {
	color: #25282a;
  -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
a:hover, a:focus {
  color: #000000;
}
ul {
  margin: 0;
	margin: 0 0 30px 0;
}
ul li {
  list-style: disc;
  font-weight: 500;
  margin-bottom: 0;
}
/*
ul li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
ul li:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: black;
	border-radius: 100%;
	position: absolute;
	top: 5px;
	left: 0;
}
*/
b, strong {

}
.bold {

}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
img.center,
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
hr {
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #024b94;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.relative {
  position: relative;
}
.clear {
  clear: both;
}
.txt-right {
	text-align: right;
}
.right {
  float: right;
}
.left {
  float: left;
}
img.br100 {
	border-radius: 100%;
}
.cover {
	background-position: center;
  -webkit-background-size: cover!important;
	   -moz-background-size: cover!important;
	     -o-background-size: cover!important;
	        background-size: cover!important;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background-color: transparent !important;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.mobile { display: none !important;}
/*///////////////////////
///       Layout      ///
///////////// /////////*/
.h5px  { height: 5px;  }
.h10px { height: 10px; }
.h15px { height: 15px; }
.h20px { height: 20px; }
.h30px { height: 30px; }
.h40px { height: 40px; }
.h50px { height: 50px; }
.h60px { height: 60px; }
.h70px { height: 70px; }
.h80px { height: 80px; }
.p0    { padding: 0; }
.pt5   { padding-top: 5px;  }
.pt10  { padding-top: 10px; }
.pt15  { padding-top: 15px; }
.pt20  { padding-top: 20px; }
.pt30  { padding-top: 30px; }
.pt40  { padding-top: 40px; }
.pt50  { padding-top: 50px; }
.pt60  { padding-top: 60px; }
.pt70  { padding-top: 70px; }
.pt80  { padding-top: 80px; }
.pt90  { padding-top: 90px; }
.pt100 { padding-top: 100px; }
.pt120 { padding-top: 120px; }
.pt140 { padding-top: 140px; }
.pt150 { padding-top: 150px; }
.pt160 { padding-top: 160px; }
.pt180 { padding-top: 180px; }
.pt200 { padding-top: 200px; }
.pb10  { padding-bottom: 10px; }
.pb20  { padding-bottom: 20px; }
.pb30  { padding-bottom: 30px; }
.pb40  { padding-bottom: 40px; }
.pb50  { padding-bottom: 50px; }
.pb60  { padding-bottom: 60px; }
.pb70  { padding-bottom: 70px; }
.pb80  { padding-bottom: 80px; }
.pb90  { padding-bottom: 90px; }
.pb100 { padding-bottom: 100px; }
.pb110 { padding-bottom: 110px; }
.pb120 { padding-bottom: 120px; }
.pb130 { padding-bottom: 130px; }
.pb140 { padding-bottom: 140px; }
.pb150 { padding-bottom: 150px; }
.pb160 { padding-bottom: 160px; }
.pb180 { padding-bottom: 180px; }
.pb190 { padding-bottom: 190px; }
.pb200 { padding-bottom: 200px; }
.mb0   { margin-bottom: 0;    }
.mb10  { margin-bottom: 10px; }
.mb20  { margin-bottom: 20px; }
.mb25  { margin-bottom: 25px; }
.mb30  { margin-bottom: 30px; }
.mb35  { margin-bottom: 35px; }
.mb40  { margin-bottom: 40px; }
.mb50  { margin-bottom: 50px; }
/*////////////////////////
///       Header      ////
////////////////////////*/
header {
	width: 100%;
	padding: 0;
}
/*////////////////////////
///       Footer      ////
////////////////////////*/
footer {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #cc9900;
}
footer a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	background: #ffcc00;
	padding: 13px 13px;
	display: inline-block;
}
footer a:hover {
	background: #000;
	color: white;
}
/*////////////////////////
///      Sections     ////
////////////////////////*/
.oh { overflow: hidden; }
.intro p {
	font-size: 26px;
	color: white;
	text-align: center;
	margin-bottom: 25px;
}
/*////////////////////////
///        Forms       ///
////////////// /////////*/
label {
	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
	color: #fa0001;
	margin-bottom: 5px;
	display: block;
	font-weight: 600;
}
label span {
	font-size: 12px;
	color: #5d5d5d;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
input[type="file"],
.file,
textarea,
select {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #cc9900;
  background: transparent;
  width: 100%;
  height: 35px;
  padding: 5px 0;
  margin-bottom: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #cc9900;
  font-weight: 600;
}
select {
	color: #fa0001;	
	-webkit-appearance: none;
	  -webkit-border-radius: 20px;
	  background-image: url(../img/arrow-down.png);
	  background-size: 12px;
	  background-repeat: no-repeat;
	  background-position: center;
	  background-position-x: 96%;
}
textarea {
  margin-bottom: 30px;
}
input[type=submit] {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	font-weight: 600;
	border: none;
	background: transparent;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	width: 150px;
	height: 40px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-top: 10px;
	border: 1px solid #cc9900;
	margin: 0 auto;
	display: block;           
}
input[type=submit]:hover {
	color: white;
	background: #cc9900;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
	border-color: #64cbc9;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
	color: white;
	font-weight: 600;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	font-family: 'Montserrat', sans-serif;;
  font-size: 14px;
	color: white;
	font-weight: 600;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	font-family: 'Montserrat', sans-serif;
  font-size: 14px;
	color: white;
	font-weight: 600;
}
input[type=checkbox], input[type=radio] {
	margin-right: 10px;
}
span.wpcf7-not-valid-tip {
	font-size: 14px !important;
	position: absolute;
	top: 27px;
	left: 15px;
	color: red !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	font-family: 'Montserrat', sans-serif;
  border-color: #fa0001 !important;
  background: #fa0001 !important;
  color: white !important;
  text-align: center !important;
  font-size: 16px !important;
}
.nombre,
.correo,
.telefono,
.empresa,
.comentarios {
	padding-left: 40px;
	position: relative;
}
.nombre:before {
	content: url(../img/nombre.png);
	position: absolute;
  left: 0;
  top: 11px;
}
.correo:before {
	content: url(../img/email.png);
	position: absolute;
  left: 0;
  top: 11px;
}
.telefono:before {
	content: url(../img/telefono.png);
	position: absolute;
  left: 0;
  top: 11px;
}
.empresa:before {
	content: url(../img/pin.png);
	position: absolute;
  left: 0;
  top: 11px;
}
.comentarios:before {
	content: url(../img/comentarios.png);
	position: absolute;
  left: 0;
  top: 11px;
}
/*////////////////////////
///       Fonts        ///
////////////////////////*/


/*////////////////////////
///   Media Queries    ///
////////////////////////*/
@media (min-width: 1200px) {
/*
  .container {
    width: 980px !important;
  } 
*/
}
@media (min-width: 1199px){}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
	h1 { font-size: 30px; }
	h2 { font-size: 25px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	ul li, ol li, p { font-size: 15px; }
	.no-mobile { display: none; }
	.mobile { display: block !important; }
	.m-center { text-align: center; }
	.intro p { font-size: 21px; }
	.tlr { width: 100px; }
	.logo { width: 70%; }
}  
@media screen and (max-width: 414px) {}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}