.cont_pq4
{
	height: 562px;
	width: 100%;
	background-color: #273B4D;
	background-image: url("../../img/gota_grande.svg");
	background-repeat: no-repeat;
	background-position: top left;
	background-position-X:-50px;
	background-position-y:50px; 
	
}
.cont_pq4 h1
{
	font-size: 32px;
	line-height: 40px;
	color: white;
	margin: 0px;
	padding-top: 180px;
	margin-left: 150px;
	margin-bottom: 0px;
	font-family: 'montserrat_bold';
	float: left;
}
.cont_pq4 h1 span
{
	color: #FA3E32;
}
.cont_pq4 p
{
	font-size: 20px;
	line-height: 25px;
	color: white;
	font-family: 'montserrat_regular';
}
.left_pq4
{
	float: right;
	width: 45%;
	padding-top: 180px;
}
.linea_pq4
{
	margin-top: 0px;
	margin-bottom: 20px;
	width: 60px;
	height: 4px;
	background-color: #EE4136;
	margin-left: 0px;
}

@media screen and (max-width: 1100px) {
	
	.left_pq4
	{
		width: 38%;
	}
}
@media screen and (max-width: 950px) {
	
	.cont_pq4 h1
	{
		font-size: 27px;
    	line-height: 37px;
	}
	.cont_pq4 p 
	{
	    font-size: 17px;
	    line-height: 22px;
	}
	.left_pq4
	{
		width: 35%;
	}
}
@media screen and (max-width: 850px) {
	
	.left_pq4
	{
		width: 42%;
	}
	.cont_pq4 
	{
	    background-position-X: -150px;
	}
	.cont_pq4 h1
	{
		font-size: 22px;
    	line-height: 30px;
    	margin-left: 80px;
	}
	.cont_pq4 p 
	{
	    font-size: 15px;
	    line-height: 22px;
	}

}
@media screen and (max-width: 650px) {
	
	.left_pq4
	{
		width: calc(100% - 80px);
		float: unset;
		padding-top: 40px;
		margin-left: 80px;
	}
	.cont_pq4 h1
	{
		float: unset;
		padding-top: 80px;
	}
	.linea_pq4
	{
		background-color: white;
	}

}
@media screen and (max-width: 400px) {
	
	.left_pq4
	{
		width: calc(100% - 30px);
		float: unset;
		padding-top: 40px;
		margin-left: 30px;
	}
	.cont_pq4 h1
	{
		float: unset;
		padding-top: 80px;
		margin-left: 30px;
		font-size: 20px;
	}
	.linea_pq4
	{
		background-color: white;
	}

}