/*		COLORES 	*/
a.verde{
	color: #0E955E;
}
a.verde:hover{
	color: #3AC28C;
}
.blanco{
	color: #ffffff;
}
.gris{
	color: #4D4845;
}
.grisClaro{
	color: #F8F8F8;
}
.verde{
	color: #0E955E;
}
.rojo{
	color: #B32317;
}
.bg-blanco{
	background-color: #FFFFFF;
}
.bg-gris{
	background-color: #4D4845;
}
.bg-grisClaro{
	background-color: #F8F8F8;
}
.bg-verde{
	background-color: #0E955E;
}
.bg-rojo{
	background-color: #B32317;
}
.linkNegroVerde{
	color:  #212529;
	text-decoration: none;
}
.linkNegroVerde:hover{
	color:  #0E955E;
}
/*		GENERALES 	*/
body{
	font-family: 'Roboto';
	margin-top: -63px;
	font-size: 1.2rem;
}
/*		STYLES 	*/
.btn-verde{
	background-color: #0E955E;
	color: #ffffff;
}
.btn-verde:hover{
	background-color: #3AC28C;
	color: #ffffff;
}
.btn-grisOscuro{
	background-color: #4E4E56;
	color: #FFFFFF;
}
.btn-grisOscuro:hover{
	background-color: #727275;
	color: #FFFFFF;
}
.btn-wide{
	padding-left: 60px;
	padding-right: 60px;
}
.carousel-indicators li{
	width: 16px!important;
	border-radius: 8px!important;
	border-top: 0px!important;
	border-bottom: 0px!important;
	height: 16px!important;
 }
 .carousel-indicators .active{
 	background-color: #0E955E;
 }
 .form-control{
 	border: solid 1px #0E955E;
 }
 .header{
 	height: 451px;
 }
 .header-image{
 	height: 451px;
 }
 .header-title{
 	height: 451px;
 }
.menu{
	position: relative;
	top: 63px;
	height: 63px;
	margin-left: 60px;
	margin-right: 60px;
	line-height: 63px;
	z-index: 10;
}

.menu a{
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
	text-decoration: none;

}
 .menu a:hover{
	color: #0E955E;
 }
 .menu a.active{
 	
 }
 .myCard{
 	background-color: #ffffff;
	border-radius: 0.25rem;
	padding-left: 0px;
	padding-right: 0px;
 }
 .over{
 	height: 451px;
	background-image: url("/images/transparente.png");
	position: relative;
	top: -451px;
}
.overMapa{
	font-size: 1.5em;
	color: #ffffff;
	text-align: center;
	line-height:451px;
	height: 451px;
	position: relative;
	top: -451px;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0.76) 24.48%, rgba(196, 196, 196, 0) 96.87%);
}
.sombra{
	-webkit-box-shadow: 0px 5px 5px 0px rgba(173,173,173,1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(173,173,173,1);
	box-shadow: 0px 5px 5px 0px rgba(173,173,173,1);
}
textarea.form-control{
	min-height: 100px;
}
.text-justify{
	text-align: justify;
}
.tick {
    position: relative;
    top: 17px;
    left: -17px;
    height: 34px;
}
.vertical-gradiente	{
	background: linear-gradient(180deg, #000000 4.17%, rgba(236, 236, 236, 0) 100%);
	width: 100%;
	height: 100%;
}