/**
 * This file will be overwritten when the Bootstrap Framework source files
 * are compiled using the LESS CSS pre-processor.
 

@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('https://fonts.googleapis.com/css?family=Exo+2');

*/



body {
  background-image: url('../images/background4.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

:root {
  --gold-color: #8b754a;
  --darkblue-color: #121e2c;
  --grey-color: #e3e3e3;
}

.content-page > div {
  margin-top: 10%;
}


@media screen and (min-width:768px) and (max-width:1620px){

  .detalhe-inicio{
    margin: 5% !important;
    margin-bottom: 25px !important;
    width: 100% !important;
    margin-left: 0% !important;
  }
}

.gold-elements-color {
  color: var(--gold-color);
}

.region-content{
  margin-top: 100px;
}


.carousel-indicators {
  position: static !important;
}

.carousel-indicators>li {
    width: 100px !important;
    height: auto !important;
}

.detalhe-inicio {
  margin: 5%;
  margin-bottom: 25px;
  width: 130%;
  margin-left: -15%;
}

.detalhe-lista{
  margin: 10px;
  margin-left: -15px;
  border-bottom: 1px solid #aaa;
}

.detalhe-lista > div {
  font-size: 16px;
}

.detalhe-lista > div > span {
  color: gray;
}

.body-anota > p {
  font-size: 16px;
}

.secondary-bg-color {
	/*
	box-shadow: 0 0 1.5em rgb(18, 30, 44);
  
  background: var(--darkblue-color)
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  */
  background: rgba(18, 30, 44, 0.70);
  border-radius: 16px;
  box-shadow: 0 0 1.5em rgb(18, 30, 44);
  backdrop-filter: blur(7.1px);
  -webkit-backdrop-filter: blur(7.1px);
}

.img-bloco-team{
	box-shadow: 0 0 1.5em rgb(49, 49, 49);
  max-width: 200px;
  min-width: 200px;
  margin-left: 18%;
  margin-top: -150px;
}

.block-slide{
  width: 25%;
  margin-left: auto;
  margin-right: 0;
  margin-top: -16%;

}

.img-carousel {
  height: 600px !important;
  width: 100%;
  object-fit: cover;
}

.img-carousel-preview{
  width: 100%;
  object-fit: cover;
  height: 70px;
}

.title-bloco-team{
  text-align: right;
}

.nome-bloco-team{
  text-align: center;
}

.img-bloco-home{
	box-shadow: 0 0 1.5em rgb(49, 49, 49);
  /*
  max-width: 900px;
  min-width: 800px;
  */
  width: 100%;
	border-radius: 10px;

}

.break-space{
  height: 77px;
}

.kiid_file > span > u {
  color: white;
}

.kiid_file > svg {
  color: white;
  display: flex;
}

.bi-archive{
  margin-top: 3px;
}

.kiid_span > u{
  margin-left: 5px;
}

.imag-icon{
    width: 50px;
    
}

.title{
  color: #B6A276;
}


.break-out{
  padding: 50px;
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  background: #E3E3E3;
  text-align: center;
}


.img-log{
  width: 9%;
  margin-bottom: -40px;
  margin-top: 10px;
  margin-left: 30px;
}



.menu > li > a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}


.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(227, 227, 227, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  padding-right: 100px;
}

.menu > li {
  float: right;
}


footer {
  margin-top: 50px;
}

.foot-out{
  padding: 50px;
  position: relative;
  left: calc(-50vw + 50%);
  width: 100vw;
  background: var(--darkblue-color);
  text-align: center;
}

.foot-left{
  text-align: start;
  color: #ffffff;
}

.btn-primary {
  color: #fff;
  background-color: transparent !important;
  border-color: #7d6c44 !important;
  border: 2px solid #7d6c44;
  padding: 10px;
}

.carousel-caption{
	left: calc(-50vw + 50%) !important;
	width: 100vw !important;
	background: rgba(18, 30, 44, 0.70);	
	padding-bottom: 65px !important;
	bottom: 0 !important;
  padding-top: 12px !important;
}


.carousel-experienc{
  overflow: inherit !important;
}

.bloco-tipo-car{
  margin-bottom: 30px;
}

/* segundo trabalho */

  .reveal {
    position: relative;
    opacity: 0;
  }

  .reveal.active {
    opacity: 1;
  }

  .active.fade {
    animation: fade 1s ease-in;
  }

  .active.fade-left {
    animation: fade-left 3s;
	transition-timing-function: ease-out;
  }

  .active.fade-right {
    animation: fade-right 3s;
	transition-timing-function: ease-out;
  }

  @keyframes fade {
    0% { opacity: 1; filter: brightness(1) blur(20px) }
    

    
    /*
    10% { opacity: 1; filter: brightness(2) blur(10px) }
    100% { opacity: 1; filter: brightness(1) blur(0) }
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
    */
  }

  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }

    40% {
      filter: brightness(1) blur(0);
    }
    
    100% {
      transform: translateX(0);
      opacity: 1;
    }

  }


  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
      filter: brightness(1) blur(20px);
    }

    40% {
      filter: brightness(1) blur(0);
    }

    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }


.img-circle {
  border-radius: 50%;
  width: 150px;
  /*margin: 15px;*/
}

.hp-equipa{
    margin-bottom: 10px;
  }

.body-cdk > p {

    margin: 0;

}

.body {
  margin-top: 50px;
}

.hp-bloco-anexo {
  max-height: 350px;
  overflow-y: scroll;
}

@media screen and (min-width:768px) and (max-width:1080px){

  .img-bloco-home{
    /*
    max-width: 900px;
    min-width: 800px;
    */
    width: 90%;

  }
}

.li-menu:before {
  content: "";
  position: absolute;
  height: 36.33%;
  width: 0;
  background-color: #7d6c44;
  right: 0;
  z-index: 0;
  top: 33.33%;
  transition: all 0.5s;
}

.li-menu:after {
  content: "";
  position: absolute;
  height: 33.33%;
  width: 0;
  background-color: #7d6c44;
  left: 0;
  z-index: 0;
  bottom: 0;
  transition: all 0.5s;

}

.a-menu:before {
  position: absolute;
  content: "";
  height: 36.33%;
  width: 0;
  background-color: #7d6c44;
  bottom: 66.66%;
  left: 0;
  transition: all 0.5s;
}

.li-menu:hover:before,
.li-menu:hover:after,
.li-menu:hover .a-menu:before{
  width: 100%;
}

.a-menu:focus{
  color: black;
  text-decoration: none;
}

.a-menu:hover{
  color: white;
  text-decoration: none;
}



.nav-menu > ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   display: flex;
   align-items: center;
   flex-direction: row;
   justify-content: space-around;
}

.nav-menu {
  z-index:2;
   width: 100vw;
   position: fixed;
   /*background-color: rgba(227, 227, 227, 1);*/
}


.li-menu {
   position: relative;
   padding: 0 20px;
   height: 100%;
   display: flex;
}

.a-menu {
   z-index: 1;
   color: #121e2c;
   text-decoration: none;
   /*font-family: 'Bellefair',sans-serif;
   font-weight: 500;*/
   font-size: 20px;
   padding: 10px 5px;
	font-style: italic;
}

.icon-image {
  width: 1.6vw;
  font-size: 2vw;
}

.line {
  height: 1px;
  margin-right: 15px;
  margin-left: 15px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  flex: 1;
  background-color: #FFFFFF;
}

.container-text-grid {
  padding-left: 0vw;
  -webkit-box-align: center;
}

.wrapper-services {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.subheading.slider {
  margin-top: 0vw;
  margin-bottom: 1.5vw;
  padding-top: 0vw;
  font-size: 1.1vw;
}

.bold-text {
  font-weight: 400;
}

.bloco-dinheiro{
  margin-top: 10px;
}


.title > a {
  color: #7d6c44;
}

.footer-right {
  text-align: right;
}

.footer-right > a {
  color: #FFFFFF;
  margin: 0 0 10px;
}

.all-rights{
  text-align: right;
  margin-top: 40px;
}


.all-rights > span{
  color: white;
}

.contact-message-pedido-de-informacao-form > div > .button--primary{
  background-color: rgba(18, 30, 44, 0.70) !important;
  margin-left: 80%;
  margin-right: 10px;
  width: 20%;
  margin-top: 20px;
}

.submit-button-lista > div > .js-form-submit {
  background-color: rgba(18, 30, 44, 0.70) !important;
  margin-left: 80%;
  margin-right: 10px;
  width: 20%;
}

.submit-button-lista {
  margin-top: 30px;
}

.select2-container{
  min-width: 200px !important;
}

.select2-selection{
  border-radius: 5px !important;
  background-color: rgba(18, 30, 44, 0.70) !important;
}

.select2-selection > span {
  color: white !important;
}

.select2-dropdown {
  border-radius: 5px;
  background-color: rgba(18, 30, 44, 0.70);
}

.select2-dropdown > span > ul {
  color: white;
}

.ordenacao-div > select {
  border-radius: 5px !important;
  background-color: rgba(18, 30, 44, 0.70) !important;
  color: white;
  height: 27px;
  padding: 5px;
}

.mapouter{
  position:relative;width:100%;height:auto;
}

.gmap_canvas {
  overflow:hidden;background:none!important;width:100%;height:400px;
}

.gmap_iframe {
  height:400px!important;
}


/*
.span-data {
  float: right;
  margin-right: 40px;
  font-size: 12px;
  color: gray;
}




body {
    padding: 0;
    margin: 0;
    font-family: 'Quicksand', sans-serif !important;
    background-color: #f5f5f5;
    font-size: 18px;
}

*/


