/* font importing */
@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ruda:wght@400..900&family=Russo+One&display=swap');

body {
    overflow-x: hidden;
}

/* HEADER */
header,
nav {
    background-color: #252525;
}

.font-ruda {
    font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-russo-one {
    font-family: "Russo One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.bg-yellow {
    background-color: #daca3f !important;
}

.bg-red {
    background-color: #C43232 !important;
}

.bg-gray {
    background-color: #D6D6D6;
}

.bg-black {
    background-color: #292929;
}

.border-30{
    border-radius: 30px !important;
}

header .nav-item a {
    color: #000000;
    font-weight: 600;
    font-size: 11pt;
}

header {
    margin-top: -60px;
}

.header-link {
    background-color: #D9D9D9 !important;
    border-radius: 25px !important;
    margin: 10px !important;
    width: 130px !important;
    text-align: center !important;
}

.dropdown-menu {
    background-color: #D9D9D9 !important;
}

.dropdown-item:hover {
    color: #C43232 !important;
}

.dropdown-item:active {
    background-color: transparent !important;
}

.icon-search {
    background-color: #C43232;
    padding: 5px 15px;
    border-radius: 25px;
    margin-right: -15px;
    z-index: 1;
}

.contact-nav {
    font-weight: 500 !important;
}

.nav-link:hover{
    color: #C43232 !important;
}

.nav-link:active{
    color: #C43232 !important;
}

.nav-link:checked{
    color: #C43232 !important;
}

.nav-link:focus{
    color: #C43232 !important;
}

#search {
    border-end-end-radius: 25px;
    border-start-end-radius: 25px;    
}

.header-mobile {
    display: none;
}

.icon-open-menu-mobile{
    margin-top: -40px !important; 
    color: white;
}

.icon-close{
    color: white;    
}

.btn-close{
    background: none !important;
}

/* Banner */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background-color: rgba(109, 52, 64, 0.85);
    z-index: 0;
}

.text-banner{    
    position: absolute;  
    top: 350px;
    left: 200px;    
    z-index: 1;
}

.text1-banner{
    color: white;
    font-size: 70pt;    
}

.text2-banner{
    color: white;
    font-size: 30pt;    
}

/* Quem somos */
.img-about{
    max-height: 500px;
}

.representative {
    margin-top: -225px;
}

.representative-info{
    margin-top: 250px;
}

.img-representative{
    max-height: 500px;
}

#card {
    border: none;
    border-radius: 50px;
    flex: 1 1 150px;
    margin: 5px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    height: 430px;
    overflow-y: scroll;
}

#card-header {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

#zap {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.text-justify {
    text-align: justify;
}

/* Blog */
.blog {
    background-color: #292928;
}

.img-blog{
    max-height: 250px;
}

#card-blog {
    border: none;
    border-radius: 50px;
    margin: 10px;
}

/* Produtos destaque */
.featured-products {
    background-color: #c43232;
}

.text-featured-products {
    font-size: 15pt;
}

.img-featured-products {
    margin: 25px;
}

.img-featured-products img {
    border-radius: 70px;
}

#measure-product {
    width: 600px;
}

/* Cart */
.img-cart{
    max-height: 300px;
    border-radius: 15px;
}

.line-red {
    width: 300px;
    height: 2px;
    background-color: #C43232;    
    margin-top: -20px;
}

.form-request{
    max-width: 500px;
}

/* Categorias */
.img-category {
    max-width: 400px !important;
    max-height: 250px !important;
}

.img-category-card{
    max-height: 200px;
}

.card-category:hover{
    box-shadow: inset 0 0 5px black;
}

/* Footer */
.col-footer-red {
    margin-left: -12px;
    width: 100px;
    background-color: #C43232;
}

.col-footer-black {
    width: 40px;
    background-color: #292928;
}

.col-footer-content {
    margin-right: -12px;
    width: 100%;
    background-color: #daca3f;
}

.nav-link-footer {
    color: #292928 !important;
    text-decoration: none;
    font-weight: 600;
}

.social-media-row {
    width: 200px;
    height: 2px;
    background-color: orange;
    margin-top: -10px;
}

.icon-footer {
    color: red;
}

.rflex-footer {
    font-size: 100pt;
}

.nav-link-footer:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1700px) {
    .text-banner{
        top: 320px;
    }
}
@media screen and (max-width: 1600px) {
    .text-banner{
        top: 310px;
    }
}
@media screen and (max-width: 1500px) {
    .text-banner{
        top: 260px;
    }
    .text1-banner{
        font-size: 55pt;
    }
    .text2-banner{
        font-size: 25pt;
    }
}
@media screen and (max-width: 1400px) {
    .text-banner{
        top: 200px;
    }
}
@media screen and (max-width: 1300px) {
    .text-banner{
        top: 190px;
    }
    .text1-banner{
        font-size: 50pt;
    }
    .text2-banner{
        font-size: 20pt;
    }
}
@media screen and (max-width: 1000px) {
    .text-banner{
        top: 100px;
        left: 130px;
    }
}

/* Mobile screan */
@media screen and (max-width: 768px) {
    .header-desktop {
        display: none !important;
    }

    .header-mobile {
        display: block !important;
    }

    nav {
        display: none !important;
    }

    header {
        margin-top: 0px !important;
    }

    #card {
        border-radius: 20px;
    }

    #card-header {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .col-footer-red {
       display: none !important;
    }
    
    .col-footer-black {
        display: none !important;
    }

    .img-featured-products img {
        border-radius: 20px;
    }

    .text-banner{
        top: 100px;
    }
    
    .text1-banner{
        font-size: 30pt;
    }
    
    .text2-banner{
        font-size: 15pt;
    }

    .rflex-footer{
        font-size: 60pt;
    }

    #measure-product {
        width: 400px;
    }
}

@media screen and (max-width: 550px) {
    .text-banner{
        top: 60px;
        left: 100px;
    }
}
@media screen and (max-width: 450px) {
    .text-banner{
        top: 30px;
        left: 70px;
    }

    .text1-banner{
        font-size: 25pt;
    }
    
    .text2-banner{
        font-size: 12pt;
    }

    #measure-product {
        width: 300px;
    }
}

/* Offcanvas */
.offcanvas {
    background-color: #252525 !important;
}

/* Swetalert2 */
.swal2-confirm {
    background-color: #DACA3F !important;
    color: black !important
}

/* Scroll */
/* Hide scrollbar for Chrome, Safari and Opera */
#card::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#card {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: gray;
}