/*@import url('./fonts/GT_Flexa/GTFlexa-Light.css');*/
/*@import url('./fonts/GT_Flexa/GTFlexa-Regular.css');*/
/*@import url('./fonts/GT_Flexa/GTFlexa-Bold.css');*/
@import url("./fonts/GT_Flexa/GTFlexa-CondensedThin.css");
@import url("./fonts/GT_Flexa/GTFlexa-CondensedRegular.css");
@import url("./fonts/GT_Flexa/GTFlexa-CondensedBold.css");
@import url("./fonts/ABC_Otto/ABCOtto-Light.css");
@import url("./fonts/ABC_Otto/ABCOtto-Regular.css");
@import url("./fonts/ABC_Otto/ABCOtto-Medium.css");
@import url("./fonts/ABC_Otto/ABCOtto-Bold.css");
/*$fontArtigo: "ABCOtto", sans-serif;*/
/*.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 24
}*/
/*$corVerde: #009678;*/
html,
body {
  font-family: "ABCOtto", sans-serif;
  font-size: 16px;
  font-weight: 300; }

body {
  background-color: #ffffff;
  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; }

body.darkMode {
  background-color: #000000;
  color: #ffffff; }

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px; } }
#conteudo {
  margin-top: 30px; }

label {
  font-family: "GTFlexaCondensed", sans-serif; }

