html, body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	height: 100%;
	color: #0033cc;
}


.logo_vers {
	width: 25%;
	height auto;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
	margin-top: 10px;
}

.menu-wrapper,
.content-wrapper {
	padding: 3% 5%;
}
@media (min-width: 768px) {
	.container-fluid,
	.container-fluid>.row:first-child {
		height: 100%!important;
	}
}


.menu-wrapper {
	background-color: transparent;
	background-repeat:	no-repeat;
	background-position:	center center;
	background-size: cover;
	height: auto;
}
	.menu-wrapper svg {
		position: relative;
		width: 100%;
		z-index: 2;
	}
		.menu-wrapper svg text {
			font-family: 'Neuzeit Grotesk W01 Regular';
			font-family: 'TT Interphases';
			font-weight: 700;
			font-weight: 600;
			width: 100%;
			fill: #0033cc;
		}
		.menu-wrapper svg a:hover {
			text-decoration: none;
		}

	.menu-wrapper nav {
		position: relative;
		z-index: 2;
	}
		.menu-wrapper nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}
			.menu-wrapper nav ul li {
				margin-top: 0.5vh;
			}
				.menu-wrapper nav ul li a {
					margin-left: 20px;
					font-size: 20px;
					color: #0033cc;
				}
				.menu-wrapper nav ul li.active a,
				.menu-wrapper nav ul li a:hover
				 {
					font-weight: 900;
					text-decoration: underline;
				}

	.menu-wrapper .fullBackground {
		background-color: #000;
		background-repeat:	no-repeat;
		background-position:	center center;
		background-size: cover;

		  position: absolute;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 100%;
		  z-index: 1;
		}

@media (min-width: 768px) {
	.menu-wrapper {
		position: fixed;
		height: 100%;
	}
		.menu-wrapper nav ul li {
			margin-top: 2.5vh;
		}
			.menu-wrapper nav ul li a {
				margin-left: 20px;
				font-size: 24px;
			}
}

@media (min-width: 992px) {
	.menu-wrapper nav ul li a {
		font-size: 28px;
	}
}

@media (min-width: 1200px) {
	.menu-wrapper nav ul li a {
		font-size: 32px;
	}
}

.content-wrapper {
}
	.content-wrapper #sign {
	}
		.content-wrapper #sign i {
			font-size: 40px;
		}
	.content-wrapper #social {
		color: #000;
		text-align: right;
		}
		.content-wrapper #social ul {
			list-style: none;
			position: relative;
			padding: 0;
			margin: 0;
			text-align: right;
		}
			.content-wrapper #social ul li {
				display: inline-block;
				font-size: 24px;
				margin-left: 40px;
			}
				.content-wrapper #social ul li a {
					color: #000;
				}
				.content-wrapper #social ul li a:hover {
					color: #000;
					text-decoration: none;
				}
		.content-wrapper #social p {
			font-size: 12px;
			padding: 0;
			margin: 0;
		}
@media (min-width: 768px) {
	.content-wrapper #social ul li {
		font-size: 40px;
		margin-left: 30px;
	}
}


#content {
	height: auto;
}
	#content h2 {
		font-size: 24px;
		font-weight: bold;
		padding: 0.5vh 0;
	}
	#content p,
	#content li,
	#content dd,
	#content dt {
		font-family: 'Inconsolata', monospace;
		font-size: 20px;
		font-weight: 300;
	}
		#content dt a {
			color: #0033cc;
		}

	#content dl {
	}
		#content dl dt {
		}
		#content dl dd {
			margin-bottom: 2vh;
			font-style: italic;
		}

@media (min-width: 768px) {
	#content dl {
		display: grid;
		grid-template-columns: 1fr 2fr;
		grid-template-rows: auto;
	}
		#content dl dt {
			grid-column-start: 1;
		}
		#content dl dd {
			grid-column-start: 2;
		}
}



