/* Add here all your CSS customizations */
.lead {
	font-weight: 300;
}
.botao-whatsapp {
    position: fixed;
    right: 0px;
    bottom: 80px;
    display: block;
    background-image: url(../img/icons/icon-whatsapp.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    z-index: 999;
}

.botao-whatsapp-conteudo {
    background-color: #238C00;
    background-image: url(../img/icons/icon-whatsapp.png);
	background-size: 32px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 16px;
    /*width: 250px;*/
    height: 52px;
    padding: 10px 25px 10px 50px;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
	margin-bottom: 20px;
	cursor: pointer;
}

.botao-whatsapp-conteudo:hover {
	text-decoration: none;
	background-color: #2EBB00;
}

.politica-privacidade {
	position: fixed;
	bottom: 35px;
	max-width: 100%;
	z-index: 997;
	margin: 0px 40px;
	padding:30px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	display: block;
}

.politica-privacidade .texto {
	float: left;
	color: #333333;
	font-size: 16px;
	max-width: 66.666667%;
	text-align: left;
}

.politica-privacidade .texto a {
	text-decoration: underline;
}

.politica-privacidade .botao {
	float: right;
	max-width: 25%;
}

.botao-politica {
	padding: 15px;
	color: #FFFFFF;
	border: none;
	border-radius: 15px;
	background-color: #C22638;
	font-size: 16px;
	font-weight: bold;
}

.fotorama__caption__wrap {
    background-color: #EA2225 !important;
	font-weight: bold !important;
	color: #FFFFFF !important;
}

@media (max-width: 479px) {
	.politica-privacidade {
		bottom: 40px;
		margin: 0px 15px;
	}
	.politica-privacidade .texto {
		float: none;
		max-width: 100%;
	}

	.politica-privacidade .botao {
		float: none;
		max-width: 100%;
		margin: 10px auto 0 auto;
	}
}

