@import url("bootstrap.min.css");
@import url("pe-icon-set-e-commerce.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url("jquery.bootstrap-touchspin.min.css");
@import url("paymentfont.min.css");
@import url("animate.css");

/* Your styles here */
body{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    display:block !important;
    background-color: #000000;
    /*background-color: #eeeeee;*/
}
.container{
    padding: 0px;
}

a {
    color: #2D2D30;
    text-decoration: none;
}
hr{
    border-top: 1px solid #ccc;
}
h2, h3, h4, h5, h6{
    font-family: 'Ubuntu', sans-serif;
    color: #2D2D30;
}
h3.facebook, #contatos h4{
    margin-top:0px;
}
h4.nome-produto{
    text-align: center;
    height: 60px;
}
h4.nome-produto a{
    font-size:14px;
}
h4.nome-produto a:hover{
    color:#F58220;
}
header{
    background: #F58220;
    min-height: 120px;
}
.navbar-fixed-top, .navbar-fixed-bottom{
    position: relative;
}
header #logo{
    width: 190px;
    margin: 0px auto;
    position: relative;
    top: 5px;
}
header.sticky {
    font-size: 24px;
    min-height: 56px;
    background: #F58220;
    position: fixed;
}
header.sticky #menu-topo, header.sticky #menu-secundario{
    display: none;
}
header.sticky .busca-topo{
    margin-top:8px;
}
header.sticky #logo {
    width: 130px;
    top: 2px;
    float: right;
}
header.sticky #botao-carrinho{
    padding: 13px 15px 0px 4px;
    width: 100%;
    border-radius: 0px;
    background: transparent;
}
header.sticky #botao-carrinho span{
    font-size: 28px;
    color:#fff;
}
header.sticky #botao-carrinho h3{
    display: inline-block;
    position: relative;
    top: -5px;
    margin-bottom: 0px;
    color:#fff;
}
.conteudo h1, h2, h3, h4, h5, h6{
    font-family: 'Ubuntu', sans-serif;
    color: #8b8b91;
    margin-top: 10px;
}
.borda-produto{
    border-color: #999 !important;
}
.borda-produto:hover{
    border-color: #2D2D30 !important;
}
#btnTrocaSenha{
    color: #2D2D30;
}
#btnTrocaSenha:focus {
    outline: none;
}
#icon-obrigado{
    font-size:70px;
    color:#F58220;
}
.margin-top-zero{
    margin-top:0px;
}
.margin-top-20{
    margin-top:20px;
}
#forma-pagamento img{
    margin-top: 10px;
}
.entrega-gratis{
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 6px;
}
.margin-sm{
    margin:0px 10px;
}
.panel-heading{
    font-size: 18px;
}
#valores-carrinho{
    font-size: 15px;
}
.mini-frete input[type="radio"], .mini-frete h4{
    display: none;
}
.mini-frete .panel-body{
    padding: 5px;
}
.mini-frete .panel{
    border: 0px;
}
.mini-frete .list-group-item{
    padding: 5px 15px;
}
.mini-frete label, .mini-frete .panel{
    margin-bottom: 0px;
}
#nao-sei-cep{
    padding-top: 8px;
}
#frete-carrinho label {
    display: block;
    font-weight: normal;
}
.margin-bottom{
    margin-bottom: 20px;
}
.popover{
    max-width: none !important;
    padding: 10px;
    font-family: inherit;
    border: 1px solid transparent !important;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#menu-secundario .submenu-title{
    white-space: nowrap !important;
    line-height: 28px;
    list-style-type: circle;
}
.popover{
    padding-left: 0px;
    padding-right: 30px;
}
.popover ul li{
    white-space: nowrap;
}
.red{
    color: red;
}
.quantidade{
    text-align: center;
}
.vr{
    border-right: 1px solid #ccc;
}
.alert-info a{
    color: #31708f;
}
#drop-carrinho{
    width: 380px;
    right: 0;
    left: inherit;
    padding: 15px;
    margin: 0;
    margin-top:10px;
}
#drop-carrinho:before {
    position: absolute;
    top: -7px;
    right: 30%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}
