@charset "UTF-8";
@import url("./fonts/Metropolis/Metropolis-Regular.css");
@import url("./fonts/Metropolis/Metropolis-Bold.css");
@import url("./fonts/Metropolis/Metropolis-SemiBold.css");
@import url("./fonts/Metropolis/Metropolis-ExtraBold.css");
/*$fontWLight: 300;*/
/*$fontWMedium: 500;*/
html,
body {
  font-family: "Metropolis", sans-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; }

@media (min-width: 576px) {
  a {
    color: #ff000ff; } }
@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px; } }
h2 {
  font-size: 37px;
  font-size: 2.3125rem; }

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

.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-disabled {
  display: none !important; }

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

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

.btn-select {
  background-color: #eaeae4;
  color: #000000 !important;
  border-radius: 0px; }

.btn-select:hover {
  background-color: #be1e2d;
  color: #ffffff !important; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border: 0px;
  width: 16px;
  height: 8px;
  background-size: 16px 8px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='9px' viewBox='0 0 17 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Stroke-1' stroke='%23231F20' stroke-width='0.315' points='1 1 8.684 8.684 16.369 1'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }

.bootstrap-select .bs-searchbox {
  padding-left: 0px;
  padding-right: 0px; }
  .bootstrap-select .bs-searchbox .form-control {
    background-color: transparent;
    border-bottom: 1px solid #000000;
    border-radius: 0px; }
.bootstrap-select .dropdown-header {
  display: block;
  padding: 0px;
  margin-bottom: 0;
  font-weight: 700;
  color: #be1e2d; }
.bootstrap-select .dropdown-menu {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 100%;
  color: #000000;
  background-color: #eaeae4;
  border: 0px;
  border-radius: 0px; }
  .bootstrap-select .dropdown-menu .dropdown-item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #000000; }
  .bootstrap-select .dropdown-menu .dropdown-item.selected,
  .bootstrap-select .dropdown-menu .dropdown-item.active,
  .bootstrap-select .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #000000;
    font-weight: 700; }
  .bootstrap-select .dropdown-menu li a.opt {
    padding-left: 0px;
    margin-left: 15px; }

.form-control:focus {
  box-shadow: none !important; }

#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 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  width: 100%; }
  #menuTopo .logotipo img {
    height: 37px; }
  #menuTopo .menuDir a {
    position: relative;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #000000; }
  #menuTopo .menuDir a:hover {
    font-weight: 700;
    text-decoration: none; }

#bigMenu {
  display: none; }

#bigPesquisa {
  display: none; }

footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #eaeae4; }
  footer .logotipos {
    margin-bottom: 70px;
    text-align: center; }
    footer .logotipos img {
      margin-left: 15px;
      margin-right: 15px; }
  footer .menu {
    text-align: center; }
    footer .menu ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      footer .menu ul .nav-item {
        position: relative;
        display: inline-block; }
        footer .menu ul .nav-item .nav-link {
          font-size: 12px;
          font-size: 0.75rem;
          padding: 0px;
          padding-left: 15px;
          padding-right: 15px;
          color: #000000; }
        footer .menu ul .nav-item .nav-link.active,
        footer .menu ul .nav-item .nav-link:hover {
          color: #cccccc; }
      footer .menu ul .nav-item:not(:last-child)::after {
        position: absolute;
        right: -1px;
        top: 2px;
        content: '';
        width: 1px;
        height: 15px;
        background-color: #000000; }

#agendaDestaques {
  position: relative; }
  #agendaDestaques .detalhesC {
    position: absolute;
    z-index: 10;
    top: 70px;
    right: 15px;
    width: 230px; }
    @media (min-width: 1200px) {
      #agendaDestaques .detalhesC {
        right: 100px; } }
    #agendaDestaques .detalhesC .detalhes {
      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; }
      #agendaDestaques .detalhesC .detalhes a {
        display: block;
        padding: 20px;
        min-height: 180px;
        opacity: 1;
        color: #000000; }
      #agendaDestaques .detalhesC .detalhes .tipo {
        font-size: 12px;
        font-size: 0.75rem;
        margin-bottom: 5px; }
      #agendaDestaques .detalhesC .detalhes .nome {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: auto; }
      #agendaDestaques .detalhesC .detalhes .data {
        position: relative;
        font-size: 12px;
        font-size: 0.75rem; }
      #agendaDestaques .detalhesC .detalhes .data::before {
        content: '—';
        display: block;
        position: relative;
        font-size: 10px;
        font-size: 0.625rem; }
    #agendaDestaques .detalhesC .detalhes:hover {
      background-color: #be1e2d; }
      #agendaDestaques .detalhesC .detalhes:hover a {
        color: #ffffff;
        text-decoration: none; }
    #agendaDestaques .detalhesC .detalhes.transicao a {
      opacity: 0; }
    #agendaDestaques .detalhesC .bts {
      text-align: right; }
      #agendaDestaques .detalhesC .bts > div {
        display: inline-block;
        width: 38px;
        height: 38px;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.56);
        background-position: center center;
        background-repeat: no-repeat; }
      #agendaDestaques .detalhesC .bts > div:hover {
        background-color: rgba(0, 0, 0, 0.56); }
      #agendaDestaques .detalhesC .bts .prev {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='26px' viewBox='0 0 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Stroke-1' stroke='%23231F20' stroke-width='0.525' transform='translate(7.403500, 12.807500) rotate(-180.000000) translate(-7.403500, -12.807500) ' points='1 25.615 13.807 12.808 1 0'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }
      #agendaDestaques .detalhesC .bts .prev:hover {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='26px' viewBox='0 0 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Stroke-1' stroke='%23ffffff' stroke-width='0.525' transform='translate(7.403500, 12.807500) rotate(-180.000000) translate(-7.403500, -12.807500) ' points='1 25.615 13.807 12.808 1 0'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }
      #agendaDestaques .detalhesC .bts .next {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='26px' viewBox='0 0 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Stroke-1' stroke='%23231F20' stroke-width='0.525' points='1 25.615 13.807 12.808 1 0'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }
      #agendaDestaques .detalhesC .bts .next:hover {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='26px' viewBox='0 0 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Stroke-1' stroke='%23ffffff' stroke-width='0.525' points='1 25.615 13.807 12.808 1 0'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }
  #agendaDestaques .item {
    position: relative; }
    #agendaDestaques .item .caption {
      display: none; }
    #agendaDestaques .item .img {
      width: 100%;
      padding-bottom: 52%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }

.opcoesVisualizacao {
  background-color: #eaeae4;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 50px;
  text-align: right; }
  .opcoesVisualizacao .container-fluid > div {
    display: inline-block; }
  .opcoesVisualizacao .label {
    margin-right: 15px; }
  .opcoesVisualizacao a {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    border-left: 1px solid #716968;
    cursor: pointer; }
  .opcoesVisualizacao .cores a img {
    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; }
  .opcoesVisualizacao .cores a.active img,
  .opcoesVisualizacao .cores a:hover img {
    opacity: 1; }
  .opcoesVisualizacao .grelha a {
    position: relative; }
    .opcoesVisualizacao .grelha a img {
      position: relative;
      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; }
    .opcoesVisualizacao .grelha a img._4_col {
      position: absolute;
      left: 15px;
      top: 13px; }
    .opcoesVisualizacao .grelha a img._3_col {
      opacity: 1; }
  .opcoesVisualizacao .grelha a:hover img._4_col {
    opacity: 1; }
  .opcoesVisualizacao .grelha a:hover img._3_col {
    opacity: 0; }
  .opcoesVisualizacao .grelha.colunas_4 a img._4_col {
    opacity: 1; }
  .opcoesVisualizacao .grelha.colunas_4 a img._3_col {
    opacity: 0; }
  .opcoesVisualizacao .grelha.colunas_4 a:hover img._4_col {
    opacity: 0; }
  .opcoesVisualizacao .grelha.colunas_4 a:hover img._3_col {
    opacity: 1; }

.grupoEventosHome h2 {
  text-transform: uppercase; }
.grupoEventosHome .listaAgenda {
  padding-bottom: 15px;
  margin-bottom: 45px; }
.grupoEventosHome .listaAgenda:not(:last-child) {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 45px; }

