img {
  max-width: 100%;
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body{
  font-family: HeadlineLight;
  margin:0;
  position: relative;
  z-index: -5;
  overflow-x: hidden;
}

a {
  color: #684496;
}
.boxUso .oddEvenMargin:nth-child(even) {
    margin-right: 0;
}
.boxUso .oddEvenMargin:nth-child(odd) {
    margin-left: 0;
}

.container1600{
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}
.container1200{
  max-width: 1200px;
  margin: 0 auto;
  padding:0 40px;
}

.flex15 img{
  max-width: 100%;
}
@media (max-width: 767px) {
  .flex15 img{
    max-width: 160%;
  }
}

.flex45{
  flex: 0 0 45%;
}

.flex40{
  flex: 0 0 40%;
}
.flex35{
  flex: 0 0 35%;
  max-width: 35%;
}
.flex15{
  flex: 0 0 15%;
  max-width: 15%;
}

.mb-30 {
  margin-bottom: 60px;
}

.flexHeader{
  display: flex;
  background: #ddcce5;
  color: #79519f;
  align-items: center;
}

.flex25{
  flex: 0 0 25%;
  max-width: 25%;
}

.flex50{
  flex:0 0 50%;
  max-width: 50%;
}

.headerMenu {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-evenly;
  margin-left: 3%;
  font-size: 14px;
  text-transform: uppercase;
}

.divFlexMenu{
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}

.divFlexMenu a h4 {
  color: #79519f !important;
  font-family: 'HeadlineBold';
}

.flex70{
  flex:0 0 70%;
  max-width: 70%;
}

.flex20{
  flex:0 0 20%;
  max-width: 20%;

}
.redesSociais{
  display: flex;
  justify-content: center;
  align-items: center;
}
.redesSociais a, .redesSociaisMobile a {
  color: #79519f !important;
}
.headerSocial {
  display: flex;
  max-width: 100%;
  justify-content: space-evenly;
}
.flex3333{
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.flex30 {
    flex: 0 0 30%;
    max-width: 30%;
    align-items: center;
}

.botaoComprar h2 {
  background: #ffffff;
  text-align: center;
  padding-top: 5px;
  margin-top: 11px;
  border-radius: 28px;
  font-size: 16px;
  font-family: 'HeadlineBold';
  transition: 500ms ease-out;
}

.botaoComprar h2:hover {
  background: #79519f;
  color: #ebb437;
}

.flex3333 img{
  max-width: 45px;
}
.redesSociaisHeader {
  max-width: calc(33.33% - 5px);
  color: #79519f;
  font-size: 30px;
}

.bgImg{
  background-size:cover;
  background-position: center;
}

.bgImgIndex{
  padding-bottom:50%;
}

.containerIndex{
  background: #7d4996;
}

.info1{
  color:#79519f;
  font-size: 36px;
  line-height: 45px;
  font-family: 'HeadlineBold';
}
@media (max-width: 1200px) {
  .info1{
    font-size: 34px;
    line-height: 40px;
  }
}

.informacoes {
  position: absolute;
  width: 40%;
  left: 30px;
  z-index: 2;
  top: 35px;
  padding: 25px;
  padding-top: 35px;
}
@media (max-width: 900px) {
  .informacoes {
    position: absolute;
    width: 50%;
    left: 30px;
    z-index: 2;
    top: 9px;
    padding: 25px;
  }
}
@media(max-width: 767px){
  .informacoes{
    width: 65%;
    left: 15%;
    z-index: 2;
    top: 300px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
}
@media(max-width: 700px){
  .informacoes{
    top: 200px;
  }
}
@media(max-width: 600px){
  .informacoes{
    width: 70%;
    left: 10%;
  }
}

.infoBgDestaque{
  color: white;
  max-width: 86%;
  border-radius: 7px;
  background: #79519f;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .infoBgDestaque {
    background: #8138a3;
    max-width: 100%;
  }
}

.informacoesNatural {
  position: absolute;
  width: 40%;
  right: 22%;
  z-index: -1;
  top: -200px;
  padding: 25px;
}
@media (max-width: 1600px) {
  .informacoesNatural {
    top: -170px;
  }
}
@media (max-width: 1500px) {
  .informacoesNatural {
    top: -160px;
  }
}
@media (max-width: 1400px) {
  .informacoesNatural {
    top: -150px;
  }
}
@media (max-width: 1300px) {
  .informacoesNatural {
    top: -140px;
  }
}
@media (max-width: 1200px) {
  .informacoesNatural {
    top: -120px;
  }
}
@media (max-width: 1100px) {
  .informacoesNatural {
    top: -110px;
  }
}
@media (max-width: 900px) {
  .informacoesNatural {
    right: 7%;
    top: -100px;
  }
}
@media (max-width: 767px) {
  .informacoesNatural {
    display: none;
  }
}

.informacoesNatural img {
  max-width: 155%;
}
@media (max-width: 1500px) {
  .informacoesNatural img {
    max-width: 150%;
  }
}
@media (max-width: 1200px) {
  .informacoesNatural img {
    max-width: 145%;
  }
}
@media (max-width: 1100px) {
  .informacoesNatural img {
    max-width: 140%;
  }
}
@media (max-width: 1000px) {
  .informacoesNatural img {
    max-width: 140%;
  }
}
@media (max-width: 900px) {
  .informacoesNatural img {
    max-width: 115%;
  }
}

.textAnsiedade {
  position: absolute;
  width: 40%;
  left: 10%;
  z-index: 0;
  padding: 25px;
  margin-top: -145px;
}
@media (max-width: 1600px) {
  .textAnsiedade {
    margin-top: -129px;
  }
}
@media (max-width: 1500px) {
  .textAnsiedade {
    margin-top: -123px;
  }
}
@media (max-width: 1400px) {
  .textAnsiedade {
    margin-top: -118px;
  }
}
@media (max-width: 1300px) {
  .textAnsiedade {
    margin-top: -111px;
  }
}
@media (max-width: 1200px) {
  .textAnsiedade {
    margin-top: -104px;
  }
}
@media (max-width: 1000px) {
  .textAnsiedade {
    margin-top: -91px;
  }
}
@media (max-width: 767px) {
  .textAnsiedade {
    display: none;
  }
}

.textAnsiedade img {
  max-width: 120%;
}

.textSominexComposto {
  position: absolute;
  width: 40%;
  right: -8%;
  z-index: 1;
  padding: 25px;
  margin-top: 15%;
  transform: rotate(270deg);
}
@media (max-width: 1500px) {
  .textSominexComposto {
    right: -10%;
    margin-top: 22%;
  }
}
@media (max-width: 1500px) {
  .textSominexComposto {
    right: -8%;
    margin-top: 24%;
  }
}


.textSominexComposto img {
  max-width: 155%;
}
@media (max-width: 1500px) {
  .textSominexComposto img {
    max-width: 180%;
  }
}

.info1 h3{
  margin:0;
}

.infoBgDestaque h4{
  font-size:18px;
  padding: 7px;
  /* margin-top:0; */
}

.divIcosInfo {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: -25px;
  /* padding-top: 20px; */
}
@media (max-width: 767px) {
  .divIcosInfo {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .divIcosInfo {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
  .divIcosInfo {
    max-width: 111%;
  }
}

.icosInfo {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icosInfo img{
  max-width: 100%;
}

.icosInfo h6{
  margin-top: 10px !important;
  text-align: center;
  color: white;
  margin:0;
}
@media (max-width: 500px) {
  .icosInfo h6{
    font-size: 10px;
  }
}

.flex{
  display: flex;
  flex-direction: row;
}

.flexImgFiquePorDentro {
  display: flex;
  flex-direction: row;
}

.logoSominex {
  padding: 20px;
  padding-bottom: 15px;
  max-width: calc(18% - 50px);
}

.imgRemedio{
  margin-top: 140px;
}
@media (max-width: 1600px) {
  .imgRemedio{
    margin-top: 18%;
  }
}
@media (max-width: 1500px) {
  .imgRemedio{
    margin-top: 10%;
  }
}
@media (max-width: 1350px) {
  .imgRemedio{
    margin-top: 10%;
  }
}

.imgRemedio img{
  max-width: 110%;
}
@media (max-width: 1500px) {
  .imgRemedio img{
    max-width: 90%;
  }
}
@media (max-width: 1400px) {
  .imgRemedio img{
    max-width: 85%;
  }
}
@media (max-width: 1300px) {
  .imgRemedio img{
    max-width: 80%;
  }
}

.headerBgColor {
  background: #ddcce5;
  position: fixed;
  z-index: 9;
  width: 100%;
}

.firstSection {
  padding-top: 84px;
}
@media (max-width: 1260px) {
  .firstSection {
    padding-top: 80px;
  }
}
@media (max-width: 1200px) {
  .firstSection {
    padding-top: 72px;
  }
}
@media (max-width: 1100px) {
  .firstSection {
    padding-top: 70px;
  }
}
@media (max-width: 1000px) {
  .firstSection {
    padding-top: 64px;
  }
}
@media (max-width: 900px) {
  .firstSection {
    padding-top: 59px;
  }
}
@media (max-width: 800px) {
  .firstSection {
    padding-top: 66px;
  }
}
@media (max-width: 600px) {
  .firstSection {
    padding-top: 55px;
  }
}
@media (max-width: 500px) {
  .firstSection {
    padding-top: 50px;
  }
}
@media (max-width: 400px) {
  .firstSection {
    padding-top: 47px;
  }
}

.bgColorPurple {
    background: #79519f;
    z-index:-1;
}

.bgPurplePosAbsolute{
  position: absolute;
  width: 100%;
  max-width: none;
  margin-top: -5px;
  height: 650px;
}


.textoDois {
    font-size: 55px;
    font-family: 'HeadlineBold';
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /* padding-top:40px; */
    color: #8de647;
    /* padding-top: 155px; */
}
.bgAmarelo{
  position: relative;
  z-index: -1;
  top:500px;
  background-position-y: -74px;
  background-position-x: -178px;
  background-repeat: no-repeat;
  padding-bottom:50%;
}

.textoDois h3{
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 65px;
  max-width: 80%;
  font-size: 1.5em;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .textoDois h3 {
    font-size: 1.2em;
    margin-top: 70px;
}
}
@media (max-width: 1200px) {
  .textoDois h3{
    max-width: 90%;
    font-size: 1.3em;
    margin-top: 35px;
  }
}

.plantaposTexto{
  width: 90%;
  padding-top: 70px;
}
@media (max-width: 1500px) {
  .plantaposTexto {
    padding-top: 20px;
  }
}
@media (max-width: 1200px) {
  .plantaposTexto {
    padding-top: 150px;
  }
}
@media (max-width: 900px) {
  .plantaposTexto{
    padding-top: 185px;
  }
}

.plantaposTexto img {
  width: 100%;
}
@media (max-width: 500px) {
  .plantaposTexto img {
    width: 60%;
  }
}

.plantaposTexto2 {
  width: 15%;
  position: absolute;
  top: 111%;
  left: 15%;
}
@media (max-width: 1600px) {
  .plantaposTexto2 {
    left: 12%;
  }
}
@media (max-width: 1000px) {
  .plantaposTexto2 {
    left: 6%;
  }
}
@media (max-width: 900px) {
  .plantaposTexto2 {
    left: 7%;
    top: 100%;
  }
}

.plantaposTexto3 {
  width: 15%;
  position: absolute;
  left: -5%;
  z-index: 2;
}

.plantaposTexto4 {
  width: 15%;
  position: absolute;
  right: -5%;
  margin-top: 30%;
  z-index: 2;
}

.divInfoLadoPlanta {
  position: relative;
  font-family: 'HeadlineBold';
  color: #ffffff;
  height: 150px;
  top: 230px;
  max-width: 44%;
  left: 55%;
  font-size: 70px;
}
@media (max-width: 1000px) {
  .divInfoLadoPlanta {
    font-size: 50px;
  }
}

.areaBanner {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 49%;
}
@media (max-width: 1200px){
  .info1 h1 {
    line-height: 35px;
    font-size: 35px;
  }
}
@media (max-width: 767px){
  .areaBanner {
    display: none;
  }
}



.infos2{
  display: flex;
  flex-direction: row;
  padding-top: 160px;
  color: white;
}

.infos2Flex {
  width: 50%;
}
@media (max-width: 500px) {
  .infos2Flex {
    width: 100%;
  }
}

.textosFlex{
  max-width: 80%;
}

.textosFlex p{
  margin-top: 0;
  font-size: 20px;
}
@media (max-width: 500px) {
  .textosFlex p{
    font-size: 18px;
  }
}

.divIconesPlanta{
  position: relative;
  top:320px;
  margin-top: 10%;
  max-width: 100%;
  width: 100%;
  display: flex;
}
@media (max-width: 800px) {
  .divIconesPlanta{
    flex-wrap: wrap;
    justify-content: center;
  }
}

.iconesPlanta{
  padding: 20px;
  margin: 0 20px;
  width: 20%;
}

.iconesPlanta p{
  text-align: center;
  color: #79519f;
  font-size: 20px;
  font-family: 'HeadlineBold';
  margin-top: 30px;
}
@media (max-width: 900px) {
  .iconesPlanta p {
    font-size: 16px;
    margin-top: 20px;
  }
}

.infoEsquerda {
  position: relative;
  top: 125px;
  font-size: 4rem;
  font-family: 'HEADLINEBOLD';
  max-width: 45%;
  color: #79519f;
  line-height: 1;
}
@media (max-width: 900px) {
  .infoEsquerda {
    position: relative;
    top: 15px;
    font-size: 3rem;
    font-family: 'HEADLINEBOLD';
    max-width: 45%;
    color: #79519f;
  }
}

.passeMouse{
  position: relative;
  top: 340px;
  padding-left: 30px;
  max-width: 17%;
  color: #4b4242;
}
.infoDireita {
    position: relative;
    left: 52%;
    max-width: 50%;
    top: -330px;
}
.infoPlantas {
  position: relative;
  bottom: 340px;
  max-width: 45%;
  font-family: 'HEADLINEBOLD';
  margin-top: -20%;
}
@media (max-width: 1200px) {
  .infoPlantas {
    margin-top: -15%;
  }
  .infoEsquerda {
    line-height: 1.2;
  }
}

.infoPlantas p{
  margin: 0;
  margin-top: 5px;
  color: #79519f;
  font-family: 'HeadlineLight';
  font-size: 22px;
}
.infoPlantas h3{
  margin-top: 10px;
  color: #5a2aac;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
}
.infoPlantas span {
  color: #79519f;
  font-size: 18px;
  font-family: 'HeadlineLight';
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .infoPlantas h3 {
    font-size: 1.5rem;
  }
  .infoPlantas p {
    font-size: 16px;
  }
}

.saibaMaisFormula {
  position: relative;
  top: 140px;
  max-height: 840px;
  padding-bottom: 140px;
}@media (max-width: 1400px) {
  .saibaMaisFormula {
    top: 170px;
    max-height: 860px;
  }
}
@media (max-width: 1100px) {
  .saibaMaisFormula {
    top: 210px;
    max-height: 890px;
  }
}
@media (max-width: 1000px) {
  .saibaMaisFormula {
    top: 200px;
    max-height: 1040px;
  }
}
@media (max-width: 900px) {
  .saibaMaisFormula {
    top: 315px;
    max-height: 845px;
  }
}
@media (max-width: 767px) {
  .saibaMaisFormula {
    top: 180px;
    max-height: 760px;
  }
}

.secaoRelacao h3 {
  margin: 0;
  font-size: 3.5rem;
  color: #79519f;
  font-family: 'HeadlineBold';
}
.secaoRelacao{
  max-width: 100%;
  margin: 0 auto;
}
.knowHow {
  max-width: 45%;
  height: 150px;
  /* margin: 0 auto; */
  margin-left: 12%;
  margin-top: -40px;
}

.knowHow p {
  position: relative;
  max-width: 44%;
  margin: 0;
  font-size: 24px;
  top: -30px;
  color: #79519f;
  font-family: DaltonMaag;
  line-height: 20px;
}
.textoEsquerda h2{
  font-size: 5rem;
  font-family: 'HeadlineBold';
  line-height: 0.9;
}

.textoEsquerda p{
  font-family: 'HeadlineLight';
  font-size: 20px;
}
.textoEsquerda {
  max-width: 35%;
  padding-top: 100px;
  z-index: 0;
}
.textoEsquerda h2, p, h6{
  color: white;
  margin: 0;
}
.botao {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.botao span {
  font-size: 12px;
  font-family: 'HeadlineLight';
  margin-top: 50px;
  color: #fff;
}

.botao a {
  border: none;
  padding: 5px 20px;
  padding-top: 10px;
  margin-top: 20px;
  background: #fad053;
  border-radius: 15px;
  color: #834ca3;
  transition: 500ms ease-out;
  font-family: 'HeadlineBold';
  font-size: 18px;
  width: 30%;
  text-align: center;
}

.botao a:hover {
  background: #a15fbf;
  color: #fad053;
}

.secaoRoxa{
  display: flex;
  justify-content: space-around;
  margin-bottom: -15%;
}

.textoDireita{
  position: relative;
  flex: 0 0 70%;
  max-width: 40%;
  bottom: 120px;
}

.boxInformacao h3 {
  color: #8de647;
  padding: 0 20px;
  width: 60%;
  line-height: 1;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.boxInformacao {
  background: #8138a3;
  padding: 40px 20px;
  box-shadow: 0px 0 2em 10px #333333a8;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  bottom: 120px;
  width: 85%;
  margin: auto;
}

.boxInformacao ul {
  margin:0;
  padding-bottom:20px;
}
.boxInformacao ul li {
  font-size: 20px;
  font-family: 'HeadlineLight';
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.imgRoxa{
  background-size:cover;
  padding-bottom:15%;
  position: relative;
  top: -245px;
}
@media (max-width: 1200px) {
  .imgRoxa{
    top: -250px;
  }
}
@media (max-width: 550px) {
  .imgRoxa {
    padding-bottom: 100%;
  }
}
@media (max-width: 400px) {
  .imgRoxa {
    padding-bottom: 130%;
  }
}

.divImgCampanhaCentro{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  cursor: auto !important;
}
.divImgCampanhaCentro img {
  width: 100%;
  border: 20px solid #fff;
}
.campanha {
  position: relative;
  top: 330px;
  max-width: 80%;
  margin: 0 auto;
  z-index: 2;
}
.campanha h3 {
  width: 55%;
  color: #603589;
  text-align: center;
  font-family: 'HeadlineBold';
  font-size: 3rem;
  margin: 0 auto;
}
.boxImg {
  position: relative;
}

.boxImg p {
  font-size: 9em;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
  transition: ease 500ms;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .boxImg p {
    font-size: 7em;
  }
}
@media (max-width: 767px) {
  .boxImg p {
    font-size: 5em;
  }
}
@media (max-width: 767px) {
  .boxImg p {
    font-size: 5em;
  }
}
@media (max-width: 400px) {
  .boxImg p {
    font-size: 3em;
  }
}

.boxImg p:hover {
  color: #8138a3;
}

.over_fiquePorDentro {
  max-width: 100%;
  width: 100%;
  background: #a15fbf;
}

.fiquePorDentro {
    position: relative;
    top: 435px;
}
.fiqueDentro h3 {
  color: white;
  margin: 0;
  font-size: 4rem;
  font-family: 'HeadlineBold';
}
.miniHeader h6 {
    text-align: right;
    font-size: 20px;
    margin-top: 22px;
    color: #603589;
}

.miniHeader h6:hover {
  color: #fad053;
  cursor: pointer;
}

.bgImgFiquePorDentro {
    background-size: cover;
    padding-bottom: 100%;
    max-width: 100%;
    background-position: center;
    border-radius: 26px;
}

.duasBgs .bgImgOpacidade {
    background-size: cover;
    padding-bottom: calc((50%) - 20px);
    max-width: 100%;
    flex:0 0 100%;
    margin:20px 0;
    border-radius: 26px;
    background-position: center;
}
.duasBgs{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-left: 20px;
  max-width: calc(50% - 20px);
  flex-direction: column;
  justify-content: space-between;
}
.duasBgs .bg1{
  margin-top:0;
}
.duasBgs .bg2{
  margin-bottom:0;
}

.posAbsolutaRoxa{
  /* max-width: 600px; */
  max-height: 100%;
  height: 100%;
  width: 100%;
  background: rgb(105 0 196 / 70%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 26px;
}

.posAbsolutaRoxa1{
  /* max-width: 600px; */
  max-height: calc((100% / 2) - 20px);
  height: 100%;
  width: 100%;
  background: rgb(105 0 196 / 70%);
  position: absolute;
  top: 0px;
  right: 0;
  border-radius: 26px;
}

.posAbsolutaRoxa2{
  /* max-width: 600px; */
  max-height: calc((100% / 2) - 20px);
  height: 100%;
  background: rgb(105 0 196 / 70%);
  position: absolute;
  top: calc(50% + 20px);
  width: 100%;
  right: 0;
  border-radius: 26px;
}
.tituloImgGde{
  text-align: center;
  font-size: 40px;
  color: white;
  font-family: 'HeadlineBold';
}

.tituloImgGde  h3{
  margin: 0;
  /* margin-bottom:15px; */
}
.textoImgGde{
  color: white;
  font-family: 'HeadlineBold';
  text-align: center;
}

.infosDentroImg {
    max-width: 100%;
    min-height: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.buttonSaibaMais{
  padding-top:120px;
  text-align: center;
}

.buttonSaibaMais {
  border:none;
  background: #fad053;
  color:#6900c4;
  padding: 4px 13px;
  border-radius: 13px;
  transition: 500ms ease-out;
}

.buttonSaibaMais:hover {
  background: #a15fbf;
  color:#fad053;
}

.tituloImgsPequenas  h3{
  margin: 0;
  margin-bottom:15px;
}
.tituloImgsPequenas{
  text-align: center;
  /* margin-top: 40px; */
  font-size: 40px;
  color: white;
  font-family: 'HeadlineBold';
}

.textoImgsPequenas{
  color: white;
  font-family: 'HeadlineBold';
  text-align: center;
}
.buttonSaibaMais{
  margin-top: 15px;
}
a:hover{
  cursor:pointer;
}
button:hover{
  cursor:pointer;
}

.miniHeader{
  margin-bottom:60px;
}

.imgGde{
  position: relative;
  width: 50%;
}
.imgGde2{
  width: 49% !important;
}

.boxUso{
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .boxUso{
    flex-direction: column !important;
  }
}
.boxUso .flex50{
  font-size:21px;
  display: flex;
  color:white;
  background: #79519f;
  border-radius:15px;
  margin:15px;
  max-width: calc(50% - 15px);
  cursor: pointer;
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
@media (max-width: 1200px) {
  .boxUso .flex50 {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .boxUso .flex50 {
    font-size: 16px;
  }
}

.conteudoBox{
  flex:0 0 90%;
  max-width: calc(90% - 30px);

  padding: 20px 15px;
}

.vBox{
  flex:0 0 10%;
  max-width: calc(10% - 30px);
  padding: 20px 15px;
}

.headerQuaisDuvidas{
  color: #79519f;
  max-width: 50%;
  font-size: 58px !important;
  font-family: 'HeadlineBold';
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .headerQuaisDuvidas{
    max-width: 90%;
    font-size: 58px !important;
  }
}

.headerQuaisDuvidas h3{
  margin:0;
}
.boxUso .flex50 h4{
  margin:0;
}
.vBox h4 {
  text-align: center;
  transition: ease 500ms;
}
.boxUso .box1{
  margin-left:0;
}
.boxUso .box3{
  margin-left:0;
}
.boxUso .box5{
  margin-left:0;
}
.boxUso .box2{
  margin-right:0;
}
.boxUso .box4{
  margin-right:0;
}
.boxUso .box6{
  margin-right:0;
}

.naoEncontrou{
  font-size: 30px;
  font-family: 'HeadlineLight';
  font-weight: normal;
  color: #79519f;
  margin-top: 50px;
}
.naoEncontrou h5{
  margin: 0;
}
.naoEncontrou strong{
  font-family: 'HeadlineBold';
}

.icoLupa{
  background: #b66bde;
  border-radius:15px;
  outline: none;
  border: 0;
  z-index: 2;
}
.icoLupa img{
  padding: 10px 25px;
  max-width: 30px;
}
@media (max-width: 1000px) {
  .icoLupa img {
    max-width: 26px;
  }
}

.caixaPesquisa{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 2px solid #b66bde;
  border-radius: 20px;
  max-width: calc(50% - 2px);
  align-items: center;
  position: relative;
  overflow: hidden;
}
.txtCaixa{
  padding: 15px;
  color: #8138a3;
  flex:0 0 75%;
  font-size: 1.5rem;
}
@media (max-width: 1000px) {
  .txtCaixa {
    font-size: 1.2rem;
  }
}
.txtCaixa h3{
  margin: 0;
}

.acessaAcervo{
  text-align: right;
}
.acessaAcervo h3{
  margin: 0;
  color: #79519f;
  text-decoration: none;
  margin-top: 20px;
  font-size: 1.5rem;
}

a{
  text-decoration: none;
}
.divParaMaisDetalhes h2,h3{
  margin: 0;
}
.divParaMaisDetalhes{
  display: flex;
  flex-direction: row;
  margin-top: 90px;
}
@media (max-width: 550px) {
  .divParaMaisDetalhes {
    flex-direction: column;
  }
}

.duvidaMaisAcervo{
  display: flex;
  flex-direction: row;
  margin-top: 25px;
  align-items: center;
}
@media (max-width: 767px) {
  .duvidaMaisAcervo{
    flex-direction: column;
  }
}

.detalhesBula {
  color: #684496;
  font-family: 'HeadlineBold';
  font-size: 36px;
}
.divParaMaisDetalhes h2{
  line-height: 0.9;
  font-size: 5rem;
}
@media (max-width: 1000px) {
  .divParaMaisDetalhes h2 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .divParaMaisDetalhes h2{
    font-size: 2rem;
  }
}

.imgBula {
  justify-content: flex-end;
}
.imgPapel{
  max-width: 25%;
}
.txtPapel{
  color: #684496;
  margin-left: 20px;
  font-size: 1.5rem;
}
.secaoPreFooter{
  margin-bottom: 60px;
}
footer{
  background:#ddcce5;
  padding: 50px 0;
}
.divFooter{
  padding:40px 0;
  justify-content: space-between;
}
.divFooter li{
  line-height: 1;
  color: #684496;
  list-style: none;
  font-weight: bold;
}
.listaFooter ul{
  padding:0;
}
.divFooter li a{
  color: #684496;
}

.divFooter img{
  max-width: 102px;
}
.iconFooter{
  margin-left: -3px;
  flex-wrap: wrap;
  flex:0 0 17%;
  max-width: 17%;
}
.divIco .icoFooter img{
  max-width: 100%;
  width: 24px;
  margin: 3px;
}
.conteudoFooter{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.divImgEMS {
  width: 7%;
}

.divImgEMS img {
  width: 100%;
}

.txtFooter {
  width: 85%;
}

.txtFooter p{
  color: #000;
  font-size: 14px;
  text-align: justify;
  font-family: arial, sans-serif;
}

.flex100{
  flex:0 0 100%;
  max-width: 100%;
}

.divbotao a {
    color: #684496;
    background: #fad053;
    border-radius: 15px;
    padding: 5px 20px;
    font-family: 'HeadlineBold';
    transition: 500ms ease-out;
}

.divbotao a:hover {
  background: #684496;
  color: #fad053;
}
@media (max-width: 1400px) {
  .quaisDuvidas {
    padding-top: 30px;
  }
}
@media (max-width: 1300px) {
  .quaisDuvidas {
    padding-top: 60px;
  }
}
@media (max-width: 1000px) {
  .quaisDuvidas {
    padding-top: 90px;
  }
}

@media (max-width:1200px) {
  .container1200{
    max-width: 960px;
  }
  .imgRemedio{
    display: none;
  }
  .infos2{
    padding-top: 95px;
  }
  .bgAmarelo{
    padding-bottom:60%;
  }
  .secaoRelacao{
    max-width: 90%;
  }
  .knowHow{
    max-width: 80%;
  }
  .knowHow p{
    top: 0;
    text-align: left;
    margin-left: 5px;
  }
  .textoEsquerda{
    z-index: 2;
  }
  .divBotaoMobile{
    display: block !important;
  }
  .headerMenu{
    display: none !important;
  }
  .headerSocial{
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .bgAmarelo{
    padding-bottom: 70%;
  }
}

@media (max-width:992px) {

  .infoPlantas{
    padding-top: 40px;
  }
  /* .imgRoxa{
    top: -270px;
  } */
  /* .campanha{
    padding-top:120px;
  } */
  .tituloImgGde{
    margin-top: 100px;
  }
  .tituloImgsPequenas{
    margin-top:15px;
  }
  .tituloImgsPequenas h3{
    margin-bottom: 0;
  }
  .txtCaixa{
    flex: 0 0 60%;
    max-width: 60%;
  }
  .icoLupa{
    flex: 0 0 auto;
    max-width: 100%;
  }
}
.posRelativa {
    position: relative;
}
.secaoCaracteristica{
  position: relative;
  margin: 18% 0 12% 0;
}
.passeMouse p{
  color: #4b4242;
}
.plantanum1{
  padding-bottom:20px;
}
@media (max-width:767px) {
  .quaisDuvidas {
      padding-top: 120px;
  }
  .imgRemedio{
    display: block;
  }
  .secaoCaracteristica{
    position: relative;
    margin: 18% 0 15% 0;
  }
  .tituloImgGde{
    margin-top: 50px;
  }
  .infosDentroImg .buttonSaibaMais{
    padding-top: 10px;
  }
  .quaisDuvidas{
    padding-top:160px;
  }
  .txtCaixa{
    padding: 20px 15px;
  }
  .caixaPesquisa{
    max-width: 100%;
    width: 100%;
  }
  .acessaAcervo{
    flex:0 0 100%;
    max-width: calc(100%)
  }
  .boxUso .flex50{
    align-items: center;
    max-width: 100%;
  }
  .vBox{
    padding: 0;
  }
  .iconFooter{
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 30px;
  }
  .txtFooter{
    width: 90%;
  }
  .divImgEMS {
    width: 10%;
    margin-right: 30px;
  }
  .headerQuaisDuvidas{
    max-width: 100%;
  }



}
.botaoComprarJa_bgPurple {
  background: #8de647;
  text-align: center;
  margin-top: 30px;
  padding: 10px 20px;
  padding-top: 15px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: bolder;
  color: #6900c4;
  font-family: 'HeadlineBold';
  text-transform: uppercase;
  transition: 500ms ease-out;
}

.botaoComprarJa_bgPurple:hover {
  background: #ddcce5;
}

            /* 02/09/21 */
.divBotaoMobile{
  display: none;
  position: fixed;
  right: 10%;
  float: left;
}
#divMenuMobile{
  background-color: #ddcce5;
  color: #79519f;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 999999999;
  display: none;
}

.botaoFecharMobile{
  position: absolute;
  right: 10%;
  top: 4%;
  font-size: 30px !important;
}

.botaoDoMenu{
  background: transparent;
  outline: 0;
  border: 0;
  color: #79519f !important;
  font-size: 24px;
}

.divListaMenuMobile{
  padding-top: 3.5%;
  padding-left: 10%;
  padding-bottom: 5%;
}

.flex10{
  flex: 0 0 10%;
}

.redesSociaisMobile{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
}

.botaoComprarMobile{
  background: #ffffff;
  text-align: center;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  width: 30%;
  margin-top: 25px !important;
  font-size: 30px !important;
  border-radius: 28px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  /* position: absolute; */
  margin: 20px auto;
  opacity: 1;
}

.ulMobile{
  list-style: none;
  font-size: 32px;
}
.liMobile{
  margin-bottom: 20px;
}

.d-none{
  display: none !important;
}

.d-block{
  display: block !important;
}
@media (max-width: 1100px) {
  .infoPlantas {
    margin-top: -15%;
  }
  .knowHow {
    margin-top: -15px;
  }
  .passeMouse{
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .tituloImgsPequenas h3{
    font-size: 1.5rem;
  }
}

@media (max-width: 900px){
  .divListaMenuMobile {
    padding-top: 15%;
    padding-left: 0%;
    padding-bottom: 5%;
  }
  .ulMobile {
    list-style: none;
    font-size: 26px;
  }
  .botaoComprarMobile{
    width: 40%;
    margin-top: 25px !important;
    font-size: 14px !important;
  }
  .knowHow {
    margin-top: 15px;
  }

  .divIconesPlanta{
    top: 111px;
  }
  .infoPlantas {
    bottom: 278px;
    margin-top: -20%;
  }

  .textoDois {
    font-size: 48px;
  }

  .divInfoLadoPlanta{
    font-size: 30px;
  }

  .textoDois h3{
    line-height: 50px;
    font-size: 1em;
  }

  .passeMouse{
    top: 140px;
  }
}

@media(min-width: 900px){
  .ulMobile{
    font-size: 32px;
  }
  .divListaMenuMobile{
    padding-top: 3%;
  }
  .botaoComprarMobile{
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    width: 26%;
    margin-top: 25px !important;
    font-size: 24px !important;
  }
}

@media (max-width: 800px) {
  .textoDois {
    font-size: 38px;
    margin-block-start: 63px;

  }
  .logoSominex{
      max-width: 100%;
  }
  .saibaMaisFormula {
    top: 233px;
    margin-top: 25%;
  }
  .secaoRelacao h3{
    font-size: 3rem;
  }
  .textoEsquerda h2{
    font-size: 3rem;
  }
  .tituloImgGde h3{
    font-size: 1.5rem;
  }
  .headerQuaisDuvidas{
    font-size: 45px!important;
  }
  .conteudoBox{
    font-size: 16px;
  }
  .txtCaixa{
    font-size: 13px;
  }
  .detalhesBula{
    font-size: 25px;
  }
  .textpapel{
    font-size: 1rem;
  }
  .acessaAcervo{
    font-size: 1.3 rem;
  }
  .txtFooter p{
    font-size:12px;
  }
  .infoEsquerda{
    font-size: 2rem;
  }
  .infoPlantas {
  bottom: 207px;
  }
}

@media(max-width: 767px){
  .info1 {
    color: #8138a3;
    font-size: 25px;
    line-height: 25px;
    font-family: 'HeadlineBold';
    width: 100%;
    text-align: center;
  }

  .imgRemedio {
    display: block;
    text-align: center;
  }

  .imgRemedio img {
    max-width: 70%;
  }

  .divInfoLadoPlanta {
    top: 275px;
    max-width: 100%;
    left: 8%;
    font-size: 42px;
  }

  .infoDireita {
    top: -240px;
  }

  .infoBgDestaque h4 {
    font-size: 18px;
    padding: 7px;
    margin: 0;
    text-align: center;
  }

  .boxUso .box1{
    margin-left: 0;
    margin-right: 0;
  }

  .boxUso .box2{
    margin-left: 0;
    margin-right: 0;
  }

  .boxUso .box3{
    margin-left: 0;
    margin-right: 0;
  }

  .boxUso .box4{
    margin-left: 0;
    margin-right: 0;
  }

  .boxUso .box5{
    margin-left: 0;
    margin-right: 0;
  }

  .boxUso .box6{
    margin-left: 0;
    margin-right: 0;
  }

  .imgGde {
    width: 100%;
    margin-bottom: 30px;
  }
  .bgImgFiquePorDentro {
    max-width: 100%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .duasBgs {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
  }

  .duasBgs .bgImgOpacidade{
    padding-bottom: 50%;
  }

  .flexImgFiquePorDentro {
    flex-direction: column;
  }

}

@media (max-width: 700px) {
  .infoEsquerda{
  font-size: 45px;
  }
  .secaoRelacao h3{
    font-size: 2rem;
  }
  .infoPlantas h3{
  margin-bottom: 0;
  }
  .infos2 {
  padding-top: 30px;
  }
  .bgPurplePosAbsolute {
    height: 710px;
  }
  .textosFlex {
    margin-top: 60px;
  }
  .plantaposTexto {
    padding-top: 310px;
  }
  .mb-30 {
    margin-bottom: 45px;
  }
  .bgAmarelo {
    top: 650px;
  }
  .divInfoLadoPlanta {
    left: 5%;
    font-size: 38px;
  }
  .divIconesPlanta {
    top: 145px;
  }
  .passeMouse {
    top: 160px;
  }
  .saibaMaisFormula {
    margin-top: 35%;
  }
  .secaoCaracteristica {
    margin: 40% 0 15% 0;
  }
  .botao a {
    width: 70%;
  }
}

@media (max-width: 650px) {
  .bgAmarelo {
    padding-bottom: 100%;
  }
}

@media (max-width: 600px) {
  .infoBgDestaque h4 {
    font-size: 16px;
  }
  .imgRemedio img {
    max-width: 60%;
  }
  .info1 h3 {
    font-size: 26px;
  }
}

@media (max-width: 550px){
  .duasBgs .bgImgOpacidade{
    padding-bottom: 70%;
  }

  .subirImgOnda {
    margin-bottom: -70%;
  }

  .infos2.flex{
    padding-top: 160px;
  }

  .info1 h3 {
    text-shadow: 1px 1px rgb(255 255 255 / 50%);
  }

  .infos2Flex {
    width: 100%;
  }

  .textoDois {
    margin-block-start: 0;
  }

  .mb-30 {
    margin-bottom: 40px;
  }

  .plantaposTexto {
    padding-top: 105%;
    margin-bottom: -180%;
  }

  .plantaposTexto img {
    width: 80%;
  }

  .bgPurplePosAbsolute {
    height: 820px;
  }

  .container1600.bgAmarelo{
    top: 420px;
  }

  .container1600.bgPurplePosAbsolute{
    height: 625px;
  }

  .flex70.detalhesBula {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .flex10.imgPapel{
    max-width: 100%;
    flex: 0 0 100%;
    right: 6%;
    width: 32px;
    position: absolute;
  }

  .imgBula.flex.flex30 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
  }

  h3#textoBula{
    font-size: 1em;
    margin-top: 15px;
  }

  .icoLupa img {
    padding: 10px 20px;
    width: 25px;
  }

  .txtPapel{
    margin-left: 0 !important;
  }

  .secaoRoxa{
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .textoEsquerda h2{
    font-size: 2.5rem;
  }

  .campanha h3{
    width: 100%;
    color: #603589;
    display: flex;
    text-align: center;
    font-family: 'HeadlineBold';
    font-size: 2rem;
    margin: 0 auto;
    margin-left: -5%;
    justify-content: center;
  }

  .flex70.fiqueDentro{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .headerQuaisDuvidas {
    font-size: 30px!important;
  }

  .boxUso .flex50 {
    font-size: 21px;
    display: flex;
    color: white;
    background: #79519f;
    border-radius: 15px;
    width: 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 15px);
  }

  .tituloImgGde {
    margin-top: 20px;
  }

  .tituloImgsPequenas {
    margin-top: 5px;
  }

  .flex30.vertodosArtigos {
    flex: 0 0 100%;
    max-width: 100%;
    align-items: center;
  }

  .campanha {
    position: relative;
    top: 330px;
    max-width: 100%;
    margin: 0 auto;
  }

  .textoEsquerda {
    max-width: 100%;
    padding-top: 0px;
    margin-top: -100px;
  }
  .textoDireita {
    position: relative;
    flex: 0 0 100%;
    width: 88%;
    max-width: 100%;
    bottom: 80px;
  }

  .boxInformacao {
    background: #79519f;
    padding: 8px;
    box-shadow: 0 0 1em rgb(0 0 0 / 70%)black;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    width: 100%;
    bottom: 100px;
  }

  .boxInformacao h3{
    margin-top: 15px;
  }
  .passeMouse p {
    color: #4b4242;
    font-size: 10px !important;
    margin-bottom: 15px;
  }
  .iconesPlanta p {
    margin-top: 15px;
  }
  .divInfoLadoPlanta {
    top: 250px;
    left: 8%;
    font-size: 28px;
  }
  .iconesPlanta {
    padding-bottom: 0;
    width: 25%;
  }
  .passeMouse {
    max-width: 80%;
    text-align: center;
  }
  .bgAmarelo {
    top: 800px;
  }
  .plantaposTexto2 {
    left: 10%;
    top: 104%;
    width: 20%;
  }
  .saibaMaisFormula {
    top: 300px;
    margin-top: 90%;
    max-height: 800px;
  }
  .secaoCaracteristica {
      margin: 10% 0 25% 0;
  }
  .infoEsquerda {
    font-size: 30px;
  }
  .infoDireita {
    position: relative;
    left: 48%;
    max-width: 60%;
    top: -330px;
  }
  .infoPlantas h3 {
    margin-bottom: 0;
    max-width: 85%;
  }
  .infoPlantas {
    max-width: 85%;
  }
  .secaoRelacao {
    max-width: 100%;
  }
  .miniHeader {
    flex-direction: column;
  }
  .fiqueDentro h3 {
    font-size: 3rem;
  }
  .conteudoFooter {
    flex-direction: column-reverse;
  }
  .divImgEMS {
    width: 30%;
    margin-top: 10px;
  }
  .txtFooter {
    width: 100%;
  }
  .infoBgDestaque {
    max-width: 100%;
  }
  .infos2 {
    width: 100%;
    flex-direction: column;
  }
  .boxInformacao h3 {
    width: 75%;
  }
}

@media (max-width: 500px) {
  .plantaposTexto {
    padding-top: 130%;
    margin-bottom: -195%;
  }
  .saibaMaisFormula {
    top: 300px;
    margin-top: 110%;
  }
  .informacoes {
    width: 80%;
    left: 5%;
    top: 150px;
  }
  .divIcosInfo {
    max-width: 85%;
  }
  .imgRemedio {
    margin-top: 5%;
  }
  .areaBanner2 {
    padding-bottom: 90%;
  }
}

@media (max-width:460px) {
  .divInfoLadoPlanta{
    font-size: 18px;
    left: 14%;
  }
  .plantaposTexto {
    padding-top: 145%;
    margin-bottom: -215%;
  }
}

@media (max-width: 450px) {
  .saibaMaisFormula {
    margin-top: 120%;
  }
  .secaoRelacao h3 {
    font-size: 1.5rem;
  }
  .secaoCaracteristica {
    margin: 15% 0 25% 0;
  }
  .headerQuaisDuvidas{
    font-size: 32px !important;
  }
  .flex10.imgPapel {
    max-width: 100%;
    flex: 0 0 100%;
    right: 6%;
    margin-top: 15px;
    width: 28px;
    position: absolute;
  }
  .iconesPlanta {
    width: 23%;
  }
  .plantaposTexto {
    padding-top: 160%;
    margin-bottom: -227%;
  }
}
@media screen and (max-width: 450px) {
  .bgAmarelo {
    padding-bottom: 120%;
  }
  .infoEsquerda {
    top: -20px
  }
}
@media (max-width: 400px) {
  .bgAmarelo {
    top: 750px;
  }
  .subirImgOnda {
    margin-bottom: -90%;
  }
  .textoDois h3 {
    line-height: 1;
    font-size: 30px;
    margin-top: 65px;
  }
  .informacoes {
    width: 85%;
    left: 0;
  }
  .plantaposTexto {
    padding-top: 175%;
    margin-bottom: -240%;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .iconesPlanta {
    width: 29%;
    margin: 0;
  }
  .iconesPlanta p {
    font-size: 14px;
  }
  .infoPlantas {
    margin-top: -13%;
  }
  .secaoRelacao h3 {
    font-size: 1.5rem;
  }
  .secaoCaracteristica {
    margin: 25% 0 30% 0;
  }
  .botao a {
    width: 40%;
  }
  .plantaposTexto2 {
    left: 15%;
    top: 101%;
  }
  .infoDireita {
    top: -300px;
  }
  .areaBanner2 {
    padding-bottom: 90%;
  }
}

.transicao {
  position: relative;
}

.transicao {
  margin-top: 0;
  transition: margin-top 500ms;
}

.transicao:hover {
  margin-top: -8px;
}

.transicao2 {
  position: relative;
}

.transicao2 {
  margin-top: 0;
  transition: margin-top 500ms;
}

.transicao2:hover {
  margin-top: -15px;
}

.transicao3 {
  position: relative;
}

.transicao3 {
  margin-top: 0;
  transition: margin-top 500ms;
}

.transicao3:hover {
  margin-top: -8px;
}
@media (max-width: 550px) {
  .transicao3:hover {
    margin-top: 0;
  }
}

.classeFecharBoxServicos {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.90);
  z-index: 999999999999999;
  text-align: center;
}

.containerBoxServicos {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.texoBox {
	width: 50%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
	position: absolute;
	padding: 25px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}

.texoBox h3 {
  font-size: 22px;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

.texoBox p {
  font: 18px;
  color: #000;
  text-align: left;
}

.ondeComprarBox {
	width: 85%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
	position: absolute;
	padding: 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
}

@media screen and (max-width: 700px) {
  .ondeComprarBox {
  	width: 50%;
  }
}

.ondeComprarBox_geral {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 700px) {
  .ondeComprarBox_geral {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}


.ondeComprarBox_inner {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}

@media screen and (max-width: 700px) {
  .ondeComprarBox_inner {
    width: 100%;
  }
}


.ondeComprarBox_inner a {
  background: #8138a3;
  color: #ffffff;
  font-size: 18px;
  font-family: 'HeadlineBold';
  text-transform: uppercase;
  border-radius: 20px;
  padding: 5px 20px 0 20px;
}

.ondeComprarBox_inner_img {
  width: 20%;
}

.ondeComprarBox_inner img {
  width: 100%;
}

@media (max-width: 450px) {
  .ondeComprarBox_inner a {
    font-size: 10px;
    padding: 5px 10px;
  }
  .ondeComprarBox_inner_img {
    width: 30%;
  }
  .botaoFecharBox {
    padding: 0;
  }
}

.botaoFecharBox {
  border: 1px solid #FFF;
  padding: 5px;
  width: 30px;
  margin-left: auto;
  background-color: #673196;
  cursor: pointer;
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
  font-family: poppins, sans-serif;
  border-radius: 6px;
  text-align: center;
}

.videoBox {
	width: 90%;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 10px;
	position: absolute;
	/* padding: 25px; */
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
  z-index: 9;
}
@media (max-width: 500px) {
  .videoBox {
    width: 85%;
  }
  .videoBox iframe {
    height: 230px;
  }
}

@media screen and (max-width: 400px) {
  .videoBox iframe {
    height: 190px;
  }
}

.single_post {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.single_titulo h1 {
  font-size: 42px;
  color: #000;
  margin-bottom: 10px;
}

.single_titulo img {
  width: 20%;
}

.single_texto h2 {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}

.single_texto p {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.box_duvidas p {
  margin-top: 30px;
  font-size: 18px;
  color: #fff;
  text-transform: none;
}

.respostaExpandida {
  transition: max-height 0.5s ease-out !important;
  max-height: 720px !important;
}

/*Onde comprar*/

.espacamento-onde-comprar {
  background: #ddcce5;
  padding: 50px 0;
}

.onde-comprar-mobile {
 display: none;
}
#onde-comprar {
  background: #a15fbf;
}
#onde-comprar h2 {
  color: #551ab8;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
#onde-comprar .w6 {
  width: 50%;
}
#onde-comprar .right.w6 {
  padding-left: 70px;
  padding-top: 60px;
  padding-right: calc(50vw - calc(1170px / 2));
}
#onde-comprar input:not([type=submit]) {
  outline: none;
  background: transparent;
  border: 0;
  font-style: italic;
  font-size: 16px;
  font-weight: 600;
  width: 78%;
  color: var(--theme-color);
}
#onde-comprar input[type="submit"] {
  background: #a15fbf;
  color: #551ab8;
  border: 1px solid #a15fbf;
  font-size: 16px !important;
  width: max-content;
  font-family: var(--soldier-font);
  padding: 7px 24px;
  position: absolute;
  right: 4px;
  display: block;
  top: 0;
  bottom: 0;
  font-weight: 500;
  height: 33px;
  border-radius: 40px;
  margin: auto;
  min-width: 118px;
}
#onde-comprar input[type="submit"]:hover {
  color: #551ab8;
  background: #a15fbf;
}
#onde-comprar ::-webkit-input-placeholder { /* Edge */
  color: #551ab8;
  font-weight: 800;
  font-family: var(--main-font);
}
#onde-comprar :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #551ab8;
  font-weight: 800;
  font-family: var(--main-font);
}
#onde-comprar ::placeholder {
  color: #551ab8;
  font-weight: 800;
  font-family: var(--main-font);
}
#onde-comprar label {
  transition: 0.3s all;
  color: #ffffff;
  font-size: 16px;
  left: 30px;
  position: absolute;
  font-weight: 600;
  bottom: 0px;
  padding: 10px 0;
}
#onde-comprar span {
  display: block;
  width: 100%;
  padding: 10px 15px 10px 20px;
  position: relative;
  border-bottom: nonen;
  background: white;
  border-radius: 20px;
  position: relative;
}
#onde-comprar .focus label {
  transition: 0.3s all;
  bottom: 24px;
  transform: scale(0.8);
  left: -10px;
}
#onde-comprar .atual {
  margin-top: 3px;
  cursor: pointer;
  display: block;
  text-align: right;
  color: #ffffff;
  font-family: var(--soldier-font);
  font-size: 14px;
  padding-left: 10px;
}
#onde-comprar .swiper-slide a {
  color: white;
  border-radius: 10px ;
  margin-top: 0;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  padding-left: 0;
  height: 100%;
  background: white;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
#onde-comprar .right {
  height: 420px;
}
#onde-comprar #map {
  width: 100%;
  background: black;
  height: 480px;
}
#onde-comprar p {
  color: #ffffff;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
}
#onde-comprar .swiper-slide {
  height: 130px;
}
#onde-comprar .grid_m {
  position: relative;
  padding: 0 25px;
}
#onde-comprar .marcas {
  margin-top: 40px;
}
#onde-comprar .swiper-button-prev {
  left: -10px !important;
}
#onde-comprar .swiper-button-next {
  right: -10px !important;
}
#onde-comprar .swiper-slide img {
  transition: 0.3s all;
  width: 80%;
  max-width: 180px;
  object-fit: cover;
}
@media (min-width: 1025px) {
  #onde-comprar .swiper-slide img {
    filter: grayscale(1);
  }
  #onde-comprar .swiper-slide:hover img {
    filter: grayscale(0);
  }
}
#onde-comprar .grid_m {
  max-width: 1030px;
  margin: auto;
  width: 90%;
  position: relative;
}
#onde-comprar .onde-comprar-desk {
  display: none;
}
#onde-comprar p {
  text-align: center;
  margin-top: 10px;
}
#onde-comprar .mingrid .left {
  padding: 15px !important;
}
#onde-comprar a {
  font-size: 13px;
}
#onde-comprar .right {
  max-width: 90%;
  margin: 0 auto;
  display: block;
}
@media(max-width: 800px) {
  #onde-comprar .right {
    height: auto;
    padding-bottom: 40px !important;
  }
}
#onde-comprar #map{
  height: 480px;
}
#onde-comprar .swiper-slide {
  height: 100px;
}
#onde-comprar .swiper-slide img {
  width: 90%;
}
#onde-comprar .atual {
  font-family: var(--main-font);
  margin-top: 10px;
  text-align: right;
}
#onde-comprar .fakegrid {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  #onde-comprar .fakegrid {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #onde-comprar .right .w6 {
    padding: 0 !important;
    width: 100%;
  }
  #onde-comprar .right {
    max-width: 100%;
    margin-top: 20px;
  }
  #onde-comprar .fakegrid {
    display: flex;
    flex-wrap: wrap;
  }
  #onde-comprar #map {
    height: 250px;
  }
  #onde-comprar .w6 {
    width: 100%;
  }
  #onde-comprar h2 {
    display: none;
  }
  #onde-comprar .onde-comprar-mobile {
    display: block !important;
    margin: 10px auto 20px;
  }
  #onde-comprar .right.w6 {
    padding: 20px 35px 20px 0 !important;
  }
}
.marcadores {
  margin-top: 40px;
  max-height: 150px;
  min-height: 150px;
  overflow: auto;
}
.local {
    padding: 5px 0 !important;
    margin-bottom: 10px;
}
[data-marcador] h3 {
  color: #fff;
  font-family: 'Avenir Next Condensed', sans-serif;
  margin: 0;
  padding-right: 44px;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 16px;
  transition: .2s all;
  transition-delay: .5s;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  width: calc(100% - 44px);
}
[data-marcador] .conteudo-texto {
  display: block;
  width: 100%;
  margin-right: 10px;
  vertical-align: middle;
  font-family: 'Avenir Next Condensed', sans-serif;
}
[data-marcador] div.distancia {
  display: inline;
  font-size: 11px !important;
  border: solid 1px white;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 0 3px;
  width: fit-content;
}
[data-marcador] div.comprar {
  display: inline;
  border: none !important;
  padding: 0;
}
[data-marcador] div.comprar a {
  transition: 0.3s all;
  border: none!important;
  border-radius: 4px;
  background: white;
  padding: 6px 10px !important;
  margin: 5px auto !important;
  text-align: center !important;
  width: fit-content;
  font-size: 11px !important;
  font-weight: normal !important;
  transition: 2s;
}
[data-marcador] div.comprar a:hover {
  background-color: #a15fbf;
}
[data-marcador] .rota {
  font-size: 11px !important;
  font-weight: 800 !important;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid white;
  margin: 0 3px;
  cursor: pointer;
  display: inline-block !important;
  width: fit-content;
  font-weight: normal !important;
  background: white;
  transition: 2s;
}
[data-marcador] .rota:hover {
  background-color: #a15fbf;
}
@media (max-width: 800px) {
  [data-marcador] div.distancia b {
      display: none;
  }
}
@media screen and (max-width: 400px) {
  [data-marcador] div.comprar a, [data-marcador] div.distancia, [data-marcador] .rota {
    font-size: 9px !important;
  }
}
/*Onde comprar*/

