  body {
	  font: 400 15px/1.8 Lato, sans-serif;
	  color: #777;
  }

  .thumb-mod{
	width: 300px;
	height: 225px;
	border: 1px solid #808080;
	border-radius: 25px 25px 0px 0px;
  }

  .wdth{
	width: 210px;
  }

  h3, h4 {
	  margin: 10px 0 30px 0;
	  letter-spacing: 10px;
	  font-size: 20px;
	  color: #111;
  }
  .container {
	  padding: 80px 120px;
  }
  .person {
	  border: 10px solid transparent;
	  margin-bottom: 25px;
	  width: 80%;
	  height: 80%;
/*    opacity: 1.0;*/
  }
  .person:hover {
	  border-color: #f1f1f1;
  }
  .carousel-inner img {
/*    -webkit-filter: grayscale(90%);
	  filter: grayscale(90%); */
	  width: 100%;
	  margin: auto;
  }
  .carousel-caption a{
	  color: #fff !important; text-decoration: none; font-weight: bolder;
	  text-shadow: -0px -2px 5px rgba(0,0,0,8), 0px 2px 5px rgba(0,0,0,8);
  }
  @media (max-width: 600px) {
	.carousel-caption {
	  display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
	}
  }
  .bg-1 {
	  background: #2d2d30;
	  color: ##f5f5f5;
  }
  .bg-1 h3 {color: #fff;}
  .bg-1 p {font-size: small;}
  .list-group-item:first-child {
	  border-top-right-radius: 0;
	  border-top-left-radius: 0;
  }
  .list-group-item:last-child {
	  border-bottom-right-radius: 0;
	  border-bottom-left-radius: 0;
  }
  .thumbnail {
	  padding: 0 0 15px 0;
	  border: none;
	  border-radius: 0;
  }
  .thumbnail p {
	  margin-top: 15px;
	  color: #555;
  }
  .btn {
	  padding: 10px 20px;
	  background-color: #333;
	  color: #f1f1f1;
	  border-radius: 0;
	  transition: .2s;
  }
  .btn:hover, .btn:focus {
	  border: 1px solid #333;
	  background-color: #fff;
	  color: #000;
  }
/* Modals */
  .modal-header, h4{
	  background-color: #333;
	  color: #fff !important;
	  text-align: center;
	  font-size: 1em;
	  padding: 10px 10px;
  }
	.close{
	  background-color: #333;
	  color: #fff !important;
			right: 8px;
			top: 8px;
			position: fixed;
	}
	.modal-body{
		color: #3C3C3C;
		font-size: 80%;
		text-align: justify;
	 padding: 0px 10px;
	}
	.modal-body img{
		width: 100%;
		background-position: center;
		position: relative;
		margin-bottom: 0px;
		padding-bottom: 0px;
		object-fit: cover;
	}
/* End modals */
  .nav-tabs li a {
	  color: #777;
  }

  .navbar {
	  font-family: Montserrat, sans-serif;
	  margin-bottom: 0;
	  background-color: #2d2d30;
	  border: 0;
	  font-size: 11px !important;
	  letter-spacing: 4px;
	  opacity: 1.0;
  }
  .navbar li a, .navbar .navbar-brand {
	  color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
	  color: #fff !important;
  }
  .navbar-nav li.active a {
	  color: #fff !important;
	  background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
	  border-color: transparent;
  }
  .open .dropdown-toggle {
	  color: #fff;
	  background-color: #555 !important;
  }
  .dropdown-menu li a {
	  color: #000 !important;
  }
  .dropdown-menu li a:hover {
	  background-color: red !important;
  }
  .form-control {
	  border-radius: 0;
  }
  textarea {
	  resize: none;
  }


/* added */


.back-dark{
	background-color: rgba(0,0,0,1.0);
}

.shadow-dark{
	text-shadow: -1px -1px 20px rgba(0,0,0,1.0), 1px 1px 20px rgba(0,0,0,1.0);
}

.shadow-light{
	text-shadow: -1px -1px 20px rgba(255,255,255,0.5), 1px 1px 20px rgba(255,255,255,0.5);
}

.align-right{
	text-align: right;
	margin-right: 0px;
}

.clear{
	margin: 0px 0px 2px 0px;
	border: 0px;
	padding: 0px;}


div.container {
  padding: 0px;
}
/* End Polaroid */


.page-down{
position:absolute;
right:0;
bottom:8%;
left:0;
z-index:999;
justify-content:center;
padding-left:0;
margin-right:15%;
margin-left:15%;
list-style:none;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:center;-ms-flex-pack:center;}

/* project section*/

div.project-info img{
	position: relative;
	max-width: 100%; /* Maximum width */
	margin: 0px auto; /* Center it */
	border: 1px rgba(255,255,255,0.25);
	border-style: none;
		width:100%;
		height: 100%;
}

div.project-info .project-content{
	position: absolute; /* Position the background text */
	top: 0; /* At the bottom. Use top:0 to append it to the top */
	background: rgba(0, 0, 0, 0.66); /* Black background with 0.5 opacity */
	color: #f1f1f1; /* Grey text */
	width: 100%; /* Full width */
	padding: 20px 0px 20px 0px; /* Some padding */
	text-align: center;
	border: 2px rgba(255,255,255,0.25);
}

div.project-info .project-bottom {
	position: absolute; /* Position the background text */
	bottom: 0; /* At the bottom. Use top:0 to append it to the top */
	background: rgba(0, 0, 0, 0.66); /* Black background with 0.5 opacity */
	color: #f1f1f1; /* Grey text */
	width: 100%; /* Full width */
	padding: 10px 0px 0px 0px; /* Some padding */
	text-align: center;
	border: 2px rgba(255,255,255,0.25);
}

div.project-content h1, h2, h3{
  text-transform: uppercase;
  font-size: 1.5rem;
}

div.project-content p, small, a, a:hover{
  color: #f1f1f1;
  text-decoration: none;
}

.stage-top{
	padding-top: 60px;
}
.stage-bottom{
	margin-bottom: 100px;
}
#googleMap {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.map{
	margin: 0px;
	max-width: 80%;
	width: 80%;
	height: 80%;
}
  footer {
	  background-color: #2d2d30;
	  color: #f5f5f5;
	  padding: 32px 0px;
  }
  footer a {
	  color: #f5f5f5;
  }
  footer a:hover {
	  color: #777;
	  text-decoration: none;
  }
	.fondo{
		 position: absolute; bottom: 0; width:100%;
	}
	@media (max-width: 1024px) {
		.fondo{
			position: relative;
		}
	}
	.more-info{
		width: 100%;
		display: block;
	}

