/*

Sprint Template

http://www.templatemo.com/tm-401-sprint

*/

/* ==========================================================================
    HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}
*{
    border-radius: 0!important;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.main-menu ul, .site-slider ul, ul.social {
    padding: 0;
    margin: 0;
    list-style: none;
}

.item-small, .item-large, .product-item .item-thumb {
    overflow: hidden;
}
.item-small img, .item-large img, .product-item .item-thumb img {
    width: 100%;
}
.item-large p{
    font-size: 1em;
    line-height: 30px;
}
.item-large-content{
    display: table;
    width: 100%;
    height: 295px;
    
}
.item-large-content p{
    display: table-cell;
    vertical-align: middle;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
    Forms
   ========================================================================== */
form input[type="text"],
form input[type="email"],
form input[type="file"],
form input[type="number"],
form textarea,
form input[type="password"] {
    background: #fff;
    border: 1px solid #ccc;
    padding: 7px 10px;
    /*width: 60%;*/
    margin: 0;
}
form input[type="submit"]{
    color: #000;
}
form input[type="submit"]:hover{
    color: #000;
}
form input[type="text"]:focus,
form textarea,
form input[type="email"]:focus,
form input[type="file"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus {
    outline: none !important;
}
form .button {
    background: #fff;
    border: 1px solid #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}
form .button:focus, form .button:active {
    outline: none !important;
}
form .button.yellow {
    background: #e7af2a;
    color: #fff;
    border: 1px solid #c89316;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
    Structure & Defaults
   ========================================================================== */
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;

}

body {
    font: 13px/21px "Open Sans", Arial, sans-serif;
    color: #838383;
    background-color: white;
    /*display: table;*/
}

a {
    color: #26b864;
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
    color: #f5a200;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", Arial, sans-serif;
    color: #444444;
}

h1 {
    font-size: 2.6em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-title {
    /*border-top: 1px solid #e1e6e9;*/
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: normal;
    color: #ceb57b;
}
.section-title:before {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../img/t-left.png) no-repeat center;
    margin-bottom: 10px;
    margin-right: 15px;
    display: inline-block;
}
.section-title:after {
    content: '';
    width: 180px;
    height: 3px;
    background: url(../img/t-right.png) no-repeat center;
    margin-bottom: 10px;
    margin-left: 15px;
    display: inline-block;
}

.bigger-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 50px;
}

/* ==========================================================================
    Header Site Styling
   ========================================================================== */
.site-header {
    position: fixed;
    min-height: 140px;
    height: 140px;
    width: 100%;
    z-index: 9999;
    background-color: #5a0808;
    border-bottom: 1px solid #ceb57b;
}

#templatemo_logo {
    background-image: url(../img/logo-final.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    height: 140px;
    display: block;
}
#templatemo_logo h1 {
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 102px;
    display: block;
}
#templatemo_logo h1 a {
    margin-left: 140px;
    color: white;
    display: block;
}

.main-menu {
    text-align: right;
    position: relative;
}
.main-menu ul {
    position: absolute;
    background-color: #5a0808;
    width: 100%;
    /*bottom: -139px;*/
}
.main-menu ul li {
    display: inline-block;
    width: 110px;
    text-align: center;
    line-height: 102px;
}
.main-menu ul li a {
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    outline: 0;
    border: 0;
    display: block;
}
.main-menu ul li a.current {
    background: url(../img/active-state.png) no-repeat;
    background-position: center 65px;
}

.toggle-menu {
    display: none;
    margin: 40px 35px 0 0;
    font-size: 24px;
    color: white;
    text-align: right;
}

.responsive .main-menu {
    display: none;
}
.responsive .main-menu ul li {
    width: 100%;
}
.responsive .main-menu ul li a {
    line-height: 55px;
    padding: 10px 20px;
}
.responsive .main-menu ul li a.current {
    background-image: none;
    color: #26b864;
    border-bottom: 0;
}