.editorialHome {
  padding-top: 140px;
  padding-bottom: 140px; }
  @media (max-width: 991px) {
    .editorialHome {
      padding-top: 70px;
      padding-bottom: 70px; } }
  .editorialHome h2 {
    margin-bottom: 60px;
    font-weight: 700; }
    @media (max-width: 991px) {
      .editorialHome h2 {
        margin-bottom: 40px; } }
  .editorialHome h4 {
    color: #5788c3; }

h1 {
  font-family: "GTFlexaCondensed", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    h1 {
      font-size: 60px;
      font-size: 3.75rem;
      line-height: 1.1; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 80px;
      font-size: 5rem;
      line-height: 1.1; } }

h2 {
  font-family: "GTFlexaCondensed", sans-serif;
  position: relative;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    h2 {
      font-size: 55px;
      font-size: 3.4375rem;
      line-height: 1.1; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 70px;
      font-size: 4.375rem;
      line-height: 1.1; } }

h3 {
  font-family: "GTFlexaCondensed", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    h3 {
      font-size: 30px;
      font-size: 1.875rem; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 36px;
      font-size: 2.25rem; } }

h4 {
  font-family: "GTFlexaCondensed", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400; }
  @media (max-width: 991px) {
    h4 {
      font-size: 18px;
      font-size: 1.125rem; } }

h5 {
  font-family: "GTFlexaCondensed", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700; }

h1.verde,
h2.verde,
h3.verde,
h4.verde,
h5.verde {
  color: #5788c3; }

body 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; }
body a:hover {
  color: #5788c3; }

body.darkMode h2 {
  border-color: #ffffff; }
body.darkMode .destaqueNetwork,
body.darkMode .areaCinza {
  background-color: #303030; }
body.darkMode a {
  color: #ffffff; }
body.darkMode a:hover {
  color: #5788c3; }

.imgTopo {
  position: relative;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -30px;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .imgTopo {
      height: 286px; } }

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

.btn {
  font-family: "GTFlexaCondensed", sans-serif;
  border-radius: 0px;
  text-transform: uppercase; }
  .btn .loader {
    display: none; }

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

.btn.seta {
  position: relative;
  padding-right: 40px; }

.btn.seta::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 5px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: black;
  mask-image: url("../img/seta_dir.svg");
  -webkit-mask-image: url("../img/seta_dir.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: background-color 0.3s; }

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

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

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover {
  background-color: #5788c3 !important;
  color: #ffffff !important;
  border-color: #5788c3 !important; }

.btn-primary.seta::after {
  background-color: #ffffff; }

.btn-primary:hover.seta::after {
  background-color: #ffffff; }

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

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

.btn-branco.seta::after {
  background-color: #000000; }

.btn-branco:hover.seta::after {
  background-color: #ffffff; }

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

.btn-secondary.active,
.btn-secondary:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-color: #000000 !important; }

.btn-secondary.seta::after {
  background-color: #000000; }

.btn-secondary:hover.seta::after {
  background-color: #ffffff; }

.btn-success {
  background-color: #5788c3;
  color: #000000;
  border-color: #5788c3; }

.btn-success:hover {
  background-color: #000000;
  color: #5788c3;
  border-color: #000000; }

.btn-link {
  color: #000000; }

.btn-link:hover {
  color: #5788c3;
  text-decoration: none; }

.form-control {
  border: 0px;
  font-weight: 300;
  border-radius: 0px;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  padding-left: 0px;
  color: #000000;
  box-shadow: none !important; }

.form-control:focus {
  border-color: #5788c3; }

.form-control::placeholder {
  color: #000000;
  font-weight: 300;
  opacity: 1;
  /* Firefox */ }

.form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  font-weight: 300;
  color: #000000; }

label {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400; }

.custom-control .fv-plugins-icon {
  display: none; }

.custom-control-label::before {
  background-color: #ffffff;
  border: #000000 solid 1px; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #5788c3;
  background-color: transparent;
  color: #5788c3; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232BD990' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 10px; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0px; }

.page-link {
  color: #5788c3;
  background-color: transparent;
  border: 1px solid #5788c3; }

.page-link:hover,
.page-item.active .page-link {
  color: #ffffff !important;
  background-color: #5788c3;
  border-color: #5788c3; }

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

#topoC {
  position: relative;
  width: 100%;
  z-index: 15;
  -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 {
  position: relative;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  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; }
  @media (min-width: 992px) {
    #menuTopo {
      padding-left: 0px;
      padding-right: 0px; } }
  #menuTopo .navbar-brand {
    padding: 0px;
    height: 34px;
    aspect-ratio: 266/40;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/logo_scities_escuro.svg); }
    @media (max-width: 991px) {
      #menuTopo .navbar-brand {
        height: 22px; } }
  #menuTopo .slogan {
    margin-left: auto;
    padding: 0px;
    height: 34px;
    aspect-ratio: 138/34;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/slogan_escuro.svg); }
    @media (max-width: 991px) {
      #menuTopo .slogan {
        height: 22px; } }
  #menuTopo > .container, #menuTopo > .container-fluid {
    justify-content: start; }

#topoC.fixo {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  background-color: #ffffff; }
  #topoC.fixo #menuTopo .navbar-brand {
    background-image: url(../img/logo_scities_escuro.svg); }
  #topoC.fixo #menuTopo .slogan {
    background-image: url(../img/slogan_escuro.svg); }

body.pHomepage #topoC {
  position: absolute;
  left: 0px;
  top: 0px; }
body.pHomepage #menuTopo {
  background-color: transparent; }
  body.pHomepage #menuTopo .navbar-brand {
    background-image: url(../img/logo_scities.svg); }
  body.pHomepage #menuTopo .slogan {
    background-image: url(../img/slogan.svg); }

footer {
  font-family: "GTFlexaCondensed", sans-serif;
  background-color: #5788c3;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #ffffff;
  text-transform: uppercase; }
  footer a {
    color: #ffffff; }
  footer a:hover {
    color: #ffffff;
    text-decoration: underline; }
  footer .social {
    position: relative; }
    @media (max-width: 991px) {
      footer .social {
        margin-top: 50px; } }
    footer .social a {
      display: block; }
    footer .social a + a {
      margin-top: 0px; }
  footer .logotipo {
    max-width: 70%;
    margin-bottom: 80px;
    margin-top: 250px; }
    @media (max-width: 991px) {
      footer .logotipo {
        max-width: 100%;
        margin-bottom: 40px;
        margin-top: 120px; } }
    footer .logotipo img {
      width: 100%; }
  footer .menuR {
    text-align: center; }
    @media (max-width: 991px) {
      footer .menuR {
        text-align: left;
        margin-top: 0px; } }
    footer .menuR nav {
      display: inline-flex; }
    footer .menuR ul {
      justify-content: space-between; }
      @media (max-width: 991px) {
        footer .menuR ul {
          flex-direction: column;
          justify-content: start;
          align-items: start; } }
      @media (max-width: 991px) {
        footer .menuR ul .nav-item {
          margin-bottom: 0px; } }
      footer .menuR ul .nav-item .nav-link {
        position: relative;
        padding: 0px;
        color: #ffffff; }
      footer .menuR ul .nav-item .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        width: 0%;
        height: 1px;
        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; }
      footer .menuR ul .nav-item .nav-link.active::after,
      footer .menuR ul .nav-item .nav-link:hover::after {
        width: 100%;
        left: 0%; }
      footer .menuR ul .nav-item .nav-link.active,
      footer .menuR ul .nav-item .nav-link:hover {
        color: #ffffff;
        text-decoration: none; }
      footer .menuR ul .nav-item + .nav-item {
        margin-left: 15px; }
  footer .copy {
    text-transform: uppercase; }
    @media (max-width: 991px) {
      footer .copy {
        font-size: 14px;
        font-size: 0.875rem; } }
    footer .copy .made img {
      vertical-align: baseline; }

.slideHomepage {
  margin-top: -30px;
  margin-bottom: 50px; }
  .slideHomepage .swiper-progresso {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    width: 100%;
    height: 4px; }
    .slideHomepage .swiper-progresso .barra {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 10%;
      height: 100%;
      background-color: #5788c3; }
  .slideHomepage .swiper .swiper-button-next {
    font-family: "GTFlexaCondensed", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    color: #ffffff;
    width: auto;
    top: auto;
    bottom: 20px;
    margin-top: 0px;
    left: 15px;
    right: 0px;
    justify-content: start;
    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; }
    @media (min-width: 1200px) {
      .slideHomepage .swiper .swiper-button-next {
        left: auto;
        right: 50px;
        bottom: 50px; } }
  .slideHomepage .swiper .swiper-button-next:hover {
    opacity: 1; }
  .slideHomepage .swiper .swiper-button-next::after {
    content: '';
    width: 26px;
    height: 26px;
    margin-left: 5px;
    background-image: url(../img/seta_dir.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .slideHomepage .swiper .item._1 .img img {
      object-position: -330px center; } }
  .slideHomepage .swiper .item {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh; }
    @media (min-width: 992px) {
      .slideHomepage .swiper .item {
        aspect-ratio: 1920/1100;
        height: auto; } }
    @media (min-width: 1200px) {
      .slideHomepage .swiper .item {
        aspect-ratio: 1920/943; } }
    .slideHomepage .swiper .item .img {
      position: absolute;
      z-index: 0;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      .slideHomepage .swiper .item .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .slideHomepage .swiper .item a {
      position: relative;
      z-index: 3;
      display: block;
      width: 100%;
      text-decoration: none;
      height: 100%;
      display: flex;
      align-items: end;
      color: #ffffff;
      padding: 15px;
      padding-bottom: 80px; }
      @media (min-width: 1200px) {
        .slideHomepage .swiper .item a {
          padding: 50px;
          padding-bottom: 50px; } }
      .slideHomepage .swiper .item a .texto {
        max-width: calc(100% - 150px); }
        @media (max-width: 991px) {
          .slideHomepage .swiper .item a .texto {
            max-width: 100%; } }
      .slideHomepage .swiper .item a .categoria {
        text-transform: uppercase;
        color: #ffffff;
        font-size: 18px;
        font-size: 1.125rem; }
      .slideHomepage .swiper .item a .nome {
        font-weight: 700;
        line-height: 1.1; }
    .slideHomepage .swiper .item a:hover .nome {
      text-decoration: underline; }

.contactosFormC {
  background-color: #F5F5F5;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #000000; }
  .contactosFormC .form-control {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #303030;
    border-radius: 0px;
    padding-left: 0px;
    color: #000000; }
  .contactosFormC .form-control::placeholder {
    color: #000000;
    opacity: 1;
    text-transform: uppercase; }
  .contactosFormC .form-control::-ms-input-placeholder {
    color: #000000;
    text-transform: uppercase; }
  .contactosFormC .bts {
    text-align: right; }
    .contactosFormC .bts .btn {
      min-width: 300px; }
      @media (max-width: 991px) {
        .contactosFormC .bts .btn {
          display: block;
          width: 100%; } }

body.darkMode .contactosFormC {
  background-color: #303030;
  color: #ffffff; }
  body.darkMode .contactosFormC .form-control {
    border-color: #ffffff;
    color: #ffffff; }
  body.darkMode .contactosFormC .form-control::placeholder {
    color: #ffffff; }
  body.darkMode .contactosFormC .form-control::-ms-input-placeholder {
    color: #ffffff; }
  body.darkMode .contactosFormC .btn-primary {
    background-color: #ffffff;
    color: #000000;
    border-color: #ffffff; }
  body.darkMode .contactosFormC .btn-primary:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000; }

/*@import 'conteudos/pub';*/
/*@import 'conteudos/historiaTimeline';*/
/*@import 'conteudos/programas';*/
/*@import 'conteudos/associados';*/
body.pNoticia_2 #topoC,
body.pNoticia #topoC {
  position: absolute;
  left: 0px;
  top: 0px; }
body.pNoticia_2 #menuTopo,
body.pNoticia #menuTopo {
  background-color: transparent; }
  body.pNoticia_2 #menuTopo .navbar-brand,
  body.pNoticia #menuTopo .navbar-brand {
    background-image: url(../img/logo_scities.svg); }
  body.pNoticia_2 #menuTopo .slogan,
  body.pNoticia #menuTopo .slogan {
    background-image: url(../img/slogan.svg); }

@media (min-width: 992px) {
  body.pNoticia_2 #menuTopo .navbar-brand {
    background-image: url(../img/logo_scities_escuro.svg); } }

.listaNoticias.noticiasBlocoRel {
  margin-top: 0px;
  margin-bottom: 60px; }
  @media (max-width: 991px) {
    .listaNoticias.noticiasBlocoRel {
      margin-top: 40px; } }
  .listaNoticias.noticiasBlocoRel .bts {
    text-align: center;
    margin-top: 60px; }
  .listaNoticias.noticiasBlocoRel .swiper {
    padding-top: 100px;
    margin-top: -60px; }
    .listaNoticias.noticiasBlocoRel .swiper .swiper-button-prev,
    .listaNoticias.noticiasBlocoRel .swiper .swiper-button-next {
      top: 0px;
      left: auto;
      right: 0px;
      width: 40px;
      height: 40px;
      margin: 0px; }
    .listaNoticias.noticiasBlocoRel .swiper .swiper-button-prev {
      right: 50px; }
    .listaNoticias.noticiasBlocoRel .swiper .swiper-button-prev::after,
    .listaNoticias.noticiasBlocoRel .swiper .swiper-button-next::after {
      content: '';
      width: 40px;
      height: 40px;
      background-image: none;
      mask-image: url("../img/seta_dir.svg");
      -webkit-mask-image: url("../img/seta_dir.svg");
      mask-repeat: no-repeat;
      -webkit-mask-repeat: no-repeat;
      mask-size: contain;
      -webkit-mask-size: contain;
      background-color: #000000; }
    .listaNoticias.noticiasBlocoRel .swiper .swiper-button-prev::after {
      mask-image: url("../img/seta_esq.svg");
      -webkit-mask-image: url("../img/seta_esq.svg"); }
    @media (max-width: 767px) {
      .listaNoticias.noticiasBlocoRel .swiper {
        padding-top: 60px;
        margin-top: -40px; }
        .listaNoticias.noticiasBlocoRel .swiper .swiper-button-prev,
        .listaNoticias.noticiasBlocoRel .swiper .swiper-button-next {
          left: 0px;
          right: auto; }
        .listaNoticias.noticiasBlocoRel .swiper .swiper-button-next {
          left: 50px; } }

.listaNoticias {
  margin-top: 60px; }
  .listaNoticias .filtro {
    font-family: "GTFlexaCondensed", sans-serif;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .listaNoticias .filtro {
        margin-bottom: 20px; } }
    .listaNoticias .filtro a.btMobile {
      text-transform: uppercase;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400; }
    .listaNoticias .filtro a.btMobile::after {
      content: '';
      position: relative;
      display: inline-block;
      width: 34px;
      height: 34px;
      vertical-align: middle;
      background-image: url(../img/seta_baixo.svg);
      background-repeat: no-repeat;
      background-size: contain;
      top: -3px; }
    .listaNoticias .filtro a.btMobile:hover {
      text-decoration: none;
      color: #5788c3; }
    @media (min-width: 992px) {
      .listaNoticias .filtro a.btMobile {
        display: none; }
      .listaNoticias .filtro #menuFiltro {
        display: block; } }
    .listaNoticias .filtro ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .listaNoticias .filtro ul li {
        text-transform: uppercase;
        display: inline-block; }
        @media (max-width: 991px) {
          .listaNoticias .filtro ul li {
            display: block; } }
        .listaNoticias .filtro ul li a {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 400; }
        .listaNoticias .filtro ul li a.active,
        .listaNoticias .filtro ul li a:hover {
          text-decoration: none;
          color: #5788c3; }
      .listaNoticias .filtro ul li + li {
        margin-left: 20px; }
        @media (max-width: 991px) {
          .listaNoticias .filtro ul li + li {
            margin-left: 0px; } }
  .listaNoticias .item {
    margin-bottom: 60px; }
    .listaNoticias .item a {
      text-decoration: none;
      display: block; }
      .listaNoticias .item a .img {
        overflow: hidden;
        aspect-ratio: 533/524;
        margin-bottom: 25px; }
        .listaNoticias .item a .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; }
      .listaNoticias .item a .seccao {
        margin-bottom: 20px;
        color: #000000;
        font-weight: 200; }
      .listaNoticias .item a .nome {
        text-transform: uppercase;
        font-weight: 400;
        color: #000000;
        -webkit-transform: 250ms;
        -moz-transform: 250ms;
        -ms-transform: 250ms;
        transform: 250ms; }
    .listaNoticias .item a:hover .nome {
      color: #5788c3; }
    .listaNoticias .item a:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .listaNoticias .paginacao {
    text-align: center; }
  .listaNoticias .btLoadMore {
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .listaNoticias .btLoadMore {
        margin-top: 20px; } }

.noticiaDestaque {
  margin-bottom: 100px;
  text-align: center; }
  @media (min-width: 992px) {
    .noticiaDestaque h2 {
      margin-bottom: 0px; } }
  .noticiaDestaque a {
    text-decoration: none;
    display: block; }
    .noticiaDestaque a h4 {
      color: #5788c3; }
    .noticiaDestaque a .img {
      overflow: hidden;
      aspect-ratio: 950/900; }
      .noticiaDestaque a .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; }
  .noticiaDestaque a:hover {
    color: #000000; }
    .noticiaDestaque a:hover h2 {
      text-decoration: underline; }
    .noticiaDestaque a:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.noticiaDetalhe {
  margin-top: -30px;
  margin-bottom: 100px; }
  .noticiaDetalhe .topo_1 {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    height: 100vh;
    height: 100dvh; }
    @media (min-width: 992px) {
      .noticiaDetalhe .topo_1 {
        aspect-ratio: 1920/1100;
        height: auto; } }
    @media (min-width: 1200px) {
      .noticiaDetalhe .topo_1 {
        aspect-ratio: 1920/943; } }
    .noticiaDetalhe .topo_1 .img {
      position: absolute;
      z-index: 0;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%; }
      .noticiaDetalhe .topo_1 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .noticiaDetalhe .topo_1 .textoC {
      position: relative;
      z-index: 3;
      display: block;
      width: 100%;
      text-decoration: none;
      height: 100%;
      display: flex;
      align-items: end;
      color: #ffffff;
      padding: 15px;
      padding-bottom: 50px; }
      @media (min-width: 1200px) {
        .noticiaDetalhe .topo_1 .textoC {
          padding: 50px;
          padding-bottom: 50px; } }
      .noticiaDetalhe .topo_1 .textoC .categoria {
        color: #ffffff;
        text-transform: uppercase; }
  .noticiaDetalhe .topo_2 {
    position: relative;
    width: 100%;
    margin-bottom: 100px;
    aspect-ratio: 1920/943; }
    @media (max-width: 991px) {
      .noticiaDetalhe .topo_2 {
        aspect-ratio: unset; } }
    .noticiaDetalhe .topo_2 .img {
      position: absolute;
      z-index: 0;
      top: 0px;
      left: 50%;
      width: 50%;
      height: 100%; }
      @media (max-width: 991px) {
        .noticiaDetalhe .topo_2 .img {
          position: relative;
          left: 0%;
          width: 100%;
          aspect-ratio: 320/400; } }
      .noticiaDetalhe .topo_2 .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .noticiaDetalhe .topo_2 .textoC {
      position: relative;
      z-index: 3;
      display: block;
      width: 100%;
      text-decoration: none;
      display: flex;
      align-items: end;
      color: #000000;
      text-align: center;
      padding: 15px;
      padding-top: 50px;
      padding-bottom: 50px; }
      @media (min-width: 992px) {
        .noticiaDetalhe .topo_2 .textoC {
          text-align: left;
          width: 50%;
          height: 100%; } }
      @media (min-width: 1200px) {
        .noticiaDetalhe .topo_2 .textoC {
          padding: 50px;
          padding-top: 0px;
          padding-bottom: 50px; } }
      .noticiaDetalhe .topo_2 .textoC .categoria {
        color: #000000;
        text-transform: uppercase; }
  .noticiaDetalhe .infoC .tags,
  .noticiaDetalhe .infoC .share {
    font-family: "GTFlexaCondensed", sans-serif;
    font-size: 16px;
    font-size: 1rem; }
    .noticiaDetalhe .infoC .tags label,
    .noticiaDetalhe .infoC .share label {
      font-size: 18px;
      font-size: 1.125rem;
      margin: 0px;
      color: #000000;
      font-weight: 400;
      text-transform: uppercase;
      display: block;
      margin-bottom: 5px; }
    .noticiaDetalhe .infoC .tags > div,
    .noticiaDetalhe .infoC .share > div {
      display: inline-block; }
    .noticiaDetalhe .infoC .tags span,
    .noticiaDetalhe .infoC .tags a,
    .noticiaDetalhe .infoC .share span,
    .noticiaDetalhe .infoC .share a {
      display: inline-block;
      color: #ffffff;
      background-color: #000000;
      padding: 5px 10px;
      text-transform: uppercase; }
    .noticiaDetalhe .infoC .tags > div + div,
    .noticiaDetalhe .infoC .tags span + span,
    .noticiaDetalhe .infoC .tags a + a,
    .noticiaDetalhe .infoC .share > div + div,
    .noticiaDetalhe .infoC .share span + span,
    .noticiaDetalhe .infoC .share a + a {
      margin-left: 10px; }
    .noticiaDetalhe .infoC .tags a:hover,
    .noticiaDetalhe .infoC .share a:hover {
      text-decoration: none;
      background-color: #5788c3; }
  @media (max-width: 991px) {
    .noticiaDetalhe .infoC .tags > div {
      display: block;
      margin-left: 0px !important;
      margin-bottom: 5px; } }
  .noticiaDetalhe .infoC .share {
    text-align: right; }
    @media (max-width: 991px) {
      .noticiaDetalhe .infoC .share {
        text-align: left;
        margin-top: 30px; } }
  .noticiaDetalhe .corpo > div:first-child {
    margin-top: 0px; }
  .noticiaDetalhe .corpo .blocoAutor {
    font-family: "GTFlexaCondensed", sans-serif;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 60px; }
    .noticiaDetalhe .corpo .blocoAutor strong {
      color: #5788c3; }
  .noticiaDetalhe .corpo .blocoBOAutor strong {
    color: #5788c3; }
  .noticiaDetalhe .corpo .blocoArtigo {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300; }
    @media (max-width: 991px) {
      .noticiaDetalhe .corpo .blocoArtigo {
        font-size: 16px;
        font-size: 1rem; } }
    .noticiaDetalhe .corpo .blocoArtigo a {
      color: #5788c3;
      text-decoration: underline; }
    .noticiaDetalhe .corpo .blocoArtigo a:hover {
      text-decoration: none; }
  .noticiaDetalhe .corpo h2 {
    margin-bottom: 60px;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .noticiaDetalhe .corpo h2 {
        margin-top: 40px;
        margin-bottom: 40px; } }
  .noticiaDetalhe .corpo img {
    max-width: 100%;
    height: auto !important; }
  .noticiaDetalhe .corpo .blocoVideo {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    aspect-ratio: 16/9; }
    .noticiaDetalhe .corpo .blocoVideo iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100% !important;
      height: 100% !important;
      border: 0px; }
    .noticiaDetalhe .corpo .blocoVideo p {
      margin-bottom: 0px; }
    @media (max-width: 991px) {
      .noticiaDetalhe .corpo .blocoVideo {
        margin-top: 10px;
        margin-bottom: 10px; } }
  .noticiaDetalhe .corpo .blocoIMG {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center; }
    .noticiaDetalhe .corpo .blocoIMG p {
      margin-bottom: 0px; }
    @media (max-width: 991px) {
      .noticiaDetalhe .corpo .blocoIMG {
        margin-top: 10px;
        margin-bottom: 10px; } }
    .noticiaDetalhe .corpo .blocoIMG figure figcaption {
      margin-top: 10px;
      font-weight: 500; }
  .noticiaDetalhe .corpo .blocoIMG.imgF img {
    width: 100%; }
  .noticiaDetalhe .corpo .blocoIMG.img2Col .row {
    align-items: center; }
  @media (max-width: 991px) {
    .noticiaDetalhe .corpo .blocoIMG.img2Col .row > div + div {
      margin-top: 10px; } }
  @media (max-width: 991px) {
    .noticiaDetalhe .corpo .blocoVideo + .blocoArtigo,
    .noticiaDetalhe .corpo .blocoIMG + .blocoArtigo {
      margin-top: 30px; } }
  .noticiaDetalhe .corpo .blocoData {
    margin-top: 60px;
    margin-bottom: 60px; }
  .noticiaDetalhe .corpo .blocoAutor {
    text-align: center; }
    .noticiaDetalhe .corpo .blocoAutor figure {
      max-width: 150px;
      display: inline-block;
      border-radius: 50%;
      border: 1px solid #5788c3;
      aspect-ratio: 1;
      overflow: hidden;
      margin-bottom: 0px; }
      .noticiaDetalhe .corpo .blocoAutor figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center; }

/*@import 'conteudos/eventos';*/
/*@import 'conteudos/cliente';*/
.revistaHomepage {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #5788c3;
  color: #ffffff;
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .revistaHomepage {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .revistaHomepage .capa {
    margin: auto;
    width: 100%;
    max-width: 453px;
    text-align: center; }
    .revistaHomepage .capa img {
      max-width: 90%;
      margin: auto; }
  .revistaHomepage h4 {
    color: #ffffff;
    text-transform: uppercase; }
  .revistaHomepage h2 {
    margin-bottom: 50px; }
  .revistaHomepage .detalhesM {
    text-align: center;
    color: #ffffff; }
    @media (min-width: 768px) {
      .revistaHomepage .detalhesM {
        display: none; } }
  .revistaHomepage .detalhes {
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem; }
    @media (max-width: 991px) {
      .revistaHomepage .detalhes {
        font-size: 14px;
        font-size: 0.875rem; } }
    @media (max-width: 767px) {
      .revistaHomepage .detalhes {
        margin-top: 50px; }
        .revistaHomepage .detalhes .titulosC {
          display: none; } }
    .revistaHomepage .detalhes .numero {
      margin-top: 10px;
      margin-bottom: 20px;
      line-height: 1;
      font-weight: 700;
      font-size: 50px;
      font-size: 3.125rem;
      font-family: "ABCOtto", sans-serif;
      color: #000000; }
      @media (max-width: 991px) {
        .revistaHomepage .detalhes .numero {
          font-size: 34px;
          font-size: 2.125rem; } }
    .revistaHomepage .detalhes .btn {
      margin-top: 20px; }

#modalCompraRevista .modal-header {
  border: 0px; }
#modalCompraRevista .modal-body {
  text-align: center; }
  @media (min-width: 992px) {
    #modalCompraRevista .modal-body {
      padding-bottom: 100px; } }
  #modalCompraRevista .modal-body form {
    margin: auto;
    margin-top: 30px;
    text-align: left; }
    @media (min-width: 992px) {
      #modalCompraRevista .modal-body form {
        max-width: 85%; } }
  #modalCompraRevista .modal-body label {
    font-weight: 400; }
  #modalCompraRevista .modal-body .custom-control-label {
    font-weight: 400; }
    #modalCompraRevista .modal-body .custom-control-label a {
      text-decoration: underline; }
    #modalCompraRevista .modal-body .custom-control-label a:hover {
      text-decoration: none; }
  #modalCompraRevista .modal-body h4 {
    text-transform: uppercase;
    color: #5788c3; }
  #modalCompraRevista .modal-body h2 {
    font-size: 60px;
    font-size: 3.75rem; }
    @media (max-width: 991px) {
      #modalCompraRevista .modal-body h2 {
        font-size: 30px;
        font-size: 1.875rem; } }
  #modalCompraRevista .modal-body .bts {
    margin-top: 40px; }

.revistaPagamento {
  margin-top: -30px;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .revistaPagamento {
      padding-top: 0px;
      padding-bottom: 20px; } }
  .revistaPagamento .capa {
    margin: auto;
    width: 100%;
    max-width: 453px;
    text-align: center; }
    @media (max-width: 991px) {
      .revistaPagamento .capa {
        margin-top: 20px;
        margin-bottom: 30px; } }
    .revistaPagamento .capa img {
      max-width: 90%;
      margin: auto; }

/*@import 'conteudos/opiniao';*/
/*@import 'conteudos/produtos';*/
/*@import 'conteudos/encomenda';*/
/*@import 'conteudos/newsletter';*/

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