@import "root.css";
@import "animation.css";
@import url('https://fonts.cdnfonts.com/css/gilroy-bold');
@import url("https://fonts.cdnfonts.com/css/open-sans?styles=20530");
@import url("https://fonts.cdnfonts.com/css/cinzel");

:root {
  /* --font-main: "Open Sans", sans-serif;*/
  --font-accent: "Open Sans", sans-serif;
  --font-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --font-special: "Cinzel", sans-serif;
  --clr-primary: hsl(219, 36%, 22%);
}
  

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--font-main);
  /* font-weight: 600; */
  font-style: normal;
  -moz-osx-font-smoothing: grayscale;
  -moz-text-size-adjust: none;
}

.fa-2x {
  font-size: 1.7em;
  color: var(--clr-400);
  /* border: 1px solid var(--clr-light-200);
	padding: .4rem 0.5rem;
	border-radius: 1rem; */
}

.fa-2x:hover,
.fa-2x:focus {
  color: var(--clr-accent);
  border-color: var(--clr-accent);
}

.cerci-font {
  font-family: "cercifaf";
  font-size: clamp(3rem, 0.757rem + 5.5vw, 6rem) !important;
  line-height: 5.5rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), 1px 1px 5px rgba(0, 0, 0, 0.3),
    0px 0px 100px rgba(0, 0, 0, 0.8);
}

/* =================================================== */
/*                     MASTER RULES                    */
/* =================================================== */
/* space between Header and Article(s) area */
.com-content #sp-main-body {
  padding: 4rem 0;
}

/*  space between Header and Component */
#sp-main-body {
  padding-top: 4rem;
}

.sppb-addon-title {
  letter-spacing: 0px;
  margin-bottom: 1.2rem;
}

#sp-footer .container-inner {
  margin: 0 15px;
  padding: 0.5rem 0;
}

#sp-footer {
  background-image: var(--gradient-400);
  color: var(--clr-light-200);
}

#sp-footer1,
#sp-footer2 {
  margin: 0;
  padding: 0rem;
}

.article-details .article-ratings-social-share {
  display: none !important;
}

.sppb-section {
  padding: 0 !important;
  margin: 0 !important;
}

#sp-footer a,
#sp-bottom a {
  color: var(--clr-light-200);
}

ul.social-icons span {
  color: var(--clr-primary) !important;
}

ul.social-icons span:hover,
ul.social-icons span:focus {
  color: var(--clr-accent) !important;
}

.table > thead {
  font-size: small;

  text-align: center;
}

.table > tbody * {
  font-size: 0.9rem;
  font-weight: initial;
  vertical-align: middle;
  font-size: small;
  padding: 0.5rem;
}

/* ------------------- SPACE BETWEEN ------------------- */
.pt-300 {
  padding-top: 3rem;
}

.pb-300 {
  padding-bottom: 3rem;
}

.pblock-300 {
  padding-block: 3rem;
}

.pblock-500 {
  padding-block: 5rem;
}

.pblock-600 {
  padding-block: 6rem;
}

/* resize images */
.img-er {
  max-width: 65%;
  height: auto;
  padding-block: 1rem;
  margin-inline: auto;
}

.img-150 {
  max-width: 150px;
  height: auto;
  margin-inline: auto;
}

.logo-100 {
  width: 5em;
  margin-inline: auto;
  height: auto;
}

.logo-200 {
  width: 7em;
  height: auto;
  margin-inline: auto;
}

.logo-300 {
  width: 15em;
  margin-inline: auto;
  height: auto;
  vertical-align: middle;
}

.logo-400 {
  width: 25em;
  margin-inline: auto;
  height: auto;
}

.logo-500 {
  width: 35em;
  margin-inline: auto;
  height: auto;
}

.logo-apoios {
  width: calc(10em + 20vw);
  height: auto;
  margin-inline: auto;
  /* margin-top: 3rem; */
}

.h-102 {
  width: 230px;
  height: auto;
  margin-inline: auto;
}

#cofinanciamento {
  margin-top: 3rem !important;
}

