.text-justify {
	text-align: justify;
}

.text-left {
	text-align: left;
}

.mr-10 {
	margin-right: 10px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.ml-20 {
	margin-left: 20px;
}


.text-celeste {
	color: #00A9FF;
}


.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}

.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}


.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mt-100 {
	margin-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}

.lineahorizontal {
	background: #dadada;
	width: 100%;
	height: 1px;
}


/*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;
}
