@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Roboto:wght@300;400;500;700;900&display=swap");
html,
body {
  font-family: "PT Serif", serif;
  font-size: 16px; }

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;
  word-wrap: break-word; }

@media (min-width: 1200px) {
  .navbar {
    padding-left: 50px; }

  .container-fluid {
    padding-left: 50px;
    padding-right: 50px; } }
@media (min-width: 1600px) {
  .navbar {
    padding-left: 150px; }

  .container-fluid {
    max-width: 1600px;
    /*padding-left: 150px;*/
    /*padding-right: 150px;*/ } }
h1 {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 400;
  color: #87949c; }
  @media (max-width: 991px) {
    h1 {
      font-size: 32px;
      font-size: 2rem; } }

h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700; }
  @media (max-width: 991px) {
    h2 {
      font-size: 16px;
      font-size: 1rem; } }

#fichaEmbed {
  position: relative;
  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;
  overflow: hidden; }
  #fichaEmbed iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px; }

#mapaEmbed {
  position: relative; }
  #mapaEmbed iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0px; }

.mapa .embed-responsive-16by9::before {
  padding-top: 150%; }

.imgTopo {
  position: relative;
  height: 450px;
  color: #ffffff;
  text-align: left;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .imgTopo .mascara {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply; }
  @media (max-width: 767px) {
    .imgTopo {
      height: 200px;
      font-size: 28px;
      font-size: 1.75rem; } }
  .imgTopo .nome {
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 1.1;
    color: #87949c; }
    @media (max-width: 991px) {
      .imgTopo .nome {
        font-size: 36px;
        font-size: 2.25rem; } }
  .imgTopo .subnome {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700; }

.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 .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.swiper-button-prev,
.swiper-button-next {
  background-repeat: no-repeat;
  background-size: 26px 52px;
  height: 52px; }

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none; }

.swiper-button-prev {
  background-image: url("../img/seta_time_esq.svg"); }

.swiper-button-next {
  background-image: url("../img/seta_time_dir.svg"); }

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

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

.btn {
  border-radius: 20px;
  font-size: 16px;
  font-size: 1rem; }

.btn-primary {
  background-color: transparent;
  border-color: #c2bfbd;
  color: #87949c; }

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

.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #87949c;
  border-color: #87949c;
  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,
a: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); }

