@charset "UTF-8";
* {
  box-sizing: border-box;
}
body {
  max-width: 2500px;
}
.animated-red-gradient { 
    background: linear-gradient(45deg, #c10007, #f32f2f, #a80000, #ff2323, #f93232);
    background-size: 300% 300%;
    animation: metallicGradientMove 8s linear infinite;
    color: rgb(190, 190, 190)
}
@keyframes metallicGradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.d-none {
  display: none;
}
.underline {
  text-decoration: underline !important;
}
.animation-whatsapp {
  width: 150px;
  height: 150px;
  position: fixed;
  bottom: 2%;
  right: -0.5%;
}
.animation-whatsapp .whats-gif-1 {
  width: 80px;
  height: auto;
}
.animation-whatsapp .whats-gif-2 {
  margin-right: 10px;
  width: 120px;
  height: auto;
}
.tempo-leitura {
  width: 70px;
  height: 60px !important;
  padding: 4px;
  border-radius: 4px;
  margin-bottom: 20px; 
}
.body-blog {
  color: rgb(78, 78, 78);
}
.body-blog h2 {
  color: black;
}
header{
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .desktop {
    display: none !important;
  }
  .topico {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
  }
  .topico .img-topico {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 10px black;
  }
  .topico .img-topico .img-desc {
    background-color: rgb(27, 23, 23);
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    font-size: 10px;
    top: 185px;
    left: 60%;
  }
  .topico .img-topico .descricao-topico {
    width: 70%;
    text-align: center;
    margin-top: 25px;
    font-size: 12px;
  }
  .topico .img-topico .infos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .topico .img-topico .infos p {
    margin-left: 5%;
    margin-right: 5%;
  }
  .body-blog {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .body-blog .conteudo {
    width: 100%;
    padding-right: 1%;
  }
  .body-blog .conteudo h2 {
    margin-top: 30px;
  }
  .body-blog .conteudo img {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 100%;
  }
  .body-blog .bar-right {
    width: 100%;
    padding-left: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -150px;
  }
  .body-blog .bar-right .banner {
    margin-top: 30px;
    width: 80%;
    max-width: 350px;
  }
  .body-blog .bar-right .barras-laterais {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .body-blog .bar-right .barras-laterais div {
    margin: 3%;
    width: 1px;
    height: 100%;
    background-color: black;
    transform: rotate(150deg);
  }
  .body-blog .bar-right .outros {
    width: 100%;
    margin-bottom: 130px;
    max-width: 500px;
  }
  .body-blog .bar-right .outros .square {
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }
  .body-blog .bar-right .outros .square a {
    text-decoration: none;
    color: rgb(78, 78, 78);
    transition: color 0.2s linear;
  }
  .body-blog .bar-right .outros .square a:hover {
    color: rgb(27, 23, 23);
    transition: color 0.2s linear;
  }
  .body-blog .bar-right .outros .square a:hover .title-square p {
    text-decoration: underline;
  }
  .body-blog .bar-right .outros .square .title-square {
    width: 55%;
    height: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .body-blog .bar-right .outros .square .title-square div {
    color: #e22532;
    display: flex;
    font-size: 12px;
    font-weight: bold;
  }
  .body-blog .bar-right .outros .square .title-square p {
    font-size: 20px;
    line-height: 20px;
  }
  .body-blog .bar-right .outros .square .title-square li {
    line-height: 0px;
    font-size: 15px;
  }
  .body-blog .bar-right .outros .square .img-square {
    width: 45%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media only screen and (min-width: 600px) {
  header.mobile img {
    max-width: 180px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile {
    display: none !important;
  }
  .topico {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -110px;
    margin-bottom: -40px;
  }
  .topico .img-topico {
    width: 70%;
    height: 300px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 10px black;
  }
  .topico .img-topico .img-desc {
    background-color: rgb(27, 23, 23);
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    font-size: 12px;
    top: 360px;
    left: 65%;
  }
  .topico .img-topico .descricao-topico {
    width: 70%;
    text-align: center;
    margin-top: 25px;
  }
  .topico .img-topico .infos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .topico .img-topico .infos p {
    margin-left: 5%;
    margin-right: 5%;
  }
  .body-blog {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }
  .body-blog .conteudo {
    width: 73%;
    padding-right: 1%;
  }
  .body-blog .conteudo h2 {
    margin-top: 30px;
  }
  .body-blog .conteudo img {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .body-blog .bar-right {
    width: 27%;
    padding-left: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .body-blog .bar-right .banner {
    width: 80%;
  }
  .body-blog .bar-right .barras-laterais {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .body-blog .bar-right .barras-laterais div {
    margin: 3%;
    width: 1px;
    height: 100%;
    background-color: black;
    transform: rotate(150deg);
  }
  .body-blog .bar-right .outros {
    width: 100%;
  }
  .body-blog .bar-right .outros .square {
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }
  .body-blog .bar-right .outros .square a {
    text-decoration: none;
    color: rgb(78, 78, 78);
    transition: color 0.2s linear;
  }
  .body-blog .bar-right .outros .square a:hover {
    color: rgb(27, 23, 23);
    transition: color 0.2s linear;
  }
  .body-blog .bar-right .outros .square a:hover .title-square p {
    text-decoration: underline;
  }
  .body-blog .bar-right .outros .square .title-square {
    width: 55%;
    height: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .body-blog .bar-right .outros .square .title-square div {
    color: #e22532;
    display: flex;
    font-size: 12px;
    font-weight: bold;
  }
  .body-blog .bar-right .outros .square .title-square p {
    font-size: 20px;
    line-height: 20px;
  }
  .body-blog .bar-right .outros .square .title-square li {
    line-height: 0px;
    font-size: 11.5px;
  }
  .body-blog .bar-right .outros .square .img-square {
    width: 45%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .contatos {
    display: flex;
    width: 80%;
    height: 90px;
    position: relative;
    background-color: #bd0e1a;
    left: 10%;
    bottom: -240px;
    box-shadow: 1px 1px 10px rgba(92, 36, 36, 0.301);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    color: white;
    margin-top: -200px;
  }
  .contatos .sq {
    width: 33%;
    display: flex;
    font-size: 15px;
    justify-content: center;
    align-items: center;
    padding: 3%;
  }
  .contatos .sq i {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile {
    display: none;
  }
  .topico {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: -70px;
  }
  .topico .img-topico {
    width: 1000px;
    height: 400px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 10px black;
  }
  .topico .img-topico .img-desc {
    background-color: rgb(27, 23, 23);
    font-weight: bold;
    padding: 2px 10px;
    position: absolute;
    font-size: 12px;
    top: 360px;
    left: 65%;
  }
  .topico .img-topico .descricao-topico {
    width: 70%;
    text-align: center;
    margin-top: 25px;
  }
  .topico .img-topico .infos {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }
  .topico .img-topico .infos p {
    margin-left: 5%;
    margin-right: 5%;
  }
  .body-blog {
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }
  .body-blog .conteudo {
    width: 73%;
    padding-right: 1%;
  }
  .body-blog .conteudo h2 {
    margin-top: 30px;
  }
  .body-blog .conteudo img {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .body-blog .bar-right {
    width: 27%;
    padding-left: 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .body-blog .bar-right .banner {
    width: 80%;
  }
  .body-blog .bar-right .barras-laterais {
    width: 100%;
    height: 25px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .body-blog .bar-right .barras-laterais div {
    margin: 3%;
    width: 1px;
    height: 100%;
    background-color: black;
    transform: rotate(150deg);
  }
  .body-blog .bar-right .outros {
    width: 100%;
  }
  .body-blog .bar-right .outros .square {
    width: 100%;
    height: 150px;
    margin-top: 20px;
  }
  .body-blog .bar-right .outros .square a {
    text-decoration: none;
    color: rgb(78, 78, 78);
    transition: color 0.2s linear;
  }
  .body-blog .bar-right .outros .square a:hover {
    color: rgb(27, 23, 23);
    transition: color 0.2s linear;
  }
  .body-blog .bar-right .outros .square a:hover .title-square p {
    text-decoration: underline;
  }
  .body-blog .bar-right .outros .square .title-square {
    width: 55%;
    height: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .body-blog .bar-right .outros .square .title-square div {
    color: #e22532;
    display: flex;
    font-size: 12px;
    font-weight: bold;
  }
  .body-blog .bar-right .outros .square .title-square p {
    font-size: 20px;
    line-height: 20px;
  }
  .body-blog .bar-right .outros .square .title-square li {
    line-height: 0px;
    font-size: 15px;
  }
  .body-blog .bar-right .outros .square .img-square {
    width: 45%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}