@charset "UTF-8";

/*******************
* 
* 1.0 DASHBOARD
*
*******************/

/*******************
* 1.0 DASHBOARD
*******************/
#subir_foto , #subir_video , #subir_foto_examinar , #subir_foto_camera , #subir_foto_user, input[name^=subir_foto-], input[name^=subir_foto_camera-] {
	cursor: pointer;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}
.shadow-none {
	box-shadow: none!important;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.dashboard-sp {
	 background-position: center;
	 background-size: cover;
	 background-repeat: no-repeat; 
	 margin: 0;
	 position: relative;
}
.dashboard-sp .row{
	margin: 0;
}

.notificaciones-block {
	background: #FFF;
	left: -100px;
	padding: 0px 5px 0px 15px;
	position: absolute;
	top: 52px;
	width: 260px;
	z-index: 999;
}
.flecha-decoracion-notificaciones {
	left: -32px;
	position: absolute;
	top: 33px;
}
@media (min-width:768px) {
	.dashboard-sp {
		padding-left: 50px;
	}
}
.proyectos > div {
	margin-bottom: 15px;
}
.proyecto {
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.proyecto:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.proyecto:hover:after {
	background-color: rgba(50, 50, 50, 0.5);
}
.block-fulldrive .proyecto {
	background-image: url('../images/sp/fondo-fulldrive.jpg');

}
.block-original .proyecto {
	background-image: url('../images/sp/fondo-original.jpg');
}
.block-extension .proyecto {
	background-image: url('../images/sp/fondo-extension-garantia.jpg');
}
.proyectos .proyecto a {
	font-family: 'AudiTypeExtendedBold', Arial, sans-serif;
	display: inline-block;
	border: 1px solid white;
	padding: 20px 50px;
	color: white;
	z-index: 1;
}
#beOriginal-pop-up-container p {
	text-align: center;
	color: white;
}
.fancybox-skin p, .fancybox-skin a, .fancybox-inner p {
    color: #FFF;
    font-family: 'AudiTypeExtendedBold', Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}

#divLogin .login-sp-welcome {
	margin-top: 90px;
	margin-bottom: 90px;
}

@media (max-width:768px) {
	.logo-sp-height {
		padding-top: 5px;
	}
}
