@import url("./fonts/MontyStencil/MontyStencil-Light.css");
@import url("./fonts/MontyStencil/MontyStencil-Regular.css");
@import url("./fonts/MontyStencil/MontyStencil-Bold.css");
@import url("./fonts/MontyStencil/MontyStencil-Black.css");
@import url("./fonts/Monty/Monty-Light.css");
@import url("./fonts/Monty/Monty-Regular.css");
@import url("./fonts/Monty/Monty-Bold.css");
@import url("./fonts/Monty/Monty-Black.css");
/*$fontWMedium: 500;*/
html,
body {
  font-family: "MontyStencil", sans-serif;
  font-size: 16px; }

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

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

#conteudo {
  margin-top: 30px; }
  #conteudo .container .container-fluid {
    padding: 0px; }

.imgTopo {
  position: relative;
  height: 380px;
  color: #ffffff;
  text-align: left;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: 700;
  margin-top: -30px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 767px) {
    .imgTopo {
      height: 250px;
      font-size: 28px;
      font-size: 1.75rem; } }

h1 {
  font-size: 55px;
  font-size: 3.4375rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 35px;
      font-size: 2.1875rem; } }

h2 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #D7171F; }
  @media (max-width: 767px) {
    h2 {
      font-size: 25px;
      font-size: 1.5625rem; } }

h3 {
  font-size: 30px;
  font-size: 1.875rem; }
  @media (max-width: 767px) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem; } }

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

.galeriaBase {
  margin-bottom: 30px; }

.swiper {
  padding-bottom: 50px; }

.swiper-pagination-bullet {
  width: 55px;
  height: 4px;
  display: inline-block;
  border-radius: 4px;
  background: #D7171F;
  opacity: .3; }

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 0px;
  width: 45px;
  height: 25px;
  margin-top: 0px;
  z-index: 11;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next {
  right: 0px; }

.swiper-button-prev {
  left: auto;
  right: 55px; }

.swiper-button-next::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/icon_seta_dir.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.swiper-button-prev::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../img/icon_seta_esq.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }

.navNextPrev {
  position: relative; }
  .navNextPrev a {
    display: inline-block;
    width: 45px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center; }
  .navNextPrev a.navRight {
    background-image: url(../img/icon_seta_dir.svg); }
  .navNextPrev a.navLeft {
    background-image: url(../img/icon_seta_esq.svg); }

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

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

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

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

.btSeta {
  padding-right: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_seta_dir.svg);
  background-size: auto 80%;
  background-position: right 5px center; }

.btSeta:hover {
  background-position: right 0px center; }

.btSeta.inv {
  padding-right: 0px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-image: url(../img/icon_seta_esq.svg);
  background-size: auto 80%;
  background-position: left 5px center; }

.btSeta.inv:hover {
  background-position: left 0px center; }

#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); }

#menuLeft {
  position: fixed;
  left: -400px;
  width: 400px;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
  padding-top: calc(30px + 110px);
  z-index: 7;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
  #menuLeft .area {
    position: absolute;
    top: 110px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 30px;
    overflow: auto; }
    @media (max-width: 991px) {
      #menuLeft .area {
        top: 60px;
        padding: 15px;
        padding-left: 0px; } }
  #menuLeft ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 16px;
    font-size: 1rem; }
    #menuLeft ul .nav-item .nav-link {
      color: #000000;
      padding-top: 3px;
      padding-bottom: 3px; }
    #menuLeft ul .nav-item .nav-link.active,
    #menuLeft ul .nav-item .nav-link:hover {
      color: #D7171F; }
    #menuLeft ul ul {
      margin-top: 10px;
      margin-bottom: 20px;
      margin-left: 25px; }

#menuLeft.open {
  left: 0px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); }

#menuTopo.open {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25); }

