/*CENAS PARA SEGURAR O LAYOUT DOS BLOCOS HERO*/
.relative {
  position: relative;
}
.flex-vertical-center {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.flex-vertical-end {
  display: flex;
  align-items: end;
  height: 100%;
  width: 100%;
}
.overlay {
  background-color: rgba(22, 22, 22, 0.5);
  width: 100%;
  height: 100%;
}
/*AINDA NÃO SEI AO QUE SE REFERE*/
.main-content {
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 150px;
  position: relative;
}
.main-content h3 {
  color: #534361;
}
.conteudo {
  background-color: #82a2a8;
}

/*PROJETOS REALIZADOS*/
.top-section {
  padding-top: 60px;
}
.content.projectos {
  padding: 50px 0;
}

/*/////////////////////////////////////////////////////////////////////////////

/ HOME
/////////////////////////////////////////////////////////////////////////////*/


/* HOME - BLOCO HERO
 =========================================================================== */
#home-hero {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: relative;
  /* background-color: #F3F3F0; */
  overflow: hidden;
  background-size: cover;
  background-position-x: 0%;
  background-position-y: 0%;
  height: calc(100vh - 0px);
  min-height: 750px;
  max-height: 800px;
  padding-top: 90px;
  margin-top: -90px;
}
#home-hero .wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  bottom: 0px;
  /* overflow: hidden; */
}
#home-hero ul.sub-layer {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
#home-hero li.layer {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
#home-hero img.ana-machado {
  top: 0px;
  right: -10px;
}
#home-hero a.nome-rita-machado {
  right:500px; 
  bottom:2%; 
  font-size: 18px; 
  text-decoration: none; 
  color: #6A757B;
}
@media (max-width: 640px) {
  #home-hero img.ana-machado {
    display: none;
  }
  #home-hero a.nome-rita-machado {
    display: none;
  }
}


#home-hero .layer-content {
  position: relative;
  height: 100%;
  width: 100%;
}
#home-hero .layer-content > * {
  position: absolute;
}
#home-hero .spin {
  -webkit-animation: spinnerRotate 25s infinite linear;
  animation: spinnerRotate 25s infinite linear;
}
#home-hero div.hero-content {
  position: relative;
  z-index: 2;
  color: #534361;
  background-color: rgba(255, 255, 255, 0.537);
  height: auto;
  padding: 15px;
  width: 430px;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  #home-hero div.hero-content {
    text-align: left;
    margin-left: 0;
    /* background-color: transparent; */
  }
}
@media (min-width: 992px) {
  #home-hero div.hero-content {
    padding: 15px 0;
    background-color: transparent;
  }
}

#home-hero .hero-content h1 {
  font-size: 4.5rem;
  line-height: 110%;
  /* font-family: var(--font-2); */
  font-weight: 800;
  /* color: #0bf; */
}
@media (min-width: 920px) {
  #home-hero .hero-content h1 {
    font-size: 5rem;
    line-height: 105%;
    margin-bottom: 1.2rem;
    letter-spacing: 0rem;
  }
}

#home-hero .hero-content .text {
  font-size: 1.2rem;
  margin-bottom: 1.4rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  #home-hero .hero-content .text {
    font-size: 1.35rem;
    margin-bottom: 1.4rem;
    line-height: 1.5;
  }
}

#home-hero .btn{
  box-shadow: 3px 3px 8px -2px rgba(0,0,0,0.3);
}
#home-hero .btn:hover{
  box-shadow: none;
}

/* HOME - BLOCO INTRODUÇÃO
 =========================================================================== */

.green-bg {
  background-color: #cbd2c3;
}
.bloco-intro {
  padding-top: 100px;
  padding-bottom: 200px;
}
.bloco-txt {
  margin-top: 50px;
}


/* HOME - BLOCO PUBLICO ALVO
 =========================================================================== */

.bg-yellow {
  background-color: #ffd02f;
  background-image: none;
}
.para-quem {
  padding: 50px;
  margin: 100px 0;
  border-radius: 1rem;
}
.para-quem .row div:first-child {
  border-right: 1px solid rgba(69, 61, 88, 0);
}
.para-quem ul {
  padding: 2.5em 0 1.5em 0;
}
.para-quem li {
  border-top: 1px solid #453d58;
  padding: 18px 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .para-quem li {
    font-size: 1.5rem;
  }
}
.para-quem li:last-child {
  border-bottom: 1px solid #453d58;
}


