@font-face {
	font-family: "veja-L";
	src: url("../fonts/NexaLight_0.otf");
}

@font-face {
	font-family: "veja-B";
	src: url("../fonts/NexaBold_0.otf");
}

body {
	background-color: #eeefef;
	font-family: "veja-L";
}

body .jumbotron {
	background-color: #fff;
	padding: 2rem 0;
	margin-bottom: 0;
}

body .jumbotron img {
	height: 54px;
}

body .jumbotron span {
	font-family: "veja-B";
	color: #222222;
	cursor: pointer;
	letter-spacing: 2px;
}

body .jumbotron span:hover {
	color: grey;
}

body .jumbotron span a:hover {
	text-decoration: none;
}

body .paciente p i {
	color: #222222;
}

body .main {
	overflow: hidden;
	position: relative;
}

body .main .carousel .contenedorImg {
	width: 100%;
	overflow: hidden;
}

body .main .carousel .contenedorImg img {
	opacity: 0.8;
}

body .main #acceso {
	position: absolute;
	left: calc(50% - 250px);
	top: calc(33% - 120px);
}

body .main #acceso .formLogin {
	background: rgba(128, 128, 128, 0.4);
	color: #fff;
	padding: 10px;
	border-radius: 15px;
	width: 500px;
}

body .main .footer {
	font-size: 15px;
	position: absolute;
	color: #000;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(128, 128, 128, 0.4);
}

body .main .footer a:hover {
	text-decoration: none;
}

@media (max-width: 500px) {
	body .main #acceso {
		top: 10px;
		left: calc(50% - 90px);
	}
	body .main #acceso .formLogin {
		margin-top: 10px;
		width: 180px;
	}
	body .main .footer {
		color: #000;
		background: #fff;
		position: unset;
	}
}

@media (min-width: 501px) and (max-width: 767px) {
	body .main #acceso {
		top: calc(25% - 120px);
	}
	body .main .footer {
		position: unset;
		background: #fff;
		color: #000;
	}
}
