@CHARSET "ISO-8859-1";
@font-face {
    font-family: 'MyriadPro_r';
    src: url('../include/fonte/MyriadPro-Regular.otf');
}

*{
	font-family: 'Poppins', sans-serif;
}
body{
	font-size:14px;
	margin:0 0 40px 0;	
}
.clr{clear: both;}
.conteiner{max-width: 100%;}
.foto_perfil{height: 36px;margin: 4px 15px 0 0;
	border-radius: 20%!important;border:solid 1px #fff;box-shadow:1px 1px 3px #666;
}
h1,h2,h3,h4,h5,h6,.categoria_cabecalho,.btn,.navbar{
	font-weight: bold;
}
.navbar{background:#99a7a7;color:#233131;padding: 0;}
.navbar .nav-item-secundario {
    border-bottom: solid 4px #eb680a;
    border-top: solid 4px #eb680a;
    background: #eb680a;
}
.navbar a{color:#233131;}
.navbar .nav-item{border-bottom:solid 4px #99a7a7;border-top:solid 4px #99a7a7; padding: 0 0.3rem;}
.navbar .nav-item:hover{border-bottom:solid 4px #9b2d2e;}

.navbar .nav-item-secundario{border-bottom:solid 4px #9a9a9a;border-top:solid 4px #9a9a9a; padding: 0 0.3rem;}
.navbar .nav-item-secundario:hover{border-bottom:solid 4px #99a7a7;}

.nav_principal .nav-item{
	padding-top: 7px !important;
	padding-bottom: 5px;
	padding-left: 1px !important;
	padding-right: 1px !important;
	font-size:15px;
}

.btn-default{background:#c3c3c3;}

.dropdown-menu{background:#99a7a7;box-shadow: 1px 1px 6px rgba(35, 49, 49, 0.8);color: #233131;}
.dropdown-menu a{color:#233131;}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #9b2d2e;
}
.carrinho{padding: .1em .3em;background:#9a9a9a;color:#fff;}
#fundo{
	position:fixed;
	z-index:-1;
	top:0;
	left:0;
	min-width:100%;
	min-height:100vh;
	background-size: 100% 100% !important;
	background-repeat: no-repeat;
}
@media screen and (max-width: 810px) {
	#fundo{
		background-size: 180% 100% !important;
	}
}
.btn_categoria{
	background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(195,195,195,0.3) 100%);border:solid 1px rgba(195,195,195,0.5);border-radius:5px;padding:7px 5px;margin:0.5%;width:48%;
}
.btn_categoria:HOVER{
	background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(204,33,40,0.3) 100%);
	border:solid 1px rgba(204,33,40,0.5);
}
#titulo_pagina{
	background: #ecf0f0;
	color: #233131;
	padding: 20px 0;
}

fieldset{
	background: #e8e6e6;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 11px #00000085;
	margin-bottom: 40px;
}
legend{
	background: #cc2128;
    color: #fff;
    padding: 0 5px;
    border-radius: 5px;
    width: auto;
}

.list_icons {
    margin: 0 -10px 20px;
    overflow: hidden;
	width: 100%;
}
.list_icons-list {
    padding-left: 0;
    list-style: none;
}
.list_icons li {
    float: left;
	width: 48%;
	height: 95px;
	padding: 10px;
	color: #00316b;
	line-height: 1.4;
	text-align: center;
	background-color: #fff;
	border: 2px solid #f0f0f0;
	border-radius: 5px;
	margin: 1%;
}
.bs-list_icons .list_icons {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color:#00316b;
}
.list_icons {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "list_iconss Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.list_icons li span{
	color:#00316b;
}
.list_icons-icone {
    position: relative;
    top: 1px;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 7px;
}
.descricao_campo{
	font-weight: 900;
	color:#193c96;
}
.descricao_campo_esquerda{
	text-align:right;
}
@media screen and (max-width: 810px) {
	.descricao_campo_esquerda{
		text-align:left;
	}
}

.btn{
	padding:10px 16px;
	font-size: 14px;
	line-height: 24px;
	border-radius: 5px;
}
.btn-primary{
	background-color: #a89a9b;
	border: solid 1px #666;
	color:#fff;
	
	transition:all 700ms;
    -moz-transition:all 700ms;
    -o-transition:all 700ms;
    -webkit-transition:all 700ms;
}
.btn-primary:hover{
	background:#e84b51;
	color:#fff;
}
.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.row a{text-decoration:none;}
.categoria_produto{position:absolute;margin:-7px -5px 0 0;font-size:12px;}
.btn-secondary{background:#99a7a7;border:solid 1px #99a7a7; border-bottom: solid 3px #9b2d2e; border-top: solid 3px #99a7a7;}
.btn-secondary:hover{background:#9b2d2e;border:solid 1px #9b2d2e; border-bottom: solid 3px #9b2d2e;border-top: solid 3px #99a7a7;color:#fff;}
.form_item{
	padding-top:10px;
}
.form_texto{
	font-weight: bold;
	margin-top:5px;
}
span{
	font-weight: bold;
	color:#666;
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], select, textarea{
	background-image: linear-gradient(to bottom, #f0f0f0,#fff, #fff, #fff, #f0f0f0);
	border: solid 1px #c3c3c3;
	padding:7px;
	width:100%;
	box-shadow: 0 0 0 #9b2d2e;
	width:100%;
	
	transition:all 700ms;
    -moz-transition:all 700ms;
    -o-transition:all 700ms;
    -webkit-transition:all 700ms;
}
input[type="text"]:focus , input[type="number"]:focus, input[type="password"]:focus, select, textarea:focus{
	border: solid 1px #9b2d2e;
	box-shadow: 0 0 5px #9b2d2e;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover{
	
}
footer{
	position:fixed;
	z-index:100;
	bottom:0px;
	background:#f4f4f4;
	text-align: center;
	border-top:solid 1px #c3c3c3;
	width:100%;
}
footer table{
	width:100%;
	color:#666;
}

.categoria_cabecalho{
	padding-top:20px;
	padding-bottom:20px;
	text-align: right;
}

.text-right:not(.show) {
 text-align: left !important;
}

.card{
	box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}

.collapse2{
 display:none;
}


.passo_a_passo{
	border:0;
	width:100%;
}
.passo_a_passo *{
	border:0;
	font-size:10px;
	text-align: center;
}
.passo_a_passo tr,.passo_a_passo td{
	border:0;
	margin:0;
	padding:0;
}
.passo_a_passo td{
	width:33%;
}
.passo_a_passo legend {
    background: #fff;
	width:23px;
    padding: 3px 4px;
    color: #193c96;
    text-align: center;
    margin-top: 20px;
    border: solid 2px #193c96;
    border-radius: 50px;
}
.passo_a_passo .active {
    background: #193c96;
	width:23px;
    padding: 3px 4px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    border: solid 2px #193c96;
    border-radius: 50px;
}
.passo_a_passo fieldset {
    border-top: solid 2px #193c96;
}


@media screen and (max-width: 780px) {
	.collapse2{display:block;}
	.btn_voltar{display:none;}
	#popup{width:98%;}
	.coluna_direita{border-top: double 5px #c3c3c3;margin-top:20px;}
	.categoria_cabecalho{
		padding-top:30px;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.col-xs {
	  -ms-flex-preferred-size: 0;
	  flex-basis: 0;
	  -ms-flex-positive: 1;
	  flex-grow: 1;
	  max-width: 100%;
	}
	.col-xs-auto {
	  -ms-flex: 0 0 auto;
	  flex: 0 0 auto;
	  width: auto;
	  max-width: 100%;
	}
	.col-xs-1 {
	  -ms-flex: 0 0 8.333333%;
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}
	.col-xs-2 {
	  -ms-flex: 0 0 16.666667%;
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.col-xs-3 {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.col-xs-4 {
	  -ms-flex: 0 0 33.333333%;
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.col-xs-5 {
	  -ms-flex: 0 0 41.666667%;
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.col-xs-6 {
	  -ms-flex: 0 0 50%;
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.col-xs-7 {
	  -ms-flex: 0 0 58.333333%;
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.col-xs-8 {
	  -ms-flex: 0 0 66.666667%;
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.col-xs-9 {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.col-xs-10 {
	  -ms-flex: 0 0 83.333333%;
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.col-xs-11 {
	  -ms-flex: 0 0 91.666667%;
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.col-xs-12 {
	  -ms-flex: 0 0 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
  }