body {
  position: relative;
	margin: 0px;
  background-color: #000000;
	}

.section{
	padding:70px 0px 0px 0px
}

div.txt-center {
	text-align: center;
	text-transform: uppercase;
	}

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

.back-dark h3, p, a, span{
	color: #ccc;
	}

.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);
	}

.carousel-caption strong{
	text-transform: uppercase;
	font-size: 2rem;
	color: #fff;}

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

.text-light{
		color:#f8f9fa!important
		}

a.text-light:focus,a.text-light:hover{
	color:#dae0e5!important
	}

.text-dark{
	color:#343a40!important
	}

a.text-dark:focus,a.text-dark:hover{
	color:#1d2124!important
	}

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

/* Polaroid */
div.polaroid {
	width:100%;
  text-align: center;
  padding: 5px;
  border: dashed 1px rgba(255,255,255,0.66);
  border-radius: 10px;
}

div.polaroid img{
	width: 100%;
	margin: auto;
	object-fit: cover;
  border: dashed 0.85px rgba(255,255,255,0.66););
  border-radius: 10px;
}

.the_effect {
  transition: 0.666s;
	-webkit-transition: 0.25s;
	-webkit-filter: brightness(90%) grayscale(25%);
	filter: brightness(90%) grayscale(25%);
}

.the_effect:hover {
	-webkit-filter: brightness(100%) grayscale(0%);
	filter: brightness(100%) grayscale(0%);
}

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-info img{
	width: 100%;
	margin: auto;
	object-fit: cover;
	padding: 2px;
}

.project-info .project-content {
	position: absolute;
	top: 0;
	background: rgba(0, 0, 0, 0.50);
	color: #f1f1f1;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}

.project-content h1, h2, h3{
  text-transform: uppercase;
  font-size: 150%;
}

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

/* Adicional */

  h3, h4 {
	  margin: 10px 0 30px 0;
	  letter-spacing: 10px;
	  font-size: 20px;
	  color: #111;
  }

  .person {
	  border: 10px solid transparent;
	  margin-bottom: 25px;
	  width: 80%;
	  height: 80%;
	  opacity: 0.7;
  }
  .person:hover {
	  border-color: #f1f1f1;
  }

	.carousel-inner img {/*
	-webkit-filter: grayscale(90%);
  filter: grayscale(90%);*/
  width: 100%;
  height: 100%;
	object-fit: cover;
}

  .carousel-caption h3 {
	  color: #fff !important;
  }

	  @media (max-width: 720px) {
	.carousel-caption, h1, h2, h3, p, a{
			font-size: 15px;
			letter-spacing: 1px;
			bottom: 20px;
			margin-bottom: 0;
			padding-bottom: 0;
	}
  }
	@media (max-width: 480px) {
	.carousel-caption, h1, h2, h3, p, a{
			font-size: 10px;
			letter-spacing: 1px;
			bottom: 0px;
			margin-bottom: 0;
			padding-bottom: 0;
	}
  }

/*
  @media (max-width: 720px) {
	.carousel{
	  display: none;
	}
  }
*/
  .bg-1 {
	  background: #2d2d30;
	  color: #bdbdbd;
  }
  .bg-1 h1, h2, 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;
  }
  .nav-tabs li a {
	  color: #ff0;
  }

  .navbar {
	  font-family: Montserrat, sans-serif;
	  margin-bottom: 0;
	  background-color: #2d2d30;
	  border: 0;
	  font-size: 18px !important;
	  letter-spacing: 4px;
	  opacity: 0.9;
  }
  .navbar li a, .navbar .navbar-brand {
	  color: #ff0 !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;
  }

   @media (max-width: 360px) {
	.navbar-brand {
			font-size: 150%;
	}
  }
	.map{
	margin: 10px 0px 20px;
	max-width: 640px;
	width: 90%;
	height: 90%;
}
.servicex, li{
	font-size: 110%;
	color: #e8e8e8;
	margin: 0 0 20px 16px;
}
.txt-yellow{
	color:yellow;
	text-transform: lowercase;
}

.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;
}
