
@media only screen and (min-width : 1640px) {
	
}
@media only screen and (min-width : 1025px) and (max-width : 4000px){
.solo-mobile {
	display: none;
}

}

@media only screen and (min-width : 1025px) and (max-width : 1499px)
{ 

}

@media only screen and (min-width : 768px) and (max-width : 1024px)
{ 

	
} 

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: landscape)
{ 


}
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation: portrait)
{ 


}


@media only screen and (max-width: 767px) {
	.slider-inicio .elementor-button {
		margin-top: 20px;
	}
	.ast-footer-html-2 h4 {
		font-size: 16px;
		line-height: 30px;
	}
	.site-primary-footer-wrap {
		padding-top: 35px;
		padding-bottom: 0px;
	}
	body .site-below-footer-wrap {
		padding: 20px 70px;
	}
}	