@import url("./fonts/Gotham/Gotham-Book.css");
@import url("./fonts/Gotham/Gotham-Bold.css");
@import url("./fonts/Gotham/Gotham-Light.css");
html,
body {
  font-family: "Gotham";
  font-size: 16px;
  font-size: 1rem;
  color: #1C2445; }

body {
  background-image: url(../img/fundo_topo_1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 100% auto; }

a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #000000; }

a:hover {
  color: #B18531;
  text-decoration: none; }

#conteudo {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px; } }
.container-fluid .container-fluid {
  padding-left: 0px;
  padding-right: 0px; }

b, strong {
  font-weight: 700; }

button.linkLinha,
a.linkLinha {
  position: relative;
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 4px;
  color: #1C2445; }

button.linkLinha.active,
button.linkLinha:hover,
a.linkLinha.active,
a.linkLinha:hover {
  color: #B18531;
  text-decoration: none; }

button.linkLinha::after,
a.linkLinha::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  right: 0px;
  bottom: 0px;
  background-color: #B18531; }

button.linkLinha::before,
a.linkLinha::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 25px;
  right: 0px;
  bottom: 0px;
  background-color: #B18531; }

.homeWellcome {
  margin-top: -60px;
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative; }
  .homeWellcome img {
    position: relative;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
    object-position: center right; }
  @media (min-width: 992px) {
    .homeWellcome {
      padding-top: 100px;
      padding-bottom: 100px; }
      .homeWellcome img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center right; } }

.homeWork {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 30px;
  font-size: 1.875rem; }
  @media (max-width: 991px) {
    .homeWork {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 18px;
      font-size: 1.125rem; } }
  .homeWork strong {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 700; }
    @media (max-width: 991px) {
      .homeWork strong {
        display: block;
        text-align: center;
        font-size: 28px;
        font-size: 1.75rem; }
        .homeWork strong br {
          display: none; } }

.garantiaTrabalho,
.divImagemDireita,
.divImagemEsquerda {
  position: relative;
  padding-top: 0px;
  padding-bottom: 30px; }
  .garantiaTrabalho img,
  .divImagemDireita img,
  .divImagemEsquerda img {
    position: relative;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: 15px;
    object-position: center left; }
  @media (min-width: 992px) {
    .garantiaTrabalho,
    .divImagemDireita,
    .divImagemEsquerda {
      padding-top: 60px;
      padding-bottom: 60px; }
      .garantiaTrabalho img,
      .divImagemDireita img,
      .divImagemEsquerda img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; } }

.divImagemDireita img {
  object-position: center right; }

@media (min-width: 992px) {
  .divImagemDireita.textoBranco,
  .divImagemEsquerda.textoBranco {
    color: #ffffff; }
    .divImagemDireita.textoBranco h2,
    .divImagemEsquerda.textoBranco h2 {
      color: #ffffff; }
    .divImagemDireita.textoBranco a.linkLinha,
    .divImagemEsquerda.textoBranco a.linkLinha {
      color: #ffffff; }
    .divImagemDireita.textoBranco a.linkLinha:hover,
    .divImagemEsquerda.textoBranco a.linkLinha:hover {
      color: #B18531; } }

.divImagemFundo {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff; }
  @media (min-width: 992px) {
    .divImagemFundo {
      font-size: 18px;
      font-size: 1.125rem;
      padding-top: 100px;
      padding-bottom: 100px; } }
  .divImagemFundo h2 {
    color: #ffffff; }
  .divImagemFundo a.linkLinha {
    color: #ffffff; }
  .divImagemFundo a.linkLinha:hover {
    color: #B18531; }
  .divImagemFundo img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }

/*
.gestaoProjectos{
    background-color: $corAzul;
    margin-top: 55px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: $corBranco;

    h1{
        font-family: $fontDestaque;
        color: $corBranco;
        margin-bottom: 30px;
    }
    
    @include respond-above("sm"){
        padding-top: 110px;
        padding-bottom: 110px;
        
        h1{
            margin-bottom: 0px;
        }
        
    }

    img{
        width: 100%;
    }
    
    .areaTexto{
        position: relative;
        
        @include respond-above("lg"){
            margin-right: -110px;
            z-index: 2;
        }
        
        @include font-size(18);
        padding: 120px 45px;
        color: $corTexto;
        background-color: $corBeje;
    }
}

.ourMissionSlogan{
    position: relative;
    margin-top: 80px;
    @include font-size(46);
    line-height: 1;
    color: $corBranco;
    padding-top: 50px;
    padding-bottom: 50px;
    
    
    @include respond-below("sm"){
        @include font-size(30);
        line-height: 1.1;
    }
    
    .btn{
        position: absolute;
        top: -70px;
    }
}
.ourMissionSlogan::after{
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: $corAzulClaro;
    
    @include respond-above("lg"){
        right: 25%;    
    }
}

.ourMission{
    margin-top: 110px;
    margin-bottom: 110px;

    @include respond-below("sm"){
        margin-top: 30px;
        margin-bottom: 30px;
    }

    
    h1{
        font-family: $fontDestaque;
        color: $corAzulClaro;
        margin-bottom: 15px;
    }
    
    img{
        width: 100%;
    }
    
    .areaTexto{
        position: relative;
        
        @include respond-above("lg"){
            margin-right: -110px;
            z-index: 2;
        }
        
        @include font-size(18);
        padding: 45px;
        color: $corTexto;
        background-color: $corBeje;
    }
}


.portfolioQuad{
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    margin-bottom: 30px;
    font-weight: $fontWLight;
    color: $corBranco;
    background-color: $corAzulClaro; 
    width: 190px;
    height: 190px;
    text-align: center;
    
    @include respond-below("sm"){
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    
    strong{
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 5px;
        @include font-size(36);
        line-height: 1;
    }
    
    > div{
        height: 100%;
    }
}

.portugalItems{
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: $corAzul;
    color: $corBranco;
    
    .row > div{
        position: relative;
        min-height: 100%;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .row > div::after{
        content: ' ';
        position: absolute;
        bottom: 0px;
        left: 30px;
        right: 30px;
        border-bottom: 1px solid $corBranco;
    }
}

.destaquesHome{
    padding: 0px;
    
    h1{
        font-family: $fontDestaque;
        color: $corAzulClaro;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .imgD{
        width: 100%;
    }
    
    .area{
        font-weight: $fontWLight;
        padding: 60px;
    }
    
    .areaSeta{
        min-height: 100px;
        background-color: $corCinza;
    }
}

//prejecto manajmento
.garantiaAzul{
    background-color: $corAzul;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
    color: $corBranco;
}
.logosPartners{
    img{
        margin-bottom: 30px;
        margin-right: 30px;
    }
}

//Project Objectives
.objectivosAzul{
    background-color: $corAzul;
    margin-top: -60px;
    padding-top: 70px;
    padding-bottom: 100px;
    color: $corBranco;   
}
.objectivosBeje{
    position: relative;
    background-color: $corBeje;
    color: $corAzul;
    margin-top: -94px;
    z-index: 1;
    @include font-size(46);
    line-height: 1.1;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 90px;
    
}
.objectivosBeje::after{
    content: ' ';
    position: absolute;
    z-index: -1;
    top: 0px;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: $corBeje; 
    
    @include respond-above("md"){
        right: 60%;    
    }
    @include respond-above("lg"){
        right: 67%;    
    }
}

*/
h1 {
  color: #1C2445;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300; }
  @media (max-width: 991px) {
    h1 {
      font-size: 28px;
      font-size: 1.75rem; } }

h2 {
  color: #1C2445;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300; }
  @media (max-width: 991px) {
    h2 {
      font-size: 28px;
      font-size: 1.75rem; } }

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #8B8B8B; }
  @media (max-width: 991px) {
    h4 {
      font-size: 14px;
      font-size: 0.875rem; } }

.imgTopo {
  position: relative;
  overflow: visible;
  height: 160px; }
  .imgTopo > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 0; }

.imgTopoNo {
  position: relative;
  height: 160px; }

.embeddedContent {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embeddedContent iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embeddedContent::before {
  content: ' ';
  position: relative;
  display: block;
  padding-top: 56.25%; }

.carousel-fullscreen {
  margin-bottom: 60px; }
  .carousel-fullscreen .carousel-item {
    height: 100vh;
    min-height: 350px; }
    .carousel-fullscreen .carousel-item .imagem {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      -webkit-transition: all 10s ease;
      -moz-transition: all 10s ease;
      -ms-transition: all 10s ease;
      -o-transition: all 10s ease;
      transition: all 10s ease; }
      .carousel-fullscreen .carousel-item .imagem img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .carousel-fullscreen .carousel-item > a {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .carousel-fullscreen .carousel-item .descricao {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 2;
      color: #ffffff; }
      .carousel-fullscreen .carousel-item .descricao > div {
        margin-top: auto;
        margin-bottom: auto; }
      .carousel-fullscreen .carousel-item .descricao .nome {
        font-size: 53px;
        font-size: 3.3125rem;
        font-weight: 700;
        line-height: 1.2;
        /*max-width: 415px;*/ }
        @media (max-width: 991px) {
          .carousel-fullscreen .carousel-item .descricao .nome {
            font-size: 28px;
            font-size: 1.75rem; } }
      .carousel-fullscreen .carousel-item .descricao .desc {
        margin-top: 10px; }
      .carousel-fullscreen .carousel-item .descricao a {
        color: #ffffff;
        font-size: 15px;
        font-size: 0.9375rem; }
      .carousel-fullscreen .carousel-item .descricao a:hover {
        color: #B18531; }

.carousel-indicators {
  -ms-flex-pack: start;
  justify-content: start;
  margin-right: 15px;
  margin-left: 15px; }
  @media (min-width: 1200px) {
    .carousel-indicators {
      margin-right: 100px;
      margin-left: 120px; } }
  .carousel-indicators li {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
    border-radius: 8px; }
  .carousel-indicators li.active {
    background-color: #ffffff; }

#slide_galeria_1 {
  position: relative; }
  #slide_galeria_1 .carousel-item.active .imagem {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #slide_galeria_1 .carousel-item.anim .imagem {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

#slide_galeria_1::after {
  content: '';
  position: absolute;
  bottom: 25px;
  left: 50%;
  height: 50px;
  width: 1px;
  z-index: 2;
  background-color: #ffffff;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite  alternate; }

#slide_galeria_1::before {
  content: 'scroll';
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 100px;
  text-align: center;
  margin-left: -50px;
  z-index: 2;
  animation: mover 1s infinite alternate;
  -webkit-animation: mover 1s infinite  alternate; }

@-webkit-keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-15px); } }
@keyframes mover {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-15px); } }
@-webkit-keyframes moverMenu {
  0% {
    background-color: rgba(28, 36, 69, 0.3);
    background-position: 15px 50%; }
  100% {
    background-color: #1c2445;
    background-position: 6px 50%; } }
@keyframes moverMenu {
  0% {
    background-color: rgba(28, 36, 69, 0.3);
    background-position: 15px 50%; }
  100% {
    background-color: #1c2445;
    background-position: 6px 50%; } }
@-webkit-keyframes moverMenuM {
  0% {
    background-color: rgba(28, 36, 69, 0.3);
    background-position: right 20px top 10px; }
  100% {
    background-color: #1c2445;
    background-position: right 20px top 15px; } }
@keyframes moverMenuM {
  0% {
    background-color: rgba(28, 36, 69, 0.3);
    background-position: right 20px top 10px; }
  100% {
    background-color: #1c2445;
    background-position: right 20px top 15px; } }
@-webkit-keyframes moverMenu2 {
  0% {
    background-color: rgba(177, 133, 49, 0.3); }
  100% {
    background-color: #b18531; } }
@keyframes moverMenu2 {
  0% {
    background-color: rgba(177, 133, 49, 0.3); }
  100% {
    background-color: #b18531; } }
.slideGaleria {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 40px; }
  .slideGaleria .swiper-slide {
    width: 50%; }
    @media (max-width: 991px) {
      .slideGaleria .swiper-slide {
        width: 90%; } }
  .slideGaleria .swiper-button-prev::after,
  .slideGaleria .swiper-button-next::after {
    display: none; }
  .slideGaleria .swiper-button-next {
    left: 75%;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 13px;
    height: 26px;
    margin-top: 0px;
    margin-left: 31px;
    background-image: url(../img/slide_right.svg);
    background-size: 13px 26px;
    background-repeat: no-repeat; }
  .slideGaleria .swiper-button-prev {
    left: 75%;
    top: auto;
    bottom: 0px;
    width: 13px;
    height: 26px;
    margin-top: 0px;
    margin-left: 5px;
    background-image: url(../img/slide_left.svg);
    background-size: 13px 26px;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .slideGaleria .swiper-button-next {
      left: 50%;
      margin-left: 13px; }
    .slideGaleria .swiper-button-prev {
      left: 50%;
      margin-left: -13px; } }
  .slideGaleria .item {
    position: relative; }
    .slideGaleria .item a {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
    .slideGaleria .item .img {
      position: relative;
      padding-bottom: 56%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-image: #000000; }
    .slideGaleria .item .img::after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: .6;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .slideGaleria .item .nome {
      margin-top: 10px;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 600;
      text-align: left; }
    .slideGaleria .item .desc {
      font-size: 18px;
      font-size: 1.125rem;
      text-align: left;
      padding-right: 20px; }
  .slideGaleria .swiper-slide.swiper-slide-active .item .img::after {
    opacity: 0; }

.custom-file-label,
.custom-select,
.form-control {
  color: #000000;
  border: 1px solid #E9E9E9;
  border-radius: 0px;
  height: calc(1.5em + .75rem + 2px);
  font-size: 1rem;
  font-weight: 400; }

.custom-file-label::after {
  border-radius: 0; }

textarea.form-control {
  resize: none; }

.form-control::placeholder {
  color: #000000;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #000000; }

.form-control::-ms-input-placeholder {
  color: #000000; }

.form-header {
  background-color: #8B8B8B;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700; }

.btn.loading .loader {
  display: inline-block; }

.btn-spinner {
  color: #8B8B8B;
  padding-left: 0px;
  padding-right: 0px;
  min-width: 20px; }

.btn {
  border-radius: 0px; }

.btn-primary {
  font-family: "Gotham";
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  background-color: #1C2445;
  color: #ffffff;
  border-color: #1C2445; }

.btn-primary:hover {
  background-color: #ffffff;
  color: #1C2445;
  border-color: #1C2445; }

.btn-secondary {
  background-color: #F7F0E4;
  color: #1C2445;
  border-color: #F7F0E4; }

.btn-secondary:hover {
  background-color: #1C2445;
  color: #F7F0E4;
  border-color: #F7F0E4; }

#cookieAlert {
  position: fixed;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background-color: #ffffff;
  border-top: 5px solid #000000;
  color: #000000;
  font-size: 12px;
  padding: 20px 5px;
  z-index: 1030;
  text-align: left; }
  #cookieAlert a:not(.btn) {
    text-decoration: underline;
    color: #000000;
    cursor: pointer; }
  #cookieAlert a:hover {
    text-decoration: none; }

.dropdown-menu {
  margin-top: 0; }

.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent; }

.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%; }

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd; }

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
div.active.focus,
div.active:focus,
div.focus,
div:active.focus,
div:active:focus,
div:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-color: transparent;
  outline-width: 0;
  outline-style: none;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }

.modal-body .container-fluid {
  padding: 0px; }

.custom-select + .fv-plugins-icon {
  visibility: hidden; }

.custom-radio .fv-plugins-icon {
  visibility: hidden; }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus,
.form-control.is-valid, .was-validated .form-control:valid,
.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #B18531; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #B18531; }

#bigMenu.open {
  right: 0px; }

#btOpenMenu {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 100%;
  z-index: 9;
  background-image: url(../img/icon_menu.svg);
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: 26px 26px;
  cursor: pointer;
  background-color: rgba(28, 36, 69, 0.3);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700; }
  #btOpenMenu > div {
    width: 100%;
    text-align: center;
    margin-top: 60px; }
  @media (max-width: 991px) {
    #btOpenMenu {
      width: 100%;
      height: 50px;
      background-image: url(../img/icon_menu_m.svg);
      background-size: 26px 13px;
      background-position: right 20px top 10px; }
      #btOpenMenu > div {
        text-align: right;
        padding-right: 15px;
        margin-top: 25px; } }

.homepage #btOpenMenu.anim:hover,
#btOpenMenu:hover {
  animation: none;
  -webkit-animation: none;
  background-color: #b18531 !important; }

.homepage #btOpenMenu.anim {
  background-color: #1C2445;
  /*    @include respond-below("md"){
          animation: moverMenuM 1s infinite alternate;
          -webkit-animation: moverMenuM 1s infinite  alternate;
      }
      @include respond-above("md"){
          animation: moverMenu 1s infinite alternate;
          -webkit-animation: moverMenu 1s infinite  alternate;
      }*/ }

#bigMenu {
  position: fixed;
  top: 0px;
  right: -100vw;
  width: 100vw;
  height: 100%;
  overflow: auto;
  background-color: #1c2445;
  color: #ffffff;
  z-index: 16;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  @media (min-width: 768px) {
    #bigMenu {
      background-color: rgba(28, 36, 69, 0.9); } }
  #bigMenu .fechar {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 100%;
    z-index: 2;
    background-image: url(../img/icon_close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px 26px;
    cursor: pointer; }
    @media (max-width: 991px) {
      #bigMenu .fechar {
        height: 50px; } }
  #bigMenu .container-fluid {
    padding: 0px;
    height: 100%;
    /*@include respond-above("sm"){*/
    /*}*/ }
    #bigMenu .container-fluid > .row {
      height: 100%; }
  @media (max-width: 767px) {
    #bigMenu .logoD {
      display: none; } }
  #bigMenu .logo {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      #bigMenu .logo {
        padding-left: 50px;
        padding-top: 50px;
        padding-bottom: 0px;
        text-align: left;
        width: 230px; } }
    #bigMenu .logo img {
      width: 115px; }
    @media (max-width: 991px) {
      #bigMenu .logo img {
        width: 80px; } }
  #bigMenu .projectosArea {
    background-color: #ffffff; }
    #bigMenu .projectosArea > div {
      height: 100%;
      padding-left: 50px;
      padding-right: 50px;
      width: 45vw; }
  @media (max-width: 767px) {
    #bigMenu .projectosArea {
      display: none; } }
  #bigMenu .projectosC {
    margin-top: auto;
    margin-bottom: auto; }
    #bigMenu .projectosC .link {
      text-align: right; }
    #bigMenu .projectosC .projecto {
      position: relative;
      margin-left: 2px;
      margin-right: 2px;
      width: 100%;
      padding-bottom: 46%;
      margin-bottom: 15px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      #bigMenu .projectosC .projecto a {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
      #bigMenu .projectosC .projecto .logotipo {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 200px; }
        #bigMenu .projectosC .projecto .logotipo svg,
        #bigMenu .projectosC .projecto .logotipo img {
          width: 100%; }
        #bigMenu .projectosC .projecto .logotipo svg * {
          fill: #ffffff; }
  #bigMenu .menuC {
    background-color: #1C2445;
    padding: 20px 20px;
    height: 100%; }
    @media (min-width: 992px) {
      #bigMenu .menuC .logo {
        display: none; } }
    @media (min-width: 768px) {
      #bigMenu .menuC {
        width: 420px;
        padding: 20px 60px; } }
    #bigMenu .menuC .titulo {
      font-size: 12px;
      font-size: 0.75rem;
      color: #BCBCBC;
      text-transform: uppercase;
      margin-bottom: 80px; }
      @media (max-width: 767px) {
        #bigMenu .menuC .titulo {
          display: none; } }
    #bigMenu .menuC .menu {
      margin-bottom: auto; }
      #bigMenu .menuC .menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none; }
      #bigMenu .menuC .menu .nav-link {
        padding-left: 0px;
        color: #ffffff;
        font-size: 23px;
        font-size: 1.4375rem;
        font-weight: 400; }
      #bigMenu .menuC .menu .nav-link.active,
      #bigMenu .menuC .menu .nav-link:hover {
        color: #B18531; }
      #bigMenu .menuC .menu .dropdown > a::after {
        display: inline-block;
        margin-left: 10px;
        content: "\f107";
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 900;
        font-family: "Font Awesome 5 Free"; }
      #bigMenu .menuC .menu .dropdown > a.active::after {
        content: "\f106"; }
      #bigMenu .menuC .menu .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
        border: 0px;
        border-radius: 0px; }
      #bigMenu .menuC .menu .active .dropdown-menu {
        display: block; }
      #bigMenu .menuC .menu .dropdown-item {
        color: #ffffff;
        font-size: 14px;
        font-size: 0.875rem; }
      #bigMenu .menuC .menu .dropdown-item.active,
      #bigMenu .menuC .menu .dropdown-item:active,
      #bigMenu .menuC .menu .dropdown-item:hover {
        color: #B18531;
        background-color: transparent; }
    #bigMenu .menuC .social a {
      color: #ffffff;
      font-size: 20px;
      font-size: 1.25rem;
      margin-left: 10px; }
    #bigMenu .menuC .social a:hover {
      color: #B18531;
      text-decoration: none; }
    #bigMenu .menuC .menuClienteTopo {
      font-size: 15px;
      font-size: 0.9375rem;
      text-align: right; }
      #bigMenu .menuC .menuClienteTopo a {
        position: relative;
        display: inline-block;
        color: #ffffff;
        padding-right: 10px;
        padding-bottom: 4px; }
      #bigMenu .menuC .menuClienteTopo a:hover {
        color: #B18531;
        text-decoration: none; }
      #bigMenu .menuC .menuClienteTopo a::after {
        content: '';
        position: absolute;
        width: 25px;
        height: 1px;
        right: 0px;
        bottom: 0px;
        background-color: #B18531; }
      #bigMenu .menuC .menuClienteTopo a::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 25px;
        right: 0px;
        bottom: 0px;
        background-color: #B18531; }

