:root {
  --color-fondo: #f1e0d9;
  /* Fondo principal */
  --color-titulo: #c23071;
  /* Texto Titulo */
  --color-texto1: #bb1662;
  /* Texto general */
}

* {
  /*background-color: var(--color-fondo);*/
  color: var(--color-texto1);
  font-family: "roboto", sans-serif;
  box-sizing: border-box;
}

html {
  background: rgb(241, 224, 217);
  background: linear-gradient(90deg,
      rgba(241, 224, 217, 1) 15%,
      rgba(227, 170, 185, 1) 39%,
      rgba(241, 224, 217, 1) 58%,
      rgba(227, 170, 185, 1) 79%);
}

body {
  margin: 0;
  padding: 0;
}

/*NAV BAR*/
.container {
  /*utilites*/
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

header {
  background-color: #9A5C75;
  box-shadow: 0px 5px 10px 0px #919191;
  width: 100%;
  opacity: 0.85;
  z-index: 999;
  position: fixed;
}


.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
}

.navbar-logo {
  display: flex;
  align-items: center;
}

h1 {
  font-size: 24px;
  margin-right: 10px;
  color: rgb(255, 255, 255);
  /*cambiar color*/
}

.navbar-logo-img {
  max-height: 50px;
  width: 70px;
}

/* opciones de navbar */
.nav-menu-links {
  display: inline-block;
  padding: 0 20px;

}

.nav-menu-links:hover {
  transform: scale(1.1);
}

.nav-menu-links a {
  font-size: 700;
  color: snow;
  /*cambiar color*/
  text-decoration: none;
}

.nav-menu-links a:hover {
  color: #490726;
  /*cambiar color*/
}

/*seccion INICIO */

.inicio-section {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  /* background-color: snow; */
}

.content-left {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  align-items: flex-start;
}

.content-left-tittle {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px;
}

.sakura-img {
  max-width: 90%;
  height: auto;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 32px;
  margin: 30px 0;
  text-align: justify;
}

/* aqui empiezan la Seccion -  CARTAS */
.cards-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  /* background-color: snow; */
}

/* subtitulo cartas clow */

h3 {
  text-align: end;
  font-size: 3.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8px;
}

/* filtros */
.container-filtros {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  align-items: center;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

select[data-testid="select-filter"] {
  height: 40px;
  width: 160px;
  padding: 0 10px;
}

#ordenarFilter {
  height: 40px;
  width: 160px;
  padding: 0 10px;
}

.container-ordenar {
  text-align: end;
}

select[data-testid="select-filter2"] {
  height: 40px;
  width: 160px;
  padding: 0 10px;
}
select[data-testid="select-estadistic"] {
  height: 40px;
  width: 250px;
  padding: 0 10px;
}

#text {
  width: 95%;
  text-align: center;
  margin: auto;
  padding: 20px 0px;
  margin-left: 50px;
}

.reset-btn {
  width: 95%;
  text-align: center;
  margin: auto;
  padding: 10px 20px;
  margin-left: 50px;
  border-radius: 5px;
  background-color: #7a234c8f;
  text-transform: uppercase;
  font-weight: 500;
  color: snow;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  cursor: pointer;
}

.reset-btn:hover {
  background-color: #5321389f;
  font-weight: 600;
  color: snow;
  border: none;
  box-shadow: rgb(206, 206, 206) (0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


/* cartas */
.container-cards {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;


}

ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.card {
  width: 240px;
  height: 430px;
  background-color: #9A5C75;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}

/* .card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: translateY(-5px);
} */

dl {
  margin: 0;
  width: 240px;
  height: 300px;
  position: relative;
}

.img-container {
  margin-left: 0;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.img-card {
  position: absolute;
  width: 100%;
  height: 160%;
  border-radius: 10px 10px 0 0;
}

.card-front {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.cardName {
  margin: 0;
  color: rgb(255, 255, 255);
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

.cardDescription {
  margin: 0;
  font-weight: 400;
  color: snow;
  margin-top: 10px;
  z-index: 5;
}

.card-button {
  margin: 10px;
  /* height: 30px;
  width: 100px; */
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: lowercase;
  font-weight: 500;
  background-color: #7a234c8f;
  color: snow;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  cursor: pointer;
}

.card-button:hover {
  background-color: #ffffff59;
  font-weight: 600;
  color: #ffffff;
  border: none;
  box-shadow: snow (0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: translateY(-2px);

}

/* Carta POPUP box */

.popup-box {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: #9a5c7554;
  z-index: 500;
  display: none;
}

.popup-content {
  position: fixed;
  background-color: rgb(255, 225, 233);
  width: 700px;
  height: 590px;
  position: relative;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;

}

.pop-header {
  padding: 15px 40px 15px 15px;
  display: inline-block;
}

.cardNameUp {
  color: #c23071;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-inline-start: 0;
}

.popupShortDescription {
  font-size: 20px;
  margin-inline-start: 0;
}

.img-ContentBody {
  width: auto;
  height: 450px;
  margin-top: 50px;
  align-items: center;
  float: inline-start;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: #7c677185 0px 2px 8px 0px;
}

.imgBody {
  width: 100%;
  height: 100%;
}

.popup-body {
  max-height: 450px;
  position: relative;
  padding-left: 220px;
  padding-right: 20px;
}

dt {
  font-weight: bold;
  margin-inline-start: 40px;
  font-size: 18px;
  line-height: 30px;
}

.inactiva {
  text-align: justify;
  margin: 0 40px;
}

.popup-footer {
  margin-top: 20px;
  border-top: 1px solid #ffffffd3;
  text-align: center;
  margin-inline-start: 50px;

}

.popup-close-btn {
  display: block;
  cursor: pointer;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #c9216fe7;
  color: snow;
  border: solid 1px rgba(255, 250, 250, 0.575);
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.popup-close-btn:hover {
  background-color: #7a234c8f;
  font-weight: 600;
  color: snow;
  border: none;
  box-shadow: snow (0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  transform: translateY(-2px);
}


/* seccion del footer */
.footer-section {
  background-color: #9A5C75;
  font-size: 1rem;
  color: snow;
  height: 64px;
  text-align: center;
  padding: 20px;
}