/*Contato*/

/* #contato h2 {
  text-align: left;
  color: #79519f;
  margin-top: 40px;
  margin-bottom: 60px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 32px;
  padding-left: 15px;
} */

#contatoF7 .contato-form .assunto select {
  background-image: url(https://teste.webtagger.com.br/multigripWp/wp-content/themes/multigripNovo/img/arrow-down.png) !important;
  background-size: contain;
  background-position-y: center !important;
  background-position-x: calc(100% - 10px) !important;
  background-repeat: no-repeat !important;
}
.wpcf7:not(#wpcf7-f80-o2) input:not([type=submit]), .wpcf7:not(#wpcf7-f80-o2) textarea, .wpcf7 select {
  background: #ffffff!important;
  border: 1px solid #42166c;
  padding: 1em;
  border-radius: 8px;
  width: calc(100% - 1em);
  color: #8138a3;
  font-size: 14px;
  font-weight: 900;
  outline: none;
}
.wpcf7 form > p {
  position: relative;
  width: 100%;
  display: flex;
  vertical-align: middle;
  font-size: 0;
  flex-wrap: wrap;
}
.wpcf7 p span {
  width: calc(50% - 30px);
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  float: left;
}
@media screen and (max-width: 600px) {
  .wpcf7 p span {
    width: 100%;
    display: block;
  }
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7 span.assunto, .wpcf7 span.comentario {
  width: calc(100% - 30px);
}
.wpcf7 span .assunto {
  width: 100%;
}
.wpcf7 select {
  width: calc(100% - 15px);
}
#contatoF7 form .w12 {
  display: block;
  position: relative;
  margin: 30px 0;
}
#contatoF7 .info-politica {
  padding: 0 15px;
  max-height: 200px;
  width: calc(100% - 30px) !important;
  overflow: auto;
}
#contatoF7 .w12 {
  width: 100%;
  font-size: 16px;
}
#contatoF7 .info-politica p:not(:last-of-type) {
  margin-bottom: 10px;
}
#contatoF7 .info-politica p {
  color: #8138a3;
  text-transform: none;
  font-weight: bold;
}
#contatoF7 .wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}
#contatoF7 .wpcf7-acceptance label {
  position: relative;
  cursor: pointer;
}
#contatoF7 .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}
#contatoF7 .wpcf7-list-item-label {
  font-size: 16px;
  text-transform: none;
  position: relative;
  padding-left: 40px;
  display: inline-block;
  color: #8138a3;
  font-weight: bold;
}
#contatoF7 .wpcf7-acceptance input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 0;
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  left: 0px;
  border: 3px solid #551ab8;
}
#contatoF7 .wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: calc(50% - 10px);
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  background-color: #7d4996;
  border: 1px solid #551ab8;
}
#contatoF7 .wpcf7-acceptance input[type=checkbox]:checked + span:after {
  visibility: visible;
}
#contatoF7 .wpcf7-acceptance input[type=checkbox] + span:after {
  display: block;
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: calc(50% - 10px);
  left: 0;
  visibility: hidden;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  background-color: #faef00;
  border: 1px solid #faef00;
}
#contatoF7 .footer_form .aceite {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 900px) {
  #contatoF7 .footer_form .aceite {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #contatoF7 .footer_form {
    display: block;
  }
}
#contatoF7 .footer_form .btn-block {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  #contatoF7 .footer_form .btn-block {
    margin: 20px auto 0;
    display: block;
    position: relative;
  }
}
#contatoF7 input[type=submit], #contatoF7 .formulario .wpcf7 .wpcf7-submit {
  transition: 0.3s all;
  color: #ffffff;
  background: #684496;
  display: block;
  width: fit-content;
  font-size: 18px;
  font-weight: 900;
  padding: 8px 45px;
  border-radius: 5px;
  text-align: center;
  border: none;
  cursor: pointer;
  margin: 0 auto;
}
#contatoF7 .wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#contatoF7 .footer_form {
  position: relative;
  padding: 0 15px;
}
#contatoF7 .wpcf7 span.assunto {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #contatoF7 .wpcf7 span.assunto {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 600px) {
  #contatoF7 .wpcf7 span.comentario {
    width: 100%;
  }
}
.wpcf7-not-valid-tip {
  color: #fff !important;
  font-weight: 900 !important;
  text-transform: none;
  text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  color: #fff !important;
  font-weight: 900 !important;
  text-transform: none;
  border: 0;
  text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #fff !important;
  font-weight: 900 !important;
  text-transform: none;
  border: 0;
  text-align: center;
}
/*Contato*/

