/* Ajustes Gerais */

body {
  font-family: "Roboto", sans-serif;
  background-color: var(--bg-body);
}

body *::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background: var(--bg-body);
  margin: 5px;
  border-radius: 3px;
}

body *::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 2px;
}

body *::-webkit-scrollbar-track {
  border-radius: 3px;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 16px;
  overflow-x: hidden !important;
}

section {
  padding: 30px 0px 30px 0px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

.page-footer .scrollToTop i {
  color: var(--secondary-text);
  padding: 0px 0px 0px 0px;
}


/* Ajustes Navbar */

.bg-header {
  background-color: var(--bg-page);
}

.bg-nav {
  background-color: var(--bg-nav);
}

.bg-section-1 {
  background-color: var(--bg-page);
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--text-color);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: var(--link-color-2);
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}
}

.nav-logo {
  width: 333px;
  height: 80px;
  transition: all 250ms ease;
}


.logo-transparencia {
  display: flex;
  justify-content: end;
  align-items: center;
}



.logo-transparencia1  {
  max-height: 60px;
  margin: 5px;
}
.logo-transparencia2  {
  max-height: 65px;
  margin: 5px;
}


.navbar-dark .navbar-nav .nav-link {
  color: var(--bg-page);
}

.clean-navbar .navbar-nav .nav-link {
  font-size: 0.95rem;
  transition: all 250ms ease;
}

.clean-navbar .navbar-nav .nav-item {
  padding-right: 0;
}

