@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
}

.tags-google {
  display: none;
}

html, body {
	font-family: 'Source Sans Pro', sans-serif;
	height: 100%;
	background-color: #000;
}

section#links {
	background-image: url(../_img/bg-home.png);
	background-position: center center;
	min-width: 100%;
	min-height: 100%;
}

section#links img{
	width: 300px;
	padding: 25px;
	margin-top: 100px;
}

section#links button {
	width: 80%;
	background-color: #000;
	padding: 10px;
	margin: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	border: solid 2px #fff;
	border-radius: 5px;
}

section#links button:hover {
	background-color: #fff;
	color: #000;
	border: solid 2px #000;
}

section#links p {
	background-color: red;
	padding: 10px;
	margin: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: 600;
	text-align: center;
	border: solid 2px red;
	border-radius: 5px;
}

section#links a {
	text-decoration: none;
	color: #fff;
}

section#links a:hover {
	text-decoration: none;
	color: #000;
}

@media (max-width: 500px) {
	section#links img{
		width: 200px;
		padding: 25px;
		margin-top: 50px;
	}

}


section#inicio {
	background-image: url(../_img/bg-home.png);
	background-position: center center;
	min-width: 100%;
	min-height: 100%;
}

section#inicio img#logo-index{
	width: 300px;
	margin-top: 150px;
}

section#inicio h1 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 2em;
	margin-top: 50px;
	text-shadow: 1px 1px 0.5px #000;
}

section#inicio h2 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1.5em;
	font-weight: 400;
	font-style: italic;
	margin-top: 20px;
	text-shadow: 1px 1px 0.5px #000;
}


section#inicio button {
	width: 150px;
	background-color: #000;
	padding: 10px;
	margin: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	border: solid 2px #fff;
	border-radius: 5px;
}

section#inicio button:hover {
	width: 150px;
	background-color: #fff;
	padding: 10px;
	margin: 5px;
	font-family: 'Source Sans Pro', sans-serif;
	color: #000;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	border: solid 2px #000;
	border-radius: 5px;
}

@media (max-width: 767px) {
	section#inicio img#logo-index{
	width: 200px;
	margin-top: 150px;
	}

	section#inicio h1 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1.5em;
	margin-top: 50px;
	text-shadow: 1px 1px 0.5px #000;
	}

	section#inicio h2 {
		font-family: 'Source Sans Pro', sans-serif;
		color: #fff;
		font-size: 1em;
		font-weight: 400;
		font-style: italic;
		margin-top: 20px;
		text-shadow: 1px 1px 0.5px #000;
	}
}

.banner-home-fixo {
	width: 100%;
	height: 500px;
	background-image: url(../_img/banner-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 110px;
}

@media (max-width: 768px) {
	.banner-home-fixo {
		width: 100%;
		height: 400px;
		background-image: url(../_img/banner-1-tablet.png);
		background-repeat: no-repeat;
		background-position: center center;
		margin-top: 110px;
	}

}

@media (max-width: 500px) {
	.banner-home-fixo {
		width: 100%;
		height: 300px;
		background-image: url(../_img/banner-1-mobile.png);
		background-repeat: no-repeat;
		margin-top: 80px;
	}

}


.texto-padrao1 h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5rem;
	color: #000;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
}

.texto-padrao1 h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3rem;
	color: #000;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
}

.texto-padrao1 p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.texto-padrao2 h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5rem;
	color: #ffcb05;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
}

.texto-padrao2 h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3rem;
	color: #ffcb05;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
}

.texto-padrao2 h3 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
}

.texto-padrao2 p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.texto-padrao2 a:hover {
	text-decoration: none;
}

.texto-padrao3 h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5rem;
	color: #ffcb05;
	font-weight: 700;
	margin-left: 20px;
	text-align: center;
	margin-right: 20px;
}

.texto-padrao3 p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	margin-left: 20px;
	margin-top: 20px;
	text-align: center;
	margin-right: 20px;
}

.texto-padrao4 h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.5rem;
	color: #ffcb05;
	font-weight: 700;
	margin-left: 20px;
	margin-right: 20px;
}

.texto-padrao4 p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #fff;
	font-weight: 400;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

.texto-padrao4 a {
	font-family: 'Source Sans Pro', sans-serif;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
}

.texto-padrao4 a:hover {
	color: #ffcb05;
	text-decoration: none;
}

.texto-padrao4 i {
	font-size: 1.5rem;
}

.botaocard {
	background-color: #000;
	border-radius: 3px;
	border: solid 1px #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 0.8rem;
	color: #fff;
	font-weight: 400;
	padding: 3px 10px;
	margin-left: 20px;
}

