.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;
}


html {
	scroll-behavior: smooth;
}
/***********NAVBAR**********/


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


/***********HEADER********/

#header{
	margin-top: 70px;
	border: 0;
}

#header p{
	max-width: 500px;
	max-height: 145px;
	font-size: 14px;
	color: #575756 !important;
	line-height: 25px;
	overflow: hidden;
}

.info-card{
	margin-left: 50px;
	margin-top: 50px;
}



/*******SERVICIOS ANCLA********/


#row-ancla .card{
	border-radius: 20px;
	border: solid 2px;
	max-width: 18rem;
	margin-left: auto;
	margin-right: auto;
}

.card-padding{
	padding-bottom: 20px;
}

.ser-ancla{
	color: #9D9D9C;
	max-width: 900px;
	text-align: center;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

.ser-ancla h1{
	color: #70B62C;
	font-size: 40px;
}

#row-ancla a{
	text-decoration: none;
	color: #21446A;
	font-weight: 600;
	font-size: 16px;
	margin-top: 80px !important;
}


#row-ancla img{
	padding-bottom: 20px !important;
}



/*******FICHA VERTICAL********/


.ser-dron{
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}


.ser-dron h1{
	color: #70B62C;
}

.ser-dron h4{
	color: #9D9D9C;
}

.ser-dron p{
	font-size: 12px;
}

/**************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
}

.obligatorio{
	color: #70B62C;
}

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

/*************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;
	}
}


