@charset "UTF-8";
/*
Theme Name: Produtividade
Theme URI: https://produtividade.com.br
Author: ADVBOX
Author URI: https://advbox.com.br/software-juridico
Description: O tema foi desenvolvido, buscando melhorar o rankeamento do site em mecanismos de buscas, além de ter um outro funil para adquirir leads para ADVBOX.
Version: 2.2.4
Requires at least: 6.2.2
Requires PHP: 7.0
*/
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Source Sans Pro", sans-serif;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 740px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 740px) {
  .grid-3 {
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 740px) {
  .grid-4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.h1 {
  font-weight: 700;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 3rem;
  line-height: 125%;
}
@media screen and (max-width: 740px) {
  .h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2.25rem;
    line-height: 125%;
  }
}

.h2 {
  font-weight: 700;
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.75rem;
  line-height: 120%;
}
@media screen and (max-width: 740px) {
  .h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2rem;
    line-height: 120%;
  }
}

.h3 {
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
}
@media screen and (max-width: 740px) {
  .h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 120%;
  }
}

.h4 {
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.5rem;
  line-height: 100%;
}
@media screen and (max-width: 740px) {
  .h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.25rem;
    line-height: 120%;
  }
}

p {
  color: #202020;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}
@media screen and (max-width: 740px) {
  p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1rem;
    line-height: 140%;
  }
}

a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 100%;
}
@media screen and (max-width: 740px) {
  a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 100%;
  }
}

.txt-destaque {
  color: #1125df;
}

.body-m {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 150%;
  color: #202020;
}

.txt-center {
  margin: 0 auto;
  padding-bottom: 80px;
  width: 50%;
  text-align: center;
}
.txt-center .h2 {
  padding-bottom: 40px;
}
@media screen and (max-width: 740px) {
  .txt-center {
    width: 80%;
    padding-bottom: 40px;
  }
}

.btn {
  background-color: #1125df;
  padding: 12px 40px;
  letter-spacing: 0.25rem;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
}
.btn::after {
  content: "➞";
  margin-left: 10px;
}
.btn:hover::after {
  content: "➞" !important;
  margin-left: 15px;
}

.btn-sec {
  border: 2px solid #1125df;
  background-color: #fff;
  color: #202020;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-sec:hover {
  background-color: #1125df;
  color: #fff;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 40px auto;
}
#header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
#header a {
  text-decoration: none;
  display: inline-block;
}
#header .menu-item a {
  position: relative;
}
#header .menu-item a:hover::after {
  content: "";
  background-color: #1125df;
  width: 100%;
  height: 3px;
  -webkit-transition: all 3s !important;
  transition: all 3s !important;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 10px;
}
#header .active {
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
}
#header .active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1125df;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: 10px;
}
#header #btn-mobile {
  display: none;
}
@media screen and (max-width: 740px) {
  #header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #header #btn-mobile {
    display: block;
    background: #1125df;
    border: 2px solid #1125df;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    padding: 10px;
  }
  #header #header-cta {
    display: none;
  }
  #header #header_nav {
    position: relative;
  }
  #header .menu-desktop {
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    visibility: hidden;
    background-color: #e7e7e7;
    height: 0;
    z-index: 1000;
  }
  #header .menu-desktop li {
    width: 100%;
  }
  #header #header_nav.active .menu-desktop {
    height: calc(100vh - 70px);
    visibility: visible;
  }
  #header .menu-desktop a {
    padding: 1rem 0;
    margin: 0 1rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  }
}

.page-template-page-home .menu-item a {
  color: #fff !important;
}

#footer {
  background-color: #01084A;
}

