@import url(home.css);
@import url(aboutus.css);
@import url(products.css);
@import url(blog.css);
@import url(contactus.css);

@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@400;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

/**/


*{
    font-family: 'Spectral', serif;
}

.text-2{
    font-family: 'Lato', sans-serif !important;
}

ul,h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}

.no-list{list-style: none !important;}

.no-button{
    background-color: transparent;
    border: none;
    outline: none;
}

a, a:hover{
    color: inherit;
    text-decoration: none;
}

.np{
    padding-left: 0;
    padding-right: 0;
}


/*textos*/
.text-gray{ color: #636668; }

.text-gold{ color: #d79618; }

.text-red{ color: #5d1622; }

.text-lred{ color: #9b2539; }

.text-black{ color: #333434 !important; }

.text-transparent{ color: transparent !important; }


/*fondos*/
.bg-gray{ background-color: #636668; }

.bg-gold{ background-color: #d79618; }

.bg-red{ background-color: #5d1622 !important; }

.bg-lred{ background-color: #9b2539; }

.bg-pink{ background-color: #FCF4E9; }

.bg-black{ background-color: #333434 !important; }


/*Botones*/
.btn-gold{
    background-color: #d79618;
    color: #fff;
    padding: 6px 15px;
    position: relative;
    border-radius: 0 11px 11px 11px;
    display: inline-flex;
    font-size: 15px;
    transition: all 0.5s;
}

.btn-gold:hover{
    color: #fff;
    border-radius: 0 50px 50px 50px;
}


.btn-gold-2{
    background-color: transparent;
    color: #d79618;
    border: 1px solid #d79618;
    padding: 6px 15px;
    position: relative;
    border-radius: 0 11px 11px 11px;
    display: inline-flex;
    font-size: 15px;
    transition: all 0.5s;
}

.btn-gold-2:hover{
    color: #fff;
    background-color: #d79618;
    border-radius: 0 50px 50px 50px;
}




.btn-red-2{
    background-color: transparent;
    color: #5d1622;
    border: 1px solid #5d1622;
    padding: 6px 15px;
    position: relative;
    border-radius: 0 11px 11px 11px;
    display: inline-flex;
    font-size: 15px;
    transition: all 0.5s;
}

.btn-red-2:hover{
    color: #fff;
    background-color: #5d1622;
    border-radius: 0 50px 50px 50px;
}




/*************************************************************************************************/


/*HEADER*/

header{
    width: 100%;
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #fff;
    transition: all 0.4s;
    z-index: 9999;
    border-bottom: 0px solid #fff;
}

.header-logo img{
    transition: all 0.3s;
}

.header-menu ul li{
    display: inline-flex;
    padding-left: 20px;
}

.header-menu ul li a{
    transition: all 0.3s;
}

.header-menu ul li a:hover
,.header-menu ul li a.active{
    color: #d79618;
}


.icon-header{
    width: 26px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin-left: 20px;
    top: 6px;
}

.icon-header-fb{
    background-image: url(../../images/web/facebook.png);
    transition: all 0.3s;
}
.icon-header-fb:hover{
    background-image: url(../../images/web/facebook-hover.png);
}


.icon-header-is{
    background-image: url(../../images/web/instagram.png);
    transition: all 0.3s;
}
.icon-header-is:hover{
    background-image: url(../../images/web/instagram-hover.png);
}


.icon-header-lk{
    background-image: url(../../images/web/linkedin.png);
    transition: all 0.3s;
}
.icon-header-lk:hover{
    background-image: url(../../images/web/linkedin-hover.png);
}


.header-menu{
    text-align: right;
}

.header-menu-rp{
    text-align: right;
}

.list-menu-rp{
    width: 66%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    text-align: center;
    transition: all 0.3s;
    z-index: 999;
}

.list-menu-rp ul li{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
}

.list-menu-rp ul li a.active{
    color: #d79618;
}

.btn-close-menu{
    border: none;
    background-color: transparent;
    border-radius: 15px;
}

.li-btn-close{
    text-align: right !important;
}

.btn-open-menu{
    border: none;
    background-color: transparent;
    border-radius: 15px;
}

.list-menu-rp ul{
    height: 100%;
}

.li-redes-rp{
    padding-top: 70px !important;
}

.li-redes-rp a div{
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.footer-1-box h6{
    font-size: 18px !important;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
}

.footer-1-box-content ul li{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}


.footer-1-box{
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-1-box-content ul li a{
    transition: all 0.4s;
}

.footer-1-box-content ul li a:hover
,.footer-1-box-content ul li a.active{
    color: #d79618;
}




.inputMailSubscription
,.inputMailSubscription:focus{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0 !important;
    color: #fff;
    outline: none;
    box-shadow: none;    
    font-size: 11px;
    font-family: 'Lato', sans-serif !important;
}

.btn-subs {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #fff !important;
    outline: none;
    display: contents;
    transition: all 0.5s;
}

.footerMail-input span {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0 !important;
}

.inputMailSubscription::-webkit-input-placeholder { /* Edge */
    color: #fff;
    font-family: 'Lato', sans-serif !important;
}
  
.inputMailSubscription:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-family: 'Lato', sans-serif !important;
}
  
.inputMailSubscription::placeholder {
    color: #fff;
    font-family: 'Lato', sans-serif !important;
}



.icon-header-fb2{
    background-image: url(../../images/web/facebook-footer.png);
    transition: all 0.3s;
}
.icon-header-fb2:hover{
    background-image: url(../../images/web/facebook-hover.png);
}


.icon-header-is2{
    background-image: url(../../images/web/instagram-footer.png);
    transition: all 0.3s;
}
.icon-header-is2:hover{
    background-image: url(../../images/web/instagram-hover.png);
}


.icon-header-lk2{
    background-image: url(../../images/web/linkedin-footer.png);
    transition: all 0.3s;
}
.icon-header-lk2:hover{
    background-image: url(../../images/web/linkedin-hover.png);
}


.social-footer a{
    display: inline-flex;
}

.social-footer a div{
    margin-left: 10px;
    margin-right: 10px;
}

.social-footer{
    text-align: center;
    width: 100%;
}

.footer-section-2-left
,.footer-section-2-right{
    text-align: center;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.border-gold-top{
    border-top: 2px solid #d79618;
}

.footer-section-1{
    padding-top: 20px;
}

.footer-section-2{
    padding-top: 40px;
}


.purchase-left-box-3{
    border-radius:  0 8px 8px 8px;
}




@media (min-width: 375px) {

}


@media (min-width: 425px) {

}


@media (min-width: 768px) {
    .icon-header{
        width: 18px;
        height: 18px;
        margin-left: 10px;
        top: 3px;
    }

    .footer-1-box h6{
        text-align: left;
    }
    
    .footer-1-box-content ul li{
        text-align: left;
    }

    .footer-1-box h6{
        font-size: 16px !important;
    }
    
    .footer-1-box-content ul li{
        font-size: 14px;
        line-height: 18px;
    }

    .social-footer{
        text-align: left;
    }

    .social-footer a div{
        margin-left: 0;
        margin-right: 20px;
    }

    .footer-section-2-left{
        text-align: left;
    }
    .footer-section-2-right{
        text-align: right;
    }
}


@media (min-width: 992px) {
    .icon-header{
        width: 26px;
        height: 26px;
        margin-left: 20px;
        top: 6px;
    }

    .footer-1-box h6{
        font-size: 18px !important;
    }
    
    .footer-1-box-content ul li{
        font-size: 16px;
        line-height: 20px;
    }

    .footerMail-input{
        padding-right: 20%;
    }

}


@media (min-width: 1200px) {
    .footer-1-box h6{
        font-size: 15px !important;
    }
    
    .footer-1-box-content ul li{
        font-size: 11px;
        line-height: 15px;
    }

    
    .btn-gold{
        font-size: 16px;
    }
}


@media (min-width: 1400px) {

}




/* scroll */



/* width */

::-webkit-scrollbar {
    width: 5px;
  }
  

  ::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 10px #5e539f;*/background: #414141;
    border-radius: 0px;
  }
  

  ::-webkit-scrollbar-thumb {
    background: #d79618;
    background: linear-gradient(0deg, #d79618 0%, #d79618  100%);   
    border-radius: 15px;
  }

/* scroll */