
/* ########################################################################### */
/* ######### 09/2019 UPDATE ######### */
.texts, .text-center{
    font-family: Calibri;
    font-size: 18px;
}
.texts_bold {
	font-family: Kirvy_Bold;
}
.row.empresaText {
    margin-left: 2.5%;
    margin-right: 2.5%;
}
/* ########################################################################### */
/* ########## LAST UPDATE ########## */

#mainNav {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.52);
    border-style: solid;
    border-color: white;
    border-width: 5px 0px 0px 0px;
}

img#logo {
    height: auto;
    width: 175px !important;
    transform: translatey(-7px);
}

#top-links {
    padding-top: 5px !important;
    background-color: rgba(255, 255, 255, 0.6);
    height: 100px;
    border-style: solid;
    border-width: 0px 0px 5px 0px;
}


@media (min-width: 900px)
#social-facebook:hover, #social-linkedin:hover, #social-twitter:hover, #social-google:hover {
    transform: translateX(-43px) rotate(-10deg) !important;
    width: 100px;
    box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.66);
}
@media (max-width: 900px)
#social-facebook:hover, #social-linkedin:hover, #social-twitter:hover, #social-google:hover {
    height: 90px !important;
    transform: translateY(-45px) rotate(22deg)!important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.72);
}
@media (max-width: 900px)
#social_btns > div {
    border-style: solid;
    border-color: white;
    border-width: 3px 0px 0px 0px;
}
@media (min-width: 900px)
#social_btns > div {
    border-style: solid;
    border-color: white;
    border-width: 0px 0px 0px 3px;
}
.navbar-default.affix {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.52);
}

.carousel-inner>.item>a>img, 
.carousel-inner>.item>img, 
.img-responsive, 
.thumbnail a>img, 
.thumbnail>img {
    width: 100% !important;
    height: 250px !important;
}

/* ########################################################################### */

.portfolio-box-caption-content {
    position: absolute;
    z-index: 999999;
    transform: translateY(-40px);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.59);
    text-align: left;
    padding-left: 10px;
}

.project-name{
	color: black;
	font-weight: bold;
    font-style: italic;
}

.project-category {
    color: rgba(0, 0, 0, 0.7);
    font-size: 8pt;
    padding-top: 5px;
}

img.img-responsive {
    padding: 1px;
}
.backImg, .topItem {
    min-width: 100% !important;
    min-height: 100% !important;
    vertical-align: middle;
}
/* ########################################################################### */
/* ########## POPUP ########## */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 35px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-shadow: initial !important;
    filter: initial !important;
    opacity: initial !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

span.close {
    margin: 3px 10px 0px 0px;
}

.modal-header {
    padding: 2px 16px;
    background-color: #a6cf39;
    color: white;
}

.modal-body {
	padding: 2px 16px;
	min-height: 350px;
	overflow: visible;
	margin-top: 15px;
	margin-bottom: 15px;
	}

.modal-footer {
    padding: 2px 16px;
    background-color: #a6cf39;
    color: white;
}
.mapLabel {
    width: 60px;
    height: 35px;
    position: absolute;
    background-color: #a6cf39;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 1px 1px 2px;
    float: right;
    right: 0%;
    top: 45px;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    z-index: 2;
}
.mapLabel p {
    color: white;
    margin-top: 9px;
    font-weight: bolder;
    font-size: 11px;
    padding-left: 4px;
}
.mapLabel:hover{
	transform: translateX(-10px);
}
.mapLabel:hover + .mapContainer{
	transform: translateX(-10px);
}
.mapContainer{
	width: 100%;
    height: 90%;
    background-color: white;
    border-style: solid;
    border-color: #a6cf39;
    /* border-right-width: 10px; */
    border-left-width: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px;
    float: right;
    position: absolute;
    right: -100%;
    top: 0px;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}

