/* CSS Document */

body {
  font-family: 'Montserrat';
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000;
  text-decoration: none;
}

#head {
  border-bottom: solid 1px var(--four);
  width: 100%;
  height: auto;
  transition: .5s;
  background: var(--three);
}

#promotion {
  width: 100%;
  height: auto;
  background-color: var(--two);
  padding: 6px;
  color: #fff;
  font-family: 'Baloo Thambi 2';
  font-weight: 500;
  font-size: 12px;
}

#btn__menu {
  width: 65px;
  height: 65px;
  margin: 10px;
}

.hamburguer {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hamRotate.active {
  transform: rotate(0deg);
}

.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: white;
  stroke-width: 5.5;
}

.menuefect .top {
  stroke-dasharray: 40 139;
}

.menuefect .bottom {
  stroke-dasharray: 40 180;
}

.menuefect.active .top {
  stroke-dashoffset: -98px;
}

.menuefect.active .bottom {
  stroke-dashoffset: -138px;
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ham2 .top {
  stroke-dasharray: 47 121;
}

.ham2 .middle {
  stroke-dasharray: 47 140;
  stroke-dashoffset: -102px;
}

.ham2 .bottom {
  stroke-dasharray: 47 121;
}

.ham2.active .top {
  stroke-dashoffset: -85px;
}

.ham2.active .middle {
  stroke-dashoffset: 0px;
}

.ham2.active .bottom {
  stroke-dashoffset: -84px;
}

#isologo {
  display: none;
  transition: .3s;
}

@media (min-width:992px) {
  #isologo {
    display: flex;
  }
}

#isotipo {
  display: flex;
  transition: .3s;
}

@media (min-width:992px) {
  #isotipo {
    display: none;
  }
}

#btn__bag {
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: white;
  margin: 10px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#btn__bag .iconify {
  position: absolute;
  margin: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

#btn__bag .acount-shop {
  position: absolute;
  font-size: 13px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  top: 6px;
}

.menu {
  width: 100%;
  height: 40px;
  background: var(--three);
}

.btn__nav {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 10px;
  padding: 5px;
  letter-spacing: 1px;
  font-weight: 400;
  color: white;
}

.btn__nav:hover:before, .btn__nav:focus:before, .btn__nav:active:before {
  left: 0;
  right: 0;
}

.btn__nav:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 2px;
  background: var(--one);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.submenu {
  width: 100%;
  background-color: #f9f9f9;
}

.all-menu {
  width: 100%;
  height: 0;
  transition: opactity 3s ease-in;
  overflow: hidden;
  background-color: var(--three);
}

#nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 20px 60px 0px;
  overflow: auto;
  z-index: 9999;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  /*visibility: hidden; 
  opacity: 0;*/
}

#nav.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.8s;
  /*opacity: 1;
  visibility: visible; */
}


.active #nav-menu .efect-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.efect-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  height: 100%;
}

.active #nav-menu #efect-menu #btn-close-menu {
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-0deg);
}

@media (min-width: 300px) {
  #nav-menu {
    width: 100%;
    background: var(--three);
    height: 100vh;
    padding: 30px;
  }
}

@media (min-width: 768px) {
  #nav-menu {
    width: 66%;
    height: 100vh;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  #nav-menu {
    width: 50%;
  }
}

.scroll-menu-mobile {
  overflow: scroll;
}

.outer {
  position: relative;
  margin: auto;
  width: 30px;
  margin-top: 200px;
  cursor: pointer;
}

.inner {
  width: inherit;
  text-align: center;
}

.outer label {
  font-size: 8px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--one);
  transition: .3s;
  opacity: 0;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
}

.inner:before, .inner:after {
  position: absolute;
  content: '';
  height: 4px;
  width: inherit;
  background: var(--one);
  left: 0;
  transition: .3s;
}

.inner:before {
  top: 44%;
  transform: rotate(45deg);
}

.inner:after {
  bottom: 44%;
  transform: rotate(-45deg);
}

.outer:hover label {
  opacity: 1;
}

.outer:hover .inner:before, .outer:hover .inner:after {
  transform: rotate(0);
}

.outer:hover .inner:before {
  top: 0;
}

.outer:hover .inner:after {
  bottom: 0;
}

