@charset "UTF-8";
* {
  box-sizing: border-box;
}

.carousel-item {
  width: 95%;
  height: 30%;
  bottom: 25px;
  margin-left: 2%;
}

div h6 {
  padding: 1%;
  color: black;
  font-size: larger;
  background-color: rgb(175, 170, 165);
  text-align: center;
  border-style: groove;
  margin-top: 1%;
}

article {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
article img {
  width: 270px;
  height: 280px;
  position: relative;
  margin: auto;
  padding-bottom: 2%;
}

@media screen and (max-width: 800px) {
  article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1px;
  }
  article img {
    width: 330px;
    height: 280px;
    position: relative;
    margin: auto;
    padding-bottom: 2%;
  }
}
@media screen and (max-width: 800px) {
  .imagenMobile {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  .imagenMobile {
    position: relative;
    padding-top: 24%;
  }
}
section.reciclarTitulo p {
  padding-top: 2%;
  text-align: justify;
  margin-right: 2%;
  margin-left: 1%;
}

div div h4 {
  text-align: center;
  background-color: tan;
}

section.GcEstilo div img {
  position: relative;
  width: 100%;
  height: auto;
}
section.GcEstilo div a {
  position: absolute;
  width: 7%;
  left: 80%;
  height: 19%;
}

section div.flexRegalosGC {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 5%;
  padding-top: 15%;
  width: 100%;
}
section div ul.imagenGiftCard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 27%;
  height: auto;
  list-style: none;
}

.comprarGC {
  border-style: double;
  border-style: outset;
  width: 23%;
  margin-left: 40%;
  text-align: center;
}

/* map-get */
.colores-footer {
  background: rgb(237, 237, 237);
}

.detalleEmpresa {
  background-color: rgb(224, 246, 196);
  color: rgb(65, 65, 65);
  padding: 4%;
  text-align: left;
}

/* EXTEND */
.bordeMes, .bordeMes-cambio {
  padding: 2%;
  margin-top: 4%;
  color: white;
  text-align: center;
  background-color: rgb(253, 175, 175);
  font-size: 27px;
}

.bordeMes-cambio {
  background-color: rgb(143, 142, 144);
  font-family: sans-serif;
  color: black;
}

/* MIXIN */
.boton--cambio {
  display: inline-block;
  border: 1px solid black;
  background-color: #dedff0;
  color: black;
}

.grid-datos {
  display: grid;
  grid-template-columns: auto;
  gap: 15px;
  margin: 3%;
  text-align: center;
}