.contactLabel {
    width: 60px;
    height: 35px;
    position: absolute;
    background-color: #a6cf39;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 1px 1px 2px;
    float: right;
    right: 0%;
    top: 53px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

.contactLabel p {
    color: white;
    margin-top: 9px;
    font-weight: bolder;
    font-size: 11px;
    padding-left: 4px;
}
.contactLabel:hover{
	transform: translateX(-10px);
}
.contactLabel:hover + .contactContainer{
	transform: translateX(-10px);
}
.contactContainer{
    width: 100%;
    height: 60%;
    background-color: white;
    border-style: solid;
    border-color: #a6cf39;
    /* border-right-width: 10px; */
    border-left-width: 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px;
    float: right;
    position: absolute;
    right: -100%;
    top: 48px;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
#popMapClose {
    position: fixed;
    top: 7px;
    color: #ffffff;
    background: url("../img/icons/new/undo-arrow.png") no-repeat top center;
    width: 50px;
    height: 28px;
    font-weight: bolder;
    font-size: 11px;
    padding: 8px;
    cursor: pointer;
    left: 0px;
    z-index: 5;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.01, 1.14);
    transition-delay: 0.1s;
    display: block;
    float: left;
}
#popCarouselContainer{
	width: 80%;
	margin: auto;
}

.go-right{
	right: 0% !important;
}

.go-left{
	right: 102% !important;
}

.no-display{
	transform: scale(0);
}

#map{
    width: 100%;
    height: 200px;
    margin: auto;
}
div#mapContainer {
    min-height: 100%;
    height: auto;
}
.header-map {
    position: fixed !important;
    opacity: 0;
    width: 310px !important;
    height: 350px;
    background-color: white;
    color: black;
    z-index: 1;
    font-size: 10px;
    right: 5px;
    top: -100%;
    margin: auto;
    box-shadow: 1px 1px 1px black;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.01, 1.14);
}
.header-map-show{
	opacity: 1;
	top: 40px;
}
.header-contact {
	opacity: 0;
    position: fixed;
    width: 280px !important;
    background-color: white;
    color: black;
    z-index: 1;
    font-size: 10px;
    right: 5px;
    top: -100%;
    margin: auto;
    box-shadow: 1px 1px 1px black;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.01, 1.14);
}
#header-contact > textarea{
	max-width: 250px;
	height: 120px;
}
.header-contact-show{
	opacity: 1;
	top: 40px;
}
.email-share {
	opacity: 0;
    width: 290px !important;
    box-shadow: 1px 1px 1px black;
    font-size: 10px;
    position: fixed;
    right: 20px;
    top: -100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.42, 0, 0.01, 1.14);
}
.email-share-show{
	opacity: 1;
	top: 40px;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.01, 1.14);
}

input#emailShare {
    width: 200px;
    left: 0;
    font-size: 10px;
    color: black;
    
}
input#emailShareSubmit {
    width: 55px;
    height: 35px;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}
/* ########################################################################### */
/* ########## PRELOADER ########## */
img#preload-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: 14px 14px;
    width: 40px;
    height: 40px;
    animation: logo_spin 2s infinite;
}

#loader,
#loader2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    /* margin: -75px 0 0 -75px; */
    margin: auto;
    border: 2px solid rgba(251, 205, 196, 0);
    border-radius: 50%;
    border-top: 2px solid #a6cf39;
    width: 65px;
    height: 65px;
}
#loader{
	-webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
#loader2{
	-webkit-animation: spin 1.2s linear infinite;
    animation: spin 0.8s linear infinite;
}

#popLoader1,
#popLoader2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: auto;
    border: 2px solid rgba(251, 205, 196, 0);
    border-radius: 50%;
    border-top: 1px solid #a6cf39;
    width: 25px;
    height: 25px;
}
#popLoader1{
	-webkit-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite;
}
#popLoader2{
	-webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

@-webkit-keyframes logo_spin {
  0% { -webkit-transform: rotateY(0deg);
  		transform: rotateY(0deg); }
  100% { -webkit-transform: rotateY(360deg);
  		 transform: rotateY(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 0.5s;
  animation-name: animatebottom;
  animation-duration: 0.5s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#page {
  display: none;
  text-align: center;
}

section{
	display: none;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.42, 0, 0.01, 1.14);
}
section#homeSec{
	display: block !important;
	opacity: 1 !important;
}
.page-visible{
	display: block;
}
.page-visible-opacity{
	opacity: 1;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: initial;
}
/* ########################################################################### */
/* ########## HEADER ########## */