.nav__social__media img {
  width: 35px;
  height: 35px;
  margin: 10px;
}

.feet {
  padding: 0 0 20px 0;
  font-size: 12px;
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
}

.btn-product img {
  width: 100px;
  height: 100px;
  margin: 20px 20px 0px 20px;
  object-fit: cover;
  margin-bottom: 10px;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-color: light;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
}

@media (min-width: 768px) {
  .scrolling-wrapper {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
}

.scrolling-wrapper > div {
  scroll-snap-align:inherit;
  scroll-snap-stop: always;
}

.scrolling-wrapper::-webkit-scrollbar {
  width: auto;
  height: 1px !important;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  background: transparent;
}

#shopping-cart {
  display: block;
  width: 95%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: var(--three);
  padding: 30px;
  overflow: auto;
  z-index: 9999;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  color: white;
  /*visibility: hidden;
  opacity: 0;*/
}

#shopping-cart.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  transition-timing-function: ease, ease;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.26, 1);
  /*visibility: visible;
  opacity: 1;*/
}


@media (min-width: 300px) {
  #shopping-cart {
    width: 95%;
    height: 100vh;
    padding: 30px;
  }
}

@media (min-width: 768px) {
  #shopping-cart {
    width: 66%;
  }
}

@media (min-width: 992px) {
  #shopping-cart {
    width: 33%;
  }
}

#shopping-cart .efect-shop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#shopping-cart.active .efect-shop {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.btn__close__right {
  rotate: 180deg;
}

.section {
  width: 100%;
  height: 1000px;
}

.footer__logotype img {
  width: 150px;
  height: auto;
}

.footer__social__media img {
  height: 40px;
  width: 40px;
  margin: 10px;
}

@media (min-width:992px) {
  .footer__social__media img {
    height: 40px;
    width: 40px;
    margin: 10px 20px 10px 0;
  }
}

.footer__social__media a {
  opacity: 1;
  transition: .3s;
}

.footer__social__media a:hover {
  opacity: .85;
}

.link {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 0;
  letter-spacing: 1px;
  font-weight: 400;
}

.link:hover:before, .link:focus:before, .link:active:before {
  left: 0;
  right: 0;
}

.link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 2px;
  background: var(--one);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn__footer {
  font-weight: 400;
}

@media (min-width:768px) {
  .btn__footer {
    font-weight: 400;
  }
}

.icons__pay {
  padding: 50px 10px 30px 10px;
  color: #999;
  font-size: 10px;
  letter-spacing: 1px;
}

.icons__pay img {
  height: 25px;
  width: auto;
  margin: 15px;
}

@media (min-width:768px) {
  .icons__pay img {
    height: 25px;
    width: auto;
    margin: 15px;
  }
}

.links__footer {
  flex-direction: column;
}

.feet-footer {
  padding: 10px 30px 30px 30px;
  font-size: 12px;
  color: white;
  letter-spacing: 1px;
  font-weight: 400;
}

footer {
  border-top: solid 1px var(--four);
  padding-top: 50px;
  background: var(--three);
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0px;
  color: white;
}

.search {
}

.search input {
  background: none;
  border: none;
  outline: none;
  width: 28px;
  min-width: 0;
  padding: 0;
  z-index: 1;
  position: relative;
  line-height: 18px;
  margin: 5px 0;
  font-size: 16px;
  -webkit-appearance: none;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  cursor: pointer;
  color: white;
}

.search input + div {
  position: relative;
  height: 35px;
  width: 100%;
  margin: -28px 0 0 0;
}