#menuTopo {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  z-index: 1000;
  margin: 0px;
  background-color: #000000;
  border-bottom: 1px solid #ffffff;
  position: relative;
  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;
  font-family: "Roboto", sans-serif;
  /*    .navbar-nav > .nav-item:last-child{
          display: none; 
      }*/ }
  #menuTopo .navbar-brand img {
    width: 200px; }
  #menuTopo .coracaoC {
    position: relative;
    background-color: rgba(255, 255, 255, 0.28);
    height: 126px;
    width: 126px;
    border-left: 1px solid #ffffff; }
    #menuTopo .coracaoC a {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: block; }
      #menuTopo .coracaoC a .coracao {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-image: url(../img/coracao_guimaraes.svg);
        background-size: 60px 45px;
        background-repeat: no-repeat;
        background-position: center center;
        /*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 .coracaoC a .texto {
        position: absolute;
        top: 0px;
        left: 100%;
        width: 100%;
        height: 100%;
        background-image: url(../img/logo_cm.svg);
        background-size: 97px 30px;
        background-repeat: no-repeat;
        background-position: center center;
        /*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; }
    #menuTopo .coracaoC a:hover .coracao {
      left: 100%;
      /*opacity: 0;*/ }
    #menuTopo .coracaoC a:hover .texto {
      left: 0%;
      /*opacity: 1;*/ }
  @media (max-width: 991px) {
    #menuTopo .navbar-brand img {
      width: 150px; }
    #menuTopo .coracaoC {
      height: 63px;
      width: 63px; }
      #menuTopo .coracaoC a .coracao {
        background-size: 50px 37px; }
      #menuTopo .coracaoC a .texto {
        background-size: 48px 15px; }
    #menuTopo .navbar-collapse {
      margin-left: -15px;
      background-color: #000000; } }
  #menuTopo .navbar-toggler {
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    margin-right: 25px;
    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); }
  @media (min-width: 992px) {
    #menuTopo .navbar-collapse ul {
      margin-left: auto;
      margin-right: 50px; } }
  #menuTopo .dropdown-toggle::after {
    display: none; }
  #menuTopo .nav-item .nav-link {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 992px) {
      #menuTopo .nav-item .nav-link {
        padding-top: 50px;
        padding-bottom: 50px; } }
  #menuTopo .nav-item .nav-link.active,
  #menuTopo .nav-item .nav-link:hover {
    color: #87949c; }
  #menuTopo .dropdown-menu {
    min-width: 10rem;
    padding: 10px 20px;
    margin: 0px;
    background-color: white;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 0px; }
    #menuTopo .dropdown-menu .nav-item {
      display: block;
      text-align: center; }
      #menuTopo .dropdown-menu .nav-item .dropdown-item {
        width: auto;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        color: #000000;
        border-bottom: 1px solid #000000;
        text-transform: uppercase; }
      #menuTopo .dropdown-menu .nav-item .dropdown-item.active,
      #menuTopo .dropdown-menu .nav-item .dropdown-item:hover {
        background-color: transparent;
        color: #87949c; }
  @media (max-width: 991px) {
    #menuTopo .dropdown-menu {
      min-width: 0px;
      padding: 0px;
      margin: 0px;
      margin-left: 30px;
      background-color: transparent;
      border: 0px;
      text-align: left; }
      #menuTopo .dropdown-menu .nav-item .dropdown-item {
        display: block;
        text-align: left;
        color: #ffffff; }
      #menuTopo .dropdown-menu .nav-item .dropdown-item.active,
      #menuTopo .dropdown-menu .nav-item .dropdown-item:hover {
        color: #ced3d6; } }

@media (min-width: 992px) {
  .dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important; } }
#menuTopo.fixo {
  background-color: #000000 !important; }

