@font-face{
	font-family: 'Montserrat';
	font-weight: 400;
	font-style: normal;
	src: url('/fonts/Montserrat-Regular.ttf') format('truetype');
}

/* Header */
header{
	position: absolute !important;
	top: 0 !important;
	background-color: transparent !important;
	width: 100% !important;
	padding-bottom: 14px !important;
}
.menu-icon span{
	position: relative !important;
	display: block !important;
	width: 24px !important;
	height: 2px !important;
	background-color: white !important;
	transition: all 0.5s, background 0s !important;
	-webkit-transition: all 0.5s, background 0s !important;
	-moz-transition: all 0.5s, background 0s !important;
	-ms-transition: all 0.5s, background 0s !important;
	-o-transition: all 0.5s, background 0s !important;
}
.current-area{
	position: relative !important;
	display: block !important;
	font-family: 'Montserrat' !important;
	color:  #ffffff !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	text-align: right !important;
	text-transform: uppercase !important;
	z-index: 3 !important;
	margin-top: -2.5px !important;
    margin-right: 35px;
}
.close-menu{
	position: relative !important;
	display: block !important;
	font-family: 'Montserrat' !important;
	color:  #ffffff !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	text-align: left !important;
	text-transform: uppercase !important;
	margin-top: 40px !important;
	margin-left: 70px !important;
}
#homeCarousel {
	position: relative;
	display: block;
	width: 100%;
	height: 100%; 
	overflow: hidden;
}
#homeCarousel .carousel-control {
	width: 38px;
	height: 75px;
	top: calc(50% - 38px);
	background-color: #282828;
	background-image: none !important;
}
#homeCarousel .left.carousel-control {
	border-top-right-radius: 38px;
	border-bottom-right-radius: 38px;
}
#homeCarousel .right.carousel-control {
	border-top-left-radius: 38px;
	border-bottom-left-radius: 38px;	
}
#homeCarousel .carousel-control .arrow-wrapper {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

#homeCarousel .carousel-control .arrow-wrapper span {
	position: relative;
	display: block;
}

#homeCarousel .carousel-control .arrow-wrapper span.arrow-left {
	width: 8.5px;
	height: 8.5px;
	border-top: 2px solid white;
	border-left: 2px solid white;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

#homeCarousel .carousel-control .arrow-wrapper span.tail-left {
	width: 26px;
	height: 2px;
	background-color: #ffffff;
	margin-top: -17.5%;
}

#homeCarousel .carousel-control .arrow-wrapper span.arrow-right {
	width: 8.5px;
	height: 8.5px;
	border-top: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: auto;
}

#homeCarousel .carousel-control .arrow-wrapper span.tail-right {
	width: 26px;
	height: 2px;
	background-color: #ffffff;
	margin-top: -17.5%;
}

#homeCarousel .item {
	overflow: hidden;
}

#homeCarousel .item div[class*='col-'] {
	overflow: hidden;
}

#homeCarousel .item .tile img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
#homeCarousel .item::-webkit-scrollbar {
	display: none;
} 
#homeCarousel .link {
	cursor: pointer;
}
#homeCarousel .item .tile .curtain {
	transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}

#homeCarousel .item .tile:hover .curtain {
	opacity: 0.5;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}
#homeCarousel .tile .curtain {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.15;
}
#homeCarousel .tile .caption {
    position: relative;
    display: block;
    width: 75%;
    bottom: 83px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#homeCarousel .tile .caption h2{
	font-family: 'Montserrat';
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
}

#homeCarousel .tile .caption h1 span{
	border-bottom: 2px solid #ffffff;
}

#homeCarousel .tile .caption h1{
	font-family: 'Montserrat';
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 17.5px;
}

#homeCarousel .tile .caption p{
	font-family: 'Lora';
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
}

#homeCarousel .tile .caption a{
	position: relative;
	display: block;
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Montserrat';
	color: #000000;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
	z-index: 1001;
	text-decoration: none;
	margin-bottom: 20px;
}

#homeCarousel .tile .caption a:hover{
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width: 767px){
	
	#homeCarousel .tile .caption h1{
		font-size: 20px;
	}
	#homeCarousel .tile .caption p,
	#homeCarousel .tile .caption h2{
		font-size: 14px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	#homeCarousel .tile .caption h1{
		font-size: 20px;
	}
	#homeCarousel .tile .caption p,
	#homeCarousel .tile .caption h2{
		font-size: 14px;
	}
}
@media screen and (max-width: 992px){
	header{
		position: fixed !important;
		background-color: white !important;
		width: 100% !important;
    	padding-bottom: 14px !important;
    	height: 70px;
	}
	.menu-icon span{
		background-color: black !important;
	}
	.current-area{
		color:#c0a062 !important;
	}
	.carousel-container{
		margin-top: 70px;
	}
	.header-wrapper-center{
		text-align: left;
	    padding-top: 14px;
	    padding-bottom: 14px;
	}
	.header-wrapper-right .fa-facebook, 
	.header-wrapper-right .fa-google-plus, 
	.header-wrapper-right .fa-twitter, 
	.header-wrapper-right .fa-share-alt, 
	.header-wrapper-right .fa-times{
	    color: white;
    	background-color: black;
	}
	.header-wrapper-center img{
		width: auto;
    	height: auto;
	}
}
@media screen and (min-width: 992px){
	.carousel-container{
		margin-top: unset;
	}
}
@media screen and (max-width: 1199px){
	.header-wrapper-right .partilhar{
		display: none;
	}
	#homeCarousel .carousel-control{
	    width: 38px;
	    height: 79px;
	    top: calc(50% - 38px);
	}
	#homeCarousel .left.carousel-control{
	    border-top-right-radius: 38px;
    	border-bottom-right-radius: 38px;
	}
	#homeCarousel .right.carousel-control{
		border-top-left-radius: 38px;
    	border-bottom-left-radius: 38px;	
	}
	#homeCarousel .carousel-control .arrow-wrapper span.tail-left,
	#homeCarousel .carousel-control .arrow-wrapper span.tail-right{
		width: 18px;
	    margin-top: -23%;
	}
	#homeCarousel .carousel-control .arrow-wrapper span.arrow-left,
	#homeCarousel .carousel-control .arrow-wrapper span.arrow-right{
		width: 7.5px;
    	height: 7.5px;
	}
	
	.header-wrapper-right span{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
	}
	.header-wrapper-right .icones .facebook-icon.open{
		right: 162px;
	}
	.header-wrapper-right .icones .google-icon.open{
		right: 113px;
	}
	.header-wrapper-right .icones .twitter-icon.open{
		right: 64px;
	}
}
@media screen and (min-width: 1200px){
	.header-wrapper-right span{
		color: white;
	}
	#homeCarousel .tile .caption h1{
		font-size: 20px;
	}
	#homeCarousel .tile .caption p,
	#homeCarousel .tile .caption h2{
		font-size: 13px;
	}
	#homeCarousel .left.carousel-control:hover {
		border-top-right-radius: 45px;
		border-bottom-right-radius: 45px;
	}
	#homeCarousel .right.carousel-control:hover {
		border-top-left-radius: 55px;
		border-bottom-left-radius: 55px;	
	}
	#homeCarousel .carousel-control:focus {
	opacity: .5;
	}
	#homeCarousel .carousel-control:hover {
		width: 45px;
		height: 90px;
		top: calc(50% - 45px);
		opacity: 1;
	}
}