/*********************************************
** Footer 
*********************************************/

#footer {
	float: left;
	width: 100%;
	padding: 0;
}

#footer .topFooter {
	float: left;
    width: 100%;
    background: url(https://dentalestheticcenter.com.br/wp-content/uploads/2021/05/bg-footer.jpg) top center no-repeat;
    background-size: cover;
    padding: 130px 0 40px 0;
}

#footer .topFooter .container {
	position: relative;
}

#footer .topFooter #botaoSubir {
	position: absolute;
    right: 0;
    top: -100px;
}

#footer .topFooter #botaoSubir i {
	font-size: 40px;
    color: #393426;
    cursor: pointer;
}

/* Título */

#footer .tituloFooter {
	color: #5C5C5C;
    border-bottom: solid 8px #E2DACB;
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 0 0 30px 0;
    padding-bottom: 8px;
}

/* Menus */

#footer .menusFooter ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#footer .menusFooter ul li {
	float: left;
	width: 100%;
	color: #5C5C5C;
}

#footer .menusFooter ul li a {
	color: #5C5C5C;
	padding: 7px 0;
    display: inline-block;
}

/* Contato */

#footer .contatoFooter .telefones {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#footer .contatoFooter .telefones a {
	display: inline-block;
	color: #5C5C5C;
	padding: 5px 0;
}

#footer .contatoFooter .telefones a span {
	color: #5C5C5C;
}

#footer .contatoFooter .redesSociais {
	float: left;
	width: 100%;
}

#footer .contatoFooter .redesSociais a {
	float: left;
	margin-right: 15px;
}

#footer .contatoFooter .redesSociais a i {
	color: #393426;
	font-size: 25px;
}

/* Texto Endereço */

#footer .textoEndereco {
	text-align: center;
	margin-top: 40px;
}

#footer .textoEndereco p {
	margin: 0 0 40px 0;
	color: #A39993;
	float: left;
	width: 100%;
	text-align: center;
}

#footer .textoEndereco a {
	margin: 0;
	color: #A39993;
}

/* Bottom Footer */

#footer .bottomFooter {
	float: left;
	width: 100%;
	text-align: center;
	padding: 25px 0;
}

#footer .bottomFooter a {
	display: inline-block;
}

@media (max-width: 768px) {

	#footer .topFooter #botaoSubir {
		right: 15px;
		top: -50px;
	}
	
	#footer .topFooter {
		background: #F3F0EB;
		padding: 40px 0;
	}

	#footer #logoFooter {
		text-align: center;
	}

	#footer .menusFooter {
		float: left;
		width: 100%;
		margin: 30px 0;
	}

	#footer .textoEndereco {
		float: left;
		width: 100%;
		margin-top: 40px;
	}
	
}