/* ==========================================================================
    Slider Styling
   ========================================================================== */
.site-slider {
    padding-top: 140px;
}
.site-slider ul li {
    float: left;
    margin: 0;
}

.bx-wrapper img {
    /*  opacity: 0.8;
      filter: alpha(opacity=80);*/
}

.bx-wrapper {
    background-color: #161616;
}

.bx-thumbnail-wrapper {
    background-color: #161616;
    text-align: center;
    margin-top: -1px;
    position: relative;
}

.caption-wrapper {
    position: relative;
}

.slider-caption {
    position: absolute;
    z-index: 988;
    bottom: 140px;
    background-color: white;
    display: inline-block;
    right: 0;
}
.slider-caption h2 {
    font-size: 30px;
    margin: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}

#bx-pager a {
    margin: 20px 10px 0 20px;
    padding: 0 0 40px 0;
    display: inline-block;
    opacity: 0.4;
    filter: alpha(opacity=40);
    outline: 0;
    border: 0;
}
#bx-pager a img {
    outline: 0;
    border: 0;
}
#bx-pager a.active {
    opacity: 1;
    filter: alpha(opacity=100);
    background: url(../img/active-state.png) no-repeat;
    background-position: center 85px;
}

.bx-controls {
    position: relative;
}

.bx-controls-direction {
    position: absolute;
    text-align: right;
    bottom: 80px;
    right: -2px;
    z-index: 998;
}
.bx-controls-direction a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.9);
    display: block;
    float: left;
    margin-right: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: white;
}

/* ==========================================================================
    Services Styling
   ========================================================================== */
#empresa {
    padding-top: 40px;
    /*margin-top: -20px;*/
}
#diferenciais{
    background-color: #f7f7f7;
}
#clientes {
    padding-top: 40px;
    /*margin-top: -20px;*/
}
#produtos {
    background-color: #f7f7f7;
    padding-top: 40px;
    /*margin-top: -20px;*/
}
#contato {
    padding-top: 40px;
    /*margin-top: -20px;*/
}

.service-item {
    padding-bottom: 40px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
}
.service-item h3 {
    font-size: 18px;
    font-weight: 600;
}
.service-item .service-icon {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 113px;
    display: block;
}
.service-item .service-icon.first {
    background-image: url(../img/service-first.png);
}
.service-item .service-icon.second {
    background-image: url(../img/service-second.png);
}
.service-item .service-icon.third {
    background-image: url(../img/service-third.png);
}
.service-item .service-icon.fourth {
    background-image: url(../img/service-fourth.png);
}

/* ==========================================================================
    Promotion Styling
   ========================================================================== */
.item-small {
    padding: 20px;
    /*background-color: #26b864;*/
    color: white;
    text-align: center;
}
.item-small h4 {
    color: white;
    line-height: 24px;
    margin: 20px 0 0 0;
}

.item-large .item-header {
    margin: 30px 0;
}
.item-large .item-header h2 {
    margin: 0;
}
.item-large .item-header span i {
    display: inline-block;
    font-size: 18px;
    color: #e7d323;
    margin-left: 3px;
}
.item-large .item-header span i:first-child {
    margin-left: 10px;
}

/* ==========================================================================
    Products Styling
   ========================================================================== */
