﻿html {
    
}
body {
    
}

/* Cores */
.bg-principal { background: #e31e25 !important; }
.bg-secundario { background: #e31e25 !important; }
.bg-whatsapp { background-color: #25d366 !important; color: #fff; }

.cor-principal  { color: #e31e25 !important; }
.cor-secundario { color: #e31e25 !important; }
.cor-whatsapp { color: #25d366 !important; }

.link-escuro { color: #222222; }
.link-escuro:hover { color: #e31e25; }
.link-branco { color: #fff; }
.link-branco:hover { color: #e31e25; }

a:focus {
    color: inherit !important;
    text-decoration: none !important;
}
/* fim Cores */

/* Margins */
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-45 { margin: 45px !important; }
.m-50 { margin: 50px !important; }

.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-45 { margin-top: 45px !important; }
.m-t-50 { margin-top: 50px !important; }

.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-45 { margin-bottom: 45px !important; }
.m-b-50 { margin-bottom: 50px !important; }

.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.m-l-45 { margin-left: 45px !important; }
.m-l-50 { margin-left: 50px !important; }

.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-r-45 { margin-right: 45px !important; }
.m-r-50 { margin-right: 50px !important; }
/* fim Margins */

/* Paddings */
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-45 { padding: 45px !important; }
.p-50 { padding: 50px !important; }

.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-45 { padding-top: 45px !important; }
.p-t-50 { padding-top: 50px !important; }

.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-b-45 { padding-bottom: 45px !important; }
.p-b-50 { padding-bottom: 50px !important; }

.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.p-l-45 { padding-left: 45px !important; }
.p-l-50 { padding-left: 50px !important; }

.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-r-45 { padding-right: 45px !important; }
.p-r-50 { padding-right: 50px !important; }
/* fim Paddings */

/* Hs */
/* fim Hs */

/* Bordas */
.borda-radius-5 { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
.borda-radius-10 { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
.borda-radius-15 { -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; }
.borda-radius-20 { -moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px; }
/* fim Bordas */

/* Imagens */
.img-responsive { display: block; max-width: 100%; height: auto; }
.img-branca { filter: brightness(0) invert(1) grayscale(1) contrast(100%); }
.bg-img-cover {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* fim Imagens */

/* Botões */
.btn-whatsapp { color: #fff !important; background-color: #25d366 !important; border-color: #25d366 !important; }
.btn-whatsapp:hover { color: #fff !important; background-color: #0bab47 !important; border-color: #0bab47 !important; }

#bt-zap-dec {
    z-index: 200;
    opacity: 1;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 10px;
    bottom: 75px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
    background-color: #25d366 !important;
    overflow: hidden;
    /*border: 5px solid #c9ffdd;*/
}
#bt-zap-dec i {
    line-height: 59px !important;
    width: 52px !important;
    height: 52px !important;
    font-size: 37px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0px);
    transition: transform 0.2s ease;
}
#bt-zap-dec:hover i {
    color: #9bffc0;
}

.btn-style-dec {
    position: relative;
    padding: 7px 10px;
    line-height: 24px;
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    background-color: #e31e25;
    border: 2px solid #e31e25;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
}
    .btn-style-dec:hover {
        color: #e31e25;
        background-color: #ffffff;
        border: 2px solid #e31e25;
    }
/* fim Botões */

.section-padrao {
    padding: 60px 0;
}

/* Topo */
.main-header .logo-outer {
    position: relative;
    z-index: 25;
    padding: 5px 0;
}

.main-header .header-lower {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 5;
    background: #222;
}

.sticky-header {
    border-bottom: 0;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2);
}
.sticky-header .logo {
    padding: 10px 0;
}
.sticky-header .logo a img {
    max-height: 50px;
}
.main-header .sticky-header .main-menu .navigation > li > a {
    color: #181818;
    padding: 20px 15px !important;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    min-height: 0px;
    background: none;
    border: 0px;
}
    .main-header .sticky-header .main-menu .navigation > li > a:hover {
        background-color: #fff;
        color: #e31e25 !important;
    }

.main-slider .text {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.7em;
}

.page-title {
    position: relative;
    text-align: center;
    padding: 60px 0px 20px 0px;
    background: url(../img/pagetitle2.jpg) repeat-x;
}
/* fim Topo */

.sec-title h2 {
    font-size: 30px;
    color: #222222;
    font-weight: 600;
    line-height: 1.1em;
    padding-bottom: 20px;
    margin-bottom: 32px;
    border-bottom: 1px solid #f6f6f6;
}

/* Home */
.inicio-categorias {
    margin-top: -100px;
    z-index: 99;
    position: relative;
}
    .inicio-categorias .owl-carousel .owl-item a {
        position: relative;
        display: block;
    }
        .inicio-categorias .owl-carousel .owl-item a img {
            background-color: #808080;
            position: relative;
            border-radius: 10px 10px 0 0;
            display: block;
        }
    .inicio-categorias .owl-carousel .owl-item a span {
        background-color: rgba(34, 34, 34, 0.9);
        color: #fff;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 10px 20px;
        font-weight: 600;
        text-align: center;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    .inicio-categorias .owl-carousel .owl-item a:hover span {
        background-color: #e31e25;
    }

.inicio-categorias .owl-nav {
        position: relative;
        text-align: center;
        margin: 20px 0;
    }
    .inicio-categorias .owl-nav .owl-prev,
    .inicio-categorias .owl-nav .owl-next {
        position: relative;
        display: inline-block;
        margin: 0 10px;
    }
    .inicio-categorias .owl-nav span {
        font-size: 25px;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
        .inicio-categorias .owl-nav span:hover {
            color: #e31e25;
        }

.services-block-two .inner-box .lower-content h3:before {
    position: absolute;
    content: '';
    left: 50%; /* Coloca o ponto de origem à metade do pai */
    transform: translateX(-50%);
    bottom: 0px;
    width: 60px;
    height: 1px;
    background-color: #e31e25;
}

.clients-section {
    position: relative;
    padding: 80px 0px 80px;
    background-color: #222;
}
    .clients-section .image-box {
        text-align: center;
        border: 0 solid rgba(255,255,255,0.10);
        background-color: rgba(255,255,255,0.10);
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        padding: 15px;
        font-weight: 600;
    }
.clients-section .image-box img {
    padding: 0;
}
.clients-section .image-box a {
    color:#fff;
}
        .clients-section .image-box:hover {
            background-color: #e31e25;
        }
/* fim Home */

/* Certificados */
.services-block .inner-box {
    position: relative;
    border: 1px solid #eeeeee;
}
    .services-block .inner-box:hover .image:before {
        background: none;
        width: 0;
        height: 0;
        content: none;
    }
.services-block .inner-box .lower-content .upper-box {
    position: relative;
    padding: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    display: block;
    text-align: center;
    font-weight: 600;
}
    .services-block .inner-box:hover .lower-content .upper-box {
        background-color: #e31e25;
        color: #fff;

    }
/* fim Certificados */

/* Blog */
.news-block .inner-box {
    position: relative;
    border: 1px solid #f1f1f1;
}
.news-block .inner-box:hover {
    background-color: #f9f9f9;
}
.news-block .inner-box .lower-content {
    position: relative;
    padding: 20px;
}
.news-block .inner-box .lower-content h2 {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    min-height: auto;
}
.news-block .inner-box .lower-content .text {
    position: relative;
    font-size: 13px;
    line-height: 1.5em;
    min-height: auto;
    margin-bottom: 15px;
}
.news-block .inner-box .lower-content .text a {
    color: #222222;
}
/* fim Blog */


/* Produtos */
.shop-item .inner-box .image {
    height: 250px;
    background-size: cover;
    background-position: top center;
}
.shop-item .inner-box .image img {
    width: auto;
    padding: 0;
    height: 250px;
    display: inline-block;
    border-radius: 10px;
}

    .shop-item .inner-box .image .overlay-box {
        position: absolute;
        content: none;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        opacity: 0;
        text-align: center;
        background-color: transparent;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .shop-item .inner-box .image .overlay-box .cart-btn {
            position: relative;
            top: 46%;
            color: #ffffff;
            font-size: 16px;
            font-weight: 500;
            padding: 10px 37px;
            display: inline-block;
            margin-top: -25px;
            border: 1px solid #222;
            background-color: #222;
        }

.shop-item .inner-box {
    position: relative;
    outline: 15px solid #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 2px solid #ededed;
    border-radius: 10px;
    display: block;
    color: #181818;
    overflow: hidden;
}
.shop-item .inner-box:hover {
    border-color: #888;
}
.shop-item .inner-box:before {
    content: none;
}
.shop-item .inner-box:hover::before {
    opacity: 0;
}

    .shop-item .inner-box .lower-content {
        text-align: left;
        padding: 15px;
        border-top: 1px solid #ededed;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f9f9f9+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    }
.shop-item .inner-box .lower-content h3 {
    position: relative;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.shop-item .inner-box .lower-content .price {
    position: relative;
    color: #888;
    font-size: 13px;
    font-weight: 300;
}
    .shop-item .inner-box .lower-content .bt {
        font-size: 13px;
        font-weight: 400;
        border: 0;
        color: #e31e25;
        display: block;
        text-transform: initial;
        margin-top: 25px;
    }
/* fim Produtos */

.services-block-two .inner-box .lower-content .text {
    position: relative;
    color: #848484;
    font-size: 14px;
    line-height: 1.5em;
}

.services-block-two .inner-box .lower-content {
    position: relative;
    padding: 25px 20px 20px;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
}

.services-single .inner-box .lower-content .text {
    position: relative;
    color: #848484;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 35px;
}

/* Contato */
.contact-form .form-group:last-child {
    margin-bottom: 0px;
    text-align: left;
    margin-top: 10px;
}
#retornoajax, #retornoajaxG {
    background-color: #f4f4f4;
    padding: 10px 15px;
    margin-bottom: 20px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    display: none;
}
#retornoajaxG { font-size: 12px; border: 1px dotted #ccc; }

    #map {
        height: 500px;
        width: 100%;
    }



/* Rodapé */
.main-footer {
    position: relative;
    background: transparent;
    background-image: url('/img/bg-rodape.jpg');
    background-color: transparent;
    background-size: cover;
}

.call-to-action-section.style-two:before {
    background-color: #e31e25
}
.call-to-action-section .text {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
}

.main-footer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
}

.main-footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
    border-top: 0px solid rgba(255,255,255,0.10);
    background-color: transparent;
}


.rodape-fixo {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 198;
    text-align: center;
    color: #fff;
    padding: 0;
    background-color: #ff8400;
}
    .rodape-fixo ul {
        list-style: none;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-width: 100%;
    }
        .rodape-fixo ul li.no-link {
            padding: 12px 30px;
        }
.rodape-fixo ul li i {
    float: left;
}
    .rodape-fixo ul li p {
        color: #ffffff !important;
        font-size: 11px !important;
        line-height: 12px !important;
        font-weight: 500 !important;
        text-align: left !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
        .rodape-fixo ul li p.txt {
            color: #ffffff !important;
            font-size: 15px !important;
            line-height: 22px !important;
            font-weight: 700 !important;
            text-align: left !important;
            height: auto !important;
            padding: 0 !important;
            margin-bottom: 0 !important;
        }
    .rodape-fixo ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #ffa340;
        padding: 12px 30px;
    }
        .rodape-fixo ul li a:hover {
            background-color: #ee7d03;
        }

    .rodape-fixo ul li .icon {
        width: 35px;
        height: 35px;
        float: left;
        margin: 0 10px 0 0;
        font-size: 33px;
        color: #fff6ed;
    }
/* fim Rodapé */

/*Celular*/
@media (max-width: 767px) {

    .dec-hide-mobile {
        display: none;
    }

    .header-top-one .top-right {
        width: 100%;
        text-align: center;
        display: none;
    }
    .header-top-one .top-left ul li {
        position: relative;
        margin-right: 0;
        font-size: 13px;
        line-height: 15px;
        color: #afafb5;
        font-weight: 500;
        padding: 5px 0;
        display: inline-block;
    }

    .main-header .header-upper .upper-column.info-box {
        margin-left: 0;
        margin-right: 0;
        float: left;
        width: 33.3333%
    }

    .main-header .info-box .icon-box {
        position: relative;
        display: block;
        top: 0px;
        text-align: center;
        margin: 0 auto 0;
    }
    .main-header .info-box strong {
        font-weight: 500;
        color: #222222;
        font-size: 11px;
        font-family: 'Montserrat', sans-serif;
    }
    .main-header .info-box li {
        position: relative;
        line-height: 13px;
        color: #848484;
        font-size: 16px;
        margin-bottom: 3px;
        font-weight: 300;
        text-transform: capitalize;
    }

    .main-header .header-upper {
        padding-bottom: 0;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        border: 1px solid #e31e25;
        float: none;
        margin: 0px 0px 0px 0px;
        border-radius: 0px;
        background: #e31e25;
    }
    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #222;
        border: 0 solid #ffffff;
        border-top: none;
    }
    .main-menu .collapse {
        max-height: 550px;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 10px 0px 0px;
        border: none;
        margin: 0px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }
        .main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li.current-menu-item > a {
            background: #222;
            color: #ffffff !important;
        }
        .main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a {
            padding: 10px 10px !important;
            line-height: 22px;
            color: #ffffff;
            background: #222;
            text-align: left;
            min-height: 0px;
        }
    .main-menu .navbar-collapse > .navigation > li, .main-menu .navbar-collapse > .navigation > li > ul > li, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li {
        border-top: 0 solid rgba(255,255,255,0.1) !important;
        border-bottom: 1px solid rgba(255,255,255,0.1) !important;
        opacity: 1 !important;
        top: 0px !important;
        left: 0px !important;
        visibility: visible !important;
    }

    .main-menu .navigation > li > a:after {
        position: absolute;
        content: none;
        left: 0px;
        bottom: 0px;
        width: 0%;
        height: 3px;
        background-color: #e31e25;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    .main-menu .navbar-collapse > .navigation > li.current > a {
        color: #e31e25 !important;
    }

    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 34px;
        height: 30px;
        border: 0 solid #ffffff;
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        color: #ffffff;
        cursor: pointer;
        z-index: 5;
        display: none;
    }

    .main-slider .text {
        position: relative;
        font-size: 19px;
        font-weight: 400;
        color: #ffffff;
        line-height: 1em;
    }


    .about-section {
        position: relative;
        padding: 0;
    }
}

/*TABLET*/
@media (min-width: 768px) and (max-width: 1023px) {

}

/*DESKTOP MENORES*/
@media (min-width: 1024px) and (max-width: 1199px) {

}