﻿/* FONTS */
@font-face {
  font-family: 'Barlow';
  src: url(../fonts/barlow/Barlow-Light.ttf);
  font-weight: 100; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url(../fonts/barlow/BarlowSemiConsended.OTF);
  font-weight: 100; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url(../fonts/barlow/BARLOWSEMICONDENSED-MEDIUM.OTF);
  font-weight: 500; }

@font-face {
  font-family: 'BarlowSemiCondensed';
  src: url(../fonts/barlow/BARLOWSEMICONDENSED-BOLD.OTF);
  font-weight: bold; }

@font-face {
  font-family: 'BarlowCondensed';
  src: url(../fonts/barlow/BarlowCondensed-Light.ttf);
  font-weight: 100; }

@font-face {
  font-family: 'BarlowBold';
  src: url(../fonts/barlow/Barlow-Bold.ttf);
  font-weight: 100; }

@font-face {
  font-family: 'MontserratBlack';
  src: url(../fonts/Montserrat-Black.ttf);
  font-weight: 100; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all ease-in .3s;
  font-family: Barlow;
  font-style: normal; }

body {
  color: #000;
  font-family: 'Montserrat';
  width: 100%;
  height: 100%; }
#productosList {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    list-style: none;
    padding-left: 0;

    max-height: 150px;
    overflow-y: auto;
    margin-top: -1px;
    display: none;
}

header #navigation ul.nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background-image: url(../image/nav-linea.png);
    background-position-x: 85%;
    background-size: auto;
    background-repeat: no-repeat;
}

.bg-active-nav {
  background-color: #826254; }
  .bg-active-nav a {
    color: #fff !important; }

.bg-not-active-nav {
  background-color: #ffffff; }
  .bg-not-active-nav a {
    color: #3f3d44 !important; }

#mobile {
  display: block; }

.info-content-text .accordion_detail {
  width: 100%;
  outline: 0;
  background: #fff;
  border: 0;
  text-align: left;
  border-top: 1px solid #E3E3E3;
  padding: 10px 0;
  border-bottom: 1px solid #E3E3E3;
  color: #3F3D44 !important;
  font-size: 17px;
  font-family: 'Barlow';
  position: relative; }
  .info-content-text .accordion_detail i {
    position: absolute;
    right: 5px;
    top: 12px; }

.info-content-text .panel {
  display: none; }
  .info-content-text .panel p {
    color: #616D70;
    font-size: 15px;
    font-family: Barlow; }

.text-not-mobile {
  display: block; }

.text-mobile {
  display: none; }

text-not-mobile {
  display: none; }

.not-mobile-lupa {
  display: block; }

.mobile-lupa {
  display: none; }

.not-mobile {
  display: block; }

.mobile {
  display: none; }

.img-not-mobile {
  display: block; }

.img-mobile {
  display: none; }

.paddin-35 {
  padding-right: 35px; }

#dl-menu {
  display: none; }

.caracteristicas-info {
  width: 90%; }

.btn-volver {
  text-decoration: none;
  color: #000;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  display: none; }

.detail-order {
  padding-top: 15px;
  padding-left: 0px; }

.tabcontent-content {
  display: block; }

h6.presentacion, small.small-presentacion {
  display: none; }

.loading-tesoro,
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .loading-tesoro__inner,
  .loading__inner {
    display: inline-block;
    /*        border-radius: 50%;
        border: dashed 5px #446DB2;
        background: #fff;
        animation: rotation 4s infinite;
        animation-timing-function: linear;*/
    position: absolute;
    top: calc(50% - 47.5px);
    left: calc(50% - 47.5px); }
    .loading-tesoro__inner img,
    .loading__inner img {
      margin: 15px;
      width: 65px;
      height: 65px;
      display: block;
      animation: rotation-inversa 4s infinite;
      animation-timing-function: linear; }

.btn-volver {
  display: none; }

.menu-mobile {
  display: none; }

.menu-not-mobile {
  display: block; }

#mages-peru, #menuMobile, .producto-mobile {
  display: none; }

.row-section {
  width: 100%;
  padding-top: 0.5rem; }

.cart-title12 {
  justify-content: flex-end;
  display: flex; }
  .cart-title12 a.title-product-cart {
    width: 200px;
    word-break: break-all;
    font-size: 14px; }

#listProductInCart p {
  margin-bottom: 0; }

h1 {
  font-size: 25px; }

h2 {
  font-size: 23px; }

h3 {
  font-family: BarlowBold;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 100%;
  color: #DE8DBA;
  text-transform: uppercase; }
  h3::before {
    right: 5px; }
  h3::after {
    left: 5px; }
  h3::before, h3::after {
    content: "--";
    position: relative; }

ul {
    list-style: none;
}
  ul li {
    font-family: Barlow;
    font-weight: 600;
    font-size: 13.5px;
    margin: 0 10px; }

.mt-20 {
  margin-top: 20px;
  padding: 0 !important; }

.mt-40 {
  margin-top: 40px;
  padding: 0 !important; }

.pt-35 {
  padding-top: 35px; }

a {
  text-decoration: none;
  color: #000; }

a:hover, button:hover {
  opacity: 0.7; }

.owl-item .item {
  margin: 0 .5rem; }

.desktop-footer {
  display: block; }

.mobile-footer {
  display: none; }

footer {
  margin-top: 20px; }

small.prsentacion-border {
  border: 1px solid;
  padding: 3px 13px;
  color: #000;
  font-family: Barlow;
  font-size: 14px;
  font-weight: 500; }

.owl-nav button {
  height: 50px;
  width: 35px;
  position: absolute !important;
  top: 50%;
  outline: none;
  border: 0; }
  .owl-nav button.owl-prev {
    left: 0; }
  .owl-nav button.owl-next {
    right: 0; }
  .owl-nav button i {
    font-size: 1.1rem !important;
    color: #fffcfce6; }

.owl-carousel.listado-productos .owl-item {
  padding: 0 15px; }

.owl-carousel.listado-productos .owl-nav button {
  width: 45px;
  height: 45px;
  background-color: #DE8DBA !important; }
  .owl-carousel.listado-productos .owl-nav button.owl-prev {
    left: -10px; }
  .owl-carousel.listado-productos .owl-nav button.owl-next {
    right: -10px; }

.info-producto {
  border: 1px solid #C4C4C4;
  position: relative; }
  .info-producto.border-image {
    border: 0; }
    .info-producto.border-image .content-image {
      width: 100%;
      border: 1px solid #C4C4C4;
      position: relative;
      padding: 25px 0 0 0;
      background-color: #FFF; }
  .info-producto span.etiqueta {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px !important;
    background-color: #AEB2B2;
    margin: 0 !important;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 9;
    color: #fff; }
    .info-producto span.etiqueta.nuevo {
      background-color: #de8dba; }
    .info-producto span.etiqueta.oferta {
      background-color: #DE8DBA; }

a.favorito {
  background-color: transparent !important;
  color: #000 !important;
  font-size: 20px !important;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9; }
  a.favorito.active i {
    color: #826254; }
    a.favorito.active i::before {
      content: "\f004"; }

.oferta-efect {
  width: 100%;
  height: 100%;
  display: inline-block; }
  .oferta-efect:hover {
    opacity: 1; }
    .oferta-efect:hover img {
      /*width: 330px !important;
            position: relative;
            left: -20px;*/ }
  .oferta-efect:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=0); }
  .oferta-efect:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.55);
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 1;
    filter: alpha(opacity=0);
    z-index: 1; }
  .oferta-efect:hover span.btn-comprar {
    -webkit-transition: all .4s ease .2s;
    -o-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    display: flex;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 98%;
    /*left: -20px;*/
    transition: width 5s; }
  .oferta-efect span.btn-comprar {
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    z-index: 2;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    display: none;
    text-transform: uppercase;
    font-family: Barlow;
    filter: alpha(opacity=0);
    transition: width 5s; }
    .oferta-efect span.btn-comprar p {
      background: #826254;
      box-shadow: 6px 8px 5px rgba(0, 0, 0, 0.6);
      padding: 12px 60px;
      font-size: 14px;
      text-transform: uppercase;
      font-family: Barlow; }

.price-total-cart {
  margin-right: 15px; }

#emprendedoresSectionMobile {
  display: none; }

.owl-carousel-portada .owl-nav button {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.owl-carousel-portada .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -20px; }
  .owl-carousel-portada .owl-dots .owl-dot {
    border-radius: 50px;
    height: 8px;
    margin: 5px;
    width: 8px;
    background: #E5E5E5;
    border: 0;
    outline: 0; }
    .owl-carousel-portada .owl-dots .owl-dot.active, .owl-carousel-portada .owl-dots .owl-dot:active, .owl-carousel-portada .owl-dots .owl-dot:focus {
      background: #fff;
      border: 0; }

.effect-lupa a {
  display: contents; }
  .effect-lupa a:hover i {
    -webkit-transition: all .4s ease .2s;
    -o-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    display: flex;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .effect-lupa a:before {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1; }
  .effect-lupa a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=0); }
  .effect-lupa a i {
    width: 84px;
    height: 84px;
    color: #fff;
    font-weight: 100;
    font-size: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -25px;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    z-index: 2;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    display: none;
    filter: alpha(opacity=0); }

.hidden {
  display: none; }

.content {
  margin: 0 auto;
  max-width: 1100px;
  padding: 1rem; }

#search {
    font-family: BarlowCondensed;
    font-weight: 400;
    font-size: 17.5px;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    left: 0;
}

@media (min-width: 1200px) {
    #search {
        margin-left: 0;
    }

    #Buscador{
        margin-left: 80px;
    }
}

