@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
/* Estilos base */
.footer,
.footer2,
.footer3,
.footer4,
.footer5,
.footer6,
.footer7 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

.footer6 {
  background: linear-gradient(
    97deg,
    rgba(33, 183, 211, 0.9) 65.39%,
    #00accd 99.83%
  );
}

.footer {
  background: linear-gradient(97deg, #4cb4c9 26.7%, #00accd 92.2%);
}

.footer2 {
  background: linear-gradient(97deg, #4687f1 0%, #4687f1 99.83%);
}

.footer3 {
  background: #58468c;
}

.footer4 {
  background: #ff64e3;
}
.footer4 .icon_social:hover{
    background-color: #faaeec;
    border-radius: 10px;
  
}

.footer5 {
  background: linear-gradient(97deg, #003639 0%, #486f6e 99.83%);
}
.footer7 {
  background: #1b69c9;
}

.info {
  display: flex;
  padding: 40px 80px 0px 80px;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 33px;
  align-self: stretch;
  max-width: 1440px;
}

.direction {
  display: flex;
  padding: 0px 18px;
  align-items: center;
  gap: 20px;
  align-self: stretch;
}

.social_media {
  display: flex;
  width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 26px;
}

.logo_footer {
  width: 331px;
  height: 86px;
}

.container_icon_social {
  display: flex;
  align-items: center;
  gap: 25px;
}

.icon_social,
.linkedin,
.instagram,
.facebook,
.twitter {
  width: 25px;
  height: 25px;
  
}


.location {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 35px;
  flex: 1 0 0;
  flex-direction: row-reverse;
}

.pc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  flex: 1 0 0;
}

.name_location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.pc_name {
  color: #fff;
  font-family: "Roboto Flex";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px; /* 143.75% */
  letter-spacing: -0.176px;
}

.pc_container_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  align-self: stretch;
}

.pc_info {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.pc_icon img {
  width: 20px;
  height: auto;
}

.pc_direction {
  color: #ebebeb;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.container_enlance {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
}

.enlaces {
  display: flex;
  padding: 31px 18px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
}

.container_name_enlaces .container_name_sup {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}

.name_sup,
.name_enlaces {
  color: #f4f4f4;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px; /* 68.75% */
  letter-spacing: -0.352px;
}

.line_enlace {
  height: 0.805px;
  transform: rotate(-0.146deg);
  flex: 1 0 0;
  stroke-width: 1px;
  stroke: rgba(255, 255, 255, 0.51);
}

.container_items_enlaces {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.three_items,
.six_items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.items_enlace {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.items,
.text_input,
.text_copyrigth {
  color: #f4f4f4;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 137.5% */
}

.sup_container {
  display: flex;
  padding: 31px 18px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}

.container_input {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}

.text_input {
  align-self: stretch;
}

input {
  display: flex;
  padding: 8px 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid var(--Neutral-40, #dde1e6);
  background: var(--Neutral-10, #fff);
  max-width: 400px;

  /* Shadow 1 */
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.copyrigth {
  display: flex;
  height: 80px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.six_items div a,
.three_items div a {
  text-decoration: none;
}

/* Media Queries */

/* Ajustar el tamaño del texto y centrar los divs en pantallas más pequeñas */
@media (max-width: 1024px) {
  .direction {
    flex-direction: column;
  }
  .pc {
    width: 230px;
  }
  .social_media {
    align-items: center;
  }
  .enlances {
    width: 400px;
  }
  .line_enlace svg {
    width: 300px;
  }
}
@media (max-width: 768px) {
  footer {
    flex-direction: column;
    align-items: center;
  }
  .img_logo {
    width: 250px;
    height: auto;
  }
  .info {
    width: 100%;
    padding: 20px;
    text-align: center;
  }

  .direction {
    flex-direction: column;
    align-items: center;
  }

  .social_media {
    width: 100%;
    align-items: center;
  }

  .logo_footer {
    width: 250px;
    height: auto;
    margin: 0 auto;
  }

  .container_icon_social {
    width: 100%;
    justify-content: center;
    gap: 20px;
  }

  .icon_social,
  .linkedin,
  .instagram,
  .facebook,
  .twitter {
    width: 30px;
    height: 30px;
  }

  .location {
    flex-direction: column-reverse;
    align-items: center;
  }

  .pc,
  .name_location,
  .pc_container_info {
    align-items: center;
  }

  .pc_name,
  .pc_direction {
    font-size: 14px;
    text-align: center;
  }

  .pc_icon img {
    width: 25px;
  }

  .container_enlance {
    flex-direction: column;
    align-items: center;
  }

  .enlaces {
    padding: 20px;
    align-items: center;
  }

  .line_enlace {
    width: 100%;
  }

  .container_items_enlaces {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .three_items,
  .six_items {
    align-items: center;
  }

  .items_enlace {
    margin-bottom: 0;
  }

  .sup_container {
    padding: 20px;
    align-items: center;
  }

  .container_input {
    align-items: center;
  }

  input {
    max-width: 250px;
    margin: auto;
  }

  .copyrigth {
    max-width: 250px;
    height: auto;
    padding: 20px;
    text-align: center;
    margin: 10px auto;
  }
  .logo_footer {
    width: 250px;
    height: auto;
    margin: 0 auto; /* Centrar la imagen */
  }

  .container_input {
    align-items: center;
    margin-top: 20px; /* Añadir un margen superior */
  }
}
