@font-face{
  font-family: "RobotoCondensed-Bold";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Bold.ttf");
}

@font-face{
  font-family: "RobotoCondensed-Regular";
  src: url("../fonts/RobotoCondensed/RobotoCondensed-Regular.ttf");
}

@font-face{
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto/Roboto-Regular.ttf");
}
@font-face{
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto/Roboto-Bold.ttf");
}
@font-face{
  font-family: "Helvetica";
  src: url("../../../fonts_template/Helvetica.ttf");
}

 /* fonts template*/
 @font-face{
  font-family: "Indie Flower";
  src: url("../../../fonts_template/IndieFlower-Regular.ttf");
}
@font-face{
  font-family: "Lato";
  src: url("../../../fonts_template/Lato-Regular.ttf");
}
@font-face{
  font-family: "Montserrat";
  src: url("../../../fonts_template/Montserrat-Regular.ttf");
}
@font-face{
  font-family: "Open Sans";
  src: url("../../../fonts_template/OpenSans-Regular.ttf");
}
@font-face{
  font-family: "Poppins";
  src: url("../../../fonts_template/Poppins-Regular.ttf");
}
@font-face{
  font-family: "Potta One";
  src: url("../../../fonts_template/PottaOne-Regular.ttf");
}
@font-face{
  font-family: "Raleway";
  src: url("../../../fonts_template/Raleway-Regular.ttf");
}
@font-face{
  font-family: "Roboto";
  src: url("../../../fonts_template/Roboto-Regular.ttf");
}
@font-face{
  font-family: "Shadows Into Light";
  src: url("../../../fonts_template/ShadowsIntoLight-Regular.ttf");
}
@font-face{
  font-family: "Yusei Magic";
  src: url("../../../fonts_template/YuseiMagic-Regular.ttf");
}
/*----------------------------------------*/
/* GLOBAL */

:root {
  --height-menu-logo: 110px;
  --height-menu-options: 60px;
}

body{
  font-family: var(--font-family);
  color: var(--text-secondary);
}
section.home{
  margin-bottom: 50px;
  padding-top: 50px;
}
#modalMessageCart{
  width: 100%;
}
#modalMessageCart .modal-dialog{
  background: var(--background-secondary-gradient);
  display: block;
  width: 100%!important;
  max-width: 100%!important;
  color: var(--text-primary);
  top: 15%;
}
#modalMessageCartError{
  width: 100%;
}
#modalMessageCartError .modal-dialog{
  background-color: rgb(255, 8, 8);
  display: block;
  height: 120px;
  width: 100%!important;
  max-width: 100%!important;
  color: var(--text-primary);;
  top: 15%;
}
.top-nav li{
  padding-right: 5px;
}
.top-nav ul {
  padding: 0px;
  color: var(--text-tertiary);
}
.top-nav ul a{
  color: var(--text-tertiary);
}
.top-nav ul a:hover{
  text-decoration: none;
  color: var(--text-primary);
}
.header-two{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-content: center;
}
.header-two li{
  padding: 10px;
  margin: 0;
}
.header-two li:hover{
  background: var(--background-secondary-gradient);
}
.navbar {
  background-color: var(--background-primary);
}
.menu-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .menu-options {
    position: absolute;
    right: 0;
    top: calc((var(--height-menu-logo)/2 + var(--height-menu-options)/2)*(-1));
  }
}

