section#equipo {
  padding-top: 37px;
  padding-bottom: 0;
  position: relative;
}

section#equipo .container {}

section#equipo .title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 74px;
}

section#equipo .title:before {
  content: "";
}

section#equipo .items-equipo {
  text-align: center;
}

section#equipo .items-equipo .item {
  padding: 35px 16px;
  padding-top: 10px;
}

section#equipo .items-equipo .bg {}

section#equipo .items-equipo .imagen_flex {
  overflow: hidden;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  border-radius: 10px;
  margin-bottom: 16px;
}

section#equipo .items-equipo .imagen_flex img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  position: absolute;
  left: 0;
}

section#equipo .items-equipo .titulo_flex {
  padding-bottom: 8px;
  color: var(--c-terciary);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  /* identical to box height, or 145% */
  text-align: center;
}

section#equipo .items-equipo .subtitulo_flex {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
  /* identical to box height, or 186% */
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;

  /* Colors / Text */
  color: rgba(21, 20, 57, 0.4);
}

@media screen and (max-width:900px) {
  section#equipo {}

  section#equipo .container {
    padding-left: 6px;
    padding-right: 6px;
  }

  section#equipo .title {
    margin-bottom: 60px;
  }

  section#equipo .items-equipo {}

  section#equipo .items-equipo .item {
    padding: 35px 8px;
    padding-top: 0;
  }

  section#equipo .items-equipo .bg {}

  section#equipo .items-equipo .imagen_flex {}

  section#equipo .items-equipo .imagen_flex img {}

  section#equipo .items-equipo .titulo_flex {
    font-size: 0.9rem;
  }

  section#equipo .items-equipo .subtitulo_flex {
    font-size: 0.65rem;
    line-height: 1.5;
  }
}

section#contacto {
  padding-top: 30px;
}

section#contacto strong {
  display: block;
  font-weight: 800;
  margin-bottom: 4px;
}

section#contacto small {
  padding-top: 9px;
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
}

section#contacto span {}

section#contacto a {
  color: #9B9BAA;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  display: block;
  width: fit-content;
  margin: 0 auto;
}

section#contacto a:hover {
  color: var(--c-secondary);
}

section#contacto a img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

/*Mobile*/
@media screen and (max-width:900px) {
  section#contacto {}

  section#contacto .container {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  section#contacto strong {}

  section#contacto small {}

  section#contacto span {}

  section#contacto a {}

  section#contacto a:hover {}

  section#contacto a img {
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}