#menuTopo {
  position: relative;
  z-index: 10;
  width: 100%;
  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 .logotipo {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px; }
    #menuTopo .logotipo img {
      width: 270px; }
      @media (max-width: 991px) {
        #menuTopo .logotipo img {
          width: 130px; } }
  #menuTopo .menuLinguas {
    position: relative;
    text-align: right;
    font-size: 18px;
    font-size: 1.125rem; }
    #menuTopo .menuLinguas a {
      color: #000000;
      text-decoration: none; }
    #menuTopo .menuLinguas a:not(:last-child):after {
      content: '|';
      position: relative;
      display: inline-block;
      color: #000000;
      margin-left: 5px;
      margin-right: 5px; }
    #menuTopo .menuLinguas a:hover,
    #menuTopo .menuLinguas a.active {
      color: #D7171F; }
  #menuTopo .navbar-toggler {
    position: relative;
    margin-top: 0px;
    z-index: 15;
    padding: 0px;
    width: 40px;
    height: 40px;
    border-radius: 0px;
    padding-top: 5px; }
    #menuTopo .navbar-toggler .bar {
      position: relative;
      top: 0px;
      left: 0px;
      display: block;
      margin: auto;
      width: 100%;
      height: 2px;
      border-radius: 4px;
      margin-bottom: 6px;
      background-color: #000000;
      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.open .bar:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #menuTopo .navbar-toggler.open .bar:nth-child(2) {
    opacity: 0; }
  #menuTopo .navbar-toggler.open .bar:nth-child(3) {
    top: -8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  #menuTopo .navbar-toggler:hover .bar {
    background-color: #D7171F; }

footer {
  background-color: #ffffff; }
  @media (max-width: 991px) {
    footer .logosArea {
      text-align: center; }
      footer .logosArea .row > div {
        margin-bottom: 15px; } }
  footer .menuC {
    position: relative;
    display: block;
    background-color: #A93430;
    width: 100%;
    margin-bottom: 120px;
    z-index: 4;
    padding-top: 40px;
    padding-bottom: 20px; }
    footer .menuC ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      @media (min-width: 992px) {
        footer .menuC ul {
          columns: 4; } }
      footer .menuC ul .nav-item .nav-link {
        padding: 0px;
        color: #ffffff;
        font-size: 18px;
        font-size: 1.125rem; }
      footer .menuC ul .nav-item .nav-link.active,
      footer .menuC ul .nav-item .nav-link:hover {
        color: #000000; }
      @media (min-width: 992px) {
        footer .menuC ul .nav-item {
          border-right: 1px solid #ffffff;
          margin-right: 20px; } }
      @media (min-width: 992px) {
        footer .menuC ul .nav-item:last-child {
          border-right-color: transparent;
          margin-right: 0px; } }
      footer .menuC ul ul {
        margin-top: 20px;
        columns: 1; }
        footer .menuC ul ul .nav-item {
          border-right: 0px !important; }
          footer .menuC ul ul .nav-item .nav-link {
            padding-top: 3px;
            padding-bottom: 3px;
            font-size: 12px;
            font-size: 0.75rem;
            text-decoration: underline; }
  footer .menuC::after {
    position: absolute;
    z-index: -1;
    bottom: -70px;
    left: 0px;
    content: '';
    height: 124px;
    width: 100%;
    background-color: #A93430;
    mask-image: url('data:image/svg+xml,<svg width="2572" height="124" viewBox="0 0 2572 124" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2572 0V124L2244 91L1912 124L1588 91L1272 124L1080 80L884 124L680 80L492 124L388 80L288 124L188 80L92 124L44 80L-20 124V0H2572Z" fill="%23A93430"/></svg>');
    mask-position: top left; }
  footer .logosC img {
    height: 35px; }
  footer .logosAppC {
    text-align: center; }
    footer .logosAppC .bispoGo {
      margin-right: 15px; }
    footer .logosAppC img {
      height: 35px; }
  @media (min-width: 992px) {
    footer .social {
      text-align: right; } }
  footer .social a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 4px;
    color: #000000;
    margin-left: 10px; }
  footer .social a:hover {
    color: #D7171F; }
  footer .copyC {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center; }

#galeria_nucleos .item {
  position: relative; }
  #galeria_nucleos .item .img {
    aspect-ratio: 1;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden; }
    #galeria_nucleos .item .img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-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; }
  #galeria_nucleos .item .nome {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: 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; }
    #galeria_nucleos .item .nome span {
      font-size: 14px;
      font-size: 0.875rem; }
  #galeria_nucleos .item a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block; }
#galeria_nucleos .item:hover .nome {
  color: #D7171F; }
#galeria_nucleos .item:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.nucleoDetalhe {
  margin-bottom: 50px; }
  .nucleoDetalhe .img {
    margin-bottom: 30px; }
  .nucleoDetalhe .navNextPrev {
    text-align: right;
    margin-bottom: 20px; }

