* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
  font-family: EquinoxBold;
  text-align: center;
  list-style-type: none; }

body {
  width: calc(100% - 0);
  background-color: white; }

.nuevaWeb {
  width: 100%;
  height: 100vh;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.nuevaWeb div {
  color: white;
  font-family: "Courier New", Courier, monospace;
  font-size: calc(20px + 1vw); }

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0px; }

.timeCountdown {
  padding: 10px; }

@font-face {
  font-family: Biko;
  src: url(/estilos/biko_font/Biko_Regular.otf); }

@font-face {
  font-family: BikoBold;
  src: url(/estilos/biko_font/Biko_Bold.otf); }

@font-face {
  font-family: Adenium;
  src: url(/estilos/adenium/Adenium.otf); }

@font-face {
  font-family: Equinox;
  src: url(/estilos/equinox/EquinoxRegular.otf); }

@font-face {
  font-family: EquinoxBold;
  src: url(/estilos/equinox/EquinoxBold.otf); }

/* Animacion PULSACION*/
/* Animacion ROTACION DE TEXTO */
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: white; }
  .header__logo {
    margin: 2px;
    width: auto;
    z-index: 9998; }
    .header__logo__img {
      width: 250px; }
  .header__hide {
    font-size: 0px; }
  .header__ul {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding-right: 25px; }
    .header__ul__li {
      justify-content: center; }
      .header__ul__li__a {
        text-decoration: none;
        margin: 3px;
        padding: 10px 20px;
        border-radius: 35px; }
        .header__ul__li__a:hover {
          color: black; }
        .header__ul__li__a__text--color {
          color: black; }
      .header__ul__li:hover {
        -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
        animation: pulsate-bck 0.5s ease-in-out infinite both;
        color: black; }

@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
    .header__ul__responsive {
      display: none; }
      .header__ul__responsive__icon {
        display: none; }

/*Media Queries  1100-320*/
@media only screen and (max-width: 980px) and (min-width: 320px) {
  .header__ul {
    display: none; }
    .header__ul__responsive {
      position: absolute;
      left: -100%;
      top: 0;
      width: 100%;
      height: 130vh;
      padding-top: 100px;
      display: flex;
      justify-content: start;
      align-items: center;
      flex-direction: column;
      z-index: 10;
      transition: 0.8s;
      background-color: white; }
      .header__ul__responsive__hide {
        left: 0%; }
      .header__ul__responsive__icon {
        display: flex;
        font-size: 20px;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 10px;
        z-index: 999999; }
      .header__ul__responsive__li {
        list-style: none;
        margin: 20px; }
        .header__ul__responsive__li__link {
          font-size: 20px;
          color: black;
          text-decoration: none;
          padding: 10px 20px;
          border-radius: 35px; }
        .header__ul__responsive__li :hover {
          background-color: black;
          color: white; }
        .header__ul__responsive__li__img {
          width: 200px;
          height: 200px; } }

.toTop {
  color: rgba(0, 0, 0, 0.521);
  position: fixed;
  z-index: 1;
  bottom: 2%;
  right: 1%;
  font-size: 2em; }

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
  scroll-behavior: auto;
  padding-top: 100px; }
  .glider__imagen {
    width: 450px; }

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: white;
  height: auto; }

.glider-track {
  transform: translateZ(0);
  width: 99%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  padding: 5px; }

.glider-slide img {
  max-width: 100%; }

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0; }

.glider-prev,
.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: 0px;
  border: 0 black;
  top: 55%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.897);
  opacity: 1;
  line-height: 1;
  transition: opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.glider-next {
  right: 0px;
  left: auto; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default; }

.glider-slide {
  min-width: 150px; }

.glider-hide {
  opacity: 0; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }

.button__container {
  display: flex;
  align-content: center;
  justify-content: center;
  width: auto;
  background-color: white; }