#popSubHeader {
    height: 35px;
    float: right;
    margin-right: 5px;
    /* background-color: blue; */
    /* margin-top: 40px !important; */
}

#pop-contact,
#pop-map,
#pop-share {
    height: 25px;
    width: 25px;
    /* background-color: rgba(255, 255, 255, 0.45); */
    color: black;
    margin-right: 1px;
    float: left;
    margin-top: 5px !important;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.01, 1.14);
}

#pop-contact:hover,
#pop-map:hover,
#pop-share:hover{
	transform: translateY(3px);
}

#pop-icon-text{
	display: none;
	opacity: 0;
	background-color: white;
    border-radius: 2px;
    height: 12px;
    width: 150px;
    left: -60px;
    top: 38px;
    font-size: 10px;
    position: fixed;
    transition: all 0.2s cubic-bezier(0.42, 0, 0.01, 1.14);
    
}

#pop-share:hover > #pop-icon-text{
	transition-delay: 1s;
	transform: translateY(-5px);
	opacity: 1;
	display: block;
}

.pop-icons {
    width: 16px;
}

hr {
	border-color: #a6cf39 !important;
    border-width: 2px !important;
    max-width: 200px !important;
}
input[type=submit]:hover {
    background-color: #a6cf39 !important;
}

/*.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    max-height: 250px !important;
}*/

img#logo {
    height: auto;
    width: 25px;
}
p#logoText {
    transform: translate(30px,-26px);
}

body{
	background-image: url('../img/backgrounds/brushed.png');
	background-color: transparent;
}

#topNavBar{
	height: 51px;
}
	
#homeSec,
#imoveis,
#condominios,
#contactos,
#resultados{
	transition: all 0.5s ease;
    background-color: white;
}

section#condominios {
    display: none;
}
li.condominiosLink {
    display: none;
}

#empresa{
	transition: all 0.5s ease;
}

.pageWidth{
	box-shadow: 0px 0px 5px black;
}

.pageWidth, 
#mainNav{
	width: 80% !important;
	margin: auto;
	transition: all 0.3s ease;
}

#navbuton {
    width: 40px;
    height: 35px;
    transition: all 0.3s ease;
}

i.fa.fa-bars {
    transform: scale(1.5);
    opacity: 0.2;
    transition: all 0.3s ease;
}

#navbuton:hover{
	transform: rotate(180deg);
}

#navbuton i.fa.fa-bars {
    opacity: 1;
}

.disabled{
	transform: scale(0);	
}

img {
    vertical-align: middle;
    overflow: hidden;
}

#topNavBar{
	transition: all .75s cubic-bezier(.87,-.41,.19,1.44);
}

#bar{
	background-color: #a6cf39 !important;
	height: 2px;
}

#initialBtns {
	opacity: 0;
	display: none;
    position: fixed;
    z-index: 100;
    color: white;
    margin: auto;
    /* margin-bottom: 0px !important; */
    bottom: 20%;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all .75s cubic-bezier(.87,-.41,.19,1.44);
}

.navbar-init{
	top: 75px !important;
    background-color: rgba(255, 255, 255, 0.81) !important;	
}
.topnav-init{
	height: 0px !important;
}

.top-link{
	transition: all .75s cubic-bezier(.87,-.41,.19,1.44);
	display: none;
	opacity: 0;
	z-index: 40;
}

#top-link-container #top-links-Container{
    width: 100%;
    min-height: 100px;
    padding-top: 7px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0);
}

.home-top-link {
	display: block !important;
	opacity: 1 !important;
    position: fixed;
    color: white;
    z-index: 11;
    bottom: 40px;
    margin: auto;
    width: 80%;
}

#social_btns {
    position: fixed;
    bottom: 0%;
    z-index: 25;
    box-shadow: 0px 0px 5px;
}
#social_btns > div {
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#social_btns > div > img {
    width: 24px;
    height: 24px;
}
#social-facebook{
	background-color: #3b5998;
	transition: all 0.4s ease;
}
#social-twitter{
	background-color: #00aced;
	transition: all 0.4s ease;
}
#social-linkedin{
	background-color: #007bb6;
	transition: all 0.4s ease;
}
#social-google{
	background-color: #dd4b39;
	transition: all 0.4s ease;
}

