@font-face {
  font-family: "Poppins", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
}

#home-page {
  max-width: 1680px;
  margin: 0 auto;
}

#home-page .box-section {
  /*width: 100%;*/
  margin: 44px;
}

#home-page .top-img {
  display: flex;
  justify-content: space-between;
  margin: 0px;
  padding: 0 44px;
}

#home-page .top-img .image:first-child {
  padding-right: 10px;
  padding-left: 0px;
}

#home-page .top-img .image {
  padding-left: 10px;
  color: #000000;
  text-decoration: none;
}

#home-page .top-img .image img {
  width: 100%;
}

#home-page .top-img .box-btn {
  padding: 2em 55px;
}

#home-page .top-img .box-btn .btn {
  width: 375px;
}

#home-page .btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #000000;
  margin: 0 auto;
  padding: 13.5px 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  cursor: pointer;
}

#home-page .big-img {
  position: relative;
  margin: 4em 44px;
}

#home-page .big-img img {
  width: 100%;
}

#home-page .big-img .box-msg {
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  text-align: center;
}

#home-page .big-img .box-msg .msg {
  font-size: 2.27em;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.115em;
  color: #ffffff;
  font-weight: 300;
}

#home-page .big-img .box-msg .btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 10px;
}

#home-page .events h3 {
  font-weight: 300;
  font-size: 2.27em;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.115em;
  padding-top: 10px;
}

#home-page .events {
  margin-bottom: 90px;
}

#home-page .events .box-icons {
  display: flex;
  justify-content: center;
}

#home-page .events .box-icons .item {
  text-align: center;
  margin: 20px 55px;
  display: flex;
  flex-direction: column;
  width: 90px;
  height: 140px;
  text-decoration: none;
  color: #000000;
}

#home-page .events .box-icons .item img {
  flex-grow: 1;
  width: 100%;
  height: 100%;
}

#home-page .events .box-icons .item label {
  flex-grow: 0;
  width: 100%;
  display: block;
  margin-top: 20px;
  font-size: 1em;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
}

#home-page .suscription {
  background-color: #cbb9dc;
  margin: 0px;
  max-height: 920px;
}

#home-page .suscription h2 {
  display: inline-block;
  width: 100%;
  margin: 100px 0px 7px 0px;
  font-weight: 300;
  font-size: 55px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  color: #ffffff;
}

#home-page .suscription h4 {
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: lowercase;
  margin: 0px;
}

#home-page .suscription .list-plans {
  display: flex;
  width: 85%;
  margin: 0 auto;
  justify-content: space-around;
  margin-top: 80px;
}

#home-page .suscription .item-plans {
  display: flex;
  flex-direction: column;
}

#home-page .suscription .item-plans h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  color: #000000;
}

#home-page .suscription .item-plans .box-detail {
  display: flex;
  background-color: #fff;
  border: 1px solid;
}

#home-page .suscription .item-plans .box-detail span {
  font-weight: bold;
  font-size: 36px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  display: block;
  padding: 13px 34px 0px 34px;
}

#home-page .suscription .item-plans .box-detail label {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 215.5%;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 6px;
  display: block;
}

#home-page .suscription .item-plans .box-detail .items {
  border-right: 1px solid;
}

#home-page .suscription .item-plans .box-detail .month {
  border-right: 1px solid;
}

#home-page .suscription .item-plans .list-detail {
  margin-top: 1em;
}

#home-page .suscription .item-plans .list-detail .items,
#home-page .suscription .item-plans .list-detail .month,
#home-page .suscription .item-plans .list-detail .price {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}

#home-page .suscription .item-plans .list-detail .items img,
#home-page .suscription .item-plans .list-detail .month img,
#home-page .suscription .item-plans .list-detail .price img {
  margin-right: 1em;
}

#home-page .suscription .item-plans .list-detail .items label,
#home-page .suscription .item-plans .list-detail .month label,
#home-page .suscription .item-plans .list-detail .price label {
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#home-page .suscription .item-plans .btn-suscribe {
  font-style: normal;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000;
  margin: 2em auto;
}

#home-page .suscription .link {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.115em;
  text-decoration-line: underline;
  margin: 6em auto 7em auto;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #000000;
}

#home-page .suscription-two {
  background-color: #a7e5cf;
  display: inline-block;
  width: 100%;
}

#home-page .suscription-two h2 {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  margin-top: 100px;
}

#home-page .suscription-two .list-egg {
  display: flex;
  padding: 0em 3em;
  align-items: center;
  justify-content: center;
  margin-top: 8em;
}

