@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700";
@import url("fonts/Replica-Pro/ReplicaPro.css");
@import url("fonts/Replica-Pro/ReplicaPro-Bold.css");
html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  image-rendering: -webkit-optimize-contrast; }

@media (max-width: 767px) {
  body {
    padding-top: 50px; } }
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; }

body.modal-open {
  overflow: auto; }

.lg-outer {
  z-index: 1052; }

.lg-backdrop {
  z-index: 1051; }

main {
  overflow: hidden; }

#conteudo {
  /*margin-top: 30px;*/ }

/*.imgTopo{
    position: relative;
    height: 380px;
    color: $corBranco;
    text-align: left;
    @include font-size(46);
    font-weight: $fontWBold;
    
    margin-top: -30px;
    margin-bottom: 30px;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    
    @include respond-below("sm"){
        height: 250px;
        @include font-size(28);
    }
}*/
.topoGrande {
  position: relative;
  width: 100%;
  padding-bottom: 33%;
  /*background-color: $corPreto;*/
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 50px; }
  .topoGrande .texto {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.15); }
    .topoGrande .texto .nome {
      font-family: "ReplicaPro";
      font-weight: 700;
      font-size: 43px;
      font-size: 2.6875rem; }
    .topoGrande .texto .descricao {
      margin-top: -10px;
      margin-bottom: 10px; }
    .topoGrande .texto .caminho {
      margin-top: 30px;
      font-size: 15px;
      font-size: 0.9375rem; }
      .topoGrande .texto .caminho a {
        cursor: pointer;
        color: #ffffff;
        text-decoration: none; }
      .topoGrande .texto .caminho a:hover {
        color: #999; }
    @media (max-width: 991px) {
      .topoGrande .texto .nome {
        font-family: "ReplicaPro";
        font-size: 28px;
        font-size: 1.75rem; }
      .topoGrande .texto .descricao {
        margin-bottom: 0px; }
      .topoGrande .texto .caminho {
        display: none; } }
    .topoGrande .texto > div {
      margin-top: auto;
      margin-bottom: auto; }

.descricaoTopoM {
  background-color: #000000;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: -1px;
  display: none; }
  .descricaoTopoM .nome {
    font-family: "ReplicaPro";
    font-weight: 700;
    font-size: 43px;
    font-size: 2.6875rem; }
    @media (max-width: 991px) {
      .descricaoTopoM .nome {
        font-size: 22px;
        font-size: 1.375rem; } }
  .descricaoTopoM p:last-child {
    margin-bottom: 0px; }
  @media (max-width: 991px) {
    .descricaoTopoM {
      display: block; } }

.topoGrande.familia {
  margin-bottom: 0px;
  padding-bottom: 36.66%; }
  .topoGrande.familia .imgMobile {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: none; }
  @media (max-width: 991px) {
    .topoGrande.familia {
      padding-bottom: 100%; }
      .topoGrande.familia .imgMobile {
        display: block; } }
  .topoGrande.familia .texto {
    /*background-color: transparent;*/ }
    .topoGrande.familia .texto > div {
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%; }
    .topoGrande.familia .texto .nome {
      margin-top: auto;
      margin-bottom: 20px; }
      @media (min-width: 1200px) {
        .topoGrande.familia .texto .nome {
          /*margin-top: 280px;*/ } }
    .topoGrande.familia .texto .descricao {
      max-width: 400px;
      margin-bottom: auto; }
    .topoGrande.familia .texto .caminho {
      margin-bottom: 30px; }

.topoGrande.noImage {
  color: #000000;
  padding-top: 7px;
  padding-bottom: 0px;
  margin-bottom: 45px;
  background-image: none !important; }
  .topoGrande.noImage .texto {
    position: relative;
    background-color: #ffffff; }
    .topoGrande.noImage .texto .caminho a {
      color: #000000; }
    .topoGrande.noImage .texto .caminho a:hover {
      color: #999; }

@media (max-width: 991px) {
  .topoGrande.familia .texto {
    visibility: hidden; } }
h2 {
  font-size: 30px;
  font-size: 1.875rem; }

h3 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.4; }
  h3 strong,
  h3 b {
    font-weight: 700; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4; }
  h4 strong,
  h4 b {
    font-weight: 700; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6; }
  h5 strong,
  h5 b {
    font-weight: 700; }

h1.linha,
h2.linha,
h3.linha,
h4.linha,
h5.linha {
  padding-bottom: 4px;
  border-bottom: 1px solid #ffffff; }

.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%; }

.slideEffect,
.slideBaseRef,
.slideBase {
  position: relative;
  width: 100%; }
  .slideEffect .nav,
  .slideBaseRef .nav,
  .slideBase .nav {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 130px;
    width: 100%; }
    .slideEffect .nav .container,
    .slideBaseRef .nav .container,
    .slideBase .nav .container {
      position: relative; }
  .slideEffect .swiper-button-next,
  .slideEffect .swiper-button-prev,
  .slideBaseRef .swiper-button-next,
  .slideBaseRef .swiper-button-prev,
  .slideBase .swiper-button-next,
  .slideBase .swiper-button-prev {
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem; }
  .slideEffect .swiper-button-prev .legenda,
  .slideBaseRef .swiper-button-prev .legenda,
  .slideBase .swiper-button-prev .legenda {
    position: absolute;
    left: 25px;
    top: 13px;
    white-space: nowrap;
    font-size: 12px;
    font-size: 0.75rem; }
  .slideEffect .swiper-button-next .legenda,
  .slideBaseRef .swiper-button-next .legenda,
  .slideBase .swiper-button-next .legenda {
    position: absolute;
    right: 25px;
    top: 13px;
    white-space: nowrap;
    font-size: 12px;
    font-size: 0.75rem; }
  .slideEffect .swiper-button-next::after,
  .slideEffect .swiper-button-prev::after,
  .slideBaseRef .swiper-button-next::after,
  .slideBaseRef .swiper-button-prev::after,
  .slideBase .swiper-button-next::after,
  .slideBase .swiper-button-prev::after {
    display: none; }
  .slideEffect .swiper-slide,
  .slideBaseRef .swiper-slide,
  .slideBase .swiper-slide {
    position: relative; }
  .slideEffect .video_contain,
  .slideBaseRef .video_contain,
  .slideBase .video_contain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    @media (max-width: 1199px) {
      .slideEffect .video_contain,
      .slideBaseRef .video_contain,
      .slideBase .video_contain {
        height: 100vw; } }
    .slideEffect .video_contain iframe,
    .slideEffect .video_contain video,
    .slideBaseRef .video_contain iframe,
    .slideBaseRef .video_contain video,
    .slideBase .video_contain iframe,
    .slideBase .video_contain video {
      position: relative;
      z-index: 1;
      border: 0px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; }

#slide_galeria_1.slideBase .swiper-slide .imgMobile {
  position: relative;
  z-index: 1;
  padding-bottom: 100%;
  display: none; }
  @media (max-width: 1199px) {
    #slide_galeria_1.slideBase .swiper-slide .imgMobile {
      display: block; } }
  #slide_galeria_1.slideBase .swiper-slide .imgMobile img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
#slide_galeria_1.slideBase .swiper-slide .img {
  position: relative;
  /*width: 100%;*/
  /*padding-bottom: 60%;*/
  z-index: 1;
  /*            img{
                  position: absolute;
                  left: 0px;
                  top: 0px;
                  background-color: $corPreto;
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  object-position: center center;
              }*/ }
  @media (max-width: 1199px) {
    #slide_galeria_1.slideBase .swiper-slide .img {
      display: none; } }

@media (max-width: 991px) {
  #slide_galeria_1.slideBase .swiper-pagination {
    top: calc(100vw - 30px);
    bottom: auto; } }
.slideBase .swiper-slide img {
  width: 100%; }
@media (max-width: 1199px) {
  .slideBase .swiper-slide .img {
    display: none; } }
.slideBase .swiper-slide .imgMobile {
  width: 100%;
  display: none; }
  @media (max-width: 1199px) {
    .slideBase .swiper-slide .imgMobile {
      display: block; } }
.slideBase .swiper-slide.temVideo .imgMobile,
.slideBase .swiper-slide.temVideo .img {
  visibility: hidden; }
.slideBase .swiper-slide.temLegenda .img::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15); }
.slideBase .swiper-slide.temLegenda .legenda {
  position: relative;
  background-color: #000000;
  padding-bottom: 40px;
  color: #ffffff;
  z-index: 5; }
  @media (min-width: 992px) {
    .slideBase .swiper-slide.temLegenda .legenda {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: transparent;
      padding-bottom: 0px; } }
  .slideBase .swiper-slide.temLegenda .legenda .nome {
    margin-top: 15px;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .slideBase .swiper-slide.temLegenda .legenda .nome {
        margin-top: 100px; } }
  .slideBase .swiper-slide.temLegenda .legenda .descricao a {
    color: #ffffff;
    text-decoration: underline; }
  .slideBase .swiper-slide.temLegenda .legenda .descricao a:hover {
    text-decoration: none; }
  .slideBase .swiper-slide.temLegenda .legenda .link {
    margin-top: 40px; }