.listaAgenda {
  margin-top: 50px; }
  .listaAgenda .filtro {
    margin-bottom: 25px; }
  .listaAgenda .btLoadMore.loading .loader {
    display: inline-block; }
  .listaAgenda .paginacao {
    margin-bottom: 30px;
    text-align: center; }
    .listaAgenda .paginacao a {
      cursor: pointer; }
      .listaAgenda .paginacao a .icon {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
      .listaAgenda .paginacao a .loader {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        position: relative;
        display: none;
        top: -2px; }
  .listaAgenda > .row > .col {
    margin-bottom: 30px; }
  .listaAgenda .item {
    position: relative;
    height: 100%;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    background-color: #eaeae4; }
    .listaAgenda .item a {
      color: #000000;
      height: 100%;
      text-decoration: none;
      display: block; }
      .listaAgenda .item a .imgC {
        position: relative;
        overflow: hidden;
        padding-bottom: 55%; }
      .listaAgenda .item a .img {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
      .listaAgenda .item a .img.noImage {
        background-image: url(../img/logotipo.svg);
        background-size: 100px 100px;
        background-color: #ffffff; }
      .listaAgenda .item a .area {
        padding: 20px; }
        .listaAgenda .item a .area .tipo {
          font-size: 12px;
          font-size: 0.75rem;
          margin-bottom: 5px; }
        .listaAgenda .item a .area .nome {
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 1.2;
          margin-bottom: auto; }
        .listaAgenda .item a .area .data {
          position: relative;
          font-size: 12px;
          font-size: 0.75rem; }
        .listaAgenda .item a .area .data::before {
          content: '—';
          display: block;
          position: relative;
          font-size: 10px;
          font-size: 0.625rem; }
    .listaAgenda .item a:hover .img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .listaAgenda .item::after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    height: 10px;
    bottom: -10px;
    background-color: #be1e2d;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
  .listaAgenda .item:hover {
    background-color: #be1e2d; }
    .listaAgenda .item:hover a {
      color: #ffffff; }

.listaAgenda.alt .item {
  background-color: #808080; }
  .listaAgenda.alt .item a {
    color: #000000; }
.listaAgenda.alt .item:hover {
  background-color: #000000; }
  .listaAgenda.alt .item:hover a {
    color: #ffffff; }

.listaAgenda.passado .item::after {
  background-color: #716968; }
.listaAgenda.passado .item:hover {
  background-color: #716968; }
  .listaAgenda.passado .item:hover a {
    color: #ffffff; }
.listaAgenda.passado .item:hover::after {
  background-color: #eaeae4; }

.agendaDetalhe {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600; }
  .agendaDetalhe h2 {
    font-weight: 900;
    font-size: 50px;
    font-size: 3.125rem;
    text-transform: uppercase; }
  .agendaDetalhe .blocoTopo {
    padding-top: 30px;
    padding-bottom: 100px;
    background-color: #eaeae4;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase; }
    .agendaDetalhe .blocoTopo h1 {
      margin-top: 40px;
      font-size: 50px;
      font-size: 3.125rem;
      font-weight: 900; }
    .agendaDetalhe .blocoTopo .add-to-calendar-checkbox {
      color: #000000; }
    .agendaDetalhe .blocoTopo .add-to-calendar-checkbox:hover {
      color: #be1e2d;
      cursor: pointer;
      text-decoration: none; }
    .agendaDetalhe .blocoTopo .dropdown-menu {
      position: absolute;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      color: #000000;
      background-color: #ffffff;
      border: 0px;
      border-radius: 0px; }
      .agendaDetalhe .blocoTopo .dropdown-menu li {
        border-bottom: 1px solid #000000; }
      .agendaDetalhe .blocoTopo .dropdown-menu a {
        display: block;
        color: #000000;
        font-size: 14px;
        font-size: 0.875rem;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 4px;
        white-space: nowrap; }
      .agendaDetalhe .blocoTopo .dropdown-menu a:hover {
        background-color: transparent;
        color: #000000;
        font-weight: 700; }
  .agendaDetalhe .blocoImgGrande img {
    width: 100%; }
  .agendaDetalhe .blocoDescricao {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffffff; }
    .agendaDetalhe .blocoDescricao p:last-child {
      margin-bottom: 0px; }
  .agendaDetalhe .blocoArtistas {
    background-color: #eaeae4;
    padding-top: 50px;
    padding-bottom: 50px; }
  .agendaDetalhe .bloco360 {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px; }
  .agendaDetalhe .blocoFotos {
    background-color: #eaeae4;
    padding-top: 50px;
    padding-bottom: 50px; }
  .agendaDetalhe .blocoVideo {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px; }
  .agendaDetalhe .blocoApoios,
  .agendaDetalhe .blocoMateriais {
    background-color: #ffffff;
    padding-top: 50px; }
    .agendaDetalhe .blocoApoios .linha,
    .agendaDetalhe .blocoMateriais .linha {
      margin-top: 50px;
      border-bottom: 1px solid #000000; }
  .agendaDetalhe .blocoPartilha {
    background-color: #ffffff;
    padding-top: 50px; }
    .agendaDetalhe .blocoPartilha h2 {
      margin-bottom: 50px; }
    .agendaDetalhe .blocoPartilha a {
      display: inline-block;
      color: #000000;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem;
      margin-right: 60px; }
      .agendaDetalhe .blocoPartilha a i {
        background-color: #000000;
        color: #ffffff;
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 30px;
        font-size: 1.875rem; }
    .agendaDetalhe .blocoPartilha a:hover {
      text-decoration: none;
      color: #be1e2d; }
      .agendaDetalhe .blocoPartilha a:hover i {
        background-color: #be1e2d; }
    .agendaDetalhe .blocoPartilha .linha {
      margin-top: 50px;
      border-bottom: 1px solid #000000; }
  .agendaDetalhe .blocoInfo {
    background-color: #eaeae4;
    padding-top: 50px;
    padding-bottom: 50px; }
  .agendaDetalhe .blocoRelacionado {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px; }
    .agendaDetalhe .blocoRelacionado h2 {
      font-weight: 600;
      color: #be1e2d; }
  .agendaDetalhe #slideAgendaRelacionados {
    margin-top: 25px; }
    .agendaDetalhe #slideAgendaRelacionados .swiper-slide .item {
      opacity: .5;
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease; }
    .agendaDetalhe #slideAgendaRelacionados .swiper-slide:hover .item,
    .agendaDetalhe #slideAgendaRelacionados .swiper-slide-active .item {
      opacity: 1; }
    .agendaDetalhe #slideAgendaRelacionados .item {
      position: relative; }
      .agendaDetalhe #slideAgendaRelacionados .item .caption {
        position: absolute;
        top: 0px;
        right: 0px;
        max-width: 220px;
        background-color: #be1e2d;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease; }
        .agendaDetalhe #slideAgendaRelacionados .item .caption a {
          display: block;
          padding: 10px;
          color: #ffffff; }
        .agendaDetalhe #slideAgendaRelacionados .item .caption a:hover {
          color: #000000;
          text-decoration: none; }
        .agendaDetalhe #slideAgendaRelacionados .item .caption .tipo {
          font-size: 12px;
          font-size: 0.75rem;
          margin-bottom: 5px; }
        .agendaDetalhe #slideAgendaRelacionados .item .caption .nome {
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 700;
          line-height: 1.2;
          margin-bottom: auto; }
        .agendaDetalhe #slideAgendaRelacionados .item .caption .data {
          position: relative;
          font-size: 12px;
          font-size: 0.75rem; }
        .agendaDetalhe #slideAgendaRelacionados .item .caption .data::before {
          content: '—';
          display: block;
          position: relative;
          font-size: 10px;
          font-size: 0.625rem; }
      .agendaDetalhe #slideAgendaRelacionados .item .img {
        width: 100%;
        padding-bottom: 58%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center; }
    .agendaDetalhe #slideAgendaRelacionados .bts {
      position: absolute;
      top: 50%;
      left: 0px;
      right: 0px;
      background-color: yellowgreen;
      z-index: 10;
      margin-top: -30px; }
      .agendaDetalhe #slideAgendaRelacionados .bts > div {
        position: absolute;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain; }
      .agendaDetalhe #slideAgendaRelacionados .bts .prev {
        left: 15px;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='26px' viewBox='0 0 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Stroke-1' stroke='%23231F20' stroke-width='0.525' transform='translate(7.403500, 12.807500) rotate(-180.000000) translate(-7.403500, -12.807500) ' points='1 25.615 13.807 12.808 1 0'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }
      .agendaDetalhe #slideAgendaRelacionados .bts .next {
        right: 15px;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='26px' viewBox='0 0 15 26' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolyline id='Stroke-1' stroke='%23231F20' stroke-width='0.525' points='1 25.615 13.807 12.808 1 0'%3E%3C/polyline%3E%3C/g%3E%3C/svg%3E"); }

/*@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 */