.post_blog_pag {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid #ddcce5;
  border-radius: 10px;
  padding: 15px;
  margin: 50px 0;
  background: #fdf8ff;
}

.titulo_post_blog_pag h2 {
  font-size: 22px;
  color: #000;
  margin-bottom: 10px;
}

.titulo_post_blog_pag img {
  width: 20%;
  margin-bottom: 20px;
}

.conteudo_post_blog_pag p {
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.pagination {
    padding: 16px;
    text-align: center;
    margin: 28px auto;
    font-size: 22px;
    color: white;
    width: fit-content;
    background: #684496;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-radius: 12px;
}

.pagination a {
  margin: 0 5px;
  color: #fad053;
}

.upTopo {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background: #ebb437;
  color: #551ab8;
  padding: 15px;
  font-size: 28px;
  border-radius: 10px;
  z-index: 999;
}

.dNone {
  display: none;
}

.virarV .vBox h4{
  transform: rotate(180deg);
  line-height: 0.5;
  transition: ease 500ms;
}

/* <============================ PRODUTOS ============================> */

.bdProdutos {
  background-image: url('../img/bgProduto.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 16%;
  padding-top: 85px;
}

.homeBanner_produto {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.homeBanner_produto_text {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 5%;
}

.homeBanner_produto_text h1 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'HeadlineBold';
}

.homeBanner_produto_text h4 {
  font-size: 24px;
  color: #fff;
  font-family: 'HeadlineBold';
}

.homeBanner_produto_img {
  position: absolute;
  width: 20%;
  right: 25%;
  bottom: -70%;
}

.homeBanner_produto_img img {
  width: 100%;
}

.secao1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 3px solid #79519f;
  padding-bottom: 50px;
}

.secao1_left, .secao1_right,
.secao2_left, .secao2_right,
.secao3_left, .secao3_right,
.secao4_left, .secao4_right,
.secao5_left, .secao5_right,
.bottom_produto_left, .bottom_produto_right {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.secao1_right, secao2_right {
  margin-top: 10%;
}

.secao1_left_box1, .secao1_left_box2, .secao1_right_box1, .secao1_right_box2,
.secao2_left_box1, .secao2_left_box2,
.secao4_left_box1, .secao4_left_box2,
.secao5_left_box1, .secao5_left_box2, .secao5_right_box1, .secao5_right_box2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  word-break: break-word;
}

.secao5_right_box1 span {
  word-break: break-all;
}

.secao1_left_box1 {
  margin-bottom: 130px;
}

.secao1_left_box1 h2 {
  font-size: 36px;
  color: #79519f;
  font-family: 'HeadlineBold';
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}

.secao1_left_box1 span {
  font-size: 18px;
  font-style: italic;
  color: #79519f;
  margin-bottom: 40px;
}

.secao1_left_box1 h3 {
  font-size: 26px;
  color: #79519f;
  font-family: 'HeadlineBold';
  margin-bottom: 15px;
}

.secao1_left_box1 p {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
}

.secao1_left_box2 h3 {
  font-size: 26px;
  color: #79519f;
  font-family: 'HeadlineBold';
  margin-bottom: 15px;
}

.secao1_left_box2 p {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
  margin-bottom: 15px;
}

.secao1_right_box1 {
  margin-bottom: 60px;
}

.secao1_right_box1 img {
  width: 100%;
  margin-bottom: 10px;
}

.secao1_right_box1 span {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #79519f;
  margin-bottom: 20px;
}

.secao1_right_box1 p, .secao1_right_box2 p {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
  margin-bottom: 30px;
}

.secao1_right_box2 span {
  font-size: 18px;
  font-family: 'HeadlineBold';
  color: #79519f;
  margin-bottom: 20px;
}

.secao2 {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 3px solid #79519f;
}

.secao2_left h2 {
  font-size: 26px;
  color: #79519f;
  font-family: 'HeadlineBold';
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 50px;
}

.secao2_left_box1 {
  margin-bottom: 60px;
}

.secao2_left_box1 h3, .secao2_left_box2 h3, .secao2_right h3 {
  font-size: 26px;
  color: #79519f;
  font-family: 'HeadlineBold';
  margin-bottom: 15px;
}

.secao2_left_box1 p, .secao2_left_box2 p, .secao2_right p {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
  margin-bottom: 30px;
}

.secao2_right {
  display: flex;
  flex-direction: column;
  padding-top: 85px;
}

.secao2_right span {
  font-size: 18px;
  font-family: 'HeadlineBold';
  color: #79519f;
  margin-bottom: 20px;
}

.secao3 {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 3px solid #79519f;
  padding-bottom: 50px;
}

.secao3_left h3 {
  font-size: 26px;
  color: #79519f;
  font-family: 'HeadlineBold';
  margin-bottom: 15px;
}

.secao3_left p, .secao3_right p {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
  margin-bottom: 30px;
}

.secao3_left p b {
  font-family: 'HeadlineBold';
}

.secao4 {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 3px solid #79519f;
  padding-bottom: 50px;
}

.secao4_left_box1 {
  margin-bottom: 50px;
}

.secao4_left_box1 h3, .secao4_left_box2 h3, .secao4_right h3 {
  font-size: 26px;
  color: #79519f;
  font-family: 'HeadlineBold';
  margin-bottom: 15px;
}

.secao4_left_box1 p, .secao4_left_box2 p, .secao4_right p {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
  margin-bottom: 30px;
}

.secao4_left_box1 p b {
  font-family: 'HeadlineBold';
}

.secao4_left_box1 span, .secao4_left_box2 span, .secao4_right span {
  font-size: 18px;
  font-family: 'HeadlineBold';
  color: #79519f;
  margin-bottom: 20px;
}
.secao4_left_box1 strong, .secao4_left_box2 strong, .secao4_right strong {
  font-size: 18px;
  font-family: 'HeadlineBold';
  color: #79519f;
  margin-bottom: 20px;
}

.secao5 {
  margin-top: 100px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.secao5_left_box1 h3, .secao5_left_box2 h3, .secao5_right_box1 h3, .secao5_right_box2 h3 {
  font-size: 26px;
  color: #79519f;
  font-family: 'HeadlineBold';
  margin-bottom: 15px;
}
.secao5_left_box1 strong, .secao5_right_box1 strong {
    font-size: 18px;
    font-family: 'HeadlineBold';
    color: #79519f;
    margin-bottom: 20px;
}
.secao5_right_box1 a strong {

    font-weight: bolder;
    font-family: 'HeadlineBold';
}
.secao5_left_box1 p, .secao5_left_box2 p, .secao5_right_box1 p, .secao5_right_box2 p {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
  margin-bottom: 30px;
}
.secao5_left_box1 strong, .secao5_left_box2 strong, .secao5_right_box1 strong, .secao5_right_box2 strong {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
  margin-bottom: 30px;
}

.secao5_left_box1 span, .secao5_right_box1 span {
  font-size: 18px;
  font-family: 'HeadlineBold';
  color: #79519f;
  margin-bottom: 20px;
}

.secao5_right_box1 span a {
  color: #79519f;
}

.secao5_right_box1 span a:hover {
  text-decoration: underline;
}

#bottom h4 {
  font-size: 18px;
  font-family: 'HeadlineBold';
  color: #79519f;
  margin-bottom: 20px;
}

.bottom_produto {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 80px;
}

.bottom_produto_left h3, bottom_produto_right h3 {
  font-size: 26px;
  color: #79519f;
  font-family: 'HeadlineBold';
  margin-bottom: 15px;
}

.bottom_produto_left p, .bottom_produto_right p {
  font-size: 18px;
  font-weight: bold;
  color: #79519f;
  margin-bottom: 30px;
}

.bottom_produto_right p b {
  font-family: 'HeadlineBold';
}

.bottom_produto_left span {
  font-size: 18px;
  font-family: 'HeadlineBold';
  color: #79519f;
  margin-bottom: 20px;
}

.bottom_produto_bula {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

.bula_img {
  width: 15%;
  margin-right: 20px;
}

.bula_img img {
  width: 100%;
}

.bula_text {
  width: 50%;
}

@media (max-width: 1600px) {
  .homeBanner_produto_img {
    bottom: -55%;
  }
}
@media (max-width: 1300px) {
  .homeBanner_produto_img {
    bottom: -45%;
  }
}
@media (max-width: 1100px) {
  .homeBanner_produto_img {
    width: 15%;
    bottom: -25%;
  }
}

@media (max-width: 767px) {
  .secao1_left, .secao1_right,
  .secao2_left, .secao2_right,
  .secao3_left, .secao3_right,
  .secao4_left, .secao4_right,
  .secao5_left, .secao5_right,
  .bottom_produto_left, .bottom_produto_right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .boxUso .oddEvenMargin {
    margin-right: 0;
    margin-left:0;
  }

  .secao1, .secao2, .secao3, .secao4, .secao5, .bottom_produto {
    flex-direction: column;
  }

  .homeBanner_produto_text h1 {
    font-size: 42px;
  }

  .homeBanner_produto_text h4 {
    font-size: 22px;
  }

  .secao1_right_box1 img {
    width: 70%;
  }

  .homeBanner_produto_img {
    bottom: -30%;
  }
}

@media (max-width: 600px) {
  .homeBanner_produto_text h1 {
    font-size: 32px;
  }
  .bdProdutos {
    padding-bottom: 20%;
  }
}

@media (max-width: 450px) {
  .homeBanner_produto_text {
    flex-direction: column;
  }
  .homeBanner_produto_text h1 {
    margin: 0;
  }
  .homeBanner_produto_text h4 {
    margin: 25px 0;
  }
  .bdProdutos {
    padding-bottom: 30%;
  }
  .homeBanner_produto_img {
    width: 35%;
    right: 8%;
    bottom: -30%;
  }
  .secao1_right_box1 img {
    width: 100%;
  }
}

/* <============================ ANSIEDADE ============================> */

.bgAnsiedade {
  background-image: url('../img/bgAnsiedade.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 20%;
}

.homeBannerAnsiedade {
  position: relative;
  width: 30%;
  left: -30px;
  top: -100px;
}

.homeBannerAnsiedade h2 {
  position: absolute;
  font-size: 5rem;
  font-family: 'HeadlineBold';
  color: #8138a3;
  margin: 0;
  line-height: 70px;
}

.homeBannerAnsiedade_img {
  width: 80%;
  margin-left: -100px;
}

.homeBannerAnsiedade_img img {
  width: 100%;
}

.homeBannerAnsiedade_icon {
  width: 15%;
  position: relative;
  top: -340px;
  right: 0;
  bottom: 0;
  left: 60%;
}

.homeBannerAnsiedade_icon img {
  width: 100%;
  position: absolute;
}

#secao_ansiedade_1 {
  background-image: url('../img/bgAnsiedadeRoxo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30% 0 25% 0;
  margin-top: -16%;
}

.conteudo_ansiedade_roxo, .conteudo_ansiedade_branco, .ansiedade_causas_roxo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -15%;
}

.conteudo_ansiedade_branco, .ansiedade_causas_roxo {
  padding-top: 0;
}

.conteudo_ansiedade_branco {
  margin-top: 0;
}

.ansiedade_roxo_left, .ansiedade_roxo_right,
.ansiedade_branco_left, .ansiedade_branco_right,
.causas_roxo_left, .causas_roxo_right {
  width: 45%;
  display: flex;
  flex-direction: column;
}

.ansiedade_roxo_left h2 {
  font-size: 60px;
  font-family: 'HeadlineBold';
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  margin: 0;
  margin-bottom: 110px;
  width: 97%;
}

.ansiedade_roxo_left h2 b {
  color: #fad053;
}

.ansiedade_roxo_left h3 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fad053;
  margin-bottom: 40px;
}

.sintoma_1, .sintoma_2, .sintoma_3, .sintoma_4, sintoma_5, .sintoma_6 {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sintoma_1 img, .sintoma_2 img, .sintoma_3 img, .sintoma_4 img, .sintoma_5 img, .sintoma_6 img {
  width: 15%;
  margin-bottom: 15px;
}

.sintoma_1 h4, .sintoma_2 h4, .sintoma_3 h4, .sintoma_4 h4, .sintoma_5 h4, .sintoma_6 h4 {
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  margin-bottom: 10px;
}

.sintoma_1 p, .sintoma_2 p, .sintoma_3 p, .sintoma_4 p, .sintoma_5 p, .sintoma_6 p, .ansiedade_roxo_right p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.ansiedade_roxo_right p b {
  font-family: 'HeadlineBold';
}
.ansiedade_roxo_right p strong {
  font-family: 'HeadlineBold';
  font-weight: bold;
}

.sintoma_2 {
  margin-top: 30%;
}

.sintoma_3, .sintoma_4, .sintoma_5 {
  margin-bottom: 50px;
}

.sintoma_6 {
  margin-top: 10px;
}

.sintoma_3 h4, .sintoma_4 h4, .sintoma_5 h4, .sintoma_6 h4, .sintoma_3 p, .sintoma_4 p, .sintoma_5 p, .sintoma_6 p {
  color: #8138a3;
}

.ansiedade_imgDupla {
  width: 100%;
  margin-top: -50%;
}

.ansiedade_imgDupla img {
  width: 100%;
}

.seguimento_sintomas {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  margin-bottom: -10%;
}

.seguimento_img {
  width: 30%;
}

.seguimento_img img {
  width: 100%;
}

.seguimento_text {
  width: 50%;
  z-index: 9;
}

.seguimento_text h2 {
  font-size: 60px;
  font-family: 'HeadlineBold';
  color: #8138a3;
  line-height: 1;
  margin: 0;
  margin-top: 20px;
  margin-left: 10%;
}

.seguimento_causas {
  width: 50%;
  position: absolute;
  left: 0;
  top: 15%;
}

.seguimento_causas img {
  width: 100%;
}

#secao_ansiedade_4 {
  background: #8138a3;
  padding-top: 20%;
  padding-bottom: 50px;
}

.causas_roxo_left h3 {
  font-size: 40px;
  font-family: 'HeadlineBold';
  text-transform: uppercase;
  color: #f5bd13;
  margin-bottom: 20px;
}
@media screen and (max-width: 400px) {
  .causas_roxo_left h3 {
    margin-bottom: 25px;
  }
}
.causas_roxo_left p {
  width: 62%;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 100px;
}

.causas_roxo_left span {
  font-size: 12px;
  color: #fff;
}

.causas_roxo_right {
  margin-top: -100px;
}

.causas_roxo_right h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: #fad053;
  margin: 0;
  margin-bottom: 30px;
}

