.header_fixo{
  display: none!important;
}
#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%;
}
#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 img{
    margin: 50px auto -30px;
    display: block;
}
#banner .content .banner-numbers {
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: 34.3750rem;
  margin: 0px;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}
#banner .number {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 25%;
  max-width: 25%;
  padding: 10px;
  box-sizing: border-box;
}
#banner .number hr{
  background-color: #fcb9a98c;
  height: 1px;
  margin-bottom: 15px;
}
#banner .big-numbers {
  font-size: 2.5rem!important;
  line-height: 2.5rem;
  font-weight: 600important;
  display: inline-block!important;
  color: var(--cor-branco)!important;
  margin: 0 !important;
}
#banner .symbols {
  font-size: 1.5rem!important;
  color: var(--cor-rose)!important;
  font-weight: 600!important;
  display: inline-block !important;
  margin-bottom: 0px!important;
}
#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)!important;
  text-transform: uppercase;
  margin-bottom: 0px !important;
}
#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;
}
#cta .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    align-content: center;
    flex-wrap: wrap;
}
#cta .cta-title {
    max-width: 100%;
}
#faleconosco h6 {
    font-size: 5rem;
    line-height: 5.5rem;
}
#faleconosco .esq span {
    font-size: 1.25rem;
    margin-bottom: 0;
    margin-top: 20px;
}

.phone{
    display: none;
}
#FormularioFooter .box-input input,
#FormularioFooter .box-input textarea {
    opacity: 1; /* importante para Safari */
    font-family: "Epilogue", sans-serif;
	width: 100%;
	background-color: var(--cor-branco);
	height: 45px;
	border: 1px solid var(--cor-cinza);
	color: var(--cor-preto);
	font-size: 14px;
	padding-left: 17px;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    resize: auto;
}
#FormularioFooter .box-input select,
#FormularioFooter .box-input select option {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: "Epilogue", sans-serif;
    width: 100%;
    background-color: var(--cor-branco);
    height: 45px;
    border: 1px solid var(--cor-cinza);
    color: var(--cor-preto);
    font-size: 14px;
    line-height: 24px;
    padding-left: 17px;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}
#FormularioFooter .box-input .select::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--cor-cinza);
    border-bottom: 2px solid var(--cor-cinza);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    pointer-events: none;
}
#FormularioFooter .box-input input:focus,
#FormularioFooter .box-input select:focus,
#FormularioFooter .box-input textarea:focus {
	border: 2px solid var(--cor-cinza);
}
#FormularioFooter .box-input textarea {
	resize: auto;
	height: 7.5rem;
	padding-top: 12px;
}
#FormularioFooter .box-input {
	margin-bottom: 15px;
	position: relative;
	display: flex;
    gap: 10px;
}
#FormularioFooter .box-input label {
    position: absolute;
    top: 14px;
    left: 17px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    color: var(--cor-preto);
    opacity: 1;
}
#FormularioFooter .box-input label.ativo {
	font-size: 10px;
	background-color: var(--cor-verde);
    padding: 5px 7px;
	color: var(--cor-branco);
	left: 12px;
	top: -12px;
	z-index: 1;
    font-weight: 600;
    border-radius: 5px;
}
#FormularioFooter .box-input>div {
	width: 100%;
	position: relative;
}
#FormularioFooter input[type="submit"] {
    border-radius: 100px;
    text-align: center;
    color: var(--cor-branco);
    font-family: "Epilogue", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    width: 100%;
    padding: 0;
    height: 55px;
    cursor: pointer;
    -webkit-transition: .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out;
    -ms-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    margin-bottom: 15px;
    border: none;
    padding-left: 1.875rem;
    -webkit-background: linear-gradient(90deg, #38A3C4, #1E3B47);
    -moz-background: linear-gradient(90deg, #38A3C4, #1E3B47);
    background: linear-gradient(90deg, #38A3C4, #1E3B47);
}
#FormularioFooter input[type="submit"]:hover {
	filter: brightness(1.2);
}
#FormularioFooter .checkbox{
  display:flex;
  align-items:center;
  gap:.5rem;
  cursor:pointer;
}
#FormularioFooter .checkbox input[type="checkbox"]{
  position:absolute;
  width:1px; height:1px;
  margin:-1px; padding:0; border:0;
  clip:rect(0 0 0 0);
  clip-path: inset(50%);
  overflow:hidden;
  white-space:nowrap;
  opacity:0;
}
#FormularioFooter .custom-box{
  width:20px; height:20px;
  border:2px solid var(--cor-cinza);
  border-radius:4px;
  position:relative;
  flex:0 0 20px;
}
#FormularioFooter .checkbox input[type="checkbox"]:focus + .custom-box{
  outline:2px solid var(--cor-bordo);
  outline-offset:2px;
}
#FormularioFooter .checkbox input[type="checkbox"]:checked + .custom-box::after{
  content:'';
  position:absolute;
  left:5px; top:1px;
  width:6px; height:12px;
  border: solid var(--cor-bordo);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#FormularioFooter .custom-label{ 
  cursor:pointer; 
}
#FormularioFooter .box {
    display: flex;
    align-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
