@charset "utf-8";
/* CSS Document */
body {
    background-color: #e5e5e5;
}
.jumbotron {
    margin-top: 60px;
    background: url( "images/fundo_topo.jpg") no-repeat center center fixed;
    background-size: cover;
    background-position: top;
    color: #303030;
    font-family: Segoe, "Segoe UI";
}
.card {
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}
.slides {
    text-align: center;
    font-family: Segoe, "Segoe UI";
    color: #303030;
}
a:link {
	color: #303030;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #303030;
}
a:hover {
	text-decoration: none;
	color: #303030;
}
a:visited {
	text-decoration: none;
	color: #303030;
}
.text-center {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #303030;
    font-size: 1.1em;
}