#drop-carrinho:after {
    position: absolute;
    top: -6px;
    right: 30%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}
#drop-carrinho ul{
    overflow: scroll;
    max-height: 400px;
    overflow-x: hidden;
}
.panel-heading h3{
    margin-top: 10px;
}
.tab-content{
    padding: 5px;
    border: 1px solid #ddd;
    border-top: 0px solid;
}
.links-uteis{
    font-size: 18px;
}
.links-uteis dd{
    padding-left: 25px;
}
.btn-middle{
    margin-top: 25px;
    margin-left: -15px;
}
#botao-carrinho{
    cursor: pointer;
    text-align: center;
    padding: 18px;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 75%;
    margin: 0 auto;
    border: 0px;
}
#botao-carrinho:focus {
    outline: 0px;
}
#botao-carrinho h3{
    margin-top: 8px;
    margin-bottom: 0px;
    color:#2D2D30;
    font-size: 19px;
}
#botao-carrinho span{
    font-size: 32px;
    color:#2D2D30;
}
.padding-zero{
    padding:0px !important;
}
.padding-right-zero{
    padding-right:0px !important;
}

.img-produto{
    /*height:220px;*/
    overflow: hidden;
    padding: 20px 0;
}
.img-produto .img-responsive{
    display: inline-block;
}
.img-produto img {
    max-height: 200px;
    max-width: 200px;
    width: 100%;
}
h4#comprar{
    color: #ffffff;
}
.fb-like{
    margin-top: 28px;
    float:right;
}
.produto .glyphicon{
    font-size: 16px;
}

.produto [class^="pe-is-ec-"], .produto [class*=" pe-is-ec-"]{
    font-size: 19px;
}
.sticky .busca-topo .form-control, .busca-topo .form-control{
    height:40px;
    font-size: 15px;
}
.busca-topo .has-feedback label.sr-only~.form-control-feedback {
    top: 3px;
    right: 3px;
    font-size: 22px;
}
.sticky .busca-topo .has-feedback label.sr-only~.form-control-feedback {
    top: 3px;
    right: 3px;
}
#menu .list-group-item, #marcas .list-group-item{
    padding: 5px 15px !important;
}
.panel-heading h4{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.input-buscar{
    background: #fff;
    border: 1px solid #ccc;
    border-left: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.input-buscar button{
    color: #666;
}
.busca-topo .form-group{
    margin-bottom: 8px;
}
#buscar{
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.preco{
    font-size: 19px;
    margin-bottom: 5px;
}
.lead{
    margin:0px;
    padding: 20px 0px;
}
.lead h2{
    margin: 0px;
}
.preco-grande{
    font-size: 32px;
}
.navbar{
    margin-bottom: 0px;
    min-height: 0px;
    border-radius: 0px !important;
}
.navbar .container-fluid, .navbar .navbar-collapse {
    padding-left: 0px;
    margin-left: 0px;
}
.navbar-default{
    border:0px;
    border-radius:0px;
    background-color: transparent;
    position: relative;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    color: #fff !important;
    text-decoration: underline;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    color: #fff !important;
    text-decoration: underline;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
}
.navbar-default .navbar-toggle .icon-bar{
    color: #fff;
    background-color: #ddd;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
    background-color: #2D2D30;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background-color: transparent;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav>li>a{
    padding: 10px 10px;
}
#menu-secundario{
    background-color: #2D2D30;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 10px;
    padding-left: 12px;
}

#menu-secundario.navbar-default .navbar-nav>.open>a, #menu-secundario.navbar-default .navbar-nav>.open>a:hover, #menu-secundario.navbar-default .navbar-nav>.open>a:focus {
    background-color: #2D2D30;
    color: #fff;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}
.carousel-control.right, .carousel-control.left{
    background: none;
}
#carousel-principal{
    margin-bottom:10px;
}
section{
    padding: 10px;
}
.margin-20{
    margin:20px;
}
.color-red{
    color:red;
}
.conteudo{
    padding: 10px;

}
.panel-default, .panel-default>.panel-heading, .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-color: #2D2D30;
	border-radius: 0px;
}
.pergunta{
    font-size: 18px;
    color: #2D2D30 !important;
}
.diretoria {
    height:250px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 10px;
}
.diretoria img{
    max-width: 150px;
    padding: 15px
}
.diretoria .help-block{
    font-size: 16px;
}
/* Clientes - HomePage **/
#clientes{
    width: 99.3%;
    padding-top: 15px;
}
#clientes .thumbnail{
    border: 0px;
}
#clientes .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
#clientes .carousel-control.left {
    left: -32px;
    width: 100px;
}
#clientes .carousel-control.right {
    right: -32px;
    width: 100px;
}
/* Changes the position of the indicators */
#clientes .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
#clientes .carousel-indicators li {
    background: #c0c0c0;
}
#clientes .carousel-indicators .active {
    background: #333333;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
    color:#2D2D30;
}
.texto-medio{
    font-size: 16px;
    text-indent: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #2D2D30 !important;
    border-color: #2D2D30 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2D2D30 !important;
    border-color: #2D2D30 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2D2D30 !important;
    border-color: #2D2D30 !important;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .pagination>li>a, .pagination>li>span{
    color: #2D2D30;
}
.preco_prazo{
    margin:0px;
    padding: 0px;
    margin-top: 5px;
    font-size: 12px;
}
.preco_prazo .btn-link{
    color:#777;
}
.detalhe-produto{
	height: 90px;
}
.detalhe-produto a{
    color: #666;
}
.preco-produto{
	height: 135px;
}
#slide-produtos .item{
    margin: 0 auto;
    display: table;
}
#slide-produtos .item img{
    max-height: 400px;
}