.slideEffect .swiper-slide .legenda {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  width: 100%;
  z-index: 5;
  color: #ffffff; }
  .slideEffect .swiper-slide .legenda .nome {
    font-size: 13px;
    font-size: 0.8125rem; }
  .slideEffect .swiper-slide .legenda .descricao {
    font-weight: 700; }

.slideEffect#slide_Finishes .swiper-slide .legenda {
  color: #000000; }

/*
#slide_galeria_1.slideBase{
    .swiper-slide{
        .img{
            padding-bottom: 41.6%;
            
            @include respond-below("md"){
                padding-bottom: 0px;
                height: 400px;
            }
        }
        
    }
}*/
.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0px;
  background: #e0e0d8;
  opacity: 1; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #b4b4ac; }

.custom-select,
.form-control {
  display: block;
  width: 100%;
  background-color: #ffffff;
  /*background-image: none;*/
  border: 1px solid #e7e8e9;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z'/%3E%3C/svg%3E"); }

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

.btn {
  position: relative;
  border-radius: 0px;
  /*    text-transform: uppercase;*/
  letter-spacing: .75px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 9px;
  padding-left: 30px;
  padding-right: 30px; }

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

.btn-primary {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }

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

.btn-secondary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000; }

.btn-secondary:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff; }

.btn-outline-primary {
  border-color: #ffffff;
  color: #ffffff; }

.btn-outline-primary:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000; }

.btn-outline-secondary {
  border-color: #000000;
  color: #000000; }

.btn-outline-secondary:hover {
  border-color: #000000;
  background-color: #000000;
  color: #ffffff; }

#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,
div:focus,
div.active.focus,
div.active:focus,
div.focus,
div:active.focus,
div:active:focus,
div:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button: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); }

.card {
  border: 0px;
  border-radius: 0px; }
  .card .card-img {
    border-radius: 0px !important; }
    @media (max-width: 991px) {
      .card .card-img {
        min-height: 150px; } }

.card.bg-dark {
  background-color: #000000 !important; }

@media (max-width: 991px) {
  .card-img-overlay {
    position: relative;
    padding: 15px 0px; } }
#cookiesDiv {
  position: fixed;
  width: 100%;
  top: 86px;
  z-index: 50;
  min-height: 75px;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  padding-top: 25px;
  z-index: 905; }

#cookiesDiv img {
  width: 25px; }

#cookiesDiv .container {
  position: relative;
  padding-right: 50px; }

#cookiesDiv .container .texto img {
  float: left;
  margin-right: 10px; }

#cookiesDiv a {
  font-weight: normal; }

#cookiesDiv a.fechar {
  position: absolute;
  top: -10px;
  right: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  background-color: #F2F2F2;
  height: 50px;
  display: block;
  padding: 12px 30px;
  text-align: center; }

#cookiesDiv a.fechar:hover {
  background-color: #E1E1E1; }

@media (max-width: 767px) {
  #cookiesDiv .container {
    padding-right: 15px; }

  #cookiesDiv a.fechar {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    top: auto;
    right: auto; }

  #cookiesDiv .container .texto img {
    padding-top: 7px; } }
.fv-hidden-submit {
  visibility: hidden; }

.msgEnvio {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #000000;
  margin-bottom: 15px;
  margin-top: -15px; }

.msgEnvio .icon.sucesso {
  display: inline-block;
  width: 100%;
  height: 44px;
  margin-top: 20px;
  background-image: url("../img/icon_envio_sucesso.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

.msgEnvio .icon.erro {
  display: inline-block;
  width: 100%;
  height: 47px;
  margin-top: 20px;
  background-image: url("../img/icon_envio_erro.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

#menuTopo {
  position: relative;
  background-color: #000000;
  z-index: 911;
  width: 100%; }
  @media (max-width: 767px) {
    #menuTopo {
      display: none; } }
  #menuTopo .navbar {
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 20px; }
  #menuTopo .menuLinguas {
    margin-left: auto;
    position: relative; }
    #menuTopo .menuLinguas a.dropdown-toggle {
      color: #ffffff;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 500; }
    #menuTopo .menuLinguas a.dropdown-toggle::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f107";
      border: 0px;
      margin-left: 4px;
      vertical-align: 0px; }
    #menuTopo .menuLinguas a.dropdown-toggle:hover {
      color: #999;
      text-decoration: none; }
  #menuTopo .navbar-nav {
    font-family: "ReplicaPro";
    font-size: 15px;
    font-size: 0.9375rem; }
    #menuTopo .navbar-nav li {
      position: relative;
      padding-left: 25px;
      padding-right: 25px; }
      #menuTopo .navbar-nav li a {
        position: relative;
        color: #ffffff; }
      #menuTopo .navbar-nav li a::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -2px;
        height: 1px;
        width: 0%;
        background-color: #ffffff;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      #menuTopo .navbar-nav li a.active::after,
      #menuTopo .navbar-nav li a:hover::after {
        width: 100%; }
  #menuTopo .menuID9999 {
    position: relative;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    margin-left: 30px;
    width: 30px;
    height: 30px; }
    #menuTopo .menuID9999 img {
      width: 25px;
      height: 25px; }
  #menuTopo .navbar-toggler {
    position: relative;
    margin-top: 0px;
    z-index: 15;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    padding-top: 5px;
    border: 1px solid #ffffff; }
    #menuTopo .navbar-toggler .bar {
      position: relative;
      top: 0px;
      left: 0px;
      display: block;
      margin: auto;
      width: 26px;
      height: 2px;
      margin-bottom: 6px;
      background-color: #ffffff;
      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; }
  #menuTopo .navbar-toggler:not(.collapsed) .bar:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #menuTopo .navbar-toggler:not(.collapsed) .bar:nth-child(2) {
    opacity: 0; }
  #menuTopo .navbar-toggler:not(.collapsed) .bar:nth-child(3) {
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* topoMenuM */
#topoMenuM {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
  height: 50px;
  background-color: #000000;
  /*border-bottom: 1px solid #ffffff;*/ }
  @media (min-width: 768px) {
    #topoMenuM {
      display: none; } }
  #topoMenuM .logotipo img {
    max-width: 65px; }
  #topoMenuM a.menu {
    display: inline-block;
    width: 60px;
    height: 50px;
    background-color: #000000;
    text-align: center;
    padding-top: 21px;
    cursor: pointer;
    margin-bottom: -4px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../fileManager/at/layout/MenuMobile.svg");
    background-size: 25px 11px; }
  #topoMenuM a.menu.aberto {
    background-image: url("../fileManager/at/layout/X_branco.svg");
    background-size: 20px 20px; }
  #topoMenuM a.menuID9999 img {
    width: 24px; }
  #topoMenuM a.menuID9999 {
    display: inline-block;
    height: 50px;
    width: 60px;
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
    vertical-align: top; }
  #topoMenuM a.menuID9999.active {
    background-color: #9B9B9B; }

#topoMenuM .linguas {
  display: block;
  z-index: 1001; }

#topoMenuM .linguas a {
  width: 100%;
  height: 50px; }

/* Menu Over */
#menuOver {
  position: fixed;
  top: -100vh;
  left: 0px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  color: #ffffff;
  font-family: "ReplicaPro";
  z-index: 910;
  -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: 767px) {
    #menuOver {
      display: none; } }
  #menuOver .menuClose {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  #menuOver .area {
    position: relative;
    padding-top: 84px;
    background-color: #000000;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    padding-bottom: 30px; }
  #menuOver .destaqueMenu {
    position: relative; }
    #menuOver .destaqueMenu img {
      width: 100%; }
    #menuOver .destaqueMenu .sombra {
      background: linear-gradient(0deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 100%; }
    #menuOver .destaqueMenu a {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      height: 100%; }
    #menuOver .destaqueMenu .texto {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      padding: 15px;
      font-size: 13px;
      font-size: 0.8125rem; }
      #menuOver .destaqueMenu .texto .nome {
        font-weight: 500; }
  #menuOver .capitulos .item {
    margin-bottom: 13px; }
    #menuOver .capitulos .item a {
      position: relative;
      display: inline-block;
      font-size: 28px;
      font-size: 1.75rem;
      color: #ffffff; }
    #menuOver .capitulos .item a::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 10px;
      height: 1px;
      width: 0%;
      background-color: #ffffff;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    #menuOver .capitulos .item a.active::after,
    #menuOver .capitulos .item a:hover::after {
      width: 100%; }
    #menuOver .capitulos .item a.note {
      font-size: 14px;
      font-size: 0.875rem; }
    #menuOver .capitulos .item a.note::after {
      bottom: 0px; }
    #menuOver .capitulos .item div.note {
      margin-top: 0px;
      font-size: 14px;
      font-size: 0.875rem; }
  #menuOver .capitulos .outros .item {
    margin-bottom: -7px; }
  #menuOver .linha {
    margin-top: 25px;
    /*margin-bottom: 25px;*/
    /*border-top: 1px solid $corLinha;*/ }

#menuOver.open {
  top: 0px; }
  #menuOver.open .menuClose {
    opacity: 1;
    pointer-events: auto; }

