@charset "utf-8";
/* CSS Document */
.img1 {
	background-image: url(img/facebook.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
	height: 55px;
	border-radius: 40px 40px 40px 40px;
	background-color: #0084ff;
	border: 1px solid #0084ff;
	box-shadow: 1px 1px 1px 1px #141414;
}

.img2 {
	background-image: url(img/whatsapp.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 200px;
	height: 55px;
	border-radius: 40px 40px 40px 40px;
	background-color: #25d366;
	border: 1px solid #25d366;
	box-shadow: 1px 1px 1px 1px #141414;
}
.fondo {
	background-color: #262626;
}
.logo {
	background-image: url(../img/default.png);
	display: block;
	background-size: cover;
	background-position:center;
	width: 100%;
	height: auto;
	margin-top: 5%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;

}

.repr {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.face {
	background-image: url(img/facebook-icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	background-color: transparent;
	border-radius: 5px;
	background-color: #3a579b;
	border: 1px solid #3a579b;
	box-shadow: 1px 1px 1px 1px #141414;
}
.face:hover {
	background-image: url(img/facebook-icon1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	background-color: transparent;
	border-radius: 5px;
	background-color: #868686;
	border: 1px solid #868686;
	box-shadow: 1px 1px 1px 1px #141414;
}

.twi {
	background-image: url(img/twitter-icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	background-color: transparent;
	border-radius: 5px;
	background-color: #3a579b;
	border: 1px solid #3a579b;
	box-shadow: 1px 1px 1px 1px #141414;
}
.twi:hover {
	background-image: url(img/twitter-icon1.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
	background-color: transparent;
	border-radius: 5px;
	background-color: #868686;
	border: 1px solid #868686;
	box-shadow: 1px 1px 1px 1px #141414;
}

.conteiner1 {
	background-image: url(img/02.png);
	background-color: transparent;
	background-repeat: repeat;
	position: center;
	height: 100%;
	
}
.app {
	background-image: url(img/androidapp.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 170px;
	height: 56px;
	box-shadow: 2px 2px 2px 2px #141414;
}