body {
  font-family: "Poppins", sans-serif;
}

p {
  margin: 0;
}

.blog .menu .container {
  padding: 1% 3%;
  background: white;
}

.blog .card-blog {
  margin-bottom: 8%;
}

.menu.change .container {
  padding: 1% 3%;
  background: white;
}
.menu .container {
  max-width: 95%;
  border-radius: 10px;
  transition: 0.5s;
  padding: 0 3%;
}
.menu .container .navbar-brand {
  width: 10%;
}
.menu .container .collapse {
  justify-content: flex-end;
}
.menu .container .collapse ul li a {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: black;
  font-weight: 400;
  transition: 0.5s;
}
.sect2 .container .botao button{
	font-size: 20px;
}
.menu .container .collapse ul li a.wpp {
  margin-left: 5vh;
  background: #25D366;
  color: white;
  border-radius: 50px;
  font-weight: 600;
}
.menu .container .collapse ul li a:hover {
  opacity: 0.8;
}

.titulo, .sect8 .container .title, .sect7 .container .title, .sect6 .container .title, .sect5 .container .title, .sect4 .container .title, .sect3 .container .title, .sect2 .container .title, .sect1 .container .conteudo .title, .banner .container .row .conteudo .title {
  font-size: 54px;
  font-weight: 800;
  line-height: 120%;
}

