/*#index .top_buttons {
  display: none !important;
}*/
#index section#wrapper {
  margin-top: 81px !important;
}

.top-buttons {
    display: none!important;
}

body#index section#wrapper,
body#index section#wrapper .container{
  width: 100% !important;
  padding-top: 0px;
  margin: 0;
}

#content-wrapper {
  padding:0 !important;
  min-height: 500px;
}


.featured-products .products {
  margin: 0;
}


.carousel .carousel-inner {
  height: initial;
  margin-bottom: 0;
}

.left.carousel-control,
.right.carousel-control {
  display: none;
}

#wrapper .breadcrumb li::after {
  content: "-";
}

@media (min-width: 992px) {
  .carousel .carousel-indicators {
    display: block;
    left: unset;
    right: 20px;
    z-index: 15;
    width: fit-content;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.carousel-indicators li {
  background-color: #E9E5DE;
}

.carousel-indicators .active {
  background-color: #666439;
}

.carousel {
  margin-bottom: 0;
}

.carousel .carousel-item figure,
.carousel {
  width: 100% !important;
}

/* doble link home */
.CustomLayout {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  position: relative;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box: 0 0 50%;
    -moz-box: 0 0 50%;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0px 10px;
  }
}

@media (max-width: 768px) {
  .col-12 {
    -webkit-box: 0 0 100%;
    -moz-box: 0 0 100%;
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 10px;
  }
}

#custom-text {
  padding: 0;
}



.layer_container {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin: 0 auto;
  flex-wrap: wrap;
  color: white;
  margin-bottom: 80px;
}
.w1440 {
  max-width: 1440px;
}
.fullwidth {
  max-width: 100%;
  position: relative;
}
body#index .layer {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
  z-index: 9;
}
.h414 {
  max-height: 414px;
  height: 414px;
}
.h350 {
  max-height: 355px;
  height: 355px;
}
.box {
  position: relative;
}
.m-h-10 {
  margin: 0 10px;
}
.box .image {
  height: 100%;
}
.background::before {
  background: rgba(0, 0, 0, 0.2);
  content: " ";
  width: 100%;
  height: 100%;
  display: block;
}
.background {
  background-size: cover;
  background-position: center center;
}
.text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.h-100 {
  height: 100%;
}
.subtext {
  display: none;
  max-width: 500px !important;
  padding: 0px 10px !important;
  margin: 0 auto !important;
}
.subtext .padding {
  padding: 0 10px;
}
.subtext p {
  font-family: "Neue Haas Grotesk Text", sans-serif !important;
  color: #FFF !important;
  font-size: clamp(0.8125rem,0.7291666667rem + 0.2314814815vw,0.9375rem) !important;
}
.gold {
  background-color:#666439;
}

*[class*=h-title] {
  line-height: 1.1;
  color: #fff !important;
  font-size: clamp(1.5625rem,1.3541666667rem + 0.5787037037vw,1.875rem) !important;
  font-family: "Manier", serif !important;
  font-weight: 500 !important;
  margin: 0;
  padding: 15px;
}

*[class*=h-title2] {
  line-height: 1.1;
  color: #fff !important;
  font-size: clamp(1.875rem,1.4583333333rem + 1.1574074074vw,2.5rem) !important;
  font-family: "Manier", serif !important;
  font-weight: 500 !important;
  margin: 0;
  padding: 10px;
}

.box:hover {
  cursor: pointer;
}
.box:hover .text {
  height: 100%;
  transition: height .5s cubic-bezier(0.29, 0.95, 0, 0.96);
  z-index: 999;
}
.box:hover .h-title.gold {
  background: transparent;
}
.box:hover .background {
  background: transparent !important;
}
.box:hover .subtext {
  display: block;
}
.box:hover .text {
  animation: animation-title-up ease 1s;
  -webkit-animation: animation-title-up ease 1s;
  -moz-animation: animation-title-up ease 1s;
  -o-animation: animation-title-up ease 1s;
  -ms-animation: animation-title-up ease 1s;
}

.box:hover .subtext {
  animation: animation-text-up ease 1.5s;
  -webkit-animation: animation-text-up ease 1.5s;
  -moz-animation: animation-text-up ease 1.5s;
  -o-animation: animation-text-up ease 1.5s;
  -ms-animation: animation-text-up ease 1.5s;
}

.box:hover .groupboxBg,
.layer_container.fullwidth:hover .groupboxBg{
  opacity: 1;
}

.layer_container.fullwidth:hover .background::before {
  background: transparent;
}

.groupboxBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.groupboxBg > div {
  position: relative;
  height: 100%;
  width: 100%;
}
.canvaBackground {
  display:none;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@keyframes animation-text-up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px,25px);
    transform: translate(0px,25px)
  }

  75% {
    opacity: 1;
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px)
  }
}

@keyframes animation-title-up {
  0% {
    -webkit-transform: translate(0px,25px);
    transform: translate(0px,25px)
  }

  75% {
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px)
  }
}

.link-arrow {
  text-decoration: underline;
  span {
    color: #FFF !important;
  }
}

