/* INDEX */
/* FONT TYPES */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap");

/* GENERAL */

html {
  font-size: 2.5vw;
}

li {
  list-style: none;
}

.btn-strong {
  font-weight: 700 !important;
}

.list {
  list-style: initial !important;
}

p {
  margin-bottom: 0 !important;
}

option {
  font-size: 1rem;
}

.bold-700 {
  font-weight: 700 !important;
}

#ciudades option {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.body-intern {
  background-color: #f3f3f3 !important;
}

main {
  padding-top: 5.25rem;
}

.container {
  padding-right: var(--bs-gutter-x, 3rem) !important;
  padding-left: var(--bs-gutter-x, 3rem) !important;
}

section {
  margin-bottom: 4rem;
}

#searchContainer {
  position: relative;
}

#searchContainer::after {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 1rem;
  margin: auto;
  display: inline-block;
  height: calc(100% - 1.6rem);
  aspect-ratio: 1/1;
  content: "";
  background-image: url("https://cdn.laanonima.com/evolucionamos/ui/assets/search.png");
  background-size: contain;
}

.arrow {
  position: relative;
  border: solid black;
  border-width: 0 0.1875rem 0.1875rem 0;
  display: inline-block;
  padding: 0.2875rem;
  margin: 0 0.2875rem;
}

.up {
  transform: rotate(-135deg);
}

.down {
  top: -0.25rem;
  transform: rotate(45deg);
}

#toggleArrow {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.page-menu-daily {
  display: flex;
  flex-wrap: wrap; /* Permite que los elementos se envuelvan */
  justify-content: center; /* Centra el contenido */
}

.page-menu-item-daily {
  flex: 1 0 20%; /* Cada día ocupará el 20% del ancho en móviles */
  margin: 5px; /* Espaciado entre los días */
  text-align: center; /* Centra el texto en cada ítem */
}

.highlight {
  color: #0a51c2; /* Color de fondo para resaltar */
  font-weight: bold; /* Estilo de texto para resaltar */
}

.highlighted-days-list {
  display: flex;
  flex-wrap: nowrap; /* Sin envoltura en desktop */
  list-style-type: none;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  flex-direction: column; /* Direccion de columna para desktop */
}

.highlighted-days-list .highlighted-day {
  flex: 1 0 14%; /* En desktop cada día ocupa aproximadamente un 14% del ancho */
  text-align: start; /* Alineación del texto */
}

/* END GENERAL */

/* FONTS */

.title-lg {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: 800;
  margin-bottom: 5rem;
  text-align: center;
}

.left-title {
  text-align: left !important;
}

.middle-title {
  margin-bottom: 2rem !important;
}

.title-md-lg {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.title-md {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.title-md-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  line-height: 2.3875rem;
  font-weight: 700;
}

.title-md-bold {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 900;
}

.title-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
}