#slide-thumbs .item{
    padding: 10px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 90px;
    height: 90px;
}

#slide-thumbs .item img {
    max-width: 70px;
    max-height: 70px;
    overflow: hidden;
    margin: 0 auto;
}

#slide-thumbs .item h1{
    font-size: 18px;
}
#info-produto{
    white-space: pre-line;
}
.stage {
    display: inline-block;
    position: relative;
    text-align: center;
    min-height: 112px;
}

.stage:before,
.stage:after {
    position: absolute;
    background-color: #eaeaea;
    top: 50%;
    margin-top: -33px;
    width: 50%;
    height: 5px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    content: '';
}

.stage:before { left: 0; }
.stage:after  { right: 0; }

.stage:first-child:before { display: none; }

.stage:last-child:after { display: none; }

.stage.tmm-current .stage-header {
    background-color: #f0ad4e;
    border: none;
}

.stage.tmm-current .stage-header.head-number {
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .9);
}

.stage.tmm-current:after,
.stage.tmm-current:before {
    background-color: #f0ad4e;
    border: none;
}
.stage.tmm-current .stage-header:after {
    position: absolute;
    top: 60px;
    left: -53px;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    color: #f0ad4e;
    content: '\e023';
    text-shadow: none;
    font-weight: 100;
}
.stage.tmm-current .stage-header{
    color: #ffffff;
    border: none;
}

.stage.tmm-danger .stage-header {
    background-color: #cf3918;
    border: none;
    color: #ffffff;
}

.stage.tmm-danger .stage-header.head-number {
    color: #3c611b;
    text-shadow: 1px 1px 0px rgba(173, 219, 114, 1);
}

.stage.tmm-danger:after, .stage.tmm-danger:before {
    background-color: #cf3918;
    border: none;
}