[data-background=gradient-lineas] {
  background: linear-gradient(86.74deg, #D1B5B2 -7.02%, #C36C2A 21.73%, #CF9D12 51.07%, #ABBAAE 78.64%, #666439 105.64%);
  background-size: 200% 200%;
  animation: sonpuragradient 5s ease infinite;
}
[data-background=gradient-lineas]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url('/img/cms/mask-grain2.png') repeat left top;
}

.frame_garantia {
  background-color: #E9E5DE;
  display: flex;
  .frame_garantia_layer {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
    gap: 15px;
    .imagen {
      width: 73px;
      max-height: 73px;
    }
    .text {
      position: relative !important;
      width: 203px;
      color: #222;
      text-align: left;
      font-family: Neue Haas Grotesk Display, serif;
    }
  }
  .frame_garantia_layer:nth-child(1) {
    border-right: 1px solid black;
  }
}

.home_beneficios {
  display: flex;
  background: #e9e5de;
  width: 100%;
  >.imagen {
    max-height: 605px;
    img {
      width: 650px;
      height: 100%;
      object-fit: cover;
      object-position: top;
    }
  }
  .texto_beneficios {
    padding: 0 100px;
    margin: auto;
    h2 {
      text-align: left;
      padding: 45px 0;
      font-family: "Manier", serif;
      font-size: 34.75px !important;
      text-transform: capitalize ! important;
      color: #222222 !important;
      font-weight: normal !important;
    }
    .beneficio_layer {
      display: flex;
      gap: 10px;
      .imagen {
        img {
          width: 70px;
        }
      }
      .text_productos {
        padding: 0 0 10px 20px;
        max-width: 620px;
        font-size: 15px;
      }
      .text_productos p b{
        font-weight: normal;
      }
    }
  }
}

.TabsSlider {
  padding-bottom: 120px;
  .tabslider {
    overflow: hidden;
    position: relative;
  }
  h2 {
    text-align: left;
    padding: 45px 0;
    font-family: "Manier", serif;
    font-size: 36px !important;
    text-transform: capitalize ! important;
    color: #222222 !important;
    font-weight: normal !important;
  }
  ul {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    li {
      a {
        color: #222;
        font-family: Neue Haas Grotesk Display, serif;
      }
      a:hover, a.active {
        color: #9c9c9c;
        text-decoration: underline;
        font-family: Neue Haas Grotesk Display, serif;
      }
    }
  }
  .owl-item {
    justify-content: center;
  }
  article.upg-item {
    background-color: #ABBAAE;
    .row {
      justify-content: center;
      align-items: stretch;
      margin: 0;
      > div {
        padding: 0;
        display: flex;
      }
      .upg-media {
        width: 100%;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
      .upg-body {
        max-width: 460px;
        margin: auto;
        p {
          color: #FFF;
          font-size: 15px;
          font-family: Neue Haas Grotesk Display, serif;
          strong {
            font-size: 16px;
            font-weight: bold;
          }
        }
        p:has(> strong) {
          margin-top: 50px;
        }
      }
    }
  }
  .owl-prev:before, .owl-next:before {
    content: "";
    top: 50%;
    position: absolute;
    margin-top: -30px;
    background: #E9E5DE no-repeat center center;
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 100%;
    background-size: 30px;
  }
  .owl-prev:before {
    left: -40px;
    background-image: url(/img/cms/slider-prev-chevron.svg) !important;
    background-position: 25px center;
  }
  .owl-next:before {
    right: -40px;
    background-image: url(/img/cms/slider-next-chevron.svg) !important;
    background-position: 5px center;
  }
}

.layer_columns {
  width: 100%;
  text-align: center;
  background-color: #E9E5DE;
  background-image: url("/img/background-top-left.png"), url("/img/background-bottom-right.png");
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  h2 {
    text-align: center;
    padding: 45px;
    font-family: "Manier", serif;
    font-size: 36px !important;
    text-transform: capitalize ! important;
    color: #222222 !important;
    font-weight: normal !important;
  }
  .frame_productos_layer.reverse {
    display: flex;
    flex-direction: row-reverse;
    .imagen {
      text-align: left;
    }
    .text_productos {
      flex: 1 1 48%;
    }
  }
  .frame_productos_layer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:  0 200px 120px 200px;
    margin: auto;
    .imagen {
      text-align: right;
      img {
        width: 100%;
        max-width: 560px;
      }
    }
    .text_productos {
      max-width: 560px;
      padding: 60px;
      text-align: left;
      h3 {
        font-family: "Manier", serif;
        font-size: 30px !important;
        text-transform: capitalize ! important;
        color: #222222 !important;
        font-weight: normal !important;
      }
      p {
        font-size: 16px;
        color: #222222 !important;
        max-width: 460px;
        padding: 20px 0;
      }
      a {
        color: #676539;
      }
    }
  }
}


