@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 18px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.container {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1250px) {
  .container {
    width: 1235px;
  }
}

.relative {
  position: relative;
}

.h-screen {
  height: 100vh;
}

.color-white {
  color: #fff;
}

.color-blue {
  color: #192D36;
}

.color-red {
  color: #D8271F;
}

.color-default {
  color: #192D36;
}

.bg-blue {
  background-color: #192D36;
}

.btn {
  padding: 12px 24px;
  font-size: 16px;
  border: 0;
  font-weight: 300;
  border-radius: 0;
}

.btn-primary {
  background-color: transparent;
  transition: 0.2s ease-in-out;
  background-image: url(../assets/images/bg-button.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px 50px;
  height: auto;
}
.btn-primary:hover {
  background-color: transparent;
}

.heading-h1 {
  font-size: 62px;
  font-weight: 800;
  line-height: 0.85;
}
@media (min-width: 992px) {
  .heading-h1 {
    font-size: 72px;
  }
}
@media (max-width: 576px) {
  .heading-h1 {
    font-size: 42px;
  }
}
.heading-h1 span {
  font-size: 64px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .heading-h1 span {
    font-size: 92px;
  }
}
@media (max-width: 576px) {
  .heading-h1 span {
    font-size: 54px;
  }
}

.heading-h2 {
  font-size: 52px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .heading-h2 {
    font-size: 72px;
  }
}

.heading-h3 {
  font-size: 32px;
  font-weight: 900;
}
@media (min-width: 992px) {
  .heading-h3 {
    font-size: 44px;
  }
}

.heading-h4 {
  font-size: 22px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .heading-h4 {
    font-size: 28px;
  }
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.text-large {
  font-size: 32px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-90 {
  padding-top: 90px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 64px 0 24px;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
  background-color: #fff;
}
header .navbar-brand {
  display: block;
  position: relative;
  top: -30px;
  width: 240px;
  left: 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 99;
  padding: 0;
}
@media (max-width: 991px) {
  header .navbar-brand {
    width: 180px;
    top: -16px;
  }
}
header .navbar-brand img {
  margin: auto;
  width: 100%;
  position: absolute;
}
header .navbar-brand .light {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}
header .navbar-brand .dark {
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
header .nav {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  header .nav {
    margin: 0 -15px;
  }
}
header .nav li {
  padding: 0 16px;
}
@media (max-width: 991px) {
  header .nav li {
    padding: 0 8px;
  }
}
header .nav li a {
  color: #333;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 4px;
}
header .nav li a:hover {
  background-color: #192D36;
}
@media (max-width: 767px) {
  header .nav li a {
    text-align: right;
    padding-right: 28px;
  }
}
header .navbar {
  margin-bottom: 0;
}
header .navbar-toggle .icon-bar {
  background-color: #09B6A7;
}
header .lang {
  position: absolute;
  right: 0;
  top: -66px;
  padding: 7px 30px 10px 20px;
  background-image: url(../assets/images/bg-lang.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  transition: all 0.2s ease-in-out;
}
header .lang span {
  position: relative;
  transition: all 0.2s ease-in-out;
  padding: 0 8px;
}
header .lang span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 14px;
  background-color: #fff;
}
header .lang span:last-child::after {
  display: none;
}
header .lang span a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
header.transparent {
  background-color: transparent;
}
header.transparent .navbar-toggle .icon-bar {
  background-color: #fff;
}
@media (max-width: 767px) {
  header.transparent .nav {
    margin: 0 -15px;
  }
}
header.transparent .nav li a {
  color: #fff;
}
header.scroll {
  background-color: #fff;
  border-bottom-color: #E6E6E6;
  padding: 40px 0 12px;
}
@media (max-width: 767px) {
  header.scroll {
    padding: 0;
  }
}
header.scroll .navbar-brand {
  width: 180px;
  top: -16px;
}
@media (max-width: 767px) {
  header.scroll .navbar-brand {
    top: 5px;
    width: 120px;
  }
}
header.scroll .navbar-brand .light {
  opacity: 0;
}
header.scroll .navbar-brand .dark {
  opacity: 1;
}
header.scroll .nav li a {
  color: #333;
}
header.scroll .nav li a:hover {
  background-color: #192D36;
  color: #fff;
}
header.scroll .navbar-toggle .icon-bar {
  background-color: #192D36;
}
header.scroll .lang {
  top: -44px;
  padding: 6px 30px 6px 20px;
}
@media (max-width: 767px) {
  header.scroll .lang {
    top: 6px;
    right: 50px;
    background-image: none;
    padding: 6px 10px;
  }
}
header.scroll .lang span a {
  font-size: 13px;
}
@media (max-width: 767px) {
  header.scroll .lang span a {
    color: #192D36;
  }
}

.section {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .section {
    padding: 120px 0;
  }
}
.section.section-bg {
  position: relative;
  overflow: hidden;
}
.section.section-bg .background {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
     object-position: center center;
  z-index: -1;
}
.section .section-content.section-inverse {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section .section-content.section-inverse {
    flex-direction: column;
  }
}
.section .section-content .block-img img {
  width: 100%;
}

.form-control {
  background-color: #E6E6E6;
  border-radius: 4px;
  box-shadow: none;
  padding: 12px;
  height: auto;
}

.hero .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero .container .hero-content {
  width: 100%;
}
@media (min-width: 576px) {
  .hero .container .hero-content {
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .hero .container .hero-content {
    max-width: 450px;
  }
}
.hero .outlines {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 80%;
}
@media (max-width: 991px) {
  .hero .outlines {
    height: 50%;
  }
}
@media (max-width: 767px) {
  .hero .outlines {
    display: none;
  }
}
.hero .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}
@media (max-width: 767px) {
  .hero .bar {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .section-product {
    padding: 30px 0;
  }
}

.products {
  position: relative;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .products {
    padding: 0;
    margin-bottom: 40px;
  }
}
.products .container {
  position: relative;
  z-index: 1;
}
.products .caption {
  padding-right: 100px;
}
@media (max-width: 767px) {
  .products .caption {
    padding-right: 0;
  }
}
.products .bg-area {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../assets/images/area-left.png);
  background-position: center left;
  background-size: contain;
  z-index: 0;
}
.products.right .bg-area {
  background-image: url(../assets/images/area-right.png);
  background-position: center right;
  left: auto;
  right: 0;
}

@media (min-width: 992px) {
  .form form {
    max-width: 900px;
    margin: auto;
  }
}
.form .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
}
@media (max-width: 767px) {
  .form .bar {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .form .caption .inner {
    margin-left: 60px;
  }
}

footer {
  padding: 80px 0 32px;
}
@media (max-width: 991px) {
  footer {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 32px 0 24px;
  }
}
footer .footer-brand {
  width: 200px;
  display: inline-block;
}
footer .footer-brand img {
  width: 100%;
}
@media (max-width: 767px) {
  footer .footer-brand {
    margin: auto;
    display: block;
    margin-bottom: 32px;
  }
}
footer .caption {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .caption {
    text-align: center;
    justify-content: center;
  }
}
footer .caption .inner {
  max-width: 500px;
}
footer .caption .inner .social {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  footer .caption .inner .social {
    justify-content: center;
  }
}
footer .caption .inner .social a {
  display: inline-block;
  height: 60px;
  width: 60px;
}
footer .caption .inner a {
  text-decoration: none;
}
footer .caption .inner a.houston img {
  height: 10px;
}
footer .caption .inner p {
  font-size: 14px;
}
footer .background {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  height: 90%;
}
@media (max-width: 767px) {
  footer .background {
    width: 80%;
    height: auto;
  }
}

#mensajes .thanks {
  font-size: 18px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 600;
  background-color: #89C04A;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

#mensajes .thanks_error {
  font-size: 14px;
  padding: 6px;
  line-height: 120%;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: 700;
  background-color: #C35F63;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

label.error {
  color: red;
}/*# sourceMappingURL=styles.css.map */