@charset "utf-8";
/* CSS Document */

.logo-albanessi {
	margin:0 auto;
	text-align: center;
	display: block;
	
	
}

.main-albanessi {
	background-image: url("../img/bckg-albanessi.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width:100%;
	height: 100vh;
	
}

.btn-conect {
	background-color: #E84E1B;
	border-radius: 8px;
}

.btn-conect:hover {
	background-color: #CC411B;
	transition:ease-in-out 0.4s;
	-moz-transition-delay:ease-in-out 0.4s;
	-o-transition-delay:ease-in-out 0.4s;
	-ms-transition-delay:ease-in-out 0.4s;
	-webkit-transition-delay:ease-in-out 0.4s;
}

/******************************************/
/***    DISEÑO PARA TABLETAS 420      ****/
/******************************************/
@media only screen and (max-width:420px){
	
	.logo-albanessi {
		width:85%;
	}
}