.causas_roxo_right p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 1600px) {
  .bgAnsiedade {
    padding-top: 17%;
  }
  #secao_ansiedade_4 {
    padding-top: 25%;
  }
}

@media (max-width: 1500px) {
  #secao_ansiedade_1 {
    margin-top: -17%;
  }
}

@media (max-width: 1400px) {
  .homeBannerAnsiedade {
    left: 0;
  }
  .homeBannerAnsiedade_img {
    margin-left: -50px;
  }
  .homeBannerAnsiedade_icon {
    width: 15%;
    top: -310px;
  }
  #secao_ansiedade_4 {
    padding-top: 30%;
  }
}

@media (max-width: 1200px) {
  .homeBannerAnsiedade h2 {
    font-size: 5rem;
    line-height: 65px;
  }
  .homeBannerAnsiedade_icon {
    top: -250px;
  }
}

@media (max-width: 1100px) {
  #secao_ansiedade_1 {
    margin-top: -18%;
  }
  .homeBannerAnsiedade {
    top: -50px;
  }
  .homeBannerAnsiedade h2 {
    font-size: 4rem;
    line-height: 55px;
  }
}

@media (max-width: 1000px) {
  .homeBannerAnsiedade_icon {
    top: -210px;
  }
  #secao_ansiedade_4 {
    padding-top: 35%;
  }
}

