.cont_pq3
{
	height: 562px;
	width: 100%;
	background-color: #D7E5E9;
	background-image: url("../../img/gota2_grande.svg");
	background-repeat: no-repeat;
	background-position: right;
	
}
.blanco_superior
{
	height: 67px;
	background-color: white;
	width: 100%;
}
.cont_items
{
	width: 100%;
	text-align: center;
}
.item
{
	width: 200px;
	height: 250px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	position: relative;
}
.img_item
{
	width: 100%;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
}
.imgval1
{
	background-image: url("../../img/val1.svg");
}
.imgval2
{
	background-image: url("../../img/val2.svg");
}
.imgval3
{
	background-image: url("../../img/val3.svg");
}
.imgval4
{
	background-image: url("../../img/val4.svg");
}
.imgval5
{
	background-image: url("../../img/val5.svg");
}
.cont_pq3 h1
{
	font-size: 43px;
	line-height: 52px;
	color: white;
	margin: 0px;
	padding-top: 80px;
	margin-left: 80px;
	margin-bottom: 0px;
	font-family: 'montserrat_bold';
}
.cont_pq3 h1 span
{
	color: #FA3E32;
}
.cont_pq3 h3
{
	font-size: 23px;
	line-height: 31px;
	color: #273B4D;
	font-family: 'montserrat_bold';
	margin: 0px;
}
.cont_pq3 p
{
	font-size: 11px;
	line-height: 14px;
	color: #273B4D;
	font-family: 'montserrat_regular';
}
.cont_pq3 h4
{
	font-size: 20px;
	line-height: 27px;
	color: #273B4D;
	margin: 0px;
	margin-left: 80px;
	margin-bottom: 0px;
	font-family: 'montserrat_regular';
	margin-bottom: 20px;
}
.linea_pq3
{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 60px;
	height: 4px;
	background-color: #EE4136;
	margin-left: 80px;
}
@media screen and (max-width: 1250px) {
	
	.item
	{
		width: 150px;
	}
	.cont_pq3 h3
	{
		font-size: 20px;
	}
	.cont_pq3 p
	{
		font-size: 9px;
	}
}
@media screen and (max-width: 1000px) {
	
	.item
	{
		width: 120px;
	}
	.cont_pq3 h3
	{
		font-size: 18px;
	}
	.cont_pq3 p
	{
		font-size: 8px;
	}
}
@media screen and (max-width: 850px) {
	
	.item
	{
		width: 200px;
	}
	.cont_pq3
	{
		height: 800px;
	}
}
@media screen and (max-width: 850px) {
	
	.item
	{
		width: 150px;
	}
	.cont_pq3
	{
		height: 800px;
	}
	.cont_pq3 h1
	{
		font-size: 41px;
	}
}
@media screen and (max-width: 600px) {
	
	.item
	{
		width: 120px;
	}
	.cont_pq3
	{
		height: 800px;
	}
	.cont_pq3 h1
	{
		font-size: 35px;
	}
}
@media screen and (max-width: 510px) {
	
	.item
	{
		width: 210px;
	}
	.cont_pq3
	{
		height: 1550px;
	}
	.cont_pq3 h1
	{
		font-size: 25px;
		margin-left: 20px;
	}
	.cont_pq3 h4
	{
		font-size: 15px;
    	line-height: 20px;
    	margin-left: 20px;
	}
	.linea_pq3
	{
		margin-left: 20px;
	}
}