@media (max-width: 992px) {
  .clean-navbar .navbar-nav .nav-item {
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .clean-navbar .navbar-nav .nav-link {
    font-size: 0.95rem;
  }
}

@media (max-width: 1200px) {
  .clean-navbar .navbar-nav .nav-item {
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .navbar {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

.navbar-dark .navbar-toggler {
  color: var(--primary-text);
  border-color: var(--primary-text);
  background-color: var(--primary-color);
}

/* .navbar {
  box-shadow: 0px 2px 8px var(--primary-color);
  -webkit-box-shadow: 0px 2px 8px var(--primary-color);
  -moz-box-shadow: 0px 2px 8px var(--primary-color);
} */
/* Fim Navbar */

/* Rodapé */

/* Footer */

.page-footer .footer-copyright {
  background-color: var(--bg-nav);
  border-color: var(--primary-color);
  font-size: 14px;
}

.page-footer .footer-copyright p {
  margin: 10px;
  color: var(--secondary-text);
}

.page-footer {
  box-shadow: 0px 2px 8px var(--primary-color);
  -webkit-box-shadow: 0px 2px 8px var(--primary-color);
  -moz-box-shadow: 0px 2px 8px var(--primary-color);
}

.page-footer strong {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-text);
  display: block;
  margin-bottom: 10px;
}

.footer__bg {
  background-color: var(--bg-nav);
}

.footer__logo {
  font-size: 14px;
  color: var(--secondary-text);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.footer__phone {
  font-size: 14px;
  color: var(--secondary-text);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.footer__address {
  font-size: 14px;
  color: var(--secondary-text);
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.footer__social {
  color: var(--secondary-text);
  font-size: 1.8rem;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.footer__social a {
  color: var(--secondary-text);
}
.footer__social .footer__icons:hover {
  color: var(--secondary-text);
  opacity: 0.8;
}
.footer__social .footer__icons:focus {
  color: var(--secondary-text);
}

/* Fim do Rodapé */

/* Link Dev Rodapé */

.dev__link,
.dev__dir,
.dev__arco {
  color: var(--secondary-text);
}

.dev__link .dev__arco:hover {
  color: #f9a13f;
}

.dev__link .dev__arco:hover .dev__logo svg {
  filter: brightness(1);
}

.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.dev__link .dev__logo:hover svg {
  filter: brightness(1);
}

.dev__link .dev__logo:hover .dev__arco {
  color: #f9a13f;
}

/* FIm Link Dev */

/* Títulos */

.home__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--secondary-color);
  padding: 30px 0px 20px 0px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  display: block;
}


.home__title:after {
  content: "";
  position: relative;
  width: 43px;
  border-bottom: 3px solid var(--border-color-secondary);
  display: block;
}

.page h1 { 
  text-transform: uppercase;
  }

h1 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--secondary-color);
  padding: 30px 0px 20px 0px;
}

h1:after {
  content: "";
  position: relative;
  width: 43px;
  border-bottom: 3px solid var(--border-color-secondary);
  display: block;
}

h2 {
  font-size: 1.5rem;
  padding: 20px 0px 20px 0px;
  margin-bottom: 0px;
  font-weight: 800;
  color: var(--secondary-color);
}



h3 {
  font-size: 20px;
  padding: 20px 0px 20px 0px;
  font-weight: 700;
}

/* Section´s */

.section__home {
  padding-bottom: 40px;
}

.bloco {
  background-color: var(--secondary-color);
  color: white;
  border-radius: 10px;
}

/* Fim Section´s */

/* Scroll */

.scrollToTop {
  position: fixed;
  bottom: 110px;
  right: 37px;
  display: none;
  z-index: 999999;
  background: var(--primary-color);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--border-color);
}

/* Navbar Menu */
.navbar {
  position: relative;
  width: 100%;
  border-bottom: solid 2px var(--primary-color);
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: center;
}
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

.sticky .nav-logo {
  height: 60px;
}

.dropdown-menu {
  background-color: var(--bg-nav);
  border: 0px;
}

.dropdown-item {
  color: var(--bg-page);
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
}

.dropdown-item:hover {
  color: var(--primary-color);
}

.dropdown-item.active, .dropdown-item:active {
  color: var(--primary-color);
  background-color: #e9ecef;
}
}

.dropdown-menu h4 {
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: var(--border-color-secondary);
  font-size: 1rem;
}

.dropdown-menu h4::before {
  content: "";
  position: absolute;
  width: 30px;
  left: 0px;
  height: 3px;
  bottom: -2px;
  background-color: var(--border-color-secondary);
}

.dropdown-menu h4:not(:first-child) {
  margin-top: 15px;
}

@media (min-width: 979px) {
  ul.navbar-nav li.dropdown:hover > div.dropdown-menu {
    display: block;
  }
  ul.navbar-nav div.dropdown-submenu:hover > div.dropdown-menu {
    display: block;
  }
}

/* Dropdown Sub-Menu */

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

/* Fim Dropdown Sub-Menu */

/* Páginas Internas */

.page {
  padding-bottom: 40px;
  color: black;
}

.page__link {
  text-decoration: none;
  transition: all 0.25s ease;
  color: var(--primary-text);
}

.page__link:hover {
  color: var(--primary-text-hover);
}

.page__divider {
  height: 2.5px !important;
  background-color: var(--bg-page);
  opacity: 1;
  margin: 0.75rem 0;
}

.page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--primary-color);
}

.page__item--navigation:not(:last-child) {
  margin-right: 10px;
}

.page__item--navigation {
  text-transform: uppercase;
  font-weight: 600;
}

.page__item--bar {
  font-weight: 900;
  color: var(--primary-color);
}

.page__item--active {
  background-color: var(--secondary-color);
  color: var(--secondary-text);
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
}

.page__img {
  margin: auto;
  text-align: center;
}

.page__img img {
  border-radius: 15px;
  border: 6px solid var(--secondary-text);
}

