@charset "UTF-8";

body{
	margin: 0px;
	margin-top: 100px;
}

img{
	border: none !important;
}

a{
	text-decoration: none !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th{
	border: 1px solid rgba(255,155,255,1.00);
  	padding: 8px;
  	text-align: center;
	color: white;
	background-color: rgba(178,23,38,1.00);
  	border-bottom: 1px solid #ddd;
}

td{
	border: 1px solid rgba(178,23,38,1.00);
  	padding: 8px;
  	text-align: left;
	color: black;
}

video{
	border: none !important;
	width: 100%;
	height: auto;
	top: 20%;
}

.bold{
	font-family: 'ocean_sans_stdbold';
}

.italic{
	font-family: 'ocean_sans_stdbook_italic';
}

*:focus {outline: none;}

/*Navigation*/

.main-nav{
	width: 100%;
	height: 60px;
	padding: 10px 0px 0px 0px;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10;	
	background: rgba(255,255,255,0.80);
	
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

	.main-logo{
		width: 150px;
		height: 60px;
		float: none;
		margin: 0px auto;
		background-image: url(../images/logo.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 90%;
		
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.main-logo-project{
		width: 150px;
		height: 60px;
		float: none;
		margin: 0px auto;
		background-image: url(../images/logo.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 90%;
		
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

	.nav-items{
		visibility: hidden;
		float: left;
		list-style: none;
		margin-left: -10px;
		margin-top: 35px;
		
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		transition: all 1s;
	}

		.nav-items li{
			display: block;
			float: left;
			list-style: none;
			margin-right: 16px;
		}

		.nav-items li a{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			color: rgba(0,0,0,1.00);
			text-decoration: none !important;
			font-size: 16px;
			
			-webkit-transition: all 0.2s;
			-moz-transition: all 0.2s;
			-o-transition: all 0.2s;
			transition: all 0.2s;
		}

			.nav-items li a:hover{
				font-family: 'ocean_sans_stdbold';
				font-weight: normal;
				color: rgba(178,23,38,1.00);
				text-decoration: none !important;
				font-size: 16px;
			}

		.nav-items li .dossier{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			color: rgba(178,23,38,1.00);
			text-decoration: none !important;
			font-size: 16px;
		}

		.nav-items-active{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			color: rgba(0,0,0,1.00);
			text-decoration: none !important;
			font-size: 17px;
			border-bottom: rgba(0,0,0,1.00) 1px solid;
		}

.dossier-container{
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	background-color: rgba(178,23,38,1.00);
	position: absolute;
	top: 0px;
	right: 20%;
}

	.dossier{
        font-family: 'ocean_sans_stdbold';
        font-weight: normal;
        color: rgba(255,255,255,1.00);
        text-decoration: none !important;
        font-size: 15px;
		
		-webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

		.dossier:hover{
			color: rgba(220,95,97,1.00);
		}

.phone-email{
	visibility: hidden;
	width: 110px;
	height: auto;
	position: absolute;
	right: 10px;
	top: 5px;
	
	font-family: 'ocean_sans_stdbold';
	font-size: 12px;
	text-align: right;
	font-weight: normal;
	line-height: 18px;
	color: rgba(0,0,0,1.00);
}

.main-nav2{
	width: 100%;
	height: 40px;
	background: rgba(178,23,38,1.00);
	padding: 5px 0px 0px 0px;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}

	.main-logo2{
		width: 85px;
		height: 40px;
		margin: 0px auto;
		float: none;
		background-image: url(../images/logo-white.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}

	.main-logo2-project{
		width: 85px;
		height: 40px;
		margin: 0px auto;
		float: none;
		background-image: url(../images/logo-white.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}

	.nav-items2{
		visibility: hidden;
		float: left;
		list-style: none;
		margin-left: 0px;
		margin-top: 18px;
	}

		.nav-items2 li{
			display: block;
			float: left;
			list-style: none;
			margin-right: 18px;
		}

		.nav-items2 li a{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			color: rgba(255,255,255,1.00);
			text-decoration: none !important;
			font-size: 14px;
		}

		.nav-items2 li a:hover{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			color: rgba(178,23,38,1.00);
			text-decoration: none !important;
			font-size: 14px;
		}

		.nav-items2-active{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			color: rgba(255,255,255,1.00);
			text-decoration: none !important;
			font-size: 15px;
			border-bottom: rgba(255,255,255,1.00) 1px solid;
		}

.dossier-container2{
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	background-color: rgba(178,23,38,1.00);
	position: absolute;
	top: 0px;
	right: 13%;
}

	.dossier2{
        font-family: 'ocean_sans_stdbold';
        font-weight: normal;
        color: rgba(255,255,255,1.00);
        text-decoration: none !important;
        font-size: 13px;
		
		-webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

		.dossier2:hover{
			color: rgba(220,95,97,1.00);
		}

/*Slider*/

.main-slider{
	width: 100%;
    height: 250px;
	margin-top: 70px;
	position: relative;
}

.mySlides {
	display: none;
}

.slide-img{
	margin-top: -110px;
}

/* Slideshow container */
.slideshow-container {
  	max-width: 100%;
	height: 250px;
	overflow: hidden;
 	position: relative;
  	margin: auto;
	
	-webkit-mask-image: linear-gradient(to bottom, transparent 0.5%, black 50%);
    mask-image: linear-gradient(to bottom, transparent 0.5%, black 50%);
	/* 0.5 es el tamaño del gradient y 50% es el desarrollo */
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
 	background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.slide-text {
	font-family: 'ocean_sans_stdBook';
	font-weight: normal;
	color: #f2f2f2;
	font-size: 11px;
	padding: 4px 8px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.80);
}

/* Number text (1/3 etc) */
.numbertext {
	font-family: 'ocean_sans_stdBook';
	font-weight: normal;
	color: white;
	font-size: 10px;
	padding: 4px 8px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dots-slideshow{
	text-align: center;
	position: absolute;
	right: 8px;
	bottom: 22px;
}
.dot {
	height: 8px;
	width: 8px;
	margin: 0 2px;
	background-color:rgba(255,215,0,1.00);
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active{
	background-color: rgba(0,154,255,1.00);
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2.5s;
	animation-name: fade;
	animation-duration: 2.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/*Principal*/

.content{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0px 60px 0px;
}

.content h1{
	font-family: 'ocean_sans_stdbold';
	font-weight: normal;
	text-align: left;
	font-size: 32px;
	line-height: 35px;
	color: rgba(178,23,38,1.00);
}

.content h2{
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
	text-align: left;
	font-size: 22px;
	line-height: 25px;
	color: rgba(178,23,38,1.00);
}

.content-main{
	width: 55%;
	height: auto;
	margin-right: 3%;
	float: left;
	
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	color: rgba(0,0,0,1.00);
}

.content-main h1{
	font-family: 'ocean_sans_stdbold';
	font-weight: normal;
	text-align: left;
	font-size: 32px;
	line-height: 35px;
	color: rgba(178,23,38,1.00);
}

.content-main h2{
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
	text-align: left;
	font-size: 22px;
	line-height: 25px;
	color: rgba(178,23,38,1.00);
}

.content-image-reduced{
	display: block;
	width: 35%;
	height: auto;
	margin: 0 auto;
}

.content-secondary{
	width: 35%;
	height: auto;
	float: left;
	background-color: rgba(235,235,235,1.00);
	padding: 10px 10px 10px 10px;
	
	font-family: 'ocean_sans_stdlight';
	font-weight: normal;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	color: rgba(0,0,0,1.00);
}

.content-secondary h2{
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
	text-align: left;
	font-size: 22px;
	line-height: 25px;
	color: rgba(178,23,38,1.00);
}

.content-secondary img{
	width: 100%;
	height: auto;
	float: none;
}

.forzar{
	clear: both;
	width: 90%;
	height: 1px;
}

	.news{
		width: 100%;
		height: auto;
		float: none;
		margin: 0px auto;
	}

		.news-item{
			width: 100%;
			height: auto;
			color: rgba(0,0,0,1.00);
			margin-bottom: 30px;
			border-top: 1px rgba(69,134,129,1.00) solid;
		}

				.news-item:hover{
					color: rgba(0,0,0,0.60);
				}
		
		.news-item-image{
			width: 45%;
			margin: 0 auto;
		}

		.news-item-content{
			width: 100%;
		}
		
		.news-item-header{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			display: block;
			margin-bottom: -10px;
			text-align: center!important;
			font-size: 18px;
			color: rgba(178,23,38,1.00);
		}

		.news-item-text{
			font-family: 'ocean_sans_stdbook';
			font-weight: normal;
			display: block;
			margin-bottom: 10px;
			text-align: justify;
			font-size: 14px;
		}

		.news-item-mas{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			text-decoration: none !important;
			color: rgba(255,255,255,1.00);
			display: block;
			text-align: right !important;
			padding-right: 8px;
			font-size: 14px;
			background-color: rgba(178,23,38,1.00);
			
			-moz-border-radius: 100px 100px 100px 100px;
			-webkit-border-radius: 100px 100px 100px 100px;
			border-radius: 100px 100px 100px 100px;
		}

		.news-item-mas:hover{
			font-family: 'ocean_sans_stdbold';
			font-weight: normal;
			text-decoration: none !important;
			color: rgba(255,255,255,1.00);
			display: block;
			text-align: right !important;
			padding-right: 8px;
			font-size: 14px;
			background-color: rgba(178,23,38,0.60);
			
			-moz-border-radius: 100px 100px 100px 100px;
			-webkit-border-radius: 100px 100px 100px 100px;
			border-radius: 100px 100px 100px 100px;
		}

	.twitter{
		width: 100%;
		height: 450px;
		margin: 0px auto;
	}

/*Services*/

.services-page{
	clear: both;
	width: 95%;
	height: auto;
	margin: 0 auto;
}

.services-group{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
}

	.services-group-item{
		width: 25%;
		height: 100px;
		margin-right: 5%;
		margin-bottom: 80px;
		
		font-family: 'ocean_sans_stdbold';
		font-weight: normal;
		text-align: center;
		font-size: 16px;
		color: rgba(178,23,38,1.00);
		
		background-color:rgba(206,237,228,1.00);
		-moz-border-radius: 100px 100px 100px 100px;
		-webkit-border-radius: 100px 100px 100px 100px;
		border-radius: 100px 100px 100px 100px;
	}

	.services-group-item p{
		clear: both;
		display: block;
		padding: 8px;
	}

/*Obras*/

.obras-page{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 10px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
}

.maps-container{
	width: 100%;
	height: auto;
	position: relative;
}

#map{
    margin: 0px auto;
    height: 550px;
    width: 100%;
	border: none;
	
	position: relative;
	z-index: 1;
}

#map2{
    height: 200px;
    width: 200px;
	border: 1px solid;
	border-color: yellow;
	border-radius: 100px;
	box-shadow: 0px 0px 8px #888888;
	
	position: absolute;
	bottom: -15px;
  	left: -15px;
	z-index: 2;
}

.obra-set{
	height: 150px;
	width: 45%;
	margin: 2%;
	
	display: table;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.obra-image{
	opacity: 1.0;
	
	-webkit-transition: all 0.6s;
  	-moz-transition: all 0.6s;
  	-o-transition: all 0.6s;
 	transition: all 0.6s;
}

	.obra-image:hover{
		opacity: 0.7;
	}

.obra-link{
	
	font-family: 'ocean_sans_stdbold';
	text-align: center;
  	font-size: 15px;
	font-weight: normal;
	color:rgba(71,0,1,1.00);
	
	-webkit-transition: all 0.6s;
  	-moz-transition: all 0.6s;
  	-o-transition: all 0.6s;
 	transition: all 0.6s;
}

	.obra-link:hover{
		color:rgba(127,0,2,1.00);
	}


/*Lightboxing*/

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=92);
  opacity: 0.92;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
  font-size: 14px;
  line-height: 1em;
}

.lb-data .lb-caption a {
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
  color: #4ae;
}

.lb-data .lb-number {
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 14px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*Footer*/

.contact-page{
	width: 95%;
	height: auto;
	margin: 60px auto;
	padding: 80px 0px 0px 0px;
	border-top: rgba(178,23,38,1.00) solid 2px;
}

.txt_contact h1{
	font-family: 'ocean_sans_stdbold';
	font-weight: normal;
	text-align: center;
	font-size: 28px;
	color: rgba(0,0,0,1.00);
}

.txt_contact p{
	font-family: 'ocean_sans_stdbold';
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	color: rgba(0,0,0,1.00);
}

.form-contact{
	width: 100%;
	height: auto;
	float: none;
	margin: 0px 0px 50px 0px;
}

	.form-contact label{
		display: block;
		
		font-family: 'ocean_sans_stdbook';
		font-weight: normal;
		text-align: center;
		font-size: 16px;
		color: rgba(0,0,0,1.00);
	}

	input[type=text], select {
		width: 100%;
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-sizing: border-box;
		
		font-family: 'ocean_sans_stdlight';
		font-weight: normal;
		text-align: left;
		font-size: 14px;
		color: rgba(0,0,0,1.00);
	}

	textarea, select {
		width: 100%;
		height: 150px;
		padding: 12px 20px;
		margin: 8px 0;
		display: inline-block;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-sizing: border-box;
		
		font-family: 'ocean_sans_stdlight';
		font-weight: normal;
		text-align: left;
		font-size: 14px;
		color: rgba(0,0,0,1.00);
	}

	input[type=submit] {
		width: 100%;
		background: rgba(178,23,38,1.00);
		color: white;
		padding: 4px 4px;
		margin: 8px 0;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		cursor: pointer;
		
		font-family: 'ocean_sans_stdbold';
		font-weight: normal;
		text-align: center;
		font-size: 14px;
	}

	input[type=submit]:hover {
		color: rgba(178,23,38,1.00);
	}

.form-sent{
	width: 100%;
	height: auto;
	float: none;
	margin: 0px 30px 50px 0px;
	
	font-family: 'ocean_sans_stdbold';
	color: rgba(178,23,38,1.00);
	font-weight: normal;
	text-align: center;
	font-size: 15px;
}

.content_contact{
	width: 100%;
	height: auto;
	float: none;
}

.rrss-wrap{
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	-webkit-justify-content: center;
    justify-content: center;
}

.rrss{
	text-decoration: none !important;
	width: 18px;
	height: 18px;
	margin: 0px 45px 0px 0px;
	opacity: 1.00;
}
.rrss:hover{
	text-decoration: none !important;
	width: 18px;
	height: 18px;
	margin: 0px 45px 0px 0px;
	opacity: 0.70;
}

.sitemap{
	clear: both;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
}

.sitemap-item{
	font-family: 'ocean_sans_stdlight';
	font-weight: normal;
	color: rgba(178,23,38,1.00);
	text-decoration: none !important;
	font-size: 11px;
	line-height: 18px;
	display: block;
	margin-right: 18px;
}

.copy{
	margin: 20px 0px 0px 0px;
	clear: both;
	
	font-family: 'ocean_sans_stdlight';
	font-weight: normal;
	text-align: center;
	font-size: 10px;
	color: rgba(166,166,166,1.00);
}


/*Overlays*/
.menu-btn{
	visibility: visible;
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 20px;
	top: 15px;
	background-image: url(../images/overlay-nav/menu-btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}
.menu-btn2{
	visibility: visible;
	cursor: pointer;
	width: 34px;
	height: 34px;
	position: absolute;
	left: 15px;
	top: 5px;
	background-image: url(../images/overlay-nav/menu-btn-white.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.overlay {
	visibility: visible;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
	visibility: visible;
    top: 15%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
	font-family: 'ocean_sans_stdbook';
	font-weight: normal;
    font-size: 36px;
    color: rgba(129,129,129,1.00);
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color:rgba(255,255,255,1.00);
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    left: 45px;
    width: 30px;
	height: 30px;
	background-image: url(../images/overlay-nav/close-btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.close-btn{
	visibility: visible;
	cursor: pointer;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	top: 12px;
	background-image: url(../images/overlay-nav/close-btn-black.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.close-btn2{
	visibility: visible;
	cursor: pointer;
	width: 35px;
	height: 35px;
	position: absolute;
	left: 20px;
	top: 8px;
	background-image: url(../images/overlay-nav/close-btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

#overlay-video-01,#overlay-video-02,#overlay-video-03,#overlay-video-04,#overlay-video-05,#overlay-video-06 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1000;
    cursor: pointer;
}

/*Redes Sociales Project*/
.rrss-project-wrap{
	width: 150px;
	margin: 0px 0px 10px 0px;
	display: flex;
	-webkit-justify-content: left;
    justify-content: left;	
}

.link-linkedin{
	width: 35px;
	height: 35px;
	margin: 5px;
	
	border-radius: 100px;
	
	background-image: url(../images/social-media/linkedin.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	cursor: pointer;
	
	opacity: 1.0;
}

.link-facebook{
	width: 35px;
	height: 35px;
	margin: 5px;
	
	border-radius: 100px;
	
	background-image: url(../images/social-media/facebook.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	cursor: pointer;
	
	opacity: 1.0;
}

.link-twitter{
	width: 35px;
	height: 35px;
	margin: 5px;
	
	border-radius: 100px;
	
	background-image: url(../images/social-media/twitter.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	cursor: pointer;
	
	opacity: 1.0;
}


.link-linkedin:hover,.link-facebook:hover,.link-twitter:hover{
	opacity: 0.7;
}

/*Cookies*/

div.cookies {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	width: 100%;
	padding: 20px;
	background-color: black;
	color:  white;
	font-family: 'ocean_sans_stdBook';
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

div.cookies .container {
	position: relative;
	}

div.cookies .container div {
	padding-left: 60px;
	padding-right:10px;
	}

div.cookies a {
	color:rgba(255,245,0,1.00);
	text-decoration:underline;
	border:none;
	}

div.cookies a.close-cookie-warning {
	position: absolute;
	left: 5px;
	top: -5px;
	display: block;
	background-color:rgba(255,245,0,1.00);
	color: black;
	padding: 9px 5px;
	cursor: pointer;
	font-size: 3rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border:none;
	text-decoration: none;
	}

div.cookies a.close-cookie-warning:hover {
	background-color: white;
	color:rgb(47,153,205);
	border-bottom:none;
	}
