@charset "UTF-8";

@media (max-width:764px) {
   
   .hg-p {
	   height: auto!important;
	}

	.font-responsi {
		font-size: 12px!important;
	}
	.hg-buscar {
	   height: 4rem!important;
	}

	.home h1 {
		font-size: 30px;
	}
	.home h2 {
		font-size: 25px;
	}


	.custom-pb-home {
	    padding-bottom: 3rem!important;
	}

	.custom-pt-home {
	    padding-top: 3rem!important;
	}

}

@media (min-width:765px) {

    
}