.featured-products {
  margin-bottom: 120px;
  h2.h2 {
    text-align: center;
    margin-bottom: 50px;
    font-family: "Manier", serif;
    font-size: 34.75px;
    text-transform: capitalize ! important;
    color: #222222;
    font-weight: lighter;
  }
  .products.row {
    justify-content: center;
    margin: 0 auto;
    max-width: 1080px;
    position: relative;
    padding-top: 30px;

    .owl-nav {
      position: absolute;
      top: 0;
      right: 20px;
      width: 70px;
      button {
        width: 20px;
        height: 20px;
        margin: 0px 10px;
        padding: 4px !important;
        background-color: #666439;
        background-position: center;
        background-size: 10px 10px;
        background-repeat: no-repeat;
        &.owl-prev {
          background-image: url('/img/Group 25.png') !important;
        }
        &.owl-next {
          background-image: url('/img/Group 1051.png') !important;
        }
      }
    }
  }

   .js-product.product {
    width: fit-content;
    padding: 5px;
    margin: auto;

     .product-miniature {
      box-shadow: 0px 2px 5px lightgray;
      width: 485px;

      .thumbnail-container {
        display: flex;
        margin-bottom: 0;

        .thumbnail-top {
          width: 261px;
          height: 261px;
          background-size: cover;
          background-position: center center;
        }
      }

      .thumbnail-container:hover .product-description::after {
        display: none;
      }

      .product-description {
        flex: 1;
        text-align: left;
        padding: 15px 15px 0 15px;
        display: flex;
        font-family: Neue Haas Grotesk Display, serif;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;

        .product-title {
          text-align: left;
          font-weight: lighter;

          a {
            font-size: 16px;
            border-right: 0;
            margin-left: 5px;
            color: #222;
          }
        }

        .product-comments-additional-info {
          margin: 0;

          .link-comment {
            cursor: unset;
          }

          .comments-note {
            margin: 0;
            border-bottom: 1px solid #B3B2B2;

            .star-content {
              margin-left: -3px;
            }

            .star-content div.star, .star-content div.star-on, .star-content div.star-hover {
              width: 12px;
              height: 12px;
              margin-left: 3px;
              background-size: auto 12px;
            }

            .star-content div.star-on, .star-content div.star-hover {
              background-position: -15px 0;
              background-size: auto 12px;
            }
          }

          .text-opinions {
            display: none;
          }
        }

        .product-price-and-shipping {
          text-align: left;
          padding: 10px 0px;

          .product_from {
            color: #222;
          }
        }

        .datos_tecnicos {
          margin-bottom: 0 !important;
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-height: 90px !important;

          strong, & p {
            color: #B3B2B2;
          }

          p {
            margin-bottom: 0;
          }
        }

        .button_ver {
          width: 100%;
          text-align: center;
          border: 1px solid #666439;
          padding: 5px;
          margin-bottom: 15px;
          text-transform: uppercase;

          a {
            color: #666439;
          }
        }
      }
    }
  }
}

@media (max-width: 1439px) {
  .frame_productos_layer {
    padding: 0 40px 40px 40px !important;
  }
  .home_beneficios {
    > .imagen {
      display: none;
    }
    .texto_beneficios {
      padding: 0 15px !important;
    }
  }
}

@media (max-width: 1290px) {
  .TabsSlider {
    .owl-stage {
      display: flex;
      align-items: stretch;
      .owl-item {
        display: flex;
        align-items: stretch;
        .row {
          flex-direction: column-reverse;
          height: 100%;
          > div {
            flex: 1 1 50%;
            max-width: 100%;
            width: 100%;
          }
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  body#index .layer {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }

  .frame_productos_layer, .reverse {
    flex-direction: column !important;
  }

  .text_productos {
    padding: 20px 0px !important;
    width: 100%;
  }

  .frame_garantia_layer:nth-child(1) {
    border-bottom: 0;
  }
}

@media (max-width: 768px) {
  .layer_container {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .layer {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px;
  }
  .layer.h414 {
    margin: 0;
  }
  .h414 {
    max-height: 320px;
    height: 320px;
  }

  .TabsSlider {
    .upg-wrp {
      padding: 0 15px;
      p:has(> strong) {
        margin-top: 35px !important;
        margin-bottom: 5px;
      }
    }
  }

  .thumbnail-container.reviews-loading {
    margin: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product-miniature {
    width: fit-content !important;
  }
  #carousel.carousel{
    padding-bottom: 0;
  }
  #index .beneficio_layer .text_productos p:first-of-type {
    position: absolute;
    top: 15px;
    left: 90px;
  }

  #index .home_beneficios {
    & .texto_beneficios {
        .beneficio_layer {
            display: flex;
            gap: 10px;
            flex-direction: column;
            position: relative;
        }
    }
  }
  #index #custom-text2 .home_beneficios .texto_beneficios{
    width: 100% !important;
  }

  body#index section#wrapper {
    margin-top: 75px !important;
  }
  #index .star-content .star:nth-child(6) {
    display: none;
  }
}

.home_beneficios,
.home_beneficios * {
  font-family: Neue Haas Grotesk Display, serif;
}

b {
  font-family: Manier, serif !important;
}
