ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  margin-bottom: 1rem;
}

.relative {
  position: relative;
}

/* menú  - nav*/
.nav-animated {

  background-color: var(--footer) !important;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  padding-top: .5625rem;
  /* justify-content: space-between !important; */
  /* height: 80px !important; */
  padding: 1.5rem 1rem !important;
}

.nav-item {
  font-family: 'Montserrat';
  font-weight: 400 !important;
  font-style: normal;
}

.nav-animated a,
.nav-animated a:link {
  color: #ffffff !important;
}

.nav-animated a:hover {
  color: var(--colorPrimary) !important;
}

/* .nav-animated .navbar-brand {
  display: block !important;
} */

@media screen and (max-width: 536px) {
  .nav-animated .navbar-brand img {
    width: 110px;
    height: auto;
  }


}

.nav {
  background: transparent;
  position: absolute;
  display: flex;
  left: 0%;
  top: 0%;
  right: 0%;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  padding: 1rem;
  /* height: 10%; */
  position: fixed;
  z-index: 2;
  transition: .5s all ease;
}

.nav .navbar-brand {
  /* display: none; */
  margin-right: auto;
}

.nav-item {
  display: flex;
  list-style: none;
  color: rgb(255, 255, 255);
  font-weight: 500;
  align-items: center;
  margin: 0;
  padding: 0 30px;
  /* width: 403px; */
  justify-content: space-evenly;
}

.nav-item li {
  cursor: pointer;
  margin-bottom: 0;
}

.nav-item li a,
.nav-item li a:link {
  color: rgb(255, 255, 255);
}

.nav-item li:hover a {
  color: var(--colorSecondary) !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(17, 17, 17);
}



li.menu {
  padding: .5rem;
  position: relative;
}

li.menu a {
  text-align: center;
  font-weight: 600;
}

#inicio::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: var(--colorSecondary);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s;
}

nav.nav-animated li.menu::before {
  background: var(--colorPrimary);
}

nav.nav-animated .nav-item li:hover a {
  color: var(--colorPrimary) !important;
}


li.menu:hover:before {

  width: 100%;

}


#menu-bar {
  display: none;
}

@media screen and (max-width: 900px) {
  /* .navbar-brand {
      display: none !important;
    } */

  .nav-item {
    display: none !important;
    /* width: 100%;
      padding: 0%;
      font-size: .89rem; */
  }

  #menu-bar {
    display: flex;
  }
}


#menu-bar:active {
  border-radius: 50%;
  background: #ffffff57;
  align-items: center;
  justify-content: center;
}

#menu-bar:active svg {
  transform: scale(.8);
}

/* end nav-menu */

/* car shopping */
.car-shopping {
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 50%;
  background: #ffffff54;
}

.car-shopping svg {
  fill: none;
  stroke: #fff;
  margin: auto;
  height: 22px;
  width: 22px;
}




.car-shopping:hover {
  cursor: pointer;
  stroke: var(--colorSecondary);
}

span.counter {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -3px;
  right: 0%;
  background: #e91e63;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  font-size: 80%;
}


/* end car shopping */


.li-active {
  animation: forwards;

}

/* animations menu */
.appear-animation {
  opacity: 0;
  transform: translateY(60px);
}

.appear-delay-2 {
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) .22s, opacity 1s cubic-bezier(.165, .84, .44, 1) .32s;
}

.appear-delay-3 {
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) .28s, opacity 1s cubic-bezier(.165, .84, .44, 1) .38s;
}

.appear-delay-4 {
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) .34s, opacity 1s cubic-bezier(.165, .84, .44, 1) .44s;
}

.appear-delay-2 {
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) .22s, opacity 1s cubic-bezier(.165, .84, .44, 1) .32s;
}

.appear-delay-5 {
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) .4s, opacity 1s cubic-bezier(.165, .84, .44, 1) .5s;
}

.appear-delay-6 {
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) .46s, opacity 1s cubic-bezier(.165, .84, .44, 1) .56s;
}

.appear-delay-7 {
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) .52s, opacity 1s cubic-bezier(.165, .84, .44, 1) .62s;
}

.appear-delay-8 {
  transition: transform 1s cubic-bezier(.165, .84, .44, 1) .58s, opacity 1s cubic-bezier(.165, .84, .44, 1) .68s;
}


nav.nav-animated .nav-item li:hover svg {
  stroke: var(--colorPrimary) !important;
}

.menu svg {
  width: 10px;
  height: 10px;
  stroke: white;

}


ul.submenu {
  position: absolute;
  left: 0;
  background: var(--footer);
  z-index: 1;
  /* width: 180px; */
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.26s ease;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.085) !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}

.width160 {
  /* width: 160px !important; */
}

.menu:hover>ul.submenu {
  transform: scaleY(1);
}

ul.submenu li {
  padding: 0.2rem 0.5rem;
}

