@font-face {
  font-family: "CairoLight";
  src: url("./../../fonts/Cairo/Cairo-Light.ttf");
}

@font-face {
  font-family: "CairoBold";
  src: url("./../../fonts/Cairo/Cairo-Bold.ttf");
}

@font-face {
  font-family: "CairoRegular";
  src: url("./../../fonts/Cairo/Cairo-Regular.ttf");
}

@font-face {
  font-family: "CairoLight";
  src: url("./../../fonts/Cairo/Cairo-Light.ttf");
}

@font-face {
  font-family: "CairoBold";
  src: url("./../../fonts/Cairo/Cairo-Bold.ttf");
}

@font-face {
  font-family: "CairoRegular";
  src: url("./../../fonts/Cairo/Cairo-Regular.ttf");
}

/* Botones en inicio ***********/
/*** */

.combosPrev {
  display: flex;
  justify-content: space-between;
}

.buttons-row,
.buttons-columns {
  display: flex;
  justify-content: space-between;
  /* margin-top: 20px; */
}


.combosPrev__buttons {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}


.buttons-row {
  margin-top: 10rem;
}

.buttons-columns {
  margin-top: 2rem;
  width: 50%;
  display: flex;
  flex-direction: column;
}

/* hasta aqui ///////////////////// */

/* h1, h2 {

  margin-bottom: 20px;
  color: white;
  font-family: "CairoBold";
  font-size: 2rem;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "CairoRegular";
  color: #ccc;
  text-align: justify;
}

.noticias {
  max-width: 800px;
  background-color: #2020207b;
  margin: 40px auto;
  padding: 40px;
}

a {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 15px;
  color: #4e8cff;
  font-family: "CairoBold";
}

.platform-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.novedades {
  margin-top: 30px;
  border-radius: 18px;
}

.novedad {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}

.novedad h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "CairoBold";
  color: #fff;

}

.novedad p {
  font-size: 14px;
  color: #ccc;
  text-align: justify;
  font-family: "CairoBold";
} */

.register {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100vh - 15rem);
  padding-top: 5rem;
  border: 1px solid black;
}

.register__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25rem;
  height: 20rem;
  border: 1px solid black;
}

.register__user {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-top: 1rem;
}

.register__user label {
  width: 20%;
}

.register__user input {
  width: 60%;
}

.register__pass {
  width: 90%;
  margin-top: 2rem;
}

.register__passPass {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.register__passPass input {
  width: 60%;
}

.register__passRepass {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
}

.register__passRepass input {
  width: 60%;
}

.register__button {
  width: 10rem;
  height: 1.3rem;
  margin-top: 3rem;
}

@font-face {
  font-family: "CairoLight";
  src: url("./../../fonts/Cairo/Cairo-Light.ttf");
}

@font-face {
  font-family: "CairoBold";
  src: url("./../../fonts/Cairo/Cairo-Bold.ttf");
}

@font-face {
  font-family: "CairoRegular";
  src: url("./../../fonts/Cairo/Cairo-Regular.ttf");
}

.header {
  display: flex;
  justify-content: space-between;
  width: 100vw;
  height: 4rem;
  background-color: #202020;
  transition: height 0.5s;
  border-bottom: 1px solid white;
  position: sticky;
  top: 0rem;
  z-index: 50;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .header {
    flex-direction: column;
    align-items: center;
    justify-content: none;
    height: 8rem;
  }
}

@media (max-width: 450px) {
  .header {
    height: 5rem;
  }
}

.header__main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42rem;
  height: 4rem;
}

@media (max-width: 1500px) {
  .header__main {
    width: 32rem;
  }
}

@media (max-width: 450px) {
  .header__main {
    width: 90%;
    height: 3rem;
  }
}

.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  min-width: 5rem;
  height: 4rem;
  margin-left: 4.188rem;
  margin-right: 1.938rem;
}

.header__logo img {
  height: 90%;
}

@media (max-width: 1500px) {
  .header__logo {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 450px) {
  .header__logo {
    margin: 0;
    width: 3rem;
    max-width: 3rem;
    height: 3rem;
  }
}

.header__title {
  display: flex;
  justify-self: center;
  /* align-items: center; */
  width: 24rem;
  height: 100%;
}

@media (max-width: 450px) {
  .header__title {
    width: auto;
    height: auto;
  }
}

.header__title h1 {
  font-family: "CairoLight";
  font-size: 1.5rem;
  font-weight: 200;
}

@media (max-width: 500px) {
  .header__title h1 {
    font-size: 4vw;
  }
}

.header__title h1 a {
  text-decoration: none;
  color: white;
}

.header__title h1 a:hover {
  color: #d251ff;
}

.header__title h1 span {
  font-family: "CairoBold";
  font-size: 1.5rem;
  font-weight: 300;
}

@media (max-width: 500px) {
  .header__title h1 span {
    font-size: 4vw;
  }
}

.header__navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  width: calc(100vw - 42rem);
  margin-left: 9.5rem;
  margin-right: 2.4rem;
}