@media (max-width: 480px) {
    #search {
        margin-left: 0;
        max-width: 100%;
        padding: 0 10px;
    }
}

.index-9999 {
  z-index: 99999; }

.btn {
  border-radius: 0; }

.input-group {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .input-group .search-products {
    display: flex;
    position: relative; }
    .input-group .search-products select {
      appearance: none;
      border: 1px solid #ced4da;
      border-right: 2px solid #bbbec1;
      padding: 12px 25px 10px 25px;
      width: 100%;
      height: 50px;
      background-color: #EBEAEA;
      font-family: BarlowCondensed;
      font-weight: normal;
      line-height: 100%;
      font-size: 17.5px;
      text-transform: uppercase;
      color: #616D70;
      outline: 0; }
  .input-group input {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    height: 50px;
    padding-right: 60px !important;
    padding: 8px 15px;
    background-color: #EBEAEA;
    border: 1px solid #ced4da;
    color: #757575;
    outline: 0; }
    .input-group input:hover, .input-group input:active, .input-group input:focus {
      outline: 0; }
  .input-group button {
    position: absolute;
    right: 1px;
    background-color: #fff;
    border: 0;
    padding: 0px 15px;
    font-size: 20px;
    top: 1px;
    bottom: 1px;
    z-index: 9;
    background-color: #EBEAEA;
    outline: none;
    cursor: pointer; }
    .input-group button:hover, .input-group button:active, .input-group button:focus {
      outline: 0; }




.ofertascatalogo {
    width: 100%;
    height: 100%;
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.catalogo-titulo {
    margin-top: 200px;
    font-size: 23px;
    color: #694f4f;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.5px;
}
.letras {
    margin-top: 50px;
}
.catalogo-titu {
    margin-top: 23px;
    font-size: 23px;
    color: #694f4f;
    font-weight: normal;
    margin-left: 0px;
    text-align: center;
    font-family: Barlow;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.oferta-efect {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.oferta-1 {
    background-image: url('../image/img3.png');
}

.oferta-2 {
    background-image: url('../image/img8.png');
}

.oferta-3 {
    background-image: url('../image/img11.png');
}

.oferta-4 {
    background-image: url('../image/img9.png');
}

.oferta-5 {
    background-image: url('../image/img7.png');
}

.oferta-6 {
    background-image: url('../image/img10.png');
}

.oferta-7 {
    background-image: url('../image/img12.png');
}

.oferta-8 {
    background-image: url('../image/img2.png');
}

.oferta-9 {
    background-image: url('../image/img5.png');
}

.oferta-10 {
    background-image: url('../image/img13.png');
}

.ofertas-catalogo {
    width: 290px;
    height: 280px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

 /* header #navigation {
    max-width: 1200px;
    margin: 0 auto; }
    header #navigation ul.nav, header #navigation ol.nav {
      list-style: none;
      background-image: url(../image/nav-linea.png);
      background-position-x: 85%;
      background-size: auto;
      background-repeat: no-repeat; }
      header #navigation ul.nav > li, header #navigation ol.nav > li {
        float: left;
        position: relative;
        margin: 0 5px !important; }
        header #navigation ul.nav > li ul li li, header #navigation ol.nav > li ul li li {
          margin: 0; }
      header #navigation ul.nav li, header #navigation ol.nav li {
        width: 175px;
        text-align: center;
        margin: 0; }
        header #navigation ul.nav li:hover > ul, header #navigation ol.nav li:hover > ul {
          display: block !important;
          height: auto;
          min-height: 335px;
          background-color: #826254;
          padding-top: 15px;
          margin-top: 7px; }
          header #navigation ul.nav li:hover > ul li a, header #navigation ol.nav li:hover > ul li a {
            background-color: #826254;
            color: #fff !important; }
            header #navigation ul.nav li:hover > ul li a:hover, header #navigation ol.nav li:hover > ul li a:hover {
              background-color: #A88E85; }
        header #navigation ul.nav li:hover > .sub.sub-menu, header #navigation ol.nav li:hover > .sub.sub-menu {
          display: block !important; }
        header #navigation ul.nav li a.main-menu-a, header #navigation ol.nav li a.main-menu-a {
          color: #fff !important; }
        header #navigation ul.nav li a, header #navigation ol.nav li a {
          text-transform: uppercase;
          text-decoration: none;
          padding: 3.5px 5px;
          display: block;
          font-family: Barlow;
          font-size: 15px;
          color: #3F3D44;
          font-style: normal;
          font-weight: normal;
          opacity: 1 !important; }
          header #navigation ul.nav li a:hover, header #navigation ol.nav li a:hover {
            background-color: #826254;
            color: #fff; }
          header #navigation ul.nav li a i, header #navigation ol.nav li a i {
            position: absolute;
            top: 8px;
            right: 25px; }
        header #navigation ul.nav li ul, header #navigation ul.nav li .sub.sub-menu, header #navigation ol.nav li ul, header #navigation ol.nav li .sub.sub-menu {
          display: none;
          position: absolute;
          z-index: 99; }
          header #navigation ul.nav li ul::-webkit-scrollbar, header #navigation ul.nav li .sub.sub-menu::-webkit-scrollbar, header #navigation ol.nav li ul::-webkit-scrollbar, header #navigation ol.nav li .sub.sub-menu::-webkit-scrollbar {
            width: 1px;
            height: 5px;
            position: relative;
            right: 5px !important; }
          header #navigation ul.nav li ul::-webkit-scrollbar-track, header #navigation ul.nav li .sub.sub-menu::-webkit-scrollbar-track, header #navigation ol.nav li ul::-webkit-scrollbar-track, header #navigation ol.nav li .sub.sub-menu::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px transparent;
            border-radius: 0; }
          header #navigation ul.nav li ul::-webkit-scrollbar-thumb, header #navigation ul.nav li .sub.sub-menu::-webkit-scrollbar-thumb, header #navigation ol.nav li ul::-webkit-scrollbar-thumb, header #navigation ol.nav li .sub.sub-menu::-webkit-scrollbar-thumb {
            background: #A88E85;
            border-radius: 0; }
          header #navigation ul.nav li ul::-webkit-scrollbar-thumb:hover, header #navigation ul.nav li .sub.sub-menu::-webkit-scrollbar-thumb:hover, header #navigation ol.nav li ul::-webkit-scrollbar-thumb:hover, header #navigation ol.nav li .sub.sub-menu::-webkit-scrollbar-thumb:hover {
            background: transparent; }
        header #navigation ul.nav li .sub.sub-menu, header #navigation ol.nav li .sub.sub-menu {
          width: 540px;
          height: 100%;
          top: 0;
          left: 175px;
          background-color: #fff;
          padding: 10px 50px;
          overflow-y: scroll; }
          header #navigation ul.nav li .sub.sub-menu::-webkit-scrollbar, header #navigation ol.nav li .sub.sub-menu::-webkit-scrollbar {
            width: 4px; }
          header #navigation ul.nav li .sub.sub-menu::-webkit-scrollbar-track, header #navigation ol.nav li .sub.sub-menu::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px grey;
            border-radius: 0; }
          header #navigation ul.nav li .sub.sub-menu::-webkit-scrollbar-thumb, header #navigation ol.nav li .sub.sub-menu::-webkit-scrollbar-thumb {
            background: #C4C4C4;
            border-radius: 0; }
          header #navigation ul.nav li .sub.sub-menu::-webkit-scrollbar-thumb:hover, header #navigation ol.nav li .sub.sub-menu::-webkit-scrollbar-thumb:hover {
            background: transparent; }
          header #navigation ul.nav li .sub.sub-menu h5, header #navigation ol.nav li .sub.sub-menu h5 {
            font-family: BarlowCondensed;
            font-style: normal;
            font-weight: 600;
            font-size: 23px;
            text-transform: uppercase;
            color: #826254;
            margin-top: 15px;
            margin-bottom: 20px; }
          header #navigation ul.nav li .sub.sub-menu a, header #navigation ol.nav li .sub.sub-menu a {
            width: 116px;
            text-transform: uppercase;
            font-style: normal;
            font-weight: normal;
            font-size: 17px;
            font-family: BarlowCondensed;
            background-color: #fff !important;
            color: #3F3D44 !important; }
            header #navigation ul.nav li .sub.sub-menu a:hover, header #navigation ol.nav li .sub.sub-menu a:hover {
              color: #826254 !important; }*/

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0; }
  .header-content .form-content {
    position: relative;
    max-width: 515px;
    width: 100%; }
    .header-content .form-content .search-products option {
      background-color: #fff;
      font-family: BarlowCondensed;
      font-style: normal;
      font-weight: normal;
      font-size: 17.5px; }
    .header-content .form-content .search-products::before {
      content: "\f078";
      font-family: "FontAwesome";
      position: absolute;
      display: block;
      color: #000;
      top: 50%;
      right: 15px;
      pointer-events: none;
      font-size: 12px;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  .header-content i {
    font-size: 20px;
    margin: 0 5px;
    color: #000; }
  .header-content img {
    margin: 0 5px; }
    .header-content img.logo {
      width: 235px; }
  .header-content ul {
    display: flex;
    position: absolute;
    top: 20px; }
    .header-content ul a {
      text-decoration: none; }
      .header-content ul a.account-text {
        font-family: BarlowCondensed;
        font-size: 18px;
        font-weight: 100; }

.servicios {
  max-width: 1150px; }

.info-servicios {
  width: 213px; }
  .info-servicios h5 {
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #826254;
    text-transform: uppercase; }
  .info-servicios p {
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px; }

.ofertas {
  max-width: 950px;
  position: relative; }

.with-offerts a:hover .ofertas:before {
  content: "";
  background: red;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.promociones {
  max-width: 1020px;
  padding-bottom: 0; }
  .promociones .listado-productos {
    margin-bottom: 0; }

.categorias {
  background-image: url(../image/bg_categorias.png);
  background-position: center;
  background-size: cover;
  margin-top: -10px;
  padding: 5rem;
  display: flex;
  align-items: center; }
  .categorias h5 {
    font-family: Barlow;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    text-transform: uppercase;
    color: #A88E85; }
    .categorias h5 span {
      font-family: BarlowBold;
      font-size: 33px;
      color: #826254; }
  .categorias p {
    font-family: Barlow;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
    color: #1E746E;
    width: 65%;
    margin: 50px auto; }
    .categorias p span {
      font-family: BarlowBold;
      font-size: 24px;
      color: #A88E85; }
  .categorias .owl-carousel.listado-categorias {
    max-width: 650px;
    margin: 40px auto; }
    .categorias .owl-carousel.listado-categorias .owl-item {
      padding: 0 35px; }
      .categorias .owl-carousel.listado-categorias .owl-item .info {
        width: 151px;
        height: 151px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #de8dba; }
        .categorias .owl-carousel.listado-categorias .owl-item .info:hover, .categorias .owl-carousel.listado-categorias .owl-item .info:active, .categorias .owl-carousel.listado-categorias .owl-item .info:focus {
          background-color: #de8dba; }
          .categorias .owl-carousel.listado-categorias .owl-item .info:hover img, .categorias .owl-carousel.listado-categorias .owl-item .info:active img, .categorias .owl-carousel.listado-categorias .owl-item .info:focus img {
            filter: brightness(0) invert(1); }
      .categorias .owl-carousel.listado-categorias .owl-item img {
        width: 78px;
        height: 112px;
        object-fit: contain; }
      .categorias .owl-carousel.listado-categorias .owl-item a {
        text-decoration: none; }
    .categorias .owl-carousel.listado-categorias .owl-nav button {
      width: 45px;
      height: 45px;
      background-color: #004A46 !important; }
      .categorias .owl-carousel.listado-categorias .owl-nav button.owl-prev {
        left: -50px;
        margin-top: -50px; }
      .categorias .owl-carousel.listado-categorias .owl-nav button.owl-next {
        right: -50px;
        margin-top: -50px; }
    .categorias .owl-carousel.listado-categorias p.title {
      font-family: BarlowSemiCondensed;
      margin: 30px auto;
      color: #826254;
      font-weight: 700; }

.listado-productos {
  margin: 40px 0 40px 0; }
  .listado-productos .ofertas img {
    width: 300px; }

.info-producto {
  text-align: center;
  padding: 15px 0 20px 0; }
  .info-producto .image {
    width: 200px;
    height: 268px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center; }
    .info-producto .image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      position: absolute;
      right: 0; }
  .info-producto .text {
    margin: 10px 0;
    text-align: center;
    position: relative; }
    .info-producto .text h5 {
      font-family: Barlow;
      font-style: normal;
      font-weight: 600;
      font-size: 17px;
      line-height: 21px;
      color: #AEB2B3;
      text-transform: uppercase; }
    .info-producto .text p {
      font-family: Barlow;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 16px;
      color: #444;
      white-space: pre-wrap;
      word-break: break-word; }
    .info-producto .text .description {
      margin: 10px 0;
      padding: 0 10px;
      height: 32px; }
    .info-producto .text .marca {
      font-family: Barlow;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 21px;
      color: #DE8DBA; }
    .info-producto .text .price {
      font-family: Barlow;
      font-style: normal;
      font-weight: 600;
      font-size: 30px;
      line-height: 30px;
      color: #826254;
      text-transform: uppercase;
      margin: 5px 0 20px 0; }
    .info-producto .text .price-old {
      font-family: Barlow;
      font-style: normal;
      font-weight: 600;
      font-size: 15px;
      line-height: 30px;
      color: #a5a5a5;
      text-transform: uppercase;
      text-decoration: line-through;
      margin-bottom: 0px; }
  .info-producto a:not(.lupa) {
    background: #826254;
    font-family: Barlow;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: #F9F9F9;
    padding: 0.5rem 1rem; }
    .info-producto a:not(.lupa):hover, .info-producto a:not(.lupa):active, .info-producto a:not(.lupa):focus {
      background-color: #826254;
      text-decoration: none;
      color: #fff;
      opacity: 1; }

.info-emprendedores {
  background-image: url(../image/emprendedores.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 8.5rem 2rem 8.5rem 4rem;
  position: relative; }
  .info-emprendedores .title {
    font-size: 80px;
    font-family: BarlowBold;
    position: relative;
    top: 8px;
    color: #fff; }
  .info-emprendedores p {
    font-family: Barlow;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 100%;
    color: #fff;
    z-index: 9;
    line-height: 42px;
    text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.5); }
  .info-emprendedores::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .info-emprendedores span {
    color: #DE8DBA;
    font-size: 26px;
    font-weight: 600; }
  .info-emprendedores a {
    width: 146px;
    height: 38px;
    position: absolute;
    bottom: 10px;
    right: 50px;
    font-size: 18px;
    font-family: Barlow;
    color: #fff !important; }

.info-emprendedores-text {
  padding: 20px 35px 0 20px;
  text-align: center; }
  .info-emprendedores-text img {
    width: 100%; }
  .info-emprendedores-text p {
    margin: 25px 0;
    text-align: justify;
    color: #A88E85;
    font-family: Barlow;
    font-size: 16px !important;
    font-weight: 700; }
    .info-emprendedores-text p b {
      color: #826254;
      font-size: 16px !important;
      text-transform: lowercase !important;
      display: contents !important; }
  .info-emprendedores-text a {
    width: 146px;
    height: 38px;
    float: right;
    font-size: 18px;
    font-family: Barlow;
    color: #fff !important; }

.acciones {
  background-color: #F9F9F9;
  padding: 3rem 0; }
  .acciones h5 {
    font-family: BarlowBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #004A46;
    margin-bottom: 20px; }
  .acciones p {
    font-family: Barlow;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #A88E85;
    margin-bottom: 20px; }
  .acciones a {
    font-family: Barlow;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #A88E85; }
    .acciones a i {
      position: relative;
      left: 5px;
      top: 2px; }
  .acciones .suscribete {
    background-color: #004A46;
    padding: 1.5rem; }
    .acciones .suscribete h5 {
      color: #FFEEBD;
      font-family: BarlowBold;
      font-style: normal;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 32px; }
    .acciones .suscribete p {
      color: #FFEEBD; }
    .acciones .suscribete input {
      background-color: #fff;
      height: 40px; }
    .acciones .suscribete button {
      background-color: #826254;
      height: 40px;
      font-size: 15px;
      font-family: Barlow;
      color: #fff;
      top: 0;
      right: 0; }

footer {
  background-color: #004A46;
  padding: 1rem 0; }
  footer h5 {
    color: #826254 !important;
    font-family: Barlow !important;
    font-style: normal;
    text-transform: uppercase;
    font-size: 15px; }
  footer .contact-us {
    padding-left: 3px !important; }
  footer ul.redes {
    display: flex;
    align-items: center;
    margin-left:30px;
  }
    footer ul.redes li {
      margin: 0 8px; }
  footer i {
    margin-right: 10px;
    font-size: 16px; }
  footer p, footer a, footer li {
    color: #FFFFFF;
    font-family: Barlow !important;
    margin: 13px 0;
    font-weight: 100;
    font-size: 14px; }

.fa-bars {
  color: #0049AF;
  font-size: 25px;
  display: none; }

.menu {
  display: flex; }
  .menu li {
    list-style: none; }
  .menu a {
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat';
    font-family: 'Montserrat';
    text-decoration: none;
    padding: 1rem 2.5rem;
    font-weight: 600; }
    .menu a:hover {
      color: #0087CC; }
  .menu a.active {
    background-color: #0a559f;
    padding: .2rem 1rem;
    border-radius: 77px;
    color: #fff; }

.out {
  display: none; }

.slider {
  width: 100%; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.grid-content {
  display: grid;
  gap: .1rem;
  margin-bottom: .1rem; }

.gap {
  gap: 0rem; }

.gap-0-5 {
  gap: 0.5rem; }

.gap-1 {
  gap: 1rem; }

.gap-1-5 {
  gap: 1.5rem; }

.gap-1-2 {
  gap: 1rem 2rem; }

.gap-0-1-2-5 {
  gap: 1rem 2.5rem; }

.gap-2 {
  gap: 2rem; }

.gap-3 {
  gap: 3rem; }

.gap-5 {
  gap: 5rem; }

.not-gap {
  gap: 0; }

.mb-0 {
  margin-bottom: 0; }

.grid-one {
  grid-template-columns: 1fr; }

.grid-two {
  grid-template-columns: 1fr 1fr; }

.grid-three {
  grid-template-columns: 1fr 1fr 1fr; }

.grid-four {
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.grid-30-15-15-20-20 {
  grid-template-columns: 25% 15% 13% 1fr 1fr; }

.grid-4-6 {
  grid-template-columns: 40% 60%; }

.grid-40-60 {
  grid-template-columns: 45% 55%; }

.grid-60-40 {
  grid-template-columns: 55% 45%; }

.grid-30-70 {
  grid-template-columns: 30% 70%; }

.grid-70-30 {
  grid-template-columns: 70% 30%; }

.grid-80-20 {
    display: grid;
    grid-template-columns: 80% 20%;
    gap: 10px; 
}

@media (max-width: 768px) {
    .grid-80-20 {
        grid-template-columns: 100%;
    }
}

.grid-30-30-40 {
  grid-template-columns: 30% 28% 38%; }

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 2rem;
  text-decoration: none;
  margin: 20px 0;
  background: #826254;
  font-family: Barlow;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #F9F9F9;
  padding: 0.5rem 2rem; }
  .btn:hover {
    opacity: 1;
    background-color: #826254;
    color: #fff;
    opacity: 1; }


.boton {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    color: black;
    padding: 0.5rem 2rem;
}


.btn-secundary {
    background-color: #826254;
}

.content-propositos {
  width: 90%;
  margin: 35px auto; }

.info-propuestas {
  text-align: center;
  color: #fff;
  padding: 1rem 1.5rem 4rem 1.5rem; }
  .info-propuestas h5 {
    font-size: 18px;
    font-family: 'MontserratBold'; }
  .info-propuestas div {
    display: flex;
    align-items: center; }
  .info-propuestas img {
    width: 100px;
    height: 85px; }
  .info-propuestas p {
    margin: 10px 0;
    font-family: 'Montserrat';
    font-size: 13.5px; }

#estadisticas {
  width: 100%;
  height: 500px;
  padding-bottom: 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: url(../img/bg_cuaderno.png);
  background-position: center;
  background-size: cover; }
  #estadisticas .grid-content {
    gap: 7rem; }

.info-estadistica {
  text-align: center; }
  .info-estadistica h5 {
    font-size: 45px;
    font-family: 'MontserratBold';
    color: #000; }
  .info-estadistica p {
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
    font-size: 13.5px; }

.info-image-estadistica {
  width: 100%;
  height: 125px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  .info-image-estadistica img {
    width: 120px; }

.info-nuestras-soluciones {
  padding: 2rem 0.75rem 0 0.75rem;
  display: flex;
  align-items: center; }
  .info-nuestras-soluciones img.persona-img {
    width: 200px;
    height: 335px; }
  .info-nuestras-soluciones p {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 11.5px; }
  .info-nuestras-soluciones a {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 11.5px;
    text-transform: uppercase; }
  .info-nuestras-soluciones .logotipos {
    width: 160px; }

.info-nuestras-soluciones.educa-peru {
  background-image: url(../img/estrellas.png);
  background-position: 30px 70px;
  background-size: contain;
  background-repeat: no-repeat; }

.info-nuestras-soluciones.punto-ventas {
  height: 358px;
  background-image: url(../img/punto_ventas.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative; }
  .info-nuestras-soluciones.punto-ventas a {
    position: absolute;
    right: 80px;
    top: 0;
    padding: 0.3rem 5rem;
    text-transform: uppercase; }

.info-nuestras-soluciones.lista-precios {
  height: 358px;
  background-image: url(../img/teclado_norma.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: flex-end;
  align-items: center;
  padding: 0 2rem;
  text-align: center; }
  .info-nuestras-soluciones.lista-precios a {
    width: 160px; }
  .info-nuestras-soluciones.lista-precios h5 {
    font-size: 2rem;
    color: #fff; }

.info-nuestras-soluciones.greenwich {
  height: 358px;
  background-image: url(../img/greenwich_comunity.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.info-nuestras-soluciones.gris-color p {
  font-family: 'Montserrat';
  color: #000;
  font-weight: 600;
  font-size: 12px; }

.info-nuestras-soluciones.gris-color a {
  background-color: #874e17;
  text-transform: none; }

.cardCategoriaBody {
  height: 168px;
  width: 180px; }

.mCSB_scrollTools .mCSB_dragger {
  height: 25px !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #004A46 !important;
  position: absolute; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff !important;
  display: none; }

.mCSB_inside > .mCSB_container {
  margin-right: 0px !important; }

.jplist-panel label {
  float: none !important; }

.jplist-panel .jplist-group {
  padding: 0 0 0 0px !important;
  float: none !important;
  height: auto !important; }

.jplist-panel .jplist-group input, .jplist-panel .jplist-group label {
  line-height: 7px !important;
  height: auto !important;
  margin-bottom: 10px !important; }

#nuestra_comunidad {
  background: linear-gradient(to bottom, #1d90cb 0%, #1d90cb 75%, #fff 75%, #fff 100%);
  padding: 0; }
  #nuestra_comunidad h3 {
    margin-bottom: 0 !important; }

#contactanos {
  padding: 3rem 0 0 0; }
  #contactanos .content {
    max-width: 100%;
    padding: 0; }
  #contactanos .info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem; }
    #contactanos .info p {
      color: #fff;
      font-size: 13px;
      word-break: break-all;
      font-family: 'MontserratBold'; }
    #contactanos .info a {
      color: #fff;
      font-size: 13px;
      word-break: break-all;
      font-family: 'MontserratBold'; }

.info .grid-content {
  grid-template-columns: 35% 55%;
  align-items: center;
  justify-content: center; }
  .info .grid-content ul {
    list-style: none;
    margin-top: 20px; }
    .info .grid-content ul li {
      color: #fff;
      font-size: 17px; }

.nav-main ul {
  display: flex; }
  .nav-main ul li {
    margin: 0 15px; }
    .nav-main ul li a {
      color: #3F3D44;
      font-family: Barlow;
      font-style: normal;
      font-weight: normal;
      font-size: 15px;
      text-transform: uppercase;
      text-decoration: none; }
      .nav-main ul li a:hover, .nav-main ul li a.active {
        color: #826254; }

.align-center {
  align-items: center; }

.info-align-center {
  display: flex;
  align-items: center;
  gap: 2rem; }

.info-align-content-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem; }

ul.list-height {
  line-height: 25px;
  list-style: disc; }
  ul.list-height li::marker {
    color: #ec784d; }

.medium-content.medium-center .img-content {
  padding: 0 2.5rem; }

.medium-content.medium-center a {
  width: 205px;
  margin: 30px auto; }

.medium-content .grid-content {
  padding: 0 3rem;
  width: 80%;
  margin: 0 auto 10px auto; }
  .medium-content .grid-content .info-content {
    padding: 1rem 3rem 0 3rem; }
    .medium-content .grid-content .info-content h3 {
      font-family: 'MontserratBold';
      font-size: 22px; }
    .medium-content .grid-content .info-content a {
      color: #fff;
      background-color: #30bde9;
      font-weight: 600;
      font-family: 'Montserrat';
      padding: 0.5rem 0; }
    .medium-content .grid-content .info-content p.meidum-text {
      width: 80%;
      margin: 0 auto; }

.medium-content a.marron-color {
  width: 250px;
  color: #fff;
  font-weight: 600;
  font-family: 'Montserrat';
  padding: 0.5rem 0;
  margin: 20px auto; }

.medium-content p.ligth {
  font-size: 20px;
  margin-bottom: 30px; }

.content-details {
  font-size: 13.5px;
  color: #000;
  font-family: 'Montserrat'; }

.educa-cambio a {
  background-color: #1d71b8;
  font-weight: 600;
  font-family: 'Montserrat';
  padding: 0.7rem 0;
  width: 310px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 50px; }

.educa-cambio a.sky-color {
  background-color: #30bde9; }

.educa-cambio h3 {
  font-size: 25px;
  font-size: 25px; }

.educa-cambio .info-content {
  width: 55%;
  margin: 30px auto 40px auto; }

.educa-cambio.activar-cuenta a {
  width: auto;
  padding: 0.7rem 1.5rem; }

.catalogo p {
  color: #1d71b8;
  font-size: 26px;
  line-height: initial;
  padding: 0;
  width: 100% !important;
  font-family: 'MontserratBold'; }

.catalogo a {
  display: block;
  background: none !important;
  color: #1d71b8 !important;
  font-family: 'MontserratBold' !important; }

.info-detail p {
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 13.5px; }

.info-detail a {
  color: #fff;
  width: 200px;
  margin: 10px auto !important;
  font-size: 13.5px;
  padding: 0.4rem 0 !important;
  padding: 0.6rem 0 !important; }

/*span:not(.swal2-x-mark), span:not(.swal2-x-mark-line-left),
span:not(.swal2-x-mark-line-right) {
    color: #fff;
    width: 200px;
    margin: 10px auto !important;
    font-size: 13.5px;
    padding: 0.4rem 0 !important;
}*/
.normapack {
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 13.5px; }
  .normapack .info-align-content-center {
    padding: 0 !important; }
  .normapack a {
    color: #f9b334;
    padding: 0.5rem 0; }

/*Categorias*/
.filtro-categorias {
  padding: 10px 0 50px 0; }
  .filtro-categorias select {
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 10px;
    border: 0;
    outline: 0;
    margin-bottom: 5px;
    cursor: pointer; }
    .filtro-categorias select:hover, .filtro-categorias select:active, .filtro-categorias select:focus {
      outline: 0; }
  .filtro-categorias .filtro h5 {
    color: #004A46 !important;
    font-family: Barlow;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 15px 0; }
  .filtro-categorias .filtro hr {
    margin-top: 25px; }

/*Favoritos*/
.favoritos {
  padding: 50px 0; }
  .favoritos h3 {
    margin-bottom: 20px;
    font-family: Barlow;
    font-weight: bold; }
    .favoritos h3::before, .favoritos h3::after {
      content: ""; }

/* Error 404*/
.error-404 {
  padding: 60px 0 0 0;
  text-align: center; }
  .error-404 .content {
    width: 700px;
    position: relative; }
    .error-404 .content img {
      position: absolute; }
      .error-404 .content img.config_1 {
        left: 0;
        bottom: 60px; }
      .error-404 .content img.config_2, .error-404 .content img.config_3 {
        right: 0;
        top: 70px; }
      .error-404 .content img.config_3 {
        right: 50px;
        top: 170px; }
  .error-404 h1 {
    font-family: BarlowBold;
    font-style: normal;
    font-size: 65px;
    line-height: 120px;
    text-transform: uppercase;
    color: #826254; }
    .error-404 h1 span {
      font-family: BarlowBold;
      font-size: 200px;
      color: #826254; }
  .error-404 p {
    color: #004A46;
    font-weight: 600;
    font-size: 15px; }
  .error-404 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0; }
    .error-404 ul li a {
      color: #de8dba;
      font-size: 15px; }
      .error-404 ul li a i {
        margin-left: 10px; }

.transaccion-card {
  padding: 20px 0 0 0;
  text-align: center; }
  .transaccion-card .content {
    width: 700px;
    position: relative; }
    .transaccion-card .content .icon-img {
      width: 100px;
      margin-bottom: 15px; }
    .transaccion-card .content h5 {
      font-weight: 600; }
    .transaccion-card .content p {
      margin-bottom: 0;
      font-family: 'Barlow';
      color: #000; }

/* Contacto */
.contacto {
  text-align: center; }
  .contacto .content {
    width: 600px;
    position: relative;
    margin: 50px auto; }
  .contacto div {
    align-items: center; }
    .contacto div .grid-content {
      margin-left: -100px; }
    .contacto div h1 {
      font-size: 28px;
      color: #A88E85;
      margin-bottom: 25px;
      font-family: Barlow; }
      .contacto div h1 b {
        color: #de8dba;
        font-family: BarlowBold; }
  .contacto .btn-aqui {
    background-color: #de8dba;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 18px;
    font-weight: bold; }
  .contacto .phone-contacto {
    width: 200px;
    position: relative;
    top: -75px;
    left: 25px; }
  .contacto .otros-medios {
    margin-top: 40px; }
    .contacto .otros-medios p {
      font-size: 17px;
      color: #A88E85; }
    .contacto .otros-medios ul {
      margin-top: 20px; }
      .contacto .otros-medios ul li {
        margin-bottom: 15px;
        font-size: 17px;
        color: #A88E85; }
        .contacto .otros-medios ul li i {
          font-size: 17px; }
        .contacto .otros-medios ul li a {
          color: #A88E85; }

/*Tus Tesoros*/

  .portada.nosotros {
    background-image: url(../image/nosotros_portada.png);
    padding: 120px 150px 0px 0; }
    .portada.nosotros .content {
      width: 240px;
      margin: 0 0 0 auto; }
      .portada.nosotros .content p {
        color: #A88E85;
        font-size: 20px; }
      .portada.nosotros .content h3 {
        font-size: 60px;
        color: #14AC9E;
        font-family: BarlowBold;
        line-height: 40px;
        margin: 15px 0 0 0; }
        .portada.nosotros .content h3::before, .portada.nosotros .content h3::after {
          content: ""; }
        .portada.nosotros .content h3 small {
          text-transform: lowercase;
          font-size: 40px; }
        .portada.nosotros .content h3 span {
          font-size: 40px;
          color: #14AC9E;
          font-family: BarlowBold;
          text-transform: capitalize; }
      .portada.nosotros .content img {
        float: right; }
.portada {
    position: relative;
    width: 100%;
    height: 490px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
}

    .portada.tesoros-peruanos {
        background-image: url(../image/foto2.png);
        padding: 60px 130px 0px 0;
    }

    .portada .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4); 
        z-index: 1;
    }

    .portada .content {
        position: relative;
        z-index: 2;
        width: 350px;
        margin: 0 85px 0 auto;
    }

        .portada .content .info-text {
            text-align: right;
        }

        .portada .content p {
            color: #fff;
            font-size: 26px;
            line-height: 1.5;
            font-weight: 500;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.7); 
        }

.quienes-somos {
  background-image: url(../image/quienes_somos_mapa2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 40px; }
  .quienes-somos .content {
    max-width: 960px; }
  .quienes-somos h3 {
    font-size: 40px;
    color: #343238;
    font-family: Barlow;
    line-height: 50px; }
    .quienes-somos h3::before, .quienes-somos h3::after {
      content: ""; }
    .quienes-somos h3 span {
      font-size: 70px;
      color: #14AC9E;
      margin-left: 90px !important;
      font-family: BarlowBold; }
  .quienes-somos .info-text {
    text-align: justify;
    margin: 30px; }
    .quienes-somos .info-text p {
      color: #323136; }
  .quienes-somos h5 {
    color: #14AC9E;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 25px; }
  .quienes-somos .mision, .quienes-somos .vision {
    width: 90%;
    text-align: justify;
    margin: 0 auto; }
  .quienes-somos .vision {
    margin-top: 60px; }
  .quienes-somos .frase {
    text-align: right;
    margin-top: 35px; }
    .quienes-somos .frase img {
      width: 100%; }

.dejanos-conocerte {
  background-image: url(../image/mapa_peru.png), url(../image/mapa_peru2.png), url(../image/juntos.png);
  background-position: 205px -360px, right 110px, 80px 300px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: 1165px, 340px, 185px;
  padding-top: 40px; }
  .dejanos-conocerte h3 {
    color: #de8dba;
    font-family: Barlow;
    margin-top: 10px; }
    .dejanos-conocerte h3 b {
      font-family: BarlowBold; }
    .dejanos-conocerte h3::before, .dejanos-conocerte h3::after {
      content: ""; }
  .dejanos-conocerte .content-mapa {
    max-width: 465px;
    margin: 0 auto; }
    .dejanos-conocerte .content-mapa p {
      text-align: justify; }
    .dejanos-conocerte .content-mapa input[type=submit] {
      margin: 10px auto;
      background-color: #14AC9E;
      padding: 10px 25px;
      border: 0;
      cursor: pointer; }
  .dejanos-conocerte .acciones {
    background-color: transparent; }

.preguntas-frecuentes .content {
  max-width: 600px;
  padding: 80px 0; }
  .preguntas-frecuentes .content h3 {
    text-align: center;
    font-family: Barlow;
    font-weight: 600;
    color: #AEB2B3;
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 20px; }
    .preguntas-frecuentes .content h3 span {
      font-family: BarlowBold;
      color: #DE8DBA;
      text-transform: uppercase;
      font-size: 38px; }
    .preguntas-frecuentes .content h3::before, .preguntas-frecuentes .content h3::after {
      content: ""; }

.preguntas-frecuentes .accordion {
  background-color: #f3f3f3;
  color: #444;
  cursor: pointer;
  padding: 12px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  position: relative;
  font-weight: bold; }
  .preguntas-frecuentes .accordion i {
    position: absolute;
    right: 20px; }

.preguntas-frecuentes .active, .preguntas-frecuentes .accordion:hover {
  background-color: #ccc; }

.preguntas-frecuentes .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden; }

.form-input {
  width: 100%;
  height: 35px;
  margin-bottom: 15px;
  padding-left: 10px;
  outline: 0;
  border: 1px solid #E5E5E5; }

.container-check {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px !important;
  margin-bottom: 5px;
  cursor: pointer;
  color: #004A46 !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  height: 27px;
  text-transform: uppercase;
  font-family: Barlow;
  font-style: normal;
  font-weight: bold;
  font-size: 14px; }
  .container-check.text-capitalize {
    text-transform: capitalize; }
  .container-check .checkmark {
    position: absolute;
    top: -5.5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 3px solid #004A46; }
    .container-check .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 6px;
      top: 2px;
      width: 0px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .container-check input:checked ~ .checkmark {
      background-color: #004A46 !important; }
      .container-check input:checked ~ .checkmark:after {
        display: block; }
  .container-check:hover input ~ .checkmark {
    background-color: #004A46; }

.slider-labels {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .slider-labels span {
    color: #004A46;
    font-size: 15px; }

.kusi-dudas {
  margin-top: 25px; }
  .kusi-dudas p {
    font-size: 17px !important;
    color: #616d70;
    text-transform: uppercase;
    text-align: center !important;
    font-weight: 800;
    font-family: 'Barlow'; }
  .kusi-dudas a {
    color: #de8dba;
    font-family: BarlowBold; }

.desktop-image {
  display: block; }

.mobile-image {
  display: none; }
  .mobile-image img {
    width: 100%;
    height: 250px;
    object-fit: contain; }

.producto-detalle h3 {
  font-size: 26px;
  color: #616D70;
  font-family: Barlow;
  margin-bottom: 10px;
  padding-right: 50px; }
  .producto-detalle h3::before, .producto-detalle h3::after {
    content: ""; }

.producto-detalle span {
  color: #DE8DBA;
  font-family: Barlow;
  font-weight: 600; }
  .producto-detalle span.price {
    font-size: 30px;
    margin-right: 20px !important; }
  .producto-detalle span.distrito {
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 20px !important; }

.favoritos-vacios h3 {
  text-transform: uppercase;
  font-family: Barlow;
  font-weight: 700;
  color: #DE8DBA;
  font-size: 28px;
  line-height: 36px; }
  .favoritos-vacios h3 span {
    font-family: BarlowBold;
    font-weight: 700; }

.favoritos-vacios i.fa-gratipay {
  color: #DE8DBA;
  font-size: 60px;
  margin: 20px 0; }

.favoritos-vacios ul {
  display: flex;
  justify-content: center;
  margin: 25px 0; }
  .favoritos-vacios ul li {
    margin: 0 30px; }
    .favoritos-vacios ul li a {
      font-size: 16px;
      font-family: Barlow;
      font-weight: 600;
      color: #E47825; }
      .favoritos-vacios ul li a i {
        margin-left: 0px; }

.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 4px; }

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  left: -7px;
  top: -7px;
  background-color: #004A46; }

.noUi-background {
  background-color: #D6D7D9; }

.noUi-connect {
  background-color: #004A46;
  -webkit-transition: background-color 450ms;
  transition: background-color 450ms; }

.noUi-origin {
  border-radius: 2px; }

.noUi-target {
  border-radius: 2px; }

.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

/*  .noUi-handle:active {
	border: 8px solid $secundaryColorBold;
	border: 8px solid rgba(53,93,187,0.38);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	left: -14px;
	top: -14px;
  }*/
/* Disabled state;
   */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed; }

/*.show {
    width: 200px;
    height: 240px;
}*/
.small-img {
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px; }

.small-img .icon-left, .small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0; }

.small-img .icon-left {
  transform: rotate(180deg); }

.small-img .icon-right {
  right: 0; }

.small-img .icon-left:hover, .small-img .icon-right:hover {
  opacity: .5; }

.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }

.small-container div {
  width: 80%;
  position: relative; }

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left; }

.small-container .show-small-img:last-of-type {
  margin-right: 0; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.container_form {
  width: 90%;
  padding: 0 !important;
  border: 0 !important; }
  .container_form p {
    font-size: 14px;
    color: #000;
    font-family: Barlow;
    margin-bottom: 0; }
  .container_form .nro_reclamo {
    width: 100%;
    padding: 15px 0 30px 0; }
    .container_form .nro_reclamo b {
      font-weight: bold;
      font-size: 14px;
      font-family: BarlowBold; }
  .container_form .form_cont {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .container_form form {
    max-width: 520px; }
    .container_form form input, .container_form form select {
      border-radius: 0;
      height: 40px;
      background-color: #F2F2F2 !important;
      border: none;
      color: #616D70;
      font-weight: 400; }
      .container_form form input::placeholder, .container_form form select::placeholder {
        color: #616D70;
        font-weight: 400;
        opacity: 1;
        /* Firefox */
        text-align: left; }
      .container_form form input:-ms-input-placeholder, .container_form form select:-ms-input-placeholder {
        color: #616D70;
        font-weight: 400;
        text-align: left; }
      .container_form form input::-ms-input-placeholder, .container_form form select::-ms-input-placeholder {
        color: #616D70;
        font-weight: 400;
        text-align: left; }
    .container_form form textarea {
      font-size: 14px;
      resize: none; }
      .container_form form textarea::placeholder {
        color: #616D70;
        font-weight: 400;
        opacity: 1;
        /* Firefox */ }
      .container_form form textarea:-ms-input-placeholder {
        color: #616D70;
        font-weight: 400; }
      .container_form form textarea::-ms-input-placeholder {
        color: #616D70;
        font-weight: 400; }

@media screen and (max-width: 736px) {
  .grid-content-tre {
    grid-template-columns: 1fr 1fr; }
  .test-texto {
    padding: 1rem; }
  .fa-bars {
    cursor: pointer;
    display: block; }
  .nav {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: -100%; }
  .menu {
    flex-flow: column; }
    .menu li {
      border-bottom: 1px solid rgba(0, 82, 143, 0.2); }
    .menu a {
      display: block;
      padding: 2rem 5rem; }
  .grid-internas-dos {
    grid-template-columns: 1fr;
    gap: 0; }
  .margbot {
    margin-bottom: 2rem !important; }
  .grid-item {
    margin: 1rem 0; }
  #productosList{
      margin-left: 0;
  }
  .grid-content-cua {
    grid-template-columns: 1fr 1fr; } }

@media screen and (max-width: 414px) {
  .grid-content-dos {
    grid-template-columns: 1fr; }
  .grid-content-tre {
    grid-template-columns: 1fr; }
  .grid-content-cua {
    grid-template-columns: 1fr; }
  .testimonios-grid {
    grid-template-columns: 1fr; }
  .test-mas {
    text-align: center;
    width: 100%; }
  .test-texto {
    margin-top: 1rem; }
  h3 {
    font-size: 29px !important; }
  .ico-carrera {
    padding: 2rem; }
  .modos {
    padding: 1rem; } }
