.text-verde {
	color: #107138 !important;
}


.text-amarillo-limon {
	color: #C3D205 !important;
}

.text-amarillo {
	color: #FFD506 !important;
}

.text-naranja {
	color: #F7A70B !important;
}


.text-negro {
	color: #333333 !important;
}




.bg-verde {
	background-color: #107138 !important;
}


.bg-amarillo-limon {
	background-color: #C3D205 !important;
}

.bg-amarillo {
	background-color: #FFD506 !important;
}

.bg-naranja {
	background-color: #F7A70B !important;
}







.text-justify {
	text-align: justify;
}


.bg-verde {
	background-color: #287C4B;
}



.mt-50 {
	margin-top: 50px !important;
}

.pt-50 {
	padding-top: 50px !important;
}


.ml-20 {
	margin-left: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}


.bg-verde {
	background-color: #0F7138;
}

.bg-gris {
	background-color: #DBDBDB;
}



.hr-footer {
	margin: 30px 0;
	background-color: #F7A70B;
}



.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-buttom: 20px;
}


.mt-100 {
	margin-top: 100px;
}
.mb-100 {
	margin-buttom: 100px;
}


/*PERSONALIZADO*/
.btn-whatsapp {
   display:block;
   width:65px !important;
   height:65px !important;
   color:#fff;
   position: fixed;
   right:50px;
   bottom:40px;
   border-radius:50%;
   line-height:80px;
   text-align:center;
   z-index:9999;
}
