
.txt-under {
	text-decoration: underline;
}
.mg-0 {
	margin: 0;
}

#cervejas-header {
	background: url('../img/cervejas/header/bg-header.jpg') fixed;
	background-size: cover;
	padding: 100px 0;	
}

#american {
	background-color: #d70056;

}
#american-pale {
	background-color: #2fc0ce;
}
#weiss {
	background-color: #f4c960;
}
#california {
	background: rgba(46,73,92,1);
background: -moz-linear-gradient(top, rgba(46,73,92,1) 0%, rgba(237,14,118,1) 54%, rgba(238,31,119,1) 58%, rgba(254,209,125,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,73,92,1)), color-stop(54%, rgba(237,14,118,1)), color-stop(58%, rgba(238,31,119,1)), color-stop(100%, rgba(254,209,125,1)));
background: -webkit-linear-gradient(top, rgba(46,73,92,1) 0%, rgba(237,14,118,1) 54%, rgba(238,31,119,1) 58%, rgba(254,209,125,1) 100%);
background: -o-linear-gradient(top, rgba(46,73,92,1) 0%, rgba(237,14,118,1) 54%, rgba(238,31,119,1) 58%, rgba(254,209,125,1) 100%);
background: -ms-linear-gradient(top, rgba(46,73,92,1) 0%, rgba(237,14,118,1) 54%, rgba(238,31,119,1) 58%, rgba(254,209,125,1) 100%);
background: linear-gradient(to bottom, rgba(46,73,92,1) 0%, rgba(237,14,118,1) 54%, rgba(238,31,119,1) 58%, rgba(254,209,125,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e495c', endColorstr='#fed17d', GradientType=0 );
}
.ft-18 {
	font-size: 18px;
}
.cerveja-desc {
	margin-top: 110px;
}
.cerveja-carac {
	margin-top: 200px;
}
/**.cerveja-carac {
	max-height: 40px;
}**/
#california .sm{
	max-height: 478px;
}
#processo {
	background: url('../img/cervejas/processo/bg.png') fixed;
	background-size: cover;
	background-position: center;
}
#processo a:hover, a:focus {
	text-decoration: none;
	color: white;
}
.inp{
	background: transparent;
    border: solid 2px #fff;
    border-radius: 0;
}
.btn-processo{
	cursor: pointer;
    border: 2px solid white;
    padding: 5.7px 35px;
    color: #fff;
}
.btn-processo:hover{
	opacity: .5;
}
#footer {
	background-color: #252525;
}
.ft-cinza{
	color: #616060;
}
.fs-12{
	font-size: 12px;
}
.ft-12{font-size: 15px;}
.mt-110{margin-top: 80px; }
.ft-11{font-size: 12px}

@media(max-width: 480px){
	#cervejas-header {
		background: url('../img/cervejas/header/bg-header-mobile.jpg') fixed;
		background-position: center;
		background-size: cover;
		min-height: 0px;
	}
	.cerveja-desc {margin-top: 50px;}
	.mt-110{margin-top: 0px; }
}
@media (max-width: 320px) {
	.mt-110 { margin-top: 40px;}
  	.deslize h4{font-size: 12px;}
 	#cervejas-header { background-position: 55% 60px;padding: 80px 0!important;}
  	.mt-180{margin-top: 200px;}
}
@media(min-width: 1440px){
	#american, #american-pale, #weiss, #california {
	    padding: 280px 0;
	    height: 100vh;
	}
}