@charset "UTF-8";
/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist.ttf");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100%;
  font-family: "Urbanist";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  overflow-x: hidden !important;
  max-width: 100vw !important;
  background-color: #fff;
  padding: 0px;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.flex1 {
  order: 1;
  animation: bounceIn;
  animation-duration: 1s;
}

.flex2 {
  order: 2;
  animation: bounceIn;
  animation-duration: 1.5s;
}

.flex3 {
  order: 3;
  animation: bounceIn;
  animation-duration: 2s;
}

.flex4 {
  order: 4;
  animation: bounceIn;
  animation-duration: 2.5s;
}

.flex5 {
  order: 5;
  animation: bounceIn;
  animation-duration: 3s;
}

.title {
  height: 40px;
  width: 410px;
  color: #000000;
  font-family: " Urbanist";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 29px;
  text-align: center;
}

.breadcrumbs {
  height: 20px;
  width: 410px;
  color: #8c8181;
  font-family: "Urbanist";
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 14px;
  text-align: center;
}

.paragraph {
  height: 400px;
  width: 630px;
  color: #8c8181;
  font-family: "Urbanist";
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 25px;
}

.category {
  height: 20px;
  width: 300px;
  color: #8c8181;
  font-family: "Urbanist";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 14px;
}

.description {
  height: 50px;
  width: 410px;
  color: #000000;
  font-family: "Urbanist";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.btnShop {
  height: 30px;
  width: 148px;
  display: inline-flex;
  align-items: center;
  justify-items: center;
  transition: 0.35s ease-in-out;
  overflow: hidden;
}
.btnShop a {
  text-decoration: none;
  transition: 0.35s ease-in-out;
  width: 30px;
  height: 30px;
  border-radius: 10000px;
  background-color: #8c8181 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  text-overflow: clip;
}
.btnShop a i {
  transition: 0.35s ease-in-out;
  color: #f2f0f1 !important;
}
.btnShop a p {
  position: absolute;
  color: #8c8181 !important;
  font-family: "Urbanist";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  transition: 0.35s ease-in-out;
  line-break: strict;
  opacity: 0;
  display: none;
}
.btnShop p {
  width: 110px;
  margin: unset;
  color: #8c8181 !important;
  font-family: "Urbanist";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  transition: 0.35s ease-in-out;
  display: flex;
}
.btnShop:hover a {
  width: 148px;
}
.btnShop:hover a i {
  transition: 0.35s ease-in-out;
  color: #f2f0f1 !important;
}
.btnShop:hover a p {
  position: relative;
  margin: unset;
  color: #f2f0f1 !important;
  display: flex;
  opacity: 1;
}
.btnShop:hover p {
  position: absolute;
  display: none;
}

.btnSeeMore {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  background-color: #8c8181 !important;
  color: #fff !important;
  border-radius: 1000px;
  padding: 5px;
  width: 125px;
  font-size: 16px !important;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  align-self: flex-end;
  transition: 0.35s ease-in-out;
}
.btnSeeMore:hover {
  background-color: #f2dce0 !important;
  color: #8c8181 !important;
}

.paginador {
  height: 20px;
  position: absolute;
  left: 75px;
  bottom: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginador i {
  color: #f2f0f1;
  opacity: 0.75;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: unset;
  margin-bottom: unset;
  transition: 0.35s ease-in-out;
}
.paginador i:hover {
  cursor: pointer;
  opacity: 1;
}
.paginador p {
  color: #ffffff;
  font-family: "Urbanist";
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1.25px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: unset;
  margin-bottom: unset;
  text-align: center;
}
.paginador div {
  height: 1px;
  background-color: #8c8181 !important;
  width: 200px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: unset;
  margin-bottom: unset;
}
.paginador div span {
  height: 1px;
  border: 1px solid #f2f0f1;
  background-color: #f2f0f1;
  display: inline-block;
  position: absolute;
  transition: 0.35s ease-in-out;
  width: 66.66px;
}

.contenedorTitulo {
  position: relative;
  padding: 75px !important;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}

.tituloSeccion {
  display: flex;
  align-items: center;
  padding: 0px;
}
.tituloSeccion span {
  display: block;
  height: 1px;
  width: 80px;
  background-color: #8c8181 !important;
  border: 1px solid #8c8181;
  margin-right: 30px !important;
}
.tituloSeccion h2 {
  margin: unset;
  color: #000000;
  font-family: "Urbanist";
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 29px;
  text-align: center;
}

.handle {
  display: flex;
  float: right;
  text-align: right;
  font-size: 24px;
  text-decoration: none;
  color: #000 !important;
  font-weight: 500;
}
.handle:hover {
  cursor: pointer;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.paginador {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
}

.contenedorRegistro {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .contenedorTitulo {
    position: relative;
    padding: 75px !important;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tituloSeccion {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .tituloSeccion span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #8c8181 !important;
    border: 1px solid #8c8181;
    margin-right: 30px !important;
  }
  .tituloSeccion h2 {
    padding: 9px;
    margin: unset;
    color: #000000;
    font-family: "Urbanist";
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 29px;
    text-align: center;
  }

  .handle {
    display: flex;
    float: none;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    color: #000 !important;
    font-weight: 500;
  }
  .handle:hover {
    cursor: pointer;
  }

  .btnSeeMore {
    position: relative;
    display: inline-flex;
    text-decoration: none;
    background-color: #8c8181 !important;
    color: #fff !important;
    border-radius: 1000px;
    padding: 5px;
    width: 125px;
    font-size: 16px !important;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-self: center;
    transition: 0.35s ease-in-out;
  }
  .btnSeeMore:hover {
    background-color: #f2dce0 !important;
    color: #8c8181 !important;
  }
}
.contenedorProductos {
  padding: 75px !important;
}

.grid-product__title-inner {
  font-size: 16px !important;
}
.grid-product__title-inner:hover {
  color: #000 !important;
}

.grid-product__wrap-inner:hover .grid-product__title-inner {
  color: #000 !important;
}

.grid-product__price-value {
  font-size: 16px !important;
  color: #594f4f !important;
}

.ec-minicart__icon {
  color: #f2dce0 !important;
}
.ec-minicart__icon path {
  stroke: #f2dce0 !important;
}

.icon-default {
  color: #f2dce0 !important;
}

.ecwid-search-widget {
  border: none !important;
  display: flex;
  flex-direction: row;
  justify-content: start;
  width: 500px !important;
  border: none !important;
}

.ecwid-search-widget__btn {
  display: flex;
  flex-flow: row;
  float: left;
}

.ecwid-search-widget__input {
  box-shadow: none !important;
  border: none !important;
  display: flex;
  float: right;
}

#controlPlus {
  display: flex;
  width: 100%;
  justify-content: end;
  padding: 5px;
  margin-bottom: 25px;
}

#closeMyAccount {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #8c8181 !important;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  background-color: #f2dce0 !important;
}
#closeMyAccount a {
  text-decoration: none;
  color: #8c8181 !important;
  padding: 0px;
}

.floatContainer {
  position: relative;
  z-index: 500;
  display: flex;
  flex-direction: column;
  top: 125px;
}
.floatContainer .ec-store__content-wrapper {
  padding: 50px !important;
}

.form-control__inline-label * {
  border-radius: 1000px !important;
}

.product-details__sidebar {
  font-family: "Urbanist";
}

.form-control__radio:checked ~ .form-control__inline-label label {
  border-color: #f2dce0 !important;
  background-color: #f2dce0 !important;
  color: #fff;
}

.form-control--checkbox-button .form-control__radio:checked ~ .form-control__inline-label label {
  background-image: linear-gradient(135deg, #f2dce0 30%, rgba(206, 206, 206, 0.3) 50%, #f4d8dd 50%) !important;
  background-position: -150%;
  background-size: 400%;
}

.form-control__button {
  background-color: #f2dce0 !important;
  color: #8c8181 !important;
}
.form-control__button:hover {
  color: #fff !important;
  background-color: #594f4f !important;
}

.ec-header-h3 {
  text-transform: uppercase;
}

.ecsp-title {
  padding: 0px !important;
  text-align: left;
  font-size: 16px !important;
  margin: 0px !important;
}

.ecsp-price {
  text-align: left;
  margin: 0px !important;
  font-size: 16px !important;
}

.grid-category:nth-child(n+1) {
  width: 16.6% !important;
}

.ec-loader-wrapper {
  width: 90%;
  margin-left: 5% !important;
}

@media screen and (max-width: 768px) {
  .grid-category:nth-child(n+1) {
    width: 100% !important;
    min-height: 400px !important;
    max-height: 400px !important;
  }

  .ecwid-search-widget {
    border: none !important;
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 300px !important;
    border: none !important;
  }
}
/*==============================================*/
/*                 MENÚ PRINCIPAL               */
/*==============================================*/
.navbar {
  transition: 0.35s ease-in-out;
}

.menuSuperior {
  padding: 25px !important;
  background-color: #fff !important;
  z-index: 10;
}

.onTop {
  opacity: 1;
}

.scrolling {
  opacity: 1;
  margin-top: -200px !important;
}

.hideNav {
  margin-top: 25px !important;
}

.fadeScreen {
  transition: 0.35s ease-in-out;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
}

.fadeScreenActive {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.6);
}

.navbar-brand {
  position: absolute;
  display: block;
  top: 25px;
}

.dropdown-menu .dropdown-item {
  color: #f2f0f1 !important;
  font-family: "Urbanist";
  font-size: 16px !important;
}

.navbar-nav {
  float: right;
}
.navbar-nav li {
  color: #000 !important;
  padding: 9px;
}
.navbar-nav li:hover {
  color: #594f4f !important;
}
.navbar-nav .linkMenu {
  letter-spacing: 0px;
  font-family: "Urbanist";
  font-size: 16px !important;
  color: #000 !important;
  transition: 0.25s ease-in-out;
}
.navbar-nav .linkMenu:hover {
  color: #594f4f !important;
  cursor: pointer;
  font-family: "Urbanist";
}

.activo {
  color: #594f4f !important;
}

.subMenu {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff !important;
  padding: 50px !important;
  width: 100%;
  font-size: 16px !important;
  list-style: none;
}

.help {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.help ul {
  list-style: none;
}
.help li {
  padding: 9px;
  text-align: center;
  text-align: left;
}
.help a {
  color: #594f4f !important;
  text-decoration: none;
  font-size: 16px !important;
}
.help a:hover {
  cursor: pointer;
  color: #000 !important;
}
.help .liHeader {
  padding-top: 0px !important;
  color: #594f4f;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.help i {
  margin-right: 25px;
}

.search {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
}

#menuColapsable {
  width: 100%;
}

.categoriasMenu ul {
  display: inline-flex;
  list-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
}
.categoriasMenu ul li {
  margin-left: 30px;
  margin-right: 30px;
  transition: 0.35s ease-in-out;
  width: 190px;
  height: 190px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f0f1 !important;
  display: flex;
  flex-flow: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.categoriasMenu ul li a {
  width: 100%;
  height: 100%;
  display: contents;
  flex-flow: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 50px !important;
}
.categoriasMenu ul li svg {
  transition: 0.35s ease-in-out;
  width: 37px;
  fill: #f2dce0;
}
.categoriasMenu ul li h2 {
  width: 100%;
  color: #030303;
  font-family: "Urbanist";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  transition: 0.35s ease-in-out;
}

#contenedorPie {
  padding: 0px;
}

.contenedorSitemap {
  padding: 75px !important;
}

.logoFooter img {
  width: 75%;
  margin-left: 15%;
}

.siteMap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.siteMap ul {
  list-style: none;
}
.siteMap li {
  padding-top: 15px;
  margin-bottom: 15px;
}
.siteMap .liHeader {
  padding-top: 0px !important;
  color: #594f4f;
  font-family: "Urbanist";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.siteMap .linkSM {
  color: #8c8181;
  font-family: "Urbanist";
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
}

.copyright {
  display: flex;
  align-items: center;
  background-color: #f2dce0 !important;
  padding-left: 75px !important;
  padding-right: 75px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.copyright p {
  margin: unset;
  width: 80%;
  font-size: 12px !important;
}
.copyright ul {
  padding: 0px;
  width: 20%;
  display: inline-flex;
  justify-content: end;
  list-style: none;
}
.copyright ul li {
  width: 40px;
  color: #8c8181 !important;
  text-align: center;
}
.copyright ul li a {
  color: #8c8181 !important;
  text-decoration: none;
  font-size: 12px !important;
}

@media screen and (max-width: 768px) {
  /*==============================================*/
  /*                 MENÚ PRINCIPAL               */
  /*==============================================*/
  .menuSuperior {
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px;
    padding: 14px !important;
    background-color: #fff !important;
    z-index: 10;
  }

  .navbar-toggler {
    float: right !important;
  }

  .fadeScreen {
    transition: 0.35s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
  }

  .fadeScreenActive {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .navbar-brand {
    position: relative;
    top: 0px;
  }
  .navbar-brand img {
    height: 35px !important;
  }

  .navbar-toggler-icon {
    background-image: none !important;
    color: #f2dce0 !important;
  }

  .dropdown-menu .dropdown-item {
    color: #f2f0f1 !important;
    font-family: "Urbanist";
    font-size: 16px !important;
  }

  .navbar-nav {
    float: left;
    width: 100% !important;
    height: auto;
    padding: 0px !important;
    min-height: auto;
    overflow: hidden;
  }
  .navbar-nav li {
    color: #000 !important;
    padding: 9px;
    border-bottom: solid 1px;
    border-bottom-color: #594f4f !important;
    width: 100%;
    height: fit-content;
  }
  .navbar-nav li:hover {
    color: #594f4f !important;
  }
  .navbar-nav .linkMenu {
    letter-spacing: 0px;
    font-family: "Urbanist";
    font-size: 16px !important;
    color: #000 !important;
    transition: 0.25s ease-in-out;
    height: auto;
  }
  .navbar-nav .linkMenu:hover {
    color: #594f4f !important;
    cursor: pointer;
    font-family: "Urbanist";
  }

  .activo {
    color: #594f4f !important;
  }

  .subMenu {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #fff !important;
    padding: 50px !important;
    width: 100%;
    font-size: 16px !important;
    list-style: none;
  }

  .help {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .help ul {
    list-style: none;
  }
  .help li {
    padding: 9px;
    text-align: center;
    text-align: left;
  }
  .help a {
    color: #594f4f !important;
    text-decoration: none;
    font-size: 16px !important;
  }
  .help a:hover {
    cursor: pointer;
    color: #000 !important;
  }
  .help .liHeader {
    padding-top: 0px !important;
    color: #594f4f;
    font-family: "Urbanist";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .help i {
    margin-right: 25px;
  }

  .search {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
  }

  #menuColapsable {
    width: 100%;
  }

  .categoriasMenu ul {
    width: 100%;
    display: inline-flex;
    list-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px !important;
    width: 300px;
  }
  .categoriasMenu ul li {
    margin-left: 0px;
    margin-right: 0px;
    transition: 0.35s ease-in-out;
    width: 100% !important;
    height: 40px;
    border-style: none;
    border-width: 1px;
    border-color: #f2f0f1 !important;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .categoriasMenu ul li a {
    width: 100%;
    height: 100%;
    display: contents;
    flex-flow: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 50px !important;
  }
  .categoriasMenu ul li svg {
    transition: 0.35s ease-in-out;
    width: 37px;
    fill: #f2dce0;
  }
  .categoriasMenu ul li h2 {
    width: 100%;
    color: #030303;
    font-family: "Urbanist";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    transition: 0.35s ease-in-out;
  }

  #contenedorPie {
    padding: 0px;
  }

  .contenedorSitemap {
    padding: 75px !important;
  }

  .logoFooter img {
    width: 75%;
    margin-left: 15%;
  }

  .siteMap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .siteMap ul {
    list-style: none;
  }
  .siteMap li {
    padding-top: 15px;
    margin-bottom: 15px;
  }
  .siteMap .liHeader {
    padding-top: 0px !important;
    color: #594f4f;
    font-family: "Urbanist";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .siteMap .linkSM {
    color: #8c8181;
    font-family: "Urbanist";
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
  }

  .copyright {
    display: flex;
    align-items: center;
    background-color: #f2dce0 !important;
    padding-left: 75px !important;
    padding-right: 75px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .copyright p {
    margin: unset;
    width: 80%;
    font-size: 12px !important;
  }
  .copyright ul {
    padding: 0px;
    width: 20%;
    display: inline-flex;
    justify-content: end;
    list-style: none;
  }
  .copyright ul li {
    width: 40px;
    color: #8c8181 !important;
    text-align: center;
  }
  .copyright ul li a {
    color: #8c8181 !important;
    text-decoration: none;
    font-size: 12px !important;
  }
}
#bannerTop {
  min-height: 300px !important;
  padding: 0px;
}
#bannerTop .imgBanner {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 0px;
}
#bannerTop .imgBanner img {
  width: 100%;
}
#bannerTop .dataBanner {
  background-color: #f2f0f1 !important;
  padding: 75px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bannerTop .dataBanner h3 {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#bannerTop .dataBanner h2 {
  font-size: 24px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#bannerTop .dataBanner p {
  font-size: 16px !important;
}

.contenedorCategorias {
  padding: 75px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categorias {
  display: inline-flex;
  list-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
}
.categorias div {
  margin-left: 30px;
  margin-right: 30px;
  transition: 0.35s ease-in-out;
  width: 190px;
  height: 190px;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f0f1 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.categorias div a {
  width: 100%;
  height: 100%;
  display: contents;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 50px !important;
}
.categorias div svg {
  transition: 0.35s ease-in-out;
  width: 37px;
  fill: #f2dce0;
}
.categorias div h2 {
  width: 100%;
  color: #030303;
  font-family: "Urbanist";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  transition: 0.35s ease-in-out;
}

.categoriaFocus {
  border-width: 0px !important;
  background-color: #f2dce0 !important;
  cursor: pointer;
}
.categoriaFocus svg {
  fill: #000 !important;
}
.categoriaFocus h2 {
  font-weight: 700 !important;
  letter-spacing: 3px !important;
}

.contenedorControladorCategorias {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.controladorCategorias {
  display: inline-flex;
  list-style: none;
  justify-content: space-evenly;
  align-items: center;
  width: 320px !important;
}
.controladorCategorias i {
  color: #f2dce0 !important;
  cursor: pointer;
}

.discActivo div {
  border-color: #f2dce0 !important;
  background-color: #f2dce0 !important;
}

.discCategoria div {
  cursor: pointer;
  transition: 0.35s ease-in-out;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  border-style: solid;
  border-color: #000;
  border-width: 1px;
  overflow: hidden !important;
}

#contBannerPromo {
  max-height: 550px !important;
  padding: 75px !important;
}
#contBannerPromo .imgBanner {
  padding: 0px;
  position: relative;
  overflow: hidden;
  max-height: 400px !important;
}
#contBannerPromo .imgBanner img {
  width: 100%;
}
#contBannerPromo .dataBanner {
  background-color: #f2f0f1 !important;
  padding: 75px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contBannerPromo .dataBanner h3 {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#contBannerPromo .dataBanner h2 {
  font-size: 24px !important;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#contBannerPromo .dataBanner p {
  font-size: 16px !important;
}
#contBannerPromo .dataBanner ul {
  display: inline-flex;
  align-items: center;
  list-style: none;
  width: 100%;
  margin-top: 30px;
  padding: 0px;
}
#contBannerPromo .dataBanner ul li {
  margin-right: 17px;
}
#contBannerPromo .dataBanner ul li div {
  padding: 1px;
  background-color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 100000px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#contBannerPromo .dataBanner ul li div span {
  display: inline-block;
  background-color: #f2dce0 !important;
  width: 10px;
  height: 10px;
  border-radius: 1000000px;
}
#contBannerPromo .dataBanner ul li:hover {
  cursor: pointer;
}