#galeria_patrimonio {
  margin-bottom: 30px;
  width: 100%;
  aspect-ratio: 1; }
  @media (min-width: 992px) {
    #galeria_patrimonio {
      aspect-ratio: 16/11; } }
  @media (min-width: 1200px) {
    #galeria_patrimonio {
      aspect-ratio: 16/9; } }
  #galeria_patrimonio .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
  #galeria_patrimonio .item {
    position: relative;
    width: 100%;
    height: 100%; }
    #galeria_patrimonio .item .img {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      #galeria_patrimonio .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    #galeria_patrimonio .item .nome {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      background-color: rgba(215, 23, 31, 0.9);
      display: flex;
      justify-content: center;
      align-items: center;
      color: #ffffff;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      opacity: 0; }
      #galeria_patrimonio .item .nome .link {
        display: none;
        font-size: 12px;
        font-size: 0.75rem; }
      #galeria_patrimonio .item .nome span {
        font-size: 14px;
        font-size: 0.875rem; }
      @media (min-width: 992px) {
        #galeria_patrimonio .item .nome {
          font-size: 32px;
          font-size: 2rem; }
          #galeria_patrimonio .item .nome .link {
            margin-top: -10px;
            font-size: 18px;
            font-size: 1.125rem; }
          #galeria_patrimonio .item .nome span {
            font-size: 14px;
            font-size: 0.875rem; } }
    #galeria_patrimonio .item a {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      display: block; }
  #galeria_patrimonio .item:hover .nome {
    opacity: 1; }

#galeria_patrimonio:not(:hover) .item.anim .nome {
  opacity: 1; }

.patrimonioDetalhe {
  margin-bottom: 50px; }
  .patrimonioDetalhe .texto_desc {
    margin-top: 30px; }
  .patrimonioDetalhe .navNextPrev {
    text-align: right;
    margin-bottom: 20px; }

.listaNoticias .item {
  margin-bottom: 30px; }
  .listaNoticias .item a {
    color: #000000;
    text-decoration: none;
    display: block; }
    .listaNoticias .item a .img {
      aspect-ratio: 694/504;
      overflow: hidden; }
      .listaNoticias .item a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 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; }
    .listaNoticias .item a .nome {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      font-weight: 700; }
    .listaNoticias .item a .data {
      color: #D7171F;
      margin-top: 15px;
      margin-bottom: 15px; }
    .listaNoticias .item a .link {
      margin-top: 10px; }
  .listaNoticias .item a:hover .nome {
    color: #D7171F; }
  .listaNoticias .item a:hover .img img {
    -webkit-transform: scale(1.1) translate(0px, 10px);
    -moz-transform: scale(1.1) translate(0px, 10px);
    -ms-transform: scale(1.1) translate(0px, 10px);
    transform: scale(1.1) translate(0px, 10px); }

.noticiaDetalhe {
  margin-bottom: 50px; }
  .noticiaDetalhe .img {
    margin-bottom: 15px; }
    .noticiaDetalhe .img img {
      width: 100%; }
  .noticiaDetalhe h1 {
    /*@include font-size(20);*/ }
  .noticiaDetalhe .data {
    font-size: 12px;
    font-size: 0.75rem;
    color: #D7171F;
    margin-bottom: 15px; }

.listaRepositorio {
  margin-bottom: 50px; }
  .listaRepositorio .item {
    margin-bottom: 30px;
    text-align: center; }
    .listaRepositorio .item .img {
      aspect-ratio: 694/504;
      overflow: hidden;
      margin-bottom: 15px; }
      .listaRepositorio .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 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; }
    .listaRepositorio .item .nome {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      margin-bottom: 15px; }
    .listaRepositorio .item .data {
      color: #D7171F;
      margin-top: 15px;
      margin-bottom: 15px; }
    .listaRepositorio .item .link {
      margin-top: 10px; }

.repositorioDetalhe {
  margin-bottom: 50px; }
  .repositorioDetalhe .img {
    margin-bottom: 15px; }
    .repositorioDetalhe .img img {
      width: 100%; }
  .repositorioDetalhe h1 {
    /*@include font-size(20);*/ }
  .repositorioDetalhe .data {
    font-size: 12px;
    font-size: 0.75rem;
    color: #D7171F;
    margin-bottom: 15px; }

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

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