#banner{
  background-color: var(--cor-preto);
  background-image: url(../../consultoria-empresarial/geral/banner-background.webp);
  background-repeat: no-repeat;
  -webkit-background-position: top left;
  -moz-background-position: top left;
  background-position: top left;
  background-attachment: fixed;
  min-height: 50.0000rem;
  padding-top: 115px;
  padding-bottom: 3.1250rem;
}
#banner .container {
  width: 94%;
  max-width: 94%;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid #2e2e2eb0;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-background: #000000a8;
  -moz-background: #000000a8;
  background: #000000a8;
  -webkit-background: linear-gradient(45deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 75%, rgba(56, 56, 56, 1) 100%);
  -moz-background: linear-gradient(45deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 75%, rgba(56, 56, 56, 1) 100%);
  background: linear-gradient(45deg,rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 1) 75%, rgba(56, 56, 56, 1) 100%);
  position: relative;
}
#banner .content {
  width: 90%;
  max-width: 98.3125rem;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.esq,
.dir{
  max-width: 50%;
  width: 50%;
}
#banner .content .esq span {
  font-size: 16px;
  font-weight: 600;
  color: var(--cor-rose);
  margin-bottom: 1.8750rem;
  display: block;
}
#banner .content .esq h1 {
  font-size: 2.5000rem;
  line-height: 3.2500rem;
  color: var(--cor-branco);
  font-weight: 600;
  margin-bottom: 1.8750rem;
  letter-spacing: 1px;
}
#banner .content .esq h1 strong{
  font-size: 2.5000rem;
  color: var(--cor-rose);
  font-weight: 600;
  letter-spacing: 1px;
}
#banner .content .esq p{
  font-size: 18px;
  line-height: 2.0000rem;
  color: var(--cor-cinza);
  font-weight: 300;
  margin-bottom: 1.8750rem;
  /*max-width: 80%;*/
  max-width: 100%;
}
#banner .content .esq p strong{
  font-size: 18px;
  line-height: 2.0000rem;
  color: var(--cor-branco);
  font-weight: 600;
}
#banner .content .esq .botoes{
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 20px;
}
#banner .content .esq .btn-1{
  border-radius: 100px;
  border: 2px solid var(--cor-rose);
  color: var(--cor-branco);
  padding: 15px 1.8750rem;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
#banner .content .esq .btn-1:hover{
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  border: 2px solid var(--cor-branco);
  color: var(--cor-preto);
  -webkit-background: var(--cor-branco);
  -moz-background: var(--cor-branco);
  background: var(--cor-branco);
  -webkit-box-shadow: 0 0 20px var(--cor-cinza);
  -moz-box-shadow: 0 0 20px var(--cor-cinza);
  box-shadow: 0 0 20px var(--cor-cinza);
}
#banner .content .esq .btn-2{
  border-radius: 100px;
  border: 2px solid var(--cor-branco);
  color: var(--cor-preto);
  -webkit-background: var(--cor-branco);
  -moz-background: var(--cor-branco);
  background: var(--cor-branco);
  padding: 15px 1.8750rem;
  font-weight: 600;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