.product-item {
    margin-bottom: 30px;
    cursor: pointer;
}
.product-item img{
    border-radius: 5px 5px 0 0;
    border: 2px solid #ceb57b;
}
.product-item .item-thumb {
    -webkit-backface-visibility: hidden;
    /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    position: relative;
    z-index: 95;
}
.product-item .item-thumb .note {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: white;
    color: #444444;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    z-index: 96;
}
.product-item .item-thumb .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #26b864;
    padding: 20px;
    z-index: 97;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-item .item-thumb .overlay .overlay-inner {
    width: 100%;
    height: 100%;
    text-align: center;
}
.product-item .item-thumb .overlay .overlay-inner a.view-detail {
    position: relative;
    margin-top: 45%;
    display: block;
    background: url(../img/active-state.png) no-repeat;
    background-position: center 20px;
    padding-bottom: 30px;
    color: #26b864;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.product-item .item-thumb:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item h3 {
    color: #fff;
    width: 100%;
    background-color: #ceb57b;
    text-align: center;
    height: 50px;
    line-height: 48px;
    margin-top: 0px;
    /*margin: 15px 0 12px 0;*/
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.product-item .btnProd{
    width: 100%;
    height: 50px;
    background-color: #5a0808;
    color: #fff;
    border: 1px solid #5a0808;
    text-transform: uppercase;
    margin-top: -20px;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
}
.product-item .btnProd:hover{
    width: 100%;
    height: 50px;
    background-color: #5a0808;
    color: #fff;
    border: 1px solid #5a0808;
    text-transform: uppercase;
    margin-top: -20px;
    border-radius: 0 0 5px 5px;
    font-weight: bold;
}
.product-item span {
    font-size: 14px;
}
.product-item span em {
    font-weight: 700;
    font-style: normal;
}
.product-item span em.price {
    color: #26b864;
}
.product-item span em.text-muted {
    color: #a3a7aa;
    text-decoration: line-through;
    font-weight: 600;
}

/* ==========================================================================
    Contact Styling
   ========================================================================== */
#map {
    width: 100%;
    height: 380px;
    outline: 0;
    border: 0;
}

input, textarea,.campo {
    margin-bottom: 15px!important;
    background-color: #f6f7f8!important;
    padding: 14px!important;
    font-size: 14px;
    color: #838383;
    outline: 0;
    border: 0!important;
    border-bottom: 1px solid #b5c1c9!important;
    width: 100%;
}

.contact-form textarea {
    height: 130px;
}

input.button {
    display: inline-block;
    width: auto;
    background: url(../img/active-state.png) no-repeat;
    background-position: center bottom;
    color: #26b864;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 27px!important;
    border: 0;
}
.btnSend{
    border: 0!important;
    color: #ceb57b!important;
    background-color: transparent!important;
}
.site-footer {
    margin-top: 120px;
    background-color: #5a0808;
    color: white;
    padding: 25px 0;
}
.site-footer a {
    color: white;
}
.site-footer span {
    margin-top: 12px;
    display: block;
}

ul.social {
    text-align: right;
}
ul.social li {
    display: inline-block;
}
ul.social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
}