.btn {
  cursor: pointer;
  letter-spacing: 0.075em;
  padding: 0.8em 1em;
  margin: auto 2em;
  position: relative;
  align-self: center;
  z-index: 1;
  box-shadow: -0.5em 0.5em rgba(16, 24, 50, 0);
  transform-origin: left bottom;
  transition: all 200ms ease-in-out;
  margin-top: 6vw;
  margin-bottom: 6vw; }
  .btn:before, .btn:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1; }
  .btn:before {
    left: -0.59em;
    top: 0.15em;
    width: 0.31em;
    height: 100%;
    transform: skewY(-45deg); }
  .btn:after {
    bottom: -0.61em;
    right: 0.16em;
    width: 100%;
    height: 0.31em;
    transform: skewX(-45deg); }
  .btn:hover {
    background-size: 90%;
    transform: translate(0.5em, -0.5em);
    box-shadow: -1em 1em 0.15em rgba(16, 24, 50, 0.1); }

.bg {
  background: none;
  border: 3px solid #101832;
  color: #101832; }
  .bg:before, .bg:after {
    background: #101832;
    border: 3px solid #101832; }
  .bg:hover {
    border-image: none; }
    .bg:hover:before, .bg:hover:after {
      background: #101832; }

.main {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: white; }
  .main__titulo__h2 {
    font-family: adenium;
    font-size: 8vw;
    padding-bottom: 40px; }
  .main__destacados {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    padding: 5px 10px 0px 10px; }
    .main__destacados__cardbox {
      display: flex;
      flex-direction: column;
      padding: 1rem;
      justify-content: space-around;
      border: 2px solid rgba(0, 0, 0, 0.897);
      border-radius: 25px; }
      .main__destacados__cardbox:hover {
        box-shadow: 0px 0px 30px 5px rgba(15, 15, 15, 0.575); }
      .main__destacados__cardbox__h3 {
        text-decoration: underline; }
      .main__destacados__cardbox__texto {
        text-align: justify;
        line-height: 200%; }
        .main__destacados__cardbox__texto__link {
          color: black;
          text-decoration: none; }
          .main__destacados__cardbox__texto__link :hover {
            color: #c10230; }
        .main__destacados__cardbox__texto__palabra {
          color: #c10230;
          font-size: x-large; }
      .main__destacados__cardbox__img {
        width: 100%;
        border-radius: 5%;
        border: 2px dotted rgba(0, 0, 0, 0.897); }

@media only screen and (max-width: 800px) and (min-width: 320px) {
  .main__titulo__h2 {
    font-size: 9.5vw; }
  .main__destacados {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 45px; }
    .main__destacados__cardbox__texto {
      height: auto; } }

.minitop {
  width: 100%;
  height: 30px;
  background-color: black;
  color: white;
  font-size: 12px;
  font-weight: 100;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 9997;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.miniTopText {
  margin-bottom: 0px; }

.buttonDarkMode {
  width: 50px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }

.buttonDarkModeSun {
  width: 20px;
  height: 20px;
  background-image: url(../../../svg/sun-regular.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 50%;
  display: none;
  transition: 1s; }

.buttonDarkModeMoon {
  width: 20px;
  height: 20px;
  background-image: url(../../../svg/moon-solid.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 50%;
  display: flex; }

.show {
  display: flex;
  transition: 1s; }

.hide {
  display: none;
  transition: 1s; }

.makeDark {
  background-color: black;
  color: white; }

.makeDarkBgWhite {
  background-color: white;
  color: black; }

.makeDarkTextWhite {
  color: white; }

.makeDarkBorder {
  border: 2px solid white; }

.makeDarkHover {
  color: white; }
  .makeDarkHover .header__ul__li__a__text--color:hover {
    color: white; }

@media only screen and (max-width: 650px) and (min-width: 320px) {
  .minitop {
    text-align: center;
    padding-right: 0px; } }

.main__productos {
  background-color: white;
  padding: 100px 10px 100px 10px; }
  .main__productos__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 8em;
    padding-top: 15px;
    /* 1er @for > Cantidad de htmls , en mi caso tengo 4 productos con el mismo main*/
    /* 2do @for > Cantidad de imagenes que quiero agregar*/
    /*Cambie le nombre de las imagenes a la forma ixn , por ejemplo remera es el 1er html entonces la 1er imagen de remera va a ser 1x1, la segunda 1x2 y asi con todas las imagenes, a medida q agrego imagenes agreo un div con la clase ixn*/ }
    .main__productos__grid__1x1 {
      width: 500px;
      height: 550px;
      background-image: url(./img/11.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__1x2 {
      width: 500px;
      height: 550px;
      background-image: url(./img/12.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__1x3 {
      width: 500px;
      height: 550px;
      background-image: url(./img/13.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__1x4 {
      width: 500px;
      height: 550px;
      background-image: url(./img/14.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__1x5 {
      width: 500px;
      height: 550px;
      background-image: url(./img/15.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__2x1 {
      width: 500px;
      height: 550px;
      background-image: url(./img/21.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__2x2 {
      width: 500px;
      height: 550px;
      background-image: url(./img/22.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__2x3 {
      width: 500px;
      height: 550px;
      background-image: url(./img/23.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__2x4 {
      width: 500px;
      height: 550px;
      background-image: url(./img/24.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__2x5 {
      width: 500px;
      height: 550px;
      background-image: url(./img/25.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__3x1 {
      width: 500px;
      height: 550px;
      background-image: url(./img/31.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__3x2 {
      width: 500px;
      height: 550px;
      background-image: url(./img/32.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__3x3 {
      width: 500px;
      height: 550px;
      background-image: url(./img/33.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__3x4 {
      width: 500px;
      height: 550px;
      background-image: url(./img/34.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__3x5 {
      width: 500px;
      height: 550px;
      background-image: url(./img/35.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__4x1 {
      width: 500px;
      height: 550px;
      background-image: url(./img/41.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__4x2 {
      width: 500px;
      height: 550px;
      background-image: url(./img/42.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__4x3 {
      width: 500px;
      height: 550px;
      background-image: url(./img/43.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__4x4 {
      width: 500px;
      height: 550px;
      background-image: url(./img/44.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }
    .main__productos__grid__4x5 {
      width: 500px;
      height: 550px;
      background-image: url(./img/45.jpeg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      border: 1px solid white;
      border-radius: 10px; }

.webBy {
  color: rgba(255, 255, 255, 0.521);
  position: fixed;
  z-index: 1;
  bottom: 1%;
  left: 0.1%;
  font-size: 0.5em;
  text-decoration: none;
  writing-mode: vertical-rl;
  letter-spacing: 2px; }

/* width */
::-webkit-scrollbar {
  width: 5px; }

/* Track */
::-webkit-scrollbar-track {
  background: transparent; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: black; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black; }

.menuIcon {
  position: relative;
  width: 70px;
  height: 70px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  display: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  border-radius: 50%; }

.menuIcon span {
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: black;
  border-radius: 4px;
  transition: 0.5s; }

.menuIcon span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 15px; }

.menuIcon.active span:nth-child(1) {
  width: 40px;
  transform: translateY(0px) rotate(45deg);
  transition-delay: 0.125s; }

.menuIcon span:nth-child(2) {
  transform: translateY(15px);
  width: 15px;
  left: 15px; }

.menuIcon.active span:nth-child(2) {
  width: 40px;
  transform: translateY(0px) rotate(315deg);
  transition-delay: 0.25s; }

.menuIcon.active span:nth-child(3) {
  transform: translateX(60px); }

.menuIcon__span {
  background-color: white; }

@media only screen and (max-width: 980px) and (min-width: 320px) {
  .menuIcon {
    display: flex; } }

.footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  height: 250px;
  background-color: rgba(0, 0, 0, 0.897); }
  .footer__datos__texto {
    text-align: center;
    color: #b1acac;
    margin-bottom: 1rem; }
  .footer__datos--size {
    font-size: 2em; }
  .footer__linea {
    height: 60%;
    width: 5px;
    background-color: #b1acac;
    border-radius: 50%; }
  .footer__redes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5em;
    align-items: center;
    height: unset;
    margin-top: unset; }
    .footer__redes__icon--color {
      color: #b1acac; }
    .footer__redes__icon--size {
      font-size: 3em; }
    .footer__redes__icon--efect:hover {
      -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotate-in-center {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@media only screen and (max-width: 1000px) {
  .footer {
    flex-direction: column-reverse;
    height: 350px;
    padding-top: 25px; }
    .footer__datos__texto {
      text-align: center; }
    .footer__linea {
      width: 60%;
      height: 5px;
      background-color: #83837f;
      border-radius: 50%; }
    .footer__redes {
      gap: 15px; } }

/*Media Queries  1100-650*/
