.bg-senape{
	background-color:#fce5cd;
}

.fontMuli {
	font-family: 'Work Sans', sans-serif;
}

.senape{
	color:#fce5cd;
}

.blu{
	color: #587DF5;
}

.bg-blu{
	background-color: #587DF5;
}

.diapositiva{
	background-color:white;
	padding:0px;
	border:3px solid black;
}

.fsr-6{
	font-size: 4rem;
}

.fsr-4{
	font-size: 2.5rem;
}

.fsr-9{
	font-size: 9rem;
}


.fontTimes{
	font-family: "Times New Roman", Times, serif;
}

.fontFred{
	font-family: 'Fredericka the Great', cursive;
}


.padding-14 {
	padding-top:12%;
}

.logo font{
	margin-left:10px;
}

.fsr-4 font{
	margin-left:4px;
}

.colorBlack{
	color:black !important;
}

::-webkit-input-placeholder { /* Edge */
  color: rgb(0,0,0);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(0,0,0);
}

::placeholder {
  color: rgb(0,0,0);
}