.fixed .navbar-brand img {
    height: 70px;
}

.indice {
    padding: 20px;
    background: #efefef;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
.toc-h2 {
    font-weight: bold;
}
.toc-h3 {
    font-weight: 400;
}
ul.fundo-verde {
    list-style: none;
    padding: 0;
}
ul.index {
    padding: 0;
    list-style: none;
}

ul.index.collapsible {
    padding-left: 2.6rem;
    list-style: disc;
}
.fixed {
    position: fixed;
    z-index: 1;
    width: 100%;
    background: #ffffff;
    max-height: 80px;
    box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.1);
}




.fixed #block-b5camertola-botaopesquisa .field--name-body {
height: 20px;

}


* {
    word-wrap: break-word;
}
a.botao-verde {
    display: inline-block;
    font-size: 18px;
    border: 1px solid rgb(76, 129, 114);
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
    color: rgb(76, 129, 114);
}

a:hover.botao-verde {
    background: #4C8172;
    border-color: #4C8172;
    color: #ffffff!important;
}

.slider-fundo .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 42px;
    height: 42px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
    border: 1px solid #ffffff;
    border-radius: unset;
    font-size: 0;
}

.slider-fundo.slider .slick-prev {
    right: 48px;
    left: unset;
}

.node--type-article .wrapper-imagem {
    margin-left: 20px;
}

.node--type-article .imagem {
    float: right;
    max-width: 50%;
}

.field--name-field-main-image-credit {
    font-size: 15px;
}

.field--name-body a.botao-verde{
	color: #fff;
}

.field--name-body a.botao-verde {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border-top-right-radius: 0.5rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.field--name-body a.botao-verde:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4C8172;
  border-top-right-radius: 0.5rem;
  z-index: -2;
}

.field--name-body a.botao-verde:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #305147;
    transition: all 0.7s;
    border-top-right-radius: 0.5rem;
    z-index: -1;
    transform-origin: unset;
    transform: unset;
}

.field--name-body a.botao-verde:hover {
  color: #fff;
}
.field--name-body a.botao-verde:hover:before {
  width: 100%;
}

.vbp_color_05 .slide__link a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid rgb(255, 255, 255);
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
}

h2.title-pequeno {
    font-size: 1.5rem;
}

img {
    max-width: 100%;
    height: auto;
}

.slide__link a {
    display: inline-block;
    font-size: 14px;
    border: 1px solid  rgb(76, 129, 114);
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
    color: rgb(76, 129, 114);
}


.slide__link a:hover {
    background: #4C8172;
    border-color: #4C8172;
    color: #ffffff!important;
}

.carrocel.carrocel-testemunhos img.media__element.img-fluid {
    object-fit: contain;
    width: 200px;
    height: 200px;
    padding: 10px;
    background: #f7f7f7;
    border-radius: 50%;
    margin: 0 auto;
    height: auto;
}

.carrocel.carrocel-testemunhos .slide__media {
    position: relative;
    overflow: hidden;
    height: 200px;
}
.carrocel.carrocel-testemunhos .slide__caption {
    text-align: center;
}

a.tabs-trigger p{
	pointer-events: none;
}

