@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li, a, button {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #fff !important;
  text-decoration: none !important;
  list-style: none;
}

button:focus, button.focus {
  outline: none !important;
}

h1, h2, h3 {
  line-height: 1.5 !important;
}

/*  INICIO   */
.komatsu-text {
  color: #ffea06 !important;
}

.our-services-title {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 70px;
  background-color: #ff6b00;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-top: 50px;
  padding: 20px 0 0 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.495) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.495) 0px 3px 7px 0px;
}

.our-services-detail {
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #d0cfcd;
  height: auto;
}

.service-list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service-btn {
  z-index: 1;
  position: relative;
  margin: auto;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  height: auto;
  display: inline-block;
  background-color: #a1a1a1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.service-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.service-btn a img {
  width: 100%;
}

.service-btn:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.495) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.495) 0px 3px 7px 0px;
  border: solid 1px #fff;
}

.home-service-text {
  padding: 15px;
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  z-index: 3;
}

.home-services-img {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.home-service-btn {
  bottom: 0;
  right: 0;
  position: absolute;
  width: 100px;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 35px solid #ff6b00;
}

.home-service-btn-text {
  position: relative;
  margin-top: 6px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-align: right;
}

.our-services-title-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 70px;
  background-color: #ff6b00;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 26px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin: 120px 0 0px;
  padding: 55px 0 30px;
}

.service-gallery {
  width: 100%;
  height: auto;
  padding: 20px 0 0px;
  background-color: #fff;
  margin-bottom: 0px;
}

.service-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.service-gallery-btn {
  z-index: 3;
  cursor: pointer;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 100px;
  height: 40px;
  border-right: 0px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid #ff6b00;
}

.service-gallery-btn button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  width: 100px;
  height: 40px;
  position: absolute;
  top: -38px;
  right: -10px;
  border: none;
  background-color: transparent;
}

.service-gallery-btn button:focus, .service-gallery-btn button.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.service-gallery-btn:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-top: 40px solid #ff8c00;
}

.carousel-service-text {
  width: 100%;
  height: auto;
  background-color: #5c5c5b;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}

.contact-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #4a4a4af5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
}

.contact-izquierda, .contact-izquierda2 {
  position: relative;
  width: 50%;
  height: auto;
  margin: 0;
  border-left: solid 1px #d0cfcd;
  left: 0;
  padding: 10px 25px;
}

