body {
	margin: 0;
	padding: 0;
}

p,
a {
	font-family: 'Montserrat', sans-serif;
	line-height: 29px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
}

h3 {
	font-size: 16px;
	margin-bottom: 30px
}

strong,
a {
	color: #17562B;
}

h1,
.nav-link {
	color: #F2F2F2;
}

h2,
.nav-link-footer-icon {
	color: #17562B
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid #000;
}

footer {
	background: #E2E0E0;
}

a.consulte-regulamento {
	color: #DEB650
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #DEB650
}

.navbar {
	background: #17562B;
}

.navbar-nav {
	margin-left: 129px
}

.home {
	background: url('../images/background.jpg');
	background-position: top;
	position: relative;
	background-repeat: repeat-x;
	margin-top: 56px;
	height: 350px
}

.navbar-toggler {
	background: none;
	border: 1px solid #DEB650;
	color: #DEB650;
	padding: 10px 15px;
	margin-top: 4px
}

.btn-outline-success {
	border: 1px solid #DEB650;
	color: #DEB650
}


.nav-link-footer {
	color: #131313;
	text-decoration: none
}

.navbar-toggler-icon {
	border: 1px solid #DEB650;
	color: #DEB650
}

/* BREAKPOINTS */

@media (max-width: 490px) {

.foto-mobile  { display: none; }

.navbar-nav { margin-left: 0px; }

h1 {font-size:24px;}
h3 {font-size:14px;}
img .cartao-presente { margin-top: 60px }

.home {
	background: url('../images/background.jpg');
	background-position: top;
	position: relative;
	background-repeat: repeat-x;
	margin-top: 56px;
	height: 300px
}

}