@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --text-color: #696969;
  --bg-colecao-inclusao: #FCC01B;
  --bg-colecao-raizes: #D42016;
  --bg-colecao-inclusao-secondary: #9BC31C;
  --bg-colecao-inclusao-primary: #4EAE33;
  --bg-colecao-raizes-secondary: #D04028;
  --bg-colecao-raizes-primary: #D42016;
  
}
s {
  font-size: xx-small;
  vertical-align: top;
  text-decoration: none;
}
header {
  z-index: 90;  
}
.home-bg{
  background-color: #022547;
}
.home-bg ul.navbar-nav>li.nav-item {
  background: #eb3c31;
  border-radius: 50px;
  padding: 0 10px;
  margin: 0 10px;
}
.home-bg ul.navbar-nav>li.nav-item>a{
  color: white!important; 
}

.inclusao-bg{
  background-color: #febe29;
}
.inclusao-bg ul.navbar-nav>li.nav-item{
    background: #eb3c31;
    border-radius: 50px;
    padding: 0 10px;
    margin: 0 10px;
}
.inclusao-bg ul.navbar-nav>li.nav-item>a{
  color: white!important; 
}
.inclusao-bg a.navbar-brand{
    padding-left: 15px;
    padding-right: 17px;
    padding-top: 14px;
    background: #ffffff;
    -webkit-border-top-right-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -moz-border-radius-topright: 23px;
    -moz-border-radius-bottomleft: 23px;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 23px;
}

.raizes-bg{
  background-color: #a01e2a;
}
.raizes-bg ul.navbar-nav>li.nav-item{
    background: #d03f29;
    border-radius: 50px;
    padding: 0 10px;
    margin: 0 10px;
}
.raizes-bg ul.navbar-nav>li.nav-item>a{
  color: white!important; 
}
.quemsomos-body{
  background-size: cover;
  background-image: radial-gradient(circle at 67% 83%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 1%,transparent 1%, transparent 5%,transparent 5%, transparent 100%),radial-gradient(circle at 24% 80%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 27%,transparent 27%, transparent 63%,transparent 63%, transparent 100%),radial-gradient(circle at 23% 5%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 26%,transparent 26%, transparent 82%,transparent 82%, transparent 100%),radial-gradient(circle at 21% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 35%,transparent 35%, transparent 45%,transparent 45%, transparent 100%),radial-gradient(circle at 10% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 21%,transparent 21%, transparent 81%,transparent 81%, transparent 100%),radial-gradient(circle at 19% 61%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 20%,transparent 20%, transparent 61%,transparent 61%, transparent 100%),radial-gradient(circle at 13% 77%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 63%,transparent 63%, transparent 72%,transparent 72%, transparent 100%),radial-gradient(circle at 30% 93%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 33%,transparent 33%, transparent 82%,transparent 82%, transparent 100%),linear-gradient(294deg, rgba(22,176,207, 0.91),rgba(255,158,11, 0.76));
}
.quemsomos-bg a.navbar-brand{
  padding-left: 15px;
  padding-top: 14px;
  background: #ffffff;
  -webkit-border-top-right-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  -moz-border-radius-topright: 23px;
  -moz-border-radius-bottomleft: 23px;
  border-top-right-radius: 23px;
  border-bottom-left-radius: 23px;
}
.quemsomos-bg{
  background-color: #faebd757;
}
.quemsomos-container{
  background: antiquewhite;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.text-inclusao {
  color: var(--bg-colecao-inclusao)!important;
}
.text-inclusao-secondary {
  color: var(--bg-colecao-inclusao-secondary)!important;
}
.text-raizes-secondary {
  color: var(--bg-colecao-raizes-secondary)!important;
}
.bg-inclusao-primary {
  background-color: var(--bg-colecao-inclusao-primary)!important;
}
.bg-inclusao-secondary {
  background-color: var(--bg-colecao-inclusao-secondary)!important;
}
.bg-raizes-primary {
  background-color: var(--bg-colecao-raizes-primary)!important;
}
.bg-raizes-secondary {
  background-color: var(--bg-colecao-raizes-secondary)!important;
}
.text-raizes {
  color: var(--bg-colecao-raizes)!important;
}
.bold-text-inclusao strong {
  font-weight: bold;
  color: var(--bg-colecao-inclusao);
}
.bold-text-raizes strong {
  font-weight: bold;
  color: var(--bg-colecao-raizes);
}
img.img-border-25 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings:
      "slnt" 0;
}