/* HOME - ACCORDION FORMAÇÕES E SERVIÇOS
 =========================================================================== */

#home-accordion {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: relative;
  /* background-color: #F3F3F0; */
  z-index: 2;
}

/*
**  REGRAS GERAIS DAS LAYERS E OBJECTOS
*/
#home-accordion div.master-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  bottom: 0px;
  /* overflow: hidden; */
  /* background-color: azure; */
}
#home-accordion ul.sub-layer {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
#home-accordion li.layer {
  height: 100%;
  width: 100%;
  position: absolute;
}
#home-accordion .layer-content {
  position: relative;
  height: 100%;
  width: 100%;
}
#home-accordion .layer-content > * {
  position: absolute;
}
/*circulo red*/
#home-accordion .layer-content .e01 {
  right: -8vw;
  top: -50px;
  z-index: 0;
  transition: 0.25s ease-in-out;
}
/*Circulo centrico*/
#home-accordion .layer-content .e02 {
  left: -200px;
  top: -11px;
  z-index: 0;
  /* transition: .25s ease-in-out; */
}
/*Bolinhas pretas*/
#home-accordion .layer-content .e03 {
  left: 5vw;
  bottom: 5vh;
  z-index: 0;
  transition: 0.25s ease-in-out;
}
/*Bolinhas vermelhas*/
#home-accordion .layer-content .e04 {
  right: 60%;
  top: -40px;
  z-index: 0;
  transition: 0.25s ease-in-out;
}
/*Bola Salmão*/
#home-accordion .layer-content .e05 {
  left: -10%;
  top: 600px;
  z-index: 0;
  transition: 0.25s ease-in-out;
}

/*
**  REGRAS DO ACCORDION
*/
.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
}
.accordion-content[aria-hidden="false"] {
  grid-template-rows: 1fr;
}
.accordion-content > div {
  overflow: hidden;
}

/* other styles */
.accordion-container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  z-index: 2;
}
.accordion {
  background: transparent;
  color: #534361;
}
.accordion-panel {
  background-color: var(--color-white);
  border: 1px solid #CCCAC7;
  border-radius: 0;
  margin-bottom: -1px;
  padding: 0.1rem;
}
.accordion h2 {
  margin: 0;
  padding-left: 0.5rem;
}
.accordion button {
  cursor: pointer;
  border-radius: 0;
  /* background: pink; */
}
.accordion-trigger {
  background: transparent;
  position: relative;
  font-family: "Satoshi", "Barlow", Arial, sans-serif;
  font-size: clamp(1rem, 2vw + 1rem, 2.7rem);
  font-weight: bold;
  color: inherit;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 0.2rem 1.3rem;
  padding-right: 3.5rem;
  border: 0;
}
.accordion-trigger::before,
.accordion-trigger::after {
  position: absolute;
  right: 1em;
  top: 50%;
  content: "";
  display: block;
  width: 0.7em;
  height: 2px;
  background: currentcolor;
  transition: transform 500ms;
}
.accordion-trigger::after {
  rotate: 90deg;
}
.accordion-trigger[aria-expanded="true"]::before,
.accordion-trigger[aria-expanded="true"]::after {
  transform: rotate(45deg);
}
.accordion-content {
  padding: 0rem 1.3rem;
}
.accordion-text {
  padding: 1rem;
  padding-top: 1.5rem;
}

/*////////////////////////////////////////////////////////////////////////

/ HOME - SLIDER TESTEMUNHOS (Splide Slider)
////////////////////////////////////////////////////////////////////////*/

