/*=====================SECTION ENTREGARAPIDA=============*/#entregarapida {	background: rgb(252,243,231);	background: linear-gradient(90deg, rgba(252,243,231,1) 0%, rgba(250,185,93,1) 100%);    background-size: cover;    background-attachment: fixed;    background-position: center;-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 75% 100%, 0px 91%);  clip-path: polygon(0px 0px, 100% 0px, 100% 89%, 75% 100%, 0px 91%);}.entregarapidabg {	background: url(bgmapa.png);    background-size: cover;    background-attachment: fixed;    background-position: center;	padding-top:40px;	padding-bottom:40px;}@media screen and (max-width: 768px){	#entregarapida {		-webkit-clip-path: polygon(0px 0px, 100% 0px, 100% 98%, 75% 100%, 0px 95%);  		clip-path: polygon(0px 0px, 100% 0px, 100% 98%, 75% 100%, 0px 95%);	}}