/*------------------------------------------------------
        RESPONSIVE STYLES 
--------------------------------------------------------*/
@media (max-width: 991px) {
    .main-menu, .bx-thumbnail-wrapper {
        display: none;
    }

    .toggle-menu {
        display: block;
    }

    .site-header .container {
        padding: 0;
    }

    .slider-caption {
        bottom: 80px;
    }

    .bx-controls-direction {
        bottom: 30px;
    }

    .section-title:after {
        display: none;
    }
    .section-title:before {
        display: none;
    }

    .main-menu {
        display: none;
        border-top: 1px solid #2f2f2f;
        text-align: left;
    }
    .main-menu ul li {
        padding: 0;
        margin: 0;
        display: block;
        border-bottom: 1px solid #2f2f2f;

    }
    .main-menu ul li:last-child {
        border-bottom: 0;
    }
    .main-menu ul li a {
        padding: 20px;
        color: white;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        display: block;
    }
}
@media (max-width: 767px) {
    .section-title {
        font-size: 24px;
    }

    .contact-form {
        margin-top: 60px;
    }

    .item-large {
        margin: 40px 0;
    }

    .slider-caption {
        display: none;
    }

    #templatemo_logo h1 a {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
/*
Personalizado
*/
#missao{
    background-color: #ceb57b;
    padding-top: 10px;
    padding-bottom: 10px;
}
#missao h3{
    text-align: center;
    color: #fff;
}
#missao p{
    color: #5a0808;
    text-align: justify;
    padding: 15px;
}
#missao .qd{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
#missao .tam{
    height: 240px;
    display: block;
}
#missao ul li{
    color: #5a0808;
    text-align: justify;
    /*line-height: 35px;*/
}
.tblDif{
    border: 0;
    text-align: center;
}
.tblDif td{
    width: 20%;
    border: 0!important;
}
.tblDif td h4{
    text-transform: uppercase;
    font-weight: bold;
}
.tblDif td p{
    text-align: left;
    padding-left: 40px;
    line-height: 25px;
}
#login{
    padding-top: 160px;
}
#menuAdm{
    margin-left: 0px;
    border-right: 2px solid #000;
}
#menuAdm li{
    list-style: none;
    text-align: left;
    margin-bottom: 5px;
}
#menuAdm li a{
    text-decoration: none;
    color: #000;
}
.tblCli{
    border: 0;
}
.tblCli td{
    width: 20%;
    border: 0!important;
}
.tblCli td img{
    max-height: 150px;
}
#categorias{
    background-color: #5a0808;
    min-height: 100px;
    margin-top: -50px;
    font-family: "Open Sans", Arial, sans-serif;
}
#categorias #btnCat{
    margin-top: -10px;
    margin-bottom: 25px;
    font-family: "Open Sans", Arial, sans-serif;
}
#categorias #btnCat .active{
    background-color: #d6b57b;
    color: #5a0808;
}
#categorias #btnCat button{
    background-color: transparent;
    height: 50px;
    line-height: 25px;
    text-align: center;
    border: 0;
    border-radius: 0;
    /*font-weight: bold;*/
    text-transform: uppercase;
    color: #d6b57b;
    font-size: 1.5em;
    margin-top: -15px;
    font-family: "Open Sans", Arial, sans-serif;
}
.modal{
    padding-top: 120px;
}
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;}
.carousel-inner{
    border-top: 2px solid #d6b57b;
    border-bottom: 2px solid #d6b57b;
}
.carousel-inner img{
    border: 0!important;
    border-radius: 0;
}
#myCarousel a{
    color: #000;
}
.product-item h2{
    color: #5a0808;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.product-item p{
    color: #ababab;
    padding: 15px;
}
.product-item p span{
    color: #ceb57b;
}
.modal-header{
    border: 0;
    margin-bottom: 35px;
}
button.close{
    opacity: 1;
    border: 0;
}
.modal-footer{
    border-top: 2px solid #ceb57b;
}
#video img,#info img{
    border: 0;
    float: left;
    margin-right: 10px;
}
#video p{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 1.150em;
    line-height: 25px;
    color: #5a0808;
    text-transform: uppercase;
    text-align: left;
    float: right;
}
#info p{
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 1.150em;
    line-height: 25px;
    color: #5a0808;
    text-transform: uppercase;
    text-align: left;
    float: left;
}
.inNews{
    width: 60%!important;
    border-radius: 0!important;
    background-color: #9a6b6b!important;
    color: #fff!important;
    border: 0!important;
}
.inNews::-webkit-input-placeholder {
    color: #fff;
}

.inNews:-moz-placeholder {
    color: #fff;
}
.btnAss{
    background-color: #1f0000!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border: 0!important;
    border-radius: 0!important;
    height: 34px!important;
    margin-left: 5px!important;
    width: 30%!important;
    line-height: 0!important;
}
.btnAss:hover{
    line-height: 0!important;
    background-color: #1f0000!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border: 0!important;
    border-radius: 0!important;
    height: 34px!important;
    margin-left: 5px!important;
    width: 30%!important;
}
.site-footer p{
    text-align: center;
    font-size: 1em;
    line-height: 25px;
}
.site-footer p span{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.3em;
}
.linkSBSTI{
    font-weight: bold;
}