#home-slider {
  padding-top: 0px;
  padding-bottom: 50px;
  /* background-color: #e6e6e6; */
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 95.3%, 0.94)),
      to(hsla(0, 0%, 95.3%, 0.94))
    ),
    url("https://uploads-ssl.webflow.com/6359140b3878a7a73023f955/635934446d2865655d814bb0_noise.webp"),
    -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#f3f3f3));
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 95.3%, 0.94),
      hsla(0, 0%, 95.3%, 0.94)
    ),
    url("img/noise.webp"), linear-gradient(180deg, #f3f3f3, #f3f3f3);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, 128px, auto;
}
.big-h {
  font-family: "Satoshi", "Barlow", Arial, sans-serif;
  font-size: clamp(1.2rem, 3.4vw + 1rem, 4rem);
  font-weight: 700;
  line-height: 1.1em;
}
.section-title {
  margin-bottom: 80px;
  color: #493d55;
  text-align: center;
}
.containerr {
  padding: 50px 0;
  /* overflow: hidden; */
  max-width: 1100px;
  margin: auto;
  margin-top: 0;
  padding: 50px;
}
.splide {
  padding: 0;
}
.splide__track {
  padding: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
  /* border: 1px solid #0bf; */
}
ul.splide__list {
  padding: 0;
}
li.splide__slide {
  /* background-color: #FFF;
  box-shadow: 0 5px 15px rgba(0,0,0,.08); */
  background-color: transparent;
}
/*SLIDE CARD*/
.slide-card {
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
/*Slide card head*/
.slider-card-head {
  display: flow-root;
  padding: 30px;
}
/*Slider card body*/
.slide-card-body {
  display: flow-root;
  padding: 60px 50px 40px;
}
@media (min-width: 1200px) {
  .slide-card-body {
    padding: 60px 60px 40px;
  }
}
.slide-image {
  position: relative;
  background-color: white;
  margin-bottom: 25px;
  height: 50px;
}
.slide-image img {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  object-fit: cover;
  border: 5px solid white;
  position: absolute;
  bottom: 0;
  left: -5px;
}
.slide-title {
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: right;
  margin-bottom: 0;
}
.slide-text {
  padding: 20px 0;
}
.slide-nome {
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: right;
  padding-top: 20px;
}
.slide-curso {
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: left;
  font-weight: bold;
  padding-top: 10px;
}

/*SPLIDE SETAS*/
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  background: #f5f5f5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 3.5em;
  width: 3.5em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-90%);
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: -1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: -1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

/*SPLIDE NAVEGAÇÃO POR BOLINHAS*/
.splide__pagination__page {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(102, 102, 102, 0.4);
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 4px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
}
.splide__pagination__page.is-active {
  background-color: rgba(102, 102, 102, 0.6);
  border-color: transparent;
  transform: scale(1.2);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 1;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
/* // End Splide Slider*/



/*////////////////////////////////////////////////////////////////////////

/ HOME - BLOCO PARCEIROS
////////////////////////////////////////////////////////////////////////*/

#bottom-b{
  /* background-color: #e6e6e6; */
}
.mod-partners ul {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
}
ul.main-partner {
  margin: 0;
  padding: 10px 0 5px 0;
  border-bottom: solid 1px rgba(211,211,211,1.00);
}
ul.partners {
  margin: 0;
  padding: 10px 0 25px 0;
}
ul.main-partner li {
  max-width: 230px;
}
ul.partners li {
  max-width: 120px;
}
.mod-partners ul li img {
  display: block;
  width: 100%;
  height: auto;
}


/*////////////////////////////////////////////////////////////////////////

/ PÁGINA SOBRE
////////////////////////////////////////////////////////////////////////*/
.pag-sobre .imagem-hero {
  background-position-x: 0%;
  background-position-y: 20%;
}
.pag-sobre .imagem-hero .overlay {
  background: rgba(30, 20, 75, 0.3);
}
.pag-sobre .hero-content h1, 
.pag-sobre .hero-content .text {
  color: #f3f3f0;
  font-family: var(--font-2);
}
.pag-sobre .site-grid {
  background-color: #82a2a8;
  background-color: #76a2a2;
} 
.pag-sobre #sec-sobre {
  font-size: 1.5rem;
  color: white;
  line-height: 1.7em;
  padding-top: 80px;
  padding-bottom: 100px;
  max-width: 1000px;
  margin: 0 auto;
}
#sec-percurso {
  color: white;
  line-height: 1.7em;
  padding-bottom: 200px;
  max-width: 1000px;
  margin: 0 auto;
}
#sec-percurso h4{
  color: white;
}