.shaddow-100 {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.ch-95 {
  max-width: 95ch;
}

.gradient-text-400 {
  background: -webkit-linear-gradient(#0878be 0%, hsl(247, 57%, 18%) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta-300 {
  font-family: var(--font-accent);
  font-size: var(--size-500);
  font-weight: 400;
  padding-block: 3rem;
  max-width: 41ch;
  /* margin-inline: auto; */
  margin: 0 auto;
}
.cta-400 {
  font-family: var(--font-accent);
  font-size: var(--size-600);
  font-weight: 600;
  padding-block: 6rem;
  max-width: 41ch;
  /* margin-inline: auto; */
  margin: 0 auto;
}

.cta-800 {
  font-size: clamp(1.5rem, 6vw, 2.5rem);
  color: var(--clr-accent);
  font-family: var(--font-accent);
  font-weight: 600;
  line-height: 3;
  /* text-shadow: 1px 1px .5rem silver; */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.cta-900 {
  font-size: clamp(2.5rem, 8vw, 5rem);
  color: var(--clr-accent);
  font-family: var(--font-accent);
  font-weight: 800;
  line-height: 1;
  /* text-shadow: 1px 1px .5rem silver; */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
}

.cta-donativos {
  font-size: var(--size-500);
  font-weight: 600;
  padding-block: 1rem;
  text-align: center !important;
}

/* =================================================== */
/*                  Button CTA                */
/* =================================================== */
.btn-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
}

.btn-cta {
  display: flex;
  padding: 10px 45px;
  text-decoration: none;
  font-size: var(--fs-big);
  color: white !important;
  background: var(--gradient-400);
  transition: 1s;
  box-shadow: 6px 6px 0 var(--clr-300);
  transform: skewX(-15deg);
}

.btn-cta:focus {
  outline: none;
}

.btn-cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 var(--clr-accent);
}

.btn-cta span:nth-child(2) {
  transition: 0.5s;
  margin-right: 0px;
}

.btn-cta:hover span:nth-child(2) {
  transition: 0.5s;
  margin-right: 45px;
}

.btn-cta span {
  transform: skewX(15deg);
}

.btn-cta span:nth-child(2) {
  width: 20px;
  margin-left: 30px;
  position: relative;
  top: 12%;
}

/**************SVG****************/

path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-cta:hover path.three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-cta:hover path.one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-cta:hover path.two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
  0% {
    fill: white;
  }
  50% {
    fill: var(--clr-accent);
  }
  100% {
    fill: white;
  }
}

/* =================================================== */
/*                  Lista de Objetivos                 */
/* =================================================== */
.c-list-wrap {
  padding-left: 2rem;
}

div.c-list {
  margin-right: 2rem;
  counter-reset: list-number;
}

div.c-list div:before {
  counter-increment: list-number;
  content: counter(list-number);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: var(--clr-light-200);
  border: 1px solid var(--clr-light-400);
  border-radius: 0% 50%;
  color: var(--clr-400);
}

/* =================================================== */
/*               Agenda             */
/* =================================================== */
.dash-border {
  padding: 1rem;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top: 2px;
  border-image-slice: 1;
  border-style: solid;
  border-image-source: radial-gradient(
    circle,
    rgba(18, 127, 195, 1) 0%,
    hsl(235, 100%, 12%) 100%
  );
}

.dash-info-text {
  font-size: var(--size-300);
  padding-left: 1rem;
}

/* =================================================== */
/*               hero video from homepage              */
/* =================================================== */
.hero-header-title {
  font-size: calc(1rem + 2.2vw);
  font-weight: 300;
  width: 95%;
}

.hero-header-subtitle {
  font-size: calc(0.8rem + 1.06vw);
  font-weight: bold;
  letter-spacing: 0.5px;
  /* font-variant: small-caps; */
  margin-bottom: 10px;
  text-shadow: 0px 1px 0px #000;
}

.header-title {
  font-size: calc(1rem + 2.2vw);
  width: 95%;
  font-family: var(--font-special);
  font-weight: 600;
}

.header-title,
.header-subtitle,
.hero-header-title,
.hero-header-subtitle {
  color: white;
  text-align: end;
  text-shadow: 1px 1px 3px #000;
}

.header-subtitle {
  background: #052b5e66;
  background: linear-gradient(
    -90deg,
    rgba(5, 43, 94, 0.66) 0%,
    rgba(255, 255, 255, 0) 50%
  );
  font-size: calc(0.8rem + 1.06vw);
  font-weight: bold;
  letter-spacing: 0.5px;
  /* font-variant: small-caps; */
  margin-bottom: 10px;
  padding-block: 0.5rem;
  padding-right: 2rem;
}

