@bgColor: #FFFFFF;
@vermelho: #f31c1c;

body {
	background-color: @bgColor;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333;
	font-family: 'Bitter';
}

.full-width {
	width: 100%;
}

img {
	border: 0px;
}

input, select, textarea {
	outline: none;
}

a {
	color: @vermelho, 25%;
	transition: 0.2s linear color;
	-moz-transition: 0.2s linear color;
	-webkit-transition: 0.2s linear color;
	&:hover,
	&:focus {
		color: lighten(@vermelho, 15%);
		text-decoration: none;
	}
}

header {
	margin: 20px auto;
	.logo {
		padding-top: 70px;
		text-align: center;
	}

	.col-md-8 {
		margin-top: 48px;
	}
	.telefone {
		font-size: 18px;
		color: #353535;
		text-align: right;
	}
	.menu {
		background-color: #353535;
		background-image: url('../imgs/menu-bg.jpg');
		background-repeat: no-repeat;
		background-position: center right;
		border-radius: 4px;
		padding: 12px 10px;
		ul {
			margin-bottom: 0px;
			li {
				display: inline-block;
			}
		}
		a {
			font-size: 24px;
			color: #FFF;
			margin: 10px;
			&:hover {
				color: #CCC;
			}
			&.active {
				color: @vermelho;
			}
		}
	}
}

@media (max-width: 762px) {
	header {
		.logo {
			text-align: center;
		}
		.logo img {
			width: 100%;
		}
		.menu {
			background-image: none;
			li {
				display: block !important;
				text-align: center;
			}
		}
	}
}

#banner {
	img {
		border-radius: 4px;
	}
	.carousel-indicators {
		bottom: 0px;
		left: 20px;
		margin-left: 0px;
		text-align: left;
		li,
		li.active {
			width: 12px;
			height: 12px;
			margin-bottom: 0px;
			border-color: #333;
			background-color: #333;
		}
		li.active {
			border-color: @vermelho;
			background-color: @vermelho;
		}
	}
}

.links {
	margin-top: 30px;
	a {
		display: inline-block;
		margin-top: 30px;
		width: 100%;
		img {
			border-radius: 4px;
		}
		transition: 0.2s linear opacity;
		-moz-transition: 0.2s linear opacity;
		-webkit-transition: 0.2s linear opacity;
		color: #333;
		&:hover {
			opacity: 0.75;
			color: @vermelho;
		}
	}
	.nome {
		text-align: center;
		margin-top: 5px;
	}
}

.conteudo {
	margin-top: 30px;
	h1 {
		margin-top: 0px;
	}
	.capa {
		margin-right: 10px;
		margin-bottom: 10px;
		img {
			border-radius: 4px;
		}
		transition: 0.2s linear opacity;
		-moz-transition: 0.2s linear opacity;
		-webkit-transition: 0.2s linear opacity;
		&:hover {
			opacity: 0.75;
		}
	}
	.galeria {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #CCC;
		text-align: center;
		a {
			display: inline-block;
			margin-bottom: 10px;
			transition: 0.2s linear opacity;
			-moz-transition: 0.2s linear opacity;
			-webkit-transition: 0.2s linear opacity;
			&:hover {
				opacity: 0.75;
			}
		}
		img {
			width: 215px;
			border-radius: 4px;
		}
	}
	.endereco {
		text-align: center;
	}
}

.frase {
	background-color: #f6f6f6;
	margin: 30px auto;
	padding: 30px 20px;
	text-align: center;
	font-size: 28px;
	border-radius: 4px;
	span {
		font-size: 14px;
		color: #999;
		font-style: italic;
	}
}

footer {
	font-size: 22px;
	color: #353535;
	margin-top: 60px;
	margin-bottom: 30px;
	text-align: center;
	.img {
		margin: 40px 0px;
	}
	.dev {
		font-size: 18px;
		color: #999;
		a {
			color: #353535;
			&:hover {
				color: @vermelho;
			}
		}
	}
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: @vermelho;
}

.btn-primary {
	background-color: #333;
	border-color: #333;
}

@media (max-width: 762px) {
	.endereco {
		font-size: 14px;
	}
}

.ico-whatsapp {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url('../imgs/whatsapp.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