/*////////////////////////////////////////////////////////////////////////

/ IMAGENS DE TODOS OS ARTIGOS
////////////////////////////////////////////////////////////////////////*/


/*Página blog imagens nos cards de entrada items featured*/
.intro-img.featured img {
  height: 550px;
}
@media (max-width: 992px) {
  .intro-img.featured img {
    height: 320px;
  }
}
/*Página blog imagens nos cards de entrada items NOT featured*/
.intro-img img {
  object-fit: cover;
  width: 100%;
  height: 305px;
}
/*Imagem principal artigos*/

.item-full-image img {
  object-fit: cover;
  width: 100%;
  height: 350px;
  max-height: 350px;
  max-width: 1400px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .item-full-image img {
    /* height: 350px; */
    width: 100%;
    height: auto; 
    max-height: 450px;
    min-height: 350px;
    max-width: 1400px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .item-full-image img {
    width: 100%;
    height: auto; 
    max-height: 500px;
    max-width: 1400px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .item-full-image img {
    max-height: 600px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .item-full-image img {
    max-height: 700px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1400px) {
  .item-full-image img {
    max-height: 800px;
    margin-bottom: 45px;
  }
}
/*////////////////////////////////////////////////////////////////////////

/ PÁGINA BLOG
////////////////////////////////////////////////////////////////////////*/

#body.pag-blog {
  background-color: #f4eee9;
  background-image: none;
}
/*
PÁGINA DE CADA ARTIGO BLOG
=========================================*/
.item-page.pag-catlist-blog {
  max-width: 1100px;
  margin: 0 auto;
  /* font-size: 1.05rem; */
  /* font-size: clamp(1.05rem, 1vw + 1rem, 1.1rem); */
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.45;
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .item-page.pag-catlist-blog {
    line-height: 1.6;
  }
}
/* .item-page.pag-catlist-blog .item-full-image {
  margin-bottom: 50px;
} */

.item-page.pag-catlist-blog .com-content-article__body{
  padding-left: 5px;
  /* padding-right: 20px; */
  margin-bottom: 50px;
}
/*////////////////////////////////////////////////////////////////////////

/ PÁGINA PDF
////////////////////////////////////////////////////////////////////////*/
.pag-pdf .hero-content h1 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 110%;
  margin-bottom: 1.2rem;
  color: white;
}
.pag-pdf .hero-content h1 {
  font-weight: 200;
  font-size: clamp(1rem, 4vw + 1rem, 4rem);
  line-height: 110%;
  margin-bottom: 1.2rem;
}
.circle-pdf * {
  position: relative;
  z-index: 1;
  /* color: red; */
}
.circle-pdf::before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='circulo-pdf' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 800'%3E%3Ccircle cx='400' cy='400' r='400' style='fill: %23202059%3B opacity: .6%3B'/%3E%3C/svg%3E");
  bottom: 0px;
  content: "";
  position: absolute;
  width: 100%;
  min-width: 550px;
  height: 800px;
  top: -25%;
  background-repeat: no-repeat;
  /* left: 50%; */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .circle-pdf::before {
    width: 100%;
    max-width: 800px;
    height: 800px;
    top: -30%;
  }
}
@media (min-width: 992px) {
  .circle-pdf::before {
    width: 100%;
    max-width: 700px;
    height: 700px;
    top: -50%;
  }
}
.text.bold {
  font-weight: bold;
  font-size: 1.6rem;
}

.cemporcento {
  width: 100%;
  border: 1px solid turquoise;
  height: 10px;
}
.pag-pdf .pdf-page-circle {
  color: #ffc1ae;
  z-index: 9;
  /* border: 1px solid red; */
  margin-top: -50px;
}
.pdf-page-circle .bloco-texto {
  max-width: 100%;
  /* border: 1px solid greenyellow; */
}
@media (min-width: 768px) {
  .pdf-page-circle .bloco-texto {
    max-width: 655px;
  }
}
#sec-pdf .pdf-page-circle .bloco-texto {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#sec-pdf .bloco-texto p {
  max-width: 450px;
  font-size: 1.1rem;
  /* border: 1px solid blue; */
}
@media (min-width: 768px) {
  #sec-pdf .bloco-texto p {
    max-width: 450px;
    font-size: 1.1rem;
    /* border: 1px solid blue; */
  }
}
@media (min-width: 992px) {
  #sec-pdf .bloco-texto p {
    font-size: 1.3rem;
  }
}
.max-width-col {
  width: 100%;
  max-width: 420px;
  /* border: 1px solid white; */
  z-index: 99;
}
@media (max-width: 767.5px) {
  .col-pdf-empty {
    display: none;
  }
}