#menuOverM {
  position: fixed;
  z-index: 99;
  left: 0px;
  left: 100vw;
  top: 0px;
  padding-top: 80px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: #000000;
  overflow: auto;
  -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 (min-width: 768px) {
    #menuOverM {
      display: none; } }
  #menuOverM .capitulos .item {
    margin-bottom: 13px; }
    #menuOverM .capitulos .item a {
      position: relative;
      display: inline-block;
      font-size: 28px;
      font-size: 1.75rem;
      color: #ffffff; }
    #menuOverM .capitulos .item a::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 10px;
      height: 1px;
      width: 0%;
      background-color: #ffffff;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    #menuOverM .capitulos .item a.active::after,
    #menuOverM .capitulos .item a:hover::after {
      width: 100%; }
    #menuOverM .capitulos .item a.note {
      font-size: 14px;
      font-size: 0.875rem; }
    #menuOverM .capitulos .item a.note::after {
      bottom: 0px; }
    #menuOverM .capitulos .item div.note {
      margin-top: 0px;
      font-size: 14px;
      font-size: 0.875rem; }
  #menuOverM .capitulos .outros {
    margin-top: 60px;
    margin-bottom: 60px; }
    #menuOverM .capitulos .outros .item {
      margin-bottom: -7px; }
  #menuOverM .menus li {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    margin-bottom: -1px; }
  #menuOverM .menus a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    color: #ffffff; }
  #menuOverM .menus a.active {
    color: #999; }
  #menuOverM .menuLinguas > a {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 300;
    color: #ffffff; }

#menuOverM.open {
  left: 0px; }

