/*!
 * Start Bootstrap - Grayscale v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 
* {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
*/
body {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	color: white;
	background-color: #FFAA00;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	margin: 0 0 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 25px;
}
 @media (min-width: 768px) {
p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0 0 35px;
}
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #FFAA00;
}
a:focus, a:hover {
	text-decoration: none;
	color: #FFD300;
}
#mainNav {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background-color: black;
}
#mainNav .navbar-toggler {
	font-size: 14px;
	padding: 11px;
	color: white;
	border: 1px solid white;
}
#mainNav .navbar-brand {
	font-weight: 700;
}
#mainNav a {
	color: white;
}
#mainNav .navbar-nav .nav-item {
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
#mainNav .navbar-nav .nav-item:hover {
	color: fade(white, 80%);
	outline: none;
	background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
	outline: none;
	background-color: transparent;
}
 @media (min-width: 992px) {
#mainNav {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
	-moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
	transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
	letter-spacing: 1px;
	border-bottom: none;
	background: transparent;
}
#mainNav.navbar-shrink {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	background: black;
}
#mainNav .nav-link.active {
	outline: none;
	background-color: rgba(255, 211, 0, 0.8);
}
#mainNav .nav-link.active:hover {
	color: white;
}
}
.masthead {
	display: table;
	width: 100%;
	height: auto;
	padding: 200px 0;
	text-align: center;
	color: white;
	background: url("../img/709.jpg") no-repeat bottom center scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.masthead .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.masthead .intro-body .brand-heading {
	text-shadow: 0px 0px 10px rgba(0,0,0,.5);
	font-size: 50px;
}
.masthead .intro-body .intro-text {
	font-size: 18px;
}
 @media (min-width: 768px) {
.masthead {
	height: 100%;
	padding: 0;
}
.masthead .intro-body .brand-heading {
	font-size: 100px;
}
.masthead .intro-body .intro-text {
	font-size: 22px;
}
}
.btn-circle {
	font-size: 26px;
	width: 55px;
	height: 55px;
	margin-top: 15px;
	line-height: 45px;
	-webkit-transition: background 0.3s ease-in-out;
	-moz-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
	color: white;
	border: 2px solid white;
	border-radius: 100% !important;
	background: transparent;
}
.btn-circle:focus, .btn-circle:hover {
	color: white;
	outline: none;
	background: rgba(255, 255, 255, 0.1);
}
.content-section {
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: black;
}
.content-section2 {
	padding-top: 150px;
	padding-bottom: 150px;
	background-color: none;
	text-align: center;
}
.download-section {
	color: white;
	background: url("../img/342.jpg") no-repeat center center scroll;
	background-color: black;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.myshadow {
	text-shadow: 0px 0px 6px black;
}
.visit:hover {
	text-shadow: none;
}
#gallery .row {
	margin-right: 0px!important;
	margin-left: 0px!important;
}
.gallery-item {
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.gallery-item img {
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.gallery-item:hover img {
	filter: unset;
	transition: .5s;
}
#map {
	width: 100%;
	height: 300px;
}
 @media (min-width: 992px) {
.content-section {
	padding-top: 200px;
	padding-bottom: 200px;
}
#map {
	height: 350px;
}
}
.btn {
	font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	border-radius: 0;
}
.btn:hover {
	transform: scale(1.2);
}
.btn-default {
	color: #FFAA00;
	border: 1px solid #FFAA00;
	background-color: transparent;
}
.btn-default:focus, .btn-default:hover {
	color: black;
	border: 1px solid #FFD300;
	outline: none;
	background-color: #FFD300;
}
ul.banner-social-buttons {
	margin-top: 0;
}
 @media (max-width: 1199px) {
ul.banner-social-buttons {
	margin-top: 15px;
}
}
 @media (max-width: 767px) {
ul.banner-social-buttons li {
	display: block;
	margin-bottom: 20px;
	padding: 0;
}
ul.banner-social-buttons li:last-child {
	margin-bottom: 0;
}

#portfolio .portfolio-item img {
  width:113%;
}



}





footer {
	padding: 50px 0;
}
footer p {
	font-size: 14px;
	margin: 0;
}

::-moz-selection {
 background: #fcfcfc;
 background: rgba(255, 255, 255, 0.2);
 text-shadow: none;
}
::selection {
	background: #fcfcfc;
	background: rgba(255, 255, 255, 0.2);
	text-shadow: none;
}
img::selection {
	background: transparent;
}
 img::-moz-selection {
 background: transparent;
}
body {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
/* rev slider */
.tp-caption a.btn {
	color: #fff;
}
/* flexslider */
.main-slider.flexslider {
	background: transparent;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.slides li {
	height: 100vh;
	overflow: hidden;
}
.window-one, .window-two, .window-three {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.window-one {
	background-color: red;
	background-image: url("../img/709.jpg");
}
.window-two {
	background-color: blue;
	background-image: url("../img/223.jpg");
}
.window-three {
	background-color: green;
	background-image: url("../img/3548.jpg");
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 40px;
	text-align: center;
	z-index: 99;
}
.flexslider {
	margin: 0;
}
.main-slider .flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.main-slider .flex-caption {
	bottom: 35px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	margin: 0;
	padding: 25px 25px 25px 30px;
	position: absolute;
	right: 0;
	width: 295px;
}
.main-slider .flex-caption h3 {
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.main-slider .flex-caption p {
	margin: 0 0 15px;
}
.main-slider .flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f001';
}
.main-slider .flex-direction-nav a.flex-next:before {
	content: '\f002';
}
.flex-control-paging li a {
	background: rgba(255,211,0,0.5);
}
.flex-control-paging li a:hover {
	background: rgba(255,211,0,0.9);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(255,211,0,1);
	cursor: default;
}
/*--GALERIA--*/
/* Portfolio */
#portfolio {
  background: #fff;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #f7f7f7;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #E43C5C;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);  
  /*width:113%;*/
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #000;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}
.titulo_negro{
	color:#000;
	text-align:center;
}

