@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Plus+Jakarta+Sans:wght@600&display=swap');

:root {
  --reip-blue: #1e3ea5;
  --reip-blue-dark: #060097;
  --reip-orange: #fb6210;
  --reip-heading: #1e293b;
  --reip-heading-blue: #1a3791;
  --reip-text: #67768e;
  --reip-muted: #8794ba;
  --reip-white: #fff;
  --reip-font-body: 'Inter', sans-serif;
  --reip-font-heading: 'Plus Jakarta Sans', sans-serif;
}

body {
  color: var(--reip-text);
  font-family: var(--reip-font-body);
  font-size: 18px;
  line-height: 1.65;
}

#sp-main-body {
  padding: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--reip-heading);
  font-family: var(--reip-font-heading);
  font-weight: 600;
}

a {
  color: var(--reip-blue-dark);
}

a:hover,
a:focus {
  color: var(--reip-orange);
}

#sp-header {
  height: auto;
  background: var(--reip-blue);
  box-shadow: none;
}

#sp-header .container-inner > .row {
  min-height: 110px;
}

#sp-header .logo {
  height: auto;
}

#sp-header .logo-image {
  width: 150px;
  height: auto;
}

#sp-header .sp-megamenu-parent > li > a,
#sp-header .sp-megamenu-parent > li > span {
  color: rgba(242, 245, 247, 0.76);
  font-family: var(--reip-font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

#sp-header .sp-megamenu-parent > li:hover > a,
#sp-header .sp-megamenu-parent > li.active > a,
#sp-header .sp-megamenu-parent > li.current-item > a {
  color: var(--reip-white);
}

#sp-header .mod-languages img {
  display: inline-block;
}

#sp-header .burger-icon > span {
  background-color: var(--reip-white);
}

/* Sticky footer: mantém o rodapé colado embaixo mesmo com pouco conteúdo.
   No Helix, o #sp-footer fica dentro do #sp-main, por isso a coluna flex
   precisa ser o próprio #sp-main e o footer é empurrado com margin-top: auto. */
.body-innerwrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#sp-main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

#sp-footer {
  margin-top: auto;
  border-top: 8px solid var(--reip-orange);
}

#sp-footer a {
  color: var(--reip-white);
}

.reip-home-hero {
  background: var(--reip-blue);
  border-bottom: 8px solid var(--reip-orange);
  color: var(--reip-white);
}

.reip-home-hero > .container {
  max-width: none;
  padding: 0;
}

.reip-home-hero__inner {
  min-height: 658px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.reip-home-hero__title {
  color: var(--reip-white);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.3;
  margin: 0;
  text-align: center;
}

.reip-home-hero__image {
  display: block;
  width: min(100%, 570px);
  height: auto;
  margin: 0 auto;
}

.reip-home-intro {
  min-height: 510px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
  text-align: center;
}

.reip-home-intro__title {
  color: var(--reip-heading-blue);
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 28px;
}

.reip-home-intro__copy {
  color: var(--reip-muted);
}

.reip-home-intro__copy p {
  margin: 0 0 1.5em;
}

.reip-home-intro__copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #sp-header .container-inner > .row {
    min-height: 60px;
  }

  #sp-header .sp-megamenu-parent > li > a,
  #sp-header .sp-megamenu-parent > li > span {
    font-size: 16px;
  }

  .reip-home-hero__inner {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 32px 16px;
  }

  .reip-home-intro {
    min-height: auto;
    padding: 56px 20px;
  }
}


