.contacto_title{
	color: #6E56C9 !important;
}

.nosotros_title{
	color: #6E56C9 !important;
	font-size: 30px  !important;
	margin-top: 40px;
}


.text_style1{
	width: 100%;
	height: 100px;
	color: #126695;
	font-family: "Calibri Light";
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}

.text_style2 {
	width: 100%;
	position: relative;
	height: 150px;
	background-color: #126695;
	color: #FFFFFF;
	font-family: "Calibri Light";
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
}

.text_style2 p {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.centro {
	display: block;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
  }

.whatsapp {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 40px;
	width: 55px;
	height: 55px;
	z-index: 1000;
  }