*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Open Sans";
}

/**BOOT PADRÃO**/

/*img{
	width: 100%;
	max-width: 450px;
}*/




.w33{
	width: 33.3%;
}


.w50{
	padding:0 2%;
	width: 50%;
}


.left{
	float: left;
}


.right{
	float: right;
}


.clear{
	clear: both;
}


/**Inicio estilização**/


header {
	background-color: #f3f3f3;
}

header .logo{
	padding: 2px;
	margin-top: 4px;
}


.mobile{
	display: none;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

header ul{
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
}

header li{
	font-weight: 300;
	font-size: 14px;
	padding: 0 2px;
	display: inline-block;
}

header li a {
  display: block;
  color: #755454;
  text-align: center;
  padding: 22px 20px;
  text-decoration: none;
}

header li a.active {
	color: white;
	background-color: #6c5656;
	
}



header li a:hover{
	color: white;
	background: #8c8686;
	text-decoration: none; 
	display: block;
	transition: 1s;
}

.banner_grande{
	width: 100%;
	height: 470px;
	background-image: url('../images/topo.jpg');
	background-size: cover;
	position: relative;
	color: white;

}

/*.mascara{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.10);

}
*/

section.banner_grande form{
	width: 50%;
	max-width: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	padding-top: 30px;
}

section.banner_grande form h2{
	color: white;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
}


section.banner_grande form input[type=text]{
	width: 100%;
	height: 30px;
	background: white;
	font-size: 14px;
	color: black;
	padding-left: 10px;
	margin-top: 10px;
	border-radius: none;
	border: none;

}

section.banner_grande form input[type=password]{
	width: 100%;
	height: 30px;
	background: white;
	font-size: 14px;
	color: black;
	padding-left: 10px;
	margin-top: 10px;
	border-radius: none;
	border: none;

}

section.banner_grande form input[type=submit]{
	width: 100%;
	height: 30px;
	background: #246dc7;
	border-color: none;
	border-radius: none;
	border: none;
	font-size: 15px;
	color: white;
	padding-left: 10px;
	margin-top: 10px;
	cursor: pointer;
}



section.descricao-autor{
	padding: 80px 0;

}

section.descricao-autor h2{
	color: #aa0000;
	font-size: 22px;
	font-weight: 700;
}

section.descricao-autor p{
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	margin-top: 15px;
}


section.especialidades{
	padding: 40px 0;
	background: #dbdbdb;
}

section.especialidades h2.title{
	font-size: 22px;
	font-weight: 600;
	color: #aa0000;
	text-align: center;
}

.box-especialidades{
	margin: 10px 0;
	
}

.box-especialidades h3{
	color: #aa0000;
	font-size: 26px;
	text-align: center;
}

.box-especialidades h4{
	color: #aa0000;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
}

.box-especialidades p{
	text-align: left;
	color: #4c4c4c;
	font-weight: 300;
	padding: 10px;
}

section.extras{
	padding: 30px 0;
	background: #751414;
}

section.extras h2.title{
	color: white;
	font-size: 22PX;
	font-weight: 300;
	text-align: center; 
}

section.extras .depoimentos-single{
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	color: white;
}

section.extras .depoimentos-single{
	padding: 20px 0;
	border-bottom: 0.5px solid #c2dac9;

}

section.extras .nome-autor{
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}

.patrocinadores{
	color: #c2dac9;
	font-size: 14px;
	font-weight: 300;
}

.patrocinadores ul{
	margin: 20px 0;
	padding: 30px 20px
	list-style-position: inside;

}

.patrocinadores li{
	margin-bottom: 20px;

}

.mapa{
	margin: 20px 0;
	padding: 30px 20px
	list-style-position: inside;

}

 footer{
	background: #181414;
	text-align: center;
	color: white;
	padding: 10px;
	font-weight: 300;
	font-size: 12px;
	
}





.patrocinadores-container,.depoimento-container{
	padding: 0 20px;
}



.links{
	font-weight: bold;
	color: #aa0000;
	text-decoration: none; 
}

.links:hover{
	text-decoration: none;
	color: grey;
	transition: 0.7s;
	opacity: 0.6;
}


.btn {
	background-color: #8a0000; /* Green */
 	border: none;
 	border-radius: 6px;
    color: white;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    
}

.btn:hover {
text-decoration: none;
	color: white;
	transition: 0.7s;
	background: #C3C3C3;
}



	

    
}

.btn_big:hover {
	color: white;
	background: #5e5e5e;
	transition: 0.7s;
}


.linkrodape {
	text-decoration: none;
	color: white;
}

.linkrodape:hover {
	color: grey;
	transition: 0.5s;
}

.iconesSociais {
	font-size: 40px;
	font-weight: 300;
	color: #8a0000;
}

.iconesSociais a {
		color: #8a0000;
		text-decoration: none;
		
}
  
.iconesSociais a:hover{
	color: white;
	transition: 0.7s;
}



@media screen and (max-width: 768px){
	img{
		padding: 15px 0;
		float: none !important;
		display: block;
		margin: 0 auto;
	}

	.w50{
		width: 100%;
		padding: 10px;
	}

	.w33{
		width: 100%;
		padding: 10px;
	}
}


@media screen and (max-width: 700px){
	nav.desktop{
		display: none;
	}

	nav.mobile{
		display: block;
	}

	.botao-menu-mobile{
		font-size: 30px;
		color: #a2a2a2;
		cursor: pointer;
		padding: 20px 0;
	}
	
	nav.mobile ul{
		top: 85px;
		width: 100%;
		z-index: 3;
		display: none;
		position: absolute;
		left: 0;
		text-align: center;
	}

	nav.mobile li{
		display: block;
		background: white;
		border-bottom: 1px solid #08273e;
		font-size: 17px;
		padding: 0px 0;
	}	

	nav.mobile li a{
		display: block;
		color: #061006;
		text-decoration: none;
	}


nav.mobile li a:hover{
		display: block;
		color: white;
		text-decoration: none;
	}

	.banner_grande{
	width: 100%;
	height: 540px;
	background-image: url('../images/topomini.jpg');
	background-size: cover;
	position: relative;
	color: white;

}

}