@media screen and (min-width: 501px) {
  .grid-datos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-sucu {
  display: grid;
  grid-template-columns: auto;
  gap: 15px;
  margin: 3%;
  text-align: center;
}

@media screen and (min-width: 501px) {
  .grid-sucu {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
div h3 {
  text-align: center;
  font-family: sans-serif;
}

.imgPromo {
  width: 100%;
  margin-left: 1%;
  height: 170px;
}

@media screen and (min-width: 700px) {
  .imgPromo {
    width: 900px;
    margin-left: 1%;
    height: 310px;
  }
}
@media screen and (min-width: 1001px) {
  .imgPromo {
    width: 1150px;
    margin-left: -2%;
    margin-right: 50%;
    height: 340px;
  }
}
.tamanoMision {
  font-family: "Times New Roman", Times, serif;
} /* 
@media screen and (min-width: 1001px){   
    .tamanoMision{
        font-size: 190%;
    } 
} */
.banerPpal {
  width: 100%;
  height: 100px;
  padding-top: 1%;
  padding-bottom: 1%;
}

@media screen and (max-width: 1001px) {
  .banerPpal {
    height: 60px;
  }
}
.bodegas {
  width: 128px;
}

.grid-bod {
  display: grid;
  grid-template-columns: auto;
  gap: 15px;
  margin: 3%;
  text-align: center;
}

@media screen and (min-width: 501px) {
  .grid-bod {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.grid-datosinfo {
  display: grid;
  grid-template-columns: auto;
  gap: 15px;
  margin: 3%;
  text-align: center;
}

@media screen and (min-width: 501px) {
  .grid-datosinfo {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }
}
.logoTamano {
  padding-top: 4%;
  padding-bottom: 1%;
  width: 250px;
  height: 150px;
}

@media screen and (max-width: 1020px) {
  /* Ocultar botón radio */
  input[id^=spoiler] {
    display: none;
  }
  /* Estilo botón clicable */
  input[id^=spoiler] + label {
    display: block;
    width: 130px;
    margin: 0 auto;
    padding: 5px 20px;
    background: rgb(238, 185, 218);
    cursor: pointer;
  }
  /* Estilo botón cuando su INPUT está seleccionado */
  input[id^=spoiler]:checked + label {
    color: #333;
    background: #ccc;
  }
  /* Estilo caja SPOILER (inicialmente oculto) */
  input[id^=spoiler] ~ .spoiler {
    width: 90%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 10px auto 0;
  }
  /* Estilo caja SPOILER cuando su INPUT está seleccionado */
  input[id^=spoiler]:checked + label + .spoiler {
    height: auto;
    opacity: 1;
  }
}
/* Ocultar botón radio */
input[id^=spoiler] {
  display: none;
}

/* Estilo botón clicable */
input[id^=spoiler] + label {
  display: block;
  width: 130px;
  margin: 0 auto;
  padding: 5px 20px;
  background: rgb(238, 185, 218);
  cursor: pointer;
}

/* Estilo botón cuando su INPUT está seleccionado */
input[id^=spoiler]:checked + label {
  color: #333;
  background: #ccc;
}

/* Estilo caja SPOILER (inicialmente oculto) */
input[id^=spoiler] ~ .spoiler {
  width: 90%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 10px auto 0;
}

/* Estilo caja SPOILER cuando su INPUT está seleccionado */
input[id^=spoiler]:checked + label + .spoiler {
  height: auto;
  opacity: 1;
}

.mutualN {
  color: orange;
}

.mutualV {
  color: green;
}

.banerMargen {
  padding-top: 60%;
}

@media screen and (min-width: 701px) {
  .banerMargen {
    padding-top: 15%;
  }
}
@media screen and (min-width: 1020px) {
  .banerMargen {
    padding-top: 10%;
  }
}
@media screen and (max-width: 700px) {
  .logoPaginas {
    padding-top: 20%;
  }
}
@media screen and (min-width: 701px) {
  .logoPaginas {
    padding-top: 5%;
  }
}
.inicio a:hover {
  font-weight: bold;
  text-transform: uppercase;
}

.consejo {
  text-align: center;
  font-weight: bold;
}

.consejo1:hover {
  color: orange;
  font-weight: bold;
  text-transform: uppercase;
}

.staff:hover {
  color: orange;
  font-weight: bold;
  text-transform: uppercase;
}

.beneficio a:hover {
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
}

.autos {
  text-align: justify;
}

.fotoAuto {
  text-align: center;
}

.fondoLn {
  background-color: rgb(223, 228, 249);
}

.fondoM {
  background-color: rgb(246, 245, 226);
}

.volverLn {
  text-align: right;
  padding-right: 12%;
}

.colorLogo {
  background-color: rgb(222, 220, 220);
}

.grid-inicio {
  display: grid;
  grid-template-columns: auto;
  gap: 15px;
  margin: 3%;
  text-align: center;
}

@media screen and (min-width: 501px) {
  .grid-inicio {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
thead tr {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: darkorange;
}

thead tr th {
  position: sticky;
  top: 0;
  z-index: 10;
}

.table-responsive {
  height: 300px;
  overflow: scroll;
}

div ul span {
  color: blue;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.baner {
  width: 100%;
}

.irabeneficiosmutual {
  text-align: right;
  padding-right: 12%;
}

@media screen and (max-width: 801px) {
  .baner {
    padding-top: 8%;
  }
}
.ml {
  font-size: large;
  color: black;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.tabmutu {
  overflow-x: scroll;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.estiloML {
  text-align: center;
  font-style: italic;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

@media screen and (max-width: 801px) {
  .banerMl {
    width: 20rem;
    height: 10rem;
  }
}
@media screen {
  .dropdown:hover .dropdown-menu,
  .btn-group:hover .dropdown-menu {
    display: block;
  }
  .dropdown-menu {
    margin: auto;
  }
  .dropdown-toggle {
    margin: auto;
  }
  .navbar .dropdown-toggle,
  .nav-tabs .dropdown-toggle {
    margin: auto;
  }
}
.textoML {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

:root {
  --level-1: #8dccad;
  --level-2: #f5cc7f;
  --level-3: #7b9fe0;
  --level-4: #f27c8d;
  --black: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ol {
  list-style: none;
}

body {
  /*   margin: 50px 0 100px;
    text-align: center; */
  font-family: "Inter", sans-serif;
}

.container {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

.rectangle {
  position: relative;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: var(--black);
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2 {
  width: 70%;
  margin: 0 auto 40px;
  background: var(--level-2);
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: var(--black);
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--black);
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }
  .level-1,
  .level-2 {
    width: 100%;
  }
  .level-1 {
    margin-bottom: 20px;
  }
  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }
  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }
  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }
  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }
  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}
#banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
  z-index: 9999;
}

#banner img {
  width: 100%;
  height: 100%;
} /* 
  #banner a {
  color: #5a0101;
  margin-left: 20%;
} */
.imagen:hover {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.imagen:hover img {
  width: 120%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  transform: scale(1.2);
}

.contenedor:hover .imagen:not(:hover) img {
  opacity: 0;
}

.grid-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 1%;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .grid-footer {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 801px) {
  .termo {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 800px) {
  .carrouselimagen {
    height: 8rem;
  }
}
/* hacer que la imagen ocupe toda la pantalla*/
.zoomable {
  cursor: zoom-in;
  transition: transform 0.3s ease-in-out;
}

.zoomed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 9999;
  cursor: zoom-out;
}

/* PAPELITOS */
.paper-container {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.paper {
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-clip-path: polygon(50% 0%, 61% 38%, 100% 38%, 68% 61%, 78% 100%, 50% 77%, 22% 100%, 32% 61%, 0% 38%, 39% 38%);
          clip-path: polygon(50% 0%, 61% 38%, 100% 38%, 68% 61%, 78% 100%, 50% 77%, 22% 100%, 32% 61%, 0% 38%, 39% 38%);
  opacity: 0.8;
  transform: translate(-50%, -50%);
  animation: explode 1s ease-out forwards;
  animation-iteration-count: infinite;
}

@keyframes explode {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
    background-color: red;
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    background-color: blue;
  }
}
/* 
 #paper-fall {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    //background-color: #000;
    z-index: 9999;
}

.paper {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgb(69, 97, 168);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    animation-name: fall;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes fall {
    0% {
        transform: translateY(-100px) rotateZ(0deg);
        opacity: 0;
        background-color: red;
    }
    50% {
        opacity: 1;
        background-color: black;
    }
    100% {
        transform: translateY(100vh) rotateZ(720deg);
        opacity: 0;
        background-color: yellow;
    }
}
 */
/* styles.css */
.grid-containerSorteo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px; /* Espacio entre las columnas */
  /* Agregar estilos para dispositivos más pequeños */
  /* Agregar estilos para dispositivos aún más pequeños */
}
@media screen and (max-width: 768px) {
  .grid-containerSorteo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .grid-containerSorteo {
    grid-template-columns: 1fr;
  }
}

.column {
  background-color: #f0f0f0;
  padding: 20px;
  text-align: center;
}

.navegacion {
  position: absolute;
  top: 50%;
  transform: translateY(-150%);
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}

button#anterior {
  left: 10px;
}

button#siguiente {
  right: 10px;
}

/* Estilo para los botones del segundo slider */
.navegacion1 {
  position: absolute;
  top: 50%;
  transform: translateY(-200%);
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: black;
  padding: 0;
  z-index: 1;
}

button#anterior2 {
  left: 5px; /* Ajusta la posición izquierda */
}

button#siguiente2 {
  right: 5px; /* Ajusta la posición derecha */
}

button#anterior3 {
  left: 3px; /* Ajusta la posición izquierda */
}

button#siguiente3 {
  right: 3px; /* Ajusta la posición derecha */
}

/* Estilos para el filtro a la izquierda */
.filtro {
  width: 100%; /* Ancho completo en dispositivos móviles */
  padding: 10px;
  background-color: #f0f0f0;
}

/* Estilos para la sección de productos */
.productos {
  padding: 20px;
  background-color: #fff;
}

/* Estilos para cada fila de productos */
.fila-productos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

/* Estilos para cada producto */
.producto {
  flex: 0 1 calc(33.333% - 20px); /* Tamaño máximo para cada producto (ajusta según tus necesidades) */
  margin: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  text-align: center;
  min-height: 350px; /* Altura mínima para evitar saltos al mostrar/ocultar elementos */
}

/* Consulta de medios para pantallas pequeñas */
@media screen and (max-width: 768px) {
  .filtro {
    order: 1; /* Cambiamos el orden del filtro a 1 (arriba) */
  }
  .productos {
    flex-direction: column; /* Cambiamos la dirección a columna para dispositivos móviles */
  }
  .producto {
    max-width: 100%; /* Un producto por fila en dispositivos móviles */
  }
}
/* Config para el nav del Index */
ul, ol {
  list-style: none;
  padding: 0; /* Agregar un relleno cero para eliminar el espacio predeterminado */
}

.nav {
  margin: 0; /* Agregar un margen cero para eliminar el espacio predeterminado */
  padding: 0;
}

.nav li {
  position: relative; /* Agregar posición relativa para el posicionamiento absoluto de los submenús */
}

.nav li a {
  padding: 10px 15px;
  display: block;
  font-weight: 350;
  color: rgb(255, 255, 255);
  text-decoration: none; /* Eliminar el subrayado de los enlaces */
}

.nav li a:hover {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-weight: 700;
}

.nav > li {
  float: left;
  position: relative;
}

.nav li ul {
  display: none;
  position: absolute;
  min-width: 140px;
  background-color: #888888; /* Añadir un fondo al submenú */
  left: 0; /* Alinear el submenú con el elemento padre */
  top: 100%; /* Colocar el submenú debajo del elemento padre */
  z-index: 2;
}

.nav li:hover > ul {
  display: block;
}

.nav li ul li {
  position: relative;
}

.nav li ul li ul {
  left: 100%; /* Colocar el submenú a la derecha del elemento padre */
  top: 0;
}

.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  vertical-align: middle;
  content: "";
  margin-left: 5px;
}

.down {
  border-width: 5px 4px 0 4px;
  border-color: #ffffff transparent transparent transparent;
}

.right {
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #ffffff;
}

/* Estilo opcional para el ícono */
.whatsapp-icon {
  background-color: rgb(55, 165, 55);
  color: white;
  border-radius: 50%;
  width: 60px; /* Ancho del círculo */
  height: 60px; /* Altura del círculo */
  font-size: 2em; /* Ajusta el tamaño del ícono según prefieras */
  position: fixed;
  bottom: 70px; /* Distancia desde abajo */
  right: 20px; /* Distancia desde la derecha */
  z-index: 9999; /* Asegura que esté sobre otros elementos */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none; /* Evita la subrayado al hacer clic */
}/*# sourceMappingURL=style.css.map */