@media (max-width: 1500px) {
  .header__navbar {
    width: calc(100vw - 32rem);
    justify-content: space-around;
    margin-left: 3%;
    margin-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .header__navbar {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 450px) {
  .header__navbar {
    margin: 0;
  }
}

.header__navbarItem {
  width: 7.938rem;
  cursor: pointer;
}

@media (max-width: 450px) {
  .header__navbarItem {
    width: auto;
  }
}

.header__navbarItem h2 {
  text-align: center;
  font-family: "CairoLight";
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.header__navbarItem h2 a {
  text-decoration: none;
  color: white;
}

.header__navbarItem h2 a:hover {
  color: #d251ff;
}

.header__navbarItem h2:hover {
  color: #d251ff;
}

@media (max-width: 1500px) {
  .header__navbarItem h2 {
    font-size: 1.2rem;
  }
}

@media (max-width: 450px) {
  .header__navbarItem h2 {
    font-size: 1rem;
  }
}


@media (max-width: 1500px) {
  .header__login {
    margin-right: 1rem;
  }
}

.header__loginForm {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
}

.header__loginUser {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 0;
  background-color: #202020;
  border-radius: 0.8rem;
  position: absolute;
  top: 12.5rem;
  z-index: 10;
  transition-property: height;
  transition-duration: 0.5s;
  overflow: hidden;
}

@media (max-width: 700px) {
  .header__loginUser {
    width: 90%;
  }
}

.header__loginUser label {
  color: white;
  font-family: "CairoRegular";
  font-size: 1rem;
  font-weight: 700;
}

.header__loginUser input {
  width: 20rem;
  height: 2rem;
  color: white;
  font-family: "CairoRegular";
  font-size: 1.25rem;
  text-align: center;
  background-color: #202020;
  border: 2px solid #777777;
  border-radius: 0.5rem;
}

@media (max-width: 500px) {
  .header__loginUser input {
    width: 70%;
  }
}

.header__loginUser p {
  font-family: "CairoLight";
  font-size: 1rem;
  margin-top: 1rem;
}

.header__close {
  display: flex;
  color: white;
  font-size: 1rem;
  font-family: "CairoLight";
  height: 2rem;
  width: 2rem;
  line-height: 1.7rem;
  text-align: center;
  border-radius: 1rem;
  background-color: #202020;
  border: 2px solid #777777;
  padding-left: 0.6rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.header__close:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.header__loginBtns {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 1rem;
}

.btn button {
  cursor: pointer;
}

@media (max-width: 600px) {
  .header__loginBtns {
    justify-content: space-between;
    width: 90%;
  }
}

.header__msj {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  height: 20rem;
  background-color: #202020;
  border-radius: 0.8rem;
  position: absolute;
  top: 12.5rem;
  z-index: 15;
  transition-property: height;
  transition-duration: 0.5s;
  overflow: hidden;
  box-shadow: 0px 0px 5px 5px grey;
}

@media (max-width: 600px) {
  .header__msj {
    width: 24rem;
  }
}

.header__msj .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
}

.header__msj .text h2 {
  color: white;
  font-size: 1.5rem;
  font-family: "CairoBold";
  font-weight: 700;
  margin: 1.5rem;
}

.header__msj .text p {
  color: white;
  font-size: 1rem;
  font-family: "CairoLight";
}

.header__msj button {
  justify-self: flex-end;
  margin-bottom: 1rem;
}

.header__regist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 66rem;
  height: 0rem;
  background-color: #202020;
  border-radius: 0.8rem;
  position: absolute;
  top: 3rem;
  z-index: 10;
  transition: height 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .header__regist {
    width: 90%;
    justify-content: flex-start;
  }
}

.header__regist h2 {
  color: white;
  font-size: 1.5rem;
  font-family: "CairoBold";
  font-weight: 700;
  margin-left: 7rem;
}

@media (max-width: 470px) {
  .header__regist h2 {
    font-size: 1.3rem;
    margin-left: 0rem;
    align-self: center;
  }
}

.header__regist label {
  color: white;
  font-family: "CairoLight";
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 450px) {
  .header__regist label {
    font-size: 0.9rem;
  }
}

.header__regist input {
  height: 2rem;
  color: white;
  font-family: "CairoRegular";
  font-size: 1rem;
  text-align: center;
  background-color: #202020;
  border: 2px solid #777777;
  border-radius: 0.5rem;
}

.header__form {
  position: relative;
  align-self: center;
}

.header__form input {
  background-color: #202020;
}

@media (max-width: 1100px) {
  .header__form {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
  }
}

.header__form .btn {
  position: absolute;
  bottom: 0;
  left: 8rem;
}

@media (max-width: 1100px) {
  .header__form .btn {
    bottom: -6rem;
    left: calc((100% - 11.13rem) / 2);
  }
}

.header__registUsername {
  display: flex;
  flex-direction: column;
  margin-left: 7rem;
  margin-top: 0.5rem;
}

@media (max-width: 1100px) {
  .header__registUsername {
    width: 100%;
    margin-left: 0rem;
  }
}

.header__registName {
  display: flex;
  margin-left: 7rem;
  margin-top: 0.5rem;
}

@media (max-width: 1100px) {
  .header__registName {
    width: 100%;
    justify-content: space-between;
    margin-left: 0rem;
  }
}

.header__registName div {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1100px) {
  .header__registName div {
    width: 48%;
  }
}

.header__registName div input {
  width: 25rem;
  margin-right: 2rem;
}

@media (max-width: 1100px) {
  .header__registName div input {
    width: 100%;
  }
}

.header__registEmail {
  display: flex;
  flex-direction: column;
  margin-left: 7rem;
  margin-top: 0.5rem;
}

@media (max-width: 1100px) {
  .header__registEmail {
    width: 100%;
    margin-left: 0rem;
  }
}

.header__registEmail input {
  width: 40rem;
}

@media (max-width: 1100px) {
  .header__registEmail input {
    width: 100%;
  }
}

.header__registDiv {
  display: flex;
}

@media (max-width: 1100px) {
  .header__registDiv {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-left: 0rem;
  }
}

.header__registImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25rem;
  margin-left: 2rem;
}

@media (max-width: 1100px) {
  .header__registImg {
    width: 100%;
    margin-left: 0;
  }
}

.header__registSel {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

@media (max-width: 450px) {
  .header__registSel {
    width: 100%;
    justify-content: space-between;
  }
}

.header__registSel div {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
}

@media (max-width: 450px) {
  .header__registSel div {
    width: 48%;
    align-items: center;
  }
}

.header__registSel div select {
  width: 10rem;
  height: 2rem;
  color: white;
  background-color: #202020;
  border: 2px solid #777777;
  border-radius: 0.5rem;
}

@media (max-width: 450px) {
  .header__registSel div select {
    width: 100%;
    align-items: center;
  }
}

.header__registSel div select option {
  color: white;
  font-family: "CairoRegular";
  font-size: 1rem;
  text-align: center;
}

.header__registImgDiv {
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  border-radius: 5rem;
}

@media (max-width: 1100px) {
  .header__registImgDiv {
    margin-top: 1rem;
  }
}

.header__registImgDiv img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1100px) {
  .header__registPassDiv {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 2rem;
  }
}

.header__registPass {
  display: flex;
  flex-direction: column;
  margin-left: 7rem;
  margin-top: 0.5rem;
}

@media (max-width: 1100px) {
  .header__registPass {
    width: 48%;
    align-items: center;
    margin-left: 0rem;
  }
}

.header__registPass input {
  width: 25rem;
}

@media (max-width: 1100px) {
  .header__registPass input {
    width: 100%;
  }
}

.header__registPass input:focus {
  outline: none;
}

.msjDiv {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(119, 119, 119, 0.2666666667);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 15;
}


.msjDiv #msjBtnCancel {
  display: none;
}

.sections {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  min-height: 100vh;
  background-image: url("./../../img/fondoCuantico.png");
  background-position: center -15rem;
  background-repeat: repeat-y;
  background-size: 120rem;
}

.sections::-webkit-scrollbar {
  display: none;
}

.carrusel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: auto;
  margin: 2rem 0;
  background-color: rgba(32, 32, 32, 0.4745098039);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: relative;
}

.carrusel__main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54.6666rem;
  height: 33rem;
  margin-top: 1rem;
  border: 1px solid grey;
  border-radius: 0.5rem;
}

@media (max-width: 900px) {
  .carrusel__main {
    width: 95%;
    height: 57vw;
  }
}

.carrusel__element {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.carrusel__element img {
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 0.5rem;
}

.carrusel__element button {
  width: 4rem;
  height: 4rem;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  padding-left: 0.25rem;
  background-color: rgba(0, 0, 0, 0.4588235294);
  border: 0.1rem solid rgba(0, 0, 0, 0.2039215686);
  border-radius: 2rem;
  position: absolute;
  top: calc(50% - 2rem);
  left: calc(50% - 2rem);
}

.carrusel__element button:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.carrusel__element button:active {
  transform: scale(0.95);
}

.carrusel__navbar {
  width: 58.6666rem;
  height: 6rem;
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

@media (max-width: 900px) {
  .carrusel__navbar {
    width: 95%;
    height: 10vw;
  }
}

.carrusel__navbar__left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
}

.carrusel__navbar__left:hover {
  cursor: pointer;
}

.carrusel__navbar__left p {
  color: white;
  width: 2rem;
  padding-right: 0.4rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}

.carrusel__navbar__left p:hover {
  color: gold;
  transform: scale(1.1);
}

.carrusel__navbar__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
}

.carrusel__navbar__right:hover {
  cursor: pointer;
}

.carrusel__navbar__right p {
  color: white;
  width: 2rem;
  padding-left: 0.4rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
}

.carrusel__navbar__right p:hover {
  color: gold;
  transform: scale(1.1);
}

.carrusel__navbar__min {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  align-items: center;
}

.carrusel__navbar__navDiv {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0.5rem;
}

.carrusel__navbar__navDiv img {
  width: 8.4rem;
  height: 4.75rem;
  border-radius: 0.5rem;
}

@media (max-width: 900px) {
  .carrusel__navbar__navDiv img {
    width: 15vw;
    height: 8vw;
  }
}

.carrusel__navbar__filterDiv {
  width: 8.4rem;
  height: 4.75rem;
  position: absolute;
  border-radius: 0.5rem;
}

@media (max-width: 900px) {
  .carrusel__navbar__filterDiv {
    width: 15vw;
    height: 8vw;
  }
}

.videoDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 5;
}

