/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
	
	font-family: 'Montserrat', sans-serif;
	background-color: #000066;
	color: #FFFFFF;

	height: 100vh;
	min-height: 100vh;
	margin: 0;
	padding: 0;

}

#sidebar {

	width: 19%;

}

	#sidebar p {

		color: #000066;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 110%;
		letter-spacing: -2.5%;

	}

	#sidebar #logo {

		width: 185px;
		height: auto;

	}*/
	.p-3 {
		padding: 1rem !important;
	  }
#main_provost {

	width: 100%;
	max-width: 1240px;
	margin: 0 auto;

}

	#main_provost #header h1 {

		font-size: 4rem;
		font-weight: 700;

	}

	#main_provost #header span.leyenda {

		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 25px;

	}

		#main_provost #header span.leyenda.leyenda {

			background-color: #ffa500;

		}

		#main_provost #header span.leyenda.leyenda-02 {

			background-color: #45ba1c;

		}

	#main_provost #wrapper_provost {

		position: relative;
		display: flex;
		justify-content: center;

	}

		#main_provost #wrapper_provost #map {

			position: relative;
			max-width: 100%;
			height: 100%;

		}

		#main_provost #wrapper_provost a.point {

			position: absolute;

			display: block;
			width: 10px;
			height: 10px;
			border-radius: 25px;

			z-index: 2;

		}

			#main_provost #wrapper_provost a.point.point-01 {

				background-color: #ffa500;

			}

			#main_provost #wrapper_provost a.point.point-02 {

				background-color: #45ba1c;

			}

	#main_provost #footer p {

		font-size: 1.25rem;

	}

#box {

	display: none;

	position: absolute;
	top: 0;
	left: 0;

}

	#box #box-inner {

		display: flex;
		flex-direction: column;
		align-items: center;

	}

	#box #box-content {

		background-color: #0048E1;
		width: 340px;

		position: relative;
		z-index: 3;

	}

		#box #box-content #box-title {

			font-size: 2rem;
			font-weight: 700;
			line-height: 1.2;

		}

		#box #box-content #box-text {

			font-weight: 300;

		}

		#box #box-content #box-text strong {

			font-weight: 700;

		}

	#box #box-vertical-line {

		height: 100px;
		width: 2px;
		background-color: #0048E1;
		z-index: 1;

	}

	#box p{
		margin: 0 0 10px;
		color: #FFF;
		font-family: 'Montserrat';
	}