/*FORMULARIO PDF*/

/*EBOOK*/
.ebook .btn-big-secondary {
  background-color: #ffc1ae !important;
  border-color: #ffc1ae !important;
  color: #443b4a !important;
}

/*FORMULÁRIO E-BOOK*/


.amplitude-forms{
  background-color: transparent;
  position: relative;
  z-index: 20;
  max-width: 1000px;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin: 10vh auto;

}
.pag-pdf .amplitude-forms{
  margin-top: -80px;
}
@media (min-width: 992px) {
  .pag-pdf .amplitude-forms{
    margin-top: 250px;
  }
}
.amplitude-forms .form-box{
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: .3em;
  margin: auto;
  padding: 30px 20px;
}
@media (min-width: 576px) {
  .amplitude-forms .form-box{
    padding: 40px 30px;
  }
}
@media (min-width: 768px) {
  .amplitude-forms .form-box{
    padding: 45px 40px;
  }
}
.amplitude-forms h2{
  margin-top: 0;
}
.amplitude-forms .form-box h2{
  margin-top: 0;
}
.pag-pdf .amplitude-forms .form-box{
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
  min-width: 400px;
  max-width: 450px;
  margin-top: -80px;
}
.amplitude-forms .form-box .titulo{
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
}

.form-fields-area fieldset {
  margin-bottom: 0;
}
.amplitude-forms .form-fields-area .rsform {
  padding: 10px;
  padding-bottom: 0;
}
/*div onde se enconta as labels*/
.amplitude-forms .form-fields-area .rsform-block {
  text-align: left;
}

/* .pdf-page .form-fields-area .btn[class*="rsform-submit-button"]  */
.amplitude-forms .form-fields-area .btn.rsform-submit-button {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5px;
  word-spacing: 0px;
  line-height: 1.42857143;
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  padding: 12px 30px;
  border: 1px solid #4b425e;
  background-color: #4b425e;
  color: #f6f3ec;
  width: 100%;
  margin-top: 15px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.amplitude-forms .form-fields-area .btn.rsform-submit-button:hover {
  border: 1px solid #463864;
  background-color: #463864;
  color: #f6f3ec;
  opacity: .9;
}
.pdf-page .amplitude-forms .btn.rsform-submit-button {
  width: 100%;
}
.amplitude-forms .smal-p{
  font-size: .88rem;
  line-height: 1.1rem;
  padding: 5px 12px 30px 12px;
  margin-bottom: 0;
  text-align: left;
}
.amplitude-forms .form-label {
  margin-bottom: 0.2rem;
}
.amplitude-forms .form-control {
  padding: 0.5rem 0.75rem;
}



/*////////////////////////////////////////////////////////////////////////

/ LANDING PAGE E-BOOK PDF
////////////////////////////////////////////////////////////////////////*/

/*Criar heros dentro de modulos*/
.imagem-hero,
.imagem-hero .row {
  position: relative;
  /* overflow: hidden; */
  background-size: cover;
  background-position-x: center;
  background-position-y: 30%;
  height: calc(50vw - 0px);
  min-height: 450px;
  max-height: 750px;
}
@media (min-width: 992px) {
  .pag-pdf #hero .imagem-hero, .imagem-hero .row {
    max-height: 800px;
  }
}
.imagem-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 102, 0.3);
}
/**/
div.hero-content {
  position: relative;
  z-index: 2;
  color: #ffc1ae;
  height: auto;
}
.hero-content h1 {
  font-size: 3.5rem;
  line-height: 110%;
  margin-bottom: 1rem;
}
.hero-content .text {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
/**/
#hero {
  margin-top: -90px;
  padding-top: 90px;
}
@media (min-width: 920px) {
  .hero-content h1 {
    font-size: 5rem;
    line-height: 110%;
    margin-bottom: 1.2rem;
  }
  .imagem-hero,
  .imagem-hero .row {
    max-height: 800px;
  }
}