@media (max-width: 800px) {
  .homeBannerAnsiedade h2 {
    font-size: 3rem;
    line-height: 40px;
  }
  .homeBannerAnsiedade {
    top: 0;
  }
  .homeBannerAnsiedade_img {
    margin-left: -20px;
  }
  .homeBannerAnsiedade_icon {
    top: -170px;
  }
  .ansiedade_roxo_left h2 {
    font-size: 40px;
  }
  #secao_ansiedade_1 {
    margin-top: -20%;
  }
  .conteudo_ansiedade_roxo {
    flex-direction: column;
    margin-top: 0;
  }
  .ansiedade_roxo_left, .ansiedade_roxo_right, .ansiedade_branco_left, .ansiedade_branco_right, .causas_roxo_left, .causas_roxo_right {
    width: 100%;
  }
  .conteudo_ansiedade_branco {
    flex-direction: column-reverse;
  }
  .ansiedade_imgDupla {
    width: 65%;
    margin-top: -30%;
    margin-left: auto;
  }
  .sintoma_6 {
    margin-bottom: 50px;
    margin-top: -40px;
  }
  .seguimento_img {
    width: 40%;
  }
  .seguimento_text {
    width: 60%;
  }
  .seguimento_text h2 {
    font-size: 38px;
  }
  .ansiedade_causas_roxo {
    flex-direction: column;
  }
  #secao_ansiedade_4 {
    padding-top: 30%;
  }
  .seguimento_causas {
    top: 35%;
  }
  .causas_roxo_left {
    margin-bottom: 18%;
  }
  .causas_roxo_left p {
    width: 80%;
    margin-bottom: 30px;
  }
  .sintoma_2 {
    margin-top: 5%;
  }
}

