
/* Regras gerais */

input,
button,
textarea,
select,
a {
	-webkit-transition: all ease-out 275ms;
	transition: all ease-out 275ms;
}

img {
	max-width: 100%;
	height: auto;
}

.center {
	text-align: center;
}

a:active,
button:active {
	outline: none;
}



/* Estrutura */

body {
	background: url('imagens/fundo_tile2.png') left top repeat fixed,
				white url('imagens/fundo_pagina.jpg') center center no-repeat fixed;
	background-size: auto,
					 cover;
	font-family: 'Noto Sans', sans-serif;
}

#header {
	position: relative;
	/* background: linear-gradient( to bottom, rgba( 255, 255, 255, 0.5 ) 0%, rgba( 255, 255, 255, 0 ) 100% ); */
	padding-top: 36px;
	text-align: center;
}

	@media screen and (max-width: 767px) {
		#header {
			padding-top: 72px;
		}
	}

	#menu_principal {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 100;
		/* background: rgba( 255, 255, 255, 0.5 ); */
		background: linear-gradient( to top, #024 0%, #058 5%, #00B0F0 95%, #5F8192 100% );
		box-shadow: 0 3px 6px rgba(0,0,0,0.25);
	}
	
		#menu_principal .menu {
			margin: 0;
			padding: 0;
			list-style-type: none;
			text-align: center;
			font-size: 0;
		}
		
			#menu_principal .menu_item {
				display: inline-block;
			}
			
				#menu_principal .menu_link {
					position: relative;
					display: inline-block;
					padding: 5px 30px;
					line-height: 2;
					font-size: 18px;
					font-weight: normal;
					color: white;
				}
				
				@media screen and (max-width: 767px) {
					#menu_principal .menu_link {
						padding: 0px 8px;
					}
				}
				
				#menu_principal .menu_link::after {
					position: absolute;
					left: 0;
					right: 0;
					bottom: 0;
					height: 0;
					background: #00B0F0;
					content: '';
					transition: all ease-out 375ms;
				}
				
					#menu_principal .menu_item.ativo .menu_link,
					#menu_principal .menu_link:hover,
					#menu_principal .menu_link:focus {
						text-decoration: none;
						background: transparent;
						/* background-color: rgba( 230, 245, 255, 0.9 ); */
						/* color: #00B0F0; */
						color: white;
						text-shadow: 0 0 6px white;
					}
					
					#menu_principal .menu_link:hover::after,
					#menu_principal .menu_link:focus::after {
						height: 6px;
					}

	#logo_cabecalho {
		margin: 50px auto 40px;
		/* max-width: 540px; */
		max-width: 670px;
		font-size: 0;
	}
	
		@media screen and (max-width: 767px) {
			#logo_cabecalho {
				margin: 25px auto;
			}
		}
	
		#logo_cabecalho > img {
		}
		