/* PÁGINA INTERNA SOBRE */


  .vmv-section {
    padding: 60px 20px;
  }
  .container-sobre {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
  }
  /* Alinha o título "Sobre" com a borda esquerda do conteúdo (.container-sobre) */
  #sp-position1 .sp-module-title {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 15px;
    color: #48259b;
    font-size: 35px;
    margin-bottom: 50px;
  }
  .vmv-item {
    flex: 1 1 300px;
    max-width: 360px;
    text-align: center;
  }
  .vmv-icon {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
    .vmv-icon img {
    max-height: 90px;
    width: auto;
  }
  .vmv-title {
    color: #1a3791;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .vmv-text {
    color: #8794ba;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
  }

  @media (max-width: 767px) {
    .vmv-item {
      flex: 1 1 100%;
      max-width: 480px;
    }
  }

  /* PÁGINA INTERNA SOBRE - FIM */  


/* PÁGINA INTERNA contato */
.container-contato {
    max-width: 1140px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .icon-email {
    font-size: 16px;
    color: #060097;
    margin-right: 10px;
  }
  .text-email{
    color: #000;
  }

  
/*==============================================================
          =               NOTÍCIAS                           =
==============================================================*/

.reip-news {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 15px 48px;
}

.reip-news .page-header {
  margin-bottom: 32px;
}

.reip-news .page-header h1 {
  margin: 0;
  color: #111;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.reip-news .blog-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 52px;
  margin: 0;
}

.reip-news .blog-item {
  width: 100%;
}

.reip-news .reip-news-item {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-width: 0;
}

.reip-news .reip-news-image {
  display: block;
  overflow: hidden;
  border-radius: 8px;
}

.reip-news .reip-news-image img {
  display: block;
  width: 200px;
  height: 200px;
  object-fit: cover;
  transition: transform 0.2s ease;
}

.reip-news .reip-news-image:hover img {
  transform: scale(1.04);
}

.reip-news .reip-news-content {
  min-width: 0;
}

.reip-news .reip-news-title {
  margin: 0 0 14px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.28;
}

.reip-news .reip-news-title a {
  color: #1f2933;
  text-decoration: none;
}

.reip-news .reip-news-title a:hover {
  color: #060097;
}

.reip-news .reip-news-readmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 18px;
  border-radius: 999px;
  background: #ffc84d;
  color: #111;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.reip-news .reip-news-readmore:hover {
  background: #060097;
  color: #fff;
}

.reip-news .reip-news-date {
  margin-top: 11px;
  color: #5c6670;
  font-size: 14px;
  line-height: 1.4;
}

.reip-news .com-content-category-blog__navigation {
  margin-top: 42px;
}

@media (max-width: 991px) {
  .reip-news .blog-items {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 575px) {
  .reip-news {
    padding-top: 12px;
    padding-bottom: 36px;
  }

  .reip-news .page-header h1 {
    font-size: 28px;
  }

  .reip-news .reip-news-item {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 16px;
  }

  .reip-news .reip-news-image img {
    width: 112px;
    height: 112px;
  }

  .reip-news .reip-news-title {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .reip-news .reip-news-readmore {
    min-height: 30px;
    padding: 6px 14px;
    font-size: 12px;
  }

  .reip-news .reip-news-date {
    margin-top: 8px;
    font-size: 13px;
  }
}

#sp-main-body .com-content-category-blog.reip-news {
  max-width: 1238px !important;
  margin: 0 auto !important;
  padding: 105px 15px 48px !important;
}

#sp-main-body .com-content-category-blog.reip-news .page-header {
  margin: 0 0 54px !important;
}

#sp-main-body .com-content-category-blog.reip-news .page-header h1 {
  color: #48259b !important;
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 58px !important;
  row-gap: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
}

#sp-main-body .com-content-category-blog.reip-news .com-content-category-blog__item {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-item {
  display: grid !important;
  grid-template-columns: 224px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 24px !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-image {
  display: block !important;
  width: 224px !important;
  height: 224px !important;
  overflow: hidden !important;
  border-radius: 12px !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-image img {
  display: block !important;
  width: 224px !important;
  max-width: none !important;
  height: 224px !important;
  object-fit: cover !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-content {
  min-width: 0 !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-title {
  margin: 0 0 16px !important;
  color: #2f3642 !important;
  font-family: var(--reip-font-body) !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-title a {
  color: #2f3642 !important;
  text-decoration: none !important;
  transition: color 0.18s ease !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-title a:hover,
#sp-main-body .com-content-category-blog.reip-news .reip-news-title a:focus {
  color: #48259b !important;
  text-decoration: none !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-readmore {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 5px 18px !important;
  border-radius: 999px !important;
  background: #ffc84d !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: underline !important;
  transition: background-color 0.18s ease, color 0.18s ease !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-readmore:hover,
#sp-main-body .com-content-category-blog.reip-news .reip-news-readmore:focus {
  background: #f2b936 !important;
  color: #111 !important;
}

#sp-main-body .com-content-category-blog.reip-news .reip-news-date {
  margin-top: 10px !important;
  color: #4d5968 !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

@media (max-width: 1199px) {
  #sp-main-body .com-content-category-blog.reip-news .reip-news-list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 575px) {
  #sp-main-body .com-content-category-blog.reip-news {
    padding-top: 56px !important;
  }

  #sp-main-body .com-content-category-blog.reip-news .reip-news-item {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  #sp-main-body .com-content-category-blog.reip-news .reip-news-image,
  #sp-main-body .com-content-category-blog.reip-news .reip-news-image img {
    width: 112px !important;
    height: 112px !important;
  }

  #sp-main-body .com-content-category-blog.reip-news .reip-news-title {
    font-size: 17px !important;
  }
}

#sp-main-body .article-details .reip-article-cta-wrap {
  display: flex;
  justify-content: center;
  margin: 42px 0 76px;
}

#sp-main-body .article-details {
  max-width: 1180px;
  margin: 0 auto;
  padding: 56px 15px 32px;
}

#sp-main-body .article-details .article-header {
  max-width: 980px;
  margin-bottom: 18px;
}

#sp-main-body .article-details .article-header h1,
#sp-main-body .article-details .article-header h2 {
  margin: 0;
  color: #1f2937;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.22;
}