ul.submenu li:hover {
  background: rgba(255, 255, 255, 0.137);

}

/* end animation menu */



/* swiper */

.modal .swiper-pagination-bullet {
  transform: scale(.5) !important;
}

.modal .mySwiper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal .mySwiper .swiper-slide {
  background-position: center;
  background-size: cover;
}

.modal .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
}

.modal .mySwiper {
  transform: scale(1.1);
}

.modal .swiper-pagination {
  width: 50% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.modal .mySwiper .swiper-slide {
  border-radius: 6px;
  box-shadow: -1px 2px 5px #57575799;
}

.modal .swiper-pagination-bullet-active {
  width: 20px !important;
  border-radius: 999px !important;

}

.modal .swiper-pagination-bullet {
  background: var(--swiper-pagination-color) !important;
}
.modal .swiper-button-next:after, .modal .swiper-button-prev:after {
font-size: 1.5rem;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #0000 !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}

.modal .swiper-horizontal>.modal .swiper-pagination-bullets,
.modal .swiper-pagination-bullets.swiper-pagination-horizontal,
.modal .swiper-pagination-custom,
.modal .swiper-pagination-fraction {
  bottom: 0% !important;
}

/* end swiper */


/* menu side */
.noscroll {
  overflow: hidden
}

.modal {
  background: #00000030;
  justify-content: end;
  display: none;
}

.modal.active {
  display: flex;
}

.menu-panel.show {
  right: 0;

}

.menu-panel {
  position: absolute;
  top: 0;
  height: 100%;
  right: -100%;
  width: 60vw;
  background: #fff;
  padding: 2rem 1rem;
  background: conic-gradient(at top right, #000, #575757);
  color: var(--colorPrimary);
  max-width: 300px;
  transition: all .4s ease;
  overflow-y: auto;
  overflow-x: hidden;
}

.menu-panel li {
  border-bottom: 1px solid #dcdcdc85;
  font-weight: 600;
}

.menu-panel li a {
  display: block;
  color: var(--colorPrimary);
}

.menu-panel button {
  border: none;
  font-size: inherit;
  color: var(--colorPrimary);
  background: #0000;
}

.menu-panel .show {
  opacity: 1;
  transform: translateY(0);
}

.collapsible-content.is-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s cubic-bezier(.25, .46, .45, .94), max-height .35s cubic-bezier(.25, .46, .45, .94);
  max-height: 600px;
}

.collapsible-content--all {
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  max-height: 0;
}

.collapsible-content {
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94), max-height .3s cubic-bezier(.25, .46, .45, .94);
}

.mobile-nav__social {
  list-style: none outside;
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  margin: 15px 0 20px;
}

.mobile-nav__social-item {
  flex: 0 1 33.33%;
  text-align: center;
  margin-bottom: 0;
  border-bottom: none !important;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
  transition: all .1s ease-in;
}

.collapsible-trigger.is-open .collapsible-trigger__icon>.icon-chevron-down {
  transform: scaleY(-1);
}



.mobile-nav__has-sublist,
.mobile-nav__link--button {
  display: flex;
}

.mobile-nav__link--button svg path {
  stroke: var(--colorPrimary);
}


.mobile-nav__link--button {
  width: 100%;
  text-align: left;
  padding: 0;
}

.mobile-nav__has-sublist>*,
.mobile-nav__link--button>* {
  flex: 1 1 auto;
  word-break: break-word;
}

/* end menu side */









/* aspect ratio */
.aspec-ratio {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.ratio16x9 {
  padding-top: calc(100% / (16/9));
}

.ratio16x9-responsive {
  padding-top: calc(100% / (16/9));
}
.ratio16x9-responsive2 {
  padding-top: calc(100% / (1920/700));
}

.ratio16x9-responsive3 {
  padding-top: calc(100% / (16/9));
}
@media(max-width:576px) {
  .ratio16x9-responsive3 {
    padding-top: 100%;
  }
 }

.ratio4x3 {
  padding-top: calc(100% / (4/3));
}


.ratio1x1 {
  padding-top: 100%;
}

.ratio2x3 {
  padding-top: calc(100% / (2/3));
}

.ratio-responsive {
  width: 100%;
  height: 100vh;
}


@media(max-width:896px) {
  .ratio-responsive {
    padding-top: 100%;
  }
}

@media(max-width:896px){
  .ratio16x9-responsive2 {
    padding-top: 0;
    height: 100vh;
  }

}


.ratio_img {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

}


/* scroll */
@media screen and (min-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1) {
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    min-height: 200px;
    background:  radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
  }
}

/* swal2 */
.swal2-html-container {
  margin: 0 !important;
}

.swal2-close {
  outline: 0;
  box-shadow: none !important;
  background: white;
  border-radius: 50%;
  color: rgb(207, 6, 130);
}

/* end swal2 */

.note-success {
  background-color: #e91e63a6;
  border-color: rgb(255, 255, 255);
}