* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
img {
  max-inline-size: 100%;
}

.header {
  width: 100%;
  height: 50px;
  background: rgb(44, 81, 157);
  background: linear-gradient(
    90deg,
    rgba(44, 81, 157, 1) 0%,
    rgba(5, 161, 168, 1) 100%
  );
}

.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.direction {
  display: flex;
  gap: 5px;
  color: aliceblue;
  align-items: center;
  font-weight: 500;
  size: 16px;
}

.networks {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.social-networks {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.social-networks img {
  height: 20px;
  width: 20px;
}

.logo {
  width: 206px;
  height: 54px;
}

.description {
  position: relative;
}

.details {
  position: absolute;
  color: white;
  left: 0;
  right: 0;
  top: 5%;
  margin: 0 auto;
  font-size: 25px;
  max-width: 280px;
}

.image {
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top;
}

.title-image {
  font-weight: 700;
  line-height: 29.05px;
  font-size: 24px;
  text-align: center;
}

.description-image {
  font-weight: 400;
  line-height: 19.36px;
  font-size: 16px;
  text-align: center;
}

.second-description {
  position: relative;
  padding: 16px 26px 16px 26px;
  background: url("./imagen/background_description.png");
  background-size: cover;
}

.description__container {
  display: flex;
  flex-direction: column;
  max-width: 1100px;
  margin: 0 auto;
}

.image-down {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.section__images {
  display: flex;
  flex-direction: column;
  gap: 25px;
  min-width: 50%;
  max-width: 50%;
}

.images-container {
  display: flex;
  gap: 25px;
}

.container__image {
  max-width: 100%;
  flex: 1;
}

.container__image img {
  width: 100%;
  height: 100%;
}

.description-rigth {
  padding-left: 25px;
}

.imagen_mobile {
  width: 100%;
}

.title {
  color: #00a7a6;
  font-weight: 800;
  font-size: 37px;
  line-height: 37px;
}

.description_title {
  color: #29347f;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  text-align: justify;
}

.subtitle {
  color: #00a7a6;
  font-weight: 700;
  font-size: 22px;
  line-height: 26.63px;
  text-align: justify;
}

.description_subtitle {
  color: #29347f;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  text-align: justify;
}

.image__information {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 330px;
  margin: 0 auto;
}

.background {
  position: relative;
  width: 100%;
  height: auto;
}

.background-description {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  justify-content: center;
  max-width: 760px;
  margin: 0 auto;
}

.background_image {
  width: 100%;
  max-height: 450px;
}

.services {
  background-color: #dbf0f0;
  padding-top: 31px;
  margin-top: -3px;
}

.titles_services {
  color: #00a7a6;
  text-align: center;
  font-size: 26px;
}

.services_container {
  background-color: white;
  border-radius: 20px;
  width: 325px;
}

.services_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding-bottom: 30px;
}

.services_name {
  color: #05a1a8;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  line-height: 29.05px;
  font-weight: 700;
}

.services_name p {
  margin: 0;
  padding: 0;
}

.form_maps {
  background-color: #dbf0f0;
}

.form {
  background: #ffffff;
  padding: 40px 20px;
  border: solid #ffffff;
  border-radius: 10px 10px 0 0;
}

.input {
  width: 100%;
  color: #05a1a8cc;
  padding: 15px 10px;
  border-radius: 10px;
  border: 1px solid #88c4c4;
  margin-bottom: 16px;
}

.input::placeholder,
textarea::placeholder {
  color: #05a1a8cc;
}

.card {
  color: #05a1a8cc;
  border: 1px solid #88c4c4;
  border-radius: 10px;
  padding: 7px 10px 18px 10px;
  display: flex;
  flex-direction: column;
}

.message {
  width: 100%;
  height: 142px;
  padding: 10px;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #88c4c4;
  color: #88c4c4;
}

.terms {
  font-size: 12px;
  font-weight: 500;
  line-height: 14.52px;
  color: #29347f;
  line-height: 20px;
}

.input_radio {
  margin-bottom: 10px;
}

.term_wrapper {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-top: 20px;
}

.btn_form {
  background: #29347f;
  color: white;
  border-radius: 65px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  padding: 10px 50px;
}

.content_button {
  text-align: center;
}

.terms__link {
  color: #05a1a8;
  font-weight: bold;
}

.infomation {
  background: #05a1a8;
  padding: 20px 50px;
  color: white;
  font-size: 18px;
  border-radius: 0 0 10px 10px;
}

.infomation ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.infomation ul li {
  margin-bottom: 30px;
}

.infomation__principal {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.infomation__item {
  padding-left: 25px;
  margin-bottom: 2px;
}

.description__images {
  display: none;
}

.maps,
iframe {
  width: 100%;
}

.form_maps__container {
  padding: 16px;
  z-index: 1;
  position: relative;
}
iframe {
  height: 500px;
}

.maps {
  margin-top: -100px;
}

footer {
  background: #05a1a8;
  padding: 32px;
  color: white;
  text-align: justify;
  line-height: 25px;
}

.container__footer {
  max-width: 1200px;
  margin: 0 auto;
}

.logo__footer {
  margin-bottom: 30px;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer li {
  margin-bottom: 15px;
}

@media (min-width: 640px) {
  .title-image {
    font-weight: 700;
    line-height: 40px;
    font-size: 40px;
    text-align: left;
  }

  .description-image {
    font-weight: 400;
    line-height: 24.2px;
    font-size: 16px;
    text-align: left;
  }
  .details {
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  .social-networks {
    flex-direction: row;
  }

  .social-networks img {
    height: 28px;
    width: 28px;
  }
}

@media (min-width: 960px) {
  .details {
    max-width: 400px;
    right: initial;
    left: 20px;
    top: 50%;
    transform: translateY(-70%);
  }

  .title-image {
    font-size: 30px;
  }

  .services_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .services {
    padding: 50px;
  }
  .titles_services {
    font-size: 35px;
    margin-bottom: 60px;
  }
  .form_maps__container {
    max-width: 1024px;
    margin: 0 auto;
  }
  .form {
    border-radius: 10px 0 0 10px;
  }
  .maps {
    margin-top: -300px;
  }
  .iframe {
    height: 700px;
  }
  .container__footer {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
  .footer__list {
    min-width: 30%;
  }
  footer {
    padding: 100px;
  }
  .footer__contacto {
    font-size: 18px;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .details {
    left: 5%;
  }

  .title-image {
    font-size: 35px;
    line-height: 45px;
  }
  .image__information {
    display: none;
  }
  .description__images {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    min-width: 580px;
  }
  .description__container {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
  .group__image {
    display: flex;
    gap: 20px;
  }
  .second-description {
    padding: 100px;
    background: url("./imagen/background_description_desktop.png");
    background-size: cover;
  }
  .title {
    font-size: 45px;
  }
  .background-description {
    font-size: 28px;
  }

  .form_maps__container {
    display: flex;
  }

  .infomation {
    min-width: 380px;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .container__footer {
    gap: 100px;
  }

  .footer__list {
    margin-top: 40px;
  }
}

@media (min-width: 1600px) {
  .details {
    left: 10%;
    max-width: 400px;
  }
  .title-image {
    font-size: 40px;
    line-height: 50px;
  }
  .description-image {
    font-size: 18px;
  }
}