.footer {
  padding: 40px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  justify-items: center;
  gap: 40px;
}
.footer a,
.footer p {
  color: #C9C9C9;
  font-size: 1rem;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
  color: #fff;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.footer__social svg {
  width: 25px;
  height: 25px;
}
.footer__social path {
  fill: #fff;
}
.footer__social a {
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.footer__social a:hover {
  opacity: 0.5;
}
.footer__footer {
  background-color: #000321;
  height: 10px;
  width: 100%;
}
@media screen and (max-width: 1140px) {
  .footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 740px) {
  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
  .footer ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column: span 3;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 20px;
}
.pagination ul a {
  font-size: 1.75rem;
  text-decoration: none;
  color: inherit;
}
.pagination li {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination li.active {
  opacity: 1;
  font-weight: bold;
}
.pagination li:hover {
  opacity: 1;
}
.pagination .pagination-next,
.pagination .pagination-previous {
  opacity: 1;
}
.pagination .pagination-next:hover,
.pagination .pagination-previous:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1140px) {
  .pagination {
    grid-column: span 2;
  }
}
@media screen and (max-width: 740px) {
  .pagination {
    grid-column: 1;
    margin-top: 40px;
  }
}

.topics {
  position: sticky;
  margin: 60px 0 20px 20px;
  top: 4vh;
  left: 0;
  max-width: 350px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #f8f8f8;
  border-radius: 4px;
  padding: 20px;
}
.topics p {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.topics a {
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: relative;
  color: #686868;
}
.topics a::before {
  content: "";
  border: 2px solid #1125df;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 2.5px;
  left: -1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}
.topics a:hover {
  color: #1e1e1e;
}
.topics a:hover::before {
  background-color: #1125df;
}
.topics ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 1140px) {
  .topics {
    margin: 20px 10px;
  }
}
@media screen and (max-width: 960px) {
  .topics {
    position: unset;
    margin: 20px;
    max-width: unset;
    background-color: #f8f8f8;
    padding: 20px 40px;
    margin: 40px auto 0 auto;
  }
}
@media screen and (max-width: 740px) {
  .topics {
    padding: 20px;
  }
}

#searchform {
  position: relative;
  margin-top: 60px;
}
#searchform::-webkit-input-placeholder {
  color: #555;
  font-size: 1rem;
}
#searchform::-moz-placeholder {
  color: #555;
  font-size: 1rem;
}
#searchform:-ms-input-placeholder {
  color: #555;
  font-size: 1rem;
}
#searchform::-ms-input-placeholder {
  color: #555;
  font-size: 1rem;
}
#searchform::placeholder {
  color: #555;
  font-size: 1rem;
}
#searchform [type=text] {
  border-radius: 4px;
  background-color: #f8f8f8;
  border: 1px solid #aaa;
  width: 100%;
  height: 100%;
  padding: 10px;
}
#searchform [type=submit] {
  position: absolute;
  top: 50%;
  right: 3px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f8f8f8;
  padding: 2px 5px;
  border: none;
}
#searchform [type=submit]:hover {
  background-color: #fff;
}

@media screen and (max-width: 1140px) {
  .card__search {
    grid-row: 1;
    grid-column: 1/-1;
  }
}

.search {
  margin-top: 120px;
  min-height: 80vh;
}
.search h1 {
  font-weight: 400;
  color: #1e1e1e;
}
.search h1 strong {
  font-weight: 700;
}
.search__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.search__results article {
  max-width: 450px;
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
}
.search__results article .btn {
  margin-top: 20px;
  text-transform: none;
  padding: 10px 2rem;
  letter-spacing: 0;
}
.search__list {
  margin-top: 40px;
  padding: 0px !important;
}
.search__list p {
  color: #202020 !important;
}
.search__list h3 {
  margin-top: 0 !important;
}