.pag-pdf .landing-content{
  margin-top: -230px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .pag-pdf .landing-content{
    margin-top: -320px;
  }
}
@media (min-width: 1200px) {
  .pag-pdf .landing-content{
    margin-top: -380px;
  }
}

/*CIRCULO ROXO*/
.pag-pdf .mycircle{
  background-color: #6f9ef4;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .pag-pdf .mycircle{
    display: flex;
    justify-content:start;  
  }
}
.pag-pdf .circle {
  background-color: rgba(20, 20, 80, 0.6);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  min-width: 500px;
  max-width: 590px;
  height: auto;  
}
@media (min-width: 992px) {
  .pag-pdf .circle{
    min-width: 620px;
    max-width: 700px;
  }
}
.pag-pdf .square {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 192, 203, 0.0);
  border-radius: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pag-pdf .mycircle h1, .pag-pdf .mycircle h2, .pag-pdf .mycircle p {
  color: #FFC1AE !important;
}
.pag-pdf .texto{
  padding: 14%;
  font-family: 'Amulya',sans-serif;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .pag-pdf .texto{
    padding: 12%;
  }
}
.pag-pdf .texto .ebook-lable {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.pag-pdf .texto .ebook-tile{
  font-weight: 200;
  font-size: clamp(1rem, 4vw + 1rem, 4rem);
  line-height: 110%;
  margin-bottom: 1.3rem;
}
.pag-pdf .texto .ebook-subtiltle{
  font-style: inherit;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin: 10px 0 20px 0;
  text-transform: none;
  font-size: clamp(1rem, 2vw + 1rem, 2rem);
  line-height: 1.2;
}
.pag-pdf .texto .ebook-p{
  font-size: clamp(.9rem, 1vw + .9rem, 1.3rem);
  padding-right: 8%;
  padding-left: 8%;
}

/*////////////////////////////////////////////////////////////////////////

/ PÁGINA PROJETO e EVENTOS
////////////////////////////////////////////////////////////////////////*/
.ficha-tecnica{
  margin-top:50px;
  font-size: 1rem;
}
.pag-eventos .ficha-tecnica{
  margin-bottom:50px;
}
.ficha-tecnica .field-entry.first {
  /* font-family: "Space Grotesk"; */
  border-bottom: 0px;
  padding: 0 0 20px 0;
  font-size: 20px;
  color: #333;
}
.ficha-tecnica .field-entry {
  padding: 8px 0 2px;
  border-bottom: 1px solid #e1e1e1;
}
.ficha-tecnica .field-label {
  color: var(--body-color);
  font-weight: 700;
}
.ficha-tecnica .field-value {
  color: #64586f;
}


/*////////////////////////////////////////////////////////////////////////

/ PÁGINAS DE FORMAÇÕES & SERVIÇOS
////////////////////////////////////////////////////////////////////////*/

.header {
  transition: all 2s;
}
.pag-layout-1{
  font-size: 1.02rem;
}
/* ACÇÕES FORMATIVAS
 =========================================================================== */
.pag-formacao .header {
  background-color: #cfe2e6 !important;
}
.pag-formacao {
  background-color: #cfe2e6 !important;
  background-image: none;
}

/* WORKSHOPS
 =========================================================================== */
 .pag-workshops .header {
  background-color: #e5ebe2 !important;
}
.pag-workshops {
  background-color: #e5ebe2 !important;
  background-image: none;
}

/* DINÂMICAS CRIATIVAS
 =========================================================================== */
 .pag-dinamicas-criativas .header {
  background-color: #ebe5dd !important;
}
.pag-dinamicas-criativas {
  background-color: #ebe5dd !important;
  background-image: none;
}

/* LANDING PAGE PDF
 =========================================================================== */
 .pag-pdf .header {
  background-color: rgba(179, 136, 142, 0.94) !important;
  backdrop-filter: blur(5px);
}
.pag-pdf{
  background-color: #FFC1AE;
  background-color: #FBBEAB;
  background-image: none;
}
/* EVENTOS
 =========================================================================== */
.pag-eventos .header {
  background-color: rgba(242, 242, 214, 0.94) !important;
  backdrop-filter: blur(5px);
}


/*TITULOS PRINCIPAIS DAS PÁGINAS FORMAÇÕES SERVIÇOS ETC*/
.bloco-titulo {
  color: #534361;
  color: #493d55;
  text-align: center;
  margin: auto;
  padding: 60px 0px 50px;
}
@media (min-width: 576px) {
  .bloco-titulo {
    padding: 50px 0px 30px;
  }
}
@media (min-width: 768px) {
  .bloco-titulo {
    padding: 60px 0px 40px;
  }
}
@media (min-width: 992px) {
  .bloco-titulo {
    padding: 70px 0px 50px;
  }
}
/*Elemento antes do título*/
p.tipologia {
  position: relative;
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  max-width: max-content;
  margin: auto;
  margin-bottom: 20px;
}
p.tipologia:before,
p.tipologia:after {
  content: " ";
  display: block;
  height: 2px;
  width: 30px;
  position: absolute;
  top: 50%;
  background: #493d55;
}
p.tipologia:before {
  left: -50px;
}
p.tipologia:after {
  right: -45px;
}

/*Titulo das páginas de entrada de produtos e serviços*/
.bloco-titulo h1{
  font-family: var(--font-text);
  font-size: clamp(2.8rem, 5.4vw + 1rem, 5rem);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--heading-color);
}
.bloco-titulo .texto {
  font-family: var(--font-title);
  font-size: clamp(1.15rem, 1vw + 0.5rem, 1.25rem);;
  max-width: 800px;
  margin: auto;
  line-height: 1.5rem;  
  text-wrap: balance;
}
@media (min-width: 768px) {
  .bloco-titulo .texto  {
    text-wrap:initial;
  }
}

