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


.bodyhome{
	background-image: url(https://assets.tvnotas.com.mx/58/5a/ce3adfd94e3abbfda0371df0b72f/back-horoscopos-principal-acros.jpg); background-size: cover;
}

.boton-negro a{
	background-color: black; color:white; margin-bottom:20px; padding:10px; border-radius:10px; display: block; text-align: center; padding-bottom:5px; 
}

.boton-negro a:hover{
	background-color: gray;
	text-decoration: none;
	color:white;
}

.boton-blanco a{
	background-color: white; color:black; margin-bottom:40px; padding:10px; border-radius:10px; display: block; text-align: center; padding-bottom:5px;
	margin-right:30px; margin-top: 25px; min-height:100px;
}

.boton-blanco{
	
}
.boton-blanco a:hover{
	background-color: gray;
	text-decoration: none;
	color:white;
}

.sinbullets{
	list-style: none;
}

.horizontal{
	display: flex; padding: auto;
}

.contenedor-principal{
}

.sky-izq{
	padding-left:30px;
	padding-right:30px;
}

.sky-der{
	padding-left:30px;
	padding-right:30px;
}

.mobile{
	display: none;
}

.desktop{
	display: block;
}

@media screen and (min-width: 320px) and (max-width: 992px) {
	.horizontal{
		display:block;
	}
	
	.boton-negro a {
		min-height: 100px;
		padding-top: 50px;
		padding-bottom: 50px;
		font-size: 30px;
		margin-right:35px;
	}
	.sky-izq{
		display: none;
	}

	.sky-der{
	display: none;
	}
	.mobile{
	display: block;
	}

	.desktop{
	display: none;
	}
	.bodyhome{
	background-size: contain;
}
	
}