.info {
  background-color: #2a3440 !important;
  display: flex;
  flex-direction: end;
}

.barra-superior {
  background-color: #2A333F;
  color: #E1E1E1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1rem;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.horario {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.icono-reloj {
  font-size: 16px; /* Reemplazar si usas SVG */
}

.redes-sociales {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.icono-redes svg {
  width: 18px;
  height: 18px;
  fill: #E1E1E1;
  transition: fill 0.3s ease;
}

.icono-redes:hover svg {
  fill: red;
}

.centrar-contenedor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.centrar-contenedor * {
  display: inline-block;
}

.powered_cont {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.powered_cont p {
  color: #fff;
  font-size: 11px;
}
.powered_cont img {
  width: 25%;
}
@media (max-width: 900px) {
  .powered_cont img {
    width: 15%;
  }
}
@media (max-width: 768) {
  .powered_cont img {
    width: 30%;
  }
}

.derecha-contenedor {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 900px) {
  .derecha-contenedor {
    justify-content: center;
  }
}

.iconos-svg {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.iconos-svg .icono-svg {
  color: #2a3440;
  transition: color 0.3s ease;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 100%;
}
.iconos-svg .icono-svg:hover {
  color: #2a3440;
  background-color: #d7d1c3;
}
.iconos-svg .facebook {
  width: 34px;
  height: 34px;
  padding: 2px;
}
.iconos-svg .instagram {
  width: 34px;
  height: 34px;
  padding: 5px;
}
.iconos-svg .waze {
  width: 34px;
  height: 34px;
  padding: 4px;
}

@media screen and (min-width: 1025px) {
  .centrar-vertical-contenedor {
    display: flex;
  }
  .centrar-vertical-contenedor .centrar-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .imagen-bnw {
    filter: grayscale(100%);
    transition: filter 0.3s ease-in-out;
  }
  .imagen-bnw:hover {
    filter: none;
  }
}
.animacion-zoom-in span > img {
  opacity: 0;
  transform: scale(0.95) translate(30px, 30px);
  transition: opacity 0.7s ease-out, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.animacion-zoom-in.visible span > img {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

.animar-slide-up * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.animar-slide-up.visible * {
  opacity: 1;
  transform: translateY(0);
}

.animar-fade-in * {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animar-fade-in.visible * {
  opacity: 1;
  transform: scale(1);
}

.texto-circular {
  animation: girar-sutil 20s linear infinite;
  transform-origin: center center;
}

@keyframes girar-sutil {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.centrar-vertical-contenedor {
  display: flex;
}
.centrar-vertical-contenedor .centrar-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.animacion-zoom-in span > img {
  opacity: 0;
  transform: scale(0.95) translate(30px, 30px);
  transition: opacity 0.7s ease-out, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.animacion-zoom-in.visible span > img {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}

.animar-slide-up * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease-out, transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}
.animar-slide-up.visible * {
  opacity: 1;
  transform: translateY(0);
}

.animar-fade-in * {
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.animar-fade-in.visible * {
  opacity: 1;
  transform: scale(1);
}

.detaill_commerce .navigation_row {
  padding: 4rem 0;
}

.nav_link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: normal;
  text-decoration: none;
  color: #2a3440;
  font-size: 16px;
}
.nav_link:hover {
  color: #d7d1c3;
}
.nav_link:hover svg path {
  fill: #d7d1c3;
}
.nav_link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.logo_interno {
  max-width: 100%;
  height: 89px;
}
@media (max-width: 768px) {
  .logo_interno {
    display: block;
    margin: auto;
  }
}

.detaill_commerce_up {
  margin: 2.5rem 0;
}
.detaill_commerce_up .title_commerce {
  font-size: 45px !important;
  font-weight: bold;
  color: #333e48;
  line-height: 40px;
}
.detaill_commerce_up .detaill_commerce_category {
  font-size: 16px;
  margin-bottom: 2.5rem;
}
.detaill_commerce_up .ubicacion-title {
  font-size: 16px;
  margin-bottom: 3px;
}
.detaill_commerce_up .detaill_commerce_ub {
  font-size: 20px;
  font-weight: bold;
  color: #333e48;
  line-height: 25px;
}
@media (max-width: 768px) {
  .detaill_commerce_up .detaill_commerce_ub {
    font-size: 20px;
    line-height: 40px;
  }
}

.horario_block {
  display: flex;
  font-size: 24px;
}
.horario_block .horario_icon {
  width: 30px;
  height: auto;
  color: #333e48;
  margin-right: 10px;
}
.horario_block .horarios-title {
  font-size: 16px;
  margin-bottom: 3px;
}
.horario_block .h_block {
  padding-bottom: 1rem;
}
.horario_block .h_block .h_dia {
  font-size: 20px;
}
.horario_block .h_block .h_hora {
  font-size: 18px;
}
@media (max-width: 400px) {
  .horario_block .h_block .h_dia {
    font-size: 18px;
  }
  .horario_block .h_block .h_hora {
    font-size: 18px;
  }
}
.horario_block h4 {
  font-size: 24px;
  font-weight: 500;
}
.horario_block p {
  font-size: 15px;
}

.redes_sociales {
  margin: 3rem 0;
}

.networks {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 1rem;
}
.networks a {
  position: relative;
  display: flex;
  align-items: center;
}
.networks a::after {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background-color: #333e48;
  margin-left: 16px;
}
.networks a:last-of-type::after {
  display: none;
}
@media (max-width: 768px) {
  .networks {
    justify-content: center;
    margin-left: auto;
  }
}

.rs_icon {
  width: 34px;
  height: auto;
  color: #333e48;
  transition: color 0.3s;
}
.rs_icon:hover {
  color: #d7d1c3;
}

.inner_comercio {
  border: 1px solid #e5e5e5;
  width: 90%;
  display: flex;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .inner_comercio {
    width: 100%;
  }
}
.inner_comercio img {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*carrusel de otros comercios
.detall_commerce-relacionados {
  margin: 3rem auto;
}*/
.otros_title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #333e48;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  .otros_title {
    font-size: 28px;
  }
}

.relacionados_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .relacionados_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .relacionados_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.relacionados_grid {
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.relacionado_card {
  width: 250px;
  text-align: center;
  transition: transform 0.3s ease;
}
.relacionado_card a {
  text-decoration: none;
  color: inherit;
}
.relacionado_card a img {
  width: 80%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .relacionado_card a img {
    width: 75%;
  }
}
.relacionado_card a h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #2a3440;
}
@media (max-width: 768px) {
  .relacionado_card a h5 {
    font-size: 14px;
  }
}
.relacionado_card a .categoria_nombre {
  font-size: 16px;
  color: #5e5e5e;
  margin: 5px 0 10px;
}
@media (max-width: 768px) {
  .relacionado_card a .categoria_nombre {
    font-size: 14px;
  }
}
.relacionado_card a .link_rel {
  color: #2a3440;
  transition: all 0.3s ease;
}
.relacionado_card:hover img {
  filter: none;
}
@media (max-width: 768px) {
  .relacionado_card {
    width: 180px;
  }
}

.registro-newsletter {
  background-color: #C8C0AD;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5rem 6rem;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  width: 86%;
  margin: 8rem auto;
}
.registro-newsletter .contenido {
  max-width: 60%;
  z-index: 2;
}
.registro-newsletter .contenido h2 {
  font-family: "Termina-Demi", sans-serif;
  font-size: 24px;
  color: #2a3440;
  margin-bottom: 2rem;
}
.registro-newsletter .contenido form {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.registro-newsletter .contenido form input,
.registro-newsletter .contenido form button {
  font-family: "Termina-Regular", sans-serif;
}
.registro-newsletter .contenido form input[type=email] {
  background: transparent;
  border-bottom: 2px solid #2a3440;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  color: #2a3440;
  flex: 1;
}
.registro-newsletter .contenido form input[type=email]::-moz-placeholder {
  color: #2a3440;
}
.registro-newsletter .contenido form input[type=email]::placeholder {
  color: #2a3440;
}
.registro-newsletter .contenido form .ancho-medio {
  width: 530px;
}
@media (max-width: 768px) {
  .registro-newsletter .contenido form .ancho-medio {
    width: 470px;
  }
}
@media (max-width: 480px) {
  .registro-newsletter .contenido form .ancho-medio {
    width: 270px;
  }
}
.registro-newsletter .contenido form button {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  color: #2a3440;
  cursor: pointer;
  white-space: nowrap;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #2a3440 !important;
  border-radius: 0 !important;
  transform: translate(-16px, 0px) !important;
}
.registro-newsletter .contenido form button:hover {
  background-color: #2a3440 !important;
  border-radius: 50px !important;
  padding: 10px 20px !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  .registro-newsletter .contenido form button {
    background-color: #2a3440 !important;
    border-radius: 50px !important;
    padding: 8px 18px !important;
    color: #fff !important;
  }
}
.registro-newsletter .decorativo-svg {
  position: absolute;
  right: 10%;
  bottom: -20%;
  width: 30%;
  opacity: 0.5;
  transform: rotate(27deg);
}

@font-face {
  font-family: "termina";
  src: url("../fonts/TerminaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body, h1, h2, h3, h4, h5, h6, p, a, button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "termina" !important;
}

body::-webkit-scrollbar {
  display: none;
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #FFFFFF;
  display: none;
}
body::-webkit-scrollbar-track {
  background-color: #000000;
  border-radius: 10px;
  display: none;
}

a, button {
  transition: all 0.3s ease 0s;
}
a:hover, button:hover {
  transition: all 0.3s ease 0s;
}

#main-content #left-area {
  width: 100%;
  padding: 0;
}
#main-content .container #sidebar {
  display: none;
}
#main-content .container:before {
  display: none;
}

@media only screen and (min-width: 1350px) {
  .et_pb_row {
    padding: 27px 0;
    width: 90% !important;
    max-width: 80vw;
  }
}/*# sourceMappingURL=style.css.map */