
.H1_main{
    font-family: 'Manrope', sans-serif; /*"Roboto",sans-serif;*/
    font-style: italic;
    font-size: 3.4rem;
    line-height: 0;
    text-transform: none;
    font-weight: 700;
}
.main a {
    transition: all 0.3s;
    color: #ffffff;
    text-decoration: none;
}
body {
    color: #777;
    font-size: 12px;
}    
.product-default .product-label.label-hot{
    background-color:#646464;
}
.product-default .product-label.label-sale{
    background-color:#494949; /* #1aada3; verde hilarte*/
}
/*------------------------------------------------------*/

.social-icon.social-youtube {
    background-color: #ff0000;
    /*padding-top: 4px;*/
    line-height: 2.6rem;
}

/*------------ banner ---------------------------------*/
.banners-page .banner .banner-title {
    font-size: 5rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0;
}
.banner .btn {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: -0.025em;
    padding: 0.8em 2.5em;
}
@media(max-width:600px){
     .banners-page .banner .banner-title {
        font-size: 2.5rem;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: uppercase;
        margin-top: 2px;
        margin-bottom: 5px;
    }
}
.btn-wsp {
    position: fixed;
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    bottom: 62px;
    right: 10px;
    background: #19b436;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px,1px,10px rgba(0,0,0,0.3);
    z-index: 1000;
}
.btn-wsp:hover{
    text-decoration: none;
    color: #0df053;
    background: #fff;
}
footer .widget-title {
    color: #666666; /*#383838;*/
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 1.7rem;
}
.footer .widget li {
    color: #c0c0c0;
}
/*.social-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    color:#7f7f7f;
    border-color: #7f7f7f;
    background-color:#08C;
    font-size:14px;
    line-height:3.2rem;
    text-align:center;
    text-decoration:none;
    opacity:1;
}*/
.footer .social-icon:not(:hover):not(:active):not(:focus) {
    background-color: transparent;
    border-color: #313438;
    color: #7f7f7f;
}
.footer-copyright{
    color:#7f7f7f;
    font-size:0.9em;
    line-height:24px;
    letter-spacing:0.065px;
}
.bg-light-gray {
    background-color: #f0f0f0!important;
    color: #464545;
}
.bg-gray1 {
    background-color: #383838!important;
    color: #464545;
}
.Colecciones {
  filter: brightness(80%);
}

.Colecciones:hover {
  filter: brightness(50%);
  background-color: rgba(50, 50, 50);
  background-blend-mode: soft-light;
  transition: 0.3s;
}
.main{
    color: #000;
}
.main: hover{
    font-weight: 600;
    color: #ffffff;
}
.main-nav .menu>li>a {
        font-size: 21px;
        font-weight: 500;
        padding: 19px 10;
    }
.badge-circle{
    position:absolute;top:1px;
    right:0;width:1.6rem;
    border-radius:50%;
    color:#fff;
    background:#ff5b5b;
    font-weight:600;
    font-size:1.1rem;
    line-height:1.6rem;
    font-family:'Manrope', sans-serif;
    text-align:center
}
