html, body {
	font-family: 'Montserrat', sans-serif;
	background-color: #135176;
    background-image: url('/img/bg-campanha.jpg');
    background-repeat: repeat-x;
    background-size: contain;
}
.btn{
	border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 0.8rem 4rem;
	transition: transform .5s ease;
}
.btn:hover {
	transform: scale(1.1);
}
.form-control {
    border-radius: 0;
}


/*
 * NAVBAR
 */
#navbar-top .nav-link {
    padding: 3rem 1rem!important;
    font-weight: 600;
    color: #fff;
}
#navbar-top .nav-link:hover {
    color: #ffc107;
}

/*
 * CONTENT
 */
.section1{
	min-height: 70vh;
}
.section2{
	min-height: 70vh;
	background-color: #fff;
}
.section2 h1 {
    color: #004c42;
    font-weight: 600;
}
.section2 p {
    font-weight: 600;
    font-size: 1.5rem;
}
.section3{
	min-height: 70vh;
}


/*
 * FOOTER
 */

footer{
	background-color: #003756;
}
footer p{
	color: #fff;
}
footer p a{
	color: #fff;
}
footer p a:hover{
	color: #fff;
	text-decoration: underline;
}
footer .copy{
	font-size: 0.7rem;
}


/*
 * RESPONSIVEL
 */
@media only screen and (max-width: 770px){
	html, body {
	    background-size: cover;
	}
    #navbar-top{
        margin-top: 30px;
    }
    .navbar-brand {
        margin: 0 auto;
    }
    .navbar-toggler{
        display: none;
    }
    .section1{
        padding-top: 0!important;
        text-align: center;
    }
    footer{
        text-align: center;
    }
}
