@charset "UTF-8";
@font-face {
  font-family: "photograph-signature"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Photograph_Signature.ttf") format("woff2");
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Bold.ttf") format("woff2");
  font-weight: 700;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Regular.ttf") format("woff2");
  font-weight: 400;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-Light.ttf") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Poppins"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/Poppins-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
@font-face {
  font-family: "Dinex"; /* Nombre que deseas darle a tu fuente */
  src: url("../fonts/D-DINExp.woff2") format("woff2");
  font-weight: 300;
  /* Puedes agregar otros formatos de fuente aquí si es necesario */
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  max-width: none;
}

body {
  background-color: #f7f7f7;
  background-image: url("../images/welcome/background-image.webp");
  font-family: "Poppins", sans-serif;
  margin: auto;
  position: relative;
  width: 100%;
  font-size: 18px;
  background-size: cover;
}

/* Animación para simular la escritura a máquina */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* Animación para simular el cursor de escritura */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
.container__menu {
  position: fixed;
}
.container__menu__items {
  width: 100%;
  justify-content: center;
  gap: 2rem;
}

.contactUs {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
}
.contactUs__banner {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: end;
  background-size: cover;
}
.contactUs__banner figure {
  display: flex;
  width: 100%;
  height: 134px;
  justify-content: start;
  align-items: center;
  background-color: #384463;
  padding-left: 10%;
}
.contactUs__banner figure img {
  width: 187px;
  height: auto;
  margin-top: -138px;
  z-index: 1;
}
.contactUs__banner figure figcaption {
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contactUs__banner figure figcaption h4 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  margin-bottom: -80px;
  margin-left: 125px;
}
.contactUs__banner figure figcaption h2 {
  font-family: "photograph-signature", sans-serif;
  font-size: 128px;
  font-weight: 400;
  line-height: 220.03px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 2s steps(100, end), blink-caret 0.75s step-end infinite;
}
.contactUs .tablet,
.contactUs .phone {
  display: none;
}
.contactUs__form {
  width: 100%;
  padding: 4rem 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contactUs__form .nf-field-container {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}
.contactUs__form .nf-form-content nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.contactUs__form .nf-form-content nf-fields-wrap nf-field {
  display: flex;
  flex-grow: 1;
  width: 380px;
}
.contactUs__form .nf-form-content nf-fields-wrap nf-field:nth-child(n+5):nth-child(-n+9) {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
.contactUs__form #nf-field-9 {
  width: 380px;
}
.contactUs__form .nf-field-label label {
  font-family: "Dinex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-align: left;
}
.contactUs__form .nf-form-content .list-select-wrap .nf-field-element > div,
.contactUs__form .nf-form-content input:not([type=button]),
.contactUs__form .nf-form-content textarea {
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  font-family: "Dinex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-align: left;
  color: #BDBDBD;
}
.contactUs__form .checkbox-wrap .nf-field-element label:after,
.contactUs__form .checkbox-wrap .nf-field-label label:after,
.contactUs__form .listcheckbox-wrap .nf-field-element label:after,
.contactUs__form .listcheckbox-wrap .nf-field-label label:after {
  width: 28px;
  border-radius: 6px;
  height: 28px;
  border: 2px solid #BDBDBD;
  top: 0;
  left: -34px;
}
.contactUs__form .checkbox-wrap .nf-field-element label:before,
.contactUs__form .checkbox-wrap .nf-field-label label:before,
.contactUs__form .listcheckbox-wrap .nf-field-element label:before,
.contactUs__form .listcheckbox-wrap .nf-field-label label:before {
  width: 28px;
  border-radius: 6px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactUs__form .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.contactUs__form .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.contactUs__form .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.contactUs__form .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
  color: #FCB600 !important;
  background-color: #091F51 !important;
  width: 28px;
  border-radius: 6px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -34px;
}
.contactUs__form input[type=checkbox]:focus + label:after,
.contactUs__form input[type=radio]:focus + label:after {
  box-shadow: none;
}
.contactUs__form .list-checkbox-wrap .nf-field-element li label,
.contactUs__form .list-image-wrap .nf-field-element li label,
.contactUs__form .list-radio-wrap .nf-field-element li label {
  display: flex;
  align-items: center;
  height: 28px;
  font-family: "Dinex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-align: left;
}
.contactUs__form .list-checkbox-wrap .nf-field-element li,
.contactUs__form .list-checkbox-wrap .nf-field-element ul,
.contactUs__form .list-image-wrap .nf-field-element li,
.contactUs__form .list-image-wrap .nf-field-element ul,
.contactUs__form .list-radio-wrap .nf-field-element li,
.contactUs__form .list-radio-wrap .nf-field-element ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem !important;
}
.contactUs__form .contactUs__form .list-checkbox-wrap .nf-field-element li label,
.contactUs__form .contactUs__form .list-image-wrap .nf-field-element li label,
.contactUs__form .contactUs__form .list-radio-wrap .nf-field-element li label {
  font-family: "Dinex", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15.2px;
  text-align: left;
}
.contactUs__form #nf-field-4 {
  background-color: #091F51 !important;
  width: 224px;
  height: 55px;
  border-radius: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #fff;
}
.contactUs__form #nf-field-4:hover {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.contactUs__form .nf-form-fields-required {
  display: none;
}
.contactUs__form #nf-label-field-11 {
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactUs__form .nf-field-container .checkbox-wrap .nf-field-label label {
  display: flex;
  align-items: center;
  height: 28px;
}
.contactUs__form .nf-field-container .checkbox-wrap .nf-field-label label:after {
  left: -34px;
}
.contactUs__form__cancel {
  width: 162px;
  height: 55px;
  border-radius: 12px;
  opacity: 0.6;
  background-color: #BDBDBD;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #4F4F4F;
  border: none;
  margin-top: -90px;
  margin-left: 250px;
}
.contactUs .slogan {
  display: flex;
  text-align: center;
  margin: 5% auto;
  width: 760px;
  border-radius: 20px;
  justify-content: center;
  height: 76px;
  padding: 0;
  border: none !important;
  animation: none;
}
.contactUs .slogan h2 {
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  color: #091f51;
  font-weight: 800;
  padding: 0 3%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contactUs .slogan h2 span {
  font-family: "photograph-signature", sans-serif;
  font-size: 96px;
  font-weight: 400;
  line-height: 165.02px;
  text-align: center;
  color: #6a98ff;
}

@media (max-width: 1024px) {
  .contactUs .desktop {
    display: none;
  }
  .contactUs .tablet {
    display: flex;
  }
  .contactUs .slogan {
    width: 90%;
  }
  .contactUs .slogan h2 {
    font-size: 2rem;
  }
  .contactUs .slogan h2 span {
    font-size: 74px;
    line-height: 140px;
  }
}
@media (max-width: 600px) {
  .contactUs__banner figure figcaption {
    gap: 2rem;
  }
  .contactUs__banner figure figcaption h4 {
    font-size: 32px;
    margin-left: 0;
  }
  .contactUs__banner figure figcaption h2 {
    font-size: 84px;
    line-height: 170px;
  }
  .contactUs .tablet {
    display: none;
  }
  .contactUs .phone {
    display: flex;
  }
  .contactUs__form {
    padding-inline: 5%;
  }
  .contactUs .slogan {
    height: 56px;
  }
  .contactUs .slogan h2 {
    font-size: 1.4rem;
  }
  .contactUs .slogan h2 span {
    font-size: 54px;
    line-height: 120px;
  }
}
@media (max-width: 480px) {
  .contactUs__banner figure img {
    width: 130px;
    margin-top: -60px;
  }
  .contactUs__banner figure figcaption {
    gap: 2rem;
  }
  .contactUs__banner figure figcaption h4 {
    font-size: 24px;
    margin-left: 0;
  }
  .contactUs__banner figure figcaption h2 {
    font-size: 64px;
    line-height: 130px;
  }
  .contactUs__form {
    padding: 2rem 5%;
  }
  .contactUs__form .list-checkbox-wrap .nf-field-element li,
  .contactUs__form .list-checkbox-wrap .nf-field-element ul,
  .contactUs__form .list-image-wrap .nf-field-element li,
  .contactUs__form .list-image-wrap .nf-field-element ul,
  .contactUs__form .list-radio-wrap .nf-field-element li,
  .contactUs__form .list-radio-wrap .nf-field-element ul {
    flex-direction: column;
    gap: 0;
  }
  .contactUs__form .nf-field-container .nf-field-element {
    display: flex;
    justify-content: center;
  }
  .contactUs__form #nf-field-4 {
    width: 175px;
    height: 40px;
    padding: 0;
  }
  .contactUs__form__cancel {
    margin: 0;
    align-self: center;
    cursor: pointer;
    height: 40px;
  }
  .contactUs__form #nf-field-9 {
    width: 100%;
  }
  .contactUs .slogan {
    height: 30px;
  }
  .contactUs .slogan h2 {
    font-size: 1rem;
  }
  .contactUs .slogan h2 span {
    font-size: 28px;
    line-height: 90px;
  }
}

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