section.projetos {
  color: var(--text-color);
  border-bottom-left-radius: 90px;
  border-bottom-right-radius: 90px;
  box-shadow: none;
  border: none;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 99;
}
section.projetos h1 {
  color: var(--text-color);
  font-size:6rem;
  font-weight: 800;
  letter-spacing: -6;
  margin-bottom: 1rem;
}

section.projetos .card-projetos {
  display: flex;
  justify-content: space-between;
}
section.projetos .card-projetos .card {
  margin: 1em;
  background: none;
  border: none;
}
section.projetos .card-projetos .card .card-img-top {
  position: relative;
  z-index: 2;
  transform: translateY(7%);
  transition: 0.5s;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
section.projetos .card-projetos .card .card-body {
  z-index: 1;
  box-sizing: border-box;
  padding: 1.25em;
  height: 77px;
  background: white;
  transform: translateY(-51%);
  transition: 0.5s;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
section.projetos .card-projetos .card .card-body .card-title {
  margin: 0 0 0.75em 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
}
section.projetos .card-projetos .card .card-body .card-text {
  text-align: center;
}
section.projetos .card-projetos .card .card-body .btn {
  padding: 0.375em 0.75em;
  color: black;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 0.25em;
  transition: 0.5s;
}
section.projetos .card-projetos .card .card-body .btn:hover {
  color: white;
}
section.projetos .card-projetos .card:hover .card-body {
  transform: translateY(37%);
}
section.projetos .colecao-inclusao {
  background: var(--bg-colecao-inclusao)!important;
}
section.projetos .colecao-raizes .btn {
  color: white!important;
}
section.projetos .colecao-raizes {
  background: var(--bg-colecao-raizes)!important;
}

section.count_numbers {
  background-color: black;
  position: relative;
  top: -80px;
  padding-top: 10rem;
  padding-bottom: 6rem;
  color: white;
}
section.count_numbers .count{
  display: grid;
  place-content: center;
}
section.count_numbers .number {
  color: #ffffff;
  display: flex;
  font-weight: 800;
  font-size: 4em;
}

section.count_numbers span.text {
  color: #e0e0e0;
  font-size: 1.4rem;
  place-items: center;
  padding: 0.7em 0;
  font-weight: 600;
  line-height: 0;
  text-align: center;
}
section.cards-info .inclusao h1,
section.cards-info .raizes h1 {
  font-weight: 800;
  letter-spacing: -3px;
}
section.cards-info .inclusao .btn.btn-inclusao,
section.cards-info .raizes .btn.btn-raizes {
  color: white;
  border-radius: 50px;
  padding: 0.5em 2.5em;
}

section.noticias {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(217,217,217,1) 0%, rgba(255,255,255,1) 49%); 
}
section.noticias h1 {
  color: var(--text-color);
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: -3px;
  margin-bottom: 1rem;
}
section.noticias .card {
  background: none;
  border: none;
}
section.noticias .card .img-news {
    height: 19em;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
section.noticias .card .card-body {
  flex: 1 1 auto;
  padding: 1rem 0;
}
section.noticias .card .card-body .card-title {
  margin: 0 0 0.75em 0;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
}
section.noticias .card .card-body .card-text {
  font-weight: normal;
}
section.noticias .card a{
  text-decoration: none;
  color: black;
}
section.noticias .card a:hover{
  color: var(--text-color);
}

section.news-all h1{
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -3px;
  color: var(--text-color);
}
section.news-all a{
  text-decoration: none;
  color: black;
}
section.news-all a:hover{
  color: var(--text-color);
}

section.cta{
  text-align: center;
  background-color: #0D84C7;
  color: #ffffff;
}
section.cta h1{
  font-size: 3.5rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: -3px;
}

.cta-interno{
  text-align: center;
  background-color: #0D84C7;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.btn-cta,
section.cta .btn-cta{
  background-color: var(--bg-colecao-inclusao-primary);
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  border-radius: 50px;
  padding: 0.5em 2.5em;
  margin-top: 1rem;
}
section.location h2{
  color: var(--text-color);
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: -6;
}
section.location h3{
  color: var(--text-color);
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -3px;
  margin-bottom: -1rem;
}
section.location p{
  font-size: 1.2rem;
  font-weight: 700;
}
section.location a{
  text-decoration: none;
  color: black;
}
footer{
  border-top: 4px solid #5f8dcd;
  background-color: #bdd8ff;
  color: black;
}
footer h4{
  font-size: 1.5rem;
  font-weight: 800;
}
footer a{
  text-decoration: none;
  color: black;
}
footer a:hover {
  color: var(--text-color);
}
footer p{
  font-size: .9rem;
  font-weight: normal;
}
footer .border-bottom {
  border-bottom: 1px solid #5f8dcd !important;
}
footer ul.socials li a,
footer ul.quick-links li a
{
	color:#333131;
}
footer ul.socials li a:hover
{
	color:#494848;
}
footer ul.quick-links li
{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
    font-size: .9rem;
}
footer ul.quick-links li:hover
{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
footer ul.quick-links li a i
{
	margin-right: 5px;
}
footer ul.quick-links li:hover a i
{
    font-weight: 700;
}


section.quem-somos{
  font-weight: normal;
}
section.quem-somos h1{
  font-size: 3.5rem;
  text-align: center;
  font-weight: 800;
  letter-spacing: -3px;
}
section.news-in .titulo_noticia h1{
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--text-color);
}
section.news-in .corpo-noticia{
  font-weight: normal;
}

section.header-inclusao{
  text-align: center;
  background: #e2e9f1;
}
section.page-inclusao{
  background-color: #e2e9f1;
}
section.page-inclusao .content-inclusao{
  -webkit-border-radius: 60px;
  -webkit-border-top-left-radius: 69px;
  -moz-border-radius: 60px;
  -moz-border-radius-topleft: 69px;
  border-radius: 60px;
  border-top-left-radius: 69px; 
  background-color: #EC6907;
  color: white;
  position: relative;
  top: -30px;
}
section.page-inclusao .content-inclusao h1{
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 5rem;
}
section.page-inclusao .content-inclusao .children{
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
}
.sidebar {
  background:#fff;
  width:235px;
  position:fixed;
  top:0;
  left:-235px;
  height:100%;
  box-shadow:0 2px 8px rgba(0,0,0,0.2);
  padding-top:90px;
  transition:all 0.3s ease-out;
}

.sidebar ul {
  list-style:none;
}

.sidebar ul li {
  display:block;
}

.sidebar ul li a {
  padding:8px 15px;
  font-size:16px;
  color:#222;
  font-family:arial;
  text-decoration:none;
  display:block;
  position:relative;
  z-index:1;
  transition:all 0.3s ease-out;
  font-weight:500;
}

.sidebar ul li a:before {
  content:'';
  position:absolute;
  bottom:0;
  left:50%;
  right:50%;
  transform:translate(-50%,-50%);
  width:0;
  height:1px;
  background:#4CAF50;
  z-index:-1;
  transition:all 0.3s ease-out;
}

.sidebar ul li a:hover:before {
  width:100%;
}

.sidebar ul li a:hover {
  color:#4CAF50;
}

.sidebarshow {
  left:0;
}
section.page-inclusao-propostas{
  -webkit-border-bottom-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomright: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  background-color: #e2e9f1;
}
section.page-inclusao-propostas h2{
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 5rem;
  text-align: center;
  color: #0682C5;
}
section.page-inclusao-propostas p{
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
}
section.cards-propostas{
  position: relative;
  top: -80px;
}

section.cards-propostas .card{
  border: none;
  background-color: #DBFF00;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.cards-propostas .card img{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.cards-propostas .card .card-body .card-title{
  text-align: center;
  color: var(--bg-colecao-raizes);
}
section.cards-propostas .card .card-body .card-text{
  color: #000;
  font-weight: normal;
  text-align: center;
  font-size: 0.9rem;
}
  
section.base-legal{
  background: rgb(199,149,73);
  background: linear-gradient(180deg, rgba(199,149,73,1) 0%, rgba(190,126,58,1) 100%);
}

section.base-legal .container-fluid h2{
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -3px;
  color: #fff;
}
section.base-legal .container-fluid p{
  font-size: .9rem;
  font-weight: normal;
  color: #fff;
}
section.base-legal .container-fluid h5 {
  background: aliceblue;
  padding: 15px;
  color: brown;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

section.livros{

}
section.livros h2{
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -3px;
  color: var(--text-color);
}
section.livros .card{
  border: none;
  background-color: #F6F6F6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.livros .card:hover{
  background-color: rgba(236, 105, 6, 0.09);
}
section.livros .card .card-body .card-title{
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -2px;
  color: #EC6907;
}
section.livros .card .card-body .card-tipos{
  font-size: 1.5rem;
  font-weight: 600;
  color: #EC6907;
}
section.livros .card .card-body .card-text{
  color: #000;
  font-weight: normal;
  font-size: 0.9rem;
}
section.livros .card .card-body.manual .card-title{
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: -2px;
  color: #3b7200;
}
section.livros .card .card-body.manual .card-tipos{
  font-size: 1.5rem;
  font-weight: 600;
  color: #2fb802;
}
section.page-raizes .card-raizes{
  background-color: #38b7b7;
  color: #fff;
}
.custom-circle-image {
  width: 10vw; 
  height: 10vw;
}
.custom-circle-image img {
  object-fit: cover;
}

section.page-raizes .card-raizes h1{
  font-family: "Asap", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  line-height: 3.5rem;
}
section.page-raizes .card-raizes p{
  font-family: "Asap", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}
section.cards-raizes-propostas{
  font-family: "Asap", sans-serif;
  font-weight: normal;
}
section.cards-raizes-propostas .card{
  font-family: "Asap", sans-serif;
  /* -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; */
}
section.cards-raizes-propostas .card .card-body .card-text{
  font-family: "Asap", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}
section.base-legal-raizes{
  font-family: "Asap", sans-serif;
  background-color: #eeca62;
  color: #fff;
}
section.base-legal-raizes h2{
  font-family: "Asap", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -3px;
}
section.base-legal-raizes p{
  font-family: "Asap", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}
section.base-legal-raizes .base-legal-img{
  background-repeat: no-repeat;
  background-color: #e38677;
  background-size: cover;
  /* background-blend-mode: luminosity; */
  background-position-y: center;
}
section.raizes-livros .card{
  font-family: "Asap", sans-serif;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
section.raizes-livros h2{
  font-family: "Asap", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -3px;
  color: var(--text-color);
}
section.raizes-livros .card .card-body .card-title{
  font-size: 1.9rem;
  font-weight: 800;
  letter-spacing: -1px;
}
section.raizes-livros .card .card-body .card-tipos{
  font-size: 1.2rem;
  font-weight: 600;
}
section.raizes-livros .btn-livros{
  color: white;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  padding: 0.5em 2.5em;
  margin-top: 1rem;
}
section.raizes-view{
  font-family: "Asap", sans-serif;
}
section.raizes-view .titulo_noticia h1{
  font-family: "Asap", sans-serif;
  font-size: 4rem!important;
  font-weight: 800;
}
section.raizes-view .breadcrumb-item a{
  font-family: "Asap", sans-serif;
  text-decoration: none;
}
section.contato h1{
  font-size: 4rem!important;
  letter-spacing: -2px;
  font-weight: 800;
}
section.contato input, section.contato textarea{
  border-radius: 10px;
  padding: 15px;
}
section.contato .btn-contato{
  color: white;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  padding: 0.5em 2.5em;
  margin-top: 1rem;
}
section.contato a{
  text-decoration: none;
  color: black;
}
section.contato a:hover{
  color: var(--text-color);
}
#div-loading {
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  background-color: rgba(228, 227, 227, 0.8);
  padding: 20px;
  border-radius: 5px;
  z-index: 9999;
}
#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(228, 227, 227, 0.8);
  padding: 20px;
  border-radius: 5px;
  z-index: 9999;
}
@media (min-width: 560px) and (max-width: 950px) {
  .home-bg ul.navbar-nav>li.nav-item>a,
  .inclusao-bg ul.navbar-nav>li.nav-item>a,
  .raizes-bg ul.navbar-nav>li.nav-item>a {
    color: white !important;
    font-size: 0.7rem;
  }
  .navbar-brand img {
    max-width: 70%;
  }
  .count_numbers .col-md-3{
    text-align: center;
  }
  section.count_numbers .count {
    display: inline;
  }
  section.count_numbers .number {
    color: #ffffff;
    display: block;
    font-weight: 800;
    font-size: 2.5em;
  }
  section.count_numbers span.text { 
    font-size: 1.2rem;
  }
  .tablet{
    padding: 0!important;
    margin: 0!important;
  }
  .cards-info img {
    height: 100%;
  }
  .display-2 {
    font-size: calc(1.575rem + 1vw);
    font-weight: 300;
    line-height: 1.3;
  }
  .lead {
    font-size: .9rem;
  }
  section.noticias .card .card-body .card-text {
    font-weight: normal;
    font-size: .8rem;
  }
  section.noticias .card .card-body .card-title {
    margin: 0 0 0.75em 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2;
  }
  section.noticias .card .card-body .card-text {
    font-weight: normal;
    font-size: .8rem;
  }
  section.cta h1 {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: -1px;
  }
  .btn-cta, section.cta .btn-cta {
    background-color: var(--bg-colecao-inclusao-primary);
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 50px;
    padding: 0.5em 2.5em;
    margin-top: 1rem;
  }
  section.location h3 {
    color: var(--text-color);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: -1rem;
  }
  section.location h2 {
    color: var(--text-color);
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -2px;
  }
  section.location p {
    font-size: .9rem;
    font-weight: 700;
  }
  .location iframe {
    width: 100%;
    height: 270px;
  }
  footer a {
    font-size: .9rem;
    font-weight: 300;
    text-decoration: none;
    color: black;
  }

  section.page-inclusao .content-inclusao h1 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 3rem;
  }
  section.page-inclusao .content-inclusao h5 {
    font-size: 1rem;
  }
  .content-inclusao>.row{
    padding: 0!important;
  }
  .content-inclusao>.row>.col-md-6{
    padding-left: 0!important;
  }
  .content-inclusao>.row>.col-md-6 p{
    font-size: .8rem;
    font-weight: 400;
  }
  .content-inclusao>.row>.col-md-6>p{
    margin-top: 1rem!important;
  }
  .page-inclusao-propostas{
    padding: 0!important;
  }
  section.page-inclusao-propostas h2 {
    font-size: 3rem;
  }
  section.page-inclusao-propostas p {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
  }
  .g-5, .gx-5 {
    --bs-gutter-x: 1rem!important;
  }
  .g-5, .gy-5 {
    --bs-gutter-y: 1rem!important;
  }
  section.cards-propostas .card .card-body .card-title {
    font-size: .9rem;
  }
  section.cards-propostas .card .card-body .card-text {
    color: #000;
    font-weight: normal;
    text-align: center;
    font-size: 0.76rem;
  }
  section.base-legal .container-fluid h5 {
    font-size: .9rem;
  }
  section.base-legal .container-fluid p {
    font-size: .8rem;
    font-weight: normal;
    color: #fff;
  }
  section.livros .card .card-body .card-title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #EC6907;
  }
  section.livros .card .card-body .card-tipos {
    font-size: 1rem;
    font-weight: 600;
    color: #EC6907;
  }
  section.livros .card .card-body.manual .card-title {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -1px;
    color: #3b7200;
  }
  section.livros .card .card-body.manual .card-tipos {
    font-size: 1rem;
    font-weight: 600;
    color: #2fb802;
  }
  
  section.page-raizes .card-raizes {
    background-color: #38b7b7;
    color: #fff;
    padding-left: 2rem !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  section.page-raizes .card-raizes p {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: .9rem;
  }
  section.cards-raizes-propostas .card .card-body .card-text {
    font-family: "Asap", sans-serif;
    font-weight: normal;
    font-size: .9rem;
  }
  section.base-legal-raizes p {
    font-family: "Asap", sans-serif;
    font-size: 1rem;
    font-weight: normal;
  }

  section.raizes-livros .card .card-body .card-title {
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0px;
  }
  section.raizes-livros .card .card-body .card-tipos {
    font-size: 0.9rem;
    font-weight: 600;
  }
  section.raizes-livros .btn-livros {
    color: white;
    font-weight: 400;
    font-size: 0.9rem;
    border-radius: 50px;
    padding: 0.3em 1em;
    margin-top: 1rem;
  }
}
@media (min-width: 240px) and (max-width: 575.9px) {
  section.projetos h1{
    font-size: 4rem;
  }
  section.projetos {
    color: var(--text-color);
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    box-shadow: none;
    border: none;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
  }
  section.projetos .card-projetos {
    display: block;
  }
  section.cta h1 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: -3px;
}
  header button {
    background:transparent;
    border:none;
    width:30px;
    height:30px;
    cursor:pointer; 
    outline:0;
  }
  
  .toggle span {
    width:100%;
    height:3px;
    background:#555;
    display:block;
    position:relative;
    cursor:pointer;
  }
  
  .toggle span:before,
  .toggle span:after {
    content:'';
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    background:#555;
    transition: all 0.3s ease-out;
  }
  
  .toggle span:before {
    top:-8px;
  }
  
  .toggle span:after {
    top:8px;
  }
  
  .toggle span.toggle {
    background:transparent;
  }
  
  .toggle span.toggle:before {
    top:0;
    transform:rotate(-45deg);
    background:#4CAF50;
    
  }
  
  .toggle span.toggle:after {
    top:0;
    transform:rotate(45deg);
    background:#4CAF50;
  }
  section.page-inclusao .content-inclusao h1 {
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: -3px;
    line-height: 4rem;
    padding-top: 2rem;
  }
  
}