#logotipoTopo {
  position: fixed;
  left: 50px;
  top: 50px;
  z-index: 9;
  width: 115px; }
  #logotipoTopo a {
    display: block;
    position: relative; }
  #logotipoTopo img {
    width: 115px;
    opacity: 1;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  @media (max-width: 991px) {
    #logotipoTopo {
      left: 15px;
      top: 65px; }
      #logotipoTopo img {
        width: 80px; } }
  #logotipoTopo img.branco {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0; }

.homepage #logotipoTopo img.preto {
  opacity: 0; }
.homepage #logotipoTopo img.branco {
  opacity: 1; }
.homepage #logotipoTopo.mudaCor img.preto {
  opacity: 1; }
.homepage #logotipoTopo.mudaCor img.branco {
  opacity: 0; }

#logotipoTopo.fixo {
  left: 15px;
  top: 15px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
  #logotipoTopo.fixo img {
    width: 70px; }
  @media (max-width: 991px) {
    #logotipoTopo.fixo {
      top: 5px; }
      #logotipoTopo.fixo img {
        width: 40px; } }

#btLoginHome {
  position: absolute;
  bottom: 15px;
  left: 50px;
  color: #ffffff;
  background-color: #B18531;
  display: inline-block;
  width: 60px;
  height: 60px;
  z-index: 5;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  padding: 5px;
  padding-top: 10px;
  animation: moverMenu2 1s infinite alternate;
  -webkit-animation: moverMenu2 1s infinite  alternate; }
  #btLoginHome i {
    font-size: 20px;
    font-size: 1.25rem; }
  @media (max-width: 991px) {
    #btLoginHome {
      bottom: 40px;
      left: 15px; } }

