.cont_contacto
{
	height: calc(100% - 79px);
	width: 100%;
	background-color: #D7E5E9;
	background-image: url("../../img/contacto.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	position: relative;
	min-height: 600px;
	
}
.blanco_superior
{
	height: 67px;
	background-color: white;
	width: 100%;
}
.linea_roja
{
	height: 12px;
	width: 100%;
	background-color: #EE4136;
}
.linea_contacto
{
	margin-top: 20px;
	margin-bottom: 20px;

	width: 60px;
	height: 4px;
	background-color: #EE4136;
	margin-left: auto;
	margin-right: auto;
}
.cont_datos
{
	position: absolute;
	width: 320px;
	text-align: center;
	height: 260px;
	top: calc(50% - 130px);
	left: calc(50% - 160px);
	color: white;
}
.cont_datos h1
{
	font-size: 31px;
	line-height: 37px;
	font-family: 'montserrat_bold';
	margin: 10px;
}
.cont_datos h4
{
	font-size: 17px;
	line-height: 21px;
	font-family: 'montserrat_bold';
	margin: 5px;
	display: inline-block;
}
.img_contacto
{
	background-image: url("../../img/contacto_icono.svg");
	width: 60px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
}
.wp
{
	padding-left: 30px;
	background-image: url("../../img/wp.svg");
	background-position: center left;
	background-repeat: no-repeat;
	color: white;
	margin-left: auto;
	width: fit-content;
	background-size: 25px;
    margin-right: auto;
}
@media screen and (max-width: 400px) {
	
	.cont_datos h1
	{
		font-size: 26px;
	}
}