/* =================================================== */
/*               hero video from homepage              */
/* =================================================== */
/* Colocar na tag do video */
.cerci-h-100 {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  position: absolute;
}

.img-65 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 65%;
}

.img-90 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.hero-video {
  height: 100vh;
}

.slide-title {
  position: relative;
  top: Calc(100vh - 35%);
  color: whitesmoke;
  text-shadow: 1px 01px 2px #696969;
  font-family: "Cinzel", serif;
  font-size: calc(3.5vw + 0.85vh + 1.5vmin);
  letter-spacing: 1px;
  animation: slide-text 20s ease-in infinite 0s;
  text-align: center;
  font-variant: small-caps;
}

.slide-1 .slide-title {
  delay: 0s;
}
.slide-2 .slide-title {
  delay: 5s;
}
.slide-3 .slide-title {
  delay: 10s;
}
.slide-4 .slide-title {
  animation-delay: 15s;
}

@keyframes slide-text {
  0% {
    transform: scale(0.91);
    opacity: 0;
    letter-spacing: 1px;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
    letter-spacing: 15px;
  }
}

#bt-Video {
  height: 100vh;
  width: 100%;
}

.bt-video {
  width: 100%;
  height: 100vh;
}

/* .slide-1, */
.slide-3 {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  animation: slide-img-l 20s ease-in-out infinite 0s;
}

.slide-2,
.slide-4 {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  overflow: hidden;
  animation: slide-img-r 20s ease-in-out infinite 0s;
}

.slide-1 {
  /* background-image: url("../../../images/slide/slide-4.jpg"); */
  animation-delay: 0s;
}
.slide-2 {
  background-image: url("../../../images/slide/slide-2.jpg");
  animation-delay: 5s;
}
.slide-3 {
  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0.1),
      rgba(38, 45, 142, 0.4)
    ),
    url("../../../images/slide/slide-1.jpg");
  animation-delay: 10s;
}
.slide-4 {
  background-image: linear-gradient(
      to bottom,
      rgba(245, 246, 252, 0.1),
      rgba(37, 126, 29, 0.4)
    ),
    url("../../../images/slide/slide-3.jpg");
  animation-delay: 15s;
}

@keyframes slide-img-l {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }

  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }

  27% {
    opacity: 1;
  }

  37% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slide-img-r {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
  }

  8% {
    animation-timing-function: ease-out;
    opacity: 1;
  }

  27% {
    opacity: 1;
  }

  37% {
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/* =================================================== */
/*                       Cards                         */
/* =================================================== */
.btg-cards {
  display: flex;
  flex: 1;
  max-width: 56em;
  margin: 0 auto;
  display: grid;
  gap: var(--size-500);
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: var(--size-900);
}

@media (max-width: 35em) {
  .btg-cards {
    display: inline-block;
  }
}

.btg-card {
  max-width: 17rem;
  height: auto;
  transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  -webkit-transition: all 175ms ease-in-out;
  -o-transition: all 175ms ease-in-out;
  -ms-transition: all 175ms ease-in-out;
  background: transparent;
  background: transparent;
  box-shadow: 6px 6px 14px 0 rgba(0, 0, 0, 0.2),
    -8px -8px 18px 0 rgba(255, 255, 255, 0.55);
}

.btg-card:hover {
  background: var(--gradient-100);
  box-shadow: 0 0 var(--size-200) rgba(0, 0, 0, 0.5);
  transform: scale(1.02);
}

.btg-card a {
  color: var(--clr-neutral);
  text-decoration: none;
}

.btg-card__container h3 {
  color: var(--clr-400);
  margin: 1rem;
}

.btg-card__container p {
  color: var(--clr-400);
  margin: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.btg-card img {
  width: 100%;
  height: auto;
}

.btg-card_title {
  position: relative;
}

.btg-card__container p:last-of-type {
  margin: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid var(--clr-light-600);
}

.btg-card__container p:last-of-type:hover {
  background: var(--gradient-400);
  cursor: pointer;
  border: 1px solid var(--clr-light-600);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: var(--clr-light-200);
}

.btg-card_title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 3px;
  width: 75%;
  background: var(--clr-light-600);
}

.btg-card a:hover {
  color: var(--clr-light-200);
  text-decoration: underline;
}

/* =================================================== */
/*                   COUNTER SECTION                  */
/* =================================================== */
.btg-number-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
  color: var(--clr-light-200);
}

