@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=BenchNine:300,400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:,400,600,700,800);
/*========================================================
                        Includes
=========================================================*/
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: black;
  color: #333;
  font: 400 18px/28px 'Roboto', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 110px;
  line-height: 120px;
}
h2 {
  font-size: 100px;
  line-height: 110px;
}
h2 + span {
  margin-top: 14px;
}
h3 {
  font-size: 70px;
  line-height: 80px;
}
h4 {
  font-size: 48px;
  line-height: 55px;
}
h5 {
  font-size: 30px;
  line-height: 34px;
}
h5 + h2 {
  margin-top: 61px;
}
h6 {
  font-size: 24px;
  line-height: 30px;
}
p a:hover {
  text-decoration: underline;
}
p + a {
  margin-top: 53px;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 700;
}
.fa {
  line-height: inherit;
}
[class*='fa-']:before {
  font-weight: 400;
  font-family: 'FontAwesome';
}
.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}
.line {
  position: relative;
}
.line:after {
  display: block;
  content: "";
  width: 209px;
  height: 3px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19px;
}
.ta-r {
  text-align: right;
}
@media (max-width: 767px) {
  .ta-r {
    text-align: center;
  }
}
.ta-c {
  text-align: center;
}
.ta-l {
  text-align: left;
}
.fl-r {
  float: right;
}
.fl-l {
  float: left;
}
.fl-n {
  float: none;
}
/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
/*==================     ToTop     ======================*/