#banner .content .esq .btn-2:hover{
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  -webkit-box-shadow: 0 0 20px var(--cor-cinza);
  -moz-box-shadow: 0 0 20px var(--cor-cinza);
  box-shadow: 0 0 20px var(--cor-cinza);
}
#banner .content .dir{

}
#banner .content .dir .banner-numbers {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 400px;
  margin: 0 auto;
  margin-top: -11.2500rem;
  text-align: center;
}
#banner .content .dir .banner-numbers .number{
  
}
#banner .content .dir .banner-numbers {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: 34.3750rem;
  margin: 0 auto;
  margin-top: -11.2500rem;
  margin-bottom: 3.1250rem;
  text-align: center;
}
#banner .number {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 33%;
  max-width: 9.3750rem;
  padding: 10px;
  box-sizing: border-box;
}
#banner .number hr{
  background-color: #fcb9a98c;
  height: 1px;
  margin-bottom: 15px;
}
#banner .big-numbers {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 600;
  display: inline-block;
  color: var(--cor-branco);
}
#banner .symbols {
  font-size: 1.5rem;
  color: var(--cor-rose);
  font-weight: 600;
}
#banner .description {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: .5px;
  color: var(--cor-branco);
  text-transform: uppercase;
}
#banner .redes-sociais{ 
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1.7500rem;
  gap: 5px;
  position: absolute;
  left: 5%;
  top: calc(50% - 6.2500rem);
}
#banner .redes-sociais .redes{ 
  display: grid;
  gap: 5px;
}
#banner .redes-sociais .redes a{ 
  opacity: .25;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
}
#banner .redes-sociais .redes a:hover{ 
  opacity: 1;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
}
#sobre {
  position: relative;
  /*overflow: hidden;*/
}
#sobre .container {
  position: relative;
}
#sobre-a-mid {
background-color: var(--cor-preto);
background-image: url(../../consultoria-empresarial/geral/banner-background.webp);
background-repeat: no-repeat;
-webkit-background-position: top left;
-moz-background-position: top left;
background-position: top left;
background-attachment: fixed;
min-height: 50.0000rem;
padding-top: 32.1875rem;
padding-bottom: 21.8750rem;
margin-top: -25.9375rem;
}
#sobre-a-mid .container{
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}
#sobre-a-mid .container .dir{

}
#sobre-a-mid .container .dir h5{
font-size: 2.2500rem;
line-height: 3.0000rem;
color: var(--cor-rose);
margin-bottom: 20px;
}
#sobre-a-mid .container .dir p {
font-size: 16px;
line-height: 2.0000rem;
font-weight: 400;
color: var(--cor-cinza);
text-align: left;
margin: 0 0 20px;
}
#sobre-a-mid .container .dir p strong{
font-weight: 600;
color: var(--cor-branco);
}
#sobre-a-mid .container .esq{
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: sticky;
  padding-top: 3.7500rem;
  top: 0;
}
#sobre-a-mid .botoes{
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
gap: 20px;
margin-top: 20px;
}
#sobre-a-mid .btn-1{
border-radius: 100px;
border: 2px solid var(--cor-rose);
color: var(--cor-branco);
padding: 15px 1.8750rem;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
text-decoration: none;
}
#sobre-a-mid .btn-1:hover{
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
border: 2px solid var(--cor-branco);
color: var(--cor-preto);
-webkit-background: var(--cor-branco);
-moz-background: var(--cor-branco);
background: var(--cor-branco);
-webkit-box-shadow: 0 0 20px var(--cor-cinza);
-moz-box-shadow: 0 0 20px var(--cor-cinza);
box-shadow: 0 0 20px var(--cor-cinza);
}
#sobre-a-mid .btn-2{
border-radius: 100px;
border: 2px solid var(--cor-branco);
color: var(--cor-preto);
-webkit-background: var(--cor-branco);
-moz-background: var(--cor-branco);
background: var(--cor-branco);
padding: 15px 1.8750rem;
font-weight: 600;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
text-decoration: none;
}
#sobre-a-mid .btn-2:hover{
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
-webkit-box-shadow: 0 0 20px var(--cor-cinza);
-moz-box-shadow: 0 0 20px var(--cor-cinza);
box-shadow: 0 0 20px var(--cor-cinza);
}
#frase-institucional {
margin-top: -14.6875rem;
}
#frase-institucional .container {
padding: 3.7500rem 20px;
border-radius: 20px;
background-color: #F4F4F4;
max-width: 98.3125rem;
margin: 0 auto;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
flex-wrap: wrap;
}
#frase-institucional .container::before {
  content: "";
  background-image: url(../../consultoria-empresarial/bullets.svg);
  background-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 45px;
  height: 10px;
  background-repeat: no-repeat;
}
#frase-institucional .esq {
max-width: 40%;
width: 40%;
display: flex;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
#frase-institucional .dir {
  max-width: 60%;
  width: 60%;
}
.gradient-ring {
width: 25.9375rem;
height: 25.9375rem;
border-radius: 50%;
-webkit-background: conic-gradient(from 0deg, #7A123A, #BF573F, #FCB9A9, #7A123A);
-moz-background: conic-gradient(from 0deg, #7A123A, #BF573F, #FCB9A9, #7A123A);
background: conic-gradient(from 0deg, #7A123A, #BF573F, #FCB9A9, #7A123A);
-webkit-animation: rotate 6s linear infinite;
-moz-animation: rotate 6s linear infinite;
animation: rotate 6s linear infinite;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
padding: 5px;
position: absolute;
z-index: 8;
}
.image-frame {
width: 25.0000rem;
height: 25.0000rem;
background-color: #F4F4F4;
border-radius: 50%;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-ms-justify-content: center;
justify-content: center;
z-index: 9;
}
.image-frame img {
padding: 20px;
border-radius: 50%;
object-fit: cover;
}
@keyframes rotate {
0% {
  -webkit-transform: rotate(0turn);
  -moz-transform: rotate(0turn);
  -ms-transform: rotate(0turn);
  transform: rotate(0turn);
}
100% {
  -webkit-transform: rotate(1turn);
  -moz-transform: rotate(1turn);
  -ms-transform: rotate(1turn);
  transform: rotate(1turn);
}
}
#frase-institucional .frase {
font-size: 1.6250rem;
line-height: 3.0000rem;
color: #111;
margin-bottom: 1.8750rem;
text-align: left;
max-width: 100%;
}
#frase-institucional .autor {
font-size: 2.0000rem;
font-weight: bold;
color: #7A123A;
margin-bottom: 10px;
text-align: left;
max-width: 100%;
}
#frase-institucional .desc {
color: #333;
font-size: 16px;
line-height: 1.7500rem;
text-align: left;
max-width: 100%;
margin-bottom: 0;
}
#frase-institucional strong {
font-weight: 600;
text-align: left;
}
#conteudo{
  padding: 120px 0;
}
#conteudo .container{
}
#conteudo .blog-head {
margin-bottom: 5.6250rem;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
}
#conteudo .dir {
display: flex;
gap: 10px;
-webkit-justify-content: flex-end;
-ms-justify-content: flex-end;
justify-content: flex-end;
}
#conteudo .pre-titulo {
font-weight: 600;
color: var(--cor-bordo);
margin-bottom: 10px;
display: block;
font-size: 16px;
}
#conteudo h6{
font-size: 2.0000rem;
}
#conteudo h6 span{
font-weight: 100;
color: var(--cor-bordo);
}
#conteudo .blog-body {
display: flex;
gap: 1%;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
margin-bottom: 3.7500rem;
}
#conteudo .box {
width: 32%;
max-width: 30.2500rem;
margin-right: 1%;
border-radius: 20px;
-webkit-flex: 1 1 32%;
-ms-flex: 1 1 32%;
flex: 1 1 32%;
position: relative;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-transition: transform 0.75s ease;
-moz-transition: transform 0.75s ease;
-ms-transition: transform 0.75s ease;
transition: transform 0.75s ease;
border: 1px solid #c6bcba7a;
overflow: hidden;
}
#conteudo .box:hover {
-webkit-transform: translateY(-5px);
-moz-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
border: 1px solid var(--cor-branco);
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
-webkit-transition: transform 0.7s ease;
-moz-transition: transform 0.7s ease;
-ms-transition: transform 0.7s ease;
transition: transform 0.7s ease;
}
#conteudo .btn-1{
border-radius: 100px;
border: 2px solid var(--cor-preto);
color: var(--cor-preto);
padding: 15px 1.8750rem;
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
text-decoration: none;
display: flex;
-webkit-align-items: center;
-ms-align-items: center;
align-items: center;
}
#conteudo .btn-1:hover{
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
border: 2px solid var(--cor-cinza);
color: var(--cor-branco);
-webkit-background: var(--cor-preto);
-moz-background: var(--cor-preto);
background: var(--cor-preto);
-webkit-box-shadow: 0 0 20px var(--cor-cinza);
-moz-box-shadow: 0 0 20px var(--cor-cinza);
box-shadow: 0 0 20px var(--cor-cinza);
}
#conteudo .box .image img {
display: block;
width: 100%;
height: auto;
object-fit: cover;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
max-height: 260px;
}
#conteudo .box .area-conteudo {
padding: 20px 3.1250rem 2.5000rem;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
height: 100%;
position: relative;
}
#conteudo .box .categoria {
background-color: var(--cor-bordo);
color: var(--cor-branco);
padding: 11px 20px 10px 20px;
border-radius: 100px;
font-size: 12px;
line-height: 12px;
font-weight: 600;
margin-top: -2.5000rem;
margin-bottom: 1.8750rem;
text-decoration: none;
display: table;
cursor: auto;
}
#conteudo .box .titulo {
font-size: 18px;
line-height: 1.7500rem;
font-weight: 700;
color: var(--cor-preto);
margin-bottom: 10px;
text-decoration: none;
display: block;
cursor: pointer!important;
}
#conteudo .box .titulo p{
cursor: pointer!important;
}
#conteudo .box .text {
font-size: 16px;
line-height: 1.5;
color: var(--cor-preto);
margin-bottom: 20px;
}
#conteudo .box .detalhes {
font-size: 0.8rem;
color: var(--cor-preto);
line-height: 20px;
margin-bottom: 0px;
opacity: .6;
}
#conteudo .box .btn-read {
color: var(--cor-bordo);
margin-bottom: 20px;
display: block;
font-weight: 700;
}
#conteudo .box .btn {
position: absolute;
right: 3.1250rem;
bottom: 2.5000rem;
width: 24px;
height: 24px;
display: inline-block;
-webkit-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
#conteudo .box:hover .btn {
-webkit-transition: transform 0.3s ease;
-moz-transition: transform 0.3s ease;
-ms-transition: transform 0.3s ease;
transition: transform 0.3s ease;
}
#conteudo .box .btn:before {
content: '';
position: absolute;
right: 0;
top: 8px;
width: 12px;
height: 12px;
border-right: 2px solid var(--cor-cinza);
border-bottom: 2px solid var(--cor-cinza);
-webkit-transform: rotate(315deg);
-moz-transform: rotate(315deg);
-ms-transform: rotate(315deg);
transform: rotate(315deg);
-webkit-transition: transform 0.3s ease, border-color 0.3s ease;
-moz-transition: transform 0.3s ease, border-color 0.3s ease;
-ms-transition: transform 0.3s ease, border-color 0.3s ease;
transition: transform 0.3s ease, border-color 0.3s ease;
}
#conteudo .box:hover .btn:before {
border-right: 2px solid var(--cor-bordo);
border-bottom: 2px solid var(--cor-bordo);
-webkit-transition: transform 0.3s ease, border-color 0.3s ease;
-moz-transition: transform 0.3s ease, border-color 0.3s ease;
-ms-transition: transform 0.3s ease, border-color 0.3s ease;
transition: transform 0.3s ease, border-color 0.3s ease;
}
#conteudo .todos-artigos {
  border-radius: 100px;
  border: 2px solid var(--cor-bordo);
  color: var(--cor-branco);
  -webkit-background: var(--cor-bordo);
  -moz-background: var(--cor-bordo);
  background: var(--cor-bordo);
  padding: 15px 30px;
  font-weight: 600;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
  margin: 0 auto;
  display: table;
  min-height: 50px;
  font-size: 16px;
}
#conteudo .todos-artigos:hover{
filter: brightness(1.2);
-webkit-transition: .2s ease;
-moz-transition: .2s ease;
-ms-transition: .2s ease;
transition: .2s ease;
-webkit-box-shadow: 0 0 20px var(--cor-cinza);
-moz-box-shadow: 0 0 20px var(--cor-cinza);
box-shadow: 0 0 20px var(--cor-cinza);
}
/****** RESPONSIVO */
@media only screen and (max-width: 1800px) {
  #banner .content .esq h1 {
    font-size: 2.3rem;
    line-height: 3.1rem;
  }
  #banner .content .esq p {
    font-size: 18px;
    line-height: 2.2rem;
    color: var(--cor-cinza);
    font-weight: 300;
    margin-bottom: 1.8750rem;
    max-width: 100%;
  }
  .btn-1,
  .btn-2{
    font-size: 16px;
  }
}
@media only screen and (max-width: 1700px) {
  #solucoes .mid-solucoes {
    gap: 10px;
  }
}
@media only screen and (max-width: 1600px) {
  #banner .content {
    width: 95%;
  }
    #sobre-a-mid .esq img{
      max-width: 80%;
    }
    #sobre-a-mid p {
      max-width: 100%;
    }
    #footer .newsletter-title {
      font-size: 20px;
  }
  #FormularioNewsletter .box-input label {
    top: 17px;
  }
  #solucoes .mid-solucoes-itens li {
    padding-right: 2.625rem;
    font-size: 14px;
  }
  #solucoes .mid-solucoes-itens .solucoes-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1440px) {
  #conteudo .box {
    max-width: 31.25rem;
  }
}
@media only screen and (max-width: 1366px) {
  #banner .redes-sociais {
      left: 3%;
  }
  #banner .description {
    font-size: 10px;
    line-height: 16px;
  }
  #banner {
    padding-top: 100px;
    padding-bottom: 60px;
    min-height: 750px;
  }
  #banner .content {
    padding: 50px 0;
}
  #banner .content .esq p {
    font-size: 18px;
    line-height: 28px;
  }
  #banner .content .esq h1 {
    font-size: 2.5rem;
    line-height: 3.4rem;
  }
  #solucoes .container {
      width: 95%;
  }
}
@media only screen and (max-width: 1365px) {
  #solucoes .mid-solucoes {
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
}
  #solucoes .mid-solucoes-itens {
    -webkit-flex: 1 1 48%;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    max-width: 48%;
}
}