#main {
	font-size: 16px;
	color: #333;
}

	#main .secao_principal {
		margin: 0 0 40px;
		background: rgba(204,229,242,0.2);
		border: solid 2px rgba(184,209,222,0.6);
		padding: 20px 30px;
	}
	
	#main h1 {
		position: relative;
		margin: 0 0 0.67em;
		padding-bottom: 6px;
		text-align: center;
		font-family: Raleway, sans-serif;
		font-weight: 800;
		font-size: 36px;
		/* color: #39d; */
		color: #00B0F0;
		text-shadow: 0 0px 1px rgba(0,0,0,1), 0 0px 1px rgba(0,0,0,1);
	}
	
		#main h1:first-letter {
			letter-spacing: 2px;
			color: #000;
		}
		
		#main h1::after {
			position: absolute;
			left: 50%;
			top: 100%;
			margin-left: -170px;
			max-width: 100%;
			width: 340px;
			height: 1px;
			background: black;
			content: '';
		}
	
	#main h2 {
		position: relative;
		margin: 1em 0 0.67em;
		font-family: Raleway, sans-serif;
		font-weight: 800;
		font-size: 28px;
		color: #f2f2f2;
		text-shadow: 0 0px 1px rgba(0,0,0,1), 0 0px 1px rgba(0,0,0,1);
	}
	
		#main h2:first-letter {
			letter-spacing: 2px;
			color: #000;
		}
		
		#main h1 + h2 {
			margin-top: 0;
		}
	
	#main p {
		margin: 0 auto 20px;
		max-width: 640px;
	}
	
		#main p.sem_margem {
			margin-left: 0;
			max-width: none;
		}
		
		#main p > img {
			vertical-align: middle;
		}
	
	#main strong {
		font-size: 18px;
		color: #00BBFF;
		text-shadow: 0 0px 1px rgba(0,0,0,1), 0 0px 1px rgba(0,0,0,1);
	}
	
		#main strong.marca {
			display: inline-block;
		}
		
		#main strong.marca:first-letter {
			color: black;
		}
	
	#main a {
		font-weight: bold;
		font-size: 18px;
		color: #f2f2f2;
		text-shadow: 0 0px 1px rgba(0,0,0,1), 0 0px 1px rgba(0,0,0,1);
	}
	
		#main a:hover,
		#main a:focus {
			text-decoration: none;
			color: #ccc;
		}
	
	#main .galeria {
		margin: 0;
	}
	
		#main .galeria_lista {
			margin-top: 0;
			margin-bottom: 0;
			padding: 0;
			list-style-type: none;
		}
		
			#main .galeria_item {
				margin-bottom: 15px;
			}
			
				#main .galeria_link {
					display: block;
					border: solid 4px #00B0F0;
					border-radius: 5px;
					box-shadow: 0 2px 6px rgba(0,0,0,0.6);
					font-size: 0;
					cursor: zoom-in;
				}
				
					#main .galeria_link:hover,
					#main .galeria_link:focus {
						border-color: #08c;
					}
					
	#main form {
		margin: 0 auto 20px;
		max-width: 640px;
		text-align: left;
	}
	
	#main label {
		
	}
	
	#main .form-control {
		background-color: #f2f2f2;
		font-family: 'Noto Sans', sans-serif;
	}
					
	#main .form-enviar {
		text-align: right;
	}
	
	#main .ajax-loader {
		display: inline-block;
		vertical-align: middle;
		margin: 0 10px;
		width: 25px;
		height: 25px;
		background: url('imagens/ajax-loader.gif') no-repeat;
		opacity: 0;
	}
	
	#main .btn.btn-primary {
		border: none;
		border-radius: 0;
		background-color: $ter;
		padding: 6px 20px;
		font-family: Raleway, sans-serif;
		font-size: 22px;
		font-weight: 800;
	}
	
		#main .btn.btn-primary:hover,
		#main .btn.btn-primary:focus {
			background-color: #00B0F0;
		}
		
		#main .btn.btn-primary:active {
			background-color: #00B0F0;
			box-shadow: 0 0 4px rgba(0,0,0,0.4) inset;
		}
		
	#main .ajax-mensagens:not(:empty) {
		margin-top: 15px;
		padding: 15px;
	}
	
#footer {
	/* background: rgba( 255, 255, 255, 0.5 ); */
	background: linear-gradient( to top, #024 0%, #058 5%, #00B0F0 95%, #5F8192 100% );
	box-shadow: 0 -3px 6px rgba(0,0,0,0.25);
	padding: 15px 0;
	text-align: center;
	font-size: 12px;
	color: white;
}

#whatsapp {
    position: fixed;
    bottom: 15px;
    right: 25px;
}

#whatsapp_link {
    display: block;
    background-color: #31D44E;
    border-radius: 50%;
    padding: 8px;
    font-size: 1px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.33);
    transition: transform ease-out 150ms;
}

#whatsapp_link:hover,
#whatsapp_link:active,
#whatsapp_link:focus  {
    transform: translateY(-5px);
}

#whatsapp_icon {
    width: 48px;
    height: 48px;
    vertical-align: top;
    display: inline-block;
    fill: white;
}
