.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: 100px;
    font-size: 14px;
    color: #575756 !important;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
    margin-left: 50px;
}




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


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



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

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

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


.tipo-terreno{
	padding-bottom: 20px;
}

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

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

#terreno {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
/*******TARJETA TERRENO********/


#card-terreno{
	text-align: center;
}

#card-terreno a{
	color: #21446A;
	font-weight: 600;
	font-size: 17px;
}

.verde{
	color: #70B62C;
}

#terreno h1,h4,p{
	text-align: center;
}

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

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


