
.height200{
	height: 200px!important;
}
#about2{
	padding-bottom: 45px;
}
.head-strumenti{
	padding-top: 5px;
	padding-bottom: 35px;
}

.frase-p {
	font-size:37px;
	font-family:'Great Vibes';
	padding: 45px 0px 60px 0px;
}

.msgExtra{
	font-size:25px;
}

.nero{
	color:black;
}
.btn-primary{
	color:#fff;
	background-color:#c9fa89;
	border-color:#e0fabe;
}
.btnXL {
	padding: 1rem 1.75rem;
	font-size: 1.25rem;
}
#formazione{
	background-color:#e0fabe;
}
section {
	padding: 3rem;
}
.bg-manu {
	background-color:#e0fabe!important;
}
.Fixear ul {
	font-size:15px;
	padding-top:0.7rem;
}
.colorRosso{
	color:red;
}
.frase {
	font-family:'Great Vibes';
	font-size:34px;
	font-weight: 1110;
}
.frase span {
	font-size:24px;
}
.imgStudio {
	width: 360px;
	height:280px;
}
.ocultar{
	display:none;
}
p {
	font-size:15px;
}
.bg-manu p {
	color:black;
}
.pNegro p{
	color:black;
}
h2,h3,h4{
	font-family: "Great Vibes", sans-serif;
	font-weight: 5;
}
h3,h4{
	color:black;
}
h2 {
	font-size: 54px;

}
h3 {
	font-size: 44px;
}
h4 {
	font-size: 35px;
	font-weight: 6;
}
h1{
	font-size:20px;
	color:black;
}
h1 span{
	font-size:18px;
	color:black;
}
.encabezado div span a{
	text-decoration:none;
	color:black;
}
.encabezado div {
	font-size:19px;
	color:black;
}

.htFixMovil
{
	background-color: #e0fabe;
	position:fixed;
	height: 98px;
}

.htFixMovil .encabezado div
{
	font-size:15px;
}
.htFixMovil .encabezado h1
{
	font-size:16px;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
}

#notfound {
	position: relative;
	height: 100vh;
}

#notfound .notfound {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notfound {
	max-width: 520px;
	width: 100%;
	text-align: center;
	line-height: 1.4;
}

.notfound .notfound-404 {
	height: 190px;
}

.notfound .notfound-404 h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 146px;
	font-weight: 700;
	margin: 0px;
	color: #232323;
}

.notfound .notfound-404 h1>span {
	display: inline-block;
	width: 120px;
	height: 120px;
	background-image: url('../images/Error.png');
	background-size: cover;
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
		transform: scale(1.4);
	z-index: -1;
}

.notfound h2 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	color: #232323;
}
.notfound p {
	font-family: 'Ubuntu', sans-serif;
	color: #787878;
	font-weight: 300;
}
.notfound a {
	font-family: 'Ubuntu', sans-serif;
	display: inline-block;
	padding: 12px 30px;
	font-weight: 700;
	background-color: #e0fabe;
	color: black;
	border-radius: 40px;
	text-decoration: none;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}
.notfound a:hover {
	opacity: 0.8;
}


@media only screen and (max-width: 360px) {
	.imgStudio {
		width: 240px!important;
		height:120px!important;
	}
}

@media only screen and (max-width: 767px) {
	.notfound .notfound-404 {
		height: 115px;
	}
	.notfound .notfound-404 h1 {
		font-size: 86px;
	}
	.notfound .notfound-404 h1>span {
		width: 86px;
		height: 86px;
	}
}