.text-azul {
	color: #094372;
}

.bg-gray {
	background-color: #E6F0FB;
}


.btn-whatsapp {
   display:block;
   width:70px;
   height:70px;
   color:#fff;
   position: fixed;
   right:25px;
   bottom:80px;
   border-radius:50%;
   line-height:80px;
   text-align:center;
   z-index:9999;
}


.lineahorizontal {
   width: 100%;
   height: 1px;
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #c8d7ea;
}

.line-height-25 {
   line-height: 24px;
}