/* Configurações do topo */

.bg-topo{
	background-color: #fff;
}

.bg-topo2{
	background-color: #FCBD00;
}

.btn-contato{
	border: 2px solid #DC3545;
	background: none;
	position: relative;
	color: #DC3545;
	z-index: 1;
	border-radius:30px;
	height:100%;
}

.btn-contato:hover{
	color: #fff;
	background: #000;
	border-color: #000;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

/* Rodapé */

.bg-rodape1{
	background-color: #DC3545;
}

.bg-rodape1 ul{
	-webkit-padding-start: 0;
}

.bg-rodape1 ul li{
	list-style: none;
}

.card-rodape{
	border-style:none;
}

.icon-banner-rodape{
	color: #c42841;
}

.bg-rodape2{
	background-color: #000;
}

a.icone-social{
	color: #fff;
}

/* Configurações Gerais */

.underline{
	content: '';
	border-top: 2px solid #ff3859;
	width: 70px;
	display: block;
	margin-bottom: 8px;
	margin: 0 auto;
}

.underline-footer{
	content: '';
	border-top: 2px solid #ff3859;
	width: 70px;
	display: block;
	margin-top: 5px;
}

.sombra:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}

		