.page__subtitle {
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.page__text {
  font-size: 1.05rem;
  text-align: justify;
  word-spacing: 1px;
  color: black;
}

.page__text--alternative {
  font-size: 0.8rem;
}

.page__text--tiny {
  font-size: 1.05rem;
  text-align: justify;
  word-spacing: 1px;
  color: black;
}

.page__text--tiny-tur {
  background-color: var(--bg-page);
  padding: 20px;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page__text--tiny h3 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.page__text--tiny p {
  font-size: 1.05rem;
  text-align: justify;
  word-spacing: 1px;
  color: black;
}

.page__text--tiny div {
  font-size: 1.05rem;
  text-align: justify;
  word-spacing: 1px;
  color: black;
}

.page__text--tiny i {
  color: var(--icone-color);
}

.page__maps {
  width: 100%;
}

.page__maps--iframe {
  border: 2px solid var(--secondary-text);
}

.page__date {
  text-transform: uppercase;
}

.page__contact {
  background-color: var(--secondary-color);
  color: white;
  border-radius: 10px;
  font-weight: 900;
}

/* Share */

.page__share {
  background-color: var(--bg-page);
  padding: 15px;
  border-radius: 10px;
}

.a2a_title {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-text);
  text-decoration: none;
  margin-right: 10px;
}
.a2a_title:hover {
  color: var(--primary-text-hover);
}

/* Carousel */
.carousel a {
  text-decoration: none;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 0;
}

/* Ajustes Paginação */
.current-page {
  font-weight: 900;
  background-color: #cfddf8 !important;
}

.cancel-hover:hover {
  background-color: #fff !important;
  border-color: #dee2e6;
}

.page-link:hover {
  color: #2750a2 !important;
}

/* Fim dos Ajustes da Paginação */

/* Cards Notícias */
.cartao h1 {
  padding: 07px 0px 0px 0px;
}
.cartao h1::after {
  content: "";
  display: none !important;
}

.cartao a {
  text-decoration: none;
}

.cartao {
  margin: 20px 0;
  padding: 10px;
}

.cartao__header {
  height: 300px;
}

.cartao__image-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.cartao:hover .cartao__image-background {
  filter: brightness(75%);
  transition: 1s;
}

.cartao__body {
  background: var(--bg-card);
  background: -moz-linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  background: linear-gradient(
    90deg,
    var(--secondary-color) 0%,
    var(--primary-color) 100%,
    var(--primary-color) 100%
  );
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  position: relative;
  height: 125px;
}

.cartao__title,
.cartao__text {
  color: var(--secondary-text) !important;
}

.cartao:hover .cartao__text {
  color: var(--link-color-2) !important;
  transition: 1s;
}

.cartao__title {
  font-size: 1rem !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.cartao__text {
  text-align: justify;
  font-size: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cartao__date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  height: 50px;
  background-color: var(--secondary-text);
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: 25px;
}

@media screen and (min-width: 768px) {
  .cartao__date:nth-child(2),
  .cartao__date:nth-child(3),
  .cartao__date:nth-child(4) {
    right: 12px;
  }
}

.cartao__date--position-initial {
  position: initial;
}

.cartao__date--alternative {
  background-color: var(--secondary-color);
}

.cartao__day,
.cartao__month {
  display: block;
  color: var(--primary-color);
  text-transform: uppercase;
  line-height: 1rem;
}

.cartao__day--alternative,
.cartao__month--alternative {
  color: var(--secondary-text);
}

.cartao__day {
  font-weight: 900;
}

.cartao__month {
  font-weight: 300;
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__header {
    height: 250px;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 300px) and (max-width: 575px) {
  .cartao__body {
    height: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__header {
    height: 250px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__title {
    font-size: 1rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .cartao__body {
    height: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__header {
    height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__title {
    font-size: 1.1rem !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cartao__body {
    height: 140px;
  }
}

/* Fim Card Notícias */

/* Cards Serviços */

.servicos {
  visibility: visible;
  animation-duration: 0.6s;
  animation-delay: 0.1s;
}

.servicos a {
  text-decoration: none;
}

.servicos__body {
  display: table;
  width: 100%;
  border-radius: 5px;
  background-color: var(--link-color-1);
  -webkit-box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  padding: 20px 20px 14px;
  border-bottom: solid 6px var(--primary-color);
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 110px;
}

.servicos__body .servicos__card .servicos__titulo {
  color: var(--primary-text);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .servicos__body .servicos__card .servicos__titulo {
    font-size: 18px;
  }
}

.servicos__body .servicos__card .servicos__desc {
  color: var(--secondary-color);
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.servicos__body .servicos__card .servicos__icone {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.servicos__body:hover {
  background-color: var(--primary-color);
  top: -5px;
  color: var(--secondary-text) !important;
}

.servicos__body:hover .servicos__card .servicos__titulo {
  color: var(--secondary-text);
}

.servicos__body:hover .servicos__card .servicos__desc {
  color: var(--secondary-text);
}

.servicos__body:hover .servicos__card .servicos__icone {
  color: var(--secondary-text);
}

@media (max-width: 576px) {
  .servicos__area {
    max-height: 60vh;
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 10px;
  }
}
/* Fim Card Serviços */

/* Search Pages */

.search {
  background-color: var(--bg-page);
  padding: 15px;
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search__title {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: var(--primary-text);
  font-weight: 800;
  text-align: center;
}

@media (max-width: 767px) {
  .logo-footer {
    max-width: 310px;
  }
}

/* Ajustes Footer */

.whatsapp {
  position: fixed;

  display: grid;
  place-items: center;

  border-radius: 100%;

  left: 10px;
  bottom: 10px;

  font-size: 2rem;

  background: green;

  line-height: 1;

  height: 50px;
  width: 50px;

  z-index: 10;
}

.whatsapp i {
  color: #f2f2f2;
}

.social-media {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;

  color: #f2f2f2;

  margin-top: 30px;
}

.social-media__text {
  margin: 0;
  margin-right: 5px;

  font-weight: 900;
}

.social-media__list {
  display: flex;
  align-items: center;
  justify-content: center;

  list-style: none !important;

  line-height: 1 !important;

  margin: 0 !important;
  padding: 0 !important;
}

.social-media__item {
  padding: 0 !important;

  margin: 0 5px;
}

.social-media__item::before,
.social-media__item::after {
  display: none;
}

.social-media__link {
  font-size: 2rem;

  transition: all 200ms ease;
}

.social-media__link i {
  color: #f2f2f2;
}

.social-media__link:hover i {
  color: #002f25;
}

/* Hero Fisio x Ocupacional */

.hero {
  /*margin-top: 93px;*/
}

.hero__content {
  display: flex;
  height: calc(100vh - 200px);
  width: 100%;
}

.hero__item {
  background-color: #262626;
  cursor: pointer;
  display: grid;
  flex: 1;
  transition: all 1s ease;
  overflow: hidden;
  position: relative;
  width: 100vw;
  z-index: 1;
}

.hero__item.is-show::before {
  opacity: 0.25;
}

.hero__item::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  position: absolute;
  transition: all 1s ease;
  z-index: -1;
}

.hero__item:first-child {
  border-right: 0.5px solid white;
  place-items: start;
}

.hero__item:first-child::before {
  background-image: url("/assets/img/hero/fisioterapia.jpg");
}

.hero__item:last-child {
  border-left: 0.5px solid white;
  place-items: end;
}

.hero__item:last-child::before {
  background-image: url("/assets/img/hero/terapia.jpg");
}

.hero__item--no-border {
  border: none;
}

.hero__item.is-show {
  flex: 2;
  width: 100%;
}

.hero__item.is-hidden {
  flex: 0;
  width: 0%;
  opacity: 0;
}

.hero__body {
  color: #f2f2f2;
  padding: 0.625rem;
}

.hero__title {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #f2f2f2
}

.hero__item.is-show .hero__texts {
  margin-top: 2rem;
}

.hero__texts {
  font-size: 1rem;
  height: 0;
  width: 100%;
  transition: all 1s ease;
  text-align: justify;
  overflow: hidden;
}

.hero__text a {
  background-color: #007132;
  border-radius: 0.625rem;
  color: #f2f2f2;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.625rem;
}

.hero__text a:hover {
  background-color: #002f25;
}

.hero__highlight {
  position: absolute;
  color: white;
}

.hero__highlight--first {
  right: 2rem;
  bottom: 1rem;
}

.hero__highlight--second {
  left: 2rem;
  top: 1rem;
}

.hero__click {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.625rem;
  margin: 0;
}

.hero__item.is-show .hero__click--open {
  display: none;
}

.hero__item.is-show .hero__click--close {
  display: block;
}

.hero__click--open {
  display: block;
}

.hero__click--close {
  display: none;
}

.hero__arrows {
  text-align: center;

  font-size: 1.5rem;
}

.hero__item.is-show .hero__highlight--first .hero__arrows .fas {
  transform: rotate(180deg);
}

.hero__item.is-show .hero__highlight--second .hero__arrows .fas {
  transform: rotate(0deg);
}

.hero__highlight--second .hero__arrows .fas {
  transform: rotate(180deg);
}

.hero__arrows .fas {
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--j) * 250ms);
  transition: all 1s ease;
  transition-delay: calc(var(--j) * 250ms);
}

@media screen and (min-width: 768px) {
  .hero__content {
    height: calc(100vh - 200px);
  }

  .hero__body {
    padding: 2rem;
  }

  .hero__title {
    font-size: 2.2rem;
  }

  .hero__texts {
    font-size: 1rem;
  }

  .hero__click {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .hero__title {
    font-size: 2.5rem;
  }

  .hero__click {
    font-size: 1rem;
  }

  .hero__arrows {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1400px) {
  .hero__texts {
    max-width: 50%;
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* Parallax */

/* Chamada Portal da Transparência */
.parallax {
  position: relative;
  color: #fff;
  height: 200px;
  z-index: 1;
  background-image: url("/assets/img/diversas/parallax.webp");
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.parallax::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  /* background:rgba(170, 194, 82, 0.9); */
  background-color: rgba(170, 194, 82, 0.6);
  /* background: rgba(3, 77, 9, 0.6); */
}

.parallax__button {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: var(--primary-text);
  padding: 10px 15px;
  font-weight: 700;
}

.parallax__button:hover {
  background-color: #005f24;
  border-color: #005f24;
  color: #f2f2f2;
}

/* Chamada 24hrs */

.chamada__title {
font-size: 2.25rem;
color: #f2f2f2;
font-family: "Poppins", sans-serif;
line-height: 100%;
font-weight: 900;
font-style: italic;
text-transform: uppercase;
}

.chamada__title span {
  text-transform: none;
}

/* Destaques */

.page {
  padding-bottom: 0;
}

.jarrada {
  background-image: url("/assets/img/diversas/parallax2.jpg");
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}

.jarrada::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(3, 77, 9, 0.6);
}

/* .jarrada::after,
.jarrada::before {
  content: '';

  display: block;

  height: 100%;
  width: 100%;

  position: absolute;

  left: 0;
  top: 0;
} */

/* .jarrada::before {
  background-image: url('/assets/img/diversas/pattern.png');
  background-size: contain;

  opacity: 0.2;

  z-index: -1;
}

.jarrada::after {
  background-color: #fff;

  z-index: -2;
} */

.jarrada h2 {
  font-size: 2rem;
  color: #f2f2f2;
  padding: 0;
}

.jarrada p,
.jarrada a {
  font-size: 1.25rem;
}

.jarrada p {
  font-weight: 300;
  margin-bottom: 1rem;
  color:#f2f2f2;
}

.jarrada a {
  color: #f2f2f2;
  display: inline-block;
  background-color: #5ec33a;
  line-height: 1;
  padding: 10px;
  border-radius: 10px;
  transition: all 200ms ease;
  font-size: 1rem;
  font-weight: 700;
}

.jarrada a:hover {
  background-color: #002f25;
}

.jarrada figure {
  min-height: 350px;

  display: grid;
  place-items: center;
}

/* Videos */

.videos ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
}

.videos h2 {
  color: #002f25;
}

.videos a {
  display: inline-block;
  background-color: #5ec33a;
  border-radius: 10px;
  color: #f2f2f2;
  line-height: 1;
  padding: 0.625rem;
  transition: all 250ms ease;
}

.videos a:hover {
  background-color: #002f25;
}

@media screen and (min-width: 768px) {
  .videos ul {
      grid-template-columns: repeat(3, 1fr)
  }
}

/* Ajustes Responsividade */

@media (max-width: 767px) {
  .logo-transparencia1 {
    margin: 12px;
  }
  .logo-transparencia2 {
    display: none;
  }
  .nav-logo {
    width: 180px;
    height: 55px;
    transition: all 250ms ease;
    margin: 12px 0px 12px 0px;
  }
  .hero {
    display: none;
  }
  .chamada__title {
  font-size: 2rem;
  }
}

/* Ajustes Galeria */

.news__header div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.news__title {
  font-size: 1rem;
  color: var(--color-primary-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news__title--beneficios {
  text-align: center;
  font-weight: 700;
}

.news__title--TipoBeneficios {
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem;
}

.photos_gallery {
  border-radius: 20px;
  height: 160px;
  width: 100%;
  object-fit: contain;
}

@media (min-width: 360px) and (max-width: 575px) {
  .photos_gallery {
    height: 120px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .photos_gallery {
    height: 130px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .photos_gallery {
    height: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .photos_gallery {
    height: 150px;
  }
}

.photos_revista {
  border-radius: 20px;
  height: 200px;
  width: 100%;
  object-fit: contain;
}

@media (min-width: 360px) and (max-width: 575px) {
  .photos_revista {
    height: 130px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .photos_revista {
    height: 150px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .photos_revista {
    height: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .photos_revista {
    height: 180px;
  }
}

/* Benefícios */
.beneficio {
background-color: #fff;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
height: 100%;
width: 100%;
}

/* Revista */

.revista {
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  }

  /* Tabelas */

  table td, th {
  padding: 6px 8px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
}

/* Correção tamanho da img que vem do tinymCE */
.page__text--tiny img {
width: 100%;
height: auto;
}

.page__text--tiny div img {
  width: 100%;
  height: auto;
  }

  /* Accordion */

.accordion__list,
.accordion__icons {
  list-style: none;

  margin: 0;
  padding: 0;
}

.accordion__item {
  position: relative;
}

.accordion__item:not(:last-child) {
  margin-bottom: 2rem;
}

.accordion__item:not(:last-child)::before {
  background-color: #005f24;

  bottom: -1rem;
  left: 0;

  content: "";

  height: 1px;
  width: 100%;

  position: absolute;
}


.accordion__button {
  background-color: transparent;

  border: none;

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

  padding: 0;

  width: 100%;
}

.accordion__title {
  color: #000;

  font-size: 1rem;
  font-weight: 700;

  margin: 0;

  text-align: left;
}

.accordion__icons {
  position: relative;

  width: 50px;
  height: 50px;

  font-size: 1rem;
}

.accordion__icons--transparencia {
  position: relative;

  width: 50px;
  height: 50px;

  font-size: 0.7rem;
}

.accordion__icon {
  color: var(--primary-text);

  left: 50%;
  top: 50%;

  opacity: 0;

  position: absolute;

  transform: translate3d(-50%, -50%, 0);

  transition: all 0.5s ease-in-out;
}


.accordion__icon.is-active {
  opacity: 1;
}

.accordion__content {
  height: 0;

  transition: all 0.5s ease;

  overflow-y: hidden;
}

.accordion__texts {
  border-radius: 0.625rem;

  padding: 1rem;
  margin-top: 0.625rem;

  background-color: #5ec33a;

  color: #FFF;

  font-size: 1rem;
}


.accordion__text:last-child {
  margin-bottom: 0;
}

.accordion__link {
  background-color: #007132;
  border-radius: 0.3125rem;

  display: block;

  margin-top: 0.625rem;

  padding: 0.5rem 1rem;

  color: #000;

  text-decoration: none;

  transition: all 250ms ease;

  width: fit-content;

  margin-left: auto;
}

.accordion__link:hover {
  color: #000;

  background-color: #5ec33a;
}

@media screen and (min-width: 768px) {
  .accordion__title {
    font-size: 1rem;
  }

  .accordion__icons {
    font-size: 1.25rem;
  }


}