.stage.tmm-danger .stage-header:after {
    position: absolute;
    top: 60px;
    left: -53px;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    color: #cf3918;
    content: '\e088';
    text-shadow: none;
    font-weight: 100;
}

.stage.tmm-danger .stage-header.head-number:after { top: 42px; }

.stage.tmm-success .stage-header {
    background-color: #92cf5c;
    border: none;
    color: #ffffff;
}

.stage.tmm-success .stage-header.head-number {
    color: #3c611b;
    text-shadow: 1px 1px 0px rgba(173, 219, 114, 1);
}

.stage.tmm-success:after, .stage.tmm-success:before {
    background-color: #92cf5c;
    border: none;
}

.stage.tmm-success .stage-header:after {
    position: absolute;
    top: 60px;
    left: -53px;
    font-family: 'Glyphicons Halflings';
    font-size: 16px;
    color: #92cf5c;
    content: '\e089';
    text-shadow: none;
    font-weight: 100;
}

.stage.tmm-success .stage-header.head-number:after { top: 42px; }

.stage-header {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #eaeaea;
    text-align: center;
    color: #a9a9a9;
    border: 1px solid #d9d9d9;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    font-size: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.stage-content {
    width: 153px;
    max-height: 52px;
    margin: 0 auto;
}

.stage-title {
    color: #464646;
    padding-left: 0px;
    text-align: center;
    font-size: 15px;
}

.stage-info {
    color: #a8a8a8;
    font-size: 11px;
    line-height: 1.4;
}

#passo-a-passo{
    position: relative;
    top: 15px;
}
#passo-a-passo .stage-title a, #passo-a-passo .stage-title{
    color: #ffffff;
}
#passo-a-passo .stage.tmm-success .stage-header:after, #passo-a-passo .stage.tmm-current .stage-header:after, #passo-a-passo .stage.tmm-danger .stage-header:after{
    left: -45px;
}

.wrapper {
    position: relative;
}

.ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