.btg-number_items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 10px calc(5px + 1.5vw);
  max-height: 180px;
  width: calc(142px + (2vw));
  padding: 0.5rem 1rem;
  border: 1px solid #d3d3d320;
  box-shadow: rgba(149, 157, 165, 0.1) 0.5rem 0.5rem 1rem;
  transition: background 250ms, box-shadow 250ms, transform 300ms;
}

.btg-number_items:hover {
  background: #ffffff25;
  box-shadow: 0px 30px 30px -25px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

.btg-number_box .fas {
  font-size: var(--size-500);
}

.counter {
  font-size: var(--size-500);
  margin-top: 0.2em;
}

/* =================================================== */
/*  ================== SECTION DIVIDER =============== */
/* =================================================== */
.divider {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4rem 0 3rem 0;
}

.divider span:nth-child(1) {
  width: 50px;
  height: 1px;
}

.divider span:nth-child(2) {
  margin: 0 10px;
  font-size: var(--fs-big);
}

.divider span:nth-child(3) {
  flex-grow: 1;
  height: 1px;
  background-image: linear-gradient(90deg, #12213b41, transparent);
}

.divider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 40px;
  height: 10px;
  background-image: radial-gradient(
    circle,
    rgba(18, 127, 195, 1) 0%,
    hsl(235, 100%, 12%) 100%
  );
  transform: skew(-20deg);
}

.cerci-follow-us,
.follow-us-text {
  font-size: clamp(0.6rem, 0.75rem + 0.15vw, 1rem);
  line-height: 1.5;
  width: 100%;
  padding-left: 10px;
}

.follow-us {
  padding-bottom: 1rem;
}

hr {
  border: 0;
  background-image: var(--gradient-900);
  height: 1px;
  margin-block: 2rem;
}

/* =================================================== */
/*              SERVICES SECTION HOMEPAGE              */
/* =================================================== */
.cerci-recursos-container {
  background: none;
  display: flex;
  flex-direction: column;
  max-width: 1300px;
}

.cerci-recursos-content--box {
  width: 250px;
  padding: 1rem;
  text-align: center;
  color: #12213b;
  cursor: pointer;
  margin: 0.5em;
}

.cerci-recursos-title {
  text-align: center;
  border-top: 3px solid transparent;
}

.cerci-recursos-content--box:hover .cerci-recursos-content__icon:hover {
  border: 0.1px solid #212529;
  transform: rotate(0deg);
  transition: 250ms linear;
  background: var(--gradient-400);
  color: var(--clr-light-200);
}

.cerci-recursos-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.cerci-recursos-content--box:hover .cerci-recursos-content__title:hover {
  border-color: #ffa407;
}

.cerci-recursos-content--box:hover .cerci-recursos-content__desc {
  font-size: 1rem;
  color: #212529;
  font-weight: 500;
}

.cerci-recursos-content__icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 0.1px solid #2125295d;
  transform: rotate(-45deg);
  margin: 16px 0 30px;
  transition: 0.3s linear;
  color: #212529;
  border-radius: 2px;
  background: var(--gradient-100);
}

.cerci-recursos-content__icon span {
  line-height: 70px;
}

.cerci-recursos-content__title {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
  border-bottom: 1px solid transparent;
  transition: 0.25s ease-out;
  color: #212529;
}