footer .menuT {
  font-family: "Roboto", sans-serif;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
  background-color: #3d373f; }
  footer .menuT ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    footer .menuT ul li {
      border-top: 1px solid #ffffff;
      margin-right: 25px;
      vertical-align: top;
      display: inline-block; }
      @media (min-width: 1200px) {
        footer .menuT ul li {
          margin-right: 70px; } }
      footer .menuT ul li a {
        color: #ffffff;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700; }
      footer .menuT ul li a.active,
      footer .menuT ul li a:hover {
        color: #87949e; }
      footer .menuT ul li a:first-child {
        padding-left: 0px; }
      footer .menuT ul li > ul {
        display: block;
        position: relative;
        padding: 0px;
        margin: 0px;
        margin-bottom: 15px;
        background-color: transparent;
        border: 0px;
        border-radius: 0px; }
        footer .menuT ul li > ul li {
          border-top: 0px;
          display: block; }
          footer .menuT ul li > ul li a {
            font-size: 14px;
            font-size: 0.875rem;
            padding: 0px;
            margin: 0px;
            padding-top: 2px;
            padding-bottom: 2px; }
          footer .menuT ul li > ul li a.active,
          footer .menuT ul li > ul li a:hover {
            background-color: transparent;
            color: #87949e; }
footer .menuR {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ced3d6; }
  footer .menuR .logotipo img {
    width: 130px; }
  footer .menuR ul {
    margin: 0px;
    padding: 0px;
    list-style: none; }
    footer .menuR ul li {
      display: inline-block; }
      footer .menuR ul li a {
        color: #87949c; }
      footer .menuR ul li a:hover {
        color: #000000; }
      footer .menuR ul li a:first-child {
        padding-left: 0px; }
footer .copy {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff; }
  footer .copy a {
    color: #000000;
    text-decoration: underline; }

body.catalogo #menuTopo {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent; }
body.catalogo .imgTopo {
  height: 730px; }
  body.catalogo .imgTopo .nome {
    color: #ffffff;
    margin-bottom: 10px; }

.areasSlide {
  margin-bottom: 50px; }
  .areasSlide .swiper-button-prev,
  .areasSlide .swiper-button-next {
    color: #ffffff; }
  @media (min-width: 1200px) {
    .areasSlide .swiper-button-prev {
      left: 25px; }
    .areasSlide .swiper-button-next {
      right: 25px; } }
  .areasSlide .item {
    height: 730px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-left: 50px; }
    .areasSlide .item .btn-primary {
      background-color: transparent;
      border-color: #ffffff;
      color: #ffffff;
      border-radius: 20px;
      font-size: 16px;
      font-size: 1rem;
      text-shadow: none; }
    .areasSlide .item .btn-primary:hover {
      background-color: #000000;
      color: #ffffff; }
    .areasSlide .item .mascara {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      mix-blend-mode: multiply;
      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; }
    .areasSlide .item .nome {
      font-size: 70px;
      font-size: 4.375rem;
      font-weight: 700;
      line-height: 1.1;
      text-shadow: 2px 2px 3px black;
      color: #ffffff;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .areasSlide .item .nome {
          font-size: 45px;
          font-size: 2.8125rem; } }
    .areasSlide .item .subnome {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      text-shadow: 2px 2px 3px black;
      color: #ffffff; }
  .areasSlide .item.open .mascara {
    /*opacity: 0;*/
    bottom: calc(100% - 128px); }

.listaAreas {
  margin-bottom: 30px;
  /*    .item.active,
      .item:hover{
          .mascara{
              top: calc(100% - 80px);
          }
      }*/ }
  .listaAreas h1 {
    margin-bottom: 40px; }
  .listaAreas .itemF {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%; }
    .listaAreas .itemF .imgC {
      position: relative;
      width: 100%;
      background-color: #c2bfbd; }
      @media (min-width: 768px) {
        .listaAreas .itemF .imgC {
          padding-bottom: 100%; } }
    .listaAreas .itemF .nome {
      position: relative;
      color: #384f59;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      padding: 30px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .listaAreas .itemF .nome {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%; } }
  .listaAreas .item {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%; }
    .listaAreas .item .mascara {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      mix-blend-mode: multiply;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .listaAreas .item .imgC {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    .listaAreas .item .nome {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 50%;
      text-align: center;
      color: #ffffff;
      font-size: 28px;
      font-size: 1.75rem;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      padding: 15px; }
      @media (max-width: 991px) {
        .listaAreas .item .nome {
          line-height: 1.2;
          font-size: 30px;
          font-size: 1.875rem; } }
      .listaAreas .item .nome > div {
        width: 100%; }
      .listaAreas .item .nome img {
        margin-bottom: 10px;
        opacity: .5; }
        @media (max-width: 991px) {
          .listaAreas .item .nome img {
            width: 40px; } }
    .listaAreas .item .areas {
      position: absolute;
      top: 50%;
      left: 0px;
      right: 0px;
      bottom: 0px;
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
      .listaAreas .item .areas > div {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50%;
        height: 100%;
        text-align: center;
        font-weight: 700; }
        .listaAreas .item .areas > div img {
          height: 37px;
          margin-bottom: 10px; }
          @media (max-width: 991px) {
            .listaAreas .item .areas > div img {
              height: 55px; } }
        .listaAreas .item .areas > div a {
          position: relative;
          height: 100%;
          display: block;
          font-size: 20px;
          font-size: 1.25rem;
          color: #ffffff;
          opacity: .5; }
          @media (max-width: 991px) {
            .listaAreas .item .areas > div a {
              font-size: 22px;
              font-size: 1.375rem; } }
          .listaAreas .item .areas > div a > div {
            position: relative;
            width: 100%;
            z-index: 2; }
          .listaAreas .item .areas > div a .masc {
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            -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: 0;
            z-index: 1; }
        .listaAreas .item .areas > div a:hover {
          text-decoration: none;
          opacity: 1; }
          .listaAreas .item .areas > div a:hover .masc {
            opacity: 1; }
      .listaAreas .item .areas > div.objectos {
        border-left: 2px solid rgba(255, 255, 255, 0.5);
        left: 50%; }

.listaIconsAreas {
  background-image: url(../img/fundo_icons.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .listaIconsAreas {
      display: none; } }
  .listaIconsAreas a {
    position: relative;
    display: inline-block;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: 700;
    margin-bottom: 60px;
    margin-left: 35px;
    margin-right: 35px; }
    .listaIconsAreas a img {
      position: relative;
      top: 0px;
      height: 75px;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .listaIconsAreas a .nome {
      position: absolute;
      bottom: -40px;
      text-align: center;
      left: 50%;
      transform: translate(-50%, 0);
      white-space: nowrap;
      -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: 0; }
  .listaIconsAreas a.active,
  .listaIconsAreas a:hover {
    text-decoration: none; }
    .listaIconsAreas a.active img,
    .listaIconsAreas a:hover img {
      top: -10px; }
    .listaIconsAreas a.active .nome,
    .listaIconsAreas a:hover .nome {
      opacity: 1; }

.imgTopo {
  position: relative; }
  .imgTopo .casoC {
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); }
    .imgTopo .casoC .caso {
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      margin-bottom: -10px;
      color: #87949c; }
    .imgTopo .casoC .area {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 400; }
    .imgTopo .casoC .nome {
      font-size: 48px;
      font-size: 3rem;
      font-weight: 700;
      margin-top: 30px;
      margin-bottom: 30px;
      color: #ffffff; }
    .imgTopo .casoC .autor {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: 700; }
    @media (max-width: 991px) {
      .imgTopo .casoC .caso {
        font-size: 14px;
        font-size: 0.875rem; }
      .imgTopo .casoC .area {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 400; }
      .imgTopo .casoC .nome {
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: 15px;
        margin-bottom: 15px; }
      .imgTopo .casoC .autor {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700; } }

body.casoEstudo .imgTopo::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(137, 148, 155, 0.71); }

.listaCasos.home {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #eef0f1;
  color: #87949c; }
  .listaCasos.home .item {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #87949e;
    padding-top: 10px;
    text-align: left; }
    .listaCasos.home .item .texto {
      height: 100%;
      max-width: 215px; }
    .listaCasos.home .item .imgC {
      width: 100%;
      padding-bottom: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-color: #87949e;
      border-radius: 100%;
      margin-top: 10px;
      margin-bottom: 20px;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
      .listaCasos.home .item .imgC a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
    .listaCasos.home .item .nome {
      border-top: 1px solid #87949e;
      padding-top: 15px;
      /*margin-bottom: 20px;*/
      font-size: 14px;
      font-size: 0.875rem; }
    .listaCasos.home .item .link {
      padding-bottom: 30px; }
  .listaCasos.home .item:hover .imgC {
    border-top-left-radius: 0px; }

.listaCasos {
  padding-bottom: 60px;
  position: relative;
  text-align: center; }
  .listaCasos .item {
    margin-top: 30px;
    width: 100%;
    height: 100%;
    color: #87949c;
    text-align: left; }
    .listaCasos .item .texto {
      height: 100%;
      max-width: 215px; }
    .listaCasos .item .area {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700;
      color: #87949c;
      margin-bottom: 5px; }
      @media (max-width: 767px) {
        .listaCasos .item .area {
          font-size: 22px;
          font-size: 1.375rem; } }
    .listaCasos .item .imgC {
      width: 100%;
      padding-bottom: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-color: #87949e;
      border-radius: 100%;
      margin-top: 10px;
      margin-bottom: 20px;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
      .listaCasos .item .imgC a {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
    .listaCasos .item .nome {
      border-top: 1px solid #87949e;
      padding-top: 15px;
      /*margin-bottom: 20px;*/
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700; }
    .listaCasos .item .autor {
      margin-top: 15px;
      font-size: 12px;
      font-size: 0.75rem; }
    .listaCasos .item .link a {
      min-width: 60px; }
  .listaCasos .item:hover .imgC {
    border-top-left-radius: 0px; }

.casoDetalhe {
  margin-bottom: 100px;
  color: #87949c; }
  .casoDetalhe .link {
    margin-bottom: 15px; }
    .casoDetalhe .link .btn-primary {
      padding-left: 30px;
      padding-right: 30px;
      border-width: 2px;
      border-color: #87949e; }
    .casoDetalhe .link .btn-primary:hover {
      border-color: #87949e;
      background-color: #87949e;
      color: #ffffff; }
  .casoDetalhe .galeria {
    margin-bottom: 30px;
    color: #000000; }
    .casoDetalhe .galeria .swiper-containerC {
      position: relative; }
      .casoDetalhe .galeria .swiper-containerC .swiper-slide {
        background-color: #000000;
        padding-bottom: 56%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain; }
        .casoDetalhe .galeria .swiper-containerC .swiper-slide .legenda {
          position: absolute;
          bottom: 0px;
          left: 0px;
          width: 100%;
          background-color: #87949c;
          font-size: 16px;
          font-size: 1rem;
          color: #000000;
          padding: 4px; }
      .casoDetalhe .galeria .swiper-containerC .swiper-button-prev,
      .casoDetalhe .galeria .swiper-containerC .swiper-button-next {
        color: #ffffff; }
      @media (min-width: 1200px) {
        .casoDetalhe .galeria .swiper-containerC .swiper-button-prev {
          left: 25px; }
        .casoDetalhe .galeria .swiper-containerC .swiper-button-next {
          right: 25px; } }
  @media (max-width: 991px) {
    .casoDetalhe .lista {
      padding-top: 25px;
      border-top: 1px solid #87949e; }
      .casoDetalhe .lista .item.destaque {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 700; } }
  .casoDetalhe .lista .item {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #87949e; }
    .casoDetalhe .lista .item a {
      color: #87949c; }
      .casoDetalhe .lista .item a .nome {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700; }
    .casoDetalhe .lista .item a:hover {
      text-decoration: none;
      color: #000000; }

#timeline {
  background-color: #e6e5e4; }
  #timeline .swiper-containerC {
    position: relative; }
  #timeline .swiper-button-prev,
  #timeline .swiper-button-next {
    color: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-size: 26px 52px;
    height: 52px; }
  #timeline .swiper-button-prev::after,
  #timeline .swiper-button-next::after {
    display: none; }
  #timeline .swiper-button-prev {
    background-image: url("../img/seta_time_esq.svg"); }
  #timeline .swiper-button-next {
    background-image: url("../img/seta_time_dir.svg"); }
  #timeline .swiper-button-disabled {
    display: none; }
  @media (min-width: 1200px) {
    #timeline .swiper-button-prev {
      left: -40px; }
    #timeline .swiper-button-next {
      right: -40px; } }
  #timeline .epocas .swiper-slide {
    width: 200px;
    height: auto; }
  #timeline .epocas a {
    position: relative;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 400;
    padding: 20px;
    padding-bottom: 5px;
    color: #87949c;
    cursor: pointer;
    border-left: 2px solid #87949e;
    min-height: 100%; }
    #timeline .epocas a b {
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700; }
  #timeline .epocas a::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000000;
    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; }
  #timeline .epocas a.active,
  #timeline .epocas a:hover {
    color: #000000;
    text-decoration: none; }
  #timeline .epocas a.active::before,
  #timeline .epocas a:hover::before {
    opacity: 1; }
  #timeline .areaLinha {
    position: relative;
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 10px;
    margin-top: 5px;
    border-top: 2px solid #87949e;
    border-bottom: 2px solid #87949e; }
    #timeline .areaLinha .swiper-slide {
      padding-top: 15px;
      padding-bottom: 15px;
      /*padding-right: 20px;*/
      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;
      width: 70%; }
      @media (max-width: 991px) {
        #timeline .areaLinha .swiper-slide {
          width: 100%; } }
      #timeline .areaLinha .swiper-slide .container-fluid {
        padding-left: 0px;
        padding-right: 0px; }
      #timeline .areaLinha .swiper-slide .texto {
        padding-right: 20px;
        max-width: 500px; }
      #timeline .areaLinha .swiper-slide .imgC {
        margin-left: 10px;
        margin-right: 30px;
        width: 385px; }
        @media (max-width: 991px) {
          #timeline .areaLinha .swiper-slide .imgC {
            margin-left: 0px;
            margin-right: 0px;
            width: 100%;
            margin-bottom: 30px; } }
        #timeline .areaLinha .swiper-slide .imgC .img {
          background-color: #87949e;
          border-radius: 15px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          padding-bottom: 80%; }
      #timeline .areaLinha .swiper-slide .btn {
        border-width: 2px;
        border-color: #87949e; }
      #timeline .areaLinha .swiper-slide .btn-primary:hover {
        border-color: #87949e;
        background-color: #87949e;
        color: #ffffff; }
      #timeline .areaLinha .swiper-slide .nome {
        font-size: 44px;
        font-size: 2.75rem;
        font-weight: 700;
        color: #87949e;
        margin-top: 10px;
        margin-bottom: 10px; }
        @media (max-width: 991px) {
          #timeline .areaLinha .swiper-slide .nome {
            font-size: 22px;
            font-size: 1.375rem; } }
      #timeline .areaLinha .swiper-slide .desc {
        font-size: 18px;
        font-size: 1.125rem;
        color: #87949e;
        font-weight: 700;
        margin-bottom: 10px; }
    #timeline .areaLinha .swiper-slide-active {
      opacity: 1; }
  #timeline .areaThumbs {
    padding-top: 20px;
    padding-bottom: 30px; }
    #timeline .areaThumbs .swiper-slide {
      width: 60px;
      background-color: #ffffff;
      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; }
      @media (min-width: 1200px) {
        #timeline .areaThumbs .swiper-slide {
          width: 80px; } }
      #timeline .areaThumbs .swiper-slide > div {
        border-radius: 5px;
        border: 1px solid #87949e;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        width: 100%;
        background-color: #87949e;
        padding-bottom: 74%; }
    #timeline .areaThumbs .swiper-slide:hover,
    #timeline .areaThumbs .swiper-slide-thumb-active {
      opacity: 1; }

.listaGlossario {
  position: relative;
  margin-top: -30px;
  margin-bottom: 10px; }
  .listaGlossario .letras {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #87949c; }
  .listaGlossario .card {
    border: 0px;
    border-radius: 0px;
    margin-bottom: -1px; }
  .listaGlossario .letra {
    color: #000000;
    position: relative;
    padding: 0px 10px;
    margin-bottom: 5px;
    cursor: pointer;
    display: inline-block;
    border-right: 1px solid #87949c;
    font-weight: 700;
    text-decoration: underline; }
  .listaGlossario .letra.collapsed {
    color: #87949e;
    text-decoration: none;
    font-weight: 400; }
  .listaGlossario .letra:hover {
    text-decoration: none;
    color: #000000; }
  .listaGlossario .glossario {
    color: #87949e; }

/*@import 'conteudos/historiaTimeline';*/
/*@import 'conteudos/programas';*/
/*@import 'conteudos/associados';*/
/*@import 'conteudos/noticias';*/
/*@import 'conteudos/cliente';*/
/*@import 'conteudos/produtos';*/
/*@import 'conteudos/encomenda';*/

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