body, html {
  font-family: 'Noto Sans', sans-serif;
  background-color: #f0f0f0;
}

.clearfix, .divisor-1, .divisor-2, .divisor-3, .divisor-4, .divisor-5, .divisor-6, .divisor-7, .divisor-8 {
  clear: both;
}

.divisor-1 {
  height: 10px;
}

.divisor-2 {
  height: 20px;
}

.divisor-3 {
  height: 30px;
}

.divisor-4 {
  height: 40px;
}

.divisor-5 {
  height: 50px;
}

.divisor-6 {
  height: 60px;
}

.divisor-7 {
  height: 70px;
}

.divisor-8 {
  height: 80px;
}

img {
  max-width: 100%;
  height: auto;
}

.nopadding {
  padding: 0;
}

.relative {
  position: relative;
}

.hero-section {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  position: relative;
  background-position: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 10px solid #6EADE7;
}

.hero-section::after{
  content: '';
  position: absolute;
  left: calc(50% - 20px);
  bottom: -30px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #6EADE7;
  clear: both;
}

.hero-section .content-hero {
  width: 100%;
}

.hero-section h1, .hero-section .secundary-title {
  color: #f6f6f6;
  text-align: center;
  width: 40%;
  margin: 0 auto;
  font-size: 5vh;
  font-weight: 300;
}

.hero-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2%;
}

.hero-section form input[type=text],
.hero-section form input[type=number] {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fffcfc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url(../img/search-icon.png);
  background-position: 10px 12px;
  background-repeat: no-repeat;
  padding: 9px 22px 11px 38px;
  font-family: 'Noto Sans', sans-serif;
  outline: none;
}

.hero-section form input[type=submit] {
  background-color: #6EADE7;
  border: none;
  font-size: 16px;
  padding: 9px 16px 12px 16px;
  color: white;
  margin-left: -10px;
  font-family: 'Noto Sans', sans-serif;
}

.hero-section form input[type=submit]:hover {
  background: #3c85ce;
}

.hero-section form select {
  width: 12%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fffcfc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  padding: 7px 16px 9px 16px;
  font-family: 'Noto Sans', sans-serif;
  margin-right: 10px;
}

.hero-section .button-change {
  background-color: transparent;
  padding: 8px 16px 9px 16px;
  border: 2px solid white;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  cursor: pointer;
}

.hero-section .button-change:hover {
  background: white;
  color: #6EADE7;
}

.inline-carousel {
  margin-top: 50px;
  clear: both;
}

.form-section {
  background-color: #F0F0F0;
  width: 100%;
  padding-top: 4%;
  padding-bottom: 4%;
  height: auto;
  background: #F0F0F0 url("../img/curved-line.png") center bottom;
  background-repeat: no-repeat;
  padding-bottom: 230px;
  color: #666666;
}

.form-section .form-title {
  font-size: 18px;
}

.form-section .form-title p:first-child {
  font-size: 24px;
}

.form-section form.customer-contact-us {
  font-size: 16px;
}

.form-section form.customer-contact-us input.field, .form-section form.customer-contact-us textarea {
  width: 100%;
  padding: 12px;
  border: none;
  margin-top: 10px;
  border: 1px solid white;
  border-radius: 5px;
}

.form-section form.customer-contact-us textarea {
  height: 130px;
}

.form-section .submit-form-section {
  padding: 12px;
  border: none;
  margin-top: 10px;
  background-color: #57A9FC;
  border: 1px solid #57A9FC;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: white;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
}

.message-form {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #57A9FC;
  border-radius: 6px;
  font-weight: 900;
  display: none;
  color: #666666;
  text-align: center;
}

form.customer-contact-us {
  font-size: 16px;
}

form.customer-contact-us input.field, form.customer-contact-us textarea {
  width: 100%;
  padding: 12px;
  border: none;
  margin-top: 10px;
  border: 1px solid white;
  border-radius: 5px;
  color: #333333;
}

form.customer-contact-us textarea {
  height: 130px;
}

.submit-form-section {
  padding: 12px;
  border: none;
  margin-top: 10px;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: #57A9FC;
  width: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.message-form-menu {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #fff;
  border-radius: 6px;
  font-weight: 900;
  display: none;
}

.mg-right-5 {
  margin-right: 5%;
}

.mg-left-5 {
  margin-left: 5%;
}

@media screen and (max-width: 965px) {
  .mg-right-5 {
    margin-right: 2%;
  }
  
  .mg-left-5 {
    margin-left: 2%;
  }
}

@media screen and (min-width: 200px) and (max-width: 786px) {
  .form-section {
    background-size: inherit;
    background-position: bottom;
    padding-bottom: 90px;
  }
}

/*# sourceMappingURL=home.css.map */