.botaocard:hover {
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #fff;
	color: #000;
}

.botao1 {
	background-color: #000;
	border-radius: 3px;
	border: solid 1px #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #fff;
	font-weight: 600;
	padding: 5px 10px;
	margin-left: 20px;
}

.botao1:hover {
	background-color: #fff;
	border-radius: 3px;
	border: solid 1px #fff;
	color: #000;
}

.botao2 {
	background-color: #ffcb05;
	border-radius: 3px;
	border: solid 1px #ffcb05;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #000;
	font-weight: 600;
	padding: 5px 10px;
	margin-left: 20px;
}

.botao2:hover {
	background-color: #000;
	border-radius: 3px;
	border: solid 1px #000;
	color: #ffcb05;
}

.cards {
	background-color: #ffcb05;
	padding: 30px;
}
	

@media (max-width: 991px) {
	div.card-deck div.card {
		width: 45%;
		margin-bottom: 30px;
		flex: none;
	}	
}

.cervejas {
	padding-top: 130px;
	background-color: #ffcb05;
	background-image: url(../_img/bg-cervejas.png);
	background-position: 40%;
	height: 530px;
}

.cervejas2 {
	margin-top: 135px;
	padding-top: 135px;
	background-color: #ffcb05;
	background-image: url(../_img/bg-cervejas2.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 400px;
}

.chopeira {
	padding-top: 130px;
	background-color: #303030;
	background-image: url(../_img/bg-chopp.png);
	background-position: 45%;
	height: 530px;
}

.amares {
	padding-top: 130px;
	background-color: #838383;
	background-image: url(../_img/bg-cervejaria.png);
	background-position: 40%;
	height: 530px;
}

.ifood {
	padding-top: 130px;
	background-color: #7f0105;
	background-image: url(../_img/bg-ifood.png);
	background-position: 40%;
	height: 530px;
}

.ifood img {
	width: 170px;
	padding: 20px;
}

.amares2 {
	margin-top: 135px;
	background-color: #838383;
	background-image: url(../_img/bg-cervejaria2.png);
	background-position: 40% bottom;
	height: 400px;
}


.amares3 {
	background-color: #838383;
	padding: 30px;
}

.amares4 {
	background-color: #333333;
	padding: 30px;
}

.amares5 {
	background-color: #ffffff;
	padding: 30px;
}

.amares3 img, .amares4 img, .amares5 img {
	width: 100%;
	margin-top: 15px;
}

.eventos {
	padding-top: 130px;
	background-color: #000000;
	background-image: url(../_img/bg-evento.png);
	background-position: center center;
	height: 400px;
}

.eventos2 {
	margin-top: 135px;
	background-color: #000000;
	background-image: url(../_img/bg-eventos.png);
	background-position: 40% bottom;
	height: 400px;
}

.eventos3 {
	background-color: #000000;
	padding: 30px;
}

.eventos3 img {
	width: 100%;
	padding: 10px;
}

.contato {
	margin-top: 135px;
	background-color: #fff;
	background-image: url(../_img/bg-contato.png);
	background-position: 40% bottom;
	height: 400px;
}

.contato2 {
	background-color: #fff;
	padding: 30px;
}

@media (max-width: 768px) {

	.cervejas2 {
		margin-top: 120px;
		height: 500px;
	}

	.amares2 {
		margin-top: 120px;
	}

}

.estilos {
	height: 460px;
	padding-top: 100px;
}

.ventos {
	background-image: url(../_img/cervejas/ventos.png);
	background-position: center center;
	background-color: #003e3f;
}

.furia {
	background-image: url(../_img/cervejas/furia.png);
	background-position: center center;
	background-color: #ffba49;
}

.tormenta {
	background-image: url(../_img/cervejas/tormenta.png);
	background-position: center center;
	background-color: #00303a;
}

.apache {
	background-image: url(../_img/cervejas/apache.png);
	background-position: center center;
	background-color: #ffc200;
}

.tubarao {
	background-image: url(../_img/cervejas/tubarao.png);
	background-position: center center;
	background-color: #000000;
}

.corais {
	background-image: url(../_img/cervejas/corais.png);
	background-position: center center;
	background-color: #8f1e22;
}

.carranca {
	background-image: url(../_img/cervejas/carranca.png);
	background-position: center center;
	background-color: #e9ebc8;
}

.caribe {
	background-image: url(../_img/cervejas/caribe.png);
	background-position: center center;
	background-color: #008454;
}

.capitao {
	background-image: url(../_img/cervejas/capitao.png);
	background-position: center center;
	background-color: #cf0a04;
}

.farol {
	background-image: url(../_img/cervejas/farol.png);
	background-position: center center;
	background-color: #2f8793;
}

@media (max-width: 768px) {
	.estilos {
		height: auto;
		padding: 30px;
	}

	.ventos, .furia, .tormenta, .apache, .tubarao, .corais, .carranca, .caribe, .capitao, .farol {
		background-size: 180%;
		background-repeat: no-repeat;
	}

}

.rodape {
	padding-top: 50px;
	padding-bottom: 30px;
	background-color: #000000;
	height: auto;
}

.final {
	background-color: #ffcb05;
	height: 50px;
}

.final p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
	margin-top: 10px;
}