/*
ELEMENTO CARTÃO
================================================*/
.col-cartao {
  max-width: 360px !important;
  min-width: 344px !important;
}
.cartao {
  border-radius: 15px;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  max-width: 420px;
  overflow: hidden;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.09);
}
.cartao:hover {
  box-shadow: 3px 8px 16px rgba(0, 0, 0, 0.15);
}
.cartao-img {
  background-color: inherit;
}
.cartao-txt {
  padding: 1.2rem;
}
.cartao-txt h2 {
  font-size: 1rem;
  padding-top: 0;
}
.cartao.tabela-topicos {
  border: 2px solid #4a4a4a47;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 0rem;
  position: sticky;
  top: 170px;
  margin: auto;
  margin-bottom: 30px;
  max-width: 420px;
}
.cartao.tabela-topicos:hover {
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.09);
}
.tabela-topicos .cartao-txt {
  font-size: 0.85rem;
  line-height: 1.4;
}
.tabela-topicos .cartao-txt .field-entry {
  margin-bottom: 12px;
  padding-bottom: 5px;
  /*border-bottom: 1px dotted #0000005e;*/
}
.tabela-topicos .cartao-txt .field-label {
  display: block;
  font-weight: bold;
  padding-bottom: 2px;
}
.products-article-text{
  margin-left: 3px;
}
@media (min-width: 768px) {
  .products-article-text{
    margin-left: 20px;
  }
}
/*////////////////////////////////////////////////////////////////////////

/ EVENTOS
////////////////////////////////////////////////////////////////////////*/


/*eliminar a exibição de TAGS na exibição completa do artigo*/
.pag-eventos .tags{
  display: none;
}
/*DATA DO EVENTO*/
.data-evento {
  font-size: .95rem;
  font-weight: 500;
  color: #6c6f73;
  font-family: sans-serif;
}

/*READ MORE BUTTON*/
#sec-eventos .read-more-btn{
  margin-top: .8rem;
}
#sec-eventos .read-more-btn a span{
  display: none;
}
#sec-eventos .read-more-btn a:not(.btn) {
  display: none;
}
#sec-eventos .read-more-btn a::after {
  content: "Saber mais";
}



/*textos dentro do cartão*/
#sec-eventos .cartao-txt {
  padding: 1.2rem 1.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sec-eventos .cartao-txt h2{
  font-size: 1.3rem;
  font-size: clamp(1.1rem, 1vw + 0.5rem, 1.25rem);
  margin: 10px 0 5px 0;
  line-height: 1.3;
}
#sec-eventos .intro-text{
  line-height: 1.4;
  padding-top: 3px;
  font-size: 1.05rem;
}
/* #sec-eventos .intro-text {
  line-height: 1.4;
  font-family: satoshi;
  font-size: 1.07rem;
  padding-top: 3px;
} */

