
*{
	margin: 0px;
	padding: 0px;
}

@font-face {
    font-family: 'Swis721-Cn-BT';
    src: url('../fonts/Swis721-Cn-BT.ttf');
}
@font-face {
    font-family: 'Swis721-Cn-BT-Bold';
    src: url('../fonts/Swis721-Cn-BT-Bold.ttf');
}
@font-face {
    font-family: 'Swis721-Cn-BT-Italic';
    src: url('../fonts/Swis721-Cn-BT-Italic.ttf');
}
@font-face {
    font-family: 'Swis721-Cn-BT-Bold-Italic';
    src: url('../fonts/Swis721-Cn-BT-Bold-Italic.ttf');
}
@font-face {
    font-family: 'AbsolutDB-Normal';
    src: url('../fonts/AbsolutDB-Normal.ttf');
}
body {	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: none;
	background-image: url(../img/fundo.jpg);
}
.jumbotron-assistencia,
.jumbotron-historico{
	margin-top: 100px;
	background-color: rgba(255, 255, 255,0.4);
	border-radius: 0px;
}

.jumbotron-historico p{
	padding: 15px;
	font-size: 20px;
	line-height: 150%;
	text-align: justify;
	color: rgba(0, 0, 0, 0.6);
}

#logo-incisor img{
	width: 353px;
	max-width: 80%;
	margin-bottom: 7%;
}

#logo-namarra img{
	width: 434px;
	max-width: 100%;
	margin-bottom: 7%;
}

/* BACK TO TOP */
.back-to-top{
	width: 41px;
	height: 41px;
	display: block;
	background: url(../img/nav-bar/back-to-top.png) no-repeat;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 1000;
}
.back-to-top:hover{
	cursor: pointer;
	background-position: 0 -41px;
}