.videoDiv iframe {
  width: 88vw;
  height: 49vw;
  border: none;
}

.videoDiv__closeVid {
  display: flex;
  color: white;
  font-family: "CairoLight";
  font-size: 2rem;
  height: 3rem;
  width: 3rem;
  line-height: 2.7rem;
  text-align: center;
  border-radius: 1.5rem;
  background-color: #202020;
  border: 2px solid #777777;
  padding-left: 0.8rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
}

.videoDiv__closeVid:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.combosPrev {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 68rem;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .combosPrev {
    flex-direction: column-reverse;
    height: auto;
  }
}

.combosPrev__div {
  width: 90rem;
  height: auto;
  position: absolute;
  top: -21rem;
}

@media (max-width: 1100px) {
  .combosPrev__div {
    width: 100%;
    position: relative;
    top: 0;
  }
}

.combosPrev__divText {
  width: 35rem;
  height: 40rem;
  margin: 2rem 2rem 0 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
  z-index: 2;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: rgba(32, 32, 32, 0.9);
  position: relative;
  overflow: visible;
}

@media (max-width: 1380px) {
  .combosPrev__divText {
    width: 40.5797101449vw;
    height: 46.3768115942vw;
    margin: 0 0 0 2.8985507246vw;
    padding: 2rem;
    position: absolute;
    left: -1rem;
  }
}

@media (max-width: 1100px) {
  .combosPrev__divText {
    width: 35rem;
    height: 40rem;
    position: relative;
    padding: 2rem;
    top: 0;
    float: none;
    margin: 0;
    left: 0;
  }
}

@media (max-width: 600px) {
  .combosPrev__divText {
    padding: 1rem;
    width: 90vw;
    height: 102.86vw;
  }
}

.combosPrev__divText h3 {
  color: white;
  font-size: 2.5rem;
  font-family: "CairoBold";
  font-weight: 700;
  align-self: center;
  position: relative;
  top: -4rem;
}

@media (max-width: 1380px) {
  .combosPrev__divText h3 {
    font-size: 2.6086956522vw;
    top: -2rem;
  }
}

@media (max-width: 1100px) {
  .combosPrev__divText h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 600px) {
  .combosPrev__divText h3 {
    font-size: 6.6666666667vw;
    top: -1rem;
  }
}

.combosPrev__divText p {
  color: white;
  text-align: justify;
  width: 32rem;
  font-family: "CairoLight";
  font-weight: 700;
  margin: 0.3rem;
  position: relative;
  top: -2rem;
}

@media (max-width: 1380px) {
  .combosPrev__divText p {
    width: 90%;
    font-size: 1.3043478261vw;
  }
}

@media (max-width: 1100px) {
  .combosPrev__divText p {
    font-size: 1.2rem;
    margin-top: 0.3rem;
  }
}

@media (max-width: 600px) {
  .combosPrev__divText p {
    font-size: 3.333vw;
    top: -2.4rem;
  }
}

.combosPrev__divText .btn {
  align-self: center;
  position: absolute;
  bottom: 5.5rem;
}

@media (max-width: 1380px) {
  .combosPrev__divText .btn {
    transform: scale(0.9);
  }
}

@media (max-width: 1100px) {
  .combosPrev__divText .btn {
    font-size: 1.25rem;
  }
}

@media (max-width: 600px) {
  .combosPrev__divText .btn {
    background-color: #202020;
  }
}

@media (max-width: 450px) {
  .combosPrev__divText .btn {
    transform: scale(0.5);
    bottom: 1.5rem;
  }
}

.combosPrev__combos {
  height: auto;
  /* margin-right: 1rem; */
  position: relative;
  /* left: -5rem; */
  z-index: 2;
}

@media (max-width: 1380px) {
  .combosPrev__combos {
    left: 38.2608695652vw;
  }
}

@media (max-width: 1100px) {
  .combosPrev__combos {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: start;
    left: 0;
    top: 0;
  }
}

