.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #444242;
  background-color: #f6f2cc;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #084b89;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.section.hereo {
  height: 100svh;
  background-image: url('../images/fondo_industrial.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.section.step {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.gracias {
  width: 100%;
  height: 100svh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.experience {
  height: 560px;
  color: #f6f2cc;
  background-color: #565b57;
  align-items: center;
  display: flex;
  position: relative;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.nav-bar {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding-top: 20px;
}

.container.hero-wrapper {
  color: #084b89;
  flex-direction: row;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.container.step-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 60px;
  display: grid;
}

.container.step-title {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.container.footer {
  padding-top: 40px;
}

.container.gracias {
  width: 100%;
  border: 1px solid #444242;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
}

.container.experience {
  z-index: 3;
  justify-content: flex-end;
  padding: 40px;
  display: flex;
  position: relative;
}

.brand-logo {
  height: 52px;
}

.hero-wrapper.left {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-wrapper.right {
  width: 50%;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.image {
  width: 600px;
}

.body {
  background-color: #f6f2cc;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 21px;
}

.contact-form__wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-form__container {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.contact__input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #084b89;
  border-radius: 4px;
  margin-top: 7px;
  margin-bottom: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact__input:focus {
  color: #084b89;
  border-color: #084b89;
}

.contact__input::-ms-input-placeholder {
  color: #084b89;
  font-weight: 500;
}

.contact__input::placeholder {
  color: #084b89;
  font-weight: 500;
}

.contact__submit {
  width: 60%;
  color: #fff;
  background-color: #d05a57;
  border-radius: 4px;
  padding: 12px 40px;
  font-weight: 600;
  transition: background-color .2s;
}

.contact__submit:hover {
  color: #d05a57;
  background-color: #fff;
}

.contact-error-message {
  color: #fff;
  text-align: center;
  background-color: #db4747;
  margin-top: 20px;
}

.text-block {
  font-size: 18px;
  line-height: 26px;
}

.text-block-2 {
  margin-top: 20px;
  font-weight: 600;
}

.hero-title {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
}

.hero-title.tablet {
  display: none;
}

.div-block {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-2 {
  height: 130px;
  margin-bottom: 25px;
}

.footer {
  background-color: #444242;
}

.footer__company-txt {
  margin-top: 30px;
  font-weight: 400;
  line-height: 22px;
}

.footer__copyright-wrap {
  color: #fff;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: flex;
}

.footer__social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.footer__logo-b {
  width: 180px;
}

.footer-grid {
  text-align: center;
}

.footer__link-title {
  letter-spacing: 2px;
  font-weight: 300;
}

.footer_link-txt {
  font-size: 20px;
  line-height: 28px;
}

.footer__copyright-link {
  color: #d05a57;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.footer__copyright-link:hover {
  color: #fff;
}

.footer__link {
  color: #fff;
  align-items: center;
  margin-top: 10px;
  text-decoration: none;
  display: flex;
}

.footer-grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 30px;
  display: grid;
}

.navbar-social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar-social-link {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.navbar-social-image, .navbar-social-hover-image {
  height: 20px;
  position: absolute;
}

.footer-link-ico-wrapper {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: flex-end;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.contact-ico-image, .contact-ico-hover-image {
  height: 20px;
  position: absolute;
}

.hero-form-wrapper, .hero-title-wrapper {
  width: 80%;
}

.hero-mobile-title-wrapper {
  display: none;
}

.whatsapp__wrapper {
  z-index: 12;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 40px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.whtasapp__link {
  width: 65px;
  height: 65px;
  cursor: pointer;
  display: block;
  position: relative;
}

.whatsapp-img, .whatsapp-img-hover {
  position: absolute;
}

.thanks__link-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.thanks__logo {
  height: 90px;
}

.thanks__wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.thanks-title {
  font-size: 28px;
  line-height: 32px;
}

.thanks__txt {
  width: 70%;
  text-align: center;
}

.thanks__button {
  color: #fff;
  background-color: #d05a57;
  border: 1px solid #d05a57;
  border-radius: 4px;
  margin-top: 20px;
  padding: 9px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s, background-color .2s;
}

.thanks__button:hover {
  color: #fff;
  background-color: #444242;
  border: 1px solid #444242;
}

.contact-radio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-right: 20px;
  font-size: 13px;
  line-height: 21px;
  display: grid;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.experience-txt {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.experience-wrapper {
  width: 50%;
}

.div-block-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.button {
  color: #fff;
  background-color: #d05a57;
  border: 1px solid #d05a57;
  border-radius: 4px;
  margin-top: 20px;
  padding: 9px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: border-color .2s, background-color .2s;
}

.button:hover {
  color: #d05a57;
  background-color: #fff;
  border: 1px solid #fff;
}

@media screen and (max-width: 991px) {
  h2 {
    text-align: center;
  }

  .section.step {
    margin-top: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.hero-wrapper {
    padding-top: 10px;
  }

  .hero-wrapper.right, .image {
    align-self: center;
  }

  .hero-title {
    display: none;
  }

  .hero-title.tablet {
    text-align: center;
    margin-top: 60px;
    font-size: 32px;
    line-height: 40px;
    display: block;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer__link-title {
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-form-wrapper {
    width: 90%;
  }

  .whatsapp__wrapper {
    margin-right: 20px;
    padding-bottom: 20px;
  }

  .experience-wrapper {
    width: 100%;
    background-image: linear-gradient(198deg, #565b57 18%, #565b57 39%, rgba(0, 0, 0, 0) 66%);
    padding: 40px 40px 40px 50%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    text-align: center;
  }

  .section.hereo {
    height: auto;
  }

  .section.experience {
    height: auto;
    flex-direction: column;
  }

  .container.nav-bar {
    justify-content: center;
    display: flex;
  }

  .container.hero-wrapper {
    flex-direction: column;
    margin-top: 20px;
    padding-top: 0;
  }

  .container.step-grid {
    grid-template-columns: 1fr;
  }

  .container.gracias {
    width: 80%;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.experience {
    padding: 60px 20px 20px;
  }

  .hero-wrapper.left {
    width: 100%;
  }

  .hero-wrapper.right {
    width: 100%;
    flex-direction: column;
    order: -1;
    align-items: center;
  }

  .contact__input {
    text-align: center;
  }

  .contact__submit {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block {
    font-size: 14px;
    line-height: 21px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .hero-title.tablet {
    display: none;
  }

  .div-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    padding-top: 20px;
  }

  .footer__company-txt {
    text-align: center;
    margin-top: 0;
  }

  .footer__copyright-wrap {
    padding: 10px 20px;
  }

  .footer__logo-b {
    margin-bottom: 20px;
  }

  .footer-grid {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer__link-title {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer_link-txt {
    font-size: 22px;
    line-height: 32px;
  }

  .footer__link {
    justify-content: center;
    margin-top: 5px;
  }

  .footer-grid-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-form-wrapper {
    width: 100%;
    text-align: center;
  }

  .hero-title-wrapper {
    display: none;
  }

  .hero-mobile-title-wrapper {
    width: 65%;
    text-align: center;
    display: block;
  }

  .whtasapp__link {
    width: 55px;
  }

  .thanks__logo {
    height: 80px;
    margin-bottom: 10px;
  }

  .thanks__wrapper {
    padding-top: 20px;
  }

  .thanks__button {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-radio {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .experience-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 40px;
  }

  .div-block-3 {
    padding-top: 20px;
    padding-right: 20px;
    position: static;
  }

  .button {
    font-size: 16px;
    line-height: 24px;
  }

  .image-3 {
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
  }

  .contact-form__wrap {
    padding: 0;
  }

  .hero-title {
    font-size: 26px;
    line-height: 36px;
  }

  .footer__copyright-wrap {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }

  .footer__logo-b {
    width: 180px;
  }

  .footer_link-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .navbar-social-wrapper {
    margin-top: 10px;
  }

  .navbar-social-image, .navbar-social-hover-image, .contact-ico-image, .contact-ico-hover-image {
    height: 20px;
  }

  .hero-mobile-title-wrapper {
    width: 95%;
  }

  .whatsapp__wrapper {
    margin-right: 10px;
    padding-bottom: 20px;
  }

  .thanks__link-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .thanks__wrapper {
    text-align: center;
  }

  .thanks-title {
    margin-bottom: 20px;
  }

  .thanks__txt {
    width: auto;
  }

  .thanks__button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-radio {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .experience-txt {
    font-size: 18px;
    line-height: 28px;
  }

  .experience-wrapper {
    padding: 0;
  }

  .button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-_42f6218f-e4b7-03a5-9ee0-408a72ee8ba8-2c3b82f3, #w-node-_43ebc9da-db30-c56d-be40-1fff68eeb517-2c3b82f3, #w-node-f3f6abcf-3971-8652-4bf2-e63850ca017d-2c3b82f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: center;
}

#w-node-b7590362-0447-4f3b-5e72-58e232204fc4-2c3b82f3 {
  justify-self: start;
}

#w-node-b7590362-0447-4f3b-5e72-58e232204fcb-2c3b82f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b7590362-0447-4f3b-5e72-58e232204fe5-2c3b82f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9ef31bf2-9fe6-b292-ae71-30d49af82314-2c3b82f3, #w-node-_9ef31bf2-9fe6-b292-ae71-30d49af82317-2c3b82f3, #w-node-_9ef31bf2-9fe6-b292-ae71-30d49af8231a-2c3b82f3, #w-node-_9ef31bf2-9fe6-b292-ae71-30d49af8231d-2c3b82f3, #w-node-_9ef31bf2-9fe6-b292-ae71-30d49af82320-2c3b82f3 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-b7590362-0447-4f3b-5e72-58e232204fc4-2c3b82f3, #w-node-b7590362-0447-4f3b-5e72-58e232204fe5-2c3b82f3 {
    justify-self: center;
  }
}


