@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Rowdies&display=swap');


#app {
	background-image: url(https://esenvivo.com/pwa/androidapp.webp);
    background-color: #181818;
	background-repeat: no-repeat;
	background-size: cover;
	width: 170px;
	height: 56px;
	border-radius: 10px;
	border: 1px solid #cecccc;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
}

#ios {
	background-image: url(https://esenvivo.com/pwa/applestore.webp);
    background-color: #181818;
	background-repeat: no-repeat;
	background-size: cover;
	width: 170px;
	height: 56px;
	border-radius: 10px;
	border: 1px solid #cecccc;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
}


p {
    text-align: center;
    align-content: center;
}

.top {
    padding-top: 20px;
}

.h{
    font-size:20px;
    font-family: 'Rowdies', sans-serif;
}

.bar {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    gap: 10px; /* Espacio entre iconos */
    flex-wrap: wrap;
}
.social-what {
    font-size: 60px;
    color: #25D366;
    text-decoration: none;
}
.social-face {
    font-size: 60px;
    color: #0084FF;
    text-decoration: none;
}

.social-what:hover {
    transform: scale(1.1); /* Se agranda al pasar el mouse */
    color: #14b850;
}
.social-face:hover {
    transform: scale(1.1); /* Se agranda al pasar el mouse */
    color: #3b76c2;
}