footer {
  position: relative;
  padding-top: 50px;
  z-index: 1;
  background-color: #E9E9E9; }
  footer #newsletterForm .fv-plugins-icon {
    visibility: hidden; }
  footer .espaco {
    position: relative;
    width: 100px;
    min-height: 30px;
    height: 100%; }
  @media (min-width: 992px) {
    footer .espaco::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 0px;
      height: 100%;
      width: 1px;
      background-color: #ffffff; } }
  footer .copyC {
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #154679;
    font-size: 14px;
    font-size: 0.875rem; }
    footer .copyC .copy a {
      color: #ffffff; }
    footer .copyC .copy a:hover {
      color: #000000; }
    footer .copyC ul {
      display: inline-block;
      margin: 0px;
      padding: 0px;
      list-style: none; }
      footer .copyC ul li {
        display: inline-block; }
    footer .copyC .menuLinguas a,
    footer .copyC .social a {
      color: #ffffff;
      margin-right: 10px; }
    footer .copyC .menuLinguas a:hover,
    footer .copyC .social a:hover {
      color: #000000;
      text-decoration: none; }

.listaProjectos {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .listaProjectos {
      margin-top: 30px;
      margin-bottom: 30px; } }
  .listaProjectos .btLoadMore.loading .loader {
    display: inline-block; }
  .listaProjectos .filtro {
    margin-bottom: 25px; }
  .listaProjectos .paginacao {
    margin-bottom: 30px;
    text-align: center; }
    .listaProjectos .paginacao a {
      cursor: pointer; }
      .listaProjectos .paginacao a .icon {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .listaProjectos .paginacao a .loader {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        position: relative;
        display: none;
        top: -2px; }
  .listaProjectos .item {
    margin-bottom: 30px; }
    .listaProjectos .item .imgC {
      position: relative;
      overflow: hidden; }
    .listaProjectos .item .img {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      position: relative;
      width: 100%;
      padding-bottom: 55%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .listaProjectos .item a {
      display: block; }
      .listaProjectos .item a .nome {
        margin-top: 10px;
        color: #000000; }
    .listaProjectos .item a:hover .img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .listaProjectos .item a:hover .nome {
      color: #B18531; }

.listaProjectos.home {
  margin-top: 0px;
  margin-bottom: 0px; }
  .listaProjectos.home .item a .nome {
    text-align: center; }
  .listaProjectos.home .local {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
    color: #8B8B8B; }

.destaquePropriedades {
  margin-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .destaquePropriedades {
      margin-bottom: 15px; } }
  .destaquePropriedades .swiper-slide {
    width: 50%; }
    @media (max-width: 991px) {
      .destaquePropriedades .swiper-slide {
        width: 90%;
        padding-bottom: 30px; } }
  .destaquePropriedades .swiper-button-prev::after,
  .destaquePropriedades .swiper-button-next::after {
    display: none; }
  .destaquePropriedades .swiper-button-next {
    left: 75%;
    top: auto;
    right: auto;
    bottom: 0px;
    width: 13px;
    height: 26px;
    margin-top: 0px;
    margin-left: 31px;
    background-image: url(../img/slide_right.svg);
    background-size: 13px 26px;
    background-repeat: no-repeat; }
  .destaquePropriedades .swiper-button-prev {
    left: 75%;
    top: auto;
    bottom: 0px;
    width: 13px;
    height: 26px;
    margin-top: 0px;
    margin-left: 5px;
    background-image: url(../img/slide_left.svg);
    background-size: 13px 26px;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .destaquePropriedades .swiper-button-next {
      left: 50%;
      margin-left: 13px; }
    .destaquePropriedades .swiper-button-prev {
      left: 50%;
      margin-left: -13px; } }
  .destaquePropriedades .item a {
    display: block;
    color: #1C2445; }
    .destaquePropriedades .item a .imgC {
      position: relative;
      overflow: hidden; }
    .destaquePropriedades .item a .img {
      position: relative;
      padding-bottom: 56%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      background-image: #000000;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .destaquePropriedades .item a .img::after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #000000;
      opacity: .6;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .destaquePropriedades .item a .nome {
      margin-top: 10px;
      font-size: 18px;
      font-size: 1.125rem;
      text-align: center; }
  .destaquePropriedades .item:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .destaquePropriedades .swiper-slide.swiper-slide-active .item a .img::after {
    opacity: 0; }

.destaquePropriedades.logo {
  padding-bottom: 40px;
  position: relative; }
  .destaquePropriedades.logo .swiper-button-next,
  .destaquePropriedades.logo .swiper-button-prev {
    left: 75%; }
  @media (max-width: 991px) {
    .destaquePropriedades.logo .swiper-button-next {
      left: 50%;
      margin-left: 13px; }
    .destaquePropriedades.logo .swiper-button-prev {
      left: 50%;
      margin-left: -13px; } }
  .destaquePropriedades.logo .swiper-slide {
    width: 50%; }
    @media (max-width: 991px) {
      .destaquePropriedades.logo .swiper-slide {
        width: 100%;
        padding-bottom: 0px; } }
  .destaquePropriedades.logo .item a .nome {
    display: none; }
  .destaquePropriedades.logo .item a .logotipo {
    display: none; }
  .destaquePropriedades.logo .areaExtra {
    position: absolute;
    bottom: 0px;
    left: 7%;
    z-index: 11;
    width: 30%; }
    @media (max-width: 991px) {
      .destaquePropriedades.logo .areaExtra {
        width: 100%;
        left: 0px;
        position: relative; } }
    .destaquePropriedades.logo .areaExtra .logotipo {
      width: 40%; }
      .destaquePropriedades.logo .areaExtra .logotipo img {
        width: 100%; }
      @media (max-width: 991px) {
        .destaquePropriedades.logo .areaExtra .logotipo {
          display: none;
          margin: auto;
          width: 200px; } }
    .destaquePropriedades.logo .areaExtra .areaT {
      padding: 20px;
      background-color: rgba(28, 36, 69, 0.9); }
      .destaquePropriedades.logo .areaExtra .areaT .nome {
        color: #ffffff;
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 1.1;
        min-height: 150px;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          .destaquePropriedades.logo .areaExtra .areaT .nome {
            min-height: 0px;
            font-size: 20px;
            font-size: 1.25rem; } }
      .destaquePropriedades.logo .areaExtra .areaT a.linkLinha {
        color: #ffffff; }
      .destaquePropriedades.logo .areaExtra .areaT a.linkLinha:hover {
        color: #B18531; }

.destaquePropriedades.logo::after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 25%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2; }
  @media (max-width: 991px) {
    .destaquePropriedades.logo::after {
      display: none; } }

.projectoDetalhe {
  position: relative;
  margin-top: -160px; }
  .projectoDetalhe .imagemTopo {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 70px;
    min-height: 350px; }
    @media (max-width: 991px) {
      .projectoDetalhe .imagemTopo {
        margin-bottom: 30px; } }
    .projectoDetalhe .imagemTopo .descricao {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 2;
      color: #ffffff; }
      .projectoDetalhe .imagemTopo .descricao > div {
        margin-top: auto;
        margin-bottom: auto; }
      .projectoDetalhe .imagemTopo .descricao .logotipo svg,
      .projectoDetalhe .imagemTopo .descricao .logotipo img {
        width: 300px; }
      .projectoDetalhe .imagemTopo .descricao .logotipo svg * {
        fill: #ffffff; }
      .projectoDetalhe .imagemTopo .descricao .nome {
        font-size: 53px;
        font-size: 3.3125rem;
        font-weight: 300;
        line-height: 1.2;
        /*max-width: 415px;*/ }
        @media (max-width: 991px) {
          .projectoDetalhe .imagemTopo .descricao .nome {
            font-size: 28px;
            font-size: 1.75rem; } }
  .projectoDetalhe .imagemTopo::after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50%;
    height: 50px;
    width: 1px;
    z-index: 2;
    background-color: #ffffff;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite  alternate; }
  .projectoDetalhe .imagemTopo::before {
    content: 'scroll';
    font-size: 12px;
    font-size: 0.75rem;
    color: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    z-index: 2;
    animation: mover 1s infinite alternate;
    -webkit-animation: mover 1s infinite  alternate; }
  .projectoDetalhe .desc {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .projectoDetalhe .desc {
        font-size: 28px;
        font-size: 1.75rem;
        margin-bottom: 30px; } }
  .projectoDetalhe .slideProjecto {
    margin-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px; }
    .projectoDetalhe .slideProjecto .swiper-slide {
      width: 50%; }
      @media (max-width: 991px) {
        .projectoDetalhe .slideProjecto .swiper-slide {
          width: 90%; } }
    .projectoDetalhe .slideProjecto .swiper-button-prev::after,
    .projectoDetalhe .slideProjecto .swiper-button-next::after {
      display: none; }
    .projectoDetalhe .slideProjecto .swiper-button-next {
      left: 75%;
      top: auto;
      right: auto;
      bottom: 0px;
      width: 13px;
      height: 26px;
      margin-top: 0px;
      margin-left: 31px;
      background-image: url(../img/slide_right.svg);
      background-size: 13px 26px;
      background-repeat: no-repeat; }
    .projectoDetalhe .slideProjecto .swiper-button-prev {
      left: 75%;
      top: auto;
      bottom: 0px;
      width: 13px;
      height: 26px;
      margin-top: 0px;
      margin-left: 5px;
      background-image: url(../img/slide_left.svg);
      background-size: 13px 26px;
      background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .projectoDetalhe .slideProjecto .swiper-button-next {
        left: 50%;
        margin-left: 13px; }
      .projectoDetalhe .slideProjecto .swiper-button-prev {
        left: 50%;
        margin-left: -13px; } }
    .projectoDetalhe .slideProjecto .item a {
      display: block;
      color: #1C2445; }
      .projectoDetalhe .slideProjecto .item a .img {
        position: relative;
        padding-bottom: 56%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: #000000; }
      .projectoDetalhe .slideProjecto .item a .img::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: .6;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
    .projectoDetalhe .slideProjecto .swiper-slide.swiper-slide-active .item a .img::after {
      opacity: 0; }
  .projectoDetalhe video {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .projectoDetalhe a.videoPlay {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../img/bt_video.svg");
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    opacity: 1;
    cursor: pointer; }
  .projectoDetalhe a.videoPlay.play {
    opacity: 0; }
  .projectoDetalhe a.video {
    background-image: url("../img/bt_video.svg");
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1C2445; }
  .projectoDetalhe .infoC {
    padding-bottom: 50px; }
    .projectoDetalhe .infoC h2 {
      margin-bottom: 30px; }
    .projectoDetalhe .infoC .area_1 {
      margin-bottom: 80px; }
      @media (max-width: 991px) {
        .projectoDetalhe .infoC .area_1 {
          margin-bottom: 15px; } }
      .projectoDetalhe .infoC .area_1 .container-fluid {
        padding: 0px !important; }
    .projectoDetalhe .infoC .logotipo img {
      width: 150px; }
    .projectoDetalhe .infoC .caracteristicas {
      color: #8B8B8B;
      font-size: 15px;
      font-size: 0.9375rem;
      margin-top: 50px; }
      .projectoDetalhe .infoC .caracteristicas h2 {
        text-align: center; }
      .projectoDetalhe .infoC .caracteristicas .item {
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #E9E9E9;
        border-bottom: 1px solid #E9E9E9;
        margin-bottom: -1px; }
      .projectoDetalhe .infoC .caracteristicas .img {
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 22px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: left top; }
    .projectoDetalhe .infoC .img_local {
      padding-bottom: 56%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media (min-width: 1200px) {
        .projectoDetalhe .infoC .img_local {
          margin-right: -100px; } }
    .projectoDetalhe .infoC .link_360 {
      display: inline-block;
      text-align: center; }
      .projectoDetalhe .infoC .link_360 img {
        width: 50px; }
    .projectoDetalhe .infoC .goldenVisa {
      margin-top: 50px;
      text-align: center; }
      .projectoDetalhe .infoC .goldenVisa > div {
        display: inline-block;
        color: #ffffff;
        font-size: 17px;
        font-size: 1.0625rem;
        font-weight: 700;
        text-transform: uppercase;
        padding: 10px 40px;
        background-color: #B18531; }
    .projectoDetalhe .infoC .linkB {
      text-align: right; }
    .projectoDetalhe .infoC .link {
      margin-bottom: 30px; }
      .projectoDetalhe .infoC .link a {
        margin-right: 15px; }
  .projectoDetalhe .parceiros {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f6f6f6; }
    .projectoDetalhe .parceiros img {
      margin-bottom: 15px;
      margin-left: 15px;
      margin-right: 15px; }
    .projectoDetalhe .parceiros h4 {
      font-size: 12px;
      font-size: 0.75rem;
      text-transform: uppercase;
      color: #8B8B8B;
      margin-bottom: 20px; }
  .projectoDetalhe .linkVoltar {
    margin-bottom: 20px;
    text-align: center; }

#menuProjectosPrivado {
  background-color: #1C2445;
  margin-bottom: 30px;
  margin-top: -88px;
  font-size: 16px;
  font-size: 1rem;
  text-align: center; }
  #menuProjectosPrivado .img {
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 10px; }
  #menuProjectosPrivado .img._1 {
    background-image: url(../img/icon_1_off.svg); }
  #menuProjectosPrivado .img._2 {
    background-image: url(../img/icon_2_off.svg); }
  #menuProjectosPrivado .img._3 {
    background-image: url(../img/icon_3_off.svg); }
  #menuProjectosPrivado .img._4 {
    background-image: url(../img/icon_4_off.svg); }
  #menuProjectosPrivado .active .img._1,
  #menuProjectosPrivado .img:hover._1 {
    background-image: url(../img/icon_1_on.svg); }
  #menuProjectosPrivado .active .img._2,
  #menuProjectosPrivado .img:hover._2 {
    background-image: url(../img/icon_2_on.svg); }
  #menuProjectosPrivado .active .img._3,
  #menuProjectosPrivado .img:hover._3 {
    background-image: url(../img/icon_3_on.svg); }
  #menuProjectosPrivado .active .img._4,
  #menuProjectosPrivado .img:hover._4 {
    background-image: url(../img/icon_4_on.svg); }
  #menuProjectosPrivado a {
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #1C2445;
    color: #F7F0E4;
    text-decoration: none;
    padding-top: 30px;
    padding-bottom: 30px; }
    #menuProjectosPrivado a .novidades {
      position: absolute;
      top: 5px;
      left: 50%;
      margin-left: -6px;
      z-index: 4;
      color: red;
      font-size: 12px;
      font-size: 0.75rem; }

.projectoDetalheP {
  position: relative; }
  .projectoDetalheP .listaPastasC {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem; }
    .projectoDetalheP .listaPastasC a {
      color: #000000;
      display: inline-block;
      margin-right: 20px;
      margin-bottom: 10px; }
    .projectoDetalheP .listaPastasC a:hover,
    .projectoDetalheP .listaPastasC a.active {
      color: #B18531; }
  @media (min-width: 1200px) {
    .projectoDetalheP .listaPastas {
      position: absolute;
      width: 150px;
      right: -150px;
      top: 0px;
      padding-left: 5px; }
      .projectoDetalheP .listaPastas a {
        margin-right: 0px;
        display: block; } }
  .projectoDetalheP .listaNoticiasPrivadas {
    margin-top: 60px;
    margin-bottom: 0px; }
  .projectoDetalheP .imagemTopo {
    margin-top: -160px;
    position: relative;
    padding-bottom: 26%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 400px; }
    .projectoDetalheP .imagemTopo > div {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      padding-left: 5px;
      padding-right: 5px;
      text-align: center;
      color: #ffffff;
      font-size: 40px;
      font-size: 2.5rem;
      background-color: rgba(0, 0, 0, 0.4); }
      @media (max-width: 991px) {
        .projectoDetalheP .imagemTopo > div {
          font-size: 26px;
          font-size: 1.625rem; } }
  .projectoDetalheP .carousel-control-prev {
    background-image: url(../img/slide_left.svg);
    width: 13px;
    height: 26px;
    background-size: 13px 26px;
    background-repeat: no-repeat;
    left: auto;
    top: auto;
    bottom: -40px;
    right: 30px; }
  .projectoDetalheP .carousel-control-next {
    background-image: url(../img/slide_right.svg);
    width: 13px;
    height: 26px;
    background-size: 13px 26px;
    background-repeat: no-repeat;
    top: auto;
    bottom: -40px;
    right: 0px; }
  .projectoDetalheP .carousel-control-next, .projectoDetalheP .carousel-control-prev {
    z-index: 3; }
  .projectoDetalheP .carousel-item {
    position: relative;
    padding-bottom: 56%;
    background-color: #1C2445;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .projectoDetalheP .carousel-item video {
      position: absolute;
      z-index: 1;
      display: block;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
    .projectoDetalheP .carousel-item a.videoPlay {
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-image: url("../img/bt_video.svg");
      background-size: 56px 56px;
      background-repeat: no-repeat;
      background-position: center center;
      z-index: 2;
      opacity: 1;
      cursor: pointer; }
    .projectoDetalheP .carousel-item a.videoPlay.play {
      opacity: 0; }
    .projectoDetalheP .carousel-item a.linkBig {
      position: absolute;
      display: block;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .projectoDetalheP .imagemC {
    margin-top: 60px;
    margin-bottom: 35px; }
  .projectoDetalheP .thumbsC {
    margin-top: 15px;
    padding-right: 70px; }
    @media (max-width: 991px) {
      .projectoDetalheP .thumbsC .tbs {
        display: none; } }
    .projectoDetalheP .thumbsC .tbs .row {
      margin-left: -12px;
      margin-right: -12px; }
      .projectoDetalheP .thumbsC .tbs .row > div {
        padding-left: 12px;
        padding-right: 12px; }
    .projectoDetalheP .thumbsC .tbs a {
      cursor: pointer;
      display: block;
      padding-bottom: 56%;
      background-color: #1C2445;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      margin-bottom: 24px;
      opacity: 1; }
    .projectoDetalheP .thumbsC .tbs a:hover,
    .projectoDetalheP .thumbsC .tbs a.active {
      opacity: .5; }
    .projectoDetalheP .thumbsC .tbs a.video {
      background-image: url("../img/bt_video.svg");
      background-size: 56px 56px;
      background-repeat: no-repeat;
      background-position: center center;
      background-color: #1C2445; }

.listaRelatorios .item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1C2445; }
  .listaRelatorios .item .data {
    font-size: 14px;
    font-size: 0.875rem;
    color: #1C2445; }
  .listaRelatorios .item .nome {
    font-size: 16px;
    font-size: 1rem;
    color: #000000; }
  .listaRelatorios .item a {
    display: inline-block;
    width: 22px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../img/icon_download.svg); }

.listaImagens .item {
  margin-bottom: 30px; }
  .listaImagens .item img {
    width: 100%; }
  .listaImagens .item a {
    display: block;
    position: relative; }
  .listaImagens .item a::after {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 34px;
    background-image: url(../img/icon_download_img.svg);
    background-color: rgba(0, 0, 0, 0); }
  .listaImagens .item a:hover::after {
    background-color: rgba(0, 0, 0, 0.7); }

.listaVideos .item {
  margin-bottom: 30px; }
  .listaVideos .item img {
    width: 100%; }
  .listaVideos .item a.download {
    font-size: 14px;
    font-size: 0.875rem;
    color: #1C2445;
    margin-top: 10px;
    display: inline-block; }
  .listaVideos .item a.download:hover {
    color: #B18531; }
  .listaVideos .item div.videoC {
    position: relative;
    padding-bottom: 56%;
    display: block; }
    .listaVideos .item div.videoC video {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .listaVideos .item a.video {
    padding-bottom: 56%;
    display: block;
    position: relative; }
    .listaVideos .item a.video video {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
  .listaVideos .item a.video::after {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 21px 34px;
    background-image: url(../img/icon_download_img.svg);
    background-color: rgba(0, 0, 0, 0.1); }
  .listaVideos .item a.video:hover::after {
    background-color: rgba(0, 0, 0, 0.7); }

.smartDiv .item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 75px;
  min-height: 60px;
  font-size: 14px;
  font-size: 0.875rem; }
  .smartDiv .item .letra {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -30px;
    font-size: 32px;
    font-size: 2rem;
    display: inline-block;
    text-align: center;
    width: 60px;
    height: 60px;
    background-color: #1C2445;
    color: #ffffff;
    line-height: 60px; }

.listaMetodologia {
  margin-top: 20px;
  margin-bottom: 50px; }
  .listaMetodologia .card {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 1px; }
    .listaMetodologia .card .container-fluid {
      padding: 0px; }
    .listaMetodologia .card .btNome {
      position: relative;
      background-color: #ffffff;
      color: #ffffff;
      cursor: pointer;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      padding: 10px;
      padding-right: 30px;
      padding-left: 100px; }
      @media (max-width: 991px) {
        .listaMetodologia .card .btNome {
          padding-left: 10px;
          font-size: 16px;
          font-size: 1rem; } }
      .listaMetodologia .card .btNome .fase {
        display: inline-block;
        color: #1C2445; }
      .listaMetodologia .card .btNome .nome {
        display: none; }
      .listaMetodologia .card .btNome .seta {
        position: absolute;
        top: 10px;
        right: 15px;
        color: #1C2445;
        font-size: 22px;
        font-size: 1.375rem; }
        .listaMetodologia .card .btNome .seta > i {
          position: absolute;
          top: 0px;
          right: 0px;
          opacity: 1;
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease; }
        .listaMetodologia .card .btNome .seta .down {
          opacity: 0; }
    .listaMetodologia .card .btNome.collapsed {
      background-color: #E9E9E9;
      color: #8B8B8B; }
      .listaMetodologia .card .btNome.collapsed .nome {
        display: inline-block; }
      .listaMetodologia .card .btNome.collapsed .seta .down {
        opacity: 1; }
      .listaMetodologia .card .btNome.collapsed .seta .up {
        opacity: 0; }
    .listaMetodologia .card .btNome:hover {
      background-color: #ffffff; }
    .listaMetodologia .card .card-body {
      position: relative;
      padding-top: 0px;
      padding-left: 100px; }
      @media (max-width: 991px) {
        .listaMetodologia .card .card-body {
          padding-left: 80px; } }
      .listaMetodologia .card .card-body .icon {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 90px;
        height: 90px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
        @media (max-width: 991px) {
          .listaMetodologia .card .card-body .icon {
            width: 70px;
            height: 70px; } }
      .listaMetodologia .card .card-body .nome {
        font-size: 40px;
        font-size: 2.5rem;
        color: #8B8B8B; }
        @media (max-width: 991px) {
          .listaMetodologia .card .card-body .nome {
            font-size: 30px;
            font-size: 1.875rem; } }
      .listaMetodologia .card .card-body ul {
        margin: 0px;
        padding: 0px;
        list-style: none; }
        .listaMetodologia .card .card-body ul li {
          margin-bottom: 5px; }

.listaEquipa {
  margin-top: 50px; }
  .listaEquipa .admin {
    margin-bottom: 80px; }
    .listaEquipa .admin .item {
      position: relative;
      padding-top: 100px;
      padding-bottom: 100px;
      margin-bottom: 30px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      color: #1C2445; }
      .listaEquipa .admin .item .texto {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 300;
        font-style: italic; }
      .listaEquipa .admin .item .areas {
        color: #8B8B8B; }
      .listaEquipa .admin .item .img {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 50%;
        top: 50px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center bottom; }
      @media (max-width: 991px) {
        .listaEquipa .admin .item {
          padding-top: 30px;
          padding-bottom: 0px; }
          .listaEquipa .admin .item .texto {
            font-size: 22px;
            font-size: 1.375rem;
            font-weight: 300;
            font-style: italic; }
          .listaEquipa .admin .item .img {
            margin-top: 30px;
            position: relative;
            top: 0px !important;
            left: 0px !important;
            width: 100%;
            height: 400px; } }
    .listaEquipa .admin .item._0 {
      background-image: url(../img/fundo_admin_1.jpg); }
    .listaEquipa .admin .item._1 {
      background-image: url(../img/fundo_admin_2.jpg); }
      .listaEquipa .admin .item._1 .img {
        left: 50%; }

.gruposEquipa {
  margin-top: 20px;
  margin-bottom: 50px; }
  .gruposEquipa .card {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 1px; }
    .gruposEquipa .card .container-fluid {
      padding: 0px; }
    .gruposEquipa .card .btNome {
      position: relative;
      background-color: #1C2445;
      color: #ffffff;
      cursor: pointer;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      padding: 10px;
      padding-right: 30px; }
      .gruposEquipa .card .btNome .seta {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 22px;
        font-size: 1.375rem; }
        .gruposEquipa .card .btNome .seta > i {
          position: absolute;
          top: 0px;
          right: 0px;
          opacity: 1;
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease; }
        .gruposEquipa .card .btNome .seta .down {
          opacity: 0; }
    .gruposEquipa .card .btNome.collapsed {
      background-color: #E9E9E9;
      color: #1C2445; }
      .gruposEquipa .card .btNome.collapsed .seta .down {
        opacity: 1; }
      .gruposEquipa .card .btNome.collapsed .seta .up {
        opacity: 0; }
    .gruposEquipa .card .btNome:hover {
      background-color: #1C2445;
      color: #ffffff; }

.logosEquipa {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f6f6f6; }
  .logosEquipa img {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px; }
  .logosEquipa h4 {
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #8B8B8B;
    margin-bottom: 20px; }
  .logosEquipa h4::before {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    display: block;
    margin-bottom: 10px; }
  .logosEquipa h4:first-of-type::before {
    display: none; }

#menuTopoPrivado {
  position: absolute;
  top: 30px;
  right: 80px;
  z-index: 2; }
  @media (max-width: 991px) {
    #menuTopoPrivado {
      top: 10px;
      z-index: 15; } }
  #menuTopoPrivado ul {
    list-style: none;
    margin: 0px;
    padding: 0px; }
    #menuTopoPrivado ul li {
      margin-left: 15px;
      display: inline-block; }

body.topoImagem #menuTopoPrivado ul li a.linkLinha {
  color: #ffffff; }
body.topoImagem #menuTopoPrivado ul li a.linkLinha:hover {
  color: #B18531; }

.menuClienteTopo {
  text-align: center;
  color: #ffffff;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  /*    a{
          background-color: $corBeje;
          color: $corAzul;
          padding: 4px 10px;
          @include font-size(12);
      }
      a:hover{
          color: $corAzulClaro;
          text-decoration: none; 
      }*/ }
  .menuClienteTopo .nome {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 10px; }
  @media (max-width: 767px) {
    .menuClienteTopo {
      margin-left: 0px;
      margin-top: 15px;
      margin-bottom: 20px; } }

/*.clienteMenuArea{
    border: 1px solid $corPreto;
    
    .titulo{
        background-color: $corPreto;
        color: $corBranco;
        padding: 5px 10px;
    }
    
    
    a{
        display: block;
        color: $corPreto;
        padding: 5px 10px;
    }
    a.active,
    a:hover{
        text-decoration: none;
        background-color: $corCinza;
    }
}*/
.clienteLogin,
.clienteRegisto,
.clientePerfil,
.clienteRecuperar,
.produtosFavoritos,
.clienteMoradas {
  margin-top: 160px; }
  .clienteLogin .btn-link,
  .clienteRegisto .btn-link,
  .clientePerfil .btn-link,
  .clienteRecuperar .btn-link,
  .produtosFavoritos .btn-link,
  .clienteMoradas .btn-link {
    color: #1C2445; }
  .clienteLogin .form-group,
  .clienteRegisto .form-group,
  .clientePerfil .form-group,
  .clienteRecuperar .form-group,
  .produtosFavoritos .form-group,
  .clienteMoradas .form-group {
    margin-bottom: 30px; }

.areaListaProjectos {
  margin-bottom: 60px;
  position: relative; }
  .areaListaProjectos h2 {
    text-align: center;
    margin-bottom: 30px; }
  .areaListaProjectos .item {
    position: relative; }
    .areaListaProjectos .item .novidades {
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: 4;
      color: red;
      font-size: 12px;
      font-size: 0.75rem; }
    .areaListaProjectos .item a.notificacoes {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 4;
      text-shadow: 0px 0px 5px white;
      color: #ffffff !important; }
      .areaListaProjectos .item a.notificacoes .loader,
      .areaListaProjectos .item a.notificacoes i {
        position: absolute;
        top: 0px;
        right: 0px;
        opacity: 0;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .areaListaProjectos .item a.notificacoes .inactivo {
        z-index: 2;
        opacity: 1; }
    .areaListaProjectos .item a.notificacoes.active .activo {
      z-index: 3;
      opacity: 1; }
    .areaListaProjectos .item a.notificacoes.active .inactivo {
      opacity: 0; }
    .areaListaProjectos .item a.notificacoes.loading .loader {
      opacity: 1; }
    .areaListaProjectos .item a.notificacoes.loading i {
      opacity: 0 !important; }
    .areaListaProjectos .item a.notificacoes:hover {
      color: #ffffff !important; }
    .areaListaProjectos .item a.link {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 3; }
    .areaListaProjectos .item .img {
      position: relative;
      padding-bottom: 49%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .areaListaProjectos .item .area {
      position: absolute;
      color: #ffffff;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      background-color: rgba(0, 0, 0, 0.3); }
      .areaListaProjectos .item .area h2 {
        color: #ffffff; }
      .areaListaProjectos .item .area > div {
        width: 100%;
        text-align: center;
        margin-top: auto;
        margin-bottom: auto; }
  .areaListaProjectos .item:hover {
    cursor: pointer; }
    .areaListaProjectos .item:hover .area {
      background-color: rgba(0, 0, 0, 0.9); }

#btConsentC,
#loginF {
  display: none; }

.clienteLoginConsent {
  text-align: left;
  font-weight: 400;
  background-color: #1C2445;
  padding: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff; }
  .clienteLoginConsent h2 {
    color: #ffffff; }

.listaNoticiasPrivadas {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #E9E9E9;
  margin-bottom: 50px; }

.listaNoticias {
  margin-top: 50px; }
  .listaNoticias .filtro {
    margin-bottom: 25px; }
  .listaNoticias .btLoadMore.loading .loader {
    display: inline-block; }
  .listaNoticias .paginacao {
    margin-bottom: 30px;
    text-align: center; }
    .listaNoticias .paginacao a {
      cursor: pointer; }
      .listaNoticias .paginacao a .icon {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .listaNoticias .paginacao a .loader {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        position: relative;
        display: none;
        top: -2px; }
  .listaNoticias .card-columns {
    column-count: 2; }
    @media (max-width: 767px) {
      .listaNoticias .card-columns {
        column-count: 1; } }
  .listaNoticias .card {
    border: 0px; }
  .listaNoticias .item {
    margin-bottom: 30px; }
    .listaNoticias .item a {
      color: #000000;
      text-decoration: none;
      display: block; }
      .listaNoticias .item a .imgC {
        position: relative;
        overflow: hidden; }
      .listaNoticias .item a .img {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        padding-bottom: 55%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      .listaNoticias .item a .img.noImage {
        background-image: url(../img/logotipo.svg);
        background-size: 100px 100px;
        background-color: #ffffff; }
      .listaNoticias .item a .nome {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1.3;
        color: #1C2445;
        margin-bottom: 10px; }
      .listaNoticias .item a .data {
        margin-top: 10px;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 10px;
        color: #8B8B8B; }
      .listaNoticias .item a .tag {
        margin-top: 10px;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 10px;
        color: #8B8B8B; }
      .listaNoticias .item a .texto_desc {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 300; }
    .listaNoticias .item a:hover .img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .listaNoticias .item a:hover .nome {
      color: #B18531; }

.listaLastNoticias {
  margin-bottom: 50px;
  margin-top: 50px; }
  .listaLastNoticias .item {
    margin-bottom: 30px;
    margin-left: 2px;
    margin-right: 2px; }
    .listaLastNoticias .item a {
      color: #000000;
      text-decoration: none;
      display: block; }
      .listaLastNoticias .item a .imgC {
        position: relative;
        overflow: hidden; }
      .listaLastNoticias .item a .img {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        padding-bottom: 55%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      .listaLastNoticias .item a .img.noImage {
        background-image: url(../img/logotipo.svg);
        background-size: 100px 100px;
        background-color: #ffffff; }
      .listaLastNoticias .item a .nome {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.3;
        color: #1C2445;
        margin-bottom: 10px; }
      .listaLastNoticias .item a .data {
        margin-top: 10px;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 10px;
        color: #8B8B8B; }
      .listaLastNoticias .item a .tag {
        margin-top: 10px;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 10px;
        color: #8B8B8B; }
    .listaLastNoticias .item a:hover .img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .listaLastNoticias .item a:hover .nome {
      color: #B18531; }

.noticiaDetalhe {
  margin-bottom: 30px; }
  .noticiaDetalhe .img {
    margin-top: 30px;
    margin-bottom: 30px; }
    .noticiaDetalhe .img img {
      width: 100%; }
  .noticiaDetalhe .data {
    font-size: 14px;
    font-size: 0.875rem;
    color: #1D1D1B;
    margin-bottom: 15px; }
  .noticiaDetalhe .link {
    text-align: center; }
  .noticiaDetalhe .share a {
    color: #000000;
    margin-right: 10px; }
  .noticiaDetalhe .share a:hover {
    color: #B18531;
    text-decoration: none; }

.noticiasRel {
  margin-top: 30px;
  text-align: center; }

.noticiasRel.noTop {
  margin-top: 0px; }
  .noticiasRel.noTop .listaLastNoticias {
    margin-top: 0px; }

.listaOportunidades {
  margin-top: 40px;
  margin-bottom: 30px; }
  .listaOportunidades .card {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 1px; }
    .listaOportunidades .card .container-fluid {
      padding: 0px; }
    .listaOportunidades .card .btNome {
      position: relative;
      background-color: #1C2445;
      color: #ffffff;
      cursor: pointer;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      padding: 10px;
      padding-right: 30px; }
      .listaOportunidades .card .btNome .seta {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 22px;
        font-size: 1.375rem; }
        .listaOportunidades .card .btNome .seta > i {
          position: absolute;
          top: 0px;
          right: 0px;
          opacity: 1;
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease; }
        .listaOportunidades .card .btNome .seta .down {
          opacity: 0; }
    .listaOportunidades .card .btNome.collapsed {
      background-color: #E9E9E9;
      color: #1C2445; }
      .listaOportunidades .card .btNome.collapsed .seta .down {
        opacity: 1; }
      .listaOportunidades .card .btNome.collapsed .seta .up {
        opacity: 0; }
    .listaOportunidades .card .btNome:hover {
      background-color: #1C2445;
      color: #ffffff; }

.historiaTimeline {
  position: relative; }
  .historiaTimeline .topo {
    position: relative;
    background-color: #1C2445;
    margin-bottom: 30px; }
  .historiaTimeline .topo::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #1C2445; }
  .historiaTimeline .slideTimelineAno {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #8B8B8B;
    background-color: #1C2445; }
    .historiaTimeline .slideTimelineAno .swiper-slide {
      text-align: center;
      vertical-align: bottom;
      width: 120px;
      height: 60px;
      padding-top: 22px;
      color: #8B8B8B;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      cursor: pointer; }
    .historiaTimeline .slideTimelineAno .swiper-slide-active {
      padding-top: 0px;
      color: #ffffff;
      font-size: 40px;
      font-size: 2.5rem; }
  .historiaTimeline .slideTimelineMeses {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1C2445; }
    .historiaTimeline .slideTimelineMeses .swiper-slide {
      text-align: center;
      width: auto;
      padding-left: 15px;
      padding-right: 15px;
      color: #8B8B8B;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      cursor: pointer; }
    .historiaTimeline .slideTimelineMeses .swiper-slide-active {
      color: #ffffff; }
  .historiaTimeline #galeriaTimeline {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    opacity: 1; }
  .historiaTimeline #galeriaTimeline.loading {
    opacity: .3; }
  .historiaTimeline .slideTimeline {
    margin: auto;
    margin-bottom: 50px;
    width: 100%; }
    @media (min-width: 992px) {
      .historiaTimeline .slideTimeline {
        width: 70%; }
        .historiaTimeline .slideTimeline .swiper-slide {
          padding-left: 50px;
          padding-right: 50px; } }
    .historiaTimeline .slideTimeline .swiper-button-prev::after,
    .historiaTimeline .slideTimeline .swiper-button-next::after {
      display: none; }
    .historiaTimeline .slideTimeline .swiper-button-next {
      width: 13px;
      height: 26px;
      background-image: url(../img/slide_right.svg);
      background-size: 13px 26px;
      background-repeat: no-repeat; }
    .historiaTimeline .slideTimeline .swiper-button-prev {
      width: 13px;
      height: 26px;
      background-image: url(../img/slide_left.svg);
      background-size: 13px 26px;
      background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .historiaTimeline .slideTimeline .swiper-button-next,
      .historiaTimeline .slideTimeline .swiper-button-prev {
        top: 40%; } }
    .historiaTimeline .slideTimeline .item .img {
      padding-bottom: 56%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .historiaTimeline .slideTimeline .item .nome {
      margin-top: 10px;
      text-align: center; }
      .historiaTimeline .slideTimeline .item .nome p {
        margin-bottom: 0px; }
    .historiaTimeline .slideTimeline .item .data {
      text-align: center; }
    .historiaTimeline .slideTimeline .item .link {
      text-align: center; }
      .historiaTimeline .slideTimeline .item .link a {
        margin-top: 15px; }


  .phone-container {
    position: relative;
  }

  .intl-tel-input {
    width: 100%;
  }

  .intl-tel-input .selected-flag {
    z-index: 4;
  }

  .intl-tel-input .country-list {
    z-index: 5;
    max-height: 300px;
    overflow-y: auto;
  }

  .intl-tel-input .flag-container {
    margin-right: 10px;
  }

  .intl-tel-input input {
    width: 100%;
    padding-left: 58px !important; /* para o espaço da flag */
  }

  .intl-tel-input .iti__selected-flag {
    top: 50%;
    transform: translateY(-50%);
  }

/*# sourceMappingURL=layout.css.map */
