/*Gobe.biz*/

.mb-10 {
	margin-bottom: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-20 {
	margin-bottom: 20px;
}
.mt-20 {
	margin-top: 20px;
}

.mt-50 {	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}



.mr-20{
	margin-right: 20px;
}



.text-justify {
	text-align: justify;
}

.text-left{
	text-align: left;
}

.text-azul {
	color: #0C5BB8;
}

.text-dorado {
	color: #F3B40C;
}


.span-titulo {
	background: #fff; 
	border-radius: 10px; 
	padding: 15px 40px; 
	opacity: 0.9;
}

.lineahorizontal {
	background: #efefef;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
}

.cuadro-construccion  span {
	background: #0760A0;
	width: 35px;
	height: 35px;
	border-radius: 10px;
	color: #ffffff;
 	text-align: center;
	font-weight: 700;
	margin-right: 10px;
	display: flex;
	float: left;
	padding: 3px 5px 0 12px;


}
.cuadro-construccion  p {
	font-weight: 500;
	font-size: 1.1rem;
}




/*DATA TABLES*/



/*PERSONALIZADO*/
.btn-whatsapp {
   display:block;
   width:80px !important;
   height:80px !important;
   color:#fff;
   position: fixed;
   right:30px;
   bottom:140px;
   border-radius:50%;
   line-height:80px;
   text-align:center;
   z-index:9999;
}