.search input + div svg {
  display: block;
  position: absolute;
  height: 35px;
  width: 300px;
  right: 0;
  top: 0;
  fill: none;
  stroke: white;
  stroke-width: 3px;
  stroke-dashoffset: 360;
  stroke-dasharray: 59 300;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.search input:not(:placeholder-shown), .search input:focus {
  width: 300px;
  padding: 0 4px;
  cursor: text;
}

.search input:not(:placeholder-shown) + div svg, .search input:focus + div svg {
  stroke-dasharray: 300 60;
  stroke-dashoffset: 300;
}

.search input:focus + div svg {
  stroke-dasharray: 300 62;
  stroke-dashoffset: 300;
}

::selection {
  background: rgba(#fff, .2);
}

::-moz-selection {
  background: rgba(#fff, .2);
}

.close__popup {
  cursor: pointer;
}

.btn__close__up {
  rotate: 90deg;
  background-color: var(--one);
  border-radius: 50%;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.btn__close__popup {
  position: relative;
  width: 100%;
  z-index: 1;
  top: -37px;
}

.popup__art {
  padding: 0;
}

.popup__art img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  background-position: center;
}

.popup__copy {
  font-size: 20px;
  font-weight: 400;
  color: black;
  padding: 0 30px;
  position: relative;
  margin-top: -25px;
  letter-spacing: .5px;
}

#popup__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(1 57 96 / 90%);
  z-index: 9999;
  top: 0;
  left: 0;
}

#popup__modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#popup__modal.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#popup__content {
  width: 80%;
  height: auto;
  background-color: white;
  position: relative;
}

@media (min-width:576px) {
  #popup__content {
    width: 350px;
  }
}

@media (min-width:992px) {
  #popup__content {
    width: 400px;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.active .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

#mc_embed_signup {
  width: 100%;
}

.mc-field-group input {
  width: 300px;
  height: 40px;
  border: hidden;
  border-bottom: solid 2px var(--one);
  padding-left: 5px;
  font-size: 14px;
  text-align: center;
}

.mc-field-group input::placeholder {
  color: var(--one);
  padding-left: 5px;
  text-align: center;
}

#mc_embed_signup div.mce_inline_error {
  margin: 5px 0 !important;
  padding: 0 30px !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  z-index: 1 !important;
  color: red !important;
  width: 100% !important;
  text-align: center !important;
}

#mc_embed_signup input.mce_inline_error {
  border-color: var(--one) !important;
}

#mc-embedded-subscribe {
  width: 300px;
  height: 35px;
  background-color: var(--one);
  border: solid 2px var(--one);
  color: white;
  font-size: 16px;
  margin: 20px 0 15px 0;
  transition: .3s;
  cursor: pointer;
}

#mc-embedded-subscribe:hover {
  width: 300px;
  height: 35px;
  background-color: white;
  border: solid 2px var(--one);
  font-size: 16px;
  margin: 20px 0 15px 0;
  color: var(--one);
}

#mce-error-response, #mce-success-response {
  color: black !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  margin-top: 5px;
  padding: 0 30px !important;
}

#mce-error-response a, #mce-success-response a {
  color: var(--one) !important;
  text-decoration: underline;
}

.link__footer {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 5px 0;
  padding: 5px 0;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
}

.link__footer:hover:before, .link__footer:focus:before, .link__footer:active:before {
  left: 0;
  right: 0;
}

.link__footer:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 2px;
  background: var(--one);
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

@media (min-width:992px) {
  .link__footer {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    color: white;
    margin: 10px 0px;
    font-size: 14px;
    cursor: pointer;
  }
}

@media (min-width:992px) {
  .link__footer:hover:before, .link__footer:focus:before, .link__footer:active:before {
    right: 0;
  }
}

@media (min-width:992px) {
  .link__footer:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: var(--one);
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
}

.efect_btn {
  background-color: transparent;
  color: white;
  text-decoration: none;
  background-image: linear-gradient(var(--one),var(--one));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .5s;
  padding-bottom: 2px;
  font-size: 14px;
}

.btn-product {
  margin-bottom: 15px;
}

.area-buttons a:hover div >  .efect_btn {
  background-size: 100% 2px;
  color: white;
}

.nav__menu a, .link__footer {
  color: white;
}

.nav__menu a:hover, .link__footer:hover {
  color: white;
}

.whatsapp a {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 45px;
  background: #25d366;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 9px rgba(0 0 0 / 20%);
  z-index: 9991;
  opacity: .7;
  transition: .3s ease;
}

.whatsapp a:hover {
  color: white;
  opacity: 1;
}

#logotype {
  padding: 10px;
  display: flex;
  justify-content: center;
}

#logotype a{
  display: flex;
  justify-content: center;
}

/* ---  */

#search-mobile button{
  background: transparent;
  width: 50px !important;
  height: 50px !important;
  font-size: 25px;
  display: block;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}