@media (max-width: 700px) {
  .homeBannerAnsiedade_icon {
    top: -140px;
  }
  .seguimento_text h2 {
    font-size: 32px;
  }
  .sintoma_1 img, .sintoma_2 img, .sintoma_3 img, .sintoma_4 img, .sintoma_5 img, .sintoma_6 img {
    width: 25%;
  }
}

@media (max-width: 600px) {
  .causas_roxo_left p {
    width: 100%;
  }
  .causas_roxo_left {
    margin-bottom: 30%;
  }
  .seguimento_img {
    width: 35%;
  }
  .seguimento_text {
    width: 65%;
  }
  #secao_ansiedade_3 .seguimento_text {
    padding-bottom: 50px;
  }
  .seguimento_text h2 {
    font-size: 26px;
  }
  #secao_ansiedade_1 {
    margin-top: -20%;
  }
  .bgAnsiedade {
    padding-top: 25%;
  }
  #secao_ansiedade_1 {
    margin-top: -24%;
  }
}

@media (max-width: 500px) {
  .bgAnsiedade {
    padding-top: 35%;
  }
  .homeBannerAnsiedade h2 {
    font-size: 2rem;
    line-height: 25px;
  }
  .homeBannerAnsiedade {
    top: -80px;
  }
  #secao_ansiedade_1 {
    margin-top: -28%;
  }
  .homeBannerAnsiedade_icon {
    width: 20%;
  }
}