#rules {
	position: fixed;
    right: 11%;
    bottom: 0%;
    z-index: 25;
    background-color: white;
    height: 35px;
    transition: all 0.4s ease;
    box-shadow: 0px 0px 5px;
}
#rules > div { 
    height: 40px;
    cursor: pointer;
    transition: all 0.4s ease;
}
#rules:hover {
    	height: 45px !important;
	}

#freeSearch {
    width: 80%;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: 0, 0, 0, 0.5;
    color: black;
    box-shadow: inset 1px 1px 1px rgb(128, 128, 128);
    font-size: 10px;
}

#freeSubmit {
    max-width: 110px !important;
    font-size: 10px;
    height: 40px;
}

div#headerHelp {
    width: 16px;
    height: 16px;
    /* right: 5%; */
    float: right;
    position: relative;
    top: -10px;
    right: 25px;
}

h5.freeSearchTitle {
    margin: 0px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
    color: white;
}

/* ########################################################################### */
/* ########## HEADER ANIMATION ########## */

#homeSec{
	height: 100%;
}

div#headerCarousel {
    position: fixed;
    z-index: 10;
    overflow: hidden;
    width: 80%;
    height: 100%;
    max-height: 950px;
    background: #2a2e39;
    transition: all .8s cubic-bezier(.87,-.41,.19,1.44);
}

.container-open {
	transform: translateX(-150%);
}

/* ########################################################################### */
/* ########## DESTAQUES ########## */

.title-destaques{
	color: #a6cf39;
	padding-top: 50px;
}

.item-outline {
    cursor: pointer;
    transition: all 0.5s ease;
}

.item-outline:hover {
	transform: scale(0.95);
}

#home {
    background-color: white;
}

#home .item-outline {
	margin: 2px;
}

#home .item{
	  margin: 1px;
}

#home .item img{
	  display: block;
	  width: 100%;
	  height: 150px;
}
/* ########################################################################### */
/* ########## IMOVEIS ########## */

.select, .input {
    width: 250px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: 0, 0, 0, 0.5;
    box-sizing: border-box;
}

.input.free{
	width: 505px !important;
}

input[type=submit] {
    width: 250px;
    background-color: #a6cf39;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s ease;
}

input[type=submit]:hover {
    background-color: #ce5035;
}

option{
	margin: 8px;	
}

#imoveis{
	width: 100%;
	height: 100%;
}

#imoveis .container{
	width: 100%;
	height: 100%;
}

#imoveis .container .row .item{
	  margin: 0px;
}

#imoveis .container .row .item img{
	  margin: 0px;
}

.home-items {
    color: #fff;
    display: block;
    background: rgba(240, 95, 64, .85);
    position: absolute;
    bottom: 50%;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all .35s;
    transform: translate(0,82%);
}

#imageText {
    transform: translate(0,90%);
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all .35s;
}

.initMap{
	height: 380px;
    width: 100%;
    box-shadow: 0px 0px 3px black !important;
    position: relative;
}

/* ########################################################################### */
/* ########## CONTACTOS ########## */

#contactos {
    background-color: #f5f5f5 !important;
}

.inputAreaBox {
    height: 250px;
    width: 300px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: 0, 0, 0, 0.5;
    box-sizing: border-box;
}
textarea {
    resize: none;
}

#cname,
#ctel,
#cemail{
	width: 300px;
}


/* ########################################################################### */
/* ########## NOTIFICATIONS ########## */
.tn-box {
	width: 250px;
    position: relative;
    margin: 0 auto 20px auto;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), 
 				inset 0 1px 0 rgba(255,255,255,0.6);
    opacity: 0;
    cursor: default;
    display: none;
    color: black;
}

.tn-box-color-1{
	background: rgb(255, 255, 255);
    border: 1px solid #a6cf39;
}

.tn-box.tn-box-active {
	display: block;
	animation: fadeOut 6s linear forwards;
}