#sp-main-body .article-details .article-info {
  max-width: 980px;
  margin-bottom: 24px;
}

#sp-main-body .article-details [itemprop="articleBody"] {
  max-width: 980px;
  color: #61718a;
  font-size: 18px;
  line-height: 1.65;
  text-align: left;
}

#sp-main-body .article-details [itemprop="articleBody"] p {
  margin-bottom: 1.35em;
}

#sp-main-body .article-details [itemprop="articleBody"] p:last-child {
  margin-bottom: 0;
}

#sp-main-body .article-details .reip-article-video {
  max-width: 720px;
  margin: 38px auto 0;
}

#sp-main-body .article-details .reip-article-video .article-featured-video {
  margin: 0;
}

#sp-main-body .article-details .reip-article-video .ratio {
  overflow: hidden;
  border-radius: 8px;
}

#sp-main-body .article-details .reip-article-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 60px;
  padding: 16px 38px;
  border-radius: 999px;
  background: #060097;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.18s ease;
}

#sp-main-body .article-details .reip-article-cta:hover,
#sp-main-body .article-details .reip-article-cta:focus {
  background: #1f1acc;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 575px) {
  #sp-main-body .article-details {
    padding-top: 36px;
  }

  #sp-main-body .article-details .article-header h1,
  #sp-main-body .article-details .article-header h2 {
    font-size: 28px;
  }

  #sp-main-body .article-details [itemprop="articleBody"] {
    font-size: 16px;
    line-height: 1.62;
  }

  #sp-main-body .article-details .reip-article-video {
    margin-top: 28px;
  }

  #sp-main-body .article-details .reip-article-cta-wrap {
    margin: 34px 0 56px;
  }

  #sp-main-body .article-details .reip-article-cta {
    width: 100%;
    min-width: 0;
    min-height: 54px;
    padding: 14px 24px;
    font-size: 18px;
  }
}


/* PÁGINA INTERNA Galeria de imagens */
  .speasyimagegallery-gallery {
  /* max-width: 580px; */
  height: auto;
  margin: 0 auto 0 0;
}

.speasyimagegallery-gallery img {
  border-radius: 20px;
}
.galeria-imagens .page-header h1 {
    max-width: 1140px;
    margin: 30px 5px 50px 0px;
    text-align: left;
    padding-left: 15px;
    color: #48259b;
    font-size: 35px;
  }


/* MENU LATERAL (off-canvas): texto branco e sem opacidade */
.offcanvas-menu .offcanvas-inner a,
.offcanvas-menu .offcanvas-inner ul.menu > li > a,
.offcanvas-menu .offcanvas-inner ul.menu > li > span,
.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu .offcanvas-inner a:focus,
.offcanvas-menu .offcanvas-inner a:active,
.offcanvas-menu .offcanvas-inner ul.menu > li > a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li > a:focus {
  color: var(--reip-white);
  opacity: 1;
}

/* MENU LATERAL (off-canvas): item ativo em amarelo */
.offcanvas-menu .offcanvas-inner ul.menu li.active > a {
  color: yellow ;
  opacity: 1;
}

/*==============================================================
          =               PUBLICACOES                         =
==============================================================*/

#sp-main-body .reip-publicacoes {
  max-width: 1238px !important;
  margin: 0 auto !important;
  padding: 105px 15px 64px !important;
}

#sp-main-body .reip-publicacoes .page-header {
  margin: 0 0 54px !important;
}

#sp-main-body .reip-publicacoes .page-header h1 {
  margin: 0 !important;
  color: #48259b !important;
  font-size: 35px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

#sp-main-body .reip-publicacoes-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 17px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#sp-main-body .reip-publicacoes-item {
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 28px !important;
  color: #2f3642 !important;
  font-size: 20px !important;
  line-height: 1.35 !important;
}

#sp-main-body .reip-publicacoes-item::before {
  content: ">" !important;
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
  color: #111 !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}

#sp-main-body .reip-publicacoes-item a {
  color: #2f3642 !important;
  text-decoration: none !important;
  transition: color 0.18s ease !important;
}

#sp-main-body .reip-publicacoes-item a:hover,
#sp-main-body .reip-publicacoes-item a:focus {
  color: #48259b !important;
  text-decoration: none !important;
}

#sp-main-body .reip-publicacoes .com-content-category__navigation {
  margin-top: 42px !important;
}

@media (max-width: 575px) {
  #sp-main-body .reip-publicacoes {
    padding-top: 56px !important;
    padding-bottom: 48px !important;
  }

  #sp-main-body .reip-publicacoes .page-header h1 {
    font-size: 35px !important;
  }

  #sp-main-body .reip-publicacoes-item {
    padding-left: 24px !important;
    font-size: 17px !important;
  }

  #sp-main-body .reip-publicacoes-item::before {
    font-size: 20px !important;
  }
}