@media (max-width: 700px) {
  .combosPrev__combos {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.combosPrev__comboSmall {
  display: flex;
  flex-direction: column;
  width: 39rem;
  height: 8rem;
  background-image: linear-gradient(163deg,
      #6100ca 0%,
      #6100ca 45%,
      gold 55%,
      gold 100%);
  border-radius: 1rem;
  transition: all 0.3s;
  margin-bottom: 2rem;
}

.combosPrev__comboSmall:hover {
  box-shadow: 0px 0px 30px 1px rgba(98, 0, 202, 0.5411764706);
}

@media (max-width: 1380px) {
  .combosPrev__comboSmall {
    width: 45.2173913043vw;
  }
}

@media (max-width: 1100px) {
  .combosPrev__comboSmall {
    width: 90%;
  }
}

.combosPrev__comboSmall2 {
  width: 39rem;
  height: 8rem;
  background-color: rgba(32, 32, 32, 0.95);
  border-radius: 1rem;
  transition: all 0.2s;
}

.combosPrev__comboSmall2:hover {
  transform: scale(0.98);
}

@media (max-width: 900px) {
  .combosPrev__comboSmall {
    height: auto;
  }

  .combosPrev__comboSmall2 {
    height: auto;
  }
}

@media (max-width: 1380px) {
  .combosPrev__comboSmall2 {
    width: 45.2173913043vw;
  }
}

@media (max-width: 1100px) {
  .combosPrev__comboSmall2 {
    width: 100%;
  }
}

.combosPrev__header {
  display: flex;
  align-items: center;
}

.combosPrev__header h2 {
  color: #d251ff;
  font-size: 2rem;
  font-family: "CairoBold";
  font-weight: 700;
  margin-left: 2rem;
  margin-right: 4.25rem;
}

@media (max-width: 1100px) {
  .combosPrev__header h2 {
    margin-right: 1.25rem;
  }
}

.combosPrev__header h4 {
  color: #61ce70;
  font-family: "CairoRegular";
  font-weight: 700;
  font-size: 1.2rem;
}

@media (max-width: 1380px) {
  .combosPrev__header {
    font-size: 1.3913043478vw;
  }
}

.combosPrev__desc {
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  flex-wrap: wrap;
  height: 4rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.combosPrev__desc p {
  width: 12rem;
  min-width: 2rem;
  color: white;
  margin-left: .5rem;
  line-height: 1.9rem;
  font-size: 1rem;
  font-family: "CairoLight";
}

@media (max-width: 900px) {
  .combosPrev__desc p {
    width: auto;
    margin-left: 0;
  }

  .combosPrev__desc {
    min-height: 8rem;
  }
}

@media (max-width: 1100px) {
  .combosPrev__desc p {
    min-width: 0;
  }

}

@media (max-width: 1380px) {
  .combosPrev__desc {
    font-size: 2.2028985507vw;
  }
}

@media (max-width: 1100px) {
  .combosPrev__desc {
    margin-left: 1.25rem;
    width: 90%;
    max-width: 90%;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  background-color: #202020;
  z-index: 5;
}

.footer__chacruk {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

@media (max-width: 700px) {
  .footer__chacruk {
    justify-content: space-between;
  }
}

.footer__logo {
  width: 8rem;
  height: 12rem;
  display: flex;
  align-items: center;
  margin-left: 1rem;
}

@media (max-width: 500px) {
  .footer__logo {
    height: 5rem;
  }
}

.footer__img {
  height: 12rem;
}

@media (max-width: 700px) {
  .footer__img {
    height: 8rem;
  }
}

@media (max-width: 500px) {
  .footer__img {
    height: 5rem;
  }
}

.footer__contacto {
  width: 20rem;
  padding-left: 3rem;
}

@media (max-width: 700px) {
  .footer__contacto {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 1rem;
  }
}

@media (max-width: 500px) {
  .footer__contacto {
    width: auto;
    align-items: flex-start;
    padding-left: 0;
  }
}

.footer__contacto p {
  width: 90%;
  color: white;
  font-family: "CairoLight";
}

.footer__contacto p span {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0.3rem;
}

@media (max-width: 500px) {
  .footer__contacto p span {
    font-size: 1rem;
  }
}

@media (max-width: 700px) {
  .footer__contacto p {
    width: 70%;
    padding: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
  }
}

@media (max-width: 500px) {
  .footer__contacto p {
    font-size: 0.6rem;
  }
}

.footer__redes {
  width: 40rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center;
  align-items: center;
}

.footer__redes div {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #777777;
  border-radius: 0.5rem;
}

.footer__redes div img {
  max-width: 1.6rem;
  max-height: 1.6rem;
}

@media (max-width: 700px) {
  .footer__redes div img {
    max-width: 1rem;
    max-height: 1rem;
  }
}

@media (max-width: 500px) {
  .footer__redes div img {
    max-width: 0.7rem;
    max-height: 0.7rem;
  }
}

@media (max-width: 700px) {
  .footer__redes div {
    width: 2rem;
    height: 2rem;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    border-radius: 0.3rem;
  }
}

@media (max-width: 500px) {
  .footer__redes div {
    max-width: 1.5rem;
    max-height: 1.5rem;
    border-radius: 0.2rem;
  }
}

@media (max-width: 980px) {
  .footer__redes {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 2rem;
    padding: 1rem;
  }
}

@media (max-width: 700px) {
  .footer__redes {
    width: auto;
    row-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@media (max-width: 500px) {
  .footer__redes {
    width: auto;
    row-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
}

.footer__semillero {
  height: 5rem;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer__semillero p {
  color: white;
  font-weight: 800;
  font-family: "CairoLight";
  height: 2rem;
  font-size: 1.3rem;
}

.footer__semillero a {
  height: 2.2rem;
  margin-left: 3rem;
}


.footer__semillero a img {
  height: 100%;
  margin-left: 1rem;
}

@media (max-width: 700px) {
  .footer__semillero a {
    margin-left: 0;
    height: 1.8rem;
  }

  .footer__semillero a:nth-child(3) {
    margin-left: 0;
    height: 1.3rem;
  }

  .footer__semillero {
    width: 80%;
  }

}

.btn {
  /* margin: 1rem; */
}

.btn button {
  padding: 20px 50px;
  background-color: #000;
  border: none;
  font-size: 1.2rem;
  position: relative;
  /* overflow: hidden; */
  transition: 200ms;
}

@media (max-width: 650px) {
  .btn button {
    padding: 20px;
    font-size: 0.9rem;
  }
}

.btn button span {
  color: gray;
  position: relative;
  transition: 200ms;
  transition-delay: 500ms;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

@media (max-width: 650px) {
  .btn button span {
    font-size: 0.9rem;
  }
}

.btn button:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0%;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  transition: 200ms;
  transition-delay: 200ms;
  background-color: #6100ca;
  box-shadow: 0 0 10px #6100ca, 0 0 30px #6100ca, 0 0 50px #6100ca;
}

.btn button div {
  transition: 200ms;
  position: absolute;
  background-color: #6100ca;
  box-shadow: 0 0 15px #6100ca, 0 0 30px #6100ca, 0 0 50px #6100ca;
}

.btn button .top {
  width: 15px;
  height: 2px;
  top: 0;
  left: 0;
}

.btn button .bottom {
  width: 15px;
  height: 2px;
  bottom: 0;
  right: 0;
}

.btn button .left {
  width: 2px;
  height: 15px;
  top: 0;
  left: 0;
}

.btn button .right {
  width: 2px;
  height: 15px;
  bottom: 0;
  right: 0;
}

.btn button:hover {
  color: blue;
}

.btn button:hover span {
  color: #000;
}

.btn button:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn button:hover .top,
.btn button:hover .bottom {
  width: 100%;
}

.btn button:hover .left,
.btn button:hover .right {
  height: 100%;
}

.btn :active {
  transform: scale(0.97);
}

@font-face {
  font-family: "CairoLight";
  src: url("./../../fonts/Cairo/Cairo-Light.ttf");
}

@font-face {
  font-family: "CairoBold";
  src: url("./../../fonts/Cairo/Cairo-Bold.ttf");
}

@font-face {
  font-family: "CairoRegular";
  src: url("./../../fonts/Cairo/Cairo-Regular.ttf");
}

#addCombo {
  margin-top: 1rem;
}

.compras {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.compras__combo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin: 3rem 0;
  background-color: rgba(32, 32, 32, 0.9);
}

@media (max-width: 600px) {
  .compras__combo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin: 2rem 0;
  }
}

.compras__imgDiv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}

@media (max-width: 600px) {
  .compras__imgDiv {
    width: 100%;
  }
}

.compras__imgDiv h2 {
  color: #d251ff;
  font-family: "CairoBold";
  font-size: 2rem;
}

@media (max-width: 600px) {
  .compras__imgDiv h2 {
    font-size: 2rem;
  }
}

.compras__imgDiv img {
  position: relative;
  width: 70%;
  aspect-ratio: 3/2;
  /* object-fit: cover; */
  margin: 1rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 30px 1px rgba(98, 0, 202, 0.5411764706);
}

@media (max-width: 600px) {
  .compras__imgDiv img {
    width: 55%;
  }
}

.compras__imgDiv .editName {
  width: 90%;
  height: 2.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
  top: 0rem;
}

.compras__descDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 43.33%;
}

@media (max-width: 600px) {
  .compras__descDiv {
    width: 100%;
    align-items: center;
  }
}

.compras__descDiv h4 {
  color: white;
  font-family: "CairoRegular";
  font-size: 1.5rem;
}

.compras__descDiv ul {
  list-style: none;
  margin-top: 1rem;
}

.compras__descDiv ul li::before {
  content: "+   ";
}

.compras__descDiv ul li {
  color: white;
  font-family: "CairoLight";
  font-size: 1.2rem;
}

@media (max-width: 600px) {
  .compras__descDiv ul li {
    font-size: 1rem;
  }
}

.compras__descDiv textarea {
  width: 90%;
  height: 80%;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
  resize: none;
}

.compras__descDiv button {
  text-align: center;
  position: absolute;
  top: calc(90% + 8rem);
}

.compras__priceDiv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  text-align: center;
  width: 25.33%;
}

@media (max-width: 600px) {
  .compras__priceDiv {
    margin-top: 20px;
    width: 100%;
  }
}

.compras__priceDiv .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1300px) {
  .compras__priceDiv button {
    transform: scale(0.9);
  }
}

@media (max-width: 1024px) {
  .compras__priceDiv button {
    transform: scale(0.8);
  }
}

.compras__priceDiv h2 {
  color: white;
  font-family: "CairoBold";
  text-align: center;
  font-size: 3.4615384615vw;
}

@media (max-width: 679px) {
  .compras__priceDiv h2 {
    font-size: 4.4615384615vw;
  }
}

.compras__priceDiv input {
  width: 40%;
  height: 2rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  position: relative;
  top: 2rem;
}

.comboForm {
  width: 98%;
  height: auto;
  display: flex;
  justify-content: center;
}


.comboForm__combo {
  display: flex;
  align-items: flex-start;
  width: 90%;
  height: 30rem;
  background-color: rgba(32, 32, 32, 0.9);
  margin: 4rem 0;
}

@media (max-width:1024px) {
  .comboForm__combo {
    padding: 1rem;
    gap: 1rem;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.comboForm__imgDiv {
  height: 100%;
  width: 25%;
  margin: 1rem 9rem 3rem 8rem;
  position: relative;
}

@media (max-width:1024px) {
  .comboForm__imgDiv {
    width: 90%;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


.comboForm__imgDiv .editName {
  width: 100%;
  height: 2.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  position: absolute;
  top: 0rem;
}

@media (max-width:1024px) {
  .comboForm__imgDiv .editName {
    position: relative;
    margin-top: 0;
  }
}

.comboForm__imgDiv img {
  max-width: 25rem;
  max-height: 17rem;
  margin-top: 5rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 30px 1px rgba(98, 0, 202, 0.5411764706);
}

@media (max-width:1024px) {
  .comboForm__imgDiv img {
    width: 100%;
    height: 12rem;
    margin-top: 0;
  }
}

.comboForm__imgDiv .editImg {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}


@media (max-width:1024px) {
  .comboForm__imgDiv .editImg {
    position: relative;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


.comboForm__descDiv {
  display: flex;
  flex-direction: column;
  width: 45rem;
  height: 100%;
  margin: 2rem 0 3rem 0;
  position: relative;
}

@media (max-width:1024px) {
  .comboForm__descDiv {
    width: 80%;
    margin: 0;
  }
}


.comboForm__descDiv h4 {
  color: white;
  font-family: "CairoRegular";
  font-size: 1.5rem;
}

.comboForm__descDiv textarea {
  width: 90%;
  height: 70%;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  position: absolute;
  top: 3rem;
}

@media (max-width:1024px) {
  .comboForm__descDiv textarea {
    width: 100%;
    height: 7rem;
    margin: 0;
    top: 0;
    position: relative;
  }
}


.comboForm__descDiv button {
  text-align: center;
  position: absolute;
  bottom: 3rem;
}

@media (max-width:1024px) {
  .comboForm__descDiv button {
    position: relative;
    top: 14rem;
    left: 5rem;
  }
}

.comboForm__priceDiv {
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 10rem;
  position: relative;
  justify-content: end;
  align-self: flex-end;
  margin: 0 1rem 3rem 0;
}




.comboForm__priceDiv button {
  justify-content: center;
}

.comboForm__priceDiv h2 {
  color: white;
  font-family: "CairoBold";
  font-size: 2rem;
  text-align: center;
}

.comboForm__priceDiv input {
  width: 90%;
  height: 2.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  position: relative;
}

@media (max-width:1024px) {
  .comboForm__priceDiv {
    width: 80%;
  }

  .comboForm__priceDiv input {
    position: relative;
    bottom: 0;
  }
}


@font-face {
  font-family: "CairoLight";
  src: url("./../../fonts/Cairo/Cairo-Light.ttf");
}

@font-face {
  font-family: "CairoBold";
  src: url("./../../fonts/Cairo/Cairo-Bold.ttf");
}

@font-face {
  font-family: "CairoRegular";
  src: url("./../../fonts/Cairo/Cairo-Regular.ttf");
}

.closeSession {
  margin-top: 4rem;
}

.perfil {
  display: flex;
  justify-content: space-around;
  width: 70rem;
  height: auto;
  background-color: rgba(32, 32, 32, 0.9);
  margin: 5rem 0;
}

@media (max-width:767px) {
  .perfil {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.perfil__img {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 3rem 2rem;
}

.perfil__imgImg {
  width: 15rem;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7.5rem;
}

.perfil__imgImg img {
  width: 100%;
  height: 100%;
}

.perfil__imgSel {
  display: none;
  width: 100%;
  justify-content: space-evenly;
}

.perfil__imgSel div {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.perfil__imgSel div label {
  color: white;
  font-family: "CairoBold";
  font-size: 1.25rem;
}

.perfil__imgSel div select {
  width: 6rem;
  height: 2.5rem;
  color: white;
  background-color: #202020;
  border: 2px solid #777777;
  border-radius: 0.5rem;
}

.perfil__imgSel div select option {
  color: white;
  font-family: "CairoRegular";
  font-size: 1.25rem;
  text-align: center;
}

.perfil__info {
  width: auto;
  height: auto;
  margin: 3rem 0;
}


@media (max-width:767px) {
  .perfil__info {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
}

.perfil__info h2 {
  color: white;
  font-family: "CairoBold";
  font-size: 1.5rem;
}

.perfil__info h4 {
  color: white;
  font-family: "CairoBold";
  font-size: 1.25rem;
}

.perfil__info p {
  display: block;
  height: 2.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  margin-left: 1rem;
  margin-top: 0.5rem;
  padding-left: 1rem;
  border: 2px solid rgba(119, 119, 119, 0);
  background: rgba(32, 32, 32, 0.9);
  border-radius: 0.5rem;
}

.perfil__info .editDato {
  display: none;
  width: 100%;
  height: 2.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgba(32, 32, 32, 0.9);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}

.perfil__fullName {
  width: auto;
  display: flex;
  margin-top: 1.75rem;
}

.perfil__username {
  width: 15rem;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.perfil__name {
  width: 15rem;
  display: flex;
  flex-direction: column;
}

.perfil__lastname {
  width: 15rem;
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}

.perfil__email {
  width: 30rem;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.perfil__changePassDiv {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 10rem;
  left: 0;
  background-color: rgba(119, 119, 119, 0.2666666667);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 5;
}

.perfil__changePass {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40rem;
  width: 35rem;
  background-color: rgba(32, 32, 32, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid white;
}

.perfil__changePassClose {
  display: flex;
  color: white;
  font-size: 2rem;
  font-family: "CairoLight";
  height: 3rem;
  width: 3rem;
  line-height: 2.7rem;
  text-align: center;
  border-radius: 1.5rem;
  background-color: #202020;
  border: 2px solid #777777;
  padding-left: 0.8rem;
  position: absolute;
  top: 1rem;
  right: 3rem;
  z-index: 6;
}

.perfil__changePassClose:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.perfil__changePassForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: rgba(32, 32, 32, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 5px 5px grey;
  position: absolute;
  top: 0;
  z-index: 5;
}

.perfil__passDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60%;
  margin-top: 1rem;
}

.perfil__passDiv label {
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
}

.perfil__passDiv input {
  width: 100%;
  height: 2.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  text-align: center;
  background-color: rgba(32, 32, 32, 0.9);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
}

.perfil .oldPass {
  margin-bottom: 3rem;
}

.perfil .savePass {
  margin: 3rem 0 1rem 0;
}

.perfil .perfilPassCheck:focus {
  outline: none;
}

.perfil__settings {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 10rem;
  height: 20rem;
  margin: 3rem 2rem 3rem 0;
}

.perfil__settings div:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.perfil__settings h4 {
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
}

.perfil__settings img {
  width: 1.75rem;
  height: 1.75rem;
  margin-left: 1rem;
}

.perfil__notificaciones {
  display: flex;
  align-items: center;
  margin: 1rem 0 1rem 0;
}

.perfil__perfil {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.perfil__perfil h4 {
  color: #d251ff;
}

.perfil__edit {
  display: flex;
  align-items: center;
}

.perfil__btns {
  display: flex;
  height: 0;
  margin-top: 5rem;
  overflow: hidden;
}

.perfil__btns .changePass button:active {
  transform: scale(0.97);
}

.perfil__btns .savePerfil {
  align-self: flex-end;
  margin-left: 2rem;
}

.perfil__btns .savePerfil button:active {
  transform: scale(0.97);
}

@font-face {
  font-family: "CairoLight";
  src: url("./../../fonts/Cairo/Cairo-Light.ttf");
}

@font-face {
  font-family: "CairoBold";
  src: url("./../../fonts/Cairo/Cairo-Bold.ttf");
}

@font-face {
  font-family: "CairoRegular";
  src: url("./../../fonts/Cairo/Cairo-Regular.ttf");
}

#addNovedad {
  margin-top: 1rem;
}

.novedades {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.novedades__novedad {
  width: 92%;
  min-height: 20rem;
  margin: 2rem;
  border-radius: 0.5rem;
  padding-bottom: 2rem;
  background-color: rgba(32, 32, 32, 0.9);
  position: relative;
}

@media (max-width: 1024px) {
  .novedades__novedad {
    text-align: justify;
  }
}

.novedades__novedad p {
  color: white;
  max-width: 75%;
  font-size: 1.2rem;
  font-family: "CairoLight";
  font-weight: 400;
  margin: 0 0 0.5rem 2rem;
}

.novedades__novedad p span {
  font-family: "CairoBold";
}

.novedades__novedad p a {
  text-decoration: underline;
  color: white;
  font-size: 1rem;
  font-family: "CairoBold";
  font-weight: 400;
}

.novedades__novedad p a:hover {
  color: #d251ff;
}

.novedades__novedad p a:active {
  transform: scale(0.95);
}

.novedades__novedad .divDato {
  position: relative;
}

.novedades__novedad .divDato input {
  width: 40%;
  height: 2rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  position: relative;
  top: 0rem;
  left: 2rem;
}

@media (max-width: 1000px) {
  .novedades__novedad .divDato input {
    position: relative;
    width: 80%;
  }
}

.novedades__novedad .btn {
  margin: 2rem;
}

.novedades__novedad button {
  margin-left: 2rem;
}

.novedades__novedadDiv {
  height: auto;
  overflow: hidden;
}

.novedades__novedadDiv h2 {
  color: #d251ff;
  font-size: 2.5rem;
  font-family: "CairoBold";
  font-weight: 400;
  margin: 0 2rem 2rem 2rem;
}

.novedades__novedadDiv p {
  color: white;
  max-width: 75%;
  font-size: 1.2rem;
  font-family: "CairoLight";
  font-weight: 400;
  margin: 0 0 0.5rem 2rem;
}

.novedades__novedadDiv p span {
  font-family: "CairoBold";
}

.novedades__novedadDiv p a {
  text-decoration: underline;
  color: white;
  font-size: 1rem;
  font-family: "CairoBold";
  font-weight: 400;
}

.novedades__novedadDiv p a:hover {
  color: #d251ff;
}

.novedades__novedadDiv p a:active {
  transform: scale(0.95);
}

.novedades__novedadDiv input {
  width: 40%;
  height: 2.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  position: absolute;
  top: 1rem;
  left: 2rem;
}

@media (max-width: 1000px) {
  .novedades__novedadDiv input {
    position: relative;
    width: 80%;
  }
}

.novedades__novedadDiv textarea {
  width: 40%;
  height: 0;
  max-height: 22rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  position: absolute;
  top: 5rem;
  left: 2rem;
}

@media (max-width: 1000px) {
  .novedades__novedadDiv textarea {
    position: relative;
    width: 80%;
  }
}

.novedades__novedadDiv button {
  margin-left: 2rem;
}

.novedades__novedadDiv .novedades__imgDiv img {
  width: 80%;
}

.novedades__imgDiv {
  width: 40rem;
  height: auto;
  margin: 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: right;
}

/* .novedades__imgDiv img {
  max-width: 100%;
  max-height: 90%;
} */

@media (max-width: 1024px) {
  .novedades__novedadDiv .novedades__imgDiv img {
    width: 80%;
  }

  .novedades__imgDiv {
    width: 100%;
    margin: 0;
    padding-top: 2rem;
  }
}



.novedades__imgDiv input {
  height: 2.5rem;
  width: 100%;
  position: relative;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgba(32, 32, 32, 0);
  border: none;
  border-radius: 0;
}

.editNovedad {
  display: none;
}

.novedadForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.novedadForm__novedad {
  width: 80rem;
  min-height: 20rem;
  margin: 2rem;
  border-radius: 0.5rem;
  padding-bottom: 2rem;
  background-color: rgba(32, 32, 32, 0.9);
  position: relative;
}

@media (max-width:1024px) {
  .novedadForm__novedad {
    width: 90%;
  }
}

.novedadForm__novedad .addDato {
  display: block;
  width: 48%;
  height: 2rem;
  margin: 0.5rem 2rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
}

@media (max-width:1024px) {
  .novedadForm__novedad .addDato {
    width: 90%;
    margin-left: 5%;
  }

}

.novedadForm__novedad button {
  margin: 3rem;
}

@media (max-width:1024px) {
  .novedadForm__novedad button {
    width: 80%;
    margin: 0;
    margin-left: 2rem;
  }

}

.novedadForm__novedadDiv {
  height: auto;
  overflow: hidden;
}

.novedadForm__novedadDiv input {
  width: 40%;
  height: 2.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  position: absolute;
  top: 1rem;
  left: 2rem;
}

@media (max-width:1024px) {
  .novedadForm__novedadDiv input {
    width: 80%;
  }
}

.novedadForm__novedadDiv textarea {
  width: 40%;
  height: 20rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 2px solid #777777;
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  position: absolute;
  top: 5rem;
  left: 2rem;
}

@media (max-width:1024px) {
  .novedadForm__novedadDiv textarea {
    width: 90%;
    position: relative;
    top: 0;
    left: 0;
    margin: 1rem;
  }
}

.novedadForm__imgDiv {
  width: 30rem;
  min-height: 22rem;
  margin: 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: right;
}

@media (max-width:1024px) {
  .novedadForm__imgDiv {
    width: 80%;
  }
}

.novedadForm__imgDiv img {
  max-width: 100%;
  max-height: 90%;
}

.novedadForm__imgDiv input {
  height: 2.5rem;
  width: 100%;
  position: relative;
  color: white;
  font-family: "CairoLight";
  font-size: 1.25rem;
  padding-left: 1rem;
  background-color: rgba(32, 32, 32, 0);
  border: none;
  border-radius: 0;
}

@font-face {
  font-family: "CairoLight";
  src: url("./../../fonts/Cairo/Cairo-Light.ttf");
}

@font-face {
  font-family: "CairoBold";
  src: url("./../../fonts/Cairo/Cairo-Bold.ttf");
}

@font-face {
  font-family: "CairoRegular";
  src: url("./../../fonts/Cairo/Cairo-Regular.ttf");
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 50rem;
  margin: 5rem 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .info {
    height: auto;
  }
}

.info__navbar {
  width: 85%;
}

@media (max-width: 1024px) {
  .info__navbar {
    display: none;
  }
}

.info__navbar ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.info__navbar ul li {
  width: 16.6666666667%;
  color: white;
  text-align: center;
  font-family: "CairoRegular";
  font-size: 1.6rem;
  background-color: black;
  border-radius: 0.5rem 0.5rem 0 0;
}

.info__navbar ul li:hover {
  cursor: pointer;
}

.info__descripciones {
  width: 85%;
  height: 45rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .info__descripciones {
    height: auto;
    overflow: none;
    align-items: center;
  }
}

.info__descripciones__title {
  width: 95%;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  background-color: rgb(0, 0, 0);
  border: 1px solid white;
  border-radius: 0.5rem;
  z-index: 5;
}

@media (min-width: 1024px) {
  .info__descripciones__title {
    display: none;
  }
}

.info__descripciones__title h3,
.info__descripciones__title h4 {
  color: white;
  font-family: "CairoRegular";
  font-size: 1.2rem;
  margin: 0 1rem;
}

.info__descripciones__title h4 {
  transform: rotate(90deg);
  transition: transform 0.5s;
}

.info__desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 0;
  background-color: rgb(32, 32, 32);
  border-bottom: 1px solid white;
  border-radius: 0 0 0.5rem 0.5rem;
  transition: height 0.5s;
  position: absolute;
  top: 0;
  overflow: scroll;
}

@media (max-width: 1024px) {
  .info__desc {
    position: relative;
    width: 95%;
    height: 0;
    border: none;
    overflow: none;
    top: -1.8rem;
  }
}

.info__desc::-webkit-scrollbar {
  display: none;
}

.info__descPortada {
  width: 70%;
  height: 40rem;
  margin: 2.5rem 0;
}

@media (max-width: 1440px) {
  .info__descPortada {
    width: 70%;
  }
}

@media (max-width: 1100px) {
  .info__descPortada {
    width: 90%;
    height: auto;
  }
}

.info__desc hr {
  width: 70%;
}

.info__textCentrado {
  width: 65%;
}

.info__textCentrado p {
  color: white;
  font-size: 1.2rem;
  font-family: "CairoLight";
  font-weight: 400;
  margin-bottom: 1rem;
  /* text-indent: 2rem; */
}

.info__sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 10rem;
}

@media (max-width: 1024px) {
  .info__sec {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.info__sec img {
  max-width: 50%;
  height: auto;
  margin: 2.5rem 2rem;
}

.info__img {
  width: 60%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1024px) {
  .info__img {
    width: 100%;
  }
}

.info__img img {
  max-width: 80%;
  max-height: 100%;
  margin: 2.5rem 2rem;
}

@media (max-width: 1024px) {
  .info__img img {
    width: 100%;
  }
}

.info__textAlter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: 100%;
  margin: 0 2rem;
  text-align: start;
}

@media (max-width: 1024px) {
  .info__textAlter {
    width: 90%;
  }
}

.info__textAlter p {
  color: white;
  font-size: 1.2rem;
  font-family: "CairoLight";
  font-weight: 400;
  margin-bottom: 1rem;
}

.info .start {
  justify-content: flex-start;
}

.info .start h3 {
  width: 100%;
  text-align: center;
  color: white;
  font-size: 2rem;
  font-family: "CairoBold";
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.info .start p {
  font-size: 0.8rem;
  margin-bottom: 0.25rem;
}

.info .start p span {
  font-size: 1rem;
  font-family: "CairoBold";
}

.info .start .iFirst {
  margin-top: 1rem;
}

.info__subtitle {
  color: white;
  font-size: 2rem;
  font-family: "CairoLight";
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
}

.info__geometria,
.info__arquitectura,
.info__laGuerra {
  width: 100%;
}

.info__geometria img,
.info__arquitectura img,
.info__laGuerra img {
  max-width: 90%;
  height: auto;
  margin: 2.5rem 0;
}

.info__geometria p,
.info__arquitectura p,
.info__laGuerra p {
  color: white;
  font-size: 1.2rem;
  font-family: "CairoLight";
  font-weight: 400;
  text-indent: 2rem;
  width: 85%;
  margin-bottom: 1rem;
}

@font-face {
  font-family: "CairoLight";
  src: url("./../../fonts/Cairo/Cairo-Light.ttf");
}

@font-face {
  font-family: "CairoBold";
  src: url("./../../fonts/Cairo/Cairo-Bold.ttf");
}

@font-face {
  font-family: "CairoRegular";
  src: url("./../../fonts/Cairo/Cairo-Regular.ttf");
}

.portada {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 40rem;
  margin: 2rem 0;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .portada {
    height: 44.44vw;
  }
}

.portada h1 {
  color: black;
  font-family: "CairoLight";
  font-size: 3.12rem;
  line-height: 5.9rem;
  z-index: 2;
}

@media (max-width: 1440px) {
  .portada h1 {
    font-size: 1.9vw;
    line-height: 3.5vw;
  }
}

.portada h1 span {
  font-family: "CairoBold";
}

.portada img {
  width: 90rem;
  max-height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 1440px) {
  .portada img {
    width: 100%;
  }
}

::-webkit-scrollbar {
  width: .2rem;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-corner {
  overflow: hidden;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.addComment {
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(119, 119, 119, 0.2666666667);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: sticky;
  top: 0;
  z-index: 15;
}

.addComment__modal {
  width: 60rem;
  height: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(32, 32, 32);
  border-radius: 0.75rem;
  box-shadow: 0px 0px 5px 5px grey;
}

.addComment__modal label {
  color: white;
  font-family: "CairoBold";
  text-align: end;
  align-self: flex-start;
  margin-left: 10%;
}

.addComment__modal input,
.addComment__modal textarea {
  width: 80%;
  color: white;
  font-family: "CairoRegular";
  font-size: 1.5rem;
  padding-left: 1rem;
  background-color: rgb(32, 32, 32);
  border: 1px solid #777777;
  border-radius: 0.5rem;
}

.addComment__modal input {
  height: 2rem;
  margin-bottom: 1rem;
}

.addComment__modal textarea {
  height: 13rem;
  resize: none;
}

.addComment__modal textarea::-webkit-scrollbar {
  -webkit-appearance: none;
}

.addComment__modal textarea::-webkit-scrollbar:vertical {
  width: 0.4rem;
}

.addComment__modal textarea::-webkit-scrollbar:horizontal {
  height: 10px;
}

.addComment__modal textarea::-webkit-scrollbar-thumb {
  width: 0.1rem;
  background-color: #777777;
  border-radius: 20px;
  border: 2px solid #777777;
}

.addComment__modal textarea::-webkit-scrollbar-corner-present {
  display: none;
}

.addComment__modal textarea::-webkit-scrollbar-bottom {
  display: none;
}

.addComment__modal p {
  color: white;
  font-family: "CairoRegular";
}

.addComment__modal .btn {
  margin: 2rem 0;
}

.addComment__close {
  width: 100%;
  height: 1rem;
  line-height: 2rem;
  margin-right: 0.4rem;
  position: relative;
}

.addComment__close p {
  color: #777777;
  font-family: "CairoBold";
  position: absolute;
  right: 0.5rem;
}

.addComment__close p:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.newComment {
  display: none;
}

.comments {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 66rem;
  min-height: 44rem;
  margin: 4rem 0;
  position: relative;
}

@media (max-width: 1440px) {
  .comments {
    width: 95%;
  }
}

.comments__nav {
  display: flex;
  width: 100%;
  height: 4rem;
}

.comments__navItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  background-color: black;
  border-radius: 1rem 1rem 0 0;
}

.comments__navItem:hover {
  cursor: pointer;
}

.comments__navItem h2 {
  color: white;
  font-family: "CairoBold";
  font-size: 2rem;
}

@media (max-width: 800px) {
  .comments__navItem h2 {
    font-size: 1.5rem;
  }
}

.comments__sec {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 40rem;
  background-color: rgba(32, 32, 32, 0.93);
  border-radius: 0 0 1rem 1rem;
}

.comments__comment {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width:767px) {
  .comments__comment {
    justify-content: space-around;
  }
}

.comments__comment:hover {
  cursor: pointer;
}

.comments__imgDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 7rem;
  height: 100%;
}

@media (max-width:767px) {
  .comments__imgDiv {
    width: 3rem;
  }
}

.comments__imgDiv img {
  width: 5rem;
  height: 5rem;
  margin-top: 1rem;
}

@media (max-width:767px) {
  .comments__imgDiv img {
    width: 3rem;
    height: 3rem;
  }
}


.comments__descDiv {
  width: 70%;
  height: 100%;
  overflow: scroll;
  border-bottom: 1px solid #807f7f;
}

@media (max-width:767px) {
  .comments__descDiv {
    width: 55%;
  }
}

.comments__descDiv h2 {
  color: white;
  font-family: "CairoBold";
  font-size: 2rem;
}

@media (max-width:767px) {
  .comments__descDiv h2 {
    font-size: 1.4rem;
    text-align: start;
  }
}

.comments__descDiv p {
  color: white;
  font-family: "CairoLight";
  font-size: 1.12rem;
  margin-bottom: 1rem;
}

@media (max-width:767px) {
  .comboForm__descDiv p {
    font-size: .4rem;
  }
}

.comments__descDiv p span {
  font-family: "CairoBold";
}

.comments__actionDiv {
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width:767px) {
  .comments__actionDiv {
    width: 5rem;
  }
}

.comments__actions {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}

.comments__actions div {
  width: 4rem;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.comments__actions div p {
  color: white;
  font-family: "CairoLight";
  font-size: 1.12rem;
  margin-left: 1rem;
}

.comments__body {
  overflow-wrap: break-word;
}


@media (max-width:767px) {
  .comments__actions div {
    width: 2.5rem;
    height: 2.5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .comments__actions div p {
    font-size: .7rem;
  }
}

.comments__actions div img {
  max-width: 40%;
  max-height: 80%;
}

.backBtn {
  color: white;
  font-family: "CairoBold";
  font-size: 1.5rem;
  align-self: flex-start;
  margin-top: 2rem;
  cursor: pointer;
}

.backBtn:hover {
  color: #d251ff;
}

.comment {
  width: 89%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  background-color: rgba(32, 32, 32, 0.93);
  border-radius: 1rem;
}

.comment__comment {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}

.comment__imgDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 7rem;
  height: 100%;
}


.comment__imgDiv img {
  width: 5rem;
  height: 5rem;
  margin-top: 1rem;
}

.comment__descDiv {
  width: 70%;
  height: 100%;
  position: relative;
}

.comment__descDiv h2 {
  color: white;
  font-family: "CairoBold";
  font-size: 2rem;
}



.comment__descDiv p {
  color: white;
  font-family: "CairoLight";
  font-size: 1.12rem;
}

.comment__descDiv p span {
  font-family: "CairoBold";
}

.comment__actionDiv {
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}


.comment__body {
  width: 100%;
  overflow-wrap: break-word;
}


@media (max-width:767px) {

  .comment__comment {
    justify-content: space-around;
  }

  .comment__descDiv {
    width: 80%;
    padding: 1rem;
  }


  .comment__imgDiv {
    display: none;
  }

  .comment__actionDiv {
    width: 5rem;
  }

  .comment__actions div {
    width: 2.5rem;
    height: 2.5rem;
  }

  .comment__actions div.replyIcon {
    display: none;
  }


}

.comment__actionDiv .btn {
  transform: scale(0.5);
}

.comment__actionDiv .del {
  height: 2rem;
}

.comment__actionDiv .del button:before {
  background-color: red;
  box-shadow: 0 0 10px red, 0 0 30px red, 0 0 50px red;
}

.comment__actionDiv .del button div {
  background-color: red;
  box-shadow: 0 0 15px red, 0 0 30px red, 0 0 50px red;
}

.comment__actions {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  position: relative;
}

.comment__actions div {
  width: 4rem;
  height: 2rem;
  display: flex;
  flex-direction: row;
  overflow: visible;
}

.comment__actions div p {
  color: white;
  font-family: "CairoLight";
  font-size: 1.12rem;
  margin-left: 1rem;
}

.comment__actions div img {
  max-width: 40%;
  max-height: 80%;
}

.comment__replyDiv {
  width: 100%;
  height: auto;
  margin-left: 2%;
  margin-top: 2rem;
}

.reply {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
  position: relative;
}

.reply__comment {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  width: 100%;
  margin-top: 0rem;
}

@media (max-width:767px) {
  .reply__comment {
    padding: .5rem;
    justify-content: center;
  }
}

.reply__comment:hover {
  cursor: pointer;
}

.reply__imgDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 5rem;
  height: 100%;
}

.reply__imgDiv img {
  width: 4rem;
  height: 4rem;
  margin-top: 1rem;
}

@media (max-width:767px) {

  .reply__imgDiv {
    width: 5rem;
  }

  .reply__imgDiv img {
    width: 3rem;
    height: 3rem;
  }
}

.reply__descDiv {
  width: 60%;
  height: 100%;
}

@media (max-width:767px) {
  .reply__descDiv {
    width: 50%;
    height: 100%;
  }
}

.reply__descDiv h2 {
  color: white;
  font-family: "CairoBold";
  font-size: 1rem;
}

.reply__descDiv p {
  color: white;
  font-family: "CairoLight";
  font-size: 1rem;
}

.reply__descDiv p span {
  font-family: "CairoBold";
}

.reply__actionDiv {
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.reply__actionDiv .btn {
  height: 2rem;
  transform: scale(0.5);
  position: relative;
  top: -1rem;
}

.reply__actionDiv .del {
  height: 1rem;
  transform: scale(0.45);
}

.reply__actionDiv .del button:before {
  background-color: red;
  box-shadow: 0 0 10px red, 0 0 30px red, 0 0 50px red;
}

.reply__actionDiv .del button div {
  background-color: red;
  box-shadow: 0 0 15px red, 0 0 30px red, 0 0 50px red;
}

.reply__actions {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  position: relative;
}

.reply__actions div {
  width: 4rem;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.reply__actions div p {
  color: white;
  font-family: "CairoLight";
  font-size: 1.12rem;
  margin-left: 1rem;
}

.reply__actions div img {
  max-width: 40%;
  max-height: 80%;
}

@media (max-width:767px) {

  .reply__actions {
    justify-content: center;
    height: 3rem;
  }

  .reply__actions div {
    flex-direction: column;
  }

  .reply__actions div.replyIcon {
    display: none;
  }
}

.likeList {
  display: none;
  width: 10rem;
  max-height: 10rem;
  list-style: none;
  background-color: rgba(32, 32, 32, 0.98);
  position: absolute;
  top: 2rem;
  left: 0rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.25rem 0.25rem rgb(65, 64, 64);
  z-index: 2;
  overflow: scroll;
}

@media (max-width:767px) {
  .likeList {
    top: -3rem;
    left: -10rem;
  }

}

.likeList li {
  width: 10rem;
  margin-left: 0.5rem;
  color: white;
  font-family: "CairoLight";
  font-size: 1.12rem;
}

.likeList::-webkit-scrollbar {
  display: none;
  position: relative;
  left: 10rem;
}

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

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  width: 100vw;
  background-color: black;
  position: relative;
}

.admin {
  display: none;
}

/* SECCION ESTILOS ADMIN */

.container_list {
  display: flex;
  flex-direction: column;
  place-items: center;
  gap: 1.5rem;
}

#listar_usuarios {
  margin-top: 1rem;
}


.filter_container {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
}

.filter_container p {
  font-size: 1rem;
  flex: 1;
  display: flex;
  place-content: center;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
  color: yellow;
}

.filter_container input {
  display: block;
  flex: 1;
  height: 2rem;
  border: none;
  border-radius: .2rem;
  padding-left: 1rem;
  font-size: 1rem;
  font-weight: 700;
}




#tabla_usuarios {
  width: 70rem;
  height: auto;
  background-color: rgba(32, 32, 32, 0.9);
  color: white;
  margin-bottom: 5rem;
  text-align: center;
}

#tabla_usuarios tbody tr,
#tabla_usuarios thead tr {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}

#tabla_usuarios thead tr {
  border-bottom: 1px solid yellow;
}

#tabla_usuarios tbody tr td,
#tabla_usuarios thead tr th {
  width: 15rem;
}


@media (max-width:767px) {
  #tabla_usuarios {
    width: 100%;

  }

  /* #tabla_usuarios tbody tr td:first-child,
  #tabla_usuarios thead th:first-child {
    display: none;
  } */

  #tabla_usuarios tbody tr,
  #tabla_usuarios thead tr {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
  }

  #tabla_usuarios tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8rem;
  }

  #tabla_usuarios tbody tr td {
    display: flex;
    justify-content: center;
  }

  #tabla_usuarios tbody tr td,
  #tabla_usuarios thead tr th {
    width: 80%;
  }
}

/* ==================== */

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