@keyframes fadeOut {
	0% 	{ opacity: 0; }
	10% { opacity: 1; }
	90% { opacity: 1; transform: translateY(0px);}
	99% { opacity: 0; transform: translateY(-10px);}
	100% { opacity: 0; }
}

/* ########################################################################### */
/* ########## MOBILE ########## */

@media ( max-width :1200px){
	
	#cname,
	#ctel,
	#cemail,
	.inputAreaBox {
		width: 90% !important;
	}
	
	img#preload-logo {
    	margin: 0px 0 0 -20px;
	}

	#loader, #loader2 {
    	 margin: -8px 0 0 -34px;
	}
	
	#infoContacto{
		text-align: center !important;
	}
}
	
@media ( max-width :960px){
	.owl-buttons {
    	display: none !important;
	}
}
@media ( max-width :900px){
	.pageWidth,
	.home-top-link,
	#mainNav{
		width: 100% !important;
	}
	
	div#headerCarousel{
		position: fixed;
		width: 100%;
	}
	
	#initialBtns {
    	width: 100%;
	}
	
	#social-facebook:hover,
	#social-linkedin:hover,
	#social-twitter:hover,
	#social-google:hover {
    	height: 50px !important;
    	transform: translateY(-10px) !important;
	}
	
	#social_btns > div{
		padding-top: 5px;
		float: left;
	}
	
	#social_btns {
    	height: 35px;
    	left: 5%;
	}
	#rules {
    	right: 2%;
	}
}

@media ( max-width :768px){

	input[type=submit], 
	.input, 
	.select,
	.tn-box {
		width: 90%;
	}
	.input.free{
		width: 90% !important;
	}
	#topNavBar{
		height: 54px;
	}
	#home .item img{
	  	height: 200px;
	}
	#backImg{
		height: 500px !important;
	}
	.owl-wrapper-outer,
	.owl-carousel .owl-wrapper{
		height: 1 !important;
	}
	.owl-item > img {
    	max-width: 500px;
	}
	.item img{
	  	width: auto ;
		/*max-width: 500px;*/
	}
	.modal{
		padding-top: 0;
	}
	.modal-content{
		width: 100%;
	}
}



@media (min-width: 768px){
	
	.container {
    	width: auto !important;
	}
	
	#top-link-container #top-links-Container{
		padding-top: 7px !important;
	}
	
	.header-map-show,
	.header-contact-show,
	.email-share-show{
		top: 80px !important;
	}
	
	.header-map,
	.header-contact,
	.email-share {
    	right: 20% !important;
	}
	
}

@media (min-width: 900px){
	
	#social-facebook:hover,
	#social-linkedin:hover,
	#social-twitter:hover,
	#social-google:hover {
    	transform: translateX(-10px) !important;
	}
	
	#social_btns > div{
		padding-top: 5px;
		width: 50px;
	}
	
	#social_btns {
    	width: 50px;
    	height: 0%;
    	float: right;
    	right: -10px;
		left: initial;
		top: 15%;
	}
}

/* ########################################################################### */
/* ############################## MODIFICAÇÕES ############################### */

/* ########## EMPRESA ########## */
section#empresa {
    background-color: #ffffff;
}
#empresa .container {
    color: #000000;
}
#empresa .container p {
    color: #000000;
}
#empresa .container hr {
    border-color: #a6cf39;
}

@media (min-width: 1090px){
#textoEmpresa {
    padding-left: 45%;
    margin-left: 0 !important;
    background: url(../img/backgrounds/imagem_Empresa.jpg) no-repeat top left;
    width: 100%;
}
}

/* ########## DESTAQUES ########## */
.title-destaques {
    color: #ffffff;
}
#home {
    background-color: #a6cf39;
}
section#homeSec {
    background-color: #a6cf39 !important;
}

/* ########## TOP BAR ########## */
div#navBarHeader {
    height: 80px;
}
img#logo {
    height: auto;
    width: 140px !important;
}