@media (max-width: 450px) {
  .bgAnsiedade {
    padding-top: 40%;
  }
  .homeBannerAnsiedade h2 {
    font-size: 2rem;
    line-height: 25px;
  }
  #secao_ansiedade_1 {
    margin-top: -32%;
  }
  .homeBannerAnsiedade {
    top: -55px;
  }
  .homeBannerAnsiedade_icon {
    width: 20%;
    top: -115px;
  }
  .ansiedade_roxo_left, .ansiedade_roxo_right, .ansiedade_branco_left, .ansiedade_branco_right, .causas_roxo_left, .causas_roxo_right {
    width: 100%;
  }
  .ansiedade_roxo_left h3 {
    font-size: 28px;
  }
  .sintoma_1 p, .sintoma_2 p, .sintoma_3 p, .sintoma_4 p, .sintoma_5 p, .sintoma_6 p, .ansiedade_roxo_right p {
    font-size: 18px;
  }
  .seguimento_text h2 {
    font-size: 20px;
  }
  .causas_roxo_left p {
    font-size: 26px;
  }
  .causas_roxo_left {
    margin-bottom: 35%;
  }
  .causas_roxo_right p {
    font-size: 18px;
  }
  .causas_roxo_right h4 {
    font-size: 28px;
    margin-top: 30px;
  }
  .bgAnsiedade {
    padding-top: 40%;
  }
}

/* <============================ BLOG ============================> */

#bgBlog {
  background-image: url('../img/bgBlog.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 15%;
  padding-top: 5%;
}

.homeBanner_blog {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5% 0;
}

.paginacao_blog {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.paginacao_blog a {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  margin-right: 5px;
}

.titulo_materia_blog, .subTitulo_materia_blog {
  width: 50%;
}

.titulo_materia_blog h2 {
  font-size: 70px;
  font-family: 'HeadlineBold';
  line-height: 1;
  color: #fad053;
  margin-bottom: 5px;
}

.subTitulo_materia_blog h3 {
  font-size: 30px;
  font-family: 'HeadlineBold';
  color: #fff;
}

#materia_blog {
  border-bottom: 3px solid #8138a3;
}

.conteudo_materia_blog {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.categoria_materia {
  width: 100%;
  display: none;
  flex-direction: column;
  margin-bottom: 100px;
}

.categoria_materia h5 {
  font-size: 18px;
  color: #a15fbf;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}

.categoria_materia p {
  font-size: 18px;
  color: #a15fbf;
}

.topico_materia {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.topico_materia h4 {
  font-size: 28px;
  color: #8138a3;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.topico_materia p {
  font-size: 20px;
  color: #8138a3;
}

.topico_materia ul li {
  font-size: 18px;
  color: #8138a3;
}

.topico_materia ol li {
  font-size: 18px;
  color: #8138a3;
}

.img_materia {
  width: 20%;
  margin-bottom: 30px;
}

.img_materia img {
  width: 100%;
}

#slide_posts {
  padding: 50px 0;
}

.mais_posts {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 60px;
}

.mais_posts h2 {
  font-size: 60px;
  font-family: 'HeadlineBold';
  color: #8138a3;
  margin: 0;
  width: 40%;
}

.mais_posts p {
  font-size: 24px;
  font-weight: bold;
  color: #a15fbf;
}

.over_color {
  background-image: url('../img/homemPensa.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.slide_posts_blog {
  background-color: rgb(105 0 196 / 70%);
  padding: 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 40px);
}

.slide_posts_blog h3 {
  font-size: 30px;
  font-family: 'HeadlineBold';
  color: #fff;
  margin-bottom: 10px;
}

.slide_posts_blog p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.slide_posts_blog a {
  font-size: 20px;
  color: #8138a3;
  padding: 5px 10px;
  background-color: #fad053;
  border-radius: 10px;
}

.box_posts_blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.post_blog_area {
  background-image: url('../img/homemPensa.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 49%;
  border-radius: 20px;
  margin: 20px 0;
  position: relative;
  padding-top: 25%;
}

.post_blog_content {
  background-color: rgb(105 0 196 / 70%);
  padding: 20px;
  border-radius: 20px;
  min-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.post_blog_content2{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.box_posts_blog2 {
  position: relative;
  padding-top: 50%;
}

.box_posts_blog3 {
  position: relative;
  padding-top: 48%;
}

.post_blog_area2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-image: url('../img/homemPensa.png'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border-radius: 20px;
}

.duasBgs2 {
  width: 50%;
  display: flex;
  position: relative;
  margin-left: 20px;
  max-width: calc(50% - 13px);
  flex-direction: column;
  justify-content: space-between;
}

.carousel-cell {
  width: 35%;
  margin: auto;
  height: 100%;
  margin-right: 10px;
}

.pt-10 {
  padding-top: 10%;
  justify-content: space-between;
}
@media (min-width: 1024px){
  .tituloImgsPequenas h3{
    font-size: 0.8em;
  }
}
@media (max-width: 1300px) {
  .carousel-cell {
    width: 40%;
  }
}

@media (max-width: 1000px) {
  .carousel-cell {
    width: 50%;
  }
  .mais_posts h2 {
    width: 50%;
  }
}

@media (max-width: 800px) {
  .carousel-cell {
    width: 60%;
  }
  .slide_posts_blog h3 {
    font-size: 34px;
  }
  .mais_posts h2 {
    font-size: 50px;
    width: 60%;
  }
  .titulo_materia_blog h2 {
    margin: 0;
    font-size: 60px;
  }
  .titulo_materia_blog, .subTitulo_materia_blog {
    width: 100%;
  }
  #bgBlog {
    padding-top: 15%;
  }
  .homeBanner_blog {
    padding-left: 0;
  }
  .box_posts_blog {
    flex-direction: column;
  }
  .post_blog_area {
    width: 100%;
  }
  .imgGde2 {
    width: 100% !important;
  }
  .pt-10 {
    padding-top: 25%;
  }
  .duasBgs2 {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .box_posts_blog {
    margin-top: 15px;
  }
  .box_posts_blog2 {
    padding-top: 100%;
    margin-bottom: 30px;
  }
  .box_posts_blog3 {
    padding-top: 100%;
    margin-bottom: 30px;
  }
  .post_blog_area{
    padding-top: 100%;
  }
}

@media (max-width: 600px) {
  .carousel-cell {
    width: 70%;
  }
  .slide_posts_blog h3 {
    font-size: 28px;
  }
  .mais_posts h2 {
    font-size: 32px;
    width: 100%;
  }
  .mais_posts {
    flex-direction: column;
    align-items: flex-start;
  }
  .titulo_materia_blog h2 {
    font-size: 50px;
  }
}

@media (max-width: 450px) {
  .carousel-cell {
    width: 80%;
  }
  .mais_posts h2 {
    font-size: 24px;
  }
  .mais_posts p {
    font-size: 20px;
  }
  .slide_posts_blog h3 {
    font-size: 24px;
  }
  .titulo_materia_blog h2 {
    font-size: 38px;
  }
  .subTitulo_materia_blog h3 {
    font-size: 26px;
  }
  .topico_materia h4 {
    font-size: 20px;
  }
  .topico_materia p {
    font-size: 18px;
  }
}

/* <============================ CONTATO ============================> */

.bgContato {
  background-image: url('../img/bgContato.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11% 0 21% 0;
}

.homeBanner_contato {
  width: 100%;
  position: relative;
}

.homeBanner_contato h2 {
  font-size: 6.5rem;
  font-family: 'HeadlineBold';
  color: #fff;
  margin: 0;
}

.homeBanner_contato img {
  width: 20%;
  position: absolute;
  right: 10%;
}

#contato h2 {
  text-align: left;
  color: #8138a3;
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 50px;
  font-family: 'HeadlineBold';
  padding-left: 15px;
  width: 60%;
}
#contato h2 a {
  color: #8138a3;
}

@media (max-width: 1200px) {
  #contato h2 {
    width: 75%;
  }
  .homeBanner_contato h2 {
    font-size: 6rem;
  }
}

@media (max-width: 800px) {
  #contato h2 {
    width: 95%;
    font-size: 42px;
  }
  .bgContato {
    padding: 15% 0 21% 0;
  }
  .homeBanner_contato h2 {
    font-size: 4rem;
  }
}

@media (max-width: 600px) {
  .bgContato {
    padding: 21% 0 21% 0;
  }
  #contato h2 {
    font-size: 34px;
    margin-top: 0;
  }
  .homeBanner_contato img {
    top: 40%;
  }
}

@media (max-width: 450px) {
  .homeBanner_contato h2 {
    font-size: 3rem;
  }
  #contato h2 {
    font-size: 26px;
  }
}

/* <============================ DÚVIDAS ============================> */

