.contacto {
  padding: 2rem 3rem;
  padding-bottom: 3rem;
}

.contacto h1 {
  color: #830119;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.contacto .datos-div {
  background: gray;
  padding: 1.5rem 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
}

.contacto .datos {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-flow: column nowrap;
}

.contacto .datos span {
  padding: 5px 1px;
  text-align: center;
  font-size: 1.3rem;
  background: #830119;
  color: white;
  border-radius: 2px;
  font-weight: 600;
}

.contacto p{
  padding: 5px 0;
  background: #830119;
  color: white;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
}

.ts {
  width: fit-content;
  color: white;
  font-size: 1.4rem !important;
  font-weight: 600;
  text-align: left !important;
  border-bottom: 1px solid white;
  margin: 15px 0;
}





/* Face Colegio */
.redes-list {
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin: 20px auto;
  /* margin-left: 30%; */
}

.redes-list a {
  width: 50px;
  border-radius: 15%;
}

@media screen and (max-width: 950px) {
  .contacto h1 {
    font-weight: 800;
    font-size: 3rem;
    text-align: center;
  }

  .contacto .datos-div {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .datos p {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 650px) {
  .contacto {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contacto .datos {
    width: 100%;
    padding: 5px;
  }

  .map_ iframe {
    width: 100%;
  }


  .redes-list {
    margin: 10px auto;
    margin-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .contacto .datos span{
    font-size: .8rem;
  }
}