@charset "utf-8";
/* CSS Document */
.img1 {
	background-image:url(../img/googleplay.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 40px 40px 40px 40px;
	background-color:#C90407;
	border: 1px solid #C90407;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}


.img2 {
	background-image: url(../img/whatsapp.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 40px 40px 40px 40px;
	background-color: #25d366;
	border: 1px solid #25d366;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}
.img3 {
	background-image:url(../img/lite.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 40px 40px 40px 40px;
	background-color: #0F78F5;
	border: 1px solid #0F78F5;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}
.fondo {
	background-color: #262626;
}


.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;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}
.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;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}

.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;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}
.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;
	-webkit-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.75);
}

#contenido {
    width:90%;
	max-width:640px;
    padding:15px;
	margin: 0px auto;
}

#conteiner1 {
	background-image: url(puntos/02.png);
	background-color: transparent;
	
}
.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;
}
.img{
	background-image:url(../img/logo3.jpg);
	background-size: cover;
	background-position:center;
    height:40vh;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.play {
    background-color: #0B0B0B;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
    padding-bottom: 2px;
}


@media screen and (max-width:880px){
    #contenido {width:400px;height:630px;}
}

@media screen and (max-width:500px){
    #contenido {width:320px;height:500px;}
}