.paragraph.bg-edge2edge {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.pager-block-wrapper .pager-next-node h2 {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
b, strong {
    font-weight: 600;
}
.pager-block-wrapper .pager-prev-node h2 {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
.page-node-type-op-image .pager-block-wrapper .pager-block a {
    border: none;
}
.page-node-type-op-image .pager-block-wrapper .pager-block-item img {
    display: block;
    margin: 0 auto 0.5rem auto;
    width: 70px;
}

img {
    max-width: 100%;
    height: auto;
}


.pager-block-item.pager-next-node {
    border: 1px #cccccc solid;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}


.page-node-type-op-image .imagem-principal {
    background: #f3f3f3;
    display: flex;
    justify-content: center;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

.pager-block-item.pager-prev-node {
    border: 1px #cccccc solid;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.carrocel .slick-prev {
    left: -50px;
}

.carrocel .slick-next {
    right: -50px;
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    width: 42px;
    height: 42px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: auto;
    border: 1px solid #434343;
    border-radius: unset;
    font-size: 0;
}
.carrocel .slick__arrow {
    position: absolute;
    z-index: 2;
    bottom: -50px;
    left: 0;
    width: auto;
    height: 2px;
    margin-top: -1px;
    transform: translateY(-50%);
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, -50%);
    top: unset;
}

.carrocel img.media__element.img-fluid {
    object-fit: contain;
    width: 340px;
    height: 400px;
    padding: 20px;
    background: #f7f7f7;
}


.carrocel .slick-prev:before, .carrocel .slick-next:before {
    font-family: 'Poppins',sans-serif, sans-serif;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: #434343;;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carrocel .slide__caption {
    width: 100%;
    background: transparent;
    padding: 10px 0;
}

.carrocel .slide__media {
    position: relative;
    overflow: hidden;
    height: 430px;
}

.carrocel .slide__caption {
    width: 100%;
    background: transparent;
    padding: 0;
}

.carrocel h2.slide__title {
    color: #434343;
    font-size: 18px;
}

.carrocel .crono-carrocel {
    color: #434343;
    font-size: 15px;
}

.a11y-paragraphs-tabs__wrapper .tabs-tab-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    font-size: 17px;
    line-height: 1;
    margin-bottom: 10px;
}

.tabs-trigger p {
    margin: 0;
}

.titulo-liga {
    padding-left: 20px;
}

.titulo2-liga {
    text-transform: uppercase;
    color: #3B4A5E;
    font-size: 14px;
}

.ligagacao-liga a {
    border: 1px solid #434343;
    padding: 10px;
    color: #434343;
    text-decoration: none;
}

.txt-liga {
    font-weight: 600;
}

.ligagacao-liga a:hover {
    color: #ffffff;
    background: #4C8172;
    border-color: #4C8172;
}

a:hover.link-view {
    background: #4C8172;
    border-color: #4C8172;
    color: #ffffff!important;
}
.botao-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.wrapper-liga {
    border: 1px solid #434343;
    padding: 30px;
    display: flex;
}

.a11y-paragraphs-tabs__wrapper .tabs-trigger {
    border-bottom: none;
    color: #666;
    display: none;
    font-weight: normal;
    margin: 0 5px 5px 1px;
    padding: 10px 10px;
    text-decoration: none;
    background: #efefef;
    border-top-right-radius: 15px;
}
.a11y-paragraphs-tabs__wrapper .tabs-trigger.is-selected, .a11y-paragraphs-tabs__wrapper .tabs-trigger.is-selected:hover, .a11y-paragraphs-tabs__wrapper .tabs-trigger.is-selected:focus {
    /* border-bottom: 2px solid #bbb; */
    color: #000;
    background-color: #4C8172;
    color: #ffffff;
}

div.sf-accordion-toggle.sf-style-white a {
    display: none;
}
.view-filters .form--inline {
    display: flex;
    align-items: end;
}

article {
    font-size: 18px;
    line-height: 1.6;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-text {
    font-size: 16px;
    line-height: 1.4;
}

.field--name-bp-text h2:after, .field--name-body h2:after {
    display: block;
    width: 50px;
    content: "";
    border-bottom: 2px solid;
    padding-top: 7px;
}


.card-wrapper.filete:after {
    content: '';
    position: absolute;
    background-color: #4C8172;
    width: 40px;
    height: 6px;
    bottom: 0;
    right: 0;
}

.card-wrapper.filete:before {
    content: '';
    position: absolute;
    background-color: #4C8172;
    width: 6px;
    height: 40px;
    bottom: 0;
    right: 0;
}

.card-wrapper.filete {
    position: relative;
}

.page-link.active, .media-library-view--widget .view-header a.page-link.is-active, .active > .page-link, .media-library-view--widget .view-header a.is-active > .page-link {
    z-index: 3;
    color: #ffffff;
    background-color: #4C8172;
    border-color: #4C8172;
}

.page-link {
    position: relative;
    display: block;
    color: #4C8172;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.h-100 {
    height: auto!important;
}
.share-bluesky svg {
    padding: 4px;
}

.share-x svg {
    padding: 5px;
}
.field--name-body h2:first-child {
    margin-top: 0;
}

.field--name-bp-text h2,.field--name-body h2 {
    margin: 40px 0 15px;
    font-size: 1.7rem;
    color: #4C8172;
}
.social-sharing-buttons svg {
    fill: #4C8172;
    border: 1px solid #4C8172;
    border-radius: 20px!important;
}

.social-sharing-buttons svg:hover {
    fill: #888888;
    border: 1px solid #888888;
}

html {
	overflow-x: hidden;
}
footer .navbar-nav {
    flex-direction: row;
    justify-content: space-around;
}
.btn-primary {
    background-color: #4C8172;
    border-color: #4C8172;
    border-radius: 0;
}
.form-type-search {
    width: 50%;
}

.btn:hover, .node-preview-container .node-preview-backlink:hover, .button:hover, button.link:hover {
    color: #ffffff;
    background-color: #232323;
    border-color: #232323;
}
#search-block-form {
    display: flex;
    justify-content: center;
}

.regiao-pesquisa {
    background-color: #E8E8E9;
    padding: 20px;
    display:none;
}
.regiao-pesquisa.active {
    display:block;
}
a {
    color: #4C8172;
    text-decoration:none;
}

a:hover {
    color: #434343;
}

.field--name-body a {
	color: #4C8172;
  position: relative;
  text-decoration: none;
}
.field--name-body a:hover{
  color:#434343;
}

.field--name-body a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #434343;
  color:#000000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.field--name-body a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.icon-search svg {
    width: 20px;
}
.region.region-nav-additional {
    display: flex;
}

.block-language {
    margin-right: 10px;
}

footer .padding-afastamento {
    padding: 20px;
}

footer .cinza {
    background: #3B4A5E;
    color: #ffffff;
    padding: 50px 0;
}

footer  li li {
    font-weight: 400;
}

li.menu-link-grande {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

footer .dropdown-toggle::after {
    content: unset;
}
.coluna.coluna-2 {
    margin-right: 40px;
}
footer ul {
    padding-left: 0;
}

footer li {
    list-style-type: none;
}
.padding-top{
	padding-top: 30px;
}
.wrapper-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .coluna-3 {
    width: 145px;
    background: #4C8172;
    height: 145px;
    border-radius: 50%;
    flex-wrap: wrap;
    text-align: center;
    color: #ffffff;
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}


footer {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.nolink.sf-with-ul:hover {
    cursor: pointer;
}

div.sf-accordion-toggle.sf-style-white a.sf-expanded, ul.sf-menu.sf-style-white.sf-accordion li.sf-expanded {
    background: #434343;
}


ul.sf-accordion.sf-menu.sf-style-white a.sf-depth-1, ul.sf-accordion.sf-menu.sf-style-white a.sf-depth-1:visited, ul.sf-accordion.sf-menu.sf-style-white span.sf-depth-1.nolink {
    color: #4C8172;
}

ul.sf-accordion.sf-menu.sf-style-white a, ul.sf-accordion.sf-menu.sf-style-white a:visited, ul.sf-accordion.sf-menu.sf-style-white span.nolink {
    border: 0 none;
    color: #ffffff;
    padding: 0.75em 1em;
    text-decoration: none;
}

a.sf-depth-2.menuparent.sf-with-ul:hover {
    color: #4C8172!important;
}

a.sf-depth-2:hover {
    color: #4C8172!important;
}

a.sf-depth-2.sfHover {
    color: #4C8172!important;
}

ul.sf-menu.sf-style-white.sf-navbar > li.sfHover > ul > li.sfHover > a {
    color: #4C8172!important;
}


ul.sf-menu.sf-style-white li:hover, 
ul.sf-menu.sf-style-white li.sfHover, 
ul.sf-menu.sf-style-white a.is-active, 
ul.sf-menu.sf-style-white a:focus, 
ul.sf-menu.sf-style-white a:hover, 
ul.sf-menu.sf-style-white span.nolink:hover {
color: #4C8172!important;
    background: #f0f0f0;
    outline: 0;
}


ul.sf-menu .sf-sub-indicator:after {
    content: "▼";
    left: 0;
    line-height: 1;
    position: absolute;
    text-indent: 0;
    top: 4px;
    font-size: 9px;
}

ul.sf-menu.sf-style-white li li li {
    background: #4C8172;
}



li.sf-depth-2.sf-Hover:hover a.sf-Hover{
	color: #4C8172!important;
}


ul#superfish-main {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    letter-spacing: 0.3px;
}

ul.sf-menu.sf-style-white a, ul.sf-menu.sf-style-white a:visited, ul.sf-menu.sf-style-white span.nolink {
    border: 0 none;
    color: #4C8172;
    padding: 0.75em 0.7em;
    text-decoration: none;
}
ul.sf-menu.sf-style-white li, ul.sf-menu.sf-style-white.sf-navbar {
    background: #ffffff;
}


ul.sf-menu.sf-style-white li li, ul.sf-menu.sf-style-white.sf-navbar > li > ul a {
    color: #ffffff;
}


ul.sf-menu.sf-style-white li li, ul.sf-menu.sf-style-white.sf-navbar > li.menuparent.sfHover > a {
    color: #4C8172;
}
    
 

ul.sf-menu.sf-style-white li li, ul.sf-menu.sf-style-white.sf-navbar > li > ul {
    background: #4C8172;
}

.region.region-nav-branding {
    display: flex;
    align-items: center;
}

.afasta-bottom {
    margin-bottom: 60px;
}

.padding-afastamento{
	padding:50px;
}

.block-language ul {
    list-style-type: none;
}

.block-language li.is-active {
	display:none;
}


.block-language li a {
    text-decoration: none;
}



.slider .slick__arrow {
    position: absolute;
    z-index: 0;
    top: auto;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    transform: translateY(-50%);
    pointer-events: none;
    bottom: 50px;
}


.slider .slick-arrow::before {
    color: #ffffff;
    font-size: 36px;
    font-size: 2.25rem;
}

.slider .slick-prev:before, .slick-next:before {
    font-family: 'Poppins',sans-serif, sans-serif;
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider .slick-prev {
    right: 40px;
    left: unset;
}

.slider .slide__content {
    display: flex;
    width:100%;
}

.slider .slide__media {
    width: 60%;
}

.slider .slide__caption {
    width: calc(40% + 50px);
    display: flex;
    align-items: center;
    padding: 0;
    margin-left: -50px;
    z-index: 1;
}

body .vbp_color_04 {
    background-color: #E8E8E9;
    color: #434343;
}

a.link-view {
    display: inline-block;
    font-size: 14px;
    border: 1px solid rgb(76, 129, 114);
    padding: 5px 10px;
    color: #ffffff;
    text-decoration: none;
    color: rgb(76, 129, 114);
}

.card-imagem {
    overflow: hidden;
    transition: 0.3s ease-in-out;
    border-top-right-radius: 35px;
}

.card-wrapper:hover {
    background: #efefef;
}

.card-wrapper {
     transition: 0.3s ease-in-out;
}

.card-wrapper:hover img {
    transform: scale(1.03);
}

.card-wrapper img {
    transition: 0.3s ease-in-out;
}

span.ver-mais {
    font-size: 20px;
    display: block;
    font-weight: normal;
    display: block;
    margin-top: 20px;
}

.slider h2.slide__title a {
    width: 100%;
}



.slider h2.slide__title {
    background: #FBF3F1;
    padding: 30px;
    width: 100%;
    min-height: 40%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.slider .slide__caption a {
    color: #000000!important;
    text-decoration: none;
}
span.ver-mais a {
    padding: 5px 9px;
    border: 1px solid #434343;
    line-height: 1;
    margin-top: 20px;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #434343;
     overflow-x: hidden
}
.col-lg-9 .region-content {
    padding-right: 80px;
}
h2.text-tit-paragrafo {
    color: #4C8172;
    font-size: 24px;
    font-weight: 400;
}


.ligacao {
    padding: 5px;
    border: 1px solid;
    display: inline-block;
    font-size: 14px;
}

.card-wrapper:hover .ligacao {
    background: #434343;
    color: #ffffff;
}

.livros .card-imagem img {
    float: left;
    margin: 20px;
}

.ckeditor-accordion-container > dl dt.active > a {
    background-color: #4C8172;
}

.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
    display: block;
    padding: 10px 15px 10px 50px;
    background-color: #4C8172;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    border-bottom: 1px solid #ffffff;
    font-family: 'Poppins',sans-serif, sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-decoration: none;
}

.ckeditor-accordion-container > dl {
    position: relative;
    border: 0;
}

dd.active {
    background: #FBF3F1;
}
.ckeditor-accordion-container > dl dd {
    display: none;
    padding: 15px 15px;
    margin: 0;
}
.card-wrapper {
    background: #FBF3F1;
}

.card-teaser {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #434343;
}

.card-wrapper a {
    color: #434343;
    text-decoration: none;
}

.card-data {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #545454;
    margin: 15px 0;
}

.card-textos {
    padding: 20px;
}

.view-cards .flex-row {
    display: flex;
}

.card-wrapper {
    background: #FBF3F1;
    margin-bottom: 30px;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 35px;
}

  h1, .h1 {
        font-family: 'Poppins',sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #434343;
    }
 .media-oembed-content {
    max-width: 100%;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}



.field--name-field-media-oembed-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}
.drupal-media.ck-widget {
    min-width: 400px;
}
 .navbar-brand img {
        height: 70px;
    }

.node__content {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
}

#botao-hamburger {
  border: none;
  outline: 0;
  background: white;
  border-radius: 3px;
  padding: 0.6em;
  cursor: pointer;
}
#botao-hamburger .linha-1,
#botao-hamburger .linha-2,
#botao-hamburger .linha-3 {
  width: 22px;
  height: 2px;
  background-color: #434343;
  margin: 4px 0;
  transition: 0.4s;
  display: block;
}
#botao-hamburger.animeOpenClose .linha-1 {
  transform: rotate(-45deg) translate(-4px, 4px);
}
#botao-hamburger.animeOpenClose .linha-2 {
  opacity: 0;
}
#botao-hamburger.animeOpenClose .linha-3 {
  transform: rotate(45deg) translate(-4px, -4px);
}


@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 2.5rem;
    }
}



@media (min-width: 1200px) {
    h1, .h1 {
				font-size: 32px;
        line-height: 1.1;
        color: #434343;
    }
}


@media (min-width: 1200px) {
    h2, .h2 {
        font-size: 1.6rem;
        font-family: 'Poppins',sans-serif;
        font-style: normal;
        font-weight: 600;
        /* font-size: 24px; */
        line-height: 1;
        color: #434343;
    }
}

@media (min-width: 992px) {
    .navbar-brand img {
        height: 120px;
    }
}