.toTop:hover {
  border: 2px solid black;
  text-decoration: none;
}
.toTop:before {
  display: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
}
.parallax1 {
  background-color: #FFF;
  background-image: url(../images/slide1.jpg);
}
.parallax2 {
  background-color: #FFF;
  background-image: url(../images/ventajas3.jpg);
}
@media (min-width: 2050px) {
  .parallax {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  padding: 15px 25px;
  padding-top: 16px;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  background: #000;
  letter-spacing: 2.25px;
}
.btn:hover {
  background: #686868;
  color: white;
}
.btn2 {
  display: inline-block;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 2.25px;
  text-transform: uppercase;
}
.btn2:after {
  display: block;
  content: "";
  width: 209px;
  height: 3px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn2:before {
  display: block;
  content: "";
  width: 1px;
  height: 3px;
  background: transparent;
  margin-left: auto;
  margin-right: auto;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.btn2:hover:after {
  width: 1;
  height: 3px;
  margin-top: 10px;
  background: transparent;
}
.btn2:hover:before {
  width: 209px;
  height: 3px;
  background: #fff;
}
.btn3 {
  position: relative;
}
.btn3:before {
  content: "\f18e";
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 22px;
  color: #414141;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn3:hover:before {
  color: #f46510;
}
/*==================     LISTS     ======================*/
.soc-list:before,
.soc-list:after {
  content: " ";
  display: table;
}
.soc-list:after {
  clear: both;
}
.soc-list li {
  float: left;
  display: inline-block;
  position: relative;
  text-align: center;
}
.soc-list li + li {
  margin-left: 5px;
}
.soc-list li a {
  font-size: 45px;
  line-height: 70px;
  color: #686868;
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-border-radius: 70%;
  -moz-border-radius: 70%;
  border-radius: 70%;
}
.soc-list li a:before {
  text-align: center;
  display: inline-block;
}
.soc-list li a:hover {
  background: #1c1c1c;
}
/*==================      Box      ======================*/
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  width: 50%;
}
.box_cnt {
  display: inline-block;
  width: 50%;
  background: #fff;
  padding-top: 61px;
  padding-left: 40px;
  padding-right: 25px;
  padding-bottom: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_cnt h6 {
  font-weight: 700;
  font-family: 'BenchNine', sans-serif;
  color: #414141;
  text-transform: uppercase;
}
.box_cnt h6 + p {
  margin-top: 17px;
}
.box_cnt p {
  font-size: 16px;
  line-height: 23px;
  color: #7f7f7f;
  font-family: 'Roboto', sans-serif;
}
.box_cnt p + a {
  margin-top: 40px;
}
.box_cnt .btn3 {
  float: right;
}
@media (max-width: 979px) {
  .box_aside {
    width: 100%;
    text-align: center;
    float: none;
  }
  .box_aside img {
    width: 100%;
  }
  .box_cnt {
    width: 100%;
  }
}
.box__no-flow {
  overflow: hidden;
}
.box-2 {
  color: #fff;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
}
.box-2:before,
.box-2:after {
  content: " ";
  display: table;
}
.box-2:after {
  clear: both;
}
.box-2 h6 {
  font-weight: 700;
  letter-spacing: 1.8px;
}
.box-2 * + p {
  margin-top: 23px;
}
.box-3:before,
.box-3:after {
  content: " ";
  display: table;
}
.box-3:after {
  clear: both;
}
.box-3_title {
  float: left;
}
.box-3_title h4 {
  margin-top: 2px;
}
.box-3_title h4 {
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
}
.box-3 .soc-list {
  float: right;
  margin-right: 88px;
  margin-top: 13px;
}
.box-3 .address {
  float: left;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.box-3 .address p {
  font-size: 22px;
  line-height: 32px;
}
.box-3 .copyright {
  margin-top: 19px;
  float: right;
  font-family: 'BenchNine', sans-serif;
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .box-3_title,
  .box-3 .soc-list,
  .box-3 .address,
  .box-3 .copyright {
    float: none;
    display: block;
  }
}
@media (max-width: 767px) {
  .box-3 {
    text-align: center;
  }
  .box-3 .soc-list {
    margin-right: 0;
    margin: 0 auto;
    display: inline-block;
    margin-top: 20px;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #444444;
  text-align: center;
}
header .brand {
  float: none;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
header .brand + * {
  margin-top: 143px;
}
header .header-cnt {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-bottom: 122px;
  opacity: 1;
}
.lt-ie9 header .header-cnt {
  filter: alpha(opacity=100);
}
header .
 h5 {
  letter-spacing: 2.25px;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
}
header .header-cnt h2 {
  color: #ffd339;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
}
header .header-cnt span {
  display: inline-block;
  font-size: 48px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
}
header .header-cnt span + p {
  margin-top: 20px;
}
header .header-cnt p {
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 479px) {
  header .header-cnt h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
/*==================     Brand     ======================*/
.brand {
  z-index: 3;
  display: inline-block;
  position: relative;
  padding-top: 53px;
  padding-right: 58px;
  padding-left: 64px;
  padding-bottom: -18px;
  color: #fff;
  border: none;
  overflow: hidden;
}
.brand:before,
.brand:after {
  content: " ";
  display: table;
}
.brand:after {
  clear: both;
}
.brand_name {
  position: relative;
  z-index: 10;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3.3px;
}
.brand_slogan {
  position: relative;
  z-index: 10;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #ffedaf;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2.8px;
}
/*.brand:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 24px 24px 0;
  border-color: transparent #d64f00 transparent transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}*/
.lt-ie9 .brand:before {
  display: none;
}
.ie9 .brand:before {
  display: none;
}
.brand:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  z-index: 1;
  /*background: url(../images/logo.png) no-repeat left bottom;
  background: linear-gradient(45deg, transparent 18px, #f46510 0) bottom left;
  background: -moz-linear-gradient(45deg, transparent 18px, #f46510 0) bottom left;
  background: -webkit-linear-gradient(45deg, transparent 18px, #f46510 0) bottom left;
  background: -o-linear-gradient(45deg, transparent 18px, #f46510 0) bottom left;
  background: -ms-linear-gradient(45deg, transparent 18px, #f46510 0) bottom left;*/
}
@media (max-width: 479px) {
  .brand {
    padding-right: 30px;
    padding-left: 30px;
  }
  .brand_name {
    font-size: 48px;
    line-height: 54px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: black;
}
/*==================      Well     ======================*/
.well {
  padding-top: 174px;
  padding-bottom: 157px;
}
@media (max-width: 767px) {
  .well {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.lt-ie9 .well-2 {
  padding-bottom: 191px;
  overflow: hidden;
}
.well-3 {
  padding-top: 124px;
  padding-bottom: 198px;
}
@media (max-width: 767px) {
  .well-3 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
.well-4 {
  padding-top: 106px;
  padding-bottom: 215px;
}
@media (max-width: 979px) {
  .well-4 {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.well-5 {
  padding-top: 100px;
  padding-bottom: 96px;
}
.well-6 {
  padding-top: 80px;
  padding-bottom: 58px;
}

/*==================      CNT     ======================*/
.cnt h3 {
  color: 		white;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.25px;


}
.cnt h3 + h5 {
  margin-top: 5px;
}
.cnt h5 {
  color: white;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
.cnt h5 + p {
  margin-top: 37px;
}
.cnt p {
  color: white;
  text-align: left;
  margin-top: 10px;
}
.cnt img {
  margin-top: 11px;
}
.cnt .row + .row {
  margin-top: 153px;
}
@media (max-width: 767px) {
  .cnt {
    text-align: center;
  }
  .cnt .row + .row {
    margin-top: 30px;
  }
  .cnt h3 {
    font-size: 54px;
    line-height: 58px;
  }
}
.cnt2 h4 {
  color: #fff;
  letter-spacing: 2.88px;
}
.cnt2 h4 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
}
.cnt2 h4 + p {
  text-align: center;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
  margin-top: 13px;
  font-size: 24px;
  line-height: 30px;
  color: #757575;
}
.cnt2 * + .row {
  margin-top: 86px;
}
.cnt2 .row + .row {
  margin-top: 32px;
}
.cnt3 {
  position: relative;
  z-index: 10;
}
.cnt3 h4 {
  text-align: center;
  color: #fff;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
}
.cnt3 h4 + p {
  text-align: center;
  font-family: 'BenchNine', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #dbff8e;
  text-transform: uppercase;
  margin-top: 13px;
}
.cnt3 * + .row {
  margin-top: 95px;
}
@media (max-width: 767px) {
  .cnt3 {
    text-align: center;
  }
}
.cnt4 h4 {
  text-align: center;
  color: #fff;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  font-family: 'BenchNine', sans-serif;
}
.cnt4 h4 + p {
  text-align: center;
  font-family: 'BenchNine', sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 6px;
}
.cnt4 * + form {
  margin-top: 57px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #000;
}
.bg {
  background: #1c1c1c;
}
.bg2 {
  background: url(../images/contacto.jpg) no-repeat;
  background-size: cover;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #000;
}

.ui-state-default {
  position: absolute;
  top: 20px;
  left: 50%;
  padding: 5px 10px;
  background: #f00;
  color: #fff;
  cursor: pointer
}
.ui-state-default:hover {
  text-decoration: none;
  background: #f99;
  color: #fff;
}
