.cont_pq2
{
	height: 562px;
	width: 100%;
	background-color: #273B4D;
	position: relative;
}
.cont_pq2 h1
{
	font-size: 32px;
	line-height: 42px;
	color: white;
	margin: 0px;
	padding-top: 80px;
	margin-left: 80px;
	margin-bottom: 0px;
	font-family: 'montserrat_bold';
}
.cont_pq2 h1 span
{
	color: #FA3E32;
}
.linea_pq2
{
	margin-top: 40px;
	margin-bottom: 40px;
	width: 60px;
	height: 4px;
	background-color: #EE4136;
	margin-left: 80px;
}
.cont_pq2 p
{
	font-size: 20px;
	line-height: 27px;
	color: white;
	margin: 0px;
	margin-left: 80px;
	margin-bottom: 0px;
	font-family: 'montserrat_regular';
}
.imagen_reloj
{
	position: absolute;
	right: 80px;
	height: 310px;
	width: 315px;
	top: calc(50% - 155px);
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../../img/reloj.svg");
}

@media screen and (max-width: 1200px) {
	.imagen_reloj
	{
		right: 40px;
	}
	.cont_pq2 h1
	{
		font-size: 28px;
	}
}
@media screen and (max-width: 1000px) {
	.imagen_reloj
	{
		height: 210px;
	    width: 215px;
	    background-size: contain;
	    right: 20px;
	}
	.cont_pq2 h1
	{
		font-size: 24px;
		line-height: 35px;
	}
	.cont_pq2 p
	{
		font-size: 17px;
		line-height: 24px;
	}
}
@media screen and (max-width: 800px) {
	.cont_pq2 h1
	{
		margin-left: 40px;
		font-size: 20px;
		line-height: 30px;
	}
	.cont_pq2 p
	{
		margin-left: 40px;
		font-size: 15px;
		line-height: 20px;
	}
	.linea_pq2
	{
		margin-left: 40px;
	}
	.imagen_reloj
	{
		height: 180px;
	    width: 180px;
	    background-size: contain;
	    right: 10px;
	}
}

@media screen and (max-width: 650px) {
	.imagen_reloj
	{
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.cont_pq2 h1
	{
		margin-left: 20px;
		font-size: 18px;
		line-height: 25px;
		width: 225px;
	}
	.cont_pq2 p
	{
		margin-left: 20px;
		width: 200px;
	}

}
