@media (min-width: 1400px){}
@media (max-width: 1200px){}
@media (max-width: 990px){
	.Landing-Intro {
	    height: 50vh;
	    padding-bottom: 4rem !important;
	}
	.BoxIntro .Text {
	    font-size: 2rem;
	    position: relative;
	    bottom: -45px;
	    line-height: 2.2rem;
	    margin: 0;
	}
	.BoxIntro .Text br{
	    display: block;
	}
	.BoxGracias .Title{
		font-size: 2rem;
	    line-height: 2.2rem;
	}
	.BoxGracias .Text{
		font-size: 2rem;
	    line-height: 2.2rem;
	}
}
@media (max-width: 480px){}