* {
    font-family: 'PT Sans', sans-serif;
    font-size: 1em;
    line-height: 1.4em; }

a {
    text-decoration: none !important; }

.paginator {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 40px;
    margin-top: 30px; }

.paginator li {
    display: inline-block; }

.paginator li span, .paginator li a {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 5px;
    text-decoration: none;
    color: #333; }

.paginator li span, .paginator li a:hover {
    background: #00567c;
    color: #fff; }

.trigger {
    display: block;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 0.9em;
    color: #fff;
    margin-bottom: 20px; }

.trigger p {
    margin-top: 8px; }

.trigger_success {
    background-color: #00B494; }

.trigger_info {
    background-color: #0E96E5; }

.trigger_alert {
    background-color: #FAAD50; }

.trigger_error {
    background-color: #F45563; }

.trigger_none {
    margin-bottom: 0; }

img {
    max-width: 100%; }
/*INICIO*/
body {
    overflow-x: hidden;
    background: url(../img/bg_body.jpg) top repeat-x #FFF;
}


#menu_categorias{
    padding: 0px;
}

.top_home{
    font-size: 1em;
    color: #666;
}
.top_home svg, .top_home a{
    color: #046704;
}
.logo h1{
    font-size: 1em;
    font-style: italic;
    color: #666;
}

.laranja{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(204,62,17,0.4);
    z-index: 10;
}
.cartao{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../img/cartao.png);;
    z-index: 20;
}

.img_banner{
    background: url(../img/cama_banner.jpg);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.carousel-item{
    background: #cc3e11;

}

.carousel-item img{
    width: 100%;
    /*height: 100%;*/
}
.carousel-caption h2{
    font-size: 1.2em;
    display:inline-block;
}

.carousel-caption p{
    font-size: 1em;
    display:inline-block;
}

#menu_categorias{
    background: url(../img/bg_menu.gif) #ba3308 top repeat-x;
    border: 1px solid #ba3308;
    border-radius: 5px;
}
#menu_categorias .nav{
    background: url(../img/bg_menu-lista.png) repeat;
    width: 100%;
}

#menu_categorias .navbar-toggler{
    width: 100%;
}
#menu_categorias .nav-link{
    color: #FFF;
    border-radius:0px;
    border-bottom: 1px solid #ee8361;
}

#menu_categorias .nav-link:hover, #menu_categorias .active{
    color: #ba3308;
    background: #FFF;

}

.navbar-toggler-icon{
    background: #ee8361;
}

.box_home .card-title{
    color: #000;
    background: rgba(255,255,255,0.8);
    text-align: center;
}

.box_home .card-text{
    color: #000;
    background: rgba(255,255,255,0.8);
    text-align: center;
}

.titulo{
    color: #d24c14;
    font-weight: bold;
    font-style: italic;
    font-size: 2em;
}
.subtitulo{
    color: #004085;
    font-weight: bold;
    font-style: italic;
    font-size: 1.3em;
}

.produtos_home h2{
    color: #057a02;
    font-size: 1.3em;
    font-style: italic;
}
.produtos_home .btn{
    cursor:text !important;
}
.btn_venda{
    background: #21949b;
    color: #FFF;
}
.btn_aluguel{
    background: #d24c14;
    color: #FFF;
}


.card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

.produtos_home .card_prod, .prod_palco img{
    position: relative;
    -webkit-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.60);
    -moz-box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.60);
    box-shadow: 0px 10px 20px -8px rgba(0,0,0,0.60);
}

.port-item{
    border: 1px solid #CCC;
}

.produtos_home .lupa{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px 10px;
    border: 1px solid #CCC;
    background: #EEE;
    color: #999;
}

.produtos_home a{
    color: #333;
}

footer{
    background: #666666;
}

footer .container{
    background: #949494;
    border-right: 6px solid #333;
    border-left: 6px solid #333;
}

.box_foot a, .box_foot{
    color: #333;
    font-size: 0.9em;
}
.box_foot .text_foot{
    display: inline-block;
    background: #FFF;
    padding: 3px 6px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 85%;
}

.icon_foot{
    display: inline-block;
    background: #333;;
    padding: 3px 6px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;

}
.box_foot svg{
    color: #FFF;
    background: #333;
}

.copy{
    font-size: 0.8em;
}
.mgf{
    font-size: 0.8em;
    float: right;
    text-align: right;
}


.simplegallery{margin:0 auto;width:417px;height:380px;overflow:hidden}.simplegallery .content{background:#fff;position:relative;width:418px;height:270px;overflow:hidden}
.simplegallery .content img{width:415px;border:1px solid #9c9c9c}.simplegallery .thumbnail{margin-top:5px}.simplegallery .thumbnail .thumb{float:left;width:100px;height:100px;margin:0 5px 0 0;cursor:pointer}
.simplegallery .thumbnail .thumb img{border:1px solid #9c9c9c;width:100px}.simplegallery .thumbnail .last{margin:0}

.relacionados h3{
    font-style: italic;
    border-bottom: 1px solid #000;
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
  

.paginator{
    width: 100%;
    float: left;
    margin-top: 30px;
}

.paginator a{
    background: #21949b;
    color: #FFF;
    padding: 5px 10px;
    float: left;
    margin-right: 10px;
}
.paginator a.active{
    background: #d24c14;
    color: #FFF;
}

/*MEDIA QUERIES///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) {
    .top_home{
        font-size: 1.2em;
    }

    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .carousel-caption h2{
        font-size: 1.8em;
    }

    .carousel-caption p{
        font-size: 1.2em;
    }

    .box_foot a, .box_foot{
        font-size: 1em;
    }


}
@media (min-width: 1024px) {
    .card-body{
        min-height: 220px;
    }
}
@media (min-width: 1280px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .carousel-caption h2{
        font-size: 2em;
    }

    .carousel-caption p{
        font-size: 1.2em;
    }
}
@media (min-width: 1800px) {
    .container {
        width: 70%;
        margin: 0 15%;
        max-width: none !important; } }