.bgDuvidas {
  background-image: url('../img/bgDuvidas.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0 20% 0;
}

.homeBanner_duvidas {
  width: 100%;
  position: relative;
}

.homeBanner_duvidas h2 {
  font-size: 6.5rem;
  line-height: 1;
  font-family: 'HeadlineBold';
  color: #fff;
  margin: 0;
  width: 80%;
}

.homeBanner_duvidas img {
  width: 20%;
  position: absolute;
  left: 0;
  margin-top: 3%;
}

.secao_duvidas {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10%;
}

.secao_duvidas h3 {
  font-size: 40px;
  font-weight: bold;
  color: #8138a3;
  margin-bottom: 60px;
}

.barra_duvidas {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #8138a3;
  border-radius: 30px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.barra_duvidas .areaInputBuscaDuvidas {
  padding: 25px 10px;
}

.barra_duvidas_text p {
  font-size: 26px;
  font-weight: bold;
  color: #8138a3;
  padding-left: 30px;
}

.barra_duvidas_img {
  padding: 20px 35px;
  background: #8138a3;
  border-radius: 30px;
  margin-right: -2px;
  border: 0;
  outline: none;
  z-index: 2;
}

.barra_duvidas_img img {
  width: 30px;
}

.bula_circulo {
  width: 100%;
  position: relative;
}

.bula_circulo img {
  width: 20%;
  position: absolute;
  right: -33%;
  bottom: 0;
  z-index: -1;
}

.duvidas_bula {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 200px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .duvidas_bula {
    margin-top: 100px;
  }
}
.duvidas_bula_text {
  width: 50%;
}

.duvidas_bula_text h3 {
  font-size: 50px;
  color: #8138a3;
  font-family: 'HeadlineBold';
  line-height: 1;
}

.duvidas_bula_right {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.duvidas_bula_img {
  width: 15%;
}

.duvidas_bula_img img {
  width: 100%;
}

.duvidas_bula_p {
  width: 50%;
}

.duvidas_bula_p p {
  color: #8138a3;
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
}

@media (max-width: 1600px) {
  .bula_circulo img {
    right: -23%;
  }
}

@media (max-width: 1500px) {
  .bula_circulo img {
    right: -20%;
  }
}

@media (max-width: 1400px) {
  .bula_circulo img {
    right: -14%;
  }
}

@media (max-width: 1200px) {
  .duvidas_bula_text h3 {
    font-size: 42px;
  }
}

@media (max-width: 1100px) {
  .bgDuvidas {
    padding: 10% 0 25% 0;
  }
}

@media (max-width: 1000px) {
  .duvidas_bula_img {
    width: 20%;
  }
}

@media (max-width: 800px) {
  .duvidas_bula_text h3 {
    font-size: 28px;
  }
  .duvidas_bula_img {
    width: 23%;
  }
  .homeBanner_duvidas h2 {
    font-size: 4rem;
  }
  .bgDuvidas {
    padding: 15% 0 30% 0;
  }
  .secao_duvidas h3 {
    font-size: 34px;
  }
  .barra_duvidas_text p {
    font-size: 24px;
  }
  .ansiedade_roxo_left h2 {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .duvidas_bula {
    flex-direction: column;
  }
  .duvidas_bula_text, .duvidas_bula_right {
    width: 100%;
  }
  .duvidas_bula_img {
    width: 17%;
  }
  .duvidas_bula_text h3 {
    margin-bottom: 30px;
    font-size: 40px;
  }
}

@media (max-width: 500px) {
  .homeBanner_duvidas h2 {
    font-size: 3rem;
  }
  .bgDuvidas {
    padding: 20% 0 30% 0;
  }
  .secao_duvidas h3 {
    font-size: 26px;
  }
  .barra_duvidas_text p {
    font-size: 20px;
  }
  .barra_duvidas_img {
    padding: 15px 30px;
  }
  .plantaposTexto2 {
    width: 28%;
  }
  .homeBanner_contato img {
    width: 28%;
    right: 0;
  }
  .homeBanner_duvidas img {
    width: 28%;
  }
  .bula_circulo img {
    width: 28%;
  }
}

@media screen and (max-width: 600px) {
  .plantaposTexto4 {
    right: 2.5%;
  }
}

.areaInputBuscaDuvidas {
  position: absolute;
  top: 0;
  width: calc(85% - 20px);
  border: 0;
  outline: none;
  padding: 15px 10px;
  font-family: HeadlineLight;
  color: #79519f;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .areaInputBuscaDuvidas {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .areaInputBuscaDuvidas {
    font-size: 13px;
  }
}
.areaInputBuscaDuvidas::placeholder {
  font-family: HeadlineLight;
  font-weight: bold;
  color: #79519f;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .areaInputBuscaDuvidas::placeholder {
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .areaInputBuscaDuvidas::placeholder {
    font-size: 13px;
  }
}
/* <============================ PRODUTOS V2 ============================> */

#bg_produto2 {
  background-image: url('../img/imgsProdutos/bgProduto.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16% 0 16% 0;
  position: relative;
}

.natural {
  width: 65%;
  position: absolute;
  left: 5%;
  bottom: -12%;
}

.natural img {
  width: 100%;
}

.homeBanner_produto2 {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
}

.homeBanner_produto2_text {
  width: 50%;
}

.homeBanner_produto2_text h1 {
  font-size: 5rem;
  line-height: 1;
  color: #fad053;
  text-transform: uppercase;
  font-family: 'HeadlineBold';
  margin: 0;
}

.homeBanner_produto2_img {
  width: 60%;
  position: absolute;
  right: 5%;
  top: -50%;
}

.homeBanner_produto2_img img {
  width: 100%;
}

#bg_amarelo {
  background-image: url('../img/imgsProdutos/bgamarelo.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20% 0 10% 0;
  margin-top: -22%;
}

.planta_amarela {
  width: 100%;
  position: relative;
}

.planta_amarela_img {
  width: 20%;
  position: absolute;
  right: -35%;
  bottom: -100px;
}

.planta_roxa_img {
  width: 20%;
  position: absolute;
  right: 30%;
  top: 170px;
}

.planta_amarela_img img, .planta_roxa_img img {
  width: 100%;
}

.secaoAmarela {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15%;
  overflow-x: clip;
}

.secaoAmarela_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10%;
  margin-top: 5%;
}

.secaoAmarela_text h3 {
  font-size: 30px;
  font-family: 'HeadlineBold';
  text-transform: uppercase;
  color: #673196;
  margin: 0;
  margin-bottom: 20px;
}

.secaoAmarela_text h4 {
  font-size: 20px;
  font-family: 'HeadlineLight';
  color: #673196;
  margin: 0;
  margin-bottom: 20px;
}

.secaoAmarela_img {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}

.secaoAmarela_img h2 {
  font-size: 46px;
  font-family: 'HeadlineBold';
  color: #8138a3;
  width: 30%;
}

.img_plantaRedonda {
  width: 40%;
  position: absolute;
  right: 10%;
  bottom: -75%;
}

.img_plantaRedonda img {
  width: 100%;
}

.secaoBranca {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.secaoBranca_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.secaoBranca_text h3 {
  font-size: 30px;
  font-family: 'HeadlineBold';
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #8138a3;
}

.secaoBranca_text p {
  font-size: 20px;
  font-weight: bold;
  font-family: 'HeadlineLight';
  color: #8138a3;
}

#bg_roxo {
  background: #a15fbf;
  margin-top: 10%;
  padding-bottom: 50px;
}

.secaoRoxa_produtos {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.icones_roxos {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: -8%;
}

.iconeRoxo {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.iconeRoxo img {
  width: 100%;
}

.iconeRoxo p {
  font-size: 20px;
  font-weight: bold;
  font-family: 'HeadlineLight';
  color: #fff;
  margin-top: 20px;
  text-align: center;
}

.saberMais_roxo {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.saberMais_roxo_text {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.saberMais_roxo_text h2 {
  font-size: 40px;
  font-family: 'HeadlineBold';
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
}

.saberMais_roxo_text p {
  font-size: 20px;
  font-weight: bold;
  font-family: 'HeadlineLight';
  color: #fff;
}

.saberMais_roxo_bula {
  width: 30%;
  display: flex;
  flex-direction: row;
}

.saberMais_roxo_bula_img {
  width: 20%;
}

.saberMais_roxo_bula_img img {
  width: 100%;
}

.saberMais_roxo_bula_text {
  width: 50%;
}

.saberMais_roxo_bula_text p {
  font-size: 20px;
  font-family: 'HeadlineBold';
  color: #fff;
  margin-left: 15px;
}

@media (max-width: 1700px) {
  .planta_amarela_img {
    right: -25%;
  }
}

@media (max-width: 1600px) {
  .planta_amarela_img {
    right: -20%;
  }
}

@media (max-width: 1500px) {
  .planta_amarela_img {
    right: -15%;
  }
}

@media (max-width: 1400px) {
  .homeBanner_produto2_img {
    width: 50%;
  }
  .planta_amarela_img {
    right: -13%;
  }
}

@media (max-width: 1300px) {
  .planta_amarela_img {
    right: -10%;
  }
  .icones_roxos {
    justify-content: space-evenly;
  }
  .iconeRoxo {
    width: 12%;
  }
}

@media (max-width: 1200px) {
  .homeBanner_produto2_text h1 {
    font-size: 4rem;
  }
  .secaoAmarela_img h2 {
    width: 35%;
  }
  .planta_amarela_img {
    right: -15%;
  }
  .saberMais_roxo_bula_img {
    width: 25%;
  }
}

@media (max-width: 1000px) {
  .secaoAmarela_img h2 {
    width: 40%;
  }
  .saberMais_roxo_bula_img {
    width: 30%;
  }
  .saberMais_roxo_text  {
    width: 45%;
  }
}

@media (max-width: 900px) {
  #bg_produto2 {
    padding: 16% 0 16% 0;
  }
  .homeBanner_produto2_text h1 {
    font-size: 3rem;
  }
  .secaoAmarela_img h2 {
    font-size: 40px;
    width: 45%;
  }
  .secaoBranca_text p {
    font-size: 18px;
  }
  .saberMais_roxo_text p {
    font-size: 18px;
  }
  .iconeRoxo p {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .img_plantaRedonda {
    bottom: -40%;
  }
  .planta_roxa_img {
    width: 18%;
    top: 80px;
  }
  .secaoBranca {
    width: 100%;
    margin-top: 25%;
  }
  .iconeRoxo {
    width: 15%;
  }
  .saberMais_roxo_text {
    width: 50%;
  }
  .saberMais_roxo_text h2 {
    font-size: 30px;
  }
  .saberMais_roxo_text p {
    font-size: 16px;
  }
  .saberMais_roxo_bula_text p {
    font-size: 18px;
  }
  .saberMais_roxo_bula_img {
    width: 35%;
  }
}

@media (max-width: 700px) {
  .homeBanner_produto2_text h1 {
    font-size: 2rem;
  }
  .homeBanner_produto2_img  {
    top: -70%;
  }
  .homeBanner_produto2_img {
    font-size: 18px;
  }
  .homeBanner_produto2_img {
    width: 55%;
  }
  .secaoBranca {
    margin-top: 30%;
  }
  .saberMais_roxo_bula_text {
    width: 65%;
  }
  .iconeRoxo {
    width: 35%;
    margin-bottom: 20px;
  }
  .iconeRoxo img {
    width: 90%;
  }
}

@media (max-width: 600px) {
  .planta_amarela_img {
    width: 30%;
  }
  .secaoAmarela_img h2 {
    width: 70%;
  }
  .iconeRoxo p {
    font-size: 12px;
  }
  .saberMais_roxo_text {
    width: 60%;
  }
  .saberMais_roxo_text h2 {
    font-size: 24px;
  }
  .saberMais_roxo_text p {
    font-size: 14px;
  }
  .saberMais_roxo_bula {
    width: 40%;
  }
}

@media (max-width: 500px) {
  #bg_produto2 {
    padding: 25% 0 32% 0;
  }
  #bg_amarelo {
    margin-top: -33%;
  }
  .natural {
    bottom: 10%;
  }
  .homeBanner_produto2_text h1 {
    font-size: 1.5rem;
  }
  .planta_amarela_img {
    right: -10%;
  }
  .secaoAmarela_img h2 {
    width: 90%;
    font-size: 38px;
    min-height: 250px;
  }
  .img_plantaRedonda {
    width: 50%;
    bottom: -45%;
  }
  .secaoBranca_text h3 {
    font-size: 24px;
  }
  .secaoBranca_text p {
    font-size: 16px;
  }
  .secaoBranca {
    margin-top: 40%;
  }
  .saberMais_roxo {
    flex-direction: column;
  }
  .saberMais_roxo_text, .saberMais_roxo_bula {
    width: 100%;
  }
  .saberMais_roxo_text {
    margin-bottom: 20px;
  }
  .saberMais_roxo_bula_img {
    width: 20%;
  }
}

@media (max-width: 400px) {
  .iconeRoxo {
    width: 18%;
  }
  .icones_roxos {
    margin-bottom: 65px;
  }
  .secaoAmarela_img h2 {
    font-size: 32px;
  }
  .homeBanner_produto2_img {
    right: -5%;
    width: 50%;
  }
  #bg_amarelo {
    margin-top: -33%;
  }
  .planta_roxa_img {
    width: 25%;
  }
  .secaoBranca {
    margin-top: 50%;
  }
  .secaoBranca_text h3 {
    font-size: 20px;
  }
  .iconeRoxo {
    width: 40%;
  }
}
.boxUso.flex a .flex50 {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.boxUso.flex a {
    max-width: calc(50% - 15px);
    margin: 15px;
    width: 100%;
}
@media (max-width:767px) {
  .boxUso.flex a {
    margin: 15px 0;
    max-width: 100%;
  }
}
span.page-numbers.current {
    color: white;
}


/*
@media (max-width: 767px) {
    .areaBanner2 {
       display: block !important;
       background-image: url(https://sominex.com.br/wp-content/uploads/2025/07/BANNER-SOMINEX-min.jpg) !important;*/

    }
}
*/