#FormularioFooter .box label{
    margin-top: 5px;
}
#FormularioFooter .obrigatorio {
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    color: var(--cor-cinza);
    margin-bottom: 10px;
}
#FormularioFooter .obrigatorio a {
	text-decoration: none;
	color: var(--cor-cinza);
	-webkit-transition: .2s all ease-in-out;
	-moz-transition: .2s all ease-in-out;
	-ms-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
}
#FormularioFooter .obrigatorio a:hover {
	color: var(--cor-cinza);
}
section{
  padding: 90px 0;
}
#cta{
  padding: 0;
}
.sobre h2,
.motivacao h2,
.importancia h2,
.como-funciona h2,
.sobre-mid h2{
  font-size: 36px;
}
.sobre h2{
  margin-bottom: 60px;
}
.sobre h2,
.importancia h2,
.como-funciona h2,
.importancia h3,
.sobre-mid h2,
.sobre-mid h3 {
  text-align: center;;
}
.sobre h3,
.motivacao h3,
.importancia h3,
.como-funciona h3,
.sobre-mid h3 {
  font-size: 32px;
}
.sobre .container:has(.dir):has(.esq),
.motivacao .container:has(.dir):has(.esq),
.sobre-mid .container:has(.dir):has(.esq){
  display: flex;
  gap: 60px;
  align-items: center;
  flex-direction: row;
}
.sobre-mid .container .esq{
    display: flex;
    justify-content: center;
}
.sobre-mid .container img{
    mix-blend-mode: difference;
    transform: scale(0.85);
    opacity: .8;
}
.sobre-mid .container:has(.dir):has(.esq){
  margin-bottom: 60px;;
}
.descricao-text {
    color: var(--cor-preto);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.sobre .botoes,
.importancia .botoes,
.como-funciona .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;
}
.sobre .btn-1,
.importancia .btn-1,
.como-funciona .btn-1{
  border-radius: 100px;
  border: 2px solid var(--cor-rose);
  color: var(--cor-chumbo);
  padding: 15px 20px;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
.sobre .btn-1:hover,
.importancia .btn-1:hover,
.como-funciona .btn-1:hover{
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  border: 2px solid var(--cor-rose);
  color: var(--cor-preto);
  -webkit-background: var(--cor-rose);
  -moz-background: var(--cor-rose);
  background: var(--cor-rose);
}
.sobre .btn-2,
.importancia .btn-2,
.como-funciona .btn-2{
  border-radius: 100px;
  border: 2px solid var(--cor-chumbo);
  color: var(--cor-branco);
  -webkit-background: var(--cor-chumbo);
  -moz-background: var(--cor-chumbo);
  background: var(--cor-chumbo);
  padding: 15px 20px;
  font-weight: 600;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  text-decoration: none;
}
.sobre .btn-2:hover,
.importancia .btn-2:hover,
.como-funciona .btn-2:hover{
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -ms-transition: .2s ease;
  transition: .2s ease;
  border: 2px solid var(--cor-bordo);
  -webkit-background: var(--cor-bordo);
  -moz-background: var(--cor-bordo);
  background: var(--cor-bordo);
}
.sobre ul,
.motivacao ul{
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0 0 45px;
}
.motivacao ul{
  margin: 0;
}
.sobre ul li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 22px;
  color: var(--cor-preto);
  line-height: 1.4;
  font-weight: 600;
}
.motivacao ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  color: var(--cor-preto);
  line-height: 1.4;
}
.sobre ul li::before,
.motivacao ul li::before{
  content: "✔";
  color: var(--cor-laranja);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
}
.sobre,
.motivacao{
  margin-bottom: 120px;
}
.motivacao h2,
.importancia h3{
  margin-bottom: 30px;
  line-height: 1.25;
}
.importancia h3{
  color: var(--cor-bordo);
}
.sobre .container,
.motivacao .container,
.importancia .container,
.como-funciona .container,
.importancia .container,
.sobre-mid .container {
    max-width: 1366px;
}
.importancia small{
    font-weight: 600;
    margin-bottom: 15px;
}
.importancia .container{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
}
.importancia ul{
  display: flex;
  gap: 2rem;
  margin-bottom: 30px;
} 
.importancia ul li{
    text-align: center;
    padding: 3rem 2rem;
    border: 1px solid #0000002b;
    border-radius: 10px;
    transition: .5s ease;
    width: 25%;
}
.importancia ul li:hover{
    border: 1px solid var(--cor-branco);
    transition: .5s ease;
    box-shadow: 0px 0px 25px #0000002b;
    top: -5px;
    position: relative;
}
.importancia ul li img {
    margin-bottom: 30px;
    width: 40px;
}
.importancia ul li p{
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}
.importancia .descricao-text strong{
  font-weight: 400;
}
section:has(.como-funciona){
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(42 42 42) 100%);
}
#cta .container {
background-attachment: fixed;
}
.como-funciona h2{
  color: var(--cor-branco);
  margin-bottom: 45px;
}
.como-funciona ul{
  display: flex;
  margin-bottom: 30px;
}
.como-funciona ul li{
  color: var(--cor-branco);
  text-align: center;
  width: 33%;
}
.como-funciona .botoes {
    justify-content: center;
}
.como-funciona .btn-1 {
    color: var(--cor-preto);
    background: var(--cor-rose);
    transition: .25s ease;
}
.como-funciona .btn-1:hover {
    box-shadow: 0 0 15px var(--cor-rose);
    transition: .25s ease;
}
.como-funciona ul li span {
    border-radius: 100px;
    border: 2px solid var(--cor-rose);
    color: var(--cor-rose);
    padding: 25px 30px 20px;
    font-size: 32px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    transition: .25s ease;
}
.como-funciona ul li:hover span {
  transition: .25s ease;
  box-shadow: 0 0 15px var(--cor-rose);
}
.como-funciona p{
    font-size: 18px;
    line-height: 1.25;
}
.sobre-mid h2, .sobre-mid h3 {
    margin-bottom: 45px
}
.sobre-mid .descricao-text {
    text-align: left;
}
.sobre-mid h3 {
    margin-top: 30px;
}
.sobre-mid .container {
    display: flex;
    flex-direction: column;
}
.sobre-mid ul {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
}
.sobre-mid ul li {
    text-align: center;
    padding: 3rem 2rem;
    border: 1px solid #0000002b;
    border-radius: 10px;
    transition: .5s ease;
    width: 50%;
    display: flex;
    align-items: center;
    gap: 20px;
}
.sobre-mid ul li span{
    color: var(--cor-laranja);
    font-weight: 700;
    font-size: 60px;
}
.sobre-mid ul li span small{
    font-weight: 400;
    font-size: 32px;
}
.sobre-mid ul li p {
    font-size: 18px;
    line-height: 1.25;
    text-align: left;
}