.circleActivo div {
  border: 2px solid;
}

.carruselInstagram {
  padding: 75px !important;
}
.carruselInstagram ul {
  display: flex;
  padding: 0px;
  list-style: none;
}
.carruselInstagram ul li {
  overflow: hidden;
  width: 25%;
}
.carruselInstagram ul li img {
  padding: 15px;
  width: 100%;
  transition: 0.35s ease-in-out;
}

.focusImg img {
  cursor: pointer;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.slider {
  width: 100%;
  max-width: 100vw !important;
  height: 400px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.slider::-webkit-scrollbar {
  display: none;
}

.slider .slide {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
  display: flex;
  position: absolute;
  left: 0;
  transition: 0.3s left ease-in-out;
}

.slider .item {
  margin-right: 10px;
}

.slider .item:last-child {
  margin-right: 0;
}

.ctrl-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  max-width: 40px !important;
  min-height: 400px !important;
  color: #000 !important;
  border: none;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  outline: none;
  z-index: 3;
}

.pro-prev {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
  left: 0px;
}

.pro-next {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, rgb(255, 255, 255) 100%);
  right: 0;
}

@media screen and (max-width: 768px) {
  #bannerTop {
    min-height: 300px !important;
    padding: 0px;
  }
  #bannerTop .imgBanner {
    position: relative;
    overflow: hidden;
    padding: 0px;
  }
  #bannerTop .imgBanner img {
    width: 100%;
  }
  #bannerTop .dataBanner {
    background-color: #f2f0f1 !important;
    padding: 75px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #bannerTop .dataBanner h3 {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  #bannerTop .dataBanner h2 {
    font-size: 24px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  #bannerTop .dataBanner p {
    font-size: 16px !important;
  }

  .contenedorCategorias {
    padding: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .categoriaFocus {
    border-width: 0px !important;
    background-color: #f2dce0 !important;
    cursor: pointer;
  }
  .categoriaFocus svg {
    fill: #000 !important;
  }
  .categoriaFocus h2 {
    font-weight: 700 !important;
    letter-spacing: 3px !important;
  }

  .slider {
    overflow: hidden !important;
  }

  #contBannerPromo {
    max-height: 550px !important;
    padding: 75px !important;
  }
  #contBannerPromo .imgBanner {
    padding: 0px;
    position: relative;
    overflow: hidden;
    max-height: 400px !important;
  }
  #contBannerPromo .imgBanner img {
    margin-top: -100px;
    width: 100%;
  }
  #contBannerPromo .dataBanner {
    background-color: #f2f0f1 !important;
    padding: 75px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contBannerPromo .dataBanner h3 {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  #contBannerPromo .dataBanner h2 {
    font-size: 24px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  #contBannerPromo .dataBanner p {
    font-size: 16px !important;
  }
  #contBannerPromo .dataBanner ul {
    display: inline-flex;
    align-items: center;
    list-style: none;
    width: 100%;
    margin-top: 30px;
    padding: 0px;
  }
  #contBannerPromo .dataBanner ul li {
    margin-right: 17px;
  }
  #contBannerPromo .dataBanner ul li div {
    padding: 1px;
    background-color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 100000px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contBannerPromo .dataBanner ul li div span {
    display: inline-block;
    background-color: #f2dce0 !important;
    width: 10px;
    height: 10px;
    border-radius: 1000000px;
  }

  .circleActivo div {
    border: 2px solid;
  }

  .carruselInstagram {
    padding: 10px !important;
  }
  .carruselInstagram ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    list-style: none;
  }
  .carruselInstagram ul li {
    overflow: hidden;
    width: 100%;
  }
  .carruselInstagram ul li img {
    padding: 15px;
    width: 100%;
    transition: 0.35s ease-in-out;
  }

  .focusImg img {
    cursor: pointer;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#contenedorTopSeccion {
  background-color: #f2f0f1 !important;
}

