* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
}

body {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-color: #000000;
}

.btn-volver {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.btn-option {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.btn-color {
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: #4a5df9;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
}

.btn-sincolor {
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: #25292e;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  cursor: pointer;
}
.btn-sincolor:hover {
  background-color: rgb(54, 60, 68);
  transition: transform 0.2s;
}

.btn-cuenta {
  display: flex;
  justify-content: center;
  background-color: #25292e;
  border: none;
  padding: 0.5rem;
  border-radius: 8px;
}
.btn-cuenta:hover {
  background-color: rgb(54, 60, 68);
  transition: transform 0.2s;
}

.cabecera-mobile {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1.5px solid rgb(54, 54, 54);
  background-color: #000000;
}
.cabecera-mobile .h1 {
  flex: 1;
  display: flex;
  justify-content: center;
}
.cabecera-mobile .titulo-mobile {
  color: #f5f5f5;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  font-size: 100%;
  margin: 0;
  overflow: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .cabecera-mobile {
    display: none;
  }
}
.aside-pie {
  position: sticky;
  bottom: 0;
  z-index: 10;
  border-top: 1.5px solid rgb(54, 54, 54);
  background-color: #000000;
}
.aside-pie .div-pie {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 10px 20px;
}

.barra-lateral {
  display: none;
}

@media only screen and (min-width: 768px) {
  .aside-pie {
    display: none;
  }
  .barra-lateral {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #000000;
    border-right: 1.5px solid rgb(54, 54, 54);
  }
  .lateral {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 1rem;
    padding: 1.5rem 1.2rem 1rem 1.2rem;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .svg-instagram {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
  }
  .svg-h4 {
    display: none;
  }
  .svg-insta {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .publicacion-instagram {
    display: none;
  }
  .barra-lateral {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: auto;
    padding-right: 4rem;
    padding-left: 0.5rem;
  }
  .lateral {
    flex-direction: column;
    align-items: flex-start;
    visibility: visible;
    gap: 1.2rem;
  }
  .lateral .svg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .lateral .svg-h4 {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
  }
  .lateral .svg-insta {
    display: flex;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 400;
    align-items: center;
  }
}
.principal {
  padding: 0 0;
  border-bottom: 1.5px solid rgb(54, 54, 54);
}

.div-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 1.5rem 0 1rem 1rem;
}
.div-logo .logo-header {
  width: 87px;
  height: 87px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid red;
  border-radius: 50%;
  cursor: pointer;
}
.div-logo .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
.div-logo .flex-row .titulo-d {
  color: #f5f5f5;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

.titu-h3 {
  display: none;
}

.hh3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-top: 10px;
  padding-left: 60px;
  max-width: 50%;
  margin-top: 0.75rem;
}

.h3-desktop {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  overflow: 0;
  padding: 0;
}

.h4 {
  display: flex;
  justify-content: start;
  align-items: start;
}

.titu-h4 {
  display: flex;
  color: #a8a8a8;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  overflow: 0;
  padding: 1rem 0 0.5rem 1rem;
}

.h4-titu {
  display: block;
  cursor: pointer;
}

.titulo-h4 {
  color: #f5f5f5;
  font-size: 14px;
  line-height: 1rem;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-left: 1rem;
}

.btn-lin {
  display: flex;
  cursor: pointer;
  padding-left: 1rem;
}
.btn-lin .h3-link {
  color: #f5f5f5;
  font-size: 14px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  padding-left: 0.2rem;
}

.boton-color {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-self: auto;
  position: static;
  gap: 0.6rem;
  padding: 0.5rem 1rem 1.5rem 1rem;
}
.boton-color .span {
  color: #f5f5f5;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.boton-color .mensaje {
  color: #f5f5f5;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.imagen {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 0.2rem;
  padding-bottom: 1rem;
}
.imagen .img-h4 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.imagen .img-h4 .img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #25292e;
}
.imagen .img-h4 .estu-h4 {
  font-size: 12px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #f5f5f5;
  font-weight: 400;
}
.imagen .condi {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagen .condi .img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #25292e;
  border-radius: 50%;
}
.imagen .condi .condi-h4 {
  font-size: 12px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #f5f5f5;
  font-weight: 400;
}
.imagen .rese {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagen .rese .img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #25292e;
  border-radius: 50%;
}
.imagen .rese .rese-h4 {
  font-size: 12px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #f5f5f5;
  font-weight: 400;
}
.imagen .promo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagen .promo .img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 4px solid #25292e;
  border-radius: 50%;
}
.imagen .promo .promo-h4 {
  font-size: 12px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #f5f5f5;
  font-weight: 400;
}
.imagen .video {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagen .video .img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #25292e;
}
.imagen .video .video-h4 {
  color: #f5f5f5;
  font-size: 12px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.imagen .desarro {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagen .desarro .img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #25292e;
}
.imagen .desarro .desarro-h4 {
  color: #f5f5f5;
  font-size: 12px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.imagen .evento {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imagen .evento .img {
  width: 66px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid #25292e;
}
.imagen .evento .evento-h4 {
  color: #f5f5f5;
  font-size: 12px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
}

.enla {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  padding-top: 20px;
}
.enla .publi {
  max-width: 193px;
}
.enla .rel {
  max-width: 193px;
}
.enla .perso {
  max-width: 193px;
}
.enla .enla-a {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .principal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: none;
  }
  .titu-h3 {
    display: flex;
    color: #f5f5f5;
    font-size: 14px;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .div-logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem 0 1rem 1rem;
  }
  .div-logo .logo-header {
    width: 187px;
    height: 187px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 3px solid red;
    cursor: pointer;
    border-radius: 50%;
  }
  .div-logo .flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .div-logo .flex-row .online {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .div-logo .flex-row .titulo-d {
    color: #f5f5f5;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
  }
  .hh3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-top: 10px;
    padding-left: 60px;
    max-width: 50%;
    margin-top: 0.75rem;
  }
  .h3-desktop {
    color: #f5f5f5;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    overflow: 0;
    padding: 0;
  }
  .h4 {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .titu-h4 {
    display: flex;
    color: #a8a8a8;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin: 0;
    overflow: 0;
    padding: 1rem 0 0.5rem 1rem;
  }
  .h4-titu {
    display: block;
    cursor: pointer;
  }
  .titulo-h4 {
    color: #f5f5f5;
    font-size: 14px;
    line-height: 1rem;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-left: 1rem;
  }
  .btn-lin {
    display: flex;
    cursor: pointer;
    padding-left: 1rem;
  }
  .btn-lin .h3-link {
    color: #f5f5f5;
    font-size: 14px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-left: 0.2rem;
  }
  .boton-color {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-self: auto;
    position: static;
    gap: 0.6rem;
    padding: 0.5rem 1rem 1.5rem 1rem;
  }
  .boton-color .span {
    color: #f5f5f5;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }
  .boton-color .mensaje {
    color: #f5f5f5;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  }
  .imagen {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
    gap: 0.2rem;
    padding-bottom: 1rem;
  }
  .imagen .img-h4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .imagen .img-h4 .img {
    width: 66px;
    height: 66px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 4px solid #25292e;
  }
  .imagen .img-h4 .estu-h4 {
    font-size: 12px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #f5f5f5;
    font-weight: 400;
  }
  .imagen .condi {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .imagen .condi .img {
    width: 66px;
    height: 66px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 4px solid #25292e;
    border-radius: 50%;
  }
  .imagen .condi .condi-h4 {
    font-size: 12px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #f5f5f5;
    font-weight: 400;
  }
  .imagen .rese {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .imagen .rese .img {
    width: 66px;
    height: 66px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 4px solid #25292e;
    border-radius: 50%;
  }
  .imagen .rese .rese-h4 {
    font-size: 12px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #f5f5f5;
    font-weight: 400;
  }
  .imagen .promo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .imagen .promo .img {
    width: 66px;
    height: 66px;
    -o-object-fit: cover;
       object-fit: cover;
    border: 4px solid #25292e;
    border-radius: 50%;
  }
  .imagen .promo .promo-h4 {
    font-size: 12px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #f5f5f5;
    font-weight: 400;
  }
  .imagen .video {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .imagen .video .img {
    width: 66px;
    height: 66px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 4px solid #25292e;
  }
  .imagen .video .video-h4 {
    color: #f5f5f5;
    font-size: 12px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  .imagen .desarro {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .imagen .desarro .img {
    width: 66px;
    height: 66px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 4px solid #25292e;
  }
  .imagen .desarro .desarro-h4 {
    color: #f5f5f5;
    font-size: 12px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  .imagen .evento {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .imagen .evento .img {
    width: 66px;
    height: 66px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    border: 4px solid #25292e;
  }
  .imagen .evento .evento-h4 {
    color: #f5f5f5;
    font-size: 12px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
  }
  .enla {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8rem;
    padding-top: 20px;
  }
  .enla .publi {
    max-width: 193px;
  }
  .enla .rel {
    max-width: 193px;
  }
  .enla .perso {
    max-width: 193px;
  }
  .enla .enla-a {
    text-decoration: none;
  }
}
.seccion-principal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seccion-principal .imagen-seccion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 0.1rem;
  width: 100%;
  height: 100%;
}

.publicacion {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .seccion-principal {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .seccion-principal .imagen-seccion {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 0.1rem;
  }
}
footer {
  background-color: #000000;
  padding: 1rem 1rem;
  font-size: 100%;
  padding-inline-start: 16px;
  padding-inline-end: 16px;
}
footer .footer-pie {
  display: flex;
  flex-direction: row;
  align-self: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  line-height: 1.4rem;
}
footer .footer1-a {
  display: inline;
  text-decoration: none;
  font-size: 12px;
  color: #a8a8a8;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-right: 0.5rem;
}
footer .footer1-a:hover {
  text-decoration: underline;
}
footer .footer2-a {
  display: inline;
  text-decoration: none;
  font-size: 12px;
  color: #a8a8a8;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-right: 0.5rem;
}
footer .footer2-a:hover {
  text-decoration: underline;
}
footer p {
  font-size: 12px;
  color: #a8a8a8;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  footer {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .envoltura {
    display: flex;
  }
  .contenido {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */