body {
font-family: 'Univers', Helvetica, serif }

@font-face {
font-family: 'Univers';
src: url('../fonts/Univers.eot');
}

@font-face {
font-family: 'Univers';
src: url('../fonts/Univers.woff') format('woff'),
url('../fonts/Univers.svg#webfont') format('svg');
}

@font-face {
font-family: 'Univers Bold';
src: url('../fonts/Univers-Bold.eot');
}

@font-face {
font-family: 'Univers Bold';
src: url('../fonts/Univers-Bold.woff') format('woff'),
url('../fonts/Univers-Bold.svg#webfont') format('svg');
}

h1 { font-family: "Univers Bold", serif }

h2 { font-family: "Univers Bold", serif }

h3 { font-family: "Univers Bold", serif }

h4 { font-family: "Univers Bold", serif }

h5 { font-family: "Univers Bold", serif }

h6 { font-family: "Univers Bold", serif }


.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}


.footer {
	background-color: #f5f5f5;
	position: fixed;
	bottom: 0;
	height: 80px;
	width: 100%;
  padding-bottom: 90px !important;
	border-top: 1px solid #ddd;
}


/* step 1 */

.stepwizard-step p {
	margin-top: 10px;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}
.stepwizard-step button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
	top: 14px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 1px;
	background-color: #ccc;
	z-order: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
/* etapas 2 */

.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}
.one, .two, .three {
	position: absolute;
	margin-top: -10px;
	z-index: 1;
	height: 40px;
	width: 40px;
	border-radius: 25px;
}
.one {
	left: 25%;
}
.two {
	left: 50%;
}
.three {
	left: 75%;
}


/* fim step*/

/* divisor */

.grid-divider {
position: relative;
padding: 0;
}
.grid-divider>[class*='col-'] {
position: static;
}
.grid-divider>[class*='col-']:nth-child(n+2):before {
content: "";
border-left: 1px solid #DDD;
position: absolute;
top: 0;
bottom: 0;
}
.col-padding {
padding: 0 15px;
}

/* fim divisor */



/* switch */

.switch {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 58px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.switch>label {
	display: block;
	position: relative;
	height: 25px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #bbb;
	text-align: center;
	text-transform: uppercase;
	background: white;
	border: 2px solid #d9d9d9;
	border-radius: 13px;
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out
}
.switch>label:before {
	content: attr(data-off);
	position: absolute;
	top: 0;
	right: 3px;
	width: 33px
}
.switch>label:after {
	content: '';
	display: block;
	margin: 2px;
	width: 17px;
	height: 17px;
	background: #ccc;
	border-radius: 13px
}
.switch>input {
	position: absolute;
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	opacity: 0;
	-webkit-appearance: none
}
.switch>input:focus {
	outline: none
}
.switch>input:focus+label {
	color: #4f2000;
	border-color: #4f2000
}
.switch>input:focus+label:after {
	background: #4f2000
}
.switch>input:checked+label {
	padding-left: 33px;
	color: white;
	background: #4f2000;
	border-color: #4f2000
}
.switch>input:checked+label:before {
	content: attr(data-on);
	left: 1px
}
.switch>input:checked+label:after {
	margin: 1px;
	width: 19px;
	height: 19px;
	background: white
}
.switch>input:checked:focus+label {
	background: #4f2000;
	border-color: #4f2000
}
.switch-square>label {
	border-radius: 2px
}
.switch-square>label:before {
	width: 25px
}
.switch-square>label:after {
	width: 21px;
	border-radius: 1px
}
.switch-square>input:checked+label {
	padding-left: 29px
}
.switch-square>input:checked+label:after {
	width: 23px
}
.switch-opcao2>input:checked+label {
	background: #bb5500;
	border-color: #bb5500
}
.switch-opcao2>input:checked:focus+label {
	background: #bb5500;
	border-color: #bb5500
}
.lt-ie9 .switch {
	width: 54px;
	height: 21px;
	background: white;
	border: 2px solid #d9d9d9
}
.lt-ie9 .switch>label {
	display: none
}
.lt-ie9 .switch>input {
	position: static;
	width: inherit;
	height: inherit;
	vertical-align: top
}


/* alinhamento de imagem */

.thumbnail {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
}
.alignleft {
	float: left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
	margin: 2px 0px 5px 10px;
}
.legenda_img {
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding-top: 10px;
	text-align: left;
}



/* Fim Switche */

.detalhe_topo
{
padding-top: 30px;
}

.footer {
background-color: #f5f5f5;
bottom: 0;
height: 60px;
width: 100%;
padding-bottom:10px;
}

/* alinhamento de imagem */

.thumbnail {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
display: block;
line-height: 1.42857;
margin-bottom: 20px;
padding: 4px;
transition: border 0.2s ease-in-out 0s;
}


.alignleft {
float: left;
margin: 2px 10px 5px 0px;
}

.alignright {
float: right;
margin: 2px 0px 5px 10px;
}


.legenda_img {
font-size: 12px;
color:#333;
margin: 0px;
padding-top:10px;
text-align: left;
}
