@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

#izzyGrid tfoot,
#izzyGrid thead {
  background-color: var(--blue-paris);
  color: #fff
}

#izzyGrid,
.pricing-card {
  background-color: #fff;
  border-radius: 8px;
  width: 100%
}

#izzyGrid tbody tr,
.card-detail {
  border-bottom: 1px solid #ddd
}

#izzyGrid tfoot a,
.btn-reservar {
  text-decoration: none;
  text-transform: uppercase
}

:root {
  --header-height: 5rem;
  --blue-french: rgb(0, 38, 84);
  --white: rgb(255, 255, 255);
  --red-french: rgb(237, 41, 57);
  --blue-strong: rgb(0, 25, 70);
  --blue-paris: rgb(0, 91, 136);
  --blue-white: rgb(32, 66, 107);
  --gray: rgb(240, 209, 218);
  --green-wsp: rgb(0, 187, 45);
  --red-diff: rgb(233, 41, 70);
  --black_60: rgba(0, 0, 0, 0.6);
  --onyx: rgb(41, 47, 51);
  --cultured-1: rgb(245, 245, 245);
  --cultured-2: rgb(240, 240, 240);
  --body-color: var(--cultured-2);
  --gold: rgb(255, 191, 0);
  --body-font: "Poppins", sans-serif;
  --normal-font-size: 0.94rem;
  --fs-1: 6rem;
  --fs-2: 5rem;
  --fs-3: 4rem;
  --fs-4: 3rem;
  --fs-5: 2.2rem;
  --fs-6: 2rem;
  --fs-7: 1.8rem;
  --fs-8: 1.5rem;
  --fs-9: 1.4rem;
  --fs-10: 1.2rem;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --font-regular: 400;
  --font-semi-bold: 600
}

#izzyGrid {
  border-collapse: collapse;
  font-family: var(--body-font);
  margin: 20px 0;
  overflow: hidden;
  box-shadow: 0 4px 8px #001946
}

#izzyGrid thead {
  text-align: left
}

#izzyGrid td,
#izzyGrid th {
  padding: 15px;
  text-align: center;
  vertical-align: middle
}

#izzyGrid th h4 {
  margin: 0;
  font-size: 15px;
  font-weight: var(--fw-500)
}

#izzyGrid tbody tr:nth-child(odd) {
  background-color: #f1f1f1
}

#izzyGrid tfoot {
  text-align: center
}

#izzyGrid tfoot a {
  color: #fff;
  font-weight: var(--fw-800);
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--blue-white);
  transition: background-color .4s
}

#izzyGrid tfoot a:hover,
.btn-reservar:hover {
  background-color: #218838
}

.izzyGridDescription {
  text-align: left;
  font-weight: var(--fw-800);
  padding-left: 20px
}

#izzyGrid img {
  margin: 0 auto;
  max-width: 20px;
  vertical-align: middle
}

#izzyGrid small {
  display: block;
  font-size: 10px;
  color: #666;
  margin-top: 5px
}

.card-container {
  display: none
}

.pricing-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  padding: 20px;
  margin: 10px 0;
  max-width: 400px;
  text-align: center
}

.pricing-card h4 {
  margin: 0 0 15px;
  font-size: 18px;
  color: var(--blue-paris)
}

.card-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0
}

.detail-label {
  font-weight: 700;
  color: #333
}

.detail-value {
  color: #666
}

.icon {
  max-width: 20px
}

.btn-reservar {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: var(--blue-paris);
  color: #fff;
  font-weight: var(--fw-800);
  border-radius: 5px;
  transition: background-color .3s
}

@media only screen and (max-width:768px) {
  #izzyGrid {
    display: none
  }

  .card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px
  }
}