.navbar-light .navbar-nav  a.nav-link{
  color: #ffffff;
  font-family: var(--font-family)!important;
  letter-spacing: 1px;
  font-size: 13px;
  padding: 13px 20px;
}
.height-lg-max {
  min-height: var(--height-menu-options);
  max-height: var(--height-menu-options);
}
.img-logo-header {
  min-height: auto;
  max-height: 70px;
  max-width: 100%;
}
#content-search {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  #content-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: var(--background-primary);
  }
}
.content-button-search {
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0px 0px;
  color: var(--text-primary) !important;
  font-size: 19px;
}
.content-button-search button {
  color: #777 !important;
}
#navbarSupportedContent a.nav-link,#navbarSupportedContentb a.nav-link{
  color: var(--text-primary);
}
#navbarSupportedContent a.nav-link:hover,#navbarSupportedContentb a.nav-link:hover{
  background: var(--background-secondary-gradient);
  color: var(--text-primary);
}
.navbar-light .navbar-nav .active>.nav-link{
  font-family: var(--font-family) !important;
  color: var(--text-primary)!important;
  background: var(--background-secondary-gradient);
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus
{
  color: #ffffff;
}
.top-nav{
  background: var(--background-tertiary-header);
  border-bottom: 1px rgba(56, 56, 56, 0.151) solid;
  font-weight: 400;
  font-size: 13px;
}
.icon-nav{
  color: #fff;
  font-size: 30px;
}
.icon-nav:hover{
  color: #fff;
}
.header-main .top-content{
  background: var(--background-primary);
  border-bottom: 1px rgba(56, 56, 56, 0.151) solid;
  font-weight: 400;
}
.height-top-content {
  height: var(--height-menu-logo);
}
.search-input{
  font-family: var(--font-family);
  border-radius: 30px;
  border: 0px;
  height: 44px;
  font-size: 13px;
  min-width: 180px;
  padding-left: 20px;
}
.button-search{
  background-color: white;
  color: black;
  padding: 8px 19px;
  border-color: transparent;
}
.button-searchs{
  background: linear-gradient(to bottom, #ff9d02 0%,#ffc509 0%,#ff9d02 99%);
  color: var(--text-primary);
  padding: 8px 0px;
  border-color: transparent;
}
.button-user{
  width: 50px;
}
.border-line{
  background: white;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  color: black;
  border-color: transparent;
  text-align: center!important;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: none;
}
.navbar-toggler.border-line{
  background: white;
  border-radius: 15%;
  width: 44px;
  height: 44px;
  color: black;
  border: 0;
  transition: none;
}
.border-line:hover{
  text-decoration: none;
  background: var(--background-secondary-gradient);
  color: var(--text-primary);
}
.img-shop {
  background-size: contain !important;
  background-position: center!important;
  background-repeat: no-repeat!important;
  width: 60px;
  height: 60px;
}
.icon-shop{
  font-size: 18px;
}
.font-size-16px {
  font-size: 16px;
}
.top-footer{
  background: rgb(162, 169, 187);
  font-weight: 400;
  padding: 5px;
}
.nav-link{
  font-size: 17px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar .dropdown .btn-dropdown{
  color: #fff;
  background-color: #76ad40;
  border-color: #76ad40;
  font-family: var(--font-family)!important;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 9px 6px;
}
.navbar .dropdown .btn-dropdown:focus{
  color: #fff;
  box-shadow: 0 0 0 0px #76ad40;
}
.card-body .text-card-code{
  font-size: 13px;
}
.text-card-product {
  font-size: 14px;
}
.one-line{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-product-name {
  font-weight: 500;
}
.price-offer {
  text-decoration: line-through 1px;
}
.card-body .price-now{
  color: var(--background-primary);
  font-weight: 600;
}
.category-card .border-top{
  border-top: 1px solid #e5e5e5;;
} 
.category-card .card-category a.active, .category-card .card-subcategory a.active {
  color: var(--background-secondary);
}
.category-card a{
  color: var(--text-secondary);
  font-weight: 600;
  font-size: 14px;
} 
.category-card:hover{
  filter: none!important;
}
.category-card a:hover{
  color: var(--background-secondary);
  text-decoration: none;
} 
.category-card .card-body a{
  color: #000;
} 
 .category-card .card-body a:hover{
  color: var(--background-secondary);
  text-decoration: none;
} 
.category-card .card-category{
  background-color: #fff;  
  padding: 13px 30px;
}
.category-card .card-subcategory{
  background-color: #fff;  
  padding: 13px 30px 13px 50px;
}
.color-primary{
  color:var(--background-secondary) !important;
}
.navbar .dropdown-menu {
  width: 250px;
  padding: 0px;
}
.section-custom {
  margin-top: 75px;
}
section.special-categories .card:hover{
  filter: drop-shadow(2px 4px 6px #e1e1e1);
}
a.card-category{
  text-decoration: none;
  color: #212529;
  position: relative;
  display: block;
}
.img-category {
  object-fit: cover;
  width: 100%;
  height: 100%;  
}
.box-card-category {
  overflow: hidden;
  transition: all .4s ease;
}
.card-category:hover .box-card-category {
  background: linear-gradient(to bottom, #ff9d02 0%,#ffc509 0%,#ff9d02 99%);
}
.card-category .img-category {
  object-fit: cover;
  height: 290px;
  width: 100%;
  transition: all .4s ease;
}
.card-category:hover img {
  opacity: .9;
  transform: scale(1.05);
}
.content-card-category {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0 .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-card-category {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
  text-shadow: #CCC 1px 0 10px;
}
@media (min-width: 576px) {
  .title-card-category {
    font-size: 1.1rem;
  }
}
@media (min-width: 992px) {
  .title-card-category {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .title-card-category {
    font-size: 1.5rem;
  }
}
.btn-category{
  font-size: 14px;
  border-radius: 20px;
  border: 0;
  background-color: #212529;
  color: white;
}
.btn-category:hover{
  border: 0;
  font-weight: bold;
}
.btn-category:focus, .btn-category2:focus{
  box-shadow: none!important;
}
.btn-category2{
  font-size: 14px;
  border-radius: 20px;
  border: 0;
  background: var(--background-secondary-gradient);
  color: var(--text-primary);
}
.btn-category2:hover{
  border: 0;
  font-weight: bold;
}
a.card-general{
  text-decoration: none;
  color: #212529;
}
a.card-general:hover{
  color: #212529;
}
.prod-banner1{
  background-position: center;
  background-size: cover;
  max-width: 90%;
  height: 300px;
  background-repeat: no-repeat;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prod-banner1 h1{
  color: white;
  font-weight: 600;
}
.prod-banner1 h1:hover{
  color: var(--background-secondary);
  border: 0;
}
.only-hover{
  visibility: hidden;
  position: absolute;
  background: #fff;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-family: Poppins;
}
.only-hover ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  transform: scale(0);
  transition: all 0.3s ease-out;
}
.only-hover ul li {
  display: inline-block;
  padding: 5px 1px 5px 0px;
  vertical-align: top;
}
.only-hover ul li a, .only-hover ul li button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  line-height: 1.6;
  color: #232323;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.2s ease-in;
  font-size: 16px;
  padding: 10px 0px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 576px) {
  .only-hover ul li a, .only-hover ul li button {
    width: 45px;
    height: 45px;
  }
}

.cards-category-text{ 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.protip{
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.protip-title{
  border-bottom: 3px var(--background-primary) solid;
}
.protip-title:hover{
  color: var(--background-secondary);
}
.border-sliders{
  border: 1px #dfd8d8 solid;
}
.border-sliders:hover{
  border: 2px var(--background-primary) solid;
}
.product-list{
  border: 1px #e1e1e1 solid;
  border-radius: 0;
}
.product-relation:hover{
  filter: 0;
}
.product-relation:hover .only-hover{
  visibility: visible;
  opacity: 1;
}
.product-relation:hover .only-hover ul{
  transform: scale(1);
}
.only-hover ul li a:hover, .only-hover ul li button:hover{
  text-decoration: none;
  color: var(--text-primary);
  border-color: var(--background-primary);
  background: var(--background-primary-gradient);
}
ol.circle {
  bottom: -40px;
}
ol.circle li{
  background-color: #3054c9!important;
  width: 19px!important;
  height: 18px!important;
  background-clip: initial!important;
  border-radius: 100px;
}
ol.circle li.active{
  opacity: 1 !important;
}
section.home-product-combos{
  background-color: #f8f8f8;
}
section.home-especial{
  background-color: #f8f8f8;
}
.card-product.card{
  border-radius: 0px;
  border: 0px;
}
.text-decoration-none {
  text-decoration: none!important;
}
.card-product.card .card-body{
  padding: 0px;
}
.card-product.card .card-description{
  border-top: 1px solid rgba(0,0,0,.125);
  padding: 10px;
}
.card-product.card .card-description
.products .field.qty .btn{
  background-color: #fff;
  background: #fff;
  font-size: 12px;
}
.benefits-home h6{
  font-size: 14px;
  margin-bottom: 1px!important;
  font-family: var(--font-family) !important;
  font-weight: 500;
}
section.benefits-home .text-row{
    font-size: 11px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}
section.benefits-home h5{
  font-size: 34px;
}
section.subcription-home {
  background: var(--background-primary-gradient);
  padding: 20px 0 15px;
  position: relative;
}
section.subcription-home::after{
  content: ' ';
  background: linear-gradient(to bottom, #ff9d02 0%,#ffc509 0%,#ff9d02 99%);
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.3;
}
section.subcription-home .container{
  position: relative;
  z-index: 100;
}
section.subcription-home input.form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 300;
}
section.subcription-home input.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--text-primary);
}
section.subcription-home input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--text-primary);
}
section.subcription-home input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--text-primary);
}
section.subcription-home .newsletter-title{
	color: var(--text-primary);
  font-size: 24px;
}
section.subcription-home .btn.btn-light {
  border: 0;
  padding: 8px 15px 8px 19px;
  height: 40px;
  line-height: 20px;
  background: var(--background-secondary-gradient);
  color: var(--text-primary);
}
section.subcription-home .btn.btn-light:hover {
  font-weight: bold;
}
section.info-home {
  background-color: #333333;
}
section.info-home i{
  color: var(--background-secondary);
}
section.info-home::after{
content: ' ';
background: var(--background-primary-gradient);
position: absolute;
width: 100%;
top: 0;
opacity: 0.3;
}
section.info-home .container{
position: relative;
z-index: 100;
}
section.info-home .footerinfo-title{
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 575px) {
  section.info-home .footerinfo-title{
    font-size: 16px;
  }
}
.color-footer-text-secondary {
  color: var(--text-tertiary);
}
footer .line-footer{
  background-color: var(--background-tertiary);
  border-top: 1px solid #3d3d3d;
  padding: 20px 0;
  font-size: 13px;
}
footer hr{
  background-color: #777777;
}
.seccion-footer-dos{
  background-color: #333333;
  color: #ffffff;
}
footer ul li{
  margin-bottom: 10px;
}
footer ul li a, footer ul li{
  color: #a3a2a2;
}
footer ul li a:hover {
  text-decoration: none;
  color: #ffffff
}
.icon-fot{
  color: #fff;
  font-size: xx-large;
}
.border-filtera{
  border: 3px var(--background-primary) solid;
  padding: 30px;
  font-size: 14px!important;
}
.border-filtera select,.border-filtera button {
  font-size: 14px;
}
.title-filterb{
  background: var(--background-secondary-gradient);
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 600;
  padding: 24px 30px 22px 30px;
}
.border-filterb{
  border: 2px var(--background-secondary) solid;
}
.description-product{
  font-size: 14px!important;
}
.qty-box{
  border: 1px #e5e5e5 solid;
  padding: 10px;
}
#stock .stock-red {
  color: red;
}
.button-primary {
  font-weight: 500;
  border-radius: 29px;
  font-size: 14px;
  padding: 10px 20px;
  color: var(--text-primary);
  background: var(--background-primary-gradient);
}
.button-secondary {
  font-weight: 500;
  border-radius: 29px;
  font-size: 14px;
  padding: 10px 20px;
  color: var(--text-primary);
  background: var(--background-secondary-gradient);
}
.button-secondary:not(:disabled):hover, .button-primary:not(:disabled):hover {
  color: var(--text-primary);
  font-weight: bold;
}
.btn-secondary2 {
  background: #c1c1c1;
}
.btn-secondary2:hover {
  background: #939393;
  color: white;
}
.img_principal{
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.my-breadcrumb{
  font-size: 14px;
  padding-top: 10px;
}
 .my-breadcrumb a{
  color: var(--text-secondary);
}
 .my-breadcrumb a:hover{
  text-decoration: none;
  color: var(--background-secondary);
}
.share-box{
  border: 1px #e5e5e5 solid;
}
.share-icons{
  border-left: 1px #e5e5e5 solid;
}
.share-icons a{
  color: #bcbcbc;
  font-size: 24px;
  margin: 5px;
}
.share-icons a i.fab.fa-facebook, .share-icons a:active i.fab.fa-facebook{
  color: #3b5998;
}
.share-icons a i.fab.fa-twitter, .share-icons a:active i.fab.fa-twitter{
  color: #1da1f2;
}
.share-icons a i.fab.fa-whatsapp, .share-icons a:active i.fab.fa-whatsapp{
  color: rgb(37, 211, 102);
}
.ficha_carousel_img{
  margin: 5px;
  border: 1px solid #e1e1e1;
}
.img-box{
  border: 1px #e1e1e1 solid;
  width: 100%;
  display: flex;
  justify-content: center;
}
.gallery-nav{
  border-bottom: 1px solid var(--background-primary);
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.gallery-nav-item.active{
  border-bottom: 2px solid var(--background-primary);
  display: inline-block;
}
.gallery-nav-link{
  font-weight: 600;
  font-size: 15px;
  color: rgba(56, 68, 79, 1);
  padding: 6px 10px;
  border-bottom: 1px solid transparent;
  text-decoration: none!important;
}
.products-gallery .owl-prev, .products-gallery .owl-next{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  text-align: center;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #333;
  border-radius: 50%;
  padding-top: 3px;
}
.products-gallery .owl-prev{
	left: -9px;
}
.products-gallery .owl-next{
	right: -10px;
}
.carousel-control-prev .carousel-control-prev-icon{
    border-radius: 100%;
    border: 1px solid;
    background-color: rgb(107, 107, 107);
    color: #fff;
    background-size: 25px;
    padding: 20px;
}
.carousel-control-next .carousel-control-next-icon{
    border-radius: 100%;
    border: 1px solid;
    background-color: rgb(128, 127, 127);
    color: #fff;
    background-size: 25px;
    padding: 20px;
}
section.home-products-especial .card:hover{
  filter: drop-shadow(2px 4px 6px #e1e1e1);
}
section.home-products-especial .card:hover h6{
  color: #3054c9;
}
section.home-especial .card:hover{
  filter: drop-shadow(2px 4px 6px #e1e1e1);
}
section.home-especial .card:hover h6{
  color: #3054c9;
}
.carousel-indicators{
  bottom: 10px;
}
.slider-tempoffer{
  border: 3px var(--background-primary) solid;
  min-height: 338px;
  display: flex!important;
  flex-direction: column;
  justify-content: center;
}
.slider-tempoffer .content{
  color: var(--text-secondary);
  text-align:center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.slider-tempoffer .tooltip-offer-product{
  font-size:20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow:hidden;
}
.slider-tempoffer  .owl-dot:hover,
.slider-tempoffer  .owl-dot.active{
  background: var(--background-primary-gradient) !important;
}
.slider-tempoffer  .owl-prev{
  left: 0px;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  background: none;
}
.slider-tempoffer  .owl-prev i, .slider-tempoffer  .owl-next i{
  color: black;
}
.slider-tempoffer  .owl-next{
  right: 0px;
  width: 25px;
  height: 25px;
  padding-top: 1px;
  background: none;
}
.slider-promocional.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.slider-promocional  .owl-dots{
  margin-top: 40px;
  text-align:center;
}
.slider-promocional  .owl-dot{
  height: 18px;
  width: 18px;
  border-radius: 25px;
  cursor:pointer;
  outline: none;
  border: 2px solid var(--promocional-font) !important;
  margin: 0 5px;
  transition: all 0.3s ease;
  display: inline-block;
}
.slider-promocional  .owl-dot:hover,
.slider-promocional  .owl-dot.active{
  background: var(--promocional-font) !important;
}
.slider-tempoffer  .owl-dots{
  margin-top: 10%;
  text-align:center;
}
.slider-tempoffer  .owl-dot{
  height: 18px;
  width: 18px;
  border-radius: 25px;
  cursor:pointer;
  outline: none;
  border: 2px solid var(--background-primary) !important;
  margin: 0 5px;
  transition: all 0.3s ease;
  display: inline-block;
}
.slider-tempoffer  .owl-dot:hover,
.slider-tempoffer  .owl-dot.active{
  background: var(--background-primary-gradient) !important;
}
.numtiempo{
  align-self: center;
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid rgb(185, 185, 185);
  height: 60px;
  width: 60px;
}
.numtext{
  font-size: 12px;
  color: rgb(134, 134, 134);
}
.rounded-pill{
  border-radius: 50rem!important;
}
.number_items_cart{
	position: absolute;
	width: 25px;
	height: 25px;
	background: red;
  color: #ffffff;
	text-align: center;
	border-radius: 50%;
	top: 7px;
	left: -17px;
	font-size: 14px;
	padding-top: 1px;
	border: 1px solid rgb(185, 185, 185);
}
.floating-wpp-head{
  background: var(--background-secondary)!important;
}
.see-more{
  color: var(--background-secondary);
  text-decoration: none!important;
}
.see-more:hover{
  color: var(--background-secondary);
}
.title{
  color: var(--text-secondary);
}
.filter-prices{
  border: none !important;
  height: 4px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: #d6d6d6;
}
.ui-slider .ui-slider-range{
  background: var(--background-primary-gradient);
  border: none !important;
}
.ui-slider .ui-slider-handle{
  background: var(--background-primary-gradient)!important;
  border: 1px var(--background-primary)!important;
  top: -6px !important;
  width: 1em!important;
  height: 1em!important;
  border-radius: 50px;
}
.ui-state-active{
  background: linear-gradient(to bottom, #ff9d02 0%,#ffc509 0%,#ff9d02 99%)!important;
  border-color: var(--background-secondary)!important;
}
.title-filtera{
  font-size: 20px;
  font-weight: 500!important;
}
.button-filter{
  background: var(--background-primary-gradient);
  color: var(--text-primary);
}
.button-filter:not(:disabled):hover {
  font-weight: bold;
}
.slider-input-range{
  border :0;
  font-size: 14px;
  width: 150px;
}
section.catalogues .card-catalogue a{
  color:var(--background-secondary);
}
.cards-home i{
  color: var(--background-primary);
  font-size: 50px;
}
.place-content-center{
  place-content: center;
}
.justify-content-space{
  justify-content: space-evenly;
}
#countdown ul li{
  display: inline-block;
  font-size: 12px;
  list-style-type: none;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}
#countdown ul li span.round-time{
  display: block;
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid rgb(0, 0, 0);
  position: relative;
  height: 40px;
  width: 40px;
  margin-bottom: 5px;
}
#countdown ul li span.round-time-text{
  position: absolute;
  font-size: 5px;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
p.text-offer{
  color: #fff;
  font-size:20px;
  font-weight: bold;
}
.special-categories i{
  font-size: 20px;
}
.ticket-card-product {
  position: absolute;
  top: 0px;
  color: var(--text-primary);
  padding: 5px 10px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 20px;
}
.ticket-card-product.left {
  left: 0px;
  background: var(--background-primary-gradient);
}
.ticket-card-product.right {
  right: 0px;
  background: var(--background-secondary-gradient);
}
.product-relation{
  border: 1px #dfd8d8 solid;
}
.product-relation .text-block-right {
  color: var(--text-primary);;
  position: relative;
  top: -47px;
  left: -52px;
  transform: rotate(45deg);
  width: 61px;
  font-size: 14px;
}
.product-relation .text-block-left {
  color: var(--text-primary);;
  position: relative;
  top: -44px;
  right: 26px;
  transform: rotate(-46deg);
  width: 100px;
  font-size: 12px;
}
.section-content{
  min-height: calc(100vh - 526px);
}
.product-title{
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px var(--background-primary) solid;
}
.pricevalue{
  font-size: 50px;
  font-weight: 600;
  color: var(--background-primary);
}
.priceexvalue{
  font-size: 14px;
}
.section-title{
  display: inline-block;
  padding-bottom: 14px;
  border-bottom: 2px var(--background-primary) solid;
  font-weight: 500;
  color: var(--text-secondary);
}
.subsection-content {
  border-top: 1px #e5e5e5 solid;
  padding-top: 20px;
}
.description-text {
  border-top: 1px #e5e5e5 solid;
  padding-top: 20px;
}
.owl-prev,
.owl-next{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: var(--background-secondary-gradient);
  border-radius: 50%;
  color: var(--text-primary);
  padding-top: 3px;
}
.owl-prev{
	left: 10px;
}
.owl-next{
	right: 10px;
}
.color-profile{
  background: linear-gradient(to bottom, #ff9d02 0%,#ffc509 0%,#ff9d02 99%)!important;
  border-color: var(--text-primary) !important;
}
.list-group.custom1 .list-group-item.active {
    background: var(--background-primary-gradient);
    border-color: var(--background-primary);
}
.card.custom1 .card-header {
  background: var(--background-primary-gradient);
  border: 1px solid var(--background-primary);
}
.card.custom1 {
  border: 0;
}
.card.custom1 .card-body {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0 0 0.25rem 0.25rem;
}
a.dropdown-active:active, a.dropdown-active:hover {
  background: var(--background-secondary-gradient)!important;
  border-color: var(--background-secondary) !important;
  color: white !important;
}
.footer-list{
  margin-bottom: 1rem;
}
.footer-list li{
  font-size: 13px;
}
.seccion-footer-dos h6{
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px var(--background-primary) solid;
  display: inline-block;
}
.list-icons{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.icons-methods{
  width: auto;
  margin-right: 10px;
  text-align-last: center;
}
.top-footer ul{
  color: #fff;
  text-shadow: 1px 1px #585858;
}
.favorite{
  position: absolute;
  top: 3%;
  left: 35%;
  transform: translate(-50%, 0%);
  background: #fbfbfb;
  padding: 23px 23px;
  border-radius: 25rem;
  opacity: 0;
}
.favorite i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: var(--background-primary);
  font-size: 20px;
}
.favorite:hover,.favorite.active{
  background: var(--background-primary-gradient);
}
.favorite:hover i,.favorite.active i{
  color: var(--text-primary);
}
.card-product:hover .favorite,.card-product .favorite.active{
  opacity: 1;
}
.cart{
  position: absolute;
  top: 3%;
  left: 60%;
  transform: translate(-50%, 0%);
  background: #fbfbfb;
  padding: 23px 23px;
  border-radius: 25rem;
  opacity: 0;
}
.cart i{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  color: var(--background-primary);
  font-size: 20px;
}
.cart:hover,.cart.active{
  background: var(--background-primary-gradient);
}
.cart:hover i,.cart.active i{
  color: var(--text-primary);
}
.card-product:hover .cart,.card-product .cart.active{
  opacity: 1;
}
.catalogue-overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(255, 255, 255, 0.514);
}
.actions-catalogue{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.card-catalogue:hover .catalogue-overlay{
  opacity: 1;
}
.catalogue-overlay a{
  text-decoration: none;
  font-size: 23px;
}
.swal-footer {
  text-align: center!important;
  margin-bottom: 20px!important;
}
.slider-home {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all linear 1s;
}
@media (max-width: 1199px) {
  .slider-home {
    height: 500px;
  }
}
@media (max-width: 991px) {
  .slider-home {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .slider-home {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .slider-home {
    height: 200px;
  }
}
.title-slider{
  text-shadow: 0 0 5px #3e3c3c;
  font-size: 40px;
  color: white;
}
.description-slider{
  text-shadow: 0 0 5px #3e3c3c;
  font-size: 25px;
  color: white;
}
.slider-main-title{
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 80%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .title-slider{
    font-size: 25px;
  }
  .description-slider{
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .title-slider{
    font-size: 20px;
  }
  .description-slider{
    font-size: 15px;
  }
}
.text-lg-card-offer {
  font-size: 37px;
}
.text-lg-card-offer-subtitle {
  font-size: 18px;
}
.img-product-card {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* TESTIMONIOS */
.btn-see-more-testimonial {
  color: var(--promocional-font);
  font-weight: bold;
  text-decoration-line: underline;
}
.btn-see-more-testimonial:hover {
  color: var(--background-primary);
}
section.testimonies-home{
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 410px;
  color: var(--promocional-font);
}
.content-testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding-right: 40px;
  padding-left: 40px;
}
.img-testimonial {
  height: 160px!important;
  width: 160px!important;
  object-fit: cover;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .content-testimonial {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .img-testimonial {
    height: 200px!important;
    width: 200px!important;
  }
}
.title-testimonial{
  text-align: center;
  margin: 0;
}
.subtitle-testimonial{
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.subtitle-testimonial.see-full{
  overflow: hidden auto;
}
.subtitle-testimonial.see-full::-webkit-scrollbar {
  width: 4px;
}
.subtitle-testimonial.see-full::-webkit-scrollbar-track {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.subtitle-testimonial.see-full::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 15%;
}
.subtitle-testimonial.see-full::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.btn-promo{
  display: flex;
  background: var(--background-secondary-gradient);
  color: var(--text-primary);
}
.btn-promo:hover{
  background: var(--background-secondary-gradient);
  color: var(--text-primary);
  font-weight: bold;
}

.text-lg-card-offer {
  font-size: 28px;
  font-weight: 600;
}
.text-lg-card-offer-subtitle {
  font-size: 18px;
}
.img-product-card {
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.img-gallery-product {
  background-position: center!important;
  background-size: contain!important;
  width:100%;
  height:100px;
  background-repeat: no-repeat!important;
}
.background-banner-home {
  background-size:cover; 
  height:150px;
}
.text-banner-home {
  color:white; 
  font-weight: 500; 
  font-size:20px; 
  letter-spacing: 2px;
  text-shadow: 3px 2px 2px #323232;
}
.icon-envelope-email {
  position: absolute;
  top: 1px;
  padding: 7px 14px;
  color: var(--text-primary);
  font-size: 18px;
}

.img-slider-catalogue {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all linear 1s;
}
@media (max-width: 1199px) {
  .img-slider-catalogue {
    height: 500px;
  }
}

@media (max-width: 991px) {
  .img-slider-catalogue {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .img-slider-catalogue {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .img-slider-catalogue {
    height: 200px;
  }
}

.button-product.active {
    color: red;
}
.contact-info li {
  font-size: 14px;
}
.subtitle-section {
  font-weight: bold;
}
.text-description-product {
  font-family: 'Helvetica';
  font-size: 13px;
  line-height: 23px;
}
.subtitle-section-small {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.text-table-sheet-product {
  font-size: 13px;
}
.text-table-sheet-product .text-main {
  font-weight: 600;
}
#html-editor img {
    max-width: 100%;
}
.page-link-custom .page-item.active .page-link {
  color: var(--text-primary);
  background: var(--background-primary-gradient);
  border-color: var(--background-primary);
}
.page-link-custom .page-link {
  color: var(--background-primary);
}

.row-m0 {
  margin-right: 0px;
  margin-left: 0px;
}
.col-p0 {
  padding-right: 0;
  padding-left: 0;
}
.gap-10px {
  gap: 10px;
}
.px-15px {
  padding-left: 15px!important;
  padding-right: 15px!important;
}
.group-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
}
@media (min-width: 768px) {
  .col-md-pl0 {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .col-lg-pl0 {
    padding-left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .product-list:hover .only-hover{
    visibility: visible;
    opacity: 1;
  }
  .product-list:hover .only-hover ul{
    transform: scale(1);
  }
}
@media (hover: none) and (pointer: coarse) {
  .product-list .only-hover{
    position: initial;
    visibility: visible;
    opacity: 1;    
    padding-top: 15px;
  }
  .product-list .only-hover ul{
    transform: scale(1);
  }
}

.swiper-custom3 .swiper-tag-button-next, .swiper-custom3 .swiper-tag-button-prev {
  width: 50px;
  height: 50px;
  background-color: var(--background-primary);
  color: var(--text-primary);
  text-shadow: 1px 1px #585858;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.swiper-custom3 .swiper-tag-button-next:after, .swiper-custom3 .swiper-tag-button-prev:after {
  font-family: "Font Awesome 6 Free"!important;
  font-weight: 900;
  font-size: 15px!important;
}
.swiper-custom3 .swiper-tag-button-prev {
  left: 0;
}
.swiper-custom3 .swiper-tag-button-next {
  right: 0;
}
.swiper-custom3 .swiper-tag-button-prev:after {
  content: "\f060"!important;
}
.swiper-custom3 .swiper-tag-button-next:after {
  content: "\f061"!important;
}
.swiper-tag-button-next-home:after, .swiper-tag-button-prev:after {
  font-size: 18px;
}

/* Secciones */
#navbarSupportedContent .menu-dropdown .dropdown-menu{
  position: absolute;
  border: 0px;
  background: #f3f3f2;
}

#navbarSupportedContent .menu-dropdown .dropdown-menu .dropdown-item{
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  color: black;
}

#navbarSupportedContent .menu-dropdown .dropdown-menu .dropdown-item:hover{
  color: var(--background-secondary);
  background: #f8f9fa;
}

.menu-dropdown .dropdown-menu .dropdown-item:focus,.menu-dropdown .dropdown-menu .dropdown-item:active{
  background: #f8f9fa;
}

.social-items {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.social-network {
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 25px;
  text-decoration: none;
  color: initial;
  transition: all .4s ease-in-out
}

.social-network.social-facebook {
  color: #1877f2;
}

.social-network.social-twitter {
  color: #1DA1F2;
}

.social-network.social-instagram {
  color: #D43089;
}

.social-network:hover {
  text-decoration: none;
  color: var(--background-primary) !important;
  transform: scale(1.2);
}

.social-network:hover.social-facebook {
  color: #1877f2 !important;
}

.social-network:hover.social-twitter {
  color: #1DA1F2 !important;
}

.social-network:hover.social-instagram {
  color: #D43089 !important;
}