.banner {
  height: 100vh;
  background: radial-gradient(50% 50% at 50% 50%, #FFF 0%, #F7F7F7 100%);
  padding: 10vh 0;
  display: flex;
  align-items: center;
}
.banner .container {
  max-width: 90%;
  padding-top: 5%;
}
.banner .container .row {
  align-items: center;
}
.banner .container .row .conteudo .title {
  color: black;
  margin-bottom: 4%;
}
.banner .container .row .conteudo .texto {
  font-size: 22px;
  width: 90%;
  font-weight: 300;
  margin-bottom: 4%;
}
.botao-geral button, .sect3 .container .botao button, .sect2 .container .botao button, .sect1 .container .conteudo .botao button, .banner .container .row .conteudo .botao button {
  background: #F4801D;
  border: 1px solid #F4801D;
  color: white;
  padding: 1.5vh 4vh;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-weight: 400;
  transition: 0.5s;
}
.botao-geral button:hover, .sect3 .container .botao button:hover, .sect2 .container .botao button:hover, .sect1 .container .conteudo .botao button:hover, .banner .container .row .conteudo .botao button:hover {
  background: black;
  border-color: black;
  color: white;
}

.footer-fixo {
  position: fixed;
  right: 1%;
  bottom: 1%;
  width: 6%;
  z-index: 10;
}

.sect1 {
  background: #3A8475;
}
.sect1 .container {
  max-width: 100%;
}
.sect1 .container .conteudo {
  padding: 33vh 0vh 33vh 10vh;
}
.sect1 .container .conteudo .title {
  color: white;
}
.sect1 .container .conteudo .botao {
  margin-top: 10%;
}
.sect1 .container .conteudo .botao button {
  background: white;
  color: black;
  border-color: white;
  font-weight: 700;
}
.sect1 .container .linha {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
}
.sect1 .container .linha .column {
  padding: 0 2vh 4vh 0;
  width: 33.333%;
  text-align: center;
}
.sect1 .container .linha .column .centro {
  background: white;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 100px 100px;
  justify-content: center;
}
.sect1 .container .linha .column .centro .content {
  width: 80%;
}
.sect1 .container .linha .column .centro .content .grande {
  font-size: 60px;
  line-height: 100%;
  color: black;
  font-weight: 700;
}
.sect1 .container .linha .column:nth-child(4), .sect1 .container .linha .column:nth-child(5) {
  padding-bottom: 0;
}
.sect1 .container .linha .column:nth-child(4) .centro, .sect1 .container .linha .column:nth-child(5) .centro {
  border-radius: 100px 100px 0px 0px;
}

.sect2 {
  background: #F7F7F7;
  padding: 22vh 0 15vh 0;
}
.sect2 .container {
  max-width: 90%;
}
.sect2 .container .title {
  color: black;
  margin-bottom: 5%;
  font-weight: 200;
}
.sect2 .container .title b {
  font-weight: 800;
}
.sect2 .container .title b span {
  color: #F4801D;
}
.sect2 .container .column {
  padding: 0 0.5%;
}
.sect2 .container .column .cardi {
  background: white;
  border-radius: 5px;
  overflow: hidden;
  min-height: 72vh;
}
.sect2 .container .column .cardi .img {
  height: 33vh;
  background-size: cover !important;
  background-position: center !important;
}
.sect2 .container .column .cardi .infos {
  padding: 15% 10%;
}
.sect2 .container .column .cardi .infos .nome {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3%;
}
.sect2 .container .column .cardi .infos .texto {
  font-size: 14px;
}
.sect2 .container .botao {
  margin-top: 5%;
}

.sect3 {
  padding: 10vh 0;
  background: black;
  position: relative;
}
.sect3 .container {
  max-width: 90%;
}
.sect3 .container .title {
  color: white;
  margin-bottom: 5%;
  font-weight: 200;
}
.sect3 .container .title b {
  font-weight: 800;
}
.sect3 .container .title b span {
  color: #F4801D;
}
.sect3 .container .row .card-motivo {
  border: 1px solid #F4801D;
  border-radius: 8px;
  min-height: 50vh;
  color: white;
  padding: 13% 10%;
}
.sect3 .container .row .card-motivo .icon {
  margin-bottom: 10%;
  display: flex;
  justify-content: center;
}
.sect3 .container .row .card-motivo .icon svg {
  width: 25%;
  height: auto;
}
.sect3 .container .row .card-motivo .icon svg path {
  stroke-color: #F4801D !important;
}
.sect3 .container .row .card-motivo .nome {
  color: #F4801D;
  font-weight: 700;
  font-size: 23px;
}
.sect3 .container .row .card-motivo .texto {
  font-weight: 200;
  font-size: 16px;
  margin-top: 2%;
}
.sect3 .container .botao {
  margin-top: 5%;
}
.sect3 .container .botao button {
  background: #25D366;
  border-color: #25D366;
}
.sect3 .container .botao button:hover {
  border-color: white;
}

.sect4 {
  padding: 22vh 0 15vh 0;
}
.sect4 .container {
  max-width: 90%;
}
.sect4 .container .title {
  color: black;
  margin-bottom: 2%;
  font-weight: 700;
}
.sect4 .container .texto {
  margin-bottom: 5%;
  font-size: 20px;
}

.sect5 {
  padding: 10vh 0;
  background: #F7F7F7;
}
.sect5 .container {
  max-width: 90%;
}
.sect5 .container .title {
  color: black;
  margin-bottom: 8%;
  font-weight: 700;
}
.sect5 .container .title span {
  color: #F4801D;
}
.sect5 .container .lista {
  display: flex;
  align-items: center;
  width: 70%;
  margin-bottom: 5%;
}
.sect5 .container .lista .icon {
  margin-right: 1vh;
}
.sect5 .container .lista p {
  font-size: 18px;
}
.sect5 .container .row {
  align-items: center;
}
.sect5 .container .formulario {
  background: #F4801D;
  padding: 5% 5%;
  border-radius: 8px;
}
.sect5 .container .formulario .title-form {
  font-size: 30px;
  color: white;
}
.sect5 .container .formulario .text-form {
  color: white;
  font-size: 16px;
}
.sect5 .container .formulario .formulario-cont {
  margin-top: 4%;
}
.sect5 .container .formulario .formulario-cont form .campo {
  text-align: left;
  margin-bottom: 4%;
}
.sect5 .container .formulario .formulario-cont form .campo p {
  color: white;
  font-size: 16px;
}
.sect5 .container .formulario .formulario-cont form .campo input {
  width: 100%;
  height: 6vh;
  background: white;
  border: 1px solid white;
  padding-left: 2vh;
  border-radius: 4px;
}
.sect5 .container .formulario .formulario-cont form input[type=submit] {
  width: 100%;
  border-radius: 50px;
  background: black;
  border: 1px solid black;
  color: white;
  font-weight: 700;
  height: 8vh;
  font-size: 22px;
}

.sect6 {
  background: black;
  padding: 10vh 0;
}
.sect6 .container {
  max-width: 90%;
}
.sect6 .container .title {
  color: white;
  font-weight: 200;
  margin-bottom: 4%;
}
.sect6 .container .title b {
  font-weight: 700;
}

.sect7 {
  padding: 22vh 0 15vh 0;
}
.sect7 .container {
  max-width: 90%;
}
.sect7 .container .title {
  color: black;
  font-weight: 200;
  margin-bottom: 4%;
}
.sect7 .container .title b {
  font-weight: 700;
}
.sect7 .container .card-preco {
  border-radius: 8px;
  background: #F5F5F5;
  padding: 8% 6%;
}
.sect7 .container .card-preco.sugestao {
  background: #3A8475;
}
.sect7 .container .card-preco.sugestao .subtitle {
  background: #D9D9D9;
  width: fit-content;
  padding: 0 2vh;
  position: absolute;
  left: 30%;
  top: -2%;
  border-radius: 50px;
}
.sect7 .container .card-preco.sugestao .preco {
  margin-top: 11%;
  color: white;
}
.sect7 .container .card-preco.sugestao .botao button {
  background: #F4801D;
  border-color: #F4801D;
}
.sect7 .container .card-preco.sugestao .legal {
  color: white;
}
.sect7 .container .card-preco .subtitle {
  font-size: 20px;
  color: black;
  font-weight: 700;
}
.sect7 .container .card-preco .preco {
  font-size: 50px;
  color: #3A8475;
  font-weight: 700;
  margin: 4% 0;
}
.sect7 .container .card-preco .preco span {
  font-size: 25px;
  font-weight: 200;
}
.sect7 .container .card-preco .botao button {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  height: 8vh;
  background: black;
  border-radius: 50px;
  border: 1px solid black;
  color: white;
  transition: 0.5s;
}
.sect7 .container .card-preco .botao button:hover {
  background: white;
  color: black;
  border-color: white;
}
.sect7 .container .card-preco .legal {
  margin-top: 8%;
  font-size: 20px;
  font-weight: 300;
}
.sect7 .container .texto-legal {
  text-align: center;
  font-size: 11px;
  margin-top: 6%;
}

.sect8 {
  padding: 10vh 0;
  background: #F7F7F7;
}
.sect8 .container {
  max-width: 90%;
}
.sect8 .container .title {
  color: black;
  font-weight: 200;
  margin-bottom: 4%;
}
.sect8 .container .title b {
  font-weight: 700;
}
.sect8 .container .card-blog {
  background: white;
  overflow: hidden;
  border-radius: 5px;
  transition: 0.5s;
  opacity: 1;
}
@media (max-width: 980px) {
  .sect8 .container .card-blog {
    margin-bottom: 10%;
  }
}
.sect8 .container .card-blog:hover {
  opacity: 0.9;
}
.sect8 .container .card-blog .img {
  height: 40vh;
  background-size: cover !important;
  background-position: center !important;
  padding: 5%;
  position: relative;
}
@media (max-width: 980px) {
  .sect8 .container .card-blog .img {
    height: 30vh;
  }
}
.sect8 .container .card-blog .img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2588235294);
}
.sect8 .container .card-blog .img .linha {
  display: flex;
  position: relative;
  z-index: 10;
  align-items: center;
}
.sect8 .container .card-blog .img .linha .categoria {
  width: 70%;
}
.sect8 .container .card-blog .img .linha .categoria p {
  width: fit-content;
  border-radius: 4px;
  background: #F4801D;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  color: white;
  padding: 1.5vh 3vh;
}
@media (max-width: 980px) {
  .sect8 .container .card-blog .img .linha .categoria p {
    font-size: 9px;
  }
}
.sect8 .container .card-blog .img .linha .leitura {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .sect8 .container .card-blog .img .linha .leitura {
    font-size: 9px;
  }
}
.sect8 .container .card-blog .desc {
  padding: 5% 6%;
}
.sect8 .container .card-blog .desc .data {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5%;
  font-size: 12px;
  color: black;
}
.sect8 .container .card-blog .desc .title-blog {
  font-size: 25px;
  line-height: 120%;
  margin-bottom: 5%;
  color: black;
  font-weight: 700;
}
@media (max-width: 980px) {
  .sect8 .container .card-blog .desc .title-blog {
    font-size: 25px;
  }
}
.sect8 .container .card-blog .desc .texto-blog {
  color: black;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5%;
}
@media (max-width: 980px) {
  .sect8 .container .card-blog .desc .texto-blog {
    font-size: 10px;
  }
}
.sect8 .container .card-blog .desc .botao-saiba button {
  background: black;
  color: white;
  padding: 1.5vh 3vh;
  border-radius: 50px;
  width: fit-content;
  border: none;
  font-weight: 300;
  font-size: 16px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

footer {
  background: black;
  color: white;
  padding: 10vh 0;
}
footer .container {
  max-width: 90%;
}
footer .container .linha {
  display: flex;
}
footer .container .linha .column {
  width: 25%;
}
footer .container .linha .column .logo {
  margin-bottom: 4%;
  filter: brightness(0) invert(1);
  width: 50%;
}
footer .container .linha .column .title-footer {
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 2%;
}
footer .container .linha .column .link-footer {
  color: white;
  font-weight: 200;
  font-size: 14px;
}
footer .container .redes {
  margin-top: 3%;
  display: flex;
  align-items: center;
}
footer .container .redes .rede {
  margin: 0 1vh;
}
footer .container .redes .rede button {
  background: #F4801D;
  border: 1px solid #F4801D;
  width: 4vh;
  height: 4vh;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
}

.sect1-blog-single {
  padding-top: 8%;
  color: white;
}
.sect1-blog-single .alinhar {
  display: flex;
  justify-content: center;
}
.sect1-blog-single .alinhar .categoria {
  background: #3A8475;
  width: fit-content;
  text-transform: lowercase;
  color: white;
  font-size: 20px;
  padding: 2vh 4vh;
  border-radius: 50px;
}
.sect1-blog-single .title {
  font-size: 75px;
  font-weight: 900;
  line-height: 120%;
  margin-top: 4%;
  color: black;
}
.sect1-blog-single .audio {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sect1-blog-single .audio a {
  width: 7%;
}
.sect1-blog-single .audio a svg {
  width: 50%;
  margin-top: 16%;
  fill: #de0024;
}
.sect1-blog-single .audio audio {
  width: 85%;
  margin-top: 2%;
}
.sect1-blog-single .audio audio::-webkit-media-controls-panel {
  background-color: #000;
}
.sect1-blog-single .audio audio::-webkit-media-controls-play-button {
  filter: invert(1);
}
.sect1-blog-single .audio audio::-webkit-media-controls-current-time-display, .sect1-blog-single .audio audio::-webkit-media-controls-time-remaining-display {
  color: white;
}
.sect1-blog-single .audio audio::-webkit-media-controls-timeline, .sect1-blog-single .audio audio::-webkit-media-controls-volume-slider-container, .sect1-blog-single .audio audio::-webkit-media-controls-volume-slider, .sect1-blog-single .audio audio::-webkit-media-controls-mute-button {
  filter: invert(1);
}
.sect1-blog-single .audio audio::-webkit-media-controls-seek-forward-button {
  filter: invert(1);
}

.sect2-blog {
  padding: 4% 0;
  color: black;
}
.sect2-blog .container {
  max-width: 90%;
}
.sect2-blog .container .conteudo-blog {
  display: flex;
  align-items: center;
}
.sect2-blog .container .conteudo-blog .autor {
  display: flex;
  align-items: center;
  width: 50%;
  border-right: 1px solid black;
}
.sect2-blog .container .conteudo-blog .autor .avatar {
  border-radius: 50%;
  width: 20%;
}
.sect2-blog .container .conteudo-blog .autor .nome {
  width: 100%;
  padding: 0% 0% 0% 6%;
  color: black;
  font-weight: 100;
}
.sect2-blog .container .conteudo-blog .autor .nome .autor-p {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
.sect2-blog .container .conteudo-blog .data {
  width: 50%;
  padding-left: 7%;
  font-weight: 100;
  color: black;
}
.sect2-blog .container .conteudo-blog .data .date {
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
.sect2-blog .container .sfsi_shortcode_container {
  float: right;
}
.sect2-blog .container .sfsi_shortcode_container .norm_row.sfsi_wDiv {
  width: fit-content !important;
  filter: grayscale(1);
}
.sect2-blog .container .right, .sect2-blog .container .comp {
  padding: 0% 8% 0% 0%;
}
.sect2-blog .container .right .t-blog, .sect2-blog .container .comp .t-blog {
  font-weight: 100;
  color: black;
  margin-bottom: 4%;
}
.sect2-blog .container .right span, .sect2-blog .container .comp span {
  color: black;
  font-size: 32px;
  line-height: 100%;
  font-weight: 500;
}
.sect2-blog .container .right:before {
  content: "";
  border-right: 1px solid black;
  height: 78%;
  width: 10px;
  position: absolute;
  right: 0%;
}

.sect-img .img-dest {
  padding: 20% 0%;
  background-position: center;
  background-size: cover;
}

.sect3-blog {
  padding: 3% 0;
  color: black;
}
.sect3-blog .container .introducao, .sect3-blog .container .conteudo {
  margin-bottom: 5%;
}
.sect3-blog .container .conteudo, .sect3-blog .container .introducao {
  padding-top: 5%;
}
.sect3-blog .container .conteudo p, .sect3-blog .container .conteudo span, .sect3-blog .container .introducao p, .sect3-blog .container .introducao span {
  font-weight: 200 !important;
}
.sect3-blog .container .conteudo p, .sect3-blog .container .introducao p {
  font-size: 20px;
}
.sect3-blog .container .links {
  margin-bottom: 0%;
  font-size: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #de0024;
}

.sect4-blog {
  padding: 3% 0;
}
.sect4-blog .container {
  max-width: 100%;
}
.sect4-blog .container .alinhar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0%;
  border: 1px solid;
  transition: 0.5s;
  background: black;
}
.sect4-blog .container .alinhar .title {
  color: white;
}
.sect4-blog .container .alinhar .pst {
  color: #F4801D;
}
.sect4-blog .container .alinhar:hover {
  background-color: white;
}
.sect4-blog .container .alinhar:hover .title {
  color: black;
}
.sect4-blog .container .alinhar:hover .pst {
  color: #3A8475;
}
.sect4-blog .container .alinhar .prev-pos {
  width: 50%;
}
.sect4-blog .container .alinhar .prev-pos .pst {
  font-weight: 700;
}
.sect4-blog .container .alinhar .prev-pos .title {
  font-weight: 300;
  transition: 0.5s;
  text-transform: lowercase;
  line-height: 120%;
  font-size: 35px;
}
@media (min-width: 1800px) {
  .sect4-blog .container .alinhar .prev-pos .title {
    font-size: 42px;
  }
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev {
  background: white;
  border-radius: 50%;
  width: 6%;
  position: absolute;
  padding: 2% 1.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27%;
  left: 17%;
  transition: 0.5s;
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev svg {
  fill: black;
  transition: 0.5s;
  transform: rotate(180deg);
  width: 80%;
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev:hover {
  background-color: white;
}
.sect4-blog .container .alinhar .prev-pos .arrow-prev:hover svg {
  fill: black;
}
.sect4-blog .container .alinhar .next-pos {
  width: 50%;
}
.sect4-blog .container .alinhar .next-pos .pst {
  font-weight: 700;
}
.sect4-blog .container .alinhar .next-pos .title {
  font-weight: 300;
  text-transform: lowercase;
  line-height: 120%;
  font-size: 35px;
}
@media (min-width: 1800px) {
  .sect4-blog .container .alinhar .next-pos .title {
    font-size: 42px;
  }
}
.sect4-blog .container .alinhar .next-pos .arrow-prev {
  background: black;
  border-radius: 50%;
  width: 6%;
  position: absolute;
  padding: 2% 1.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 27%;
  left: 17%;
  transition: 0.5s;
}
.sect4-blog .container .alinhar .next-pos .arrow-prev svg {
  transition: 0.5s;
  fill: white;
  width: 80%;
}
.sect4-blog .container .alinhar .next-pos .arrow-prev:hover {
  background-color: white;
}
.sect4-blog .container .alinhar .next-pos .arrow-prev:hover svg {
  fill: black;
}

.banner-blog {
  height: 74vh;
  background-position: center !important;
  background-size: cover !important;
}
.banner-blog .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-blog .container .title {
  font-size: 40px;
  color: white;
  text-align: center;
  width: 100%;
  font-weight: 700;
}

@media (max-width: 980px) {
  .banner {
    height: auto;
  }
  .titulo, .banner .container .row .conteudo .title, .sect1 .container .conteudo .title, .sect2 .container .title, .sect3 .container .title, .sect4 .container .title, .sect5 .container .title, .sect6 .container .title, .sect7 .container .title, .sect8 .container .title {
    font-size: 35px;
  }
  .titulo br, .sect8 .container .title br, .sect7 .container .title br, .sect6 .container .title br, .sect5 .container .title br, .sect4 .container .title br, .sect3 .container .title br, .sect2 .container .title br, .sect1 .container .conteudo .title br, .banner .container .row .conteudo .title br {
    display: none;
  }
  .sect1 .container .linha {
    display: block;
  }
  .sect1 .container .linha .column {
    width: 100%;
  }
  .banner .container .row .conteudo .texto {
    font-size: 15px;
    width: 100%;
    margin: 10% 0;
  }
  .botao-geral button, .sect3 .container .botao button, .sect2 .container .botao button, .sect1 .container .conteudo .botao button, .banner .container .row .conteudo .botao button {
    font-size: 14px;
    width: 100%;
  }
  .banner {
    padding: 12vh 0 5vh 0;
  }
  .sect1 .container .conteudo {
    padding: 0 0 0 0;
  }
  .sect1 .container .conteudo {
    padding: 17% 7% 17% 7%;
  }
  .sect1 .container .linha .column .centro {
    border-radius: 0 0 0 0px !important;
    padding: 8% 0;
  }
  .sect1 {
    padding-bottom: 10vh;
  }
  .sect1 .container .linha .column {
    padding: 0 0 0 0;
    margin-bottom: 2%;
  }
  .sect2 .container .column {
    margin-bottom: 6%;
  }
  .sect4 .container .texto {
    font-size: 14px;
  }
  .sect5 .container .lista {
    width: 100%;
  }
  .sect5 .container .formulario .title-form {
    font-size: 25px;
  }
  .sect5 .container .formulario .text-form {
    font-size: 12px;
  }
  .sect7 .container .texto-legal {
    font-size: 12px;
  }
  footer .container .linha {
    display: block;
  }
  footer .container .linha .column {
    width: 100%;
    margin-bottom: 10%;
  }
  .footer-fixo {
    width: 21%;
  }
  .menu .container {
    padding: 1% 3%;
    background: white;
  }
  .menu .container .navbar-brand {
    width: 22%;
  }
  .sect1-blog-single .title {
    font-size: 25px;
  }
  .sect1-blog-single {
    height: auto;
    padding: 15vh 0 0 0;
  }
  .sect2-blog .container .conteudo-blog .data .date {
    font-size: 18px;
  }
  .sect2-blog .container .right span, .sect2-blog .container .comp span {
    font-size: 20px;
  }
  .sect4-blog .container .alinhar .prev-pos .title, .sect4-blog .container .alinhar .next-pos .title {
    font-size: 16px;
  }
  .sect3-blog .container .conteudo p, .sect3-blog .container .introducao p {
    font-size: 15px;
  }
  .sect2{
    padding: 10vh 0!important; 
  }
  .banner .container .conteudo .title{
    font-size: 28px!important;
  }
}

/*# sourceMappingURL=style.css.map */