.subtitle-lg {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.subtitle-md-lg {
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 700;
}

.subtitle-md-sm {
  font-family: "Open Sans", sans-serif;
  font-size: 1.56rem;
  line-height: 1.8rem;
  font-weight: 700;
}

.subtitle-sm {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.subtitle-sm-lg {
  font-family: "Open Sans", sans-serif;
  font-size: 1.26rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.text-lg {
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  line-height: 2.375rem;
  font-weight: 500;
}

.text-md {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  font-weight: 500;
}

.text-rg-lg {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  font-weight: 400;
}

.text-rg-md {
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 1.8125rem;
  font-weight: 400;
}

.text-rg-sm {
  font-family: "Open Sans", sans-serif;
  font-size: 1.375rem;
  line-height: 1.65rem;
  font-weight: 400;
}

.text-sm {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.btn-la {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-family: "Open Sans", sans-serif;
  width: fit-content;
  text-decoration: none;
  border-radius: 0.5rem;
  border: none;
}

/* END FONTS */

/* BUTTONS */

.not-link {
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer;
}

.not-link:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.link:hover {
  color: #2da9e5;
  text-decoration: underline;
}

.btn-primary-1:hover,
.btn-primary-2:hover,
.btn-primary-3:hover,
.btn-secondary-5:hover {
  color: white;
}

.btn-primary-1 {
  background-color: #2da9e5;

  color: white;
}

.btn-primary-2 {
  background-color: #0b51c2;

  color: white;
}

.btn-primary-3 {
  background-color: #182ac7;

  color: white;
}

.btn-secondary-1 {
  background-color: white;
}

.btn-secondary-2 {
  background-color: #f3f3f3;
}

.btn-secondary-3 {
  background-color: #ebebeb;
}

.btn-secondary-4 {
  background-color: #a7a4a4;
}

.btn-secondary-5 {
  background-color: #313131;

  color: white;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #2da9e5 !important;
  text-decoration: none !important;
  background-color: #2da8e51d;
}

.link {
  color: #2da9e5 !important;
  cursor: pointer;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  text-decoration: underline !important;
}

/* END BUTTONS */

/* FONT COLORS */

.error {
  color: red;
}

.color-p01 {
  color: #2da9e5;
}

.color-p02 {
  color: #0b51c2;
}

.color-p03 {
  color: #182ac7;
}

.color-s01 {
  color: white;
}

.color-s02 {
  color: #f3f3f3;
}

.color-s03 {
  color: #a7a4a4;
}

.color-s04 {
  color: #313131;
}

.color-a01 {
  color: #fae924;
}

.color-black {
  color: black;
}

.color-verydark {
  color: #333333;
}

.color-grey {
  color: #979797;
}

/* GENERAL CLASSES */

.not-rounded {
  border-radius: 0 !important;
}

.hidden {
  display: none;
}

.selected {
  display: block !important;
}

*:focus-visible {
  outline: 2px solid #2da9e5;
}

#header,
#footer {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 576px) {
  .title-md-lg {
    font-size: 2rem;
  }

  html {
    font-size: 1.7vw;
  }

  section {
    margin-bottom: 6.25rem;
  }
}

@media screen and (min-width: 768px) {
  .page-menu-daily {
    margin-top: 30px; /* Espaciado superior en escritorio */
  }

  .page-menu-item-daily {
    flex: 0 1 auto; /* Permite que los elementos se ajusten automáticamente en escritorio */
    margin: 0 10px; /* Espaciado horizontal en escritorio */
  }
  html {
    font-size: 1.2vw;
  }

  #alternateGrid {
    gap: 7rem 0;
  }
}

@media screen and (min-width: 992px) {
  html {
    font-size: 10px;
  }

  option {
    font-size: 1.5rem;
  }

  .sub-container {
    width: 70%;
    margin: auto;
  }

  .title-lg {
    font-family: "Montserrat", sans-serif;
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    font-weight: 900;
    margin-bottom: 5rem;
    text-align: center;
  }

  .title-md-lg {
    font-family: "Montserrat", sans-serif;
    font-size: 2.1875rem;
    line-height: 2.4755rem;
    font-weight: 700;
  }

  .title-md {
    font-family: "Montserrat", sans-serif;
    font-size: 2.1875rem;
    line-height: 2.4755rem;
    font-weight: 700;
  }

  .title-md-sm {
    font-family: "Montserrat", sans-serif;
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    font-weight: 700;
  }

  .title-md-bold {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: 900;
  }

  .title-sm {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    font-weight: 700;
  }

  .subtitle-lg {
    font-family: "Open Sans", sans-serif;
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 700;
  }

  .subtitle-md-lg {
    font-family: "Open Sans", sans-serif;
    font-size: 1.56rem;
    line-height: 1.7rem;
    font-weight: 700;
  }

  .subtitle-md-sm {
    font-family: "Open Sans", sans-serif;
    font-size: 1.375rem;
    line-height: 1.8125rem;
    font-weight: 700;
  }

  .subtitle-sm-lg {
    font-family: "Open Sans", sans-serif;
    font-size: 1.475rem;
    line-height: 1.8125rem;
    font-weight: 700;
  }

  .subtitle-sm {
    font-family: "Open Sans", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
  }

  .text-lg {
    font-family: "Open Sans", sans-serif;
    font-size: 1.56rem;
    line-height: 1.7rem;
    font-weight: 500;
  }

  .text-md {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5625rem;
    line-height: 2.125rem;
    font-weight: 500;
  }

  .text-rg-lg {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5625rem;
    line-height: 2.125rem;
    font-weight: 400;
  }

  .text-rg-md {
    font-family: "Open Sans", sans-serif;
    font-size: 1.375rem;
    line-height: 1.8125rem;
    font-weight: 400;
  }

  .text-rg-sm {
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1.8rem;
    font-weight: 400;
  }

  .text-sm {
    font-family: "Open Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }

  .subtitle-md-sm {
    font-size: 1.875rem;
    line-height: 2.3rem;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 16px;
  }

  .container-lg {
    max-width: 1565px !important;
  }
}

/* BANNER */
.banner {
  overflow: visible;
  height: auto;
  width: 100%;
  position: relative;
}

.zoom-in {
  animation-name: zoomIn;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes zoomIn {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  80% {
    opacity: 1;
    transform: scale(106%);
  }

  100% {
    opacity: 1;
    transform: scale(100%);
  }
}

.banner-img {
  display: flex;
  position: relative;
}

.banner-img img,
.banner-img a {
  width: 100%;
}

.banner-cta {
  background: #f3f2f2;
  box-shadow: 0 0.25rem 1.25rem rgba(239, 239, 239, 0.03),
    0 0.1875rem 0.75rem #dfdfdf;
  border-radius: 0 0 1.5625rem 1.5625rem;
  text-align: center;
  padding: 1.25rem;
}

.card-sp {
  background: #ffffff;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1),
    0 0.125rem 0.1875rem rgba(0, 0, 0, 0.15);
  border-radius: 0.8125rem;
  padding: 2.75rem;
  text-align: center;
  height: fit-content;
}

.banner[banner-lg] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner .btn-la {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  top: auto;
  margin: auto;
  height: fit-content;
  width: fit-content;
}

.banner-content {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  align-content: space-between;
  justify-content: center;
  gap: 1.5rem;
}

.banner-content img {
  width: 17.62rem;
}

@media screen and (min-width: 576px) {
  .banner .btn-la {
    bottom: 0;
    top: 0;
    right: 5rem;
    left: auto;
  }
}

/*CAROUSEL*/
.carousel {
  margin: 40px 0;
}

.carousel-control-next,
.carousel-control-prev {
  width: fit-content !important;
}

.carousel-indicators {
  margin-bottom: 0 !important;
  bottom: -2.5rem !important;
}

.carousel-indicators:not(.carousel-indicators_laol) button {
  width: 0.675rem !important;
  height: 0.675rem !important;
  border-radius: 50% !important;
  background-color: #c4c4c4 !important;
  opacity: 1 !important;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #0b51c2 !important;
}

.index {
  margin-top: 2.875rem;
  margin-bottom: 4.25rem !important;
}

.index a:hover {
  color: #0b51c2;
}

@media screen and (min-width: 576px) {
  .carousel-inner:not(.carousel-inner_laol) {
    width: 70% !important;
    margin: auto !important;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    border-radius: 15px !important;
    width: 1.875rem !important;
    height: 1.875rem !important;
    -webkit-filter: invert(19%) sepia(52%) saturate(4841%) hue-rotate(213deg)
      brightness(94%) contrast(92%);
    /* safari 6.0 - 9.0 */
    filter: brightness(0) saturate(100%) invert(19%) sepia(52%) saturate(4841%)
      hue-rotate(213deg) brightness(94%) contrast(92%);
  }

  .carousel-control-icon-container {
    background: #f3f3f3;
    border-radius: 1rem;
    padding: 1.5rem 0.675rem;
  }

  .carousel-control-prev {
    left: 8% !important;
  }

  .carousel-control-next {
    right: 8% !important;
  }
}

/*CARDS CTA*/
.scroll-card {
  position: relative;
}

.card-cta-title {
  overflow: visible;
  height: auto;
  width: 100%;
  display: grid;
  text-align: center;
}

.card-cta-title-footer {
  border-radius: 0 0 1.5625rem 1.5625rem;
  padding: 1.25rem;
  position: relative;
  background-color: white;
}

.card-cta-title-footer h3 {
  margin-bottom: 3rem;
}

.card-cta-title-img {
  display: flex;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  background-color: white;
  height: auto;
}

.card-cta-title-img img {
  height: auto;
  max-width: 100%;
}

.card-cta-title-footer-button {
  display: flex;
  justify-content: center;
  position: absolute;
  margin-bottom: 1rem;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-cta-title-footer h3 {
  font-weight: 700;
}

.card-cta-title-footer a {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .card-category .btn-la {
    font-size: 1.5rem;
  }
}

/* CARD CATEGORY */

.card-category {
  position: relative;
  overflow: hidden;
  height: auto;
}

.card-category-overlay,
.card-category-content,
.card-category-img {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  border-radius: 1rem;
}

.card-category-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.card-category-content {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 18.38%,
    rgba(0, 0, 0, 0.4) 78.51%
  );
  padding: 2rem;
  position: absolute;
  text-align: center;
  width: calc(100% - var(--bs-gutter-x));
}

.card-category-overlay {
  width: 100%;
}

.card-category .btn-la {
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  margin: auto;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

/* COMMENTS */

.comment {
  padding: 2rem 6rem;
  background-color: white;
  border-radius: 2.5rem;
  position: relative;
}

.quote {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.quote-left {
  left: 3rem;
  transform: rotate(90deg);
}

.quote-right {
  right: 3rem;
  transform: rotate(-90deg);
}

/* FORM */

/* FORM ITEMS */

.input {
  padding: 0.8125rem 1rem;
  background: #ffffff;
  border: 0.125rem solid #0b51c2;
  border-radius: 0.75rem;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  font-weight: 400;
}

.input-transparent {
  padding: 0.8125rem 1rem;
  background: transparent;
  border: 0.125rem solid #0b51c2;
  border-radius: 0.75rem;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  font-weight: 400;
}

.textarea {
  padding: 0.8125rem 1rem;
  background: #ffffff;
  border: 0.125rem solid #0b51c2;
  border-radius: 0.75rem;
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  font-weight: 400;
}

.select {
  padding: 0.8125rem 1rem;
  background: #ffffff;
  border: 0.2rem solid #0b51c2;
  border-radius: 0.75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5625rem;
  line-height: 2.125rem;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../assets/arrow.png");
  background-position: calc(100% - 1.25rem) calc(1em + 0.125rem),
    calc(100% - 1rem) calc(1em + 0.125rem), 100% 0;
  background-size: 1.5rem 1rem, 1.5rem 1rem, 2.5em 2.5em;
  background-repeat: no-repeat;
}

.form-code {
  display: grid !important;
  grid-auto-flow: column;
}

.captcha-img {
  max-width: 100%;
}

/* INFO CARDS */

.info-cards-scroller {
  max-height: 50rem;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #a7a4a4;
  grid-template-columns: 100% !important;
  width: auto;
  padding: 0 !important;
}

.info-cards-container {
  height: auto;
}

.info-card {
  background-color: white;
  display: grid;
  gap: 1rem;
  padding: 1.25rem 1.675rem;
  border-bottom: 1px solid #a7a4a4;
  position: relative;
}

.store-info {
  display: grid;
  gap: 0.5rem;
}

.store-info-item {
  display: flex;
  gap: 1rem;
}

.store-info-item-img {
  height: 1.5rem;
  width: 1.5rem;
}

.store-info-item-img img {
  height: 100%;
}

.bottom-description {
  text-align: center;
}

.outscroll {
  border: 1px solid #a7a4a4 !important;
}

.info-card-img .col img {
  width: 100%;
}

.info-card-img {
  background-color: white;
  box-shadow: 0.1rem 0.375rem 1rem rgba(191, 199, 220, 0.45);
  border-radius: 1rem;
  height: 100%;
}

.info-card-img ul {
  padding: 0;
}

/* MEDIA CARD */

.media-card {
  overflow: hidden;
  height: auto;
  width: 100%;
  display: grid;
  grid-template-rows: auto 50%;
  text-align: center;
}

.media-card-footer {
  padding: 1.25rem;
  position: relative;
  background-color: white;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
}

.media-card-img {
  display: flex;
  background-color: white;
  overflow: hidden;
  padding: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
}

.media-card-img img {
  height: 80%;
  margin: auto;
}

.media-card-footer-button {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.media-card-footer h3 {
  font-weight: 700;
  position: absolute;
  margin-top: 1rem;
  padding: 0 1rem;
  top: 0;
  left: 0;
  right: 0;
}

.media-card-footer a {
  position: absolute;
  bottom: 1rem;
  right: 0;
  left: 0;
  text-align: center;
}

/* PAGE MENU DIAS  */
.page-menu-daily {
  display: flex;
  justify-content: space-evenly;
  /* padding: 10px 0; */
  border-radius: 8px;
  color: #000000;
  width: 100%;
}

.page-menu-item-daily {
  cursor: pointer;
  text-align: center;
}

.page-menu-item-daily h3 {
  font-weight: 600;
  font-size: 1.5875rem;
}

.page-menu-item-daily.active {
  border-bottom: 2px solid #182ac7;
}

/* PAGE MENU DIAS */
/* PAGE MENU */

.page-menu {
  padding: 0;
  justify-content: center;
  /*     justify-content: space-between; */
  gap: 1vw;
  /*     gap: 0; */
  display: flex;
  max-width: 992px;
  margin: auto;
  margin-bottom: 3.25rem;
}

.page-menu-item {
  display: grid;
  justify-items: center;
  justify-content: center;
  align-content: start;
  text-align: center;
  gap: 1rem;
  /*     width: webkit-fill-avaliable; */
  cursor: pointer;
  padding-bottom: 0.5rem;
}

.page-menu-item img {
  height: 2.75rem;
  width: 2.75rem;
  padding: 0 !important;
}

.page-menu-item h3 {
  display: flex;
  justify-content: center;
  text-align: center;
}

.page-menu-item {
  opacity: 60%;
}

.page-menu-item:hover {
  opacity: 100%;
}

.page-menu-item.active {
  opacity: 100%;
  border-bottom: 0.3125rem solid #0b51c2;
}

@media screen and (min-width: 992px) {
  .page-menu {
    max-width: inherit;
  }

  .page-menu-item {
    display: flex;
  }

  .page-menu-item h3 {
    text-align: initial;
    align-items: center;
  }

  .banner-content {
    display: flex;
    justify-content: space-between;
    justify-items: auto;
  }
}

/* PROMO CARD */

.banco-card {
  cursor: pointer;
}

.banco-card :hover {
  transform: scale(1.05);
}

.promo-body {
  text-align: center;
  display: grid;
  padding: 1rem 2rem;
  background-color: white;
  border-radius: 1rem 1rem 0 0;
}

.promo-body-el {
  padding: 0.875rem 0;
}

.promo-img img {
  width: 100%;
  max-width: 288px;
}

.promo-info {
  border-top: 1px solid #a7a4a4;
}

.promo-title {
  margin-bottom: 0.675rem;
}

.hasLegal .promo-cta {
  cursor: pointer;
}

.promo-cta {
  background: #e1e1e1;
  border-radius: 0 0 1.5625rem 1.5625rem;
  text-align: center;
  padding: 0.5rem;
}

.promo-legal {
  text-align: start;
  padding: 1rem 1.675rem;
}

@media screen and (min-width: 992px) {
  .promo-body {
    grid-auto-flow: column;
    grid-template-columns: [x0] 15rem [x1] 18rem [x2] auto [x3];
    grid-template-rows: [y0] auto [y1];
    padding: 2rem 1rem;
    align-items: center;
  }

  .promo-body-el {
    padding: 1rem;
  }

  .promo-img {
    grid-column: x1 / x2;
    border-left: 1px solid #a7a4a4;
  }

  .promo-validity {
    grid-column: x0 / x1;
    padding: 3rem;
  }

  .promo-info {
    grid-column: x2 / x3;
    border-top: none;
    border-left: 1px solid #a7a4a4;
  }
}

/* TLA CARDS */

.slider-cards-scroll {
  overflow-x: auto;
  padding: 2rem 0;
}

.slider-cards-container {
  justify-content: center;
  margin: auto;
}

.slider-card {
  background-color: white;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1),
    0 0.125rem 0.15rem rgba(0, 0, 0, 0.15);
  border-radius: 1.875rem;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
}

.slider-card-body {
  padding: 1.875rem 1rem;
}

.icon-w-text a {
  text-decoration: none !important;
  color: black;
}

.slider-card-body-content img {
  height: 3rem;
  margin-bottom: 0.5rem;
}

.slider-card-body-title {
  text-align: center;
}

.slider-card-banner img {
  width: 100%;
  border-radius: 1rem;
}

.tick-row {
  align-items: center;
  margin: 1rem 0 !important;
}

.slider-card-button {
  text-align: -webkit-center;
  text-align: -moz-center;
  font-size: 1.125rem !important;
}

.slider-card-icons-grid {
  text-align: center;
  margin: 1rem 0 !important;
}

/* RECIPES */

.mix li,
.recipe li {
  list-style: inherit !important;
}

.mix ul,
.recipe ul,
ul:has(.list),
ul.list {
  margin-left: 1rem !important;
}

.details {
  text-align: center;
}

.mix,
.recipe {
  padding-left: 2rem !important;
}

ul,
ol {
  padding-left: 0 !important;
}

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

.print i {
  margin-right: 0.5rem;
}

/* END RECIPES */

@media screen and (max-width: 768px) {
  .page-menu-item-daily h3 {
    font-weight: 600;
    font-size: 1.1rem;
  }

  .highlighted-days-list {
    flex-direction: row;
    flex-wrap: wrap; /* Permitir envoltura en mobile */
  }

  .highlighted-days-list .highlighted-day {
    flex: 1 0 25%; /* Cada día ocupa un 25% del ancho para permitir 4 en la primera fila */
  }

  /* Segunda fila para los últimos 3 días */
  .highlighted-days-list .highlighted-day:nth-child(5),
  .highlighted-days-list .highlighted-day:nth-child(6),
  .highlighted-days-list .highlighted-day:nth-child(7) {
    flex: 1 0 33.33%; /* Cada día ocupa un 33.33% en la segunda fila */
    margin-bottom: 10px;
  }

  /* Asegura que los primeros 5 días estén en la primera fila */
  .page-menu-item-daily:nth-child(1),
  .page-menu-item-daily:nth-child(2),
  .page-menu-item-daily:nth-child(3),
  .page-menu-item-daily:nth-child(4),
  .page-menu-item-daily:nth-child(5) {
    flex: 1 0 20%; /* Cada uno ocupará 20% en la primera fila */
  }

  /* Asegura que Sábado, Domingo y Todos los días estén en la segunda fila */
  .page-menu-item-daily:nth-child(6),
  .page-menu-item-daily:nth-child(7),
  .page-menu-item-daily:nth-child(8) {
    flex: 1 0 19.33%; /* Sábado, Domingo y Todos los días ocuparán 33.33% */
  }
}

@media screen and (min-width: 992px) {
  .slider-cards-scroll::-webkit-scrollbar {
    display: none;
  }

  #validation_selector_provincia,
  #validation_selector_ciudad {
    position: absolute;
  }
}

@media screen and (min-width: 1200px) {
  .slider-card-body-content img {
    height: 4rem;
  }

  .subtitle-md-sm {
    font-size: 1.875rem;
  }

  .slider-card-body-content {
    margin-top: 3rem;
  }
}

/* Version 1 - 2023-01-21 */

/* OVERRIDES */

#saiep-wrapper select,
#saiep-wrapper input,
#saiep-wrapper textarea {
  height: unset !important;
}

#saiep-wrapper .link:hover {
  padding: unset !important;
  margin: unset !important;
}

@media (min-width: 992px) {
  #saiep-wrapper .mt-lg-0 {
    margin-top: 0 !important;
  }
}