/* ########## BOTOES HOME ########## */
#HomeContacto {
    width: 250px;
    font-family: Kirvy_Regular;
    background-color: #ffffff;
    color: #a6cf39;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s ease;
}
#HomeDestaques {
    width: 250px;
    font-family: Kirvy_Regular;
    background-color: #a6cf39;
    color: #ffffff;
    padding: 10px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.home-top-link {
	bottom: 75px !important;
}
#top-links{
	padding-top: 5px !important;
	background-color: rgba(255, 255, 255, 0.6);
	height: 90px;
}
#rules {
 position: fixed;
 right: 11%;
 bottom: 0%;
 z-index: 25;
 background-color: white;
 padding-left: 10px;
 padding-right: 10px;
 height: 35px;
 transition: all 0.4s ease;
 box-shadow: 0px 0px 5px;
 cursor: pointer;
}
#rules > div {
 font-family: Kirvy_Regular;
 background-color: #ffffff;
 color: #a6cf39;
 margin: 8px 0;
 height: 40px;
 cursor: pointer;
 transition: all 0.4s ease;
}

/* ########## CONTACTOS ########## */
.icon24{
	width: 24px;
}
.icon16{
	width: 16px;
}
.iconContactNome{
	background: url(../img/icons/Contactos/nome_black_16x16DPI.png);
	background-color: #fff;
    background-position: 10px 13px;
    padding-left: 40px;
    background-repeat: no-repeat;
}
.iconContactTel{
	background: url(../img/icons/Contactos/telefone_black_16x16DPI.png);
	background-color: #fff;
    background-position: 10px 13px;
    padding-left: 40px;
    background-repeat: no-repeat;
}
.iconContactEmail{
	background: url(../img/icons/Contactos/Mail_Black_16x16DPI.png);
	background-color: #fff;
    background-position: 10px 13px;
    padding-left: 40px;
    background-repeat: no-repeat;
}
.iconContactText{
	background: url(../img/icons/Contactos/mensagem_black_16x16DPI.png);
	background-color: #fff;
    background-position: 10px 13px;
    padding-left: 40px;
    background-repeat: no-repeat;
}

/* ########## TEXTOS ########## */
@font-face {
    font-family: Kirvy_Bold;
    src: url('../fonts/Kirvy-Bold.otf');
}

@font-face {
    font-family: Kirvy_Regular;
    src: url('../fonts/Kirvy-Regular.otf');
}

@font-face {
    font-family: Kirvy_Light;
    src: url('../fonts/Kirvy-Light.otf');
}

@font-face {
    font-family: Kirvy_Thin;
    src: url('../fonts/Kirvy-Thin.otf');
}

.kirvyTitle{
	font-family: Kirvy_Bold;
	font-size: 22px !important;
}
img#imgCond {
    width: 100% !important;
    max-width: 860px;
    margin-top: 20px;
}
#popDesc {
 	width: 100%;
 	/* box-shadow: inset 0px 0px 0px #000000; */
 	padding: 5px;
 	background-color: rgba(236, 239, 241, 0.33);
 	border-color: black;
 	border-width: 1px;
 	border-style: solid;
 	margin-top: 5px;
}

#popCarousel > .owl-carousel .autoHeight {
    width: 100%;
    min-height: 175px;
    box-shadow: inset 0px 0px 4px black;
    background-image: url(../img/backgrounds/brushed.png) !important;
    border-color: black;
    border-width: 1px;
    border-style: solid;
}
#popCarousel .item img {
    border-color: white;
    border-width: 10px;
    border-style: solid;
    box-shadow: 0px 0px 2px black;
    max-height: 500px;
}
#popCarousel .owl-item {
    margin-left: -1px;
    transform: scale(0.94);
}

.texts {
    margin: 5px 5px 10px 5px;
}
/*
div#itemsPop {
    margin-left: 0;
}*/
.owl-next{
	float: right !important;
    opacity: 1 !important;
    box-shadow: 0.5px 0.5px 1px black;
    transition: all 0.3s ease;
}
.owl-next:hover{
	transform: translateX(-10px);
}
.owl-prev{
	float: left !important;
    opacity: 1 !important;
    box-shadow: 0.5px 0.5px 1px black;
    transition: all 0.3s ease;
}
.owl-prev:hover{
	transform: translateX(10px);
}	

.owl-buttons {
    transform: translateY(-300px);
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}