.contact-izquierda2 {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.form-title {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.contact-derecha {
  position: relative;
  width: 50%;
  margin: 0;
  height: 300px;
  padding: 125px 15px 15px;
}

.contact-derecha div {
  margin: 15px;
  padding: 0;
}

textarea {
  height: 140px !important;
}

.g-recaptcha {
  width: 60% !important;
  display: inline-block !important;
}

.submit-contact-btn {
  z-index: 1;
  position: relative;
  display: inline-block;
  width: 35%;
  top: -35px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding: 8px 25px;
  background-color: #ff6b00;
  border: solid 2px #ff6b00;
  border-radius: 50px;
  cursor: pointer;
}

.submit-contact-btn:hover {
  background-color: #083060;
  border: solid 2px #ff6b00;
  -webkit-box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.whatsapp-contact-btn {
  z-index: 1;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.whatsapp-contact-btn button {
  padding: 8px 25px;
  background-color: #10c400;
  border: solid 2px #fff;
  border-radius: 50px;
  cursor: pointer;
  width: 70%;
}

.whatsapp-contact-btn button:hover {
  background-color: #0c9100;
  border: solid 2px #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mail-contact-btn, .phone-contact-btn {
  z-index: 1;
  position: relative;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}

.mail-contact-btn button, .phone-contact-btn button {
  padding: 8px 25px;
  background-color: #ff6b00;
  border: solid 2px #fff;
  border-radius: 50px;
  cursor: pointer;
  width: 70%;
}

.mail-contact-btn button:hover, .phone-contact-btn button:hover {
  background-color: #083060;
  border: solid 2px #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-icon {
  position: absolute;
  margin: 6px 0 0 7px;
  width: 35px;
  height: 35px;
}

.client-logo {
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.client-logo a img {
  background-color: #fff;
  width: 70%;
  height: auto;
}

/*  FOOTER   */
.footer {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  width: 100%;
  height: 150px;
  background: #083060;
  background: -webkit-gradient(left top, right top, color-stop(0%, #083060), color-stop(100%, #051d3a));
  background: -webkit-gradient(linear, left top, right top, from(#083060), to(#051d3a));
  background: linear-gradient(to right, #083060 0%, #051d3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083060', endColorstr='#051d3a', GradientType=1 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.footer .footer-text {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

.footer .footer-text2 {
  width: 100%;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: #939090;
}

.lord-btn {
  color: #939090 !important;
  cursor: pointer;
}

.lord-btn:hover {
  color: #ff6b00 !important;
}

header {
  position: fixed;
  z-index: 100;
  background: #083060;
  background: -webkit-gradient(left top, right top, color-stop(0%, #083060), color-stop(100%, #051d3a));
  background: -webkit-gradient(linear, left top, right top, from(#083060), to(#051d3a));
  background: linear-gradient(to right, #083060 0%, #051d3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083060', endColorstr='#051d3a', GradientType=1 );
  -webkit-box-shadow: rgba(0, 0, 0, 0.495) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.495) 0px 3px 7px 0px;
  border-bottom: solid 4px #ff6b00;
  padding: 15px 0;
  width: 100%;
  top: 0;
}

header div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-btn {
  margin-right: auto;
}

.logo {
  cursor: pointer;
}

.collapse:not(.show) {
  display: block !important;
}

.nav_links {
  list-style: none;
  margin-top: 15px;
}

.nav_links li {
  display: inline-block;
  padding: 0 25px;
}

.nav_links li a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav_links li a:hover {
  color: #ff6b00 !important;
}

.contact-btn button {
  margin-left: 25px;
  padding: 7px 17px;
  background-color: #ff6b00;
  border: solid 2px #ff6b00;
  border-radius: 34px;
  cursor: pointer;
}

.contact-btn button:hover {
  border: solid 2px #ff6b00;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #083060;
}

.contact-btn-m, .contact-btn-inactive-m {
  display: none;
}

.contact-btn-inactive button {
  margin-left: 25px;
  padding: 7px 17px;
  background-color: #051d3a;
  border: solid 2px #ff6b00;
  border-radius: 34px;
  cursor: pointer;
}

.contact-btn-inactive button:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #051d3a;
}

.active a {
  color: #ff6b00 !important;
  font-weight: 400;
}

.menu-icon {
  display: none;
}

#home-parallax1 {
  padding-top: 120px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 630px;
  background-image: url("../img/parallax/home-parallax1.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.parallax-title {
  position: relative;
  width: auto;
  height: 0;
  border-right: 70px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 80px solid #ff6b00;
  text-align: left;
}

.parallax1-title {
  position: relative;
  width: auto;
  max-width: 700px;
  height: 0;
  border-right: 70px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 80px solid #ff6b00;
}

.parallax2-title {
  position: relative;
  margin-left: auto;
  width: auto;
  max-width: 700px;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 80px solid #ff6b00;
}

.parallax1-title-text, .parallaxh-title-text, .parallaxC-title-text {
  position: relative;
  margin-top: 8px;
  padding-left: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  text-align: left;
}

.parallaxh-title-text {
  margin-top: 8px !important;
}

.parallaxC-title-text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.parallax2-title-text {
  position: relative;
  margin-top: 8px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  text-align: right;
}

.parallax1-text, .parallax2-text, .parallaxh1-text, .parallaxUs2-text, .parallaxUs3-text {
  position: relative;
  width: 100%;
  height: auto;
  padding: 15px;
  background-color: #4a4a4af5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  text-align: justify;
}

.parallaxUs1-text {
  position: relative;
  width: 70%;
  height: auto;
  padding: 15px;
  background-color: #4a4a4af5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  text-align: justify;
  margin: 0;
}

.parallaxUs2-text {
  padding-bottom: 50px;
  text-align: center;
}

.parallaxUs3-text {
  text-align: justify;
}

.img-us-mobile {
  display: none;
}

.parallaxUs-logo {
  width: 30%;
  height: auto;
  background-color: #083060;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.parallax1-btn {
  cursor: pointer;
  margin-left: auto;
  margin-top: -8px;
  position: relative;
  width: 110px;
  height: 0;
  border-right: 0px solid transparent;
  border-left: 30px solid transparent;
  border-top: 40px solid #083060;
}

.parallax1-btn:hover {
  border-top: 40px solid #051d3a;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax1-btn-text {
  position: relative;
  margin-top: -32px;
  padding-right: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-align: right;
}

#home-parallax2 {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 450px;
  background-image: url("../img/parallax/home-parallax2.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 50px 0;
}

.parallaxh2-text {
  padding: 15px 15px 40px !important;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff;
  text-align: center !important;
  background-color: #4a4a4af5;
}

.parallax-contact-btn {
  z-index: 1;
  position: relative;
  top: -25px;
}

.parallax-contact-btn button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  padding: 10px 25px;
  background-color: #ff6b00;
  border: solid 2px #ff6b00;
  border-radius: 50px;
  cursor: pointer;
}

.parallax-contact-btn button:hover {
  border: solid 2px #ff6b00;
  background-color: #083060;
  -webkit-box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax-gallery-btn {
  z-index: 2;
  position: relative;
  top: -45px;
}

.parallax-gallery-btn button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #fff;
  padding: 10px 25px;
  background-color: #083060;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  border: solid 2px #fff;
}

.parallax-gallery-btn button:hover {
  background-color: #051d3a;
  -webkit-box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
          box-shadow: rgba(0, 0, 0, 0.598) 0px 3px 7px 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.parallax-gallery-btn button:focus, .parallax-gallery-btn button.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#service-parallax1, #service-parallax2, #service-parallax3, #service-parallax4, #service-parallax5, #service-parallax6, #service-parallax7, #service-parallax8 {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-top: solid 5px #ff6b00;
}

#service-parallax1 {
  background-image: url("../img/parallax/service-parallax1.jpg");
}

#service-parallax2 {
  background-image: url("../img/parallax/service-parallax2.jpg");
}

#service-parallax3 {
  background-image: url("../img/parallax/service-parallax3.jpg");
}

#service-parallax4 {
  background-image: url("../img/parallax/service-parallax4.jpg");
}

#service-parallax5 {
  background-image: url("../img/parallax/service-parallax5.jpg");
}

#service-parallax6 {
  background-image: url("../img/parallax/service-parallax6.jpg");
}

#service-parallax7 {
  background-image: url("../img/parallax/service-parallax7.jpg");
}

#service-parallax8 {
  background-image: url("../img/parallax/service-parallax8.jpg");
}

#contact-parallax {
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 620px;
  background-image: url("../img/parallax/home-parallax2.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 180px 0 60px;
}

#us-parallax1 {
  margin-top: 120px;
  padding-top: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 720px;
  background-image: url("../img/services/ParallaxNosotros1.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#us-parallax2 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 550px;
  background-image: url("../img/services/ParallaxNosotros2.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

#us-parallax3 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  height: 550px;
  background-image: url("../img/services/ParallaxNosotros3.jpg");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  header {
    height: 90px;
    padding: 8px 0;
  }
  nav {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    border-bottom: solid 4px #ff6b00;
    width: 100% !important;
    margin-top: 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.495) 0px 3px 5px 0px;
            box-shadow: rgba(0, 0, 0, 0.495) 0px 3px 5px 0px;
    background: #083060;
    background: -webkit-gradient(left top, right top, color-stop(0%, #083060), color-stop(100%, #051d3a));
    background: -webkit-gradient(linear, left top, right top, from(#083060), to(#051d3a));
    background: linear-gradient(to right, #083060 0%, #051d3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#083060', endColorstr='#051d3a', GradientType=1 );
  }
  nav ul {
    margin-top: 2px !important;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  nav ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px 15px !important;
    margin: 0;
    background-color: transparent;
  }
  nav ul li a {
    padding: 5px 110px;
  }
  .collapse:not(.show) {
    display: none !important;
  }
  .contact-btn-m, .contact-btn-inactive-m {
    display: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: -5px 0 10px;
  }
  .contact-btn-m button, .contact-btn-inactive-m button {
    padding: 4px 50px;
    background-color: #ff6b00;
    border: solid 2px #ff6b00;
    border-radius: 34px;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
  }
  .contact-btn-inactive-m button {
    background-color: #051d3a !important;
    border: solid 2px #ff6b00 !important;
  }
  .contact-btn, .contact-btn-inactive {
    display: none;
  }
  .logo {
    height: 70px;
    margin-left: 15px;
  }
  .menu-icon, .close-icon {
    margin-right: 15px;
    position: relative;
    background-position: 0px 0px;
    display: block;
    border: none;
    background-color: transparent;
    width: 35px;
    height: 29px;
  }
  .menu-icon {
    background-image: url("../img/icons/menu-icon.png");
  }
  .close-icon {
    background-image: url("../img/icons/close-icon.png");
  }
  #home-parallax1 {
    padding-top: 90px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 540px;
  }
  .parallax-title {
    margin-left: 15px;
    border-right: 55px solid transparent;
    border-bottom: 65px solid #ff6b00;
  }
  .parallaxh-title-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-top: 6px !important;
  }
  .parallax1-text, .parallax2-text, .parallaxh1-text, .parallaxUs1-text {
    margin: 0 15px;
    padding-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
  }
  .parallax1-btn {
    margin-right: 15px;
    margin-top: 0px;
    width: 110px;
    height: 0;
  }
  .parallax1-title, .parallax2-title {
    margin-left: 15px;
    margin-right: 15px;
    width: 100%;
    max-width: auto;
    height: auto;
    background-color: #ff6b00;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding-right: 15px;
  }
  .parallax2-title {
    padding-right: 0;
    padding-left: 15px;
  }
  .parallax1-title-text, .parallax2-title-text, .parallaxC-title-text {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    z-index: 2;
    text-align: center;
    left: 0;
  }
  .parallax-gallery-btn button {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }
  .our-services-title {
    height: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    margin-top: 30px;
    padding: 15px 0 0 0;
  }
  .our-services-detail {
    padding: 25px 15px;
  }
  .service-list {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .service-list li {
    margin-bottom: 15px;
  }
  .service-btn {
    width: 98%;
    height: auto;
    background-color: #a1a1a1;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .service-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .service-btn a img {
    width: 100%;
  }
  .home-service-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    z-index: 3;
  }
  #home-parallax2 {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 300px;
    margin: 30px 0;
  }
  .parallaxh2-text {
    margin-top: 15px;
    margin-left: 0;
    padding: 15px 15px 40px !important;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    text-align: center !important;
  }
  .parallax-contact-btn {
    z-index: 1;
    position: relative;
    top: -25px;
  }
  .parallax-contact-btn button {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 8px 25px;
    background-color: #ff6b00;
    border: solid 2px #ff6b00;
    border-radius: 50px;
    cursor: pointer;
  }
  .our-services-title-section {
    height: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    margin: 90px 0 0px;
    padding: 30px 0 10px;
  }
  #service-parallax5 {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 500px;
  }
  #service-parallax1, #service-parallax2, #service-parallax3, #service-parallax4, #service-parallax6, #service-parallax7, #service-parallax8 {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 400px;
  }
  .service-gallery {
    margin-bottom: -40px !important;
  }
  #contact-parallax {
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 820px;
    margin: 110px 0 30px;
  }
  .parallaxC-title-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
  .contact-box {
    margin: 0 15px;
    padding: 10px 0;
    display: block;
  }
  .contact-izquierda, .contact-izquierda2 {
    width: 100%;
    border-left: none;
    border-top: solid 1px #d0cfcd;
    left: 0;
    padding: 15px 15px 5px;
  }
  .contact-izquierda button, .contact-izquierda2 button {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    padding: 7px 35px;
  }
  .contact-izquierda2 {
    height: auto;
  }
  .contact-derecha {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 10px 15px 20px;
  }
  .contact-derecha div {
    margin: 10px 0;
    padding: 0;
  }
  textarea {
    height: 80px !important;
  }
  .g-recaptcha {
    width: 100% !important;
    display: block !important;
  }
  .submit-contact-btn {
    display: block;
    width: 50%;
    top: 10px;
    margin: 2px 25% 10px;
  }
  .whatsapp-contact-btn, .mail-contact-btn, .phone-contact-btn {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
  }
  .whatsapp-contact-btn button, .mail-contact-btn button, .phone-contact-btn button {
    padding: 8px 8px 8px 40px;
    width: 100%;
  }
  .contact-icon {
    width: 32px;
    height: 32px;
  }
  #us-parallax1 {
    background-image: none;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 910px;
    margin: 80px 0 0px;
    padding: 18px 15px 0;
  }
  .parallaxUs1-text {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
  }
  .parallaxUs-logo {
    width: 100%;
    padding: 15px 0 10px;
  }
  .parallaxUs-logo img {
    width: 40%;
  }
  #us-parallax2 {
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 450px;
  }
  .parallaxUs2-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    padding-bottom: 40px;
    text-align: center;
  }
  #us-parallax3 {
    margin-top: 30px;
    margin-bottom: 30px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    height: 700px;
  }
  .parallaxUs3-text {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    padding-bottom: 40px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: justify;
  }
  .img-us-mobile {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: solid 2px #ff6b00;
  }
  .img-us-mobile img {
    width: 100%;
  }
  .client-logo a img {
    width: 90%;
  }
}
/*# sourceMappingURL=styles.css.map */