#home-page .suscription-two .list-egg .item-egg-out {
  flex: 0 auto;
  height: 296px;
  clip-path: ellipse(48% 48% at 50% 50%);
  background-color: #000;
  padding: 1px;
  width: 204px;
  margin: 0px 40px;
}

#home-page .suscription-two .list-egg .item-egg {
  width: 100%;
  clip-path: ellipse(48% 48% at 50% 50%);
  background-color: white;
  height: 294px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10% 2% 10% 2%;
}

#home-page .suscription-two .list-egg .item-egg .number {
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  color: #a7e6cf;
  -webkit-text-stroke: 1px black;
  -moz-text-stroke: 1px black;
}

#home-page .suscription-two .list-egg .item-egg .text {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  flex: auto;
  display: flex;
  align-items: center;
  padding: 0 1em;
}

#home-page .suscription-two .list-egg .item-egg img {
  flex: 0 auto;
  padding-bottom: 15px;
}

#home-page .suscription-two .list-egg .item-egg img:first-child {
  padding-left: 20px;
}

#home-page .suscription-two .list-details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 180px;
}

#home-page .suscription-two .list-details .item-details {
  padding: 0px 40px;
  display: flex;
}

#home-page .suscription-two .list-details .item-details img {
  margin-right: 12px;
  width: 22px;
  height: 22px;
}

#home-page .suscription-two .list-details .item-details label {
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
}

#home-page .suscription-three {
}

#home-page .suscription-three .list {
  display: flex;
}

#home-page .suscription-three .list .item {
  flex: auto;
  padding: 90px 50px 40px 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(253, 200, 162, 1);
}

#home-page .suscription-three .list .item:first-child {
  background: linear-gradient(
    109.11deg,
    #808082 16.45%,
    #d4d4d4 44.63%,
    #808082 79.1%,
    #d4d4d4 95.03%,
    #808082 118.06%
  );
}

#home-page .suscription-three .list .item img {
  clip-path: ellipse(48% 48% at 50% 50%);
  width: 500px;
  align-self: center;
  margin-bottom: 20px;
}

#home-page .suscription-three .list .item label {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

#home-page .suscription-three .list .item label b {
  font-weight: 700;
}

#home-page .carrusel-img {
  margin: 6.5em 0px;
  padding: 0px 3em;
  text-align: center;
  border-bottom: 1px solid;
  margin-bottom: 0em;
}

#home-page .carrusel-img .list-img {
  justify-content: space-around;
  overflow: hidden;
}

#home-page .carrusel-img .list-img a {
  cursor: pointer;
}

#home-page .carrusel-img .list-img a .item-img {
  flex: auto;
}

#home-page .carrusel-img .list-img a .item-img label {
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: inline-block;
  padding-top: 1em;
  cursor: pointer;
  color: #000000;
}

#home-page .carrusel-img .btn-col {
  display: inline-block;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 6em;
}

#home-page .carrusel-img .btn-col a {
  text-decoration: none;
  color: #000000;
}

#home-page .faq {
  margin-bottom: 6em;
  margin-top: 0em;
  padding-top: 4em;
}

#home-page .faq h3 {
  font-weight: normal;
  font-size: 34px;
  line-height: 51px;
  text-align: center;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

#home-page .faq .list {
  border: 1px solid;
  max-width: 520px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  border-bottom: none;
}

#home-page .faq .item {
}

#home-page .faq .item .question {
  display: flex;
  width: 100%;
  border-bottom: 1px solid;
  cursor: pointer;
}

#home-page .faq .item .question .text {
  font-size: 1em;
  line-height: 22px;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  flex: auto;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

#home-page .faq .item .question .row {
  flex: 0 auto;
  align-self: end;
  width: 50px;
  min-width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  border-left: 1px solid;
}

#home-page .faq .item .question .row img {
  flex: 0 auto;
  align-self: center;
  width: 22px;
  height: 22px;
}

#home-page .faq .item .question.arrow-up .row img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#home-page .faq .item .response {
  font-size: 14px;
  line-height: 22px;
  padding: 12px;
  border-bottom: 1px solid;
  display: none;
}

#home-page .faq .item .response a {
  font-size: 12px;
  line-height: 22px;
  color: black;
}

#home-page .mobile {
  display: none;
}

#home-page .desktop {
  display: block;
}

@media (min-width: 1025px) and (max-width: 1380px) {
  #home-page .carrusel-img .btn-col {
    margin-top: 2em;
  }

  #home-page .suscription .list-plans {
    width: 95%;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  /* CSS */
  #home-page .faq .list {
    margin: 0px auto 4em auto;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  /* CSS */
  #home-page .faq .list {
    margin: 0 15px 4em 15px;
  }
}

