@font-face {    font-family: 'Bold';    src: url('../fonts/Montserrat-Bold.ttf'); font-weight: normal;    font-style: normal;}
@font-face {    font-family: 'Medium';    src: url('../fonts/Montserrat-Medium.ttf'); font-weight: normal;    font-style: normal;}
@font-face {    font-family: 'SemiBold';    src: url('../fonts/Montserrat-SemiBold.ttf'); font-weight: normal;    font-style: normal;}
@font-face {    font-family: 'Light';    src: url('../fonts/Montserrat-Light.ttf'); font-weight: normal;    font-style: normal;}
@font-face {    font-family: 'ExtraIt';    src: url('../fonts/Montserrat-BlackItalic.ttf'); font-weight: normal;    font-style: normal;}
@font-face {    font-family: 'Italic';    src: url('../fonts/Montserrat-BoldItalic.ttf'); font-weight: normal;    font-style: normal;}
@font-face {    font-family: 'Regular';    src: url('../fonts/Montserrat-Regular.ttf'); font-weight: normal;    font-style: normal;}



.danspetit
{
	font-family: 'SemiBold', verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #292929;
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #e9e9e9;
	margin-bottom: 0px;
	font-family: 'Regular';
}

.btn-info {
    color: #fff;
    background-color: #AC2B3E;
    border-color: #AC2B3E;
    font-family:'Bold';
    font-size: 18px;
 }
 .btn-info:hover {
    background-color: #3f3f3f;
    border-color: #3f3f3f;
 }

.nav>li {
	background-color: #ececec;
}
#mainFormLogin {
	width: 100%;
	height: 100%;
 	-webkit-transition: all 0.8s ease;
 	-moz-transition: all 0.8s ease;
 	-o-transition: all 0.8s ease;
 	-ms-transition: all 0.8s ease;
 	transition: all 0.8s ease;
}

#menuOpcionsLaterals {
	position: absolute;
	top: 20px;
	right: 40px;
	width: auto;
	padding: 2px 10px;
	z-index: 1000;
}
.sideContingut {
	font-family: 'Regular', Helvetica, sans-serif;
	position: absolute;
	top: 0px; bottom: 0px;
	right: 0px;
	width: 0%;
	z-index: 500;
	padding: 90px 0px 40px 0px;
	overflow-x: hidden;
 	-webkit-transition: all 0.8s ease;
 	-moz-transition: all 0.8s ease;
 	-o-transition: all 0.8s ease;
 	-ms-transition: all 0.8s ease;
 	transition: all 0.8s ease;
 	background-image: url('../imgs/fletxa.png');
}
.sideContingut.opened {
	padding: 78px 40px 40px 100px;
	width:  60%;
	right:  0px;
}
.tancaSideContingut {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 36px;
	height: 36px;
	border-radius: 18px;
}
.sideContingut h2{
	font-family: 'Bold', verdana, arial, helvetica, sans-serif;
	text-transform: none!important;
	font-weight: bold;
	font-size: 36px;
	line-height: 25px;
}f
.sideContingut h3, .bloccaracteristiques h3{
	font-family: 'SemiBold', arial, helvetica, sans-serif!important;
	font-size: 18px!important;
	letter-spacing: 0px;
	font-weight: bold;
	text-transform: uppercase;
	color: black!important;
}
.sideContingut .taronja {
	color:#FF8400;
}
.sideContingut .explicaGran {
	font-size: 18px;
}
.sideContingut .explicaMig {
	font-size: 15px;
}
.bloccaracteristiques {
	position: relative;
	margin: 20px 10px;
	padding: 20px;
	text-align: left;
	min-height: 210px;
	border: 1px solid #e8ebed;
    border-radius: 0.3125em;
}
.sideContingut .explicaGran img, .bloccaracteristiques img {
	display: inline-block!important;
	margin-top: 10px;
	text-align: center;
}
.laImatge {
	position: absolute;
	top: 50px; left: 0px;
	bottom: 0px; right: 0px;
	opacity: 0;
 	-webkit-transition: all 0.8s ease;
 	-moz-transition: all 0.8s ease;
 	-o-transition: all 0.8s ease;
 	-ms-transition: all 0.8s ease;
 	transition: all 0.8s ease;
}
.bloccaracteristiques:hover .laImatge{
	z-index: 10;
	opacity: 1;
	background-color: #ffffff;
	padding-left: 18px;
}
.filaForm {
	padding-bottom: 20px;
}

@media screen and (max-width: 768px) {.sideContingut.opened {    width: 98%!important;    }}

@media screen and (max-width: 678px) {
	.sideContingut.opened {		width: 100%;	}
	#mainFormLogin.sideOpened {		width: 0%;	}
	.laImatge {	position: relative;	opacity: 1; top:0;	-webkit-transition: none; 	-moz-transition: none; 	-o-transition: none; 	-ms-transition: none; 	transition: none;background-color: #ffffff;    padding: 10px;}
	

}