.ribbon {
    font: bold 13px Sans-Serif;
    color: #FFF;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 8px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%); /* W3C */
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after {
    content: "";
    border-top:   3px solid #ff3019;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    bottom: -3px;
}
.ribbon:before {
    left: 0;
}
.ribbon:after {
    right: 0;
}
/**
 * EasyZoom core styles
 */
.easyzoom {
    position: relative;

    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error  img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #FFF;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position:absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #ddd;
    border-color: #ddd;
}
label.error{
    color: red;
    font-size: 13px;
}
footer {
    background: #2D2D30;
    min-height: 120px;
    color:#ffffff;
    padding: 20px;
}

footer a{
    color:#ffffff;
}
footer strong{
    font-size:18px;
}
footer li{
    list-style: none;
}
footer a:hover{
    color:#ffffff;
}
footer li:before {
    content: "\e258";
    font-family:'Glyphicons Halflings';
    display: inline-block;
    width: 1.2em;
    margin-left: -1.2em;
    position: relative;
    top: 2px;
}
.ident{
    text-indent: 10px;
}
#copyright{
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}
#copyright a {
    color: #ffffff;
}
#ofertas{
    border:0px;
    margin:0px;
    color: #ff3019;
    margin-bottom: 10px;
}
#produtos-destaque{
    border:0px;
    margin:0px;
    margin-bottom: 10px;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.home-promocoes{
    border-color: #ff3019;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.remover .glyphicon {
    font-size: 18px !important;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
    .img-produto{
    	height:160px;
	}
	.img-produto img {
	    max-height: 140px;
	    max-width: 140px;
	}
	.detalhe-produto{
		height: 60px;
	}
	.preco-produto{
		height: 105px;
	}
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .img-produto{
    	height:180px;
	}
	.img-produto img {
    	max-height: 155px;
	    max-width: 155px;
	}
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
    .img-produto{
    	height:220px;
	}
	.img-produto img {
	    max-height: 200px;
	    max-width: 200px;
	}
}
@media (max-width: 767px) {
    .btn-middle{
        margin-top: 0px;
        margin-left: 0px;
    }
    .navbar-nav{
        margin: 0px;
    }
    .vr{
        border:0px;
    }
    .popover{
        max-width: 276px !important;
        padding: 0px 30px 0px 0px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        position: relative !important;
        display: block !important;
        top: 0px !important;
        left: 0px !important;
        height: inherit !important;
        background-color: transparent !important;
    }
    #menu-secundario .submenu-title{
        white-space: normal !important;
    }
    #menu-secundario li:last-child{
        text-align: left !important;
        padding-bottom: 15px;
    }
    #menu-secundario .popover li {
        font-size: 12px;
    }
    #botoes-carrinho a{
        margin-bottom: 10px;
    }
    .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{
        padding: 0px 8px;
    }
}
@media (max-width: 1024px) {
    .navbar-nav{
       margin: 0px 0px;
    }
    .navbar-default .nav>li{
        display: inline-block;
    }
}
@media (max-width: 993px) {

    header #logo {
        margin-bottom: 20px;
    }
    .navbar-nav>li>a{
        padding: 10px 8px;
    }
    #drop-carrinho{
        width:100%;
    }
    #botao-carrinho{
        background-color: transparent;
        border-radius: 0px;
        margin: 0 auto;
        display: block;
    }
    #botao-carrinho h3{
        margin-bottom: 0px;
        color:#ffffff;
    }
    #botao-carrinho span{
        color:#ffffff;
    }
    .dropdown-menu{
        position: relative;
        width: 100%;
    }
    #drop-carrinho.dropdown-menu:before, #drop-carrinho.dropdown-menu:after {
        border: 0px;
    }
    .navbar-fixed-top{
        position: relative;
    }
    .fixed-top{
        padding-top:0px;
    }
    #menu-secundario.navbar-default .navbar-nav>.open>a, #menu-secundario.navbar-default .navbar-nav>.open>a:hover, #menu-secundario.navbar-default .navbar-nav>.open>a:focus{
        background-color: transparent;
    }
    #menu-secundario, #menu-secundario a{
        color: #fff;
    }
    #menu-secundario .list-unstyled{

    }
    .navbar-nav {
        margin: 0px
    }
    #menu-secundario .navbar-nav {
        margin: 9.5px -5px;
    }
    .popover{
        max-width: 276px !important;
        padding: 0px 30px 0px 0px !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        position: relative !important;
        display: block !important;
        top: 0px !important;
        left: 0px !important;
        height: inherit !important;
        background-color: transparent !important;
    }
    #menu-secundario .submenu-title{
        white-space: normal !important;
    }
    #menu-secundario li:last-child{
        text-align: left !important;
        padding-bottom: 15px;
    }
    #menu-secundario .popover li {
        font-size: 12px;
    }
    #botoes-carrinho a{
        margin-bottom: 10px;
    }
    .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{
        padding: 0px 8px;
    }
}

.div-flex-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div-inscricao{
    border-radius: 10px;
    box-shadow: 3px 3px;
}

.div-header-inscricao{
    border-radius: 10px 10px 0px 0px;
}

.div-banner{
    text-align: center;
    height: 300px;
}
.img-banner{
   /* max-width: 200px;
    max-height: 200px;*/
    display: block;
    max-height:100%;
    max-width:100%;
    height:auto;
}

.img-banner-top{
    margin-bottom: 20px;
	width: 100%;
    max-height: 300px;
    height:auto;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#div-foto-veiculo{
    padding:5px 10px;
    background:#00ad2d;
    border:1px solid #00ad2d;
    position:relative;
    color:#fff;
    border-radius:2px;
    text-align:center;
    float:left;
    cursor:pointer
}
.hide_file {
    position: absolute;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 24px;
    width: 100%;
}

.maiuscula{
 text-transform: uppercase;
}

