body{
	font-family: 'Roboto', sans-serif;
	min-width: 280px;
}

.navbar-default{
	box-shadow: none;
	border-radius: 0;
	background-color: #ffffff;
	background-image: none;
}

.navbar-brand img{
	height: 80px;
}

.navbar {
    border: 0;
    margin-bottom: 0;
}

.navegacao{
    min-height: 106px;
}

.navbar-toggle {
    margin-top: 29px;
    margin-bottom: 23px;
}

.navbar-right{
	margin-top: 30px;
}

.circle{
 padding-bottom: 100%;
 border: solid 2px #c13438;
 width: 100%;
 border-radius: 100%;
 border-left-color: #ffffff;
 margin-top: 60px;
}

.content-circle {
    position: relative;
    padding: 25px;
    margin-top: 26%;
    margin-bottom: -100%;
}


.grid{
	background: #c13438;
	height: 40px;
}

.grid1 {
    color: #ffffff;
    margin: 10px 0;
}

footer{
	background-color: #000000;
	margin-top: 55px;
}

@media(max-width: 768px){
	.content-circle{
		margin-top: 5%;
	}
	.circle{
		height: 40px;
	}
	.navbar-brand img{
		height: 60px;
		margin-left: -5px;
	}
	.grid{
		height: auto;
	}
}


.footer{
	padding: 30px;
}

footer img{
	height: 80px;
}

.centro{
	margin-top: 30px;
	color: #ffffff;
}

.one {
	height: 120px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.button{
	background-color: #c13438;
	border-radius: 10px;
	height: 50px;
	width: 170px;
	margin-top: 13px;
	color: #ffffff;
	border: none;
	outline: none;
}

#myCarousel{
	width: 100%;
	background: url('../images/bb.jpg');
	background-size: cover;
	height: auto;
}

.banner{
	margin-top: 60px;
}

.banner1{
	margin-top: 100px;
	color: #ffffff;
}

.banner img{
	height: 100%;
	max-height: 300px;
	width: 100%;
	max-width: 400px;
	border: 15px solid #c13438;
	border-radius: 10px;
	margin-bottom: 60px;
}

.btn{
	background-color: #c13438;
	border-radius: 10px;
	height: 50px;
	width: 170px;
	color: #ffffff;
	border: none;
}

.contact{
	margin-top: 70px;
}
.formulario input{
	width: 100%;
}

.formulario input:focus{
	padding: 3px;
	border: 1px solid #c13438;
	outline: none;
	border-radius: 3px;
}

textarea{
	width: 100%;
}

textarea:focus{
	padding: 3px;
	border: 1px solid #c13438;
	outline: none;
	border-radius: 3px;
}

.left{
	float: left;
	padding-right: 20px;
}

.missao img{
	width: 100%;
}

@media(max-width: 993px){
	.hard{
    padding: 10px 5px !important;
    font-size: 12px;
	}
}
