@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;500;600;700;800&display=swap');


:root {
 --color-0: #000000;
 --color-1: #FFFFFF;
 --color-primary: #006e49;
}

html {box-sizing: border-box;font-family:"Roboto", sans-serif;}
*, *:before, *:after {box-sizing: inherit;}

header {
 box-shadow: 2px -2px 14px #0000007a;
 position: relative;
 z-index: 1;
}

body {
  font-family:"Roboto", sans-serif !important;
}

a {
 color: #0d3f74;
}

a:hover {
 color: #0d3f74;
 text-decoration: underline;
}

p {
 font-size: 1rem;
 color: #3c3c3c;
}

ul, li {
 color: #3c3c3c;
}

.navbar {
 padding: .5rem 0;
}

h1 > a.navbar-brand {
 font-size: 1.6rem;
 font-weight: 700;
}

ul.navbar-nav{
  align-items: center;
}

li.nav-item.menu {
 padding: 0 .8rem;
}

a.nav-link.menu {
 color: var(--color-0);
}

.collapse.navbar-collapse {
 justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
 color: rgb(0 0 0 / 56%);
}

#menu a.active-item {
 color: var(--color-0);
 font-weight: 500;
 padding: 0 .5rem;
 text-decoration: none;
}

section.inicial, section.intern {
 margin: 3rem 0 3rem;
}

h2 {
 font-size: 1.4rem;
}

h2.title {
  margin: 3rem 0 1rem;
}

h3 {
 font-size: 1.2rem;
}

h3.subtitle {
  margin: 1rem 0;
}

.link-back {
 color: #000;
}

.link-back:hover {
 color: #000;
}

a.link {
 font-weight: 700;
}

i.fa.fa-chevron-left {
 font-size: 1.3rem;
 color: var(--color-primary);
}

i.fa.fa-chevron-left.ipes {
 font-size: 1.3rem;
 color: #7c6459;
}

i.fa.fa-chevron-left.isam{
 font-size: 1.3rem;
 color: #62882d;
}

.card {
 margin: 2rem 0;
 display: grid;
}

.card-body {
 padding: 2rem;
}

.card-text {
 padding: 1rem 0;
 line-height: 1.3;
}

.card-text.saude {
 padding-bottom: 2.3rem;
}

.card-text.agricola {
 padding-bottom: 4.9rem;
}

a.card-button {
 display: flex;
 color: var(--color-1);
 background-color: var(--color-primary);
 padding: .6rem 1rem;
 justify-content: center;
 text-decoration: none;
 border-radius: 4px;
} 

a.card-button:hover {
 background-color: #014b32;
 transition: 0.3s;
 transform: scale(1.05);
} 

a.btn-primary {
 background: none;
 border: 1px solid var(--color-primary);
 color: var(--color-primary);
 display: flex;
 justify-content: center;
 padding: .8rem;
 border-radius: 4px;
 font-weight: 500;
}

a.btn-primary:hover {
 background: var(--color-primary);
 color: var(--color-1);
 border: 1px solid var(--color-primary);
 transition: .3s;
}

a.btn-isam {
 background: none;
 border: 1px solid #517125;
 color: #517125;
 display: flex;
 justify-content: center;
 padding: 0.8rem;
 border-radius: 4px;
 font-weight: 500;
}

a.btn-isam:hover {
 background: #517125;
 color: #FFFFFF;
 border: 1px solid #517125;
 transition: .3s;
}

.container-accordion {
 margin: 1rem 0 1.8rem;
}

.accordion {
 background-color: #4b4b4bed;
 color: #e4e4e4;
 cursor: pointer;
 padding: 0.7rem 0 0.7rem 2rem;
 width: 100%;
 border: none;
 text-align: left;
 outline: none;
 font-size: 1rem;
 transition: .3s;
 border-bottom-width: 1px;
 margin-top: 15px;
 border-radius: 4px;
 font-weight: 400;
}

.accordion:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f078";
 color: var(--color-1);
 font-weight: bold;
 float: right;
 margin-right: 17px;
}

.active:after {
 font-family: 'Font Awesome 5 Free';
 content: "\f077";
}

