.jumbotron{
	background-color: #9D9D9C !important;
	color: #fff;
	text-align: center;
	padding: 15px;
    margin-bottom: 0;
}

.jumbotron p{
	font-size: 14px;
	max-width: 1080px;
}

.jumbo-gris a{
	text-decoration: none;
	color: #9D9D9C;
	font-size: 15px;
	border: solid 2px #fff;
	padding: 5px 17px;
	border-radius: 8px;
	background-color: #fff;
	font-weight: 600;
}

.jumbotron a:hover{
	color: #70B62C;
}
/***********NAVBAR**********/


.navbar-dark{
	background-color: #9D9D9C !important;
}






/**************PIE****************/

.jumbo-pie a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.jumbo-pie a:hover{
	color: #4E4F4E;
}


/****** formulario *****/


#formulario{
	max-width: 800px;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 120px;
}

.obligatorio{
	color: #70B62C;
}

.btn-primary{
	background-color: #70B62C;
	border: none;
}

.btn-primary:hover{
	background-color: #9D9D9C;

}
/*************WhATS APP***********************/

#app-whatsapp{
	position: fixed;
	right: 24px;
	bottom: 25px;
	width: 80px;
	z-index: 1000;
	display: none;
}
#app-whatsapp{
	bottom: 100px;
	display: block;
}
#app-messenger i, #app-whatsapp i{
	font-size: 63px;
}
#app-whatsapp i{
	color: #1ebea5;
}
#app-messenger i{
	color: #0084ff;	
}

@media screen and (max-width: 766px){
	#app-messenger{
		display: block;
	}
}