/*@media (min-width: 320px) and (max-width: 480px) {*/
@media (min-width: 320px) and (max-width: 1024px) {
  #home-page .big-img .box-msg .desktop .btn {
    display: none;
  }

  #home-page .desktop {
    display: none;
  }

  #home-page {
    margin-top: -40px;
  }

  #home-page .top-img {
    flex-direction: column;
    padding: 2em 10px;
  }

  #home-page .top-img .image {
    padding: 0px !important;
  }

  #home-page .top-img .box-btn {
    padding: 5px 0px 40px 0px;
  }

  #home-page .top-img .box-btn .btn {
    width: 100%;
  }

  #home-page .btn {
    font-size: 13px;
    padding: 5px 8px;
  }

  #home-page .big-img .box-msg {
    display: flex;
    flex-direction: column;
    top: 130px;
    bottom: 25px;
  }

  #home-page .big-img .box-msg .msg {
    font-size: 14px;
    line-height: 26px;
    flex: 1 1 auto;
    width: 270px;
    color: #2a2b1d;
  }
  #home-page .big-img .box-msg .msg:first-child {
    flex: 0 1 0;
    font-weight: 500;
    line-height: 16px;
    color: #2a2b1d;
  }
  #home-page .big-img .box-msg .btn {
    width: fit-content;
    align-self: center;
  }

  #home-page .box-section {
    margin: 0px;
  }

  #home-page .events h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 0em;
    padding: 0;
  }

  #home-page .events .box-icons .item img {
    margin: 0px auto;
    max-width: 45px;
    max-height: 90px;
  }

  #home-page .events .box-icons .item label {
    font-size: 10px;
    margin-top: 0em;
    line-height: 15px;
  }

  #home-page .suscription .item-plans .btn-suscribe {
    margin: 1em auto 2em auto;
  }

  #home-page .events .box-icons .item {
    flex: 0 50%;
    margin: 0 0.5em 40px 0.5em;
  }

  #home-page .events .box-icons {
    align-items: baseline;
  }

  .carrusel-suscription .glider-contain {
    display: none;
  }

  #home-page .mobile {
    display: block;
  }

  #home-page .mobile .suscription {
    max-height: none;
  }

  #home-page .suscription h2 {
    font-size: 24px;
    line-height: 40px;
    margin: 40px 0px 7px 0px;
  }

  #home-page .mobile .suscription .item-plans h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  #home-page .suscription .list-plans {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  #home-page .suscription .item-plans .box-detail span {
    font-size: 26px;
    padding: 13px 34px 0px 34px;
  }

  #home-page .suscription .item-plans .list-detail .items,
  #home-page .suscription .item-plans .list-detail .month,
  #home-page .suscription .item-plans .list-detail .price {
    margin-bottom: 5px;
  }

  #home-page .suscription .item-plans .list-detail .items label,
  #home-page .suscription .item-plans .list-detail .month label,
  #home-page .suscription .item-plans .list-detail .price label {
    font-size: 14px;
  }

  #home-page .suscription .link {
    margin: 2em auto 2em auto;
  }

  #home-page .suscription .link.view-more {
    margin: 0em auto 2em auto;
  }

  #home-page .suscription-two .list-egg {
    padding: 0px;
    margin-top: 3em;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  #home-page .suscription-two .list-egg .item-egg-out {
    height: 260px;
    width: 160px;
    margin: 0px;
  }

  #home-page .suscription-two .list-egg .item-egg {
    height: 258px;
  }

  #home-page .suscription-two .list-egg .item-egg .number {
    font-size: 45px;
    margin-bottom: 0px;
  }

  #home-page .suscription-two .list-egg .item-egg .text {
    font-size: 12px;
  }

  #home-page .suscription-two .list-details {
    margin-top: 1em;
    margin-bottom: 2em;
    flex-wrap: wrap;
    justify-content: start;
  }

  #home-page .suscription-two .list-details .item-details {
    padding: 10px 20px;
  }

  #home-page .suscription-two .list-details .item-details label {
    font-size: 14px;
    line-height: 20px;
  }

  #home-page .carrusel-img {
    padding: 0px;
  }

  #home-page .carrusel-img .list-img {
    display: block;
  }

  #home-page .carrusel-img .btn-col {
    margin-top: 1em;
    margin-bottom: 4em;
  }

  #home-page .faq h3 {
    font-size: 20px;
  }

  #home-page .faq .item .question .text {
    font-size: 11px;
  }
}

#more-plans {
  display: none;
}