button.accordion {
 display: grid;
 grid-template-columns: 22fr 1fr;
 gap: 1rem;
 justify-items: start;
 align-items: center;
 padding-top: 1rem;
 padding-bottom: 1rem;
 background-color: var(--color-primary);
 color: var(--color-1);
 //font-weight: 500;
 font-size: 1.06rem;
}

button.accordion.isam {
 display: grid;
 grid-template-columns: 22fr 1fr;
 gap: 1rem;
 justify-items: start;
 align-items: center;
 padding-top: 1rem;
 padding-bottom: 1rem;
 background-color: #517125;
 color: var(--color-1);
 //font-weight: 500;
 font-size: 1.06rem;
}

.panelx {
 padding: 0 18px;
 background-color: #fbfbfb;
 max-height: 0;
 overflow: hidden;
 transition: max-height 0.2s ease-out;
 //border: 2px solid #f4e4e4;
 border-top: 0;
}

.panelx p {
 margin: 1.5rem;
 font-size: 1rem !important;
 color: #363636;
}

.panelx p:first-child {
 margin-bottom: 1rem;
}

.panelx a {
 font-size: 1rem !important;
}

.panelx a:hover {
 font-size: 1rem !important;
}

.panelx ul {
 margin: 1rem 1.5rem;
 color: #363636;
}

button:focus {outline:0 !important;}

.footer-container {
 background-color: #25201f;
 color: #e6e6e6;
 padding: 1.8rem 0 .7rem;
}

p.footer-text { 
 font-size: .95rem;
 color: var(--color-1);
}

a.footer-link {
 color: var(--color-1);
 text-decoration: underline;
}

footer.intern {
 background-color: #f2f2f2;
 padding: 2rem 0 1rem;
}

.icon {
 padding: 0.5rem;
 margin: 0 0 0.6rem;
}

.carousel-indicators {
 bottom: 20px;
}

/* IPES */

a.btn-primary-ipes {
 background: none;
 border: 1px solid #7c6459;
 color: #7c6459;
 display: flex;
 justify-content: center;
 padding: 0.8rem;
 border-radius: 4px;
 font-weight: 500;
}

a.btn-primary-ipes:hover {
 background: #7c6459;
 color: white;
 transition: .3s;
}

.accordion.ipes {
 background-color: #9F8072;
 color: #e4e4e4;
 cursor: pointer;
 padding: 0.7rem 0 0.7rem 2rem;
 width: 100%;
 border: none;
 text-align: left;
 outline: none;
 font-size: 1rem;
 transition: .3s;
 border-bottom-width: 1px;
 margin-top: 15px;
 border-radius: 4px;
 font-weight: 400;
}

button.accordion.ipes {
 display: grid;
 grid-template-columns: 22fr 1fr;
 gap: 1rem;
 justify-items: start;
 align-items: center;
 padding-top: 1rem;
 padding-bottom: 1rem;
 background-color: #7c6459;
 color: var(--color-1);
 //font-weight: 500;
 font-size: 1.06rem;
}

@media (min-width: 0) and (max-width: 319.98px) {
 h1 > a.navbar-brand {
  font-size: 1rem;
 }

 h2 {
  font-size: 1.3rem;
 }

 i.fa.fa-chevron-left {
  font-size: 1.2rem;
 }
}

@media (min-width: 320px) and (max-width: 575.98px) {
 h1 > a.navbar-brand {
  font-size: 1.4rem;
 }

 h2 {
  font-size: 1.3rem;
 }

 i.fa.fa-chevron-left {
  font-size: 1.2rem;
 }
}

@media (min-width: 576px) and (max-width: 767.98px) {
 h1 > a.navbar-brand {
  font-size: 1.3rem;
 }

 h2 {
  font-size: 1.2rem;
 }

  i.fa.fa-chevron-left {
  font-size: 1.1rem;
 }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  h1 > a.navbar-brand {
  font-size: 1.6rem;
 }

  h2 {
  font-size: 1.5rem;
 }

  i.fa.fa-chevron-left {
  font-size: 1.4rem;
 }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
 h1 > a.navbar-brand {
  font-size: 1.5rem;
 } 
 
 li.nav-item.menu {
    padding: 0 0.3rem;
 }

 h2 {
  font-size: 1.3rem;
 }

  i.fa.fa-chevron-left {
  font-size: 1.2rem;
 }
}