/* .min-h-screen {
    min-height: max-content;
} */

.container-infor {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fondo-contacto {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(http://[::1]:5173/resources/js/Images/Nosotros/fondo.svg);
}

.row {
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  margin-inline: 20px;
}

.one {
  order: 2;
  text-align: center;
}

.two {
  order: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .one {
    margin: 5%;
  }
}

@media (min-width: 768px) {
  .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 45px;
    grid-auto-rows: minmax(100px, auto);
    width: inherit;
  }

  .one {
    grid-column: 1;
    grid-row: 1;
    order: 1;
    text-align: left;
  }

  .two {
    grid-column: 2;
    grid-row: 1;
    order: 2;
    text-align: left;
  }
}

/* --------------- Titulo -------------- */
.container-infor h1 {
  background: linear-gradient(90deg, #03547e 0%, #01558c 51%, #0699d6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
}

.container-infor h1 span {
  font-size: 48px;
  font-weight: 900;
  white-space: pre;
}

.container-infor h2 {
  color: #00a490;
  font-size: 30px;
  font-weight: 800;
}

.container-infor .one h2:last-of-type {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .container-infor h1 {
    padding: 3%;
  }
}

@media (min-width: 1220px) {
  .container-infor h1,
  .container-infor h1 span {
    font-size: 82px;
  }
}

/* -------------- Texto ------------- */
p.sede1,
p.sede2 {
  font-weight: 800;
}

p.sede1 {
  margin-top: 10px;
}

p.sede2 {
  margin-top: 20px;
}

p {
  color: #00537d;
  font-size: 16px;
  font-weight: 400;
}

/* ----------- Iconos redes ---------- */
div div.icon:hover,
div div.icon:active {
  transform: scale(1.1);
}

div div.icon {
  transition: all 0.2s ease-in-out;
}

.redes {
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .redes {
    display: flex;
    justify-content: left;
  }

  .redes div.icon.youtube {
    margin-left: -15px;
  }
}

/* ------------- Formulario --------------- */
.container-form {
  max-width: 580px;
  width: -webkit-fill-available;
}

.input-design.textarea {
  height: auto;
}

.input-design.textarea,
.select-area,
.input-design,
.button.enviar {
  width: 100% !important;
}

.error-truncate {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

@media (min-width: 768px) {
  .input-design.textarea,
  .select-area,
  .input-design,
  .button.enviar {
    width: 120% !important;
  }

  .error-truncate {
    max-width: 120%;
  }
}

@media (min-width: 1220px) {
  .input-design.textarea,
  .select-area,
  .input-design,
  .button.enviar {
    width: 150% !important;
  }

  .error-truncate {
    max-width: 150%;
  }
}

.input-container .textlabel {
  top: 15%;
}

.select-container.area label.moved-up {
  top: 12px !important;
}

.input-container-cbox {
  text-align: left;
}

.input-container-cbox label {
  color: #03547e;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 5px;
  padding-bottom: 5px;
}

.contacto .input-design,
.contacto .css-13cymwt-control {
  border: 1px solid #ced4da !important;
  background-color: #fff !important;
}
