*,
:after,
:before {
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #20214f;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}

.title-gradient {
  background: -webkit-linear-gradient(45deg, #20214f, #9a9a9b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.3rem;
  color: #5f5e5e;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2rem;
}

.btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #ffffff;
  color: #20214f;
  text-decoration: none;
  border-radius: 20px;
  transition: background-color 0.3s ease;
  border: none;
}
.btn:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  cursor: pointer;
}
.btn.btn-gray {
  background-color: #9b9b9b;
  color: #ffffff;
}
.btn.btn-transparent {
  background-color: transparent;
  color: #ffffff;
}

.arrow {
  border: solid #20214f;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: 3px;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.icon-w-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
}

textarea {
  resize: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 0 32px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

.hero {
  position: relative;
  margin-top: 76px;
  background: linear-gradient(90deg, #20214f, #9a9a9b);
}
.hero__content {
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.hero__content .hero__text {
  padding: 64px 0;
}
.hero__content .hero__text .hero__title {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.hero__content .hero__text .hero__title .small {
  font-size: medium;
}

.contacto {
  margin-top: 40px;
}
.contacto label {
  display: none;
}
.contacto .container {
  max-width: 1000px;
}
.contacto-title-content {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.contacto-title-content .section-title {
  margin: 0;
}
.contacto-title-content .section-subtitle {
  font-weight: 500;
  margin: 0;
  text-align: left;
}
.contacto .separator {
  border-bottom: solid 1px #9b9b9b;
  margin: 32px 0;
}
.contacto-content {
  margin-bottom: 32px;
}
.contacto-content__info {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 3rem;
}
.contacto-content__info .form-dispo {
  width: 100%;
  max-width: 400px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 48px;
  background-color: #cbcbcc;
  background: linear-gradient(90deg, #9c9c9c -90%, #e8e8ea);
}
.contacto-content__info .form-dispo_head {
  color: #20214f;
  padding: 24px 32px;
  font-weight: 500;
}
.contacto-content__info .form-dispo_content {
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contacto-content__info .form-dispo_content input, .contacto-content__info .form-dispo_content textarea {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 8px;
  padding: 8px;
  border: solid 1px #ffffff;
  outline: none;
}
.contacto-content__info .form-dispo_content textarea {
  height: 150px;
  margin-bottom: 32px;
}
.contacto-content__info .form-dispo_content button {
  width: fit-content;
}
.contacto-content__info .form-dispo_content .conditions {
  text-align: right;
  font-size: 14px;
  color: #212250;
}
.contacto-content__info .form-dispo_content .conditions a {
  text-decoration: none;
  color: #6f6d6d;
}
.contacto-content__info .contact-info__image {
  width: 100%;
  object-fit: cover;
  margin-bottom: 16px;
}
.contacto-content__info .contact-info p {
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 16px;
  gap: 4px;
}
.contacto-content__info .contact-info p img {
  width: 24px;
}

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