@media only screen and (max-width: 1280px) {
  #conteudo .box .titulo {
    line-height: 2rem;
  }
  #conteudo .box .text {
    font-size: 16px;
    line-height: 22px;
  }
  #conteudo .box .detalhes {
    font-size: 12px;
  }
  #banner .redes-sociais {
    max-width: 25px;
}
#solucoes .mid-solucoes-itens li {
    font-size: 16px;
}
#solucoes .mid-solucoes-itens h3 {
    font-size: 2.75rem;
    margin-bottom: 20px;
}
#solucoes .descricao-text,
#sobre p {
    font-size: 18px;
    line-height: 26px;
}
#solucoes .info-itens {
  width: 90%;
}
#solucoes .mid-solucoes-itens .solucoes-text {
    font-size: 18px;
}
#sobre-a-mid .container .dir p {
  font-size: 18px;
  line-height: 26px;
}
}

@media only screen and (max-width: 1200px) {
  #conteudo .box .text {
    font-size: 14px;
    line-height: 22px;
  }
  #banner .redes-sociais {
    top: calc(50% - 9.25rem);
  }
  #faleconosco .esq p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1080px) {
  #solucoes .mid-solucoes-itens .solucoes-text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1023px) {
  #banner {
    min-height: auto;
    padding-top: 100px;
  }
  #banner .container {
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    align-items: center;
}
  #banner .content {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #banner .content .esq span {
      font-size: 14px;
  }
  .esq,
  .dir {
      max-width: 90%;
      width: 90%;
  }
  #banner .content {
    padding: 80px 0 30px;
  }
  #banner .content .esq h1,
  #banner .content .esq h1 strong {
    font-size: 5.5rem;
    line-height: 6.4rem;
  }
  #banner .redes-sociais{
    position: relative;
    display: flex;
    top: 0;
    left: 0;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
  #banner .redes-sociais .redes {
    display: flex;
    gap: 5px;
    margin-bottom: 60px;
}
  #banner .redes-sociais .redes a{
    width: 30px;
    height: 30px;
  }
  #banner .content .dir .banner-numbers {
    max-width: 100%;
  }
  #banner .symbols {
    font-size: 3.5rem;
  }
  #banner .big-numbers {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
  #banner .description {
    font-size: 14px;
    line-height: 20px;
  }
  #banner .content .esq .btn-1,
  #banner .content .esq .btn-2 {
    padding: 15px 30px;
  }
  #banner .content .dir img{
    width: 100%;
  }
  #banner .content .esq p {
    margin-bottom: 30px;
  }
  #solucoes {
    padding: 90px 0;
  }
  #solucoes h2,
  #sobre h4 {
    font-size: 5.5rem;
    line-height: 6.5rem;
    margin-bottom: 30px;
  }
  #solucoes h2 strong {
    display: block;
  }
  #solucoes .descricao-text, #sobre p {
    max-width: 90%;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 28px;
  }
  #solucoes .mid-solucoes-itens {
    padding: 60px 30px;
  }
  #solucoes .mid-solucoes-itens .solucoes-text {
    font-size: 20px;
    line-height: 24px;
  }
  #solucoes .mid-solucoes-itens h3 {
    font-size: 3.75rem;
    margin-bottom: 30px;
  }
  #solucoes .mid-solucoes-itens li::after{
      top: 0px;
      font-size: 10px;
      width: 15px;
      height: 15px;
      padding-top: 1px;
  }
  #sobre {
    overflow: hidden;
  }
  #sobre-a-mid .container {
      display: flex  ;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      position: relative;
  }

  #sobre-a-mid .container .esq {
    position: relative;
  }
  #sobre-a-mid .container .esq, .dir {
    max-width: 100%;
    width: 100%;
  }
  #sobre-a-mid .container .dir p {
    max-width: 100%;
  }
  #sobre-a-mid .container {
    gap: 30px;
  }
  #sobre-a-mid .container .dir h5 {
    font-size: 4.25rem;
    line-height: 5.5rem;
  }
  #sobre-a-mid .btn-1,
  #sobre-a-mid .btn-2 {
    padding: 15px 30px;
  }
  #sobre-a-mid .botoes {
    margin-top: 30px;
  }
  #frase-institucional .container {
    padding: 60px;
    max-width: 100%;
  }
  #frase-institucional .esq {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .gradient-ring {
    margin-left: -0.45rem;
  }
  #frase-institucional .esq {
    max-width: 35%;
    width: 35%;
  }
  #frase-institucional .dir {
    max-width: 65%;
    width: 65%;
  }
  #frase-institucional .frase {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  #frase-institucional .autor {
    font-size: 3rem;
  }
  #frase-institucional .desc {
    font-size: 16px;
    line-height: 22px;
  }
  #frase-institucional .desc {
    font-size: 16px;
  }
  #conteudo .blog-head {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}