#sec-eventos p {
  margin-top: 0;
  margin-bottom: .8rem;
}

/*EVENTOS DESTACADOS*/
#sec-eventos .col-card-destacar .cartao {
  /* display: flex;
  flex-direction: column; */
  max-width: 420px;
  margin: auto;
}
#sec-eventos .col-card-destacar .intro-img img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 300px;
  aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {
  #sec-eventos .col-card-destacar .cartao {
    /* flex-direction: row; */
    max-width: 100%;
  }
  #sec-eventos .col-card-destacar .intro-img img {
    object-fit: cover;
    width: 100%;
    max-height: 380px;
  }
}
@media (min-width: 992px) {
  #sec-eventos .col-card-destacar .intro-img img {
    object-fit: cover;
    width: 100%;
    max-height: 450px;
  }
}
@media (min-width: 1200px) {
  #sec-eventos .col-card-destacar .intro-img img {
    object-fit: cover;
    width: 100%;
    max-height: 500px;
  }
}

/*EVENTOS ACTIVAS*/
#sec-eventos .horizontal-layout .cartao {
  display: flex;
  flex-direction: column;
  max-width: 420px;
  margin: auto;
}
/*Limitar o numero de linhas por cartao horizontal*/
#sec-eventos .horizontal-layout .intro-text{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#sec-eventos .horizontal-layout .intro-img {
  width: 100%;
  /* display: inline-block; */
}
#sec-eventos .horizontal-layout .intro-img img {
  height: 300px;
}
@media (min-width: 992px) {
  #sec-eventos .horizontal-layout .cartao {
    flex-direction: row;
    max-width: 100%;
  }
  #sec-eventos .horizontal-layout .intro-img {
    width: 250px;
    height: 100%;
  }
  #sec-eventos .horizontal-layout .intro-img img {
    height: 100%;
    min-height: 250px;
  }
}


/*////////////////////////////////////////////////////////////////////////

/ FOOTER
////////////////////////////////////////////////////////////////////////*/

#footer {
  background-color: #F3F3F0;
  color: #888;
  border-top: 1px solid rgb(231, 231, 231);
  padding: 15px 0 5px;
}
/* FOOTER LEGAL MENU */
#footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  flex-direction: row;
  padding: 15px;
}
#footer-menu a{
  color: #6A757B;
  font-size: .8rem;
  text-transform: uppercase;
  font-weight: 700;
}
#footer-menu a:hover,
#footer-menu a:focus{
  color: #919EA6;
}

/* SOCIAL ICONS */
.mod-social-icons {
  text-align: center;
  padding: 20px 0 15px 0;
}
.mod-social-icons a {
  text-decoration: none;
  color: #444;
  padding: 0 8px;
  font-size: 22px;
}

/* COPY-RIGHTS */
#copy-rights {
  padding: 0;
}
#copy-rights p {
  font-size: 0.88rem;
}
#copy-rights a {
  text-decoration: none;
  color: #607CAE;
}
#copy-rights a:hover,
#copy-rights a:focus {
  color: #6F9EF4;
}



/*////////////////////////////////////////////////////////////////////////

/ BACK TO TOP
////////////////////////////////////////////////////////////////////////*/

.back-to-top-link {
  position: fixed;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #FF7F6B;
  border: 1px solid #FF7F6B;
  border-radius: 100%;
  bottom: 2.2rem;
  inset-inline-end: 1rem;
  padding: 1em 1.1em;
  pointer-events: none;
  opacity: 0;
  transition: 
    opacity .6s ease-in,
    color .3s ease-in-out, 
    background-color .3s ease-in-out;
  z-index: 10000;
}
.back-to-top-link:hover {
  color: #fff;
  background-color: #ff6a53;
  border: 1px solid #ff6a53;
}
.back-to-top-link:focus {
  color: #fff;
}
.back-to-top-link.visible {
  opacity: 1;
  pointer-events: all;
}
