.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.image, .container {
  text-align: center;
}

.section {
  background-image: url('../images/Banner-1-.png');
  background-position: 0 100%;
  background-size: cover;
  height: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.banner-title {
  opacity: 1;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-top: 10px;
  font-family: Josefin Sans, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
}

.text-block-9 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  margin-top: 20px;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 100;
  line-height: 30px;
}

.form {
  text-align: center;
  background-color: #eeeeeea6;
  border-radius: 0;
  height: 500px;
  padding-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 1px 1px 30px #000;
}

.input-style {
  color: #000;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
}

.input-style::placeholder {
  color: #000;
}

.select-field {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  font-family: Montserrat, sans-serif;
}

.select-field:active {
  color: #000;
}

.button {
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #da432e;
}

.error-message {
  z-index: 5;
  text-align: center;
  background-color: #ddd;
  padding-top: 135px;
  padding-bottom: 135px;
  position: fixed;
  inset: -12px 0;
}

.text-block-8 {
  font-family: Montserrat, sans-serif;
}

.columns {
  height: 700px;
  margin-left: 0;
  margin-right: 0;
}

.column {
  margin-top: 100px;
}

.form-block {
  height: 319px;
}

.column-2 {
  margin-top: 100px;
  padding-left: 200px;
}

.container-2 {
  margin-left: 50px;
  margin-right: 50px;
}

.form-2 {
  text-align: center;
  background-color: #eeeeeea6;
  border: 1px solid #000;
  border-radius: 0;
  padding: 20px 20px 60px;
  box-shadow: 1px 1px 30px #000;
}

.button-2 {
  text-transform: uppercase;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #da432e;
}

.heading {
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}

.column-3 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.linea-negra {
  background-color: #000;
  height: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2 {
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 13.5px;
  font-weight: 600;
}

.section-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 75px;
}

.sub {
  color: #000;
  border-bottom: 2px solid #2c2c37;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-style: normal;
  text-decoration: none;
}

.paragraph-3 {
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.columns-2 {
  margin-bottom: 20px;
}

.icon-box {
  background-color: #ff6b57;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
  display: block;
}

.icon-box.servicios {
  color: #000;
  background-color: #000;
}

.icon-box.servicios:active {
  color: #000;
}

.icon-title {
  color: #333;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 18px;
}

.button-3 {
  text-transform: uppercase;
  background-color: #ff6b57;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 15px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #da432e;
}

.container-3 {
  text-align: center;
}

.column-4 {
  margin-top: 20px;
}

.image-2 {
  margin-bottom: 0;
}

.columns-3, .diferenciales {
  margin-top: 40px;
  margin-bottom: 40px;
}

.donde-estamos {
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.columns-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.column-5, .column-6, .column-7, .column-8 {
  text-align: center;
}

.image-3, .image-4, .image-5, .image-6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paragraph-4, .paragraph-5 {
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
}

.paragraph-6 {
  font-family: Josefin Sans, sans-serif;
}

.paragraph-7, .paragraph-8 {
  font-family: Josefin Sans, sans-serif;
  font-size: 16px;
}

.heading-3 {
  text-align: center;
  background-color: #efefef;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.button-4 {
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.container-4 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.men {
  text-align: center;
}

.women {
  text-align: center;
  margin-bottom: 20px;
}

.columns-5 {
  margin-top: 20px;
}

.container-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-9 {
  font-family: Montserrat, sans-serif;
}

.image-7 {
  text-align: center;
  margin: 20px 60px 60px;
}

.section-2 {
  background-color: #efefef;
}

.div-block {
  text-align: center;
  height: 455px;
}

.column-9 {
  text-align: center;
}

.heading-4 {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.column-10 {
  height: 455.5px;
}

.bottom {
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-5 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-decoration: none;
}

.bold-text, .bold-text-2 {
  font-size: 16px;
}

.section-3 {
  text-align: center;
}

.section-6 {
  text-align: center;
  background-color: #494949;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer {
  color: #000;
  text-align: center;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
}

.section-10 {
  text-align: center;
  background-color: #000;
  padding: 5px 10px;
}

@media screen and (max-width: 991px) {
  .column-10, .column-11 {
    height: auto;
  }

  .columns-6 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 34px;
  }

  .icon-title {
    height: 100px;
  }

  .column-9 {
    text-align: center;
  }

  .column-10 {
    height: auto;
  }

  .column-11 {
    text-align: center;
    height: auto;
  }

  .code-embed-2 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-position: 0%;
    background-size: auto;
  }

  .banner-title {
    font-size: 30px;
    line-height: 33px;
  }

  .form, .form-2 {
    margin-top: 40px;
  }

  .heading, .paragraph {
    text-align: center;
  }

  .paragraph-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .icon-title {
    height: 60px;
  }

  .column-9 {
    text-align: center;
  }

  .column-10, .container-6, .column-11 {
    height: auto;
  }
}