@media screen and (max-width: 960px) {
  .cerci-recursos-content--box {
    max-width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .cerci-recursos-content--box {
    max-width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .cerci-recursos-content--box {
    max-width: 100%;
  }
}

/* =================================================== */
/*              SERVICES SECTION HOMEPAGE              */
/* =================================================== */
.btg-box-container {
  background: none;
  padding: 1em 1px;
  flex-wrap: wrap;
}

.btg-box-content--box {
  width: calc(250px + 2vw);
  padding: 14px;
  text-align: center;
  color: var(--clr-primary);
  cursor: pointer;
  margin: 0.5em;
}

.btg-box-title {
  text-align: center;
}

.btg-box-border {
  width: 350px;
  height: 1px;
  background: #ffa407;
  margin: 30px auto;
}

.btg-box-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.btg-box-content--box:hover .btg-box-content__icon {
  background: radial-gradient(circle, #127fc3 0%, #00053d 100%);
  color: white;
  transform: rotate(0deg);
}

.btg-box-content--box:hover .btg-box-content__title {
  border-color: #ffa407;
  font-weight: 100;
}

.btg-box-content--box:hover .btg-box-content__desc {
  font-size: 14px;
  color: #212529;
  font-weight: 500;
}

.btg-box-content__icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 1px solid #28527b45;
  transform: rotate(-45deg);
  margin: 16px 0 30px;
  transition: 0.3s linear;
  color: #212529;
  border-radius: 2px;
}

.btg-box-content__icon span {
  font-family: var(--font-special);
  font-weight: 700;
  line-height: 70px;
  margin: 0.3rem;
}
.btg-box-content__icon i {
  line-height: 70px;
  transform: rotate(-45deg);
}

.btg-box-content__icon i span {
  margin: 0.3rem;
}

.btg-box-content__title {
  font-size: 0;
  margin-bottom: 12px;
  border-bottom: 2px solid transparent;
  transition: 0.1s ease-out;
}

.btg-box-content__desc {
  font-size: 14px;
  color: rgba(33, 37, 41, 0.82);
  text-align: center;
}

.inner-width {
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .btg-box-content--box {
    max-width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .btg-box-content--box {
    max-width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .btg-box-content--box {
    max-width: 100%;
  }
}

/* =================================================== */
/*                 HOMEPAGE EVENTS SECTION             */
/* =================================================== */
/* EVENTS BOX */
.cerci-text-box-fx {
  font-weight: normal;
  -moz-transition: -moz-all 0.2s ease-in;
  -o-transition: -o-all 0.2s ease-in;
  -webkit-transition: -webkit-all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cerci-text-box-fx:hover {
  background-color: #d1d1d178;
  border-radius: 1rem;
  border-inline: 10px solid transparent;
}

.cerci-events {
  width: 100%;
  border-radius: 4px;
}

.cerci-events__heading {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.cerci-events__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.cerci-events__item {
  display: flex;
  padding: 12px 0px;
  border-bottom: 1px silver dotted;
}

.cerci-events__item:hover {
  cursor: pointer !important;
}

.cerci-events__item:last-child {
  border: none;
}

.cerci-events__date {
  text-align: center;
  border-left: 3px solid #fcfcfc;
  transition: 0.2s ease-in-out;
}

.cerci-events__day {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  transition: 0.2s ease-in-out;
}

.cerci-events__month {
  color: #aaa;
  font-size: 1.1rem;
  text-transform: lowercase;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  margin: 0 0.8rem;
}

.cerci-events__desc {
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.275rem;
  transition: 0.2s ease-in-out;
}

.cerci-events__item:hover .cerci-events__date {
  border-left: 3px solid #12213b;
}

.cerci-events__item:hover .cerci-events__day {
  color: #000;
}

.cerci-events__item:hover .cerci-events__month {
  color: #666;
}

/* ==================================================  MENU TITLE ================================================== */
#sp-menu .sp-megamenu-parent {
  /* text-transform: uppercase !important; */
  /* font-size: 0.8em;
  letter-spacing: 0em; */
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #fff;
  opacity: 0.98;
  line-height: 1rem;
  text-transform: none;
  width: max-content;
}

.sp-profile-dropdown-item:first-child {
  display: none;
}

/* ================================================== OFFCANVAS MENU ================================================== */
/* @media screen and (max-width: 1280px) {
  .sp-megamenu-parent {
      display: none !important;
  }
  #offcanvas-toggler {
      display: flex !important;
  }
} */
.sp-profile-wrapper {
  font-size: 0.85rem;
  /* color: #12213b; */
}

.offcanvas-menu .offcanvas-inner .sp-sign-in {
  margin: auto;
  font-size: larger;
}

.offcanvas-menu .offcanvas-inner .header-modules {
  justify-content: center !important;
}

.sp-profile-wrapper .arrow-icon {
  font-size: 1rem;
  margin-left: 0.5em;
}

.offcanvas-menu .offcanvas-inner ul.menu li {
  border-bottom: 1px dotted #ccc;
}

.offcanvas-menu .offcanvas-inner ul.menu > li ul.menu-child {
  text-transform: full-size-kana;
}

.offcanvas-menu .offcanvas-inner ul.menu,
.offcanvas-menu .offcanvas-inner ul.menu ul {
  text-align: left;
}
body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li ul {
  margin-left: 30px;
}

.offcanvas-menu {
  width: 100vw;
}

body.ltr.offcanvs-position-right .offcanvas-menu {
  right: -100vw;
}

.offcanvas-menu .offcanvas-inner {
  width: 98vw;
}

.offcanvas-menu .offcanvas-inner ul.menu > li > ul li a {
  line-height: 2rem;
  font-size: 0.8em;
}

.offcanvas-menu.border-menu .offcanvas-inner ul.menu > li > a {
  padding: 13px 20px 13px 10px;
}

.offcanvas-menu .offcanvas-inner ul.menu > li {
  border-bottom: 1px solid #f2f2f225;
}

.offcanvas-menu .offcanvas-inner ul.menu > li a {
  font-size: 1em;
}

.offcanvas-menu .offcanvas-inner .sp-contact-info,
.offcanvas-menu .offcanvas-inner .social-icons {
  font-size: 1rem;
  text-align: center;
  width: 98%;
}

ul.social-icons li {
  font-size: 2rem;
}

/*  Clickable zone offcanvas-menu */
.offcanvas-menu .menu-toggler {
  width: 100% !important;
}

.offcanvas-menu .menu-toggler::after {
  float: right !important;
}

a.sp-sign-in {
  color: #081638;
}

.c-button {
  border-radius: 1px;
  padding: 10px 10px;
  color: var(--clr-primary);
  font-size: 16px;
  border: solid 1px var(--clr-primary);
  background: none;
}

.c-button:hover,
.c-button:focus {
  background-color: #162744 !important;
  color: #ffffff !important;
}

/* ================================================== MOUSE OVER MAIN-MENU  ================================================== */
#sp-header:hover {
  background: rgba(255, 255, 255, 0.95) !important;
}

.sppb-section-title .sppb-title-heading {
  text-align: center;
  color: #162744 !important;
  margin-top: 2rem !important;
}

/* ================================================== burger icon  ================================================== */
@media (min-width: 980px) {
.burger-icon {
    display: none !important;
}
}

/* ================================================== JB COOKIES  ================================================== */
.jb-accept {
  border-radius: 0px !important;
}

.jb-accept:hover {
  box-shadow: 1 1 8px #a3a3a3a6 !important;
}

/* =================================================== */
/*              Planos e Documentos LISTA              */
/* =================================================== */
.cerci-plan-section ul {
  padding: 0;
}

ul.cerci-list {
  padding: 0;
  list-style-type: none;
}

.cerci-list__item {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 1rem 0;
  /* margin-bottom: 1rem; */
}

.cerci-list__item_desc {
  list-style: none;
}

.cerci-list__item_desc p {
  text-align: justify;
}

.cerci-list__item p {
  letter-spacing: 0.5px;
  text-align: start;
  margin: 0;
}

.cerci-list__item a:hover {
  letter-spacing: 0.5px;
  color: var(--clr-accent);
}

.cerci-list-icon {
  margin: 0;
  padding: 0 15px 0 0;
}

.cerci-list-icon img {
  display: inherit !important;
  max-height: 1.5em;
  max-width: 1.5em;
}

/* =================================================== */
/*                ORGAOS SOCIAIS SECTION  */
/* =================================================== */
.cerci-orgaos-container h4 {
  font-weight: 400;
  letter-spacing: 1px;
}

table {
  width: 100%;
}

.cerci-orgaos-container h6 {
  line-height: 200%;
  letter-spacing: 1px;
}

.cerci-orgaos-container {
  background: none;
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  /* justify-content: space-evenly; */
}

.cerci-orgaos-content--box {
  width: 250px;
  padding: 1rem;
  text-align: center;
  color: #12213b;
  cursor: pointer;
  margin: 0.5em;
}

.cerci-orgaos-title {
  text-align: center;
  color: #12213b;
}

.cerci-orgaos-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.cerci-orgaos-content--box:hover .cerci-orgaos-content__icon {
  color: #d2d2d2;
  transform: scale(1.2) rotate(45deg);
  background: rgb(255, 255, 255);
  background: #c1bec0;
  background: -webkit-radial-gradient(center, #c1bec0, #ffffff);
  background: -moz-radial-gradient(center, #c1bec0, #ffffff);
  background: radial-gradient(ellipse at center, #c1bec0, #ffffff);
}

.cerci-orgaos-content--box:hover .cerci-orgaos-content__title {
  color: var(--clr-400);
  border-color: #ffa407;
  font-weight: 600;
}
.cerci-orgaos-content--box:hover .cerci-orgaos-content__desc {
  color: var(--clr-400);
  font-weight: 600;
}

.cerci-orgaos-content__icon {
  display: inline-block;
  width: 75px;
  height: 75px;
  border: 0.1px solid #21252935;
  transform: rotate(45deg);
  margin: 16px 0 30px;
  transition: 0.3s linear;
}

.cerci-orgaos-content__icon img {
  position: relative;
  opacity: 0.7;
  transform: rotate(-45deg);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  transition: 0.3s linear;
  /* Just for test */
  /* width: 134%;
      left: -.75rem;
      top: -.75rem; */
}

.cerci-orgaos-content__icon img:hover {
  opacity: 1;
}

.cerci-orgaos-content__title {
  font-size: clamp(0.81rem, 0.36vw + 0.71rem, 1rem);
  margin-bottom: 12px;
  border-bottom: 2px solid transparent;
  color: #212529;
}

.cerci-orgaos-content__desc {
  font-size: small;
  color: rgba(33, 37, 41, 0.747);
  text-align: center;
}

.inner-width {
  width: 100%;
  max-width: 1296px;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}

.cerci-no-caption {
  display: none;
}

.cerci-no-th {
  display: none;
}

@media screen and (max-width: 960px) {
  .cerci-orgaos-content--box {
    max-width: 44%;
  }
}

/* =================================================== */
/*              CURSOS CFE LISTA              */
/* =================================================== */
.cerci-cursos-list {
  padding: 10px 10px;
}

.cerci-cursos-list li {
  list-style-type: none;
}

.cerci-cursos-list__item {
  display: flex;
  align-items: center;
}

.cerci-cursos-list__item p {
  font-size: 1rem;
  font-size: larger;
  letter-spacing: 0.5px;
  margin: 0.35rem 1rem;
  text-align: start;
}

.icon {
  margin: 0;
  padding: 0.5rem 1rem;
}

.icon img {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 1.3em;
  max-width: 1.5em;
}

/* =================================================== */
/*              CERCI TIMELINE QUEM SOMOS              */
/* =================================================== */
.cerci-div-container {
  width: 100%;
  padding: 1.5rem 0;
  margin: 2rem auto;
  position: relative;
  overflow: hidden;
}

.cerci-div-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background: #ccd1d9;
  z-index: 1;
}

.cerci-cerci-timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
  -moz-transition: -moz-all 0.2s ease-in;
  -o-transition: -o-all 0.2s ease-in;
  -webkit-transition: -webkit-all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.cerci-cerci-timeline-block:hover {
  background-color: #f8b202;
  border-radius: 1rem;
  border-inline: 10px solid transparent;
}

.cerci-cerci-timeline-block-right {
  float: right;
}

.cerci-cerci-timeline-block-left {
  float: left;
  direction: rtl;
}

.cerci-square-marker {
  -moz-transition: -moz-all 0.2s ease-in;
  -o-transition: -o-all 0.2s ease-in;
  -webkit-transition: -webkit-all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #00053e;
  outline: 5px solid rgba(192, 192, 192, 0.213);
  width: 16px;
  height: 16px;
  border: 2px solid #2c5185;
  margin-top: 10px;
  z-index: 9999;
}

.cerci-timeline-content {
  width: 95%;
  padding: 0 15px;
  text-align: initial;
}

.cerci-timeline-content h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
  text-align: initial;
}

.cerci-timeline-content span {
  font-size: 13px;
  color: #162744de;
}

.cerci-timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: var(--clr-primary);
}

@media screen and (max-width: 768px) {
  .container:before {
    left: 8px;
    width: 2px;
  }

  .cerci-cerci-timeline-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .cerci-cerci-timeline-block-right {
    float: none;
  }

  .cerci-cerci-timeline-block-left {
    float: none;
    direction: ltr;
  }

  .cerci-div-container:before {
    background: transparent;
  }
}

/* =================================================== */
/*                PM   */
/* =================================================== */

.pm-portfolio-container h4 {
  font-weight: 400;
  letter-spacing: 1px;
}

.pm-portfolio-container h6 {
  line-height: 200%;
  letter-spacing: 1px;
}

.inner-width {
  width: 100%;
  max-width: 1296px;
  margin: auto;
  padding: 0px;
  overflow: hidden;
}

.pm-portfolio-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.pm-portfolio-container {
  background: none;
  display: flex;
  flex-direction: column;
  /* max-width: 1300px; */
}

.pm-portfolio-content--box {
  width: 200px;
  padding: 1rem;
  text-align: center;
  color: #12213b;
  cursor: pointer;
  margin: 0.5em;
}

@media screen and (max-width: 960px) {
  .pm-portfolio-content--box {
    max-width: 45%;
  }
}

.pm-portfolio-content__title {
  font-size: clamp(0.81rem, 0.36vw + 0.71rem, 1rem);
  font-variant: small-caps;
  /* margin-bottom: 12px !important; */
  border-bottom: 2px solid transparent;
  color: #212529 !important;
  /* margin-top: 2rem !important; */
  transform: rotate(-45deg);
  margin: -4rem 0 0rem 8rem !important;
  padding-top: 2rem;
}

.pm-portfolio-content--box:hover .pm-portfolio-content__title {
  color: #12213b;
  border-color: #ffa407;
  font-weight: 500;
}

.pm-portfolio-content__icon {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border: 0.1px solid #2125296c;
  transform: rotate(45deg);
  margin: 26px 0 30px;
  transition: 0.3s linear;
  background: rgb(255, 255, 255);
  background: #c1bec0;
  background: -webkit-radial-gradient(center, #e0e0e0, #ffffff);
  background: -moz-radial-gradient(center, #e0e0e0, #ffffff);
  background: radial-gradient(ellipse at center, #e0e0e0, #ffffff);
}

.pm-portfolio-content__icon img:hover {
  opacity: 1;
  transform: scale(1.6) rotate(-45deg);
}

.pm-portfolio-content--box:hover .pm-portfolio-content__icon {
  transform: scale(1.1) rotate(45deg);
  background: rgb(255, 255, 255);
  border: 0.1px solid transparent;
}

.pm-portfolio-content__icon img {
  position: relative;
  opacity: 0.7;
  transform: rotate(-45deg);
  /* clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); */
  transition: 0.3s linear;
  width: 85%;
  left: 0.5rem;
  top: 0.5rem;
}
   /* =================================================== */
/*                PM Repository (all pm page)  */
/* =================================================== */

/* JB Cookies */
.jb-cookie-bg.white {
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.jb-cookie p {
  font-size: 13px;
  color: whitesmoke;
}
.jb-cookie p.jb-cookie-title {
  font-size: 16px;
  font-weight: 500;
}
.jb-accept.orange {
  /* background: #e88a05; */
}
.jb-accept:hover {
  box-shadow: 2px 2px 10px #ffffff50;
}

/* ==================================================  icagenda  ================================================== */
.ic-dropdown .btn-info {
  color: #12213b;
  background-color: #ffffff;
  border-color: #12213b;
  border-radius: 0px !important;
}
.ic-event-header,
.ic-label {
  color: #12213b;
}
.ic-back a {
  font-size: 16px !important;
  font-weight: bold !important;
}
.icnav .titleic {
  font-size: 16px;
  text-align: center;
  width: auto !important;
  color: #ececec;
  background-color: #12213b;
  text-transform: capitalize;
  font-weight: 500;
}
[class^="iCicon-"],
[class*=" iCicon-"],
[class^="icon-iCicon-"],
[class*=" icon-iCicon-"],
[class^="menu-iCicon-"],
[class*=" menu-iCicon-"] {
  color: #ececec;
}
.iccalendar table td div.style_Day {
  /* border: 1px #12213b50 dotted; */
  color: #12213b;
  font-weight: 500;
}
.iccalendar table td div.style_Today {
  color: #ececec;
  font-weight: 600;
  background-color: #12213b;
}

#search-result-list > li > h4 > a {
  font-size: 1.2rem;
  color: var(--clr-400);
}
/* Mensgens do Sistema  */
#system-message-container joomla-alert {
  font-size: 16px;
}
/* #system-message-container {
  position: fixed;
  top: 8%;
  right: 5%;
  max-width: 50%;
  z-index: 9999;
} */

.btn-primary,
.sppb-btn-primary {
  border-color: var(--clr-primary);
  background-color: var(--clr-primary);
  border-radius: 0px;
}

.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #e2e2e2;
  background-color: #e2e2e2;
  color: var(--clr-primary);
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--clr-primary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