img.nico {
	width: 70px;
	margin: 10px;
}


@media (max-width: 500px) {
	div.card-deck div.card {
		width: auto;
		margin-bottom: 30px;
		flex: none;
	}

	.ifood {
		padding-top: 100px;
		background-color: #7f0105;
		background-image: url(../_img/bg-ifood-mobile.png);
		background-size: 100%;
		background-position: right bottom;
		background-repeat: no-repeat;
		height: 700px;
	}

	.cervejas {
		padding-top: 100px;
		background-color: #ffcb05;
		background-image: url(../_img/bg-cervejas-mobile.png);
		background-size: 100%;
		background-position: right bottom;
		background-repeat: no-repeat;
		height: 600px;
	}

	.cervejas2 {
		margin-top: 50px;
		padding-top: 100px;
		background-color: #212121;
		background-image: url(../_img/bg-cervejas2-mobile.png);
		background-size: 100%;
		background-position: right bottom;
		background-repeat: no-repeat;
		height: 500px;
	}

	.chopeira {
		padding-top: 100px;
		background-color: #303030;
		background-image: url(../_img/bg-chopp-mobile.png);
		background-size: 100%;
		background-position: right bottom;
		background-repeat: no-repeat;
		height: 600px;
	}

	.amares {
		padding-top: 100px;
		background-color: #838383;
		background-image: url(../_img/bg-cervejaria-mobile.png);
		background-size: 100%;
		background-position: right bottom;
		background-repeat: no-repeat;
		height: 550px;
	}

	.amares2 {
		margin-top: 75px;
		background-color: #838383;
		background-image: url(../_img/bg-cervejaria-mobile.png);
		background-position: center bottom;
		height: 250px;
	}

	.eventos {
		padding-top: 70px;
		background-color: #838383;
		background-image: url(../_img/bg-evento-mobile.png);
		background-size: 100%;
		background-position: center center;
		height: 340px;
	}

	.contato {
		padding-top: 70px;
		background-color: #838383;
		background-image: url(../_img/bg-contato-mobile.png);
		background-size: 100%;
		background-position: center center;
		height: 340px;
	}

	.texto-padrao4 i {
	font-size: 2rem;
	margin-right: 30px;
	}

	.texto-padrao4 h1.mobile {
		display: none;
	}

	.estilos h1 {
		margin-top: 250px;
	}

	.ventos, .furia, .tormenta, .apache, .tubarao, .carranca, .corais, .caribe, .capitao, .farol {
		background-size: 250%;
		background-repeat: no-repeat;
		background-position: 35% top;
	}

	.final {
		background-color: #ffcb05;
		height: auto;
	}

	.final p {
		font-size: 0.8rem;
	}

	img.nico {
		width: 70px;
		margin: 10px;
	}

}

/* Formulário Contato */

.form {
	padding: 20px;
	margin-top: 70px;
}

.form input, .form textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #000;
	padding-left: 5px;
	margin-top: 30px;
}

.form label.error {
	float: left;
	margin-top: 25px;
	margin-right: 15px; 
}
 
.form input[type='text'], .form input[type='email']{
	width: 90%;
	height: 30px;
	border: 1px solid #fff;;
	border-bottom: 1px solid #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #000;
}

.form textarea[type='text'] {
	width: 90%;
	height: auto;
	border: 1px solid #fff;;
	border-bottom: 1px solid #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #000;
}


.form input[type='submit'] {
	width: 30%;
	height: 40px;
	background-color: #000;
	border: 1px solid #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #fff;
}

.form input[type='submit']:hover {
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1rem;
	color: #000;
	background-color: #fff;
	border: 3px solid #000;
}

.g-recaptcha {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.form {
		margin-left: 20px;
	}

	.form input[type='text'], .form input[type='email'], .form textarea[type='text'] {
	width: 90%;
	}

	.form input[type='submit'] {
	width: 50%;
	}
}