#faleconosco {
    padding: 0;
}

/****** 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: 1600px) {
  #banner .content {
    width: 95%;
  }
  #banner .content .dir{
    display: flex;
    justify-content: flex-end;
  }
  #banner .content .dir img {
    margin: 50px 40px -30px;
    display: block;
    max-width: 75%;
  }
  #banner .content .esq span {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
  }
  #banner .banner-numbers .description{
    font-size: 12px;
  }
  #banner .number hr {
    margin-bottom: 10px;
  }
  #banner .content .esq h1 {
    line-height: 1.35;
  }
  #banner .content .esq h1 {
    margin-bottom: 20px;
  }
  #banner .content .banner-numbers {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #banner .content .esq {
    padding-top: 30px;
  }
  #banner .content .esq p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 80%;
    width: 80%;
  }
  .sobre h2, .motivacao h2, .importancia h2, .como-funciona h2, .sobre-mid h2 {
    font-size: 32px;
    margin-bottom: 45px !important;
  }
  .sobre ul li {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.4;
  }
  .sobre, .motivacao {
    margin-bottom: 90px;
  }
  .como-funciona p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 1440px) {
    #banner .content .esq {
        padding-top: 90px;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1366px) {

  .sobre .container, .motivacao .container, .importancia .container, .como-funciona .container, .importancia .container, .sobre-mid .container {
    max-width: 90%;
    width: 1366px;
  }
  #banner .content .esq {
        padding-top: 30px;
        margin-bottom: 60px;
  }
  #banner .content .dir img {
    margin: -30px 40px -30px;
  }
  #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;
  }
}
@media only screen and (max-width: 1280px) {
  #banner .redes-sociais {
    max-width: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  #banner .redes-sociais {
    top: calc(50% - 9.25rem);
  }
    .sobre h2, .motivacao h2, .importancia h2, .como-funciona h2, .sobre-mid h2 {
        font-size: 28px;
        margin-bottom: 30px !important;
    }
    .sobre ul li {
        font-size: 18px;
    }
    .sobre .container:has(.dir):has(.esq), .motivacao .container:has(.dir):has(.esq) {
      gap: 30px;
    }
    section {
        padding: 90px 0;
    }
    .importancia small {
      margin-bottom: 10px;
      font-size: 12px;
  }
  .importancia ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .importancia ul li {
    width: 49%;
  }
  .importancia .descricao-text {
    text-align: center;
  }
  .sobre h3, .motivacao h3, .importancia h3, .como-funciona h3, .sobre-mid h3 {
    font-size: 24px;
  }
}
@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: 100%;
    width: 100%;
  }
  #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!important;
  }
  #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;
  }
  #banner .content .dir {
    display: none;
  }
  .sobre .container:has(.dir):has(.esq) {
    display: flex;
    flex-direction: column-reverse;
  }
  .motivacao .container:has(.dir):has(.esq),
  .sobre-mid .container:has(.dir):has(.esq) {
    display: flex;
    flex-direction: column;
  }
  .motivacao img{
    width: 100%;
  }
  #cta .botoes {
    justify-content: center;
  }
  .faq-header h2 {
    font-size: 28px;
  }
  #banner .big-numbers {
    font-size: 30px !important;
    line-height: 30px !important;
    font-weight: 700 !important;
  }

}

@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;
  }
}

@media only screen and (max-width: 600px) {

  #banner .content .esq h1, #banner .content .esq h1 strong {
    font-size: 6rem;
    line-height: 7.4rem;
    margin-bottom: 30px;
  }
  #banner .content {
    padding: 45px 0 30px;
    max-width: 90%;
  }
  #banner .content .esq p {
    max-width: 100%;
    width: 100%;
  }
  #banner .container {
    border-radius: 30px;
  }
  #banner .content .dir img {
    display: none;
  }
  #banner .content .esq .botoes,
  #cta .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!important;
  }
  #banner .content .dir .banner-numbers .number div{
    margin-bottom: 20px;
  }
  #banner .description {
    margin-top: 20px;
  }
  #banner .big-numbers {
    font-size: 36px;
    line-height: 36px;
  }
  .sobre h2, .motivacao h2, .importancia h2, .como-funciona h2, .sobre-mid h2 {
    line-height: 1.5;
  }
  .sobre .botoes, .importancia .botoes, .como-funciona .botoes {
    width: 100%;
  }
  .como-funciona ul {
    flex-direction: column;
  }
  .como-funciona ul li {
    width: 100%;
    margin-bottom: 45px;
  }
  .btn-1, .btn-2 {
    font-size: 20px!important;
    font-weight: 600!important;
    padding: 20px!important;
  }
  .sobre-mid ul {
    flex-direction: column;
  }
  .sobre-mid ul li {
    padding: 6rem 6rem;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .faq-header h2 {
    font-size: 28px;
    line-height: 1.35;
  }
  .faq-header {
    margin-bottom: 0px;
  }
  .faq-question {
    font-size: 20px;
    line-height: 1.35;
  }
  #faq {
    padding: 90px 0px 30px;
  }
  #faleconosco h6 {
    font-size: 7rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  #faleconosco .esq span {
    font-size: 18px;
    line-height: 1.25;
  }
  .importancia ul li p {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 600;
  }
  .importancia ul li {
        padding: 40px 10px;
    }
  .importancia ul li img {
    margin-bottom: 20px;
  }
  #FormularioFooter .box-input label {
    top: 18px;
  }
  #FormularioFooter .box-input input, #FormularioFooter .box-input textarea {
    height: 50px;
  }
  #banner .number {
    min-width: 33%;
    max-width: 33%;
  }
}
@media only screen and (max-width: 599px) {
    .importancia ul li {
        width: 100%;
    }
}
@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;
    }
    .btn-1, .btn-2 {
        font-size: 16px !important;
        font-weight: 600 !important;
        padding: 15px !important;
        line-height: 1.25 !important;
    }
    #banner .banner-numbers .description{
        margin-top: 10px;
        font-size: 12px !important;
    }
    .sobre ul li::before, .motivacao ul li::before {
      font-size: 16px;
    }
    #faleconosco .container .content {
        width: 100%;
    }
    #FormularioFooter input[type="submit"] {
      font-size: 15px;
    }
}
@media only screen and (max-width: 350px) {
    #banner .content .dir .banner-numbers {
        flex-direction: column;
        align-items: center;
    }
    #banner .content .dir .banner-numbers {
        gap: 20px;
    }
    #banner .content .dir .banner-numbers .number div {
        margin-bottom: 10px;
    }
    #banner .description{
      margin-top: 10px;
    }
  }