/*

font-family: 'Pacifico', cursive;
font-family: 'Libre Franklin', sans-serif;
*/
a{
	text-decoration: none;
	color: #969696;
}
a:hover{
	color: white;
	text-decoration: none;
}
body{
	background: #2b2b2b;
	text-align: center;
}

p,h1,h2,h3,h4{
	margin: 0;
}
.Carrusel{
	    height: 80vh;
    position: relative;
}
.carrusel_Contenido{
    position: absolute;
    top: 30%;
    left: 30vw;
    width: 40vw;
    height: 40vh;
}
.contenido_Carrusel{
	color: white;
}
.Footer{
	height: 10vh;
}
.Header{
	text-align: left;
	height: 10vh
}

.titulo_Header{
	font-family: 'Pacifico', cursive;
	color: white;
	letter-spacing: 2px;
	display: inline-block;
	width: 29vw;
	margin: 1vh 0 0 1vw;
}
.img_Logo_Playstore{
	height: 100%;
}
.imgs_Carrusel{
	width: 100%;
}
.menu{
	display: inline-block;
	color: #969696;
	font-family: 'Roboto', sans-serif;
	    text-align: right;
    width: 65vw;
}

.menu-flex{
	display: flex;
    justify-content: flex-end;
}
.separador{
	margin: 0 1vw;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2){
	h3{
		    font-size: 4vw;
	}
	.a_Opciones,.separador{
		font-size: 7vw;
	}
	.carrusel_Contenido {
	    left: 15vw;
	    width: 70vw;
	}
	.Header {
	    text-align: center;
	}
	.titulo_Header {
	    width: 99vw;
	        font-size: 7vw;
	}
	.menu {
	    width: 99vw;
	    margin: 3vh 0;
	}
	.menu-flex {
	    justify-content: center;
	}

}