footer {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #000000; }
  footer .menuC {
    font-family: "ReplicaPro";
    padding-top: 40px;
    padding-bottom: 40px; }
    footer .menuC h2 {
      letter-spacing: .75px;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 20px; }
    footer .menuC ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      footer .menuC ul a {
        display: block;
        padding-top: 2px;
        padding-bottom: 2px;
        color: #ffffff; }
      footer .menuC ul a:hover {
        text-decoration: underline; }
    @media (max-width: 575px) {
      footer .menuC .uteisC {
        margin-top: 15px; } }
    @media (max-width: 767px) {
      footer .menuC .socialC {
        margin-top: 15px; } }
    footer .menuC .social {
      margin-top: 20px; }
      footer .menuC .social a {
        color: #ffffff;
        font-size: 18px;
        font-size: 1.125rem;
        display: inline-block;
        margin-right: 15px; }
        footer .menuC .social a img {
          vertical-align: text-top;
          width: 18px; }
      footer .menuC .social a:hover {
        color: #999; }

footer .socialM .social {
  text-align: center;
  margin-top: 20px; }

footer .socialM .social a {
  color: #ffffff;
  font-size: 22px;
  display: inline-block;
  margin-right: 15px; }

footer .socialM .social a img {
  vertical-align: text-top;
  width: 22px; }

footer .socialM .social a:hover {
  color: #999; }

footer .menuCM {
  margin-top: 15px;
  text-align: center; }

footer .menuCM ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

footer .menuCM ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px; }

footer .menuCM ul a {
  display: block;
  font-size: 14px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #ffffff; }

footer .menuCM ul a:hover {
  text-decoration: underline; }

.logosHome,
footer .copy {
  background-color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem; }
  @media (max-width: 767px) {
    .logosHome,
    footer .copy {
      padding-top: 0px;
      padding-bottom: 5px; } }
  .logosHome .logotipo,
  footer .copy .logotipo {
    width: 98px;
    margin-right: 10px; }
    @media (max-width: 767px) {
      .logosHome .logotipo,
      footer .copy .logotipo {
        display: none; } }
  .logosHome .logo,
  footer .copy .logo {
    width: 100%;
    /*max-width: 200px;*/
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .logosHome .logo,
      footer .copy .logo {
        max-width: 300px;
        margin-bottom: 0px; } }
  @media (max-width: 767px) {
    .logosHome,
    footer .copy {
      text-align: center; }
      .logosHome .logo,
      footer .copy .logo {
        margin-top: 20px; } }

.logosHome {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 900; }
  .logosHome .fechar {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: #000000; }
  .logosHome .fechar:hover {
    color: #999; }

.slideDetalheProjecto {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .slideDetalheProjecto .swiper-pagination {
      display: none; } }
  .slideDetalheProjecto .swiper {
    overflow: visible; }
    .slideDetalheProjecto .swiper .swiper-slide {
      width: auto;
      opacity: .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; }
      .slideDetalheProjecto .swiper .swiper-slide img {
        width: 100%; }
      .slideDetalheProjecto .swiper .swiper-slide .img {
        overflow: hidden; }
        @media (min-width: 992px) {
          .slideDetalheProjecto .swiper .swiper-slide .img {
            height: 600px !important; } }
        @media (max-width: 1199px) {
          .slideDetalheProjecto .swiper .swiper-slide .img {
            display: none; } }
      .slideDetalheProjecto .swiper .swiper-slide .imgMobile {
        width: 100%;
        display: none; }
        @media (max-width: 1199px) {
          .slideDetalheProjecto .swiper .swiper-slide .imgMobile {
            display: block; } }
      .slideDetalheProjecto .swiper .swiper-slide .img_ {
        overflow: hidden; }
        .slideDetalheProjecto .swiper .swiper-slide .img_ img {
          /*width: auto;*/
          width: 100%;
          /*height: 100%!important;*/
          -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 (min-width: 992px) {
            .slideDetalheProjecto .swiper .swiper-slide .img_ img {
              height: 600px !important;
              width: auto !important; } }
    .slideDetalheProjecto .swiper .swiper-slide-active {
      opacity: 1; }
  .slideDetalheProjecto .texto {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    color: #ffffff;
    pointer-events: none;
    z-index: 10; }
    .slideDetalheProjecto .texto > div {
      height: 100%; }
    .slideDetalheProjecto .texto .nome {
      font-family: "ReplicaPro";
      font-weight: 700;
      font-size: 43px;
      font-size: 2.6875rem;
      color: #ffffff;
      margin-top: auto;
      margin-bottom: auto; }
    .slideDetalheProjecto .texto .caminho {
      margin-bottom: 30px;
      pointer-events: all;
      font-size: 15px;
      font-size: 0.9375rem; }
      .slideDetalheProjecto .texto .caminho a {
        cursor: pointer;
        color: #ffffff;
        text-decoration: none; }
      .slideDetalheProjecto .texto .caminho a:hover {
        color: #999; }
    @media (max-width: 991px) {
      .slideDetalheProjecto .texto .nome {
        font-family: "ReplicaPro";
        font-size: 28px;
        font-size: 1.75rem; }
      .slideDetalheProjecto .texto .descricao {
        margin-bottom: 0px; }
      .slideDetalheProjecto .texto .caminho {
        display: none; } }

.slideProjectosFamilias .swiper,
.slideProjectos .swiper {
  overflow: visible;
  padding-bottom: 60px; }
  .slideProjectosFamilias .swiper .swiper-slide,
  .slideProjectos .swiper .swiper-slide {
    width: auto; }
.slideProjectosFamilias .item a,
.slideProjectos .item a {
  display: block;
  color: #000000; }
  .slideProjectosFamilias .item a .img,
  .slideProjectos .item a .img {
    overflow: hidden;
    margin-bottom: 20px; }
    .slideProjectosFamilias .item a .img img,
    .slideProjectos .item a .img img {
      width: auto;
      height: 230px !important;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
  .slideProjectosFamilias .item a .nome,
  .slideProjectos .item a .nome {
    position: relative;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px; }
  .slideProjectosFamilias .item a .nome::after,
  .slideProjectos .item a .nome::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 3px;
    height: 1px;
    width: 0%;
    background-color: #999;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
.slideProjectosFamilias .item a:hover img,
.slideProjectos .item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.slideProjectosFamilias .item a:hover .nome::after,
.slideProjectos .item a:hover .nome::after {
  width: 100%; }

@media (max-width: 991px) {
  #homeLatestProjects .slideProjectos .swiper-pagination {
    top: 55%;
    bottom: auto; } }
#homeLatestProjects {
  position: relative;
  overflow: hidden;
  background-color: #1b1b1b;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #ffffff; }
  #homeLatestProjects .slideProjectos {
    margin-top: 36px; }
    @media (min-width: 1200px) {
      #homeLatestProjects .slideProjectos .swiper {
        padding-bottom: 90px; } }
    #homeLatestProjects .slideProjectos a {
      color: #ffffff; }
  #homeLatestProjects h2 {
    margin-bottom: 20px; }
  #homeLatestProjects .container {
    margin: auto; }
  @media (min-width: 1200px) {
    #homeLatestProjects .links {
      position: relative;
      z-index: 2;
      margin-bottom: -30px; }
      #homeLatestProjects .links .btn {
        margin-top: -50px; } }

@media (min-width: 992px) {
  #homeLatestProjects::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 100%;
    background: #1b1b1b;
    background: linear-gradient(90deg, #1b1b1b 0%, rgba(27, 27, 27, 0) 100%);
    z-index: 2;
    pointer-events: none; }

  #homeLatestProjects::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 120px;
    height: 100%;
    background: #1b1b1b;
    background: linear-gradient(90deg, rgba(27, 27, 27, 0) 0%, #1b1b1b 100%);
    z-index: 2;
    pointer-events: none; } }
.listaProjectos {
  margin-top: 30px;
  margin-bottom: 30px; }
  .listaProjectos .container > .row > div {
    margin-bottom: 40px; }
  .listaProjectos .item {
    height: 100%; }
    .listaProjectos .item a {
      display: block;
      color: #000000; }
      .listaProjectos .item a .nome {
        position: relative;
        display: inline-block;
        font-weight: 500;
        margin-bottom: 5px;
        font-size: 18px;
        font-size: 1.125rem; }
      .listaProjectos .item a .nome::after {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 4px;
        height: 1px;
        width: 0%;
        background-color: #999;
        -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 .item a .descricao strong {
        font-size: 14px;
        font-size: 0.875rem;
        color: #999;
        font-weight: 400; }
      .listaProjectos .item a .imgC {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px; }
        .listaProjectos .item a .imgC .img {
          width: 100%;
          padding-bottom: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center;
          -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 .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::after {
      width: 100%; }

.detalheProjecto {
  margin-bottom: 30px; }
  .detalheProjecto a:not(.btn) {
    color: #000000; }
  .detalheProjecto a:not(.btn):hover {
    color: #999; }
  .detalheProjecto .container .container {
    padding: 0px; }
  .detalheProjecto .rodape a {
    /*            text-transform: uppercase;*/ }
  .detalheProjecto .texto_topo {
    margin-bottom: 20px; }
    .detalheProjecto .texto_topo .nome {
      font-family: "ReplicaPro";
      font-weight: 700;
      font-size: 43px;
      font-size: 2.6875rem; }
    .detalheProjecto .texto_topo .caminho {
      font-size: 15px;
      font-size: 0.9375rem; }
      .detalheProjecto .texto_topo .caminho a {
        cursor: pointer;
        color: #000000;
        text-decoration: none; }
      .detalheProjecto .texto_topo .caminho a:hover {
        color: #999; }
    @media (max-width: 991px) {
      .detalheProjecto .texto_topo .nome {
        margin-top: 15px;
        font-family: "ReplicaPro";
        font-size: 28px;
        font-size: 1.75rem; } }
  .detalheProjecto .data {
    color: #999;
    /*        text-transform: uppercase;*/
    letter-spacing: .75px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
    margin-bottom: 30px; }
  .detalheProjecto .slideProjecto {
    margin-bottom: 30px; }
  .detalheProjecto .areaRel {
    padding-top: 50px; }
    .detalheProjecto .areaRel h3 {
      margin-bottom: 40px; }

.listaNoticias2022 .item {
  margin-bottom: 30px; }
  .listaNoticias2022 .item a {
    display: block;
    color: #000000; }
    .listaNoticias2022 .item a .img {
      overflow: hidden;
      margin-bottom: 20px; }
      .listaNoticias2022 .item a .img img {
        width: 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; }
    .listaNoticias2022 .item a .nome {
      position: relative;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 5px;
      line-height: 1.5; }
    .listaNoticias2022 .item a .nome::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 2px;
      height: 1px;
      width: 0%;
      background-color: #999;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
  .listaNoticias2022 .item a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .listaNoticias2022 .item a:hover .nome::after {
    width: 100%; }

#homeLatestNews {
  position: relative;
  padding-top: 70px;
  /*padding-bottom: 70px;*/ }
  #homeLatestNews .listaNoticias2022 {
    margin-top: 36px; }
    #homeLatestNews .listaNoticias2022 .row {
      margin-right: -11px;
      margin-left: -11px; }
      #homeLatestNews .listaNoticias2022 .row > div {
        padding-left: 11px;
        padding-right: 11px; }
      @media (min-width: 768px) {
        #homeLatestNews .listaNoticias2022 .row > div:nth-child(4) {
          display: none; } }

/*#slide_noticia_62{
    @include respond-below("xs"){
        display: none;
    }
}*/
.detalheNoticia.not_62 {
  margin-top: -30px;
  margin-bottom: 0px;
  background-color: #000000; }
  .detalheNoticia.not_62 .data,
  .detalheNoticia.not_62 .rodape,
  .detalheNoticia.not_62 .texto_topo {
    display: none; }

.detalheNoticia {
  margin-bottom: 30px; }
  @media (min-width: 576px) {
    .detalheNoticia .imgMobile {
      display: none; } }
  @media (max-width: 575px) {
    .detalheNoticia .imgDesktop {
      display: none; } }
  .detalheNoticia .texto_topo {
    margin-bottom: 20px; }
    .detalheNoticia .texto_topo .btn {
      margin-top: 10px; }
    .detalheNoticia .texto_topo .nome {
      font-family: "ReplicaPro";
      font-weight: 700;
      line-height: 1.2;
      font-size: 43px;
      font-size: 2.6875rem; }
    .detalheNoticia .texto_topo .caminho {
      font-size: 15px;
      font-size: 0.9375rem; }
      .detalheNoticia .texto_topo .caminho a {
        cursor: pointer;
        color: #000000;
        text-decoration: none; }
      .detalheNoticia .texto_topo .caminho a:hover {
        color: #999; }
    @media (max-width: 991px) {
      .detalheNoticia .texto_topo .nome {
        font-family: "ReplicaPro";
        font-size: 28px;
        font-size: 1.75rem; } }
  .detalheNoticia a:not(.btn) {
    color: #000000; }
  .detalheNoticia a:not(.btn):hover {
    color: #999; }
  .detalheNoticia .data {
    color: #999;
    letter-spacing: .75px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
    margin-bottom: 30px; }
  .detalheNoticia .slideNoticia {
    margin-bottom: 30px; }
  .detalheNoticia .areaRel {
    padding-top: 50px; }
    .detalheNoticia .areaRel h3 {
      margin-bottom: 40px; }

.descricaoCapitulo {
  margin-top: 50px;
  margin-bottom: 50px; }

.areaTextoBranco {
  color: #ffffff; }
  @media (max-width: 991px) {
    .areaTextoBranco {
      background-color: #000000; } }

.areaBranca {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff; }
  @media (max-width: 991px) {
    .areaBranca {
      padding-top: 15px;
      padding-bottom: 15px; } }

.areaPreta {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
  color: #ffffff; }
  @media (max-width: 991px) {
    .areaPreta {
      padding-top: 15px;
      padding-bottom: 15px; } }

.areaCinza {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa; }
  @media (max-width: 991px) {
    .areaCinza {
      padding-top: 15px;
      padding-bottom: 15px; } }

.areaDirBranca {
  position: relative; }
  .areaDirBranca .layout-column-two {
    padding-left: 30px; }

.areaDirBranca::after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2; }
  @media (min-width: 576px) {
    .areaDirBranca::after {
      width: 50%; } }

.areaImagemFundo {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px; }
  @media (min-width: 992px) {
    .areaImagemFundo {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .areaImagemFundo > div {
    position: relative;
    z-index: 3; }
  .areaImagemFundo .imgFundo {
    width: 100%;
    margin-bottom: 15px; }
  @media (min-width: 992px) {
    .areaImagemFundo .imgFundo {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100% !important;
      height: 100% !important;
      margin-top: 0px;
      margin-bottom: 0px;
      object-fit: cover;
      object-position: center center;
      overflow: hidden;
      z-index: 1; } }

.areaCinzaEscuro {
  background-color: #71706d;
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media (max-width: 991px) {
    .areaCinzaEscuro {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .areaCinzaEscuro a {
    color: #ffffff; }

.areaBranca.semMargem,
.areaPreta.semMargem,
.areaCinza.semMargem,
.areaCinzaEscuro.semMargem {
  padding-top: 0px;
  padding-bottom: 0px; }

.listaProdutos .container > .row > div {
  margin-bottom: 40px; }
.listaProdutos .produtoTb {
  position: relative; }
  .listaProdutos .produtoTb a {
    display: block;
    color: #000000; }
    .listaProdutos .produtoTb a .nome {
      position: relative;
      display: inline-block;
      font-weight: 500;
      margin-bottom: 5px;
      font-size: 18px;
      font-size: 1.125rem; }
    .listaProdutos .produtoTb a .nome::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 4px;
      height: 1px;
      width: 0%;
      background-color: #999;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .listaProdutos .produtoTb a .descricao strong {
      font-size: 14px;
      font-size: 0.875rem;
      color: #999;
      font-weight: 400; }
    .listaProdutos .produtoTb a .imgC {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
      .listaProdutos .produtoTb a .imgC .img {
        width: 100%;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
  .listaProdutos .produtoTb a:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .listaProdutos .produtoTb a:hover .nome::after {
    width: 100%; }

.listaProdutos.all h3 {
  margin-top: 30px;
  margin-bottom: 30px; }
.listaProdutos.all .capituloTemp {
  margin-bottom: 30px; }
.listaProdutos.all .container > .grid > .row > div {
  margin-bottom: 40px; }
.listaProdutos.all .grid-item {
  margin-right: -0.5px; }

.produtosRelacionados {
  padding-top: 60px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    .produtosRelacionados {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .produtosRelacionados h3 {
    margin-bottom: 40px; }

/* Produto Detalhe */
.produtoD .descricaoTopoM {
  background-color: #ffffff;
  color: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px; }
.produtoD .slideTopoProduto {
  margin-bottom: 50px; }
  .produtoD .slideTopoProduto .container {
    position: relative; }
  @media (max-width: 991px) {
    .produtoD .slideTopoProduto {
      margin-bottom: 0px; }
      .produtoD .slideTopoProduto .swiper-slide .img {
        display: block;
        position: relative;
        padding-bottom: 100%; }
        .produtoD .slideTopoProduto .swiper-slide .img img {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center center; } }
  .produtoD .slideTopoProduto .legenda {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 15px; }
    .produtoD .slideTopoProduto .legenda .nome {
      margin-top: 70px;
      font-family: "ReplicaPro";
      font-weight: 700;
      font-size: 44px;
      font-size: 2.75rem; }
    .produtoD .slideTopoProduto .legenda .descricao {
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 700;
      margin-top: -10px;
      margin-bottom: 10px; }
    .produtoD .slideTopoProduto .legenda .caminho {
      margin-top: 70px;
      color: #999;
      font-size: 15px;
      font-size: 0.9375rem; }
      .produtoD .slideTopoProduto .legenda .caminho a {
        cursor: pointer;
        color: #999;
        text-decoration: none; }
      .produtoD .slideTopoProduto .legenda .caminho a:hover {
        color: #000000; }
    @media (max-width: 991px) {
      .produtoD .slideTopoProduto .legenda {
        display: none; } }
.produtoD .produtoDesc {
  margin-bottom: 50px;
  margin-top: 50px; }
  .produtoD .produtoDesc .linha .nome {
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
    margin-bottom: 15px; }
  .produtoD .produtoDesc .desc_3 img {
    height: 30px;
    margin-right: 5px; }
  .produtoD .produtoDesc .angles > div {
    display: inline-block;
    width: 100px;
    margin-right: 20px;
    margin-bottom: 20px;
    vertical-align: top; }
  .produtoD .produtoDesc .angles img {
    width: 100%;
    margin-bottom: 12px; }
  .produtoD .produtoDesc .finishes > div {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px; }
  .produtoD .produtoDesc .finishes img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 17px; }
.produtoD .filtro {
  margin-bottom: 50px; }
  .produtoD .filtro h3 {
    padding-bottom: 45px; }
  .produtoD .filtro select {
    font-size: 12px;
    font-size: 0.75rem;
    /*            text-transform: uppercase;*/
    font-weight: 700; }
    @media (min-width: 768px) {
      .produtoD .filtro select {
        width: 210px; } }
  .produtoD .filtro .row {
    margin-left: -5px;
    margin-right: -5px; }
    .produtoD .filtro .row > div {
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px; }
.produtoD .legendaTabela {
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 30px; }

.detalheRef {
  background-color: #ffffff; }
  .detalheRef .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .detalheRef .tabela .tableC {
    width: 100%;
    border-collapse: collapse; }
    @media (max-width: 991px) {
      .detalheRef .tabela .tableC {
        display: none; } }
    .detalheRef .tabela .tableC td {
      width: 24%;
      border-top: 1px solid #999;
      border-bottom: 1px solid #999;
      font-size: 14px;
      font-size: 0.875rem; }
    .detalheRef .tabela .tableC td:nth-child(1),
    .detalheRef .tabela .tableC td:nth-child(4) {
      color: #999; }
    .detalheRef .tabela .tableC td.espaco {
      width: 20px;
      border-top: 0px;
      border-bottom: 0px; }
  .detalheRef .tabela .tableC.tableCMobile {
    display: none; }
    .detalheRef .tabela .tableC.tableCMobile td:nth-child(1) {
      color: #999;
      font-size: 16px;
      font-size: 1rem; }
    .detalheRef .tabela .tableC.tableCMobile td:nth-child(2) {
      font-size: 20px;
      font-size: 1.25rem; }
    @media (max-width: 991px) {
      .detalheRef .tabela .tableC.tableCMobile {
        display: block; } }
  .detalheRef .linha_2 {
    margin-top: 15px; }
  .detalheRef .linha_3 {
    margin-top: 30px; }
    .detalheRef .linha_3 > div {
      display: inline-block; }
    .detalheRef .linha_3 img {
      height: 30px;
      margin-right: 5px; }
    .detalheRef .linha_3 .data {
      font-size: 14px;
      font-size: 0.875rem; }
  .detalheRef .nome {
    font-weight: 300;
    font-size: 26px;
    font-size: 1.625rem; }
    .detalheRef .nome a {
      color: #000000; }
  .detalheRef .ref a {
    color: #000000; }
  .detalheRef .desc_1 {
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: normal; }
  .detalheRef .desc_2 {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: normal; }
  .detalheRef .big img {
    max-width: 100%; }
  .detalheRef .slideReferencia {
    /*        @include respond-above("lg"){
                max-width: 350px;    
            }*/ }
    .detalheRef .slideReferencia .swiper-wrapper {
      margin-bottom: 30px; }
    .detalheRef .slideReferencia .swiper-slide {
      text-align: center; }
      .detalheRef .slideReferencia .swiper-slide img {
        width: auto;
        max-width: 100%; }
  .detalheRef .slideReferenciaThumb .swiper-slide {
    width: 16%;
    margin-right: 5px;
    cursor: pointer;
    -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: .4;
    border: 1px solid #f2f2f2; }
    .detalheRef .slideReferenciaThumb .swiper-slide .img {
      position: relative;
      padding-bottom: 100%; }
      .detalheRef .slideReferenciaThumb .swiper-slide .img img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center center; }
  .detalheRef .slideReferenciaThumb .swiper-slide:hover,
  .detalheRef .slideReferenciaThumb .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #999;
    opacity: 1; }
  .detalheRef .icons {
    border-top: 1px solid #000000;
    position: relative;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px; }
    .detalheRef .icons .icon_1 {
      height: 17px; }
    .detalheRef .icons .icon_2 {
      width: 30px; }
  .detalheRef .textoExtra {
    font-size: 11px;
    font-size: 0.6875rem; }
    .detalheRef .textoExtra p {
      margin-bottom: 0px; }
    .detalheRef .textoExtra a {
      color: #000000;
      text-decoration: none; }

.detalheRef.pesquisa {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: transparent; }

.detalheSys .ficheiros,
.detalheRef .ficheiros {
  margin-top: 15px;
  margin-bottom: 15px; }
  .detalheSys .ficheiros h3,
  .detalheRef .ficheiros h3 {
    font-weight: 300; }
  .detalheSys .ficheiros .btn,
  .detalheRef .ficheiros .btn {
    margin-top: 15px; }
  .detalheSys .ficheiros .titulo,
  .detalheRef .ficheiros .titulo {
    color: #B4B4B4;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px; }
  .detalheSys .ficheiros a:not(.btn),
  .detalheRef .ficheiros a:not(.btn) {
    display: block;
    position: relative;
    /*text-transform: uppercase;*/
    color: #222222;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3; }
  .detalheSys .ficheiros a:not(.no):hover,
  .detalheRef .ficheiros a:not(.no):hover {
    color: #999; }
  .detalheSys .ficheiros .tecnical a,
  .detalheRef .ficheiros .tecnical a {
    font-weight: 500; }
  .detalheSys .ficheiros a.no,
  .detalheRef .ficheiros a.no {
    opacity: .3; }
  .detalheSys .ficheiros a.iconL,
  .detalheRef .ficheiros a.iconL {
    padding-left: 100px; }
  .detalheSys .ficheiros a.iconL .icon,
  .detalheRef .ficheiros a.iconL .icon {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 80px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  .detalheSys .ficheiros a.download img,
  .detalheSys .ficheiros a.download img,
  .detalheRef .ficheiros a.download img,
  .detalheRef .ficheiros a.download img {
    float: right;
    margin-top: -10px;
    max-width: 24px; }
  .detalheSys .ficheiros a.all,
  .detalheRef .ficheiros a.all {
    position: relative;
    display: inline-block;
    color: #000000;
    /*min-height: 50px;*/
    background-color: #eeefea;
    padding: 10px 15px;
    text-decoration: none;
    /*text-transform: uppercase;*/ }
  .detalheSys .ficheiros a.all:hover,
  .detalheRef .ficheiros a.all:hover {
    color: #9B9B9B;
    text-decoration: none; }
  .detalheSys .ficheiros a.all img,
  .detalheRef .ficheiros a.all img {
    float: right;
    max-width: 15px; }

.detalheSys .linksGlobais,
.detalheRef .linksGlobais {
  margin-top: 0px;
  margin-bottom: 15px; }

/*
.detalheSys .ficheiros a,
.detalheRef .ficheiros a{
    display: block;
    margin-top: 10px;
    
    text-decoration: underline;
    
    color: #9B9B9B;
}
.detalheSys .ficheiros a.no span,
.detalheRef .ficheiros a.no span{
    /*text-decoration: line-through;*/
  /*  opacity: .3;
}
.detalheSys .ficheiros a.no:hover,
.detalheRef .ficheiros a.no:hover{
    color: #9B9B9B;
}
.detalheSys .ficheiros a:hover,
.detalheRef .ficheiros a:hover{
    color: #000000;
}*/
.detalheRef.pesquisa .ficheiros .tecnical .titulo {
  margin-bottom: 10px; }

.detalheRef.pesquisa .ficheiros a.all {
  margin-top: 30px;
  padding: 10px 15px;
  margin-left: 0px;
  margin-right: 0px; }

.detalheRef .form-control {
  color: #000000;
  border-color: #f2f2f2;
  background-color: #f2f2f2; }
.detalheRef .form-control::placeholder {
  color: #000000;
  opacity: 1; }
.detalheRef .form-control:-ms-input-placeholder {
  color: #000000; }
.detalheRef .form-control::-ms-input-placeholder {
  color: #000000; }

/*
.detalheRef .big img{
    width: 100%;
}
@media (min-width: 768px) {  
    .detalheRef.pesquisa .big{
        margin-right: 1px;
        margin-top: 2px;
        /*padding: 5px;*/
  /*  }
}
.detalheRef.pesquisa .descricaoLeft{
    padding-bottom: 15px;
    margin-right: 2px;
    padding-right: 20px;
    border: 1px solid #ffffff;
}
.detalheRef.pesquisa .descricaoLeft .ref{
    margin-bottom: 10px;
}
.detalheRef.pesquisa .descricaoLeft .ref a:hover{
    text-decoration: underline;
}
.detalheRef .acessorios > div{
    /*margin-left: -15px;*/
/*margin-right: -15px;*/
 /*   padding: 15px;
    border-bottom: 1px solid #F1F1F1;
    padding: 25px;
}
.detalheRef .acessorios > div:last-child{
    border-bottom: 0px;
}

.detalheRef .acessorios div.noDownload{
    position: relative;
    margin-top: 15px;
    min-height: 100px;
    padding-right: 110px;
}
.detalheRef .acessorios div.noDownload img{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100px;
}

.detalheRef .acessoriosP div.noDownload{
    position: relative;
    margin-top: 15px;
    min-height: 100px;
    padding-left: 110px;
}
.detalheRef .acessoriosP div.noDownload img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
}
.detalheRef .acessorios .note{
    font-size: 16px;
    color: #9B9B9B;
    font-weight: 300;
}
.detalheRef .acessorios a.component{
    position: relative;
    font-size: 20px;
    color: #000000;
    background-color: #F1F1F1;
    margin-top: 15px;
    padding: 15px 15px;
    
    margin-left: -10px;
    margin-right: -10px;
    
    font-weight: 300;
    display: block;
    
    line-height: 120%;
    cursor: pointer;
}
.detalheRef .acessorios a.component img{
    float: right;
    margin-top: 5px;
    max-width: 40px;
}

.detalheRef .acessoriosP{
    background-color: #E1E1E1;
    padding: 15px;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: 300;
    margin-top: 2px;
}
.detalheRef .acessoriosP a.download,
.detalheRef .acessorios a.download{
    position: relative;
    font-size: 12px;
    color: #9B9B9B;
    background-color: #F1F1F1;
    margin-top: 15px;
    padding: 15px 15px;
    
    margin-left: -10px;
    margin-right: -10px;
    
    font-weight: 300;
    display: block;
    
    line-height: 120%;
}
.detalheRef .acessoriosP a.download{
    background-color: #F1F1F1;
    margin: 0px;
    margin-top: 15px;
}



.detalheRef .acessoriosP a.download b,
.detalheRef .acessorios a.download b{
    font-weight: 300;
    color: #000000;
    font-size: 18px;
}
.detalheRef .acessoriosP a.download span,
.detalheRef .acessorios a.download span{
    font-size: 18px;
}
.detalheRef .acessoriosP a.download:hover,
.detalheRef .acessorios a.download:hover{
    color: #9B9B9B;
    text-decoration: none;
}
.detalheRef .acessorios a.iconL .icon{
    position: absolute;
    top: 0px;
    left: 10px;
    width: 80px;
    height: 100%;
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.detalheRef .acessoriosP a.download img,
.detalheRef .acessorios a.download img{
    float: right;
    margin-top: -10px;
    max-width: 24px;
}*/
/* Separadores */
.lightSep {
  position: relative;
  height: 85px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #FFffFF; }
  .lightSep .var {
    display: inline-block; }

.lightSep .container {
  position: relative; }

.listaFamilias .container > .row > div {
  margin-bottom: 40px; }
.listaFamilias .item {
  height: 100%; }
  .listaFamilias .item a {
    display: block;
    height: 100%;
    color: #000000; }
    .listaFamilias .item a .nome {
      position: relative;
      display: inline-block;
      font-weight: 500;
      margin-bottom: 5px;
      font-size: 18px;
      font-size: 1.125rem; }
    .listaFamilias .item a .nome::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 4px;
      height: 1px;
      width: 0%;
      background-color: #999;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .listaFamilias .item a .descricao p:first-child {
      padding-bottom: 15px;
      margin-bottom: auto; }
    .listaFamilias .item a .descricao p:last-child img {
      margin-right: 5px; }
    .listaFamilias .item a .descricao strong {
      font-size: 14px;
      font-size: 0.875rem;
      color: #999;
      font-weight: 400; }
    .listaFamilias .item a .imgC {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
      .listaFamilias .item a .imgC .img {
        width: 100%;
        padding-bottom: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
  .listaFamilias .item a:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .listaFamilias .item a:hover .nome::after {
    width: 100%; }

/* Medidas */
.listaFamilias .item {
  position: relative; }

.listaFamilias .item .descricao .medidas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 100%;
  color: #BBBBBB;
  font-size: 0.875rem;
  font-weight: 400; }

.listaFamilias .item .descricao .medidas > * {
  position: absolute;
  bottom: 10px;
  left: 10px; }

/* icons */
.listaFamilias .item a .descricao .icons img {
  margin-right: 5px; }

@media (max-width: 991px) {
  .listaFamilias .item .descricao .medidas,
  .listaFamilias .item a .descricao .icons {
    display: none; } }
.topoGrande + .caracteristicasFamilia {
  /*margin-top: -50px;*/ }

.caracteristicasFamilia img {
  max-width: 100%;
  height: auto !important; }
.caracteristicasFamilia .produtosC {
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #000000; }
  @media (max-width: 991px) {
    .caracteristicasFamilia .produtosC {
      padding-top: 15px;
      padding-bottom: 15px; } }
  .caracteristicasFamilia .produtosC h3 {
    color: #ffffff;
    margin-bottom: 40px; }
  .caracteristicasFamilia .produtosC .listaProdutos .produtoTb a {
    color: #ffffff; }
.caracteristicasFamilia .todo {
  background-color: red;
  text-align: center;
  color: #ffffff;
  /*text-transform: uppercase;*/
  font-size: 20px;
  font-size: 1.25rem; }
.caracteristicasFamilia .areaCinza.semMargem {
  padding-top: 0px;
  padding-bottom: 0px;
  /*        .layout-column{
              h3:first-of-type{
                  margin-top: 60px;
              }
          }*/ }
.caracteristicasFamilia .areaCinzaEscuro {
  /*        .layout-column-one{
              padding-top: 60px;
              padding-bottom: 60px;
          }
          .layout-column-two p{
              margin: 0px;
          }*/ }
.caracteristicasFamilia .finishesC,
.caracteristicasFamilia .lightEffectsC {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .caracteristicasFamilia .finishesC,
    .caracteristicasFamilia .lightEffectsC {
      margin-top: 15px;
      margin-bottom: 15px; } }
  .caracteristicasFamilia .finishesC .titulo,
  .caracteristicasFamilia .lightEffectsC .titulo {
    border-bottom: 1px solid #000000;
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  .caracteristicasFamilia .finishesC .angles .item,
  .caracteristicasFamilia .lightEffectsC .angles .item {
    cursor: pointer;
    margin-bottom: 15px; }
    .caracteristicasFamilia .finishesC .angles .item img,
    .caracteristicasFamilia .lightEffectsC .angles .item img {
      width: 100%;
      margin-bottom: 5px; }
  .caracteristicasFamilia .finishesC .finishes .item,
  .caracteristicasFamilia .lightEffectsC .finishes .item {
    cursor: pointer;
    margin-bottom: 5px; }
.caracteristicasFamilia .slideGaleriaProduto {
  margin-top: 60px;
  margin-bottom: 60px; }
  .caracteristicasFamilia .slideGaleriaProduto h3 {
    margin-bottom: 40px; }
  .caracteristicasFamilia .slideGaleriaProduto .swiper {
    overflow: visible;
    padding-bottom: 60px; }
    .caracteristicasFamilia .slideGaleriaProduto .swiper .swiper-slide {
      width: auto; }
      .caracteristicasFamilia .slideGaleriaProduto .swiper .swiper-slide img {
        width: auto;
        height: 230px !important; }

/* Modal Referencias */
#modalReferencia .modal-title {
  font-weight: 500; }
#modalReferencia .container {
  padding: 0px; }

/* tabelaRefs */
.tabelaC {
  overflow: hidden; }

.tabelaC .erro {
  display: none; }

.tabelaC.esconde_2,
.tabelaC.esconde {
  overflow: hidden;
  height: 1px; }

.tabelaRefs {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  z-index: 0; }

.tabelaRefs .esconde {
  display: none; }

.fixedHeader {
  background-color: #FFFFFF;
  z-index: 1;
  overflow: hidden; }

.fixedHeader > div {
  display: inline-block;
  vertical-align: top; }

.fixedHeader > div,
.tabelaRefs th {
  color: #000000;
  font-weight: 300;
  font-size: 12px;
  padding: 20px 10px;
  font-weight: 500;
  /*cursor: pointer;*/
  background-color: #FFFFFF; }

.fixedHeader > div .icon,
.tabelaRefs th .icon {
  display: block;
  width: 61px;
  height: 34px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

/* Tipo A */
.fixedHeader.tipoA > div,
.tabelaRefs.tipoA th {
  padding: 0px;
  background-color: #FFFFFF; }

.fixedHeader.tipoA > div.fixedSize,
.tabelaRefs.tipoA th.fixedSize {
  width: 300px;
  padding-left: 10px;
  text-align: left;
  background-color: #ffffff; }

.fixedHeader > div .texto,
.tabelaRefs th .texto {
  margin-top: 140px;
  display: block;
  color: #000000;
  font-weight: 300;
  font-size: 12px;
  padding: 20px 10px;
  /*padding-bottom: 20px;*/
  font-weight: 500;
  cursor: pointer; }

.fixedHeader > div .imgH,
.tabelaRefs th .imgH {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.fixedHeader.tipoA > div.selected,
.tabelaRefs.tipoA th.selected {
  background-color: #FFFFFF; }

.fixedHeader.tipoA > div:hover .texto,
.fixedHeader.tipoA > div.selected .texto,
.tabelaRefs.tipoA th.selected .texto {
  background-color: #F1F1F1; }

.tabelaRefs thead tr {
  visibility: hidden; }

.tabelaRefs.pesquisaALL thead tr {
  visibility: visible; }

/*.fixedHeader:not(.tipoA) > div:hover{
    background-color: #F8F8F8;
}*/
.fixedHeader > div.selected,
.tabelaRefs th.selected {
  position: relative;
  background-color: #F1F1F1; }

.fixedHeader > div.selected:after,
.tabelaRefs th.selected:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 25px;
  height: 25px;
  background-image: url("../fileManager/at/layout/cheveron_up.svg");
  background-repeat: no-repeat;
  background-position: bottom right; }

.fixedHeader > div.selected.down:after {
  background-image: url("../fileManager/at/layout/cheveron_up.svg"); }

.fixedHeader > div.selected.up:after {
  background-image: url("../fileManager/at/layout/cheveron_down.svg"); }

.fixedHeader > div span,
.tabelaRefs th span {
  display: block; }

@media (min-width: 768px) {
  .fixedHeader.tipoA > div.fixedSize,
  .tabelaRefs.tipoA th.fixedSize {
    width: 150px;
    padding-left: 10px; }

  .fixedHeader > div .imgH,
  .tabelaRefs th .imgH {
    width: 100px;
    height: 100px; }

  #destaqueHomeNew {
    font-size: 18px; }

  #destaqueHomeNew .coluna_1 {
    float: left;
    width: 285px;
    margin-right: 15px;
    margin-bottom: 0px; }

  #destaqueHomeNew .coluna_2 {
    float: left;
    width: 165px;
    margin-bottom: 0px; }

  #destaqueHomeNew .coluna_3 {
    float: right;
    width: 190px;
    margin-right: 30px;
    margin-bottom: 0px; }

  .fixedHeader > div .texto,
  .tabelaRefs th .texto {
    margin-top: 40px; } }
@media (min-width: 992px) {
  .fixedHeader.tipoA > div.fixedSize,
  .tabelaRefs.tipoA th.fixedSize {
    width: 150px;
    padding-left: 10px; }

  .fixedHeader > div .imgH,
  .tabelaRefs th .imgH {
    width: 100px;
    height: 100px; }

  #destaqueHomeNew {
    font-size: 24px; }

  #destaqueHomeNew .coluna_1 {
    width: 345px;
    margin-right: 60px; }

  #destaqueHomeNew .coluna_2 {
    width: 205px; }

  #destaqueHomeNew .coluna_3 {
    width: 230px;
    margin-right: 40px; } }
@media (min-width: 1300px) {
  .fixedHeader.tipoA > div.fixedSize,
  .tabelaRefs.tipoA th.fixedSize {
    width: 150px;
    padding-left: 10px; }

  .fixedHeader > div .imgH,
  .tabelaRefs th .imgH {
    width: 100px;
    height: 100px; }

  #destaqueHomeNew {
    font-size: 26px; }

  #destaqueHomeNew .coluna_1 {
    width: 345px;
    margin-right: 90px; }

  #destaqueHomeNew .coluna_2 {
    width: 205px; }

  #destaqueHomeNew .coluna_3 {
    width: 230px;
    margin-right: 130px; } }
.tabelaRefs th.space {
  padding: 0px;
  padding-top: 20px; }

.tabelaRefsMobile td,
.tabelaRefs td {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  padding: 12px 10px;
  border-top: 1px solid #efefee; }
  .tabelaRefsMobile td a.linkRef,
  .tabelaRefs td a.linkRef {
    background-color: #000000;
    color: #ffffff;
    display: block;
    padding: 5px;
    text-align: center;
    border: 1px solid #000000;
    position: relative;
    max-width: 200px;
    white-space: nowrap; }
    .tabelaRefsMobile td a.linkRef .fa,
    .tabelaRefs td a.linkRef .fa {
      color: #cccccc; }
  .tabelaRefsMobile td a.linkRef.aberto,
  .tabelaRefsMobile td a.linkRef:hover,
  .tabelaRefs td a.linkRef.aberto,
  .tabelaRefs td a.linkRef:hover {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000; }

.tabelaRefs td.noSpace {
  padding: 0px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px;
  background-color: #FFFFFF; }

/* Tabelas Mobile */
#containerMobile {
  padding: 0px; }

.tabelaRefsMobile {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  z-index: 0; }
  .tabelaRefsMobile .linkRef {
    font-size: 20px;
    font-size: 1.25rem; }

.tabelaRefsMobile.fixed-column {
  position: absolute;
  display: inline-block;
  width: auto;
  z-index: 2; }

.tabelaRefsMobile .primeira-coluna {
  min-width: 200px;
  min-height: 65px;
  color: #222222; }

.tabelaRefsMobile th.fixedSize {
  width: 200px;
  text-align: center;
  background-color: #F8F8F8; }

.tabelaRefsMobile th .imgH {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.tabelaRefsMobile th .icon {
  display: block;
  width: 61px;
  height: 100%;
  height: 50px;
  margin: auto;
  margin-bottom: -20px;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

/* Tipo A */
.tabelaRefsMobile.tipoA th {
  padding: 0px; }

.tabelaRefsMobile th.space {
  padding: 0px;
  padding-top: 20px; }

.linhaOnit {
  background-image: url("/fileManager/editor/SpotOn-Onit/spotOn_onit_line.png");
  background-repeat: repeat-y; }

#listaRefs {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px; }
  #listaRefs .capituloC {
    border-bottom: 1px solid #000000;
    margin-bottom: 10px; }
  #listaRefs h3 a {
    color: #000000; }

#listaRefs.loading {
  text-align: center; }

.filtrosProd.loading .container {
  opacity: .3;
  pointer-events: none; }

.filtrosProd {
  padding-top: 15px;
  background-color: #222222;
  color: #ffffff; }
  .filtrosProd .btOpenHide {
    display: inline-block; }
  .filtrosProd a.btOpenHide::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    border: 0px;
    margin-left: 4px;
    vertical-align: 0px; }
  .filtrosProd a.btOpenHide.collapsed::after {
    content: "\f107"; }
  .filtrosProd .listC {
    padding-top: 15px; }
  .filtrosProd .listC .row > div {
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .filtrosProd .listC .row > div {
        width: 14%; } }
  .filtrosProd .clearFilters {
    color: #ffffff; }
    .filtrosProd .clearFilters .badge {
      cursor: pointer;
      margin-right: 10px; }
    .filtrosProd .clearFilters .badge-clear {
      background-color: #222222;
      border: 1px solid #ffffff;
      color: #ffffff; }
    .filtrosProd .clearFilters .badge-clear:hover {
      background-color: #ffffff;
      border: 1px solid #ffffff;
      color: #222222; }
  .filtrosProd .titulo {
    font-weight: 700;
    margin-bottom: 10px; }
  .filtrosProd a.itemF {
    position: relative;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    cursor: pointer;
    padding-left: 16px;
    color: #ffffff; }
  .filtrosProd a.itemF:before {
    content: ' ';
    position: absolute;
    display: block;
    top: 5px;
    left: 0px;
    border: 1px solid #ffffff;
    width: 12px;
    height: 12px;
    background-color: transparent; }
  .filtrosProd a.itemF:hover {
    text-decoration: none; }
  .filtrosProd a.itemF.active {
    color: #ffffff; }
  .filtrosProd a.itemF.disable:hover:before {
    background-color: transparent; }
  .filtrosProd a.itemF.disable {
    cursor: default;
    opacity: .2; }
  .filtrosProd a.itemF:hover:before,
  .filtrosProd a.itemF.active:before {
    background-color: #ffffff; }

.produtoSYSD,
.listaModulosSYS {
  margin-top: 60px; }
  .produtoSYSD .sysItem,
  .listaModulosSYS .sysItem {
    margin-bottom: 30px; }
    .produtoSYSD .sysItem .nome,
    .listaModulosSYS .sysItem .nome {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px; }
      .produtoSYSD .sysItem .nome .btn,
      .listaModulosSYS .sysItem .nome .btn {
        min-width: 160px; }
    .produtoSYSD .sysItem .descricao,
    .listaModulosSYS .sysItem .descricao {
      font-weight: 300; }
    .produtoSYSD .sysItem .descricao img,
    .listaModulosSYS .sysItem .descricao img {
      max-width: 100%;
      margin-bottom: 5px; }
    .produtoSYSD .sysItem .imgC,
    .listaModulosSYS .sysItem .imgC {
      position: relative;
      overflow: hidden;
      margin-bottom: 20px; }
    .produtoSYSD .sysItem .imgC .img,
    .listaModulosSYS .sysItem .imgC .img {
      width: 100%;
      padding-bottom: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }

#detalheSYS2023 {
  background-color: #D5D1C7; }

.produtoSYSD {
  margin-top: 0px; }
  .produtoSYSD .sysItem {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 45px;
    background-color: #D5D1C7; }
  .produtoSYSD .lightSep {
    background-color: #D5D1C7; }
  .produtoSYSD .fixedHeader {
    background-color: #D5D1C7; }
  .produtoSYSD .fixedHeader > div,
  .produtoSYSD .tabelaRefs th {
    background-color: #D5D1C7; }

.listaBotoesSYS {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #D5D1C7; }
  .listaBotoesSYS a {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 6px; }
  .listaBotoesSYS a.aberto {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000; }

.listaContactos {
  /*margin-top: -50px;*/
  margin-bottom: 30px; }
  .listaContactos .area_0 {
    /*background-color: #f9f9f7;*/
    padding-top: 60px;
    padding-bottom: 90px; }
  .listaContactos .area_1 {
    padding-top: 40px;
    padding-bottom: 90px; }
  .listaContactos .grupoT {
    position: relative;
    display: block;
    min-height: 160px;
    height: 100%;
    background-color: #EEEEEE;
    border: 1px solid #DFDFDF;
    color: #000000;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    padding: 20px; }
    @media (max-width: 991px) {
      .listaContactos .grupoT {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 18px;
        font-size: 1.125rem;
        min-height: 0px; } }
  .listaContactos .grupoT.collapsed {
    background-color: #F8F8F8; }
  .listaContactos .grupoT:hover {
    background-color: #EEEEEE; }
  .listaContactos .grupoT::after {
    content: '-';
    position: absolute;
    right: 20px;
    bottom: 20px; }
    @media (max-width: 991px) {
      .listaContactos .grupoT::after {
        bottom: 50%;
        -webkit-transform: translate(0px, 50%);
        -moz-transform: translate(0px, 50%);
        -ms-transform: translate(0px, 50%);
        transform: translate(0px, 50%); } }
  .listaContactos .grupoT.collapsed::after {
    content: '+'; }
  .listaContactos .listaC {
    /*display: none;*/
    width: 100%; }
    .listaContactos .listaC .row > div {
      margin-bottom: -1px;
      margin-right: -1px; }
  .listaContactos .linha > div {
    margin-bottom: -1px;
    margin-right: -1px; }
  .listaContactos .itemContacto {
    position: relative;
    height: 100%;
    border: 1px solid #e3e3e1;
    padding: 25px; }
    .listaContactos .itemContacto .nome {
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 10px; }
    .listaContactos .itemContacto a {
      position: relative;
      color: #000000;
      text-decoration: underline; }
    .listaContactos .itemContacto a:hover {
      text-decoration: none; }

#mapaC {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 36vw;
  min-height: 400px; }
  #mapaC #map {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/out/2016, 15:21:19
    Author     : filipemurteira
*/
.listaAbout {
  background-color: #222222;
  padding-top: 60px;
  padding-bottom: 20px; }

.itemAbout {
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  color: #FFFFFF; }
  .itemAbout .nome {
    padding-top: 10px;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-size: 20px;
    font-size: 1.25rem; }
  .itemAbout .desc {
    color: #9e9e9e;
    font-size: 14px;
    font-size: 0.875rem; }

.numerosLista {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center; }
  .numerosLista .numero {
    min-width: 126px;
    line-height: 60px;
    margin-bottom: 10px;
    font-size: 50px;
    font-size: 3.125rem;
    border-bottom: 1px solid #000000; }

.historiaTimeline {
  margin-top: 0px;
  margin-bottom: 50px;
  position: relative; }
  .historiaTimeline .container {
    position: relative; }
  .historiaTimeline .swiper-button-prev::after,
  .historiaTimeline .swiper-button-next::after {
    display: none; }
  .historiaTimeline .swiper-button-next {
    width: 23px;
    height: 16px;
    right: -30px;
    margin-top: -6px;
    background-image: url(../img/slide_timeline_right.png);
    background-size: 23px 16px;
    background-repeat: no-repeat; }
  .historiaTimeline .swiper-button-prev {
    width: 23px;
    height: 16px;
    left: -30px;
    margin-top: -6px;
    background-image: url(../img/slide_timeline_left.png);
    background-size: 23px 16px;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .historiaTimeline .swiper-button-next,
    .historiaTimeline .swiper-button-prev {
      display: none; } }
  .historiaTimeline .slideTimeline {
    margin: auto;
    margin-bottom: 50px;
    width: 100%; }
    .historiaTimeline .slideTimeline .swiper-slide {
      width: 220px; }
      .historiaTimeline .slideTimeline .swiper-slide .item {
        padding-top: 33px;
        pointer-events: none;
        position: relative; }
        .historiaTimeline .slideTimeline .swiper-slide .item .linha {
          position: absolute;
          left: 0px;
          top: 33px;
          background-color: #000000;
          width: 100%;
          height: 5px; }
        .historiaTimeline .slideTimeline .swiper-slide .item .linha::after {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -6px;
          margin-left: -6px;
          content: '';
          background-color: #000000;
          width: 12px;
          height: 12px;
          border-radius: 12px;
          border: 2px solid #ffffff; }
        .historiaTimeline .slideTimeline .swiper-slide .item .ano {
          position: relative;
          padding-top: 10px;
          position: relative;
          text-align: center;
          font-weight: 700; }
        .historiaTimeline .slideTimeline .swiper-slide .item .texto {
          position: absolute;
          top: 70px;
          left: 0px;
          width: 100%;
          background-color: #f9f9f7;
          padding: 15px;
          color: #000000; }
    .historiaTimeline .slideTimeline .swiper-slide:first-child .item .linha {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .historiaTimeline .slideTimeline .swiper-slide:last-child .item .linha {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
    .historiaTimeline .slideTimeline .swiper-slide:nth-child(even) .item .ano {
      top: -40px; }
    .historiaTimeline .slideTimeline .swiper-slide:nth-child(even) .item .texto {
      top: auto;
      bottom: 66px; }

#pesquisaDiv {
  position: fixed;
  top: 86px;
  left: 0px;
  width: 100%;
  z-index: 1002;
  background-color: #E1E1E1; }
  @media (max-width: 767px) {
    #pesquisaDiv {
      top: 50px; } }
  #pesquisaDiv .container {
    /*height: 105px;*/
    position: relative; }
    @media (max-width: 767px) {
      #pesquisaDiv .container {
        height: auto; } }
  #pesquisaDiv #pesquisaForm {
    position: relative; }

#pesquisaDiv.fixed {
  z-index: 99; }

#pesquisaClose {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; }

#pesquisaOldRef {
  position: relative;
  /*padding-bottom: 5px;*/
  background-color: #E1E1E1; }

#pesquisaDiv .form-control {
  display: block;
  width: 100%;
  height: 65px;
  padding: 6px 12px;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 300;
  color: #000000;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 45px; }
  @media (max-width: 767px) {
    #pesquisaDiv .form-control {
      font-size: 30px;
      font-size: 1.875rem;
      margin-top: 5px; } }

#pesquisaDiv .has-feedback .form-control-feedback {
  visibility: hidden; }

#pesquisaDiv .help-block {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #6D6D6D;
  margin-top: 0px; }

.tituloEspaco {
  height: 150px; }
  @media (max-width: 767px) {
    .tituloEspaco {
      height: 86px; } }

#pesquisaDiv .more {
  position: absolute;
  bottom: 5px;
  left: 30px;
  font-size: 12px;
  font-weight: 700; }
  @media (max-width: 767px) {
    #pesquisaDiv .more {
      bottom: -5px; } }
  #pesquisaDiv .more a {
    color: #6c757d; }
  #pesquisaDiv .more a:hover {
    color: #555; }

#pesquisaDiv .status {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #6D6D6D;
  margin-top: -15px; }

.resultadosPesquisa .pesquisa h3 {
  margin-top: 30px;
  margin-bottom: 30px; }

.autocomplete-suggestions {
  border: 0px;
  background: #F2F2F2;
  overflow: auto;
  font-size: 16px;
  margin-top: 25px; }
  @media (max-width: 767px) {
    .autocomplete-suggestions {
      margin-top: 0px; } }

.autocomplete-group {
  background-color: #D8D8D8;
  padding: 5px 10px; }

.autocomplete-group strong {
  display: block;
  color: #9B9B9B;
  font-weight: normal; }

.autocomplete-suggestion {
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  color: #9B9B9B; }

.autocomplete-selected {
  background: #E4E1E1;
  color: #9B9B9B; }

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #000000; }

/*.formGarantia{
    h3{
        margin-bottom: 30px;
        margin-top: 30px;
        
        .nota{
            @include font-size(12);
        }
    }
}*/
.garantiaTopo {
  background-color: #000000;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 200px; }

.garantiaSucesso {
  background-color: #F2F2F2;
  color: #000000;
  font-size: 16px;
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 50px; }

.downloadTopo {
  background-color: #000000;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 100;
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 236px;
  margin-bottom: 50px; }
  .downloadTopo a {
    color: #ffffff; }
  .downloadTopo a:hover {
    text-decoration: underline; }

.listaDownloads {
  /*.item:hover{
      img{
          @include scale(1.1);
      }
      .nome::after{
          width: 100%;
      }
  }*/ }
  .listaDownloads h3 {
    margin-bottom: 20px;
    margin-top: 30px; }
  .listaDownloads .item {
    margin-bottom: 30px; }
    .listaDownloads .item .img {
      overflow: hidden;
      margin-bottom: 20px; }
      .listaDownloads .item .img img {
        width: 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; }
    .listaDownloads .item .nome {
      position: relative;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500;
      display: inline-block;
      margin-bottom: 5px;
      line-height: 1.5; }
    .listaDownloads .item .links a {
      position: relative;
      color: #000000; }
    .listaDownloads .item .links a::after {
      content: '';
      position: absolute;
      left: 0px;
      bottom: 0px;
      height: 1px;
      width: 0%;
      background-color: #999;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .listaDownloads .item .links a:hover::after {
      width: 100%; }

/*@import 'conteudos/programas';*/
/*@import 'conteudos/associados';*/
/*@import 'conteudos/cliente';*/
/*@import 'conteudos/encomenda';*/

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