* {
  margin: 0;
  padding: 0;
}

body {
  background-color: rgb(238, 181, 191);
  font-family: "Arvo", serif;
}

.contenido {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cabecera {
  width: 100%;
  margin: 0 auto;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.cabecera .logo {
  width: 100%;
  max-width: 300px;
  height: auto;
  margin-bottom: 1rem;
}
.cabecera p {
  margin: 0.5rem 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}

.sede {
  width: 100%;
  margin: 0 auto;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sede p {
  color: #fff;
  margin: 1rem 0;
}
.sede h3 {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  color: #fff;
}
.sede button, .sede a {
  width: fit-content;
  padding: 1rem 2rem;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  border: 0;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sede button i, .sede a i {
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .sede, .cabecera {
    max-width: 95%;
  }
  .cabecera .logo {
    max-width: 270px;
  }
  .cabecera p {
    margin: 1rem 0;
    font-size: 1rem;
    max-width: 80%;
  }
  .sede h3 {
    font-size: 1.3rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sede button {
    width: 100%;
    max-width: 95%;
    font-size: 1rem;
    justify-content: space-around;
  }
  .sede button i {
    margin-right: 0;
  }
  .sede a {
    width: 100%;
    max-width: fit-content;
  }
}
#soledad, #barranquilla {
  display: none;
}

.regresar {
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  margin: 0.5rem 0;
}

/*# sourceMappingURL=style.css.map */
