/* Add here all your CSS customizations */
.brt7 {
    border-radius: 7px 7px 0 0 !important;
}

.whatsapp {
    background-color: #23D366;
    color: #fff;
    font-size: 33px;
    position: fixed;
    right: 15px;
    bottom: 10px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    max-width: 70px;
    max-height: 70px;
    text-align: center;
    padding-top: 18px;
    cursor: pointer;
    z-index: 9999999;
    webkit-box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
}

.whatsapp-fechar {
    padding-top: 2px;
    opacity: 0;
    pointer-events: none;
}

.whatsapp-aberto {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 12px;
    bottom: 98px;
    height: 600px;
    max-height: calc(100vh - 130px);
    width: 360px;
    overflow: scroll;
    border-radius: 10px;
    background-color: #F7F7F7;
    z-index: 9999998;
    webkit-box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    -moz-box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    box-shadow: 0px 0px 4px 0px rgba(122, 122, 122, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.whatsapp-aberto .whats-header {
    background-color: #B22E33;
    color: #fff;
    padding: 30px;
}

.whatsapp-aberto .whats-header h3 {
    text-transform: none;
    margin-bottom: 6px !important;
}

.whatsapp-aberto .whats-departamentos {
    margin-top: -65px;
}

.whatsapp-aberto .whats-departamentos .whats-departamento {
    margin: 16px;
    background-color: #fff;
    border-radius: 10px;
    padding: 16px
}

.whatsapp-aberto .whats-departamento .btn-whats {
    border-radius: 20px;
    background-color: #23D366;
    width: 100%;
    text-align: center;
    letter-spacing: normal;
    text-transform: none;
    font-weight: normal;
    color: #fff;
    padding: 9px;
    font-size: 14px;
}

.whatsapp-aberto .whats-departamento .btn-whats i {
    font-size: 22px;
    margin-right: 5px;
}

.whatsapp-aberto .whats-departamento .btn-whats span {
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
}

.whatsapp-aberto .whats-header h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 2px;
    margin-top: 20px;
}

.whatsapp-aberto .whats-header p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 50px;
}

.whatsapp-aberto .whats-departamento h4 {
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 2px 0;
}

.whatsapp-aberto .whats-departamento p {
    font-size: 14px;
}

@media (max-width: 768px) {
    .whatsapp-aberto {
        width: 100%;
        height: 100%;
        max-height: 100vh;
        max-width: 100vh;
        top: 0;
        left: 0;
        border-radius: 0;
    }
}

.arquivo {
    text-align: center;
    padding: 24px 8px 16px;
    background-color: #eee;
    margin-bottom: 30px;
}

.arquivo img {
    margin-bottom: 10px;
}

.arquivo h4 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 19px;
}

.imagem-destaque {

    margin-bottom: 15px;
    margin-right: 15px;
    padding-top: 15px;
}

.imagem-destaque img {
    margin-left: auto;
    margin-right: auto;
}

.dropdown-menu li {
    display: flex;
}

.dropdown-menu li a {
    padding: 10px 18px;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
    background-color: #f5f5f5;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    text-decoration: none;
    background-color: transparent;
}

.produto {
    margin-bottom: 30px;
}

.produto a:hover {
    text-decoration: none;
}

.produto .titulo h4 {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 32px;
}

.produto .btn-ver-produto {
    background-color: #B22E32;
    color: #ffffff;
    margin-top: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.produto .btn-ver-produto:hover {
    background-color: #f6f6f6;
    color: #B22E32;
}

.produto .btn-ver-produto i {
    font-size: 20px;
    margin-left: 10px;
    padding-top: 2px;
    float: right;
}

.slider-container h4 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 40px;
}

.solicite-orcamento {
    padding: 40px 0 40px;
}

.download-produto {
    margin-top: 30px;
    display: inline-block;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.download-produto a:hover {
    text-decoration: none;
}

.download-produto img {
    width: 60px;
}

.download-produto span {
    display: flex;
    color: #000;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
}

@media (max-width: 992px) {
    html:not(.sticky-header-active) #header .header-btn-collapse-nav {
        position: absolute;
        top: 0;
    }

    html:not(.sticky-header-active) #header {
        min-height: 112px !important;
    }

    #header .header-logo img {
        z-index: 1;
        width: 304px !important;
        height: auto !important;
    }

    .sticky-header-active #header .header-logo img {
        z-index: 1;
        width: 244px !important;
        height: auto !important;
        margin-top: 5px;
    }

    html:not(.sticky-header-active) .header-nav-bar-primary {
        margin-top: -76px;
    }

    .dropdown-menu {
        transform: none !important;
        border: none;
        font-size: inherit;
        text-transform: uppercase;
        font-weight: 600;
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        float: none;
        margin: 0;
        padding: 0;
        position: relative !important;
    }

    .dropdown-menu li {
        display: flex !important;
    }

    .dropdown-menu li a {
        font-weight: 700 !important;
        padding: 6px 30px !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #header .header-nav-bar .header-nav.header-nav-stripe nav > ul > li > a {
        /*padding: 0 1.9rem;*/
        padding: 0 2.5rem;
    }
}


.redes-sociais {
    list-style: none;
    margin: 0;
}

.redes-sociais li {
float: left;
    margin-left: 10px;
    font-size: 24px;
    /* background-color: #474a51; */
    color: #474a51;
    width: 38px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.redes-sociais li a {
color: #474a51;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.bar-mobile {
    padding: 5px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.bar-mobile ul {
    padding: 0;
}

.bar-mobile .redes-sociais li {
    float: none;
    display: inline-block;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    font-size: 18px;
}

.bar-mobile .redes-sociais a {
    float: none;
    display: inline-block;
    margin: 0 5px;
    width: 25px;
    height: 25px;
    font-size: 18px;
}