.page-404 {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-404 p {
  margin: 20px 0;
}

.post h1 {
  font-size: 42px !important;
}
.post__grid {
  display: grid;
  grid-template-columns: 300px minmax(600px, auto) 300px;
}
.post__cover {
  max-height: 80vh;
  position: relative;
}
.post__cover div {
  background: #1A1F2F;
  mix-blend-mode: exclusion;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.post__cover img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 80vh;
}
.post__cover:hover div {
  background: #101420;
}
.post__box {
  padding: 60px 40px;
  background-color: #fff;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
.post__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.post__tags span {
  display: block;
}
.post__tags a {
  color: #1125df;
  border: 1px solid #1125df;
  text-decoration: none;
  padding: 5px;
  font-size: 12px;
  -webkit-transform: 0.3s ease;
  transform: 0.3s ease;
}
.post__tags a:hover {
  background-color: #1125df;
  color: #fff;
}
.post__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
}
.post__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post__share a {
  padding: 8px;
  border: 1px solid #1125df;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post__share a:hover {
  opacity: 0.5;
}
.post__share svg {
  width: 20px;
  height: 20px;
}
.post__share path {
  fill: #1125df;
}
.post__share .icon-zap {
  border-left: 0;
  border-right: 0;
}
.post__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
}
.post__infos p {
  font-size: 0.875rem;
  color: #1125df;
}
.post__infos-end {
  margin-bottom: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.post__infos-end .post__tags {
  display: inline-block;
}
.post__infos-end .post__tags div {
  font-size: 1.5rem;
  color: #1e1e1e;
  font-weight: 700;
  margin-bottom: 10px;
}
.post__infos-end .post__tags a {
  font-size: 1.125rem;
  border: none;
}
.post__infos-end .post__tags a:hover {
  color: #aaa;
  background-color: unset;
}
.post__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.post__txt h1 {
  color: #1E1E1E;
  font-size: 3.75rem;
}
.post__txt .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.post__autor {
  border-radius: 4px;
  border: 1px solid #aaa;
  padding: 20px 40px;
  display: grid;
  grid-template-columns: 120px auto;
  gap: 40px;
  margin-bottom: 40px;
}
.post__autor img {
  width: 120px;
  height: 120px;
  border-radius: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.post__autor p a {
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none;
  color: inherit;
}
.post__autor p a:hover {
  text-decoration: underline;
}
.post__autor span {
  color: #808892;
}
@media screen and (max-width: 1140px) {
  .post__grid {
    grid-template-columns: 250px minmax(600px, auto);
  }
  .post__box {
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  .post__grid {
    grid-template-columns: 1fr;
  }
  .post__box {
    margin-top: 0;
  }
}
@media screen and (max-width: 740px) {
  .post__box {
    margin-top: -40px;
    padding: 20px 0;
  }
  .post__infos-end {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post__autor {
    grid-template-columns: 1fr;
    margin: 20px 20px 40px 20px;
    padding: 20px;
    justify-items: center;
  }
}

.article-content {
  color: #808892;
  padding: 0 20px 20px 20px;
}
.article-content p {
  margin-bottom: 1.25rem;
  color: inherit;
  line-height: 140%;
}
.article-content p:last-child {
  margin: 0;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  color: #1E1E1E;
  line-height: 120%;
  text-align: start;
}
.article-content h1 {
  font-size: 2rem;
}
.article-content h2 {
  font-size: 2.5rem;
  margin: 4rem 0 10px 0;
}
.article-content h3 {
  font-size: 1.5rem;
  margin: 3rem 0 10px 0;
}
.article-content h4 {
  font-size: 1.25rem;
  margin: 1.5rem 0 10px 0;
  line-height: 130%;
}
.article-content h5,
.article-content h6 {
  margin-top: 1rem;
  font-size: 1.125rem;
  line-height: 130%;
}
.article-content img {
  width: 100%;
  max-height: 28rem;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.article-content ul {
  padding: 0px 60px 20px 60px;
}
.article-content li {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.article-content td a {
  font-size: 1rem;
  margin-bottom: 5px;
}
.article-content iframe {
  max-width: 100%;
  width: 100%;
}
.article-content strong {
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  .article-content {
    padding: 0;
  }
  .article-content h2 {
    font-size: 2rem;
    margin: 2rem 0 10px 0;
  }
  .article-content ul {
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .article-content li,
  .article-content a {
    font-size: 1rem;
  }
}

#hero {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#hero h1 {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 20px;
}
#hero p {
  color: #fff;
}
#hero .hero-txt {
  margin-right: 30%;
  padding: 0 20px;
}
@media screen and (max-width: 1140px) {
  #hero h1 {
    font-size: 3rem;
  }
  #hero .hero-txt {
    margin-right: 20%;
  }
}
@media screen and (max-width: 740px) {
  #hero h1 {
    font-size: 2.5rem;
  }
  #hero .hero-txt {
    margin-right: 0;
  }
}

