
.titulo-contacto{
	font-size: 38px;
	color: #059A2B;
	font-weight: 300;
}
.btn{
    color:  #059B2B;
    font-size: 14px;
    border: 1px solid  #059B2B;
    border-radius: 10px;
    width:32%;
    transition: 0.4s;
     height: 45px;
}
.btn:hover, .btn:focus { 
	color: white;
    background-color:  #059B2B;
	transition: 0.4s;

}
textarea{
	resize: none; 
	width: 100%;
	height: 177px!important; 
	border-color: #ccc; 
	border-radius: 4px;


}
.backgray2{
	
	display: flex;
	align-items: center;
}
.info{
	color: #333333;
	font-size: 16px;
	font-weight: 300;
	text-align: right;
}
.acept-term{
	color: #999999; 
	font-size: 15px; 
	font-weight: 100; 
	margin-bottom: 0px;
	margin-left: 5px;
}
.margen-fila{
	margin-bottom:  1%;
}
.mapa{position: relative;}
.cuadromapa{
	width: 25%;
	padding: 15px 15px;
	background-color: #001B6A;
	position: absolute;
	top: 35%;
	right: 14%;
	color: white;

}
.descrip{
	background-color: #F9F9F9;
	color: #606060;
	padding: 11px 22px;
    margin-bottom: 1%;
}