/*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;
}

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

_                     TOPBAR
////////////////////////////////////////////////////*/
#topbar{
  padding: 6px 0; 
}
@media (max-width: 992px) {
  #topbar{
    display: none;
  }
}
#topbar, #topbar a{
  color: inherit;
}
#topbar a:hover{
  color: inherit;
}

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

_                     HEADER
////////////////////////////////////////////////////*/

.header{
  /* background-color: #0B1947; */
  backdrop-filter: blur(5px);
}
#main-navbar .container-navbar {
  background-color: #f8f8f8;
}
.module.main-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
.container-navbar{
  background-color: transparent;
}
/*LOGOTIPO*/
.logo-content, .field-value {
  height: 100%;
  width: 100%;
}
#logo {
  height: 70px;
}
.logo-camelias svg {
  text-align: center;
  height: 140px;
  margin-bottom: -15px;
  margin-top: 10px;
}
#nav-bottom{
  background-color: #fff;
  /* box-shadow: rgba(99, 99, 99, 0.3) 0px 0px 10px 0px; */
}
/*
  BREADCRUMBS
 =========================================================================== */
 /*Ver: 10-breadcrumps*/

 #breadcrumbs.position {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

/ 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 - 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 SABIAS QUE? (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;
}

.section-title {
  text-align: center;
}
.section-title h2{
  font-size: 3rem;  
  text-align: center;
  padding-top: 1rem;
  /* color: #493d55; */
}
.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;
}





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

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




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

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

#footer {
  background-color: #F3F3F0;
  background-color: #FFF;
  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: #169b9a;
  border: 1px solid #169b9a;
  border-radius: 20%;
  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: #169b9a;
  border: 1px solid #169b9a;
}
.back-to-top-link:focus {
  color: #fff;
}
.back-to-top-link.visible {
  opacity: 1;
  pointer-events: all;
}