.bg-hero {
  background: url(assets/img/hero-produtividade.webp) center/cover no-repeat;
  width: 100%;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.container-txt {
  max-width: 740px;
  margin: 0 auto;
}

.secao {
  padding: 120px 40px;
}
@media screen and (max-width: 740px) {
  .secao {
    padding: 120px 20px;
  }
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 740px) {
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1140px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 740px) {
  .grid-3 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 740px) {
  .grid-4 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

img {
  max-width: 100%;
}

.ul {
  list-style: none;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sec-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec-txt h1,
.sec-txt h2 {
  margin: 20px 0 40px 0;
}

.bg-secao-grey {
  background-color: #f6f6f6;
}
.bg-secao-grey .btn-sec {
  background-color: #f6f6f6 !important;
}
.bg-secao-grey .btn-sec:hover {
  background-color: #1125df !important;
  color: #fff !important;
}

.txt-hero {
  background-color: #fff;
  color: #1125df;
  padding: 10px;
  display: inline-block;
}

#secao2 .btn-sec {
  margin-top: 40px;
}

.secao-txt-alternativo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.secao-txt-alternativo p {
  grid-column: span 2;
}
@media screen and (max-width: 740px) {
  .secao-txt-alternativo {
    grid-template-columns: 1fr;
  }
}

#cta-foto {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 600px;
}
#cta-foto .cta-foto-img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
#cta-foto .cta-foto-img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#cta-foto h2 {
  color: #fff;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 740px) {
  #cta-foto {
    height: 500px;
  }
  #cta-foto h2 {
    width: 95%;
  }
}

.linha {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #555;
}
.linha img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.linha p {
  margin: 20px 0 40px 0;
}
.linha .btn:after {
  content: "";
}
.linha .btn:hover:after {
  content: "";
}
@media screen and (max-width: 740px) {
  .linha {
    border-top: 1px solid #555;
    margin-top: 20px;
    padding-top: 20px;
  }
  .linha img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 200px;
  }
  .linha ul {
    gap: 40px;
  }
}

.secao-categorias-btn {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#secao4 p {
  margin: 40px 0 60px 0;
}

#vantagens .grid-4 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#vantagens img {
  max-width: 150px;
}
#vantagens li {
  border-top: 2px solid #555;
  padding: 40px 0;
}
#vantagens li:first-child {
  border-top: 0px;
}
#vantagens p {
  width: 50%;
}

.btn {
  text-align: center;
}

@media screen and (max-width: 740px) {
  #vantagens .grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
  #vantagens .btn {
    font-size: 0.875rem !important;
    padding: 10px 20px;
  }
  #vantagens .btn::after {
    content: "";
    margin-left: 0;
  }
  #vantagens img {
    max-width: 100px !important;
  }
  #vantagens h3 {
    font-size: 0.875rem !important;
  }
  #vantagens li {
    border-top: 2px solid #555;
    padding: 40px 0;
  }
  #vantagens p {
    display: none;
  }
}
#recents-posts {
  margin-bottom: 80px;
}
#recents-posts .hero {
  padding: 80px 0;
  text-align: center;
}
#recents-posts .hero p {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  #recents-posts {
    margin-bottom: 60px;
  }
  #recents-posts .hero p {
    width: 80%;
    margin-top: 20px;
  }
  #recents-posts .recents-posts {
    padding: 0 20px;
  }
}

.recents-posts {
  padding: 0 40px;
}

.recent-post {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
}
.recent-post::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #1125df;
  position: absolute;
  top: 200px;
  left: 0;
}
.recent-post:hover .recent-post-txt {
  opacity: 1;
}
.recent-post a {
  text-decoration: none;
}
.recent-post img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recent-post .recent-post-txt {
  padding: 0 20px 20px 20px;
  margin-top: 20px;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.recent-post h3 {
  color: #150043;
}
.recent-post__span {
  margin: 10px 0;
  background-color: #150043;
  padding: 5px 10px;
  font-size: 0.875rem;
  display: inline-block;
  color: #fff;
}

.recent-post-dados {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.recent-post-dados a {
  color: #202020;
  text-decoration: underline;
}