#conteudo h6 {
  font-size: 5.5rem;
}
#conteudo .dir {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
#conteudo .box .titulo {
  line-height: 20px;
  font-size: 18px;
}
}
@media only screen and (max-width: 768px) {
  #banner {
    padding-top: 120px;
  }
  #banner .content .esq span {
    margin-bottom: 30px;
}
#banner .content .esq p {
  margin-bottom: 45px;
}
  #banner .content .esq h1,
  #banner .content .esq h1 strong {
    font-size: 7.5rem;
    line-height: 9.4rem;
    margin-bottom: 30px;
  }
  #solucoes .mid-solucoes-itens li {
    padding-left: 25px;
    padding-right: 30px;
  }
  #solucoes .mid-solucoes {
    gap: 20px;
  }
  #solucoes .mid-solucoes-itens li::before {
    font-size: 16px;
  }
  #solucoes .mid-solucoes-itens li::after {
    font-size: 16px;
    padding-top: 0px;
    width: 20px;
    height: 20px;
  }
  #solucoes h2, #sobre h4 {
    font-size: 7.5rem;
    line-height: 8.5rem;
  }
  #solucoes .mid-solucoes-itens h3 {
    font-size: 5.75rem;
    margin-bottom: 30px;
  }
  #sobre-a-mid .container .dir h5 {
    font-size: 6.25rem;
    line-height: 7.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #solucoes .mid-solucoes-itens {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
}
#conteudo .blog-body {
  gap: 20px;
  flex-direction: column;
}
#conteudo .box{
    margin: 0;
    width: 100%;
    min-width: 100%;
}
#conteudo .box .categoria {
  margin-top: -40px;
  margin-bottom: 30px;
}
#conteudo .box .area-conteudo {
  padding: 20px 20px 40px;
}
#conteudo .box .titulo {
  line-height: 28px;
  font-size: 20px;
}
#conteudo .box .text {
  font-size: 16px;
  line-height: 22px;
}
#conteudo .box .detalhes {
  font-size: 12px;
  line-height: 18px;
}
#conteudo .box .btn {
  right: 30px;
  bottom: 45px;
}
#sobre-a-mid .container {
  gap: 60px;
}
#sobre-a-mid {
  padding-top: 280px;
  padding-bottom: 240px;
  margin-top: -180px;
}
#sobre-a-mid .botoes {
  margin-top: 60px;
}
#frase-institucional .dir,
#frase-institucional .esq{
  max-width: 100%;
  width: 100%;
}
#frase-institucional .esq{
    display: flex;
    justify-content: center;
    margin: 60px 0;
}
.image-frame {
  width: 40rem;
  height: 40rem;
}
.gradient-ring {
  margin-left: 0;
  width: 42rem;
  height: 42rem;
}
#frase-institucional .frase {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 30px;
  text-align: center;
}
#frase-institucional .autor {
  font-size: 5rem;
  text-align: center;
}
#frase-institucional .desc {
  font-size: 16px;
  text-align: center;
}
#frase-institucional .container {
  padding: 90px 60px;
  max-width: 100%;
}
#conteudo .dir {
  display: flex;
  flex-wrap: wrap;
}
#conteudo .btn-1 {
  max-width: 48%;
}
#conteudo .blog-head {
  margin-bottom: 60px;
}
}
@media only screen and (max-width: 599px) {
#banner .container {
  border-radius: 30px;
}
#banner .content .dir img {
  display: none;
}
#banner .content .esq .botoes,
#cta .botoes,
#sobre-a-mid .botoes {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
#banner .content .dir .banner-numbers {
  margin-top: 60px;
}
#banner .symbols {
  font-size: 20px;
}
#banner .content .dir .banner-numbers .number div{
  margin-bottom: 20px;
}
#banner .description {
  margin-top: 20px;
}
#banner .big-numbers {
  font-size: 36px;
  line-height: 36px;
}
.faq-header h2,
#conteudo h6 {
  font-size: 7.5rem;
}
}
@media only screen and (max-width: 1600px) {
  #conteudo .box .image img {
    max-height: 240px;
  }
}
@media only screen and (max-width: 1440px) {
#conteudo .box .image img {
    max-height: 220px;
  }
}
@media only screen and (max-width: 1366px) {
  #conteudo .box .image img {
    max-height: 180px;
  }
}
@media only screen and (max-width: 1280px) {
  #conteudo .box .image img {
    max-height: 200px;
  }
}
@media only screen and (max-width: 1080px) {
  #conteudo .box .image img {
    max-height: 230px;
  }
}
@media only screen and (max-width: 1023px) {
  #conteudo .box .image img {
    max-height: 210px;
  }
}
@media only screen and (max-width: 998px) {
  #conteudo .box .image img {
    max-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #conteudo .box .image img {
    max-height: 300px;
  }
}
@media only screen and (max-width: 450px) {
  #conteudo .box .image img {
    max-height: 250px;
  }
      #banner .content .esq h1, #banner .content .esq h1 strong {
        font-size: 6.5rem;
        line-height: 1.35;
    }
    #banner {
        padding-top: 110px;
    }
    #frase-institucional .frase {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 350px) {
    #banner .content .dir .banner-numbers {
        flex-direction: column;
        align-items: center;
    }
    #banner .number {
      min-width: 75%;
      max-width: 75%;
    }
    #banner .content .dir .banner-numbers {
        gap: 20px;
    }
    #banner .content .dir .banner-numbers .number div {
        margin-bottom: 10px;
    }
    #banner .description{
      margin-top: 10px;
    }
  }