/*

Carme Perruquers

Color corporativo:
#b43c7a;

*/

h1, h3 {
	color: #b43c7a;
}

body {
	margin-top: 25px;
	background-color: #ffffff;
	background: url('../images/background.png') no-repeat center center fixed;
	/* -webkit-background-size: cover; */
	/* -moz-background-size: cover; */
	/* -o-background-size: cover; */
	background-size: cover;
	font-family: "Comic Sans MS", cursive, sans-serif;
	text-align: justify;
}

.goTop {
	position: fixed;
	bottom: 15px;
	right: 15px;
	opacity: 0.8;
	cursor: pointer;
	display: none;
}

.clic-para-mostrar {
    color: #b43c7a;
    cursor: pointer;
}

.texto-oculto {
	display: none;
}

/*
.cookie_consent {
	position: fixed;
	bottom: 0px;
	margin-bottom: 0px;
	box-shadow: 0px -5px 10px 0px rgba(50, 50, 50, 0.5);
}
*/

/****************************************************/

@media (max-width: 768px) {

	body {
		background-size:cover;
	}

}
