/*

* {
	margin: 0;
	padding: 0;
}

.clearfix {
	clear: both;
}

@font-face {
    font-family: SharpSans;
    src: url("./SharpSans-ExtraBold.otf") format("opentype");
}

*/

#entrega-garantida h3 {
	font-family: "CF Greycliff";
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	color: #212B36;
	margin-bottom: 24px;
}

#entrega-garantida .container {
	width: 100%;
	position: relative;
}

#entrega-garantida #decor {
	position: absolute;
	left: 310px;
	bottom: -155px;
}

#entrega-garantida .item-1 {
	position: relative;
	z-index: 2;
}

#entrega-garantida .item-2 {
	float: right;
    position: relative;
    left: -45px;
    bottom: -40px;
}

#entrega-garantida #bloco-titulo {
	float: left;
	width: 452px;
	background: #FCF5EB;
	padding: 35px 24px;
	height: 150px;
}

#entrega-garantida #bloco-titulo > img {
	float: left;
	margin-right: 18px;
}

#entrega-garantida #bloco-titulo p {
	font-size: 32px;
	color: #106E38;
	line-height: 35px;
	font-family: "SharpSans";
	max-width: 200px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;;
	display: inline-block;
}

#entrega-garantida #bloco-info {
	background: #106E38;
	width: calc(100% - 452px);
	float: right;
	padding: 35px 0px 35px 0px;
	height: 150px;
}

#entrega-garantida #bloco-info p {
	font-family: "CF Greycliff";
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	width: 358px;
	position: relative;
	left: 60px;
	text-align: right;
	top: 8px;
	display: inline-block;
}

#entrega-garantida #bloco-info button {
	float: right;
	border-radius: 24px;
    font-size: 16px;
    height: 48px;
    padding: 0 24px;
	background-color: #fff;
    border: none;
    color: #212b3c;
    width: 186px;
    margin-top: 14px;
    margin-right: 64px;
    font-weight: bold;

}

#entrega-garantida #bloco-info button:hover {
	-webkit-box-shadow: 2px 2px 11px 0 #5f6872;
	box-shadow: 2px 2px 11px 0 #5f6872;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#entrega-garantida ul {
	margin-top: 44px;
}

#entrega-garantida ul li {
	float: left;
	list-style: none;
	width: 22%;
	margin: 0 2%;
}

#entrega-garantida ul li:first-child {
	margin-left: 0;
}

#entrega-garantida ul li:last-child {
	margin-right: 0;
}

#entrega-garantida ul li p {
	font-family: "CF Greycliff";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	color: #212B36;
	padding-top: 8px;
}

#entrega-garantida ul li img {
	float: left;
	margin-right: 10px;
}

@media (max-width: 1180px) {
	#entrega-garantida #bloco-info p {
		font-size: 20px;
		left: -10px;
	}

	#entrega-garantida ul li img {
	}
}

@media (max-width: 1086px) {
	#entrega-garantida #bloco-info p {
		font-size: 18px;
    	left: 55px;
    	top: -6px;
    	width: 220px;
	}
}

@media (max-width: 1023px) {

	#entrega-garantida .wrapper-content {
		padding: 0;
	}

	#entrega-garantida h3 {
		font-size: 20px;
		line-height: 24px;
		text-align: center;
		margin-top: 24px;
	}

	#bloco-titulo {
		width: 100% !important;
	}

	#entrega-garantida .item-2 {
	    left: 48px;
	    width: 140px;
	}

	#entrega-garantida .item-1 {
		left: -30px;
		width: 90px;
	}

	#decor {
		width: 100%;
		left: 0 !important;
	}

	#bloco-info {
		width: 100% !important;
		background: #fff;
	}
	
	#entrega-garantida #bloco-titulo > img {
		float: none;
		width: 64px;
		height: 64px;
	}


	#entrega-garantida #bloco-titulo {
		text-align: center;
	}

	#entrega-garantida #bloco-titulo p {
		max-width: 100%;
		display: block;
		font-size: 24px;
	}

	#entrega-garantida #bloco-info {
		background: #fff;
		padding: 24px 0;
	}

	#entrega-garantida #bloco-info p {
		position: initial;
		width: 80%;
		margin-left: 10%;
		line-height: 24px;
		color: #212B36;
		text-align: center;
	}

	#entrega-garantida #bloco-info button {
		background: #212B36;
		color: #fff;
		font-size: 14px;
		line-height: 17px;
		width: 230px;
		height: 32px;
		margin: 16px auto;
		display: block;
		float: none;
	}
}
