.mt-50 {
	margin-top: 50px;
}

.mt-80 {
	margin-top: 80px;
}


.text-justify {
	text-align: justify;
}


/*PERSONALIZADO*/
.btn-whatsapp {
   display:block;
   width:80px !important;
   height:80px !important;
   color:#fff;
   position: fixed;
   right:30px;
   bottom:100px;
   border-radius:50%;
   line-height:80px;
   text-align:center;
   z-index:9999;
}


.lineahorizontal {
   background-color: #e3e1e1;
   height: 1px;
   margin-top: 40px;
   margin-bottom: 40px;
}