footer {
}
	footer ul {
		list-style: none;
		padding: 20px;
		margin: 0;
		text-align: right;
	}
		footer ul li {
			font-size: 12px;
			text-align: center;
		}
			footer ul li a {
				color: #000;
			}
			footer ul li.active a,
			footer ul li a:hover {
				font-weight: 900;
				text-decoration: underline;
			}
@media (min-width: 768px) {
	footer div {
		position: fixed!important;
		bottom: 20px;
	}
	footer ul li a {
		color: #fff;
	}
	footer ul li.active a,
	footer ul li a:hover {
		color: white;
	}
}






/* Slideshow container */

#content #carousel {
	position: relative;
	width:100%;
	margin:0 auto;
	}

	#content .textSlider {
		height: auto;
	}
		#content .textSlider .slide {
			flex-direction: column;
			height: auto;
		}

	@media (min-width: 768px) {
		#content .textSlider,
		#content .textSlider .slide {
			height: 40vh;
		}
	}


	#content .quoteContainer,
	#content .authorContainer {
	}
	#content .quote-phrase,
	#content .quote-author {
		font-weight:300;
		vertical-align: middle;
	}
		#content .quote-phrase {
			font-family: 'Inconsolata', monospace;
			font-size: 30px;
		}
		#content .quote-author {
			font-style:normal;
			font-size:16px;
		}

	#content .btn-bar{
	    max-width: 346px;
	    margin: 0 auto;
	    display: block;
	    position: relative;
	    top: 20px;
	    width: 100%;
		}
		#content #buttons {
			padding:0 0 5px 0;
		}
			#content #buttons a {
				cursor: pointer;
				text-align:center;
				display:block;
				font-size:50px;
				float:left;
				outline:0;
				color: #0033cc;
				text-decoration:none;
				display:block;
				padding:0px;
				margin:0 20px;
				width:50px;
			}
				#content a#prev:hover,
				#content a#next:hover {
					font-weight: bold;
				}


.logos_home {

}
	.logos_home img.full_width {
		max-height: 10vh;
		width: auto;
	}

	.logos_home img.fifteen_height {
		max-height: 15vh;
		width: auto;
	}

	.logos_home img.ten_height {
		max-height: 10vh;
		width: auto;
	}
	.logos_home img.five_height {
		max-height: 5vh;
		width: auto;
	}


/* CSS para la animación y localización de los DIV de cookies */

.cookiesms{
	position:fixed;
	bottom:0px;
	left: 0px;
	width:100%;
	height:100px;
	clear:both;

	margin:0 auto;
	padding-right:1%;
	padding-top:5px;


	font-family: 'Montserrat';
	font-weight: 300;
	font-size: 10px;

	color: white;
	background-color: rgba(153, 153, 153, 0.90);

	z-index:999999999;
	}
	.cookiesms p {
		margin: 0;
	}

	.cookiesms a {
		text-align: center;
		font-weight: 500;
		font-size: 12px;
		color: white;
		text-decoration: none;
	}
		.cookiesms a:hover {
			text-decoration: underline;
		}

	.cookiesms a .wrap{
		white-space: nowrap;
	}

	.cookiesms .fa { display:inline; }

	@media (min-width: 768px) {
		.cookiesms p {
			padding: 0 0 0 2em;
			font-size: 12px;
		}
		.cookiesms a {
			font-size: 14px;
		}
	}

	@media (max-width: 576px) {
		.cookiesms a {
			width: 100%;
			display: inline-block;
			text-align: right;
		}
	}
	@media (min-width: 992px) {
		.cookiesms p {
			padding: 0 0 0 3em;
			font-size: 15px;
		}
		.cookiesms a {
			font-size: 16px;
		}
	}
	@media (min-width: 1200px) {
		.cookiesms p {
			padding: 0 3em;
			font-size: 14px;
		}
		.cookiesms a {
			font-size: 18px;
		}
	}

/* Fin del CSS para cookies */

