@charset "UTF-8";
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: "Lucida Bright", Georgia, Cambria, Verdana, Sans-serif;
	font-size: 1rem;
	font-style: normal;
}

body{
	background-color: rgb(255,255,255);
	line-height: 1.25;
	font-family: "Lucida Bright", Georgia, Cambria, Verdana, Sans-serif;
	font-size: 1rem;
	font-style: normal;
	color: #232323;
	vertical-align: middle;
	justify-content: center;
	align-items: center;
  	position: relative;
}

a{
	text-decoration: none;
	color: #88a9e3;
}

a:hover {
	color: mediumaquamarine;
}

.navbar .navbar-nav > li > a{
	color: #072f0a;
}

.navbar .navbar-nav > li > a:hover{
	background-color: #5d387d;
	color: mediumaquamarine;
	fill: mediumaquamarine;
}

.capa{
	content: "";
	background-image: url("../../../img/worldmap_1000x500.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	opacity: 0.7;
	min-height: 90vh;
	position: relative;
}

.zoom {
	padding: 1px;
	background-color: transparent;
	transition: transform .25s; /* Animation */
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(1.55); /* (200% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.fig-arred {
	//border: 1px solid rgb(93, 56, 125);
	border-radius: 50px 15px;
}

.fig-loading {
    top: 30%;
    left: 50%;
    position: fixed;
	display: block;
    z-index: 99;
    text-align: center;
}


.dropdown-menu {
	max-height: calc(100vh - 250px);
	overflow-y: scroll;
}

/* max device width */
@media only screen and (max-width: 480px) {
	.scrollX {
	  max-height: calc(100vh - 50px);
	  overflow-y: scroll;
	}
}
