/* ------------home y section 1----------------- */

.home,
.section1 {
  background-color: var(--four-color);
  color: var(--text2-color);

  display: flex;
  justify-content: center;
  /* Centrado horizontal */
  align-items: center;
  /* Centrado vertical */

}

.home__contenedor {
  padding: 30px 40px;
}

.home__contenedor--margen {
  /* margin-top: 10%; */
  margin: 0 0;
  /* margin-left: 5%; */
}

.home__titulo {
  font-size: 4rem;
  text-align: center;
  /* margin-bottom: 10px; */
  line-height: 1.3;

}

.home__texto {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
}

/* --------------------------- */

.section1 {
  background-color: var(--four-color);
  color: var(--text2-color);
  /* display: block; */
  /* display: flex; */
  /* justify-content: center;  */
  /* align-items: center;      */
}

.section1__contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0;
  /* padding: 20%; */
  width: inherit;
}

.sec1__containerImg {
  width: 400px;
  width: 50%;
  height: auto;
  border-radius: 16px;
  border: 1px solid #505050;
  /* margin: 0; */
  /* Elimina márgenes por defecto */
}

.section1__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

@media (max-width: 835px) {

  .home__contenedor {
    padding: 20px 30px;
  }

  .home__titulo {
    font-size: 3.2rem;
    text-align: center;
  }

  .home__texto {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
  }

  .sec1__containerImg {
    width: 45%;
    height: auto;
    margin: 8% auto;
  }
}

@media (max-width: 535px) {

  .home__contenedor {
    padding: 20px 20px;
  }

  .sec1__containerImg {
    width: 50%;
  }

}



/* ----------section 2-------------- */
.section2 {
  /* background-color: var(--third-color); */
  /* background-color: brown; */
  color: var(--text2-color);

}

.section2__contenedor {
  background-color: var(--third-color);
  color: var(--text2-color);
  padding: 6px 0;
  margin: 0px 0px;
}

.section2__titulo {
  /* padding-top: 0.8%; */
  font-size: 2rem;
  text-align: center;
}


/* --------------secction 3----------------- */
.sec3__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 2px 5px;
  flex-wrap: wrap;
}

.sec3__formContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 5px;
  flex-wrap: wrap;
  margin: 0px 0px;
  background-color: var(--third-color);
  color: var(--text2-color);
}



.sec3__form {
  margin: 0;
  padding: 0;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2em;
}

.sec3__formCampo {
  padding: 2px;
  display: inline-flex;
  margin: 3px 3px;
  margin: 0 ;
  justify-content: center;
  font-size: .95rem;
  gap: 10px;
}

.sec3__label {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  font-weight: bold;
}

.sec3__select {
  border-radius: 4px;
  border: none;
  outline: 0px;
  height: 25px;
  cursor: pointer;
}

.sec3__boton {
  width: 60px;
  height: 25px;
  text-decoration: none;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
}

/* -----------CARD--------------- */

.sec3__card {
  background-color: rgb(225, 230, 236);
  color: #000000;
  overflow: hidden;
  width: 400px;
  margin: 17px 5%;
  border-radius: 10px;
  border: 1px solid #63636381;
}

.card__link {
  text-decoration: none;
  color: inherit;
  color: #000000;
}

.card__contenImg {
  width: 399px;
  height: 300px;
  margin: 0 auto;
  border-bottom: 1px solid #666666;
}

.card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.card__contenTitulo {
  display: flex;
  padding: 3px;
  justify-content: center;
  text-align: center;
  background-color: var(--four-color);
  color: white;
}

.card__divTitulo {
  width: 50%;
}

.card__container {
  margin: 0% 2%;
}

.card__linea {
  background-color: #333333;
  width: 100%;
  height: 1px;
}

.card__linea-cont {
  background-color: #ffffff;
  margin-top: 5px;
}

.card__datos {
  display: flex;
  padding: 0;
  margin: 0;
  text-align: center;
}

.card__parrafo {
  margin: 5px 0;
  font-size: 0.95rem;
}

.card__containDato {
  width: 45%;
  margin: 0;
  padding: 0;
}

.card__dato,
.card__super {
  margin: 1px 0;
  padding: 0px;
  font-size: 1rem;
  font-size: 0.95rem;
}

.card__super {
  padding-right: 40%;
}

/* ----------section 4 ------------------ */
.section4 {
  background-color: #eeeeee;
  color: #000000;
}

.sec4__container {
  padding: 1% 9%;
  margin: 5% auto;
}

.sec4__tituloContainer {
  margin-bottom: 7px;
  font-size: 1.3rem;
}

.sec4__parrafoContainer {
  margin-top: 0;
  margin-bottom: 0px;
  text-align: justify;
  text-justify: inter-word;
}

.sec4__parrafo {
  margin-top: 0px;
  margin-bottom: 9px;
  line-height: 1.5;
}

.sec4__listaContainer {
  margin-top: 0;
  margin-bottom: 0px;
}

.sec4__lista {
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-word;
}

/* -----seccion 5------------- */
.section5 {
  background: #293b4d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec5__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.sec5__containImg {
  width: 230px;
  height: auto;
  margin: 0;

}

.sec5__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 9px;
  border: 1px solid #353535;
}

@media (max-width: 835px) {
  .sec5__containImg {
    width: 200px;
    height: auto;
    margin: 0;
  }
}

@media (max-width: 535px) {
  .sec5__containImg {
    width: 50%;
    height: auto;
    margin: 0;
  }
}


/* ---------------------------------- */
.section6,
.section7 {
  background: #0e141a;
  background-color: var(--four-color);
  color: #ffffff;
}

.section6 {
  color: #ffffff;

}

.sec6__container {
  padding: 3% 9%;
}

.sec6__formContainer {
  width: 60%;
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 0%;
}

.sec6__input,
.sec6__textarea {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  margin: 5px 0px;
  padding-left: 5px;
  border-radius: 4px;
  border: none;
  border-bottom: 1px solid #5F5F5F;
  outline: 0px;
  font-family: 'arial', 'sans-serif';
}

.sec6__input {
  height: 30px;
  justify-content: center;
  font-weight: normal;
  text-align: start;
}

.sec6__textarea {
  height: 4em;
  min-height: 4em;
  font-size: small;
  text-align: start;

}

.sec6__button {
  width: 100px;
  font-size: small;
  height: 30px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
  margin: 5px 0px;
}

.sec6__tituloContainer,
.sec7__tituloContainer {
  height: 40px;
  text-align: center;

}

@media (max-width: 570px) {

  .sec6__formContainer {
    width: 60%;
    width: 300px;

  }

  .sec6__input,
  .sec6__textarea {
    width: 300px;
    min-width: 300px;
    max-width: 300px;

  }

  .sec6__textarea {
    height: 6em;
    min-height: 6em;

  }

}



/* ----------------------- */
.sec7__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 3% 19%;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 4% auto;
}

.sec7__tituloContainer {
  width: 100%;
}

.sec7__socialContainer {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 20px 7%;
  margin-top: 30px;
  flex-wrap: wrap;
}

.sec7__img {
  width: 50px;
  height: 50px;
}

/* ---------------------------------------- */
.section8,
.section9 {
  background: #b3c1c2;
  color: rgb(187, 116, 116);
}