.aviso-cookies {
	display: none;
	background: #fff;
	padding: 20px;
	width: calc(100% - 40px);
	max-width: 300px;
	line-height: 150%;
	border-radius: 10px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	padding-top: 60px;
	box-shadow: 0px 2px 20px 10px rgba(222,222,222,.25);
	text-align: center;
}

.aviso-cookies.activo {
	display: block;
}

.aviso-cookies .galleta {
	max-width: 100px;
	position: absolute;
	top: -50px;
	left: calc(50% - 50px);
}

.aviso-cookies .titulo,
.aviso-cookies .parrafo {
	margin-bottom: 15px;
}

.aviso-cookies .boton {
	width: 100%;
	background: #595959;
	border: none;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	padding: 15px 20px;
	font-weight: 700;
	cursor: pointer;
	transition: .3s ease all;
	border-radius: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}

.aviso-cookies .boton:hover {
	background: #000;
}

.aviso-cookies .enlace {
	color: #4DBFFF;
	text-decoration: none;
	font-size: 14px;
}

.aviso-cookies .enlace:hover {
	text-decoration: underline;
}

.fondo-aviso-cookies {
	display: none;
	background: rgba(0,0,0,.20);
	position: fixed;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}

.fondo-aviso-cookies.activo {
	display: block;
}