.contenidoTopSeccion {
  min-height: 270px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.contenidoTopSeccion h1 {
  margin-top: 50px;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}
.contenidoTopSeccion ul {
  padding: 0px !important;
  flex-direction: row;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.contenidoTopSeccion li {
  text-align: center;
  padding: 9px;
  letter-spacing: 1.5px;
}
.contenidoTopSeccion a {
  text-align: center;
  color: #594f4f !important;
  text-decoration: none;
}

#contenedorAboutUs {
  padding: 75px !important;
  height: auto;
}

.contenidoAboutUs {
  padding: 75px !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contenidoAboutUs img {
  width: 441px;
}
.contenidoAboutUs p {
  padding: 50px !important;
  text-align: left;
  line-height: 25px;
  font-size: 16px !important;
}

@media screen and (max-width: 768px) {
  #contenedorTopSeccion {
    background-color: #f2f0f1 !important;
  }

  .contenidoTopSeccion {
    min-height: 270px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }
  .contenidoTopSeccion h1 {
    margin-top: 50px;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
  }
  .contenidoTopSeccion ul {
    padding: 0px !important;
    flex-direction: row;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
  .contenidoTopSeccion li {
    text-align: center;
    padding: 9px;
    letter-spacing: 1.5px;
  }
  .contenidoTopSeccion a {
    text-align: center;
    color: #594f4f !important;
    text-decoration: none;
  }

  #contenedorAboutUs {
    padding: 10px !important;
    height: auto;
  }

  .contenidoAboutUs {
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contenidoAboutUs img {
    width: 350px !important;
  }
  .contenidoAboutUs p {
    width: 100% !important;
    padding: 0px;
    text-align: left;
    line-height: 25px;
    font-size: 16px !important;
  }
}
#contenedorReturnPolicy {
  padding: 75px !important;
  height: auto;
}

.contenidoReturnPolicy {
  padding: 75px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenidoReturnPolicy p {
  width: 70%;
  margin-left: 15%;
  text-align: left;
  line-height: 25px;
  font-size: 16px !important;
}
.contenidoReturnPolicy p span {
  font-weight: bold;
}
.contenidoReturnPolicy ul {
  width: 70%;
  margin-left: 15%;
  display: block;
  line-height: 25px;
  list-style: disc;
}

/*# sourceMappingURL=main.css.map */
