.largura {
  max-width: 992px;
}

@media (max-width: 767px) {
  .texto-titulo-autorizacao-anvisa {
    font-size: calc(0.5rem + 1.5vw);
  }
}

.img-produto-style-main {
  width: 270px;
  height: 330px;
  background: #107f9a;
  border-radius: 20px;
}

.curvatura-imagens {
  border-radius: 10px;
}

@media (max-width: 575px) {
  .margin-top-home {
    padding-top: 18px;
  }
}

@media (min-width: 576px) {
  .margin-top-home {
    padding-top: 205px;
  }
}

.product-item:hover {
  background-color: #149fb3;
}

.product-item {
  background: #107f9a;
  border-radius: 20px;
}

.card-products:hover {
  background-color: #149fb3;
}

.card-products {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #107f9a;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 20px;
}

.botao-produtos {
  border-radius: 15px;
  color: white;
  background: rgb(0,166,81);
  width: 100px;
  font-weight: bold;
  box-shadow: 5px 5px rgba(0,0,0,0.35);
  height: 34px;
  margin-right: 0%;
  font-size: 18px;
}

@media (min-width: 576px) {
  .botao-produtos {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .botao-produtos {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .botao-produtos {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .botao-produtos {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .botao-produtos {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
  }
}

.botao-produtos:hover {
  background-color: white;
  color: rgb(0,166,81);
}

@media (min-width: 1400px) {
  .botao-redes {
    background-color: #107f9a;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-right: 15px;
  }
}

@media (max-width: 1399px) {
  .botao-redes {
    background-color: #107f9a;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
}

.botao-redes:hover {
  background-color: #00a651;
}

.link-footer {
  font-size: 20px;
  color: rgb(16,127,154);
  font-weight: bold;
  text-decoration: none;
  padding-top: 30px;
}

a:hover {
  color: #00a651;
}

action-button:hover {
  color: #00a651;
}

.action-button {
  color: rgb(255,255,255);
  background: rgb(16,127,154);
  border-radius: 47px;
  width: 180px;
  box-shadow: 6px 6px rgba(0,0,0,0.35);
  margin-left: 15px;
}

.action-button:hover {
  background-color: #00a651;
  color: #ffffff;
}

.fa.fa-search {
  font-size: 26px;
  color: rgb(16,127,154);
}

.fa.fa-search:hover {
  color: rgb(0,166,81);
}

@media (min-width: 1400px) {
  .negative-top-margin {
    margin-top: -115px;
  }
}

.fixed-top-runner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 0px) and (max-width: 360px) {
  .background {
    background: url("../../assets/img/BG_360_mobile.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 361px) and (max-width: 575px) {
  .background {
    background: url("../../assets/img/BG_576_tablet.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .background {
    background: url("../../assets/img/BG_768_tablet.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .background {
    background: url("../../assets/img/BG_992_notebook.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .background {
    background: url("../../assets/img/BG_1200_monitor.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .background {
    background: url("../../assets/img/BG_1400_monitor.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 1401px) {
  .background {
    background: url("../../assets/img/BG_1600_monitor.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (max-width: 991px) and (Orientation: Portrait) {
  #etapas {
    margin-top: 70px;
    width: 100%;
    margin-bottom: 100px;
  }
}

@media (max-width: 991px) and (Orientation: Landscape) {
  #etapas {
    margin-top: 70px;
    width: 100%;
    margin-bottom: 100px;
  }
}

@media (min-width: 992px) {
  #etapas {
    margin-top: 70px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .titulos-home {
    color: rgb(255,255,255);
    padding: 3%;
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  .titulos-home {
    color: rgb(255,255,255);
    padding: 3%;
    font-size: calc(0.375rem + 1.5vw);
  }
}

@media (max-width: 767px) {
  #rodape {
    padding-top: 70px;
  }
}

@media (min-width: 576px) and (Orientation: Portrait) {
  #img-entrega {
    padding: 26px;
  }
}

@media (min-width: 576px) and (Orientation: Landscape) {
  #img-entrega {
    padding: 0px;
  }
}

@media (max-width: 575px) {
  #img-entrega {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .card-etapas {
    max-width: 270px;
    min-height: auto;
    margin-bottom: 15%;
    border-radius: 25px;
  }
}

@media (min-width: 576px) and (Orientation: Portrait) {
  .card-etapas {
    max-width: 470px;
    min-height: auto;
    max-height: 100%;
    margin-bottom: 2%;
    border-radius: 25px;
  }
}

@media (min-width: 576px) and (Orientation: Landscape) {
  .card-etapas {
    max-width: 470px;
    min-height: 400px;
    max-height: 100%;
    margin-bottom: 2%;
    border-radius: 25px;
  }
}

@media (min-width: 768px) {
  .card-etapas {
    max-width: 220px;
    max-height: 100%;
    min-height: auto;
    margin-bottom: 2%;
    border-radius: 25px;
  }
}

@media (min-width: 992px) and (Orientation: Portrait) {
  .card-etapas {
    max-width: 250px;
    max-height: 100%;
    margin-bottom: 2%;
    border-radius: 25px;
  }
}

@media (min-width: 992px) and (Orientation: Landscape) {
  .card-etapas {
    max-width: 300px;
    max-height: 100%;
    margin-bottom: 2%;
    border-radius: 25px;
  }
}

@media (min-width: 1200px) {
  .card-etapas {
    max-width: 290px;
    max-height: 100%;
    margin-bottom: 2%;
    border-radius: 25px;
  }
}

@media (min-width: 1400px) {
  .card-etapas {
    max-width: 320px;
    max-height: 480px;
    margin-bottom: 2%;
    border-radius: 25px;
  }
}

@media (max-width: 1199px) {
  #slide1 {
    content: url(../img/banner1-mobile.jpg);
  }
}

@media (min-width: 1200px) {
  #slide1 {
    content: url(../img/banner1.jpg);
  }
}

@media (max-width: 1199px) {
  #slide2 {
    content: url(../img/banner2-mobile.jpg);
  }
}

@media (min-width: 1200px) {
  #slide2 {
    content: url(../img/banner2.jpg);
  }
}

@media (max-width: 1199px) {
  #slide3 {
    content: url(../img/banner3-mobile.jpg);
  }
}

@media (min-width: 1200px) {
  #slide3 {
    content: url(../img/banner3.jpg);
  }
}

@media (min-width: 576px) {
  #nossos-produtos-titulo {
    font-size: 24px;
    background: #107f9a;
    border-radius: 20px;
    margin-left: 6%;
    z-index: 2;
  }
}

@media (max-width: 575px) {
  #nossos-produtos-titulo {
    font-size: 24px;
    background: #107f9a;
    border-radius: 20px;
    margin-left: 0%;
  }
}

@media (min-width: 576px) {
  #receba-mensagem {
    background: #107f9a;
    border-radius: 20px;
    margin-left: 6%;
    min-height: auto;
  }
}

@media (max-width: 575px) {
  #receba-mensagem {
    background: #107f9a;
    border-radius: 20px;
    margin-left: 0%;
    max-height: 100px;
  }
}

@media (min-width: 0px) {
  .whatsapp-icon {
    width: 30px;
  }
}

@media (min-width: 300px) {
  .whatsapp-icon {
    width: 60px;
  }
}

@media (min-width: 1400px) {
  .whatsapp-icon {
    width: 100px;
  }
}

@media (min-width: 1600px) {
  #div-whatsapp-icon {
    position: fixed;
    bottom: 0;
    margin-left: 80px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1599px) {
  #div-whatsapp-icon {
    position: fixed;
    bottom: 0;
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  #logo-footer {
    max-width: 340px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  #logo-footer {
    max-width: 240px;
  }
}

@media (min-width: 1400px) {
  .social-icon-60 {
    color: rgb(255,255,255);
    font-size: 60px;
  }
}

@media (max-width: 1399px) {
  .social-icon-60 {
    color: rgb(255,255,255);
    font-size: 35px;
  }
}

@media (min-width: 1400px) {
  .social-icon-50 {
    color: rgb(255,255,255);
    font-size: 50px;
  }
}

@media (max-width: 1399px) {
  .social-icon-50 {
    color: rgb(255,255,255);
    font-size: 35px;
  }
}

@media (min-width: 576px) and (Orientation: Portrait) {
  .image-card-etapas {
    max-width: 70px;
    padding-bottom: 10px;
  }
}

@media (min-width: 576px) and (Orientation: Landscape) {
  .image-card-etapas {
    max-width: 100px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .image-card-etapas {
    max-width: 90px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .image-card-etapas {
    max-width: 70px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .titulo-card-etapas {
    color: rgb(255,255,255);
    padding: 7px;
    padding-bottom: 0px;
    font-size: 18px;
    line-height: 33.6px;
    font-size: 20px;
    line-height: 23.6px;
  }
}

@media (min-width: 576px) and (Orientation: Portrait) {
  .titulo-card-etapas {
    color: rgb(255,255,255);
    padding: 6px;
    padding-bottom: 0px;
    font-size: 21px;
    line-height: 23.6px;
  }
}

@media (min-width: 576px) and (Orientation: Landscape) {
  .titulo-card-etapas {
    color: rgb(255,255,255);
    padding: 6px;
    padding-bottom: 0px;
    font-size: 28px;
    line-height: 34.6px;
  }
}

@media (min-width: 1200px) {
  .titulo-card-etapas {
    color: rgb(255,255,255);
    padding: 6px;
    padding-bottom: 0px;
    font-size: 28px;
    line-height: 32.6px;
  }
}

@media (min-width: 1400px) {
  .titulo-card-etapas {
    color: rgb(255,255,255);
    padding: 6px;
    padding-bottom: 0px;
    font-size: 28px;
    line-height: 28.6px;
  }
}

@media (max-width: 575px) {
  .texto-card-etapas {
    color: rgb(255,255,255);
    font-size: 17px;
    padding-left: 7%;
    padding-right: 7%;
    text-align: justify;
    line-height: 20px;
  }
}

@media (min-width: 576px) and (Orientation: Portrait) {
  .texto-card-etapas {
    color: rgb(255,255,255);
    font-size: 17px;
    line-height: 18px;
    text-align: justify;
    padding-left: 5%;
    padding-right: 7%;
  }
}

@media (min-width: 576px) and (Orientation: Landscape) {
  .texto-card-etapas {
    color: rgb(255,255,255);
    font-size: 15px;
    text-align: justify;
    line-height: 18px;
    padding-left: 5%;
    padding-right: 7%;
  }
}

@media (min-width: 1200px) {
  .texto-card-etapas {
    color: rgb(255,255,255);
    font-size: 16px;
    text-align: justify;
    line-height: 20px;
    padding-left: 5%;
    padding-right: 7%;
  }
}

@media (min-width: 1400px) {
  .image-quem-somos-column-xxl {
    margin-bottom: 2%;
    z-index: 2;
    width: 750px;
  }
}

@media (min-width: 992px) {
  .image-quem-somos-column-xxl {
    margin-bottom: 2%;
    z-index: 2;
    width: 480px;
    margin-top: -20px;
  }
}

@media (min-width: 1200px) {
  .image-quem-somos-column-xxl {
    margin-bottom: 2%;
    z-index: 2;
    width: 610px;
    margin-top: -40px;
  }
}

@media (min-width: 1400px) {
  .image-quem-somos-column-xxl {
    margin-bottom: 2%;
    z-index: 2;
    width: 700px;
  }
}

@media (min-width: 1600px) {
  .image-quem-somos-column-xxl {
    margin-bottom: 2%;
    z-index: 2;
    width: 880px;
    margin-top: -90px;
  }
}

@media (max-width: 768px) {
  .image-quem-somos-column-xxl {
    margin-bottom: 2%;
    z-index: 2;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .coluna-texto-quem-somos {
    margin-bottom: 2%;
    width: 500px;
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  .coluna-texto-quem-somos {
    margin-bottom: 2%;
    width: 400px;
    margin-left: 12px;
  }
}

@media (min-width: 992px) {
  .coluna-texto-quem-somos {
    margin-bottom: 2%;
    width: 430px;
    margin-left: 12px;
  }
}

@media (min-width: 1200px) {
  .coluna-texto-quem-somos {
    margin-bottom: 2%;
    width: 490px;
    margin-left: 12px;
  }
}

@media (min-width: 1400px) {
  .coluna-texto-quem-somos {
    margin-bottom: 2%;
    width: 550px;
    margin-left: 12px;
  }
}

@media (min-width: 1600px) {
  .coluna-texto-quem-somos {
    margin-bottom: 2%;
    width: 600px;
    margin-left: 12px;
  }
}

@media (max-width: 768px) {
  .coluna-texto-quem-somos {
    margin-bottom: 2%;
    width: 100%;
    margin-left: 12px;
  }
}

@media (min-width: 1400px) {
  .card-products.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 540px;
  }
}

@media (min-width: 1200px) {
  .card-products.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 450px;
  }
}

@media (min-width: 992px) {
  .card-products.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 490px;
  }
}

@media (min-width: 1200px) {
  .card-products.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 550px;
  }
}

@media (min-width: 1400px) {
  .card-products.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 600px;
  }
}

@media (min-width: 1600px) {
  .card-products.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 640px;
  }
}

@media (max-width: 768px) {
  .card-products.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 90vw;
  }
}

@media (min-width: 1400px) {
  .texto-quem-somos {
    font-size: 28px;
    color: rgb(16,127,154);
    text-align: justify;
    padding: 42px;
    padding-right: 100px;
  }
}

@media (min-width: 1200px) {
  .texto-quem-somos {
    font-size: 28px;
    color: rgb(16,127,154);
    text-align: justify;
    padding: 42px;
    padding-right: 100px;
  }
}

@media (min-width: 992px) {
  .texto-quem-somos {
    font-size: 28px;
    color: rgb(16,127,154);
    text-align: justify;
    padding: 42px;
    padding-right: 100px;
  }
}

@media (max-width: 576px) {
  .texto-quem-somos {
    font-size: 20px;
    color: rgb(16,127,154);
    text-align: justify;
    padding: 42px;
  }
}

@media (min-width: 768px) {
  .texto-quem-somos {
    font-size: 24px;
    color: rgb(16,127,154);
    text-align: justify;
    padding: 42px;
  }
}

@media (min-width: 992px) {
  .texto-quem-somos {
    font-size: 24px;
    color: rgb(16,127,154);
    text-align: justify;
    padding: 42px;
    padding-right: 100px;
  }
}

@media (min-width: 1400px) {
  .texto-quem-somos {
    font-size: 32px;
    color: rgb(16,127,154);
    text-align: justify;
    padding: 42px;
    padding-right: 100px;
  }
}

@media (min-width: 1600px) {
  .texto-quem-somos {
    font-size: 36px;
    color: rgb(16,127,154);
    text-align: justify;
    padding: 42px;
    padding-right: 100px;
  }
}

@media (min-width: 300px) {
  .mapa-quem-somos {
    width: 100%;
    padding-left: 14%;
    padding-right: 5%;
  }
}

@media (min-width: 576px) {
  .mapa-quem-somos {
    width: 100%;
    padding-left: 10%;
    padding-right: 5%;
    margin-top: -100px;
  }
}

@media (min-width: 1200px) {
  .mapa-quem-somos {
    width: 100%;
    padding-left: 15%;
    padding-right: 5%;
    margin-top: -100px;
  }
}

@media (min-width: 1400px) {
  .mapa-quem-somos {
    width: 100%;
    padding-left: 20%;
    padding-right: 5%;
    margin-top: -100px;
  }
}

@media (min-width: 300px) {
  .organograma-quem-somos {
    width: 100%;
    padding-left: 0%;
    padding-right: 5%;
  }
}

@media (min-width: 576px) {
  .organograma-quem-somos {
    width: 100%;
    padding: 5%;
  }
}

@media (min-width: 992px) {
  .organograma-quem-somos {
    width: 63%;
    padding: 3%;
  }
}

@media (min-width: 1200px) {
  .organograma-quem-somos {
    width: 65%;
    padding-left: 2%;
  }
}

@media (min-width: 1400px) {
  .organograma-quem-somos {
    width: 73%;
    padding-left: 3%;
    margin-right: 0px;
  }
}

@media (min-width: 1600px) {
  .organograma-quem-somos {
    width: 70%;
    padding-left: 11%;
    padding-right: 180px;
  }
}

.card {
  min-width: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #107f9a;
  background-clip: border-box;
  border: none;
  border-radius: 1.3rem;
}

@media (min-width: 300px) {
  .card-right-organograma {
    background: #c8c8c8;
    margin-top: 20px;
    padding: 14px;
    border-radius: 20px;
    height: 600px;
  }
}

@media (min-width: 576px) {
  .card-right-organograma {
    background: #c8c8c8;
    margin-top: 20px;
    padding: 14px;
    border-radius: 20px;
    height: 600px;
    width: 350px;
  }
}

@media (min-width: 1200px) {
  .card-right-organograma {
    background: #c8c8c8;
    margin-top: -60px;
    padding: 25px;
    width: 400px;
    border-radius: 20px;
    height: 600px;
  }
}

@media (min-width: 1400px) {
  .card-right-organograma {
    background: #c8c8c8;
    margin-top: -60px;
    padding: 25px;
    width: 360px;
    border-radius: 20px;
    height: 600px;
    right: 0px;
  }
}

@media (min-width: 300px) {
  .img-orgranograma {
    border-radius: 40px;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .img-orgranograma {
    border-radius: 40px;
    margin-top: 11px;
  }
}

@media (min-width: 1400px) {
  .img-orgranograma {
    border-radius: 40px;
    margin-top: -115px;
  }
}

#europa-mapa {
  height: 90.46px;
}

#europa-mapa:hover {
  content: url("mapa-europa.png");
}

#mapa-brasil {
  height: 90.46px;
}

#mapa-brasil:hover {
  content: url("mapa-brasil.png");
}

#mapa-colombia {
  height: 90.46px;
}

#mapa-colombia:hover {
  content: url("mapa-esp.png");
}

#mapa-usa {
  height: 90.46px;
  margin-bottom: -456px;
  margin-left: 91px;
  position: relative;
  bottom: 0px;
}

#mapa-usa:hover {
  content: url("mapa-usa.png");
}

@media (min-width: 576px) and (Orientation: Portrait) {
  .passos-fonte {
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 23px;
  }
}

@media (min-width: 576px) and (Orientation: Landscape) {
  .passos-fonte {
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 35px;
  }
}

@media (min-width: 1200px) {
  .passos-fonte {
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .passos-fonte {
    color: rgb(255,255,255);
    font-weight: bold;
    font-size: 34px;
  }
}

@media (min-width: 576px) and (Orientation: Portrait) {
  .negative-top-margin {
    margin-top: -190px;
  }
}

@media (min-width: 576px) and (Orientation: Landscape) {
  .negative-top-margin {
    margin-top: -115px;
  }
}

@media (max-width: 575px) {
  .negative-top-margin {
    margin-top: -160px;
  }
}

/* /////////////// ESPECIFICO PARA A PAGINA PRODUTOS /////////////// */

@media (min-width: 0px) and (max-width: 1499px) {
  .background_produtos {
    background: url("../../assets/img/BG_1600x2700-mobile.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 1500px) {
  .background_produtos {
    background: url("../../assets/img/BG_1600x2700_produtos.jpg?h=60daaee7fcc0171eddbad5164601d683") right top / auto repeat-y;
  }
}

@media (min-width: 360px) and (max-width: 5000px) {
  .margin-right-produtos {
    margin-right: 5%;
  }
}

.card-products2:hover {
  background-color: #149fb3;
}

.card-products2 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #107f9a;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 20px;
}

.botao-produtos2 {
  border-radius: 15px;
  color: white;
  background: rgb(0,166,81);
  width: 130px;
  font-weight: bold;
  box-shadow: 5px 5px rgba(0,0,0,0.35);
  height: 34px;
  margin-right: 0%;
  font-size: 18px;
}

@media (min-width: 576px) {
  .botao-produtos2 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 130px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .botao-produtos2 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 130px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .botao-produtos2 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 130px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .botao-produtos2 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 130px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .botao-produtos2 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 120px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 0%;
    font-size: 16px;
  }
}

.botao-produtos2:hover {
  background-color: white;
  color: rgb(0,166,81);
}

@media (min-width: 1400px) {
  .card-products2.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 540px;
  }
}

@media (min-width: 1200px) {
  .card-products2.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 450px;
  }
}

@media (min-width: 992px) {
  .card-products2.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 490px;
  }
}

@media (min-width: 1200px) {
  .card-products2.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 550px;
  }
}

@media (min-width: 1400px) {
  .card-products2.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 600px;
  }
}

@media (min-width: 1600px) {
  .card-products2.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 640px;
  }
}

@media (max-width: 768px) {
  .card-products2.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 90vw;
  }
}

.card2 {
  min-width: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #107f9a;
  background-clip: border-box;
  border: none;
  border-radius: 1.3rem;
}

.revogado::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: red;
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

@media (min-width: 360px) {
  .revogado {
    position: relative;
    color: rgb(255,255,255);
    font-size: 20px;
  }
}

@media (min-width: 360px) {
  .preco {
    color: rgb(255,255,255);
    font-size: 20px;
  }
}

.card-products3:hover {
  background-color: #149fb3;
}

.card-products3 {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #107f9a;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 20px;
}

.botao-produtos3 {
  border-radius: 15px;
  color: white;
  background: rgb(0,166,81);
  width: 100px;
  font-weight: bold;
  box-shadow: 5px 5px rgba(0,0,0,0.35);
  height: 34px;
  margin-right: 8%;
  font-size: 14px;
}

@media (min-width: 576px) {
  .botao-produtos3 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 8%;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .botao-produtos3 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 8%;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .botao-produtos3 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 8%;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .botao-produtos3 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 8%;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .botao-produtos3 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 8%;
  }
}

.botao-produtos3:hover {
  background-color: white;
  color: rgb(0,166,81);
}

.botao-produtos4 {
  border-radius: 15px;
  color: white;
  background: rgb(0,166,81);
  width: 100px;
  font-weight: bold;
  box-shadow: 5px 5px rgba(0,0,0,0.35);
  height: 34px;
  margin-right: 4%;
  font-size: 12px;
}

@media (min-width: 576px) {
  .botao-produtos4 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 125px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 49px;
    margin-right: 12%;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .botao-produtos4 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: 8%;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .botao-produtos4 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 100px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 34px;
    margin-right: -2%;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .botao-produtos4 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 97px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 37px;
    margin-right: 6%;
    font-size: 13px;
  }
}

@media (min-width: 1400px) {
  .botao-produtos4 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 120px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 44px;
    margin-right: 8%;
    font-size: 17px;
    margin-bottom: 5%;
  }
}

@media (min-width: 1600px) {
  .botao-produtos4 {
    border-radius: 15px;
    color: white;
    background: rgb(0,166,81);
    width: 130px;
    font-weight: bold;
    box-shadow: 5px 5px rgba(0,0,0,0.35);
    height: 44px;
    margin-right: 8%;
    margin-bottom: 5%;
  }
}

.botao-produtos4:hover {
  background-color: white;
  color: rgb(0,166,81);
}

@media (min-width: 1400px) {
  .card-products3.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 540px;
  }
}

@media (min-width: 1200px) {
  .card-products3.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 450px;
  }
}

@media (min-width: 992px) {
  .card-products3.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 490px;
  }
}

@media (min-width: 1200px) {
  .card-products3.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 550px;
  }
}

@media (min-width: 1400px) {
  .card-products3.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 600px;
  }
}

@media (min-width: 1600px) {
  .card-products3.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 640px;
  }
}

@media (max-width: 768px) {
  .card-products3.card-texto-quem-somos {
    background: rgb(238,238,238);
    width: 90vw;
  }
}

.card3 {
  min-width: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #107f9a;
  background-clip: border-box;
  border: none;
  border-radius: 1.3rem;
}

/* /////////////// ESPECIFICO PARA A PAGINA INDIVIDUAL DE PRODUTOS /////////////// */

@media (min-width: 0px) and (max-width: 1499px) {
  .background-prod-ind {
    background: url("../../assets/img/BG_1600x2700-mobile.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 1500px) {
  .background-prod-ind {
    background: url("../../assets/img/BG_1600x2700_indiv-prod.jpg?h=60daaee7fcc0171eddbad5164601d683") right top / auto repeat-y;
  }
}

.botao-ficha-produto {
  font-size: 13px;
  font-weight: bold;
  color: rgb(16,127,154);
  background: rgba(255,255,255,0);
  border: 2px solid #107f9a;
}

.botao-ficha-produto:hover {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #107f9a;
}

.botao-coa-produto {
  font-weight: bold;
  margin-left: 20px;
  border-width: 2px;
  border-color: #107f9a;
  background: #107f9a;
  color: rgb(255,255,255);
  font-size: 13px;
}

.botao-coa-produto:hover {
  font-weight: bold;
  color: #107f9a;
  background: rgba(255,255,255,0);
}

@media (min-width: 360px) {
  .imagens-frascos {
    height: 75px;
    background: #107f9a;
    border-radius: 10px;
    width: 75px;
  }
}

@media (min-width: 1200px) {
  .imagens-frascos {
    height: 75px;
    background: #107f9a;
    border-radius: 10px;
    width: 75px;
  }
}

@media (min-width: 768px) {
  .row-top-prod-indiv {
    padding-bottom: 100px;
    padding-left: 100px;
    padding-right: 100px;
    flex-direction: row;
  }
}

@media (max-width: 767px) {
  .row-top-prod-indiv {
    padding-bottom: 100px;
    justify-content: center;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .direction {
    flex-direction: column;
    width: 25%;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .direction {
    flex-direction: row;
    flex: 1 0 0%;
    width: 100%;
  }
}

@media (min-width: 300px) {
  .detalhes-prod-indiv {
    min-width: 380px;
    margin-top: 10%;
  }
}

@media (min-width: 768px) {
  .detalhes-prod-indiv {
    min-width: 380px;
    margin-top: 0%;
  }
}

@media (min-width: 300px) {
  .informacoes-prod-indv {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 576px) {
  .informacoes-prod-indv {
    padding-bottom: 10px;
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media (min-width: 768px) {
  .informacoes-prod-indv {
    padding-bottom: 10px;
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (min-width: 300px) {
  .login-cadastro {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 576px) {
  .login-cadastro {
    padding-bottom: 10px;
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media (min-width: 768px) {
  .login-cadastro {
    padding-bottom: 10px;
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (min-width: 300px) {
  .col-inf-indiv {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .col-inf-indiv {
    padding-left: 70px;
  }
}

.botaos-comprar-e-preco {
  max-height: 1px;
  padding-top: 25px;
}

@media (min-width: 992px) {
  .botaos-comprar-e-preco {
    max-height: 1px;
    padding-top: 56px;
  }
}

/* /////////////// ESPECIFICO PARA A PAGINA de Autorizacao Anvisa /////////////// */

@media (min-width: 0px) and (max-width: 360px) {
  .background_autorizacao {
    background: url("../../assets/img/BG_360_mobile_autorizacao.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 361px) and (max-width: 575px) {
  .background_autorizacao {
    background: url("../../assets/img/BG_576_tablet_autorizacao.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .background_autorizacao {
    background: url("../../assets/img/BG_768_tablet_autorizacao.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .background_autorizacao {
    background: url("../../assets/img/BG_992_notebook_autorizacao.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .background_autorizacao {
    background: url("../../assets/img/BG_1200_monitor_autorizacao.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .background_autorizacao {
    background: url("../../assets/img/BG_1400_monitor_autorizacao.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

@media (min-width: 1401px) {
  .background_autorizacao {
    background: url("../../assets/img/BG_1600_monitor_autorizacao.jpg?h=d52680f331491e87c2cc4a7af6ed9eac") right top / auto repeat-y;
  }
}

.texto-1-slide {
  border-style: none;
  font-size: 22px;
  color: #3D3D3D;
  line-height: 25px;
}

@media (min-width: 576px) {
  .texto-1-slide {
    border-style: none;
    font-size: 30px;
    color: #3D3D3D;
    line-height: 32px;
  }
}

@media (min-width: 1200px) {
  .texto-1-slide {
    border-style: none;
    font-size: 50px; /*50px*/
    color: #3D3D3D;
    line-height: 47px; /*47px*/
  }
}

.texto-2-slide {
  margin-top: 0px;
  color: #3D3D3D;
  font-size: 16px;
  line-height: 15px;
}

@media (min-width: 576px) {
  .texto-2-slide {
    margin-top: 20px;
    color: #3D3D3D;
    font-size: 21px;
    line-height: 23px;
  }
}

@media (min-width: 1200px) {
  .texto-2-slide {
    margin-top: 20px;
    color: #3D3D3D;
    font-size: 18px;
    line-height: 20px;
  }
}

.botao-slide-saiba-mais {
  border-radius: 20px;
  background: #0A7D3D;
  width: 120px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.botao-slide-saiba-mais:hover {
  background: #FFFFFF;
  color: #0A7D3D;
  border-color: #0A7D3D;
  border-width: 1px;
}

@media (min-width: 576px) {
  .botao-slide-saiba-mais {
    border-radius: 20px;
    background: #0A7D3D;
    width: 150px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .botao-slide-saiba-mais {
    border-radius: 20px;
    background: #0A7D3D;
    width: 165px;
    height: 49px;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .botao-slide-saiba-mais {
    border-radius: 20px;
    background: #0A7D3D;
    width: 187px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

@media (min-width: 1200px) {
  .botao-slide-saiba-mais {
    border-radius: 20px;
    background: #0A7D3D;
    width: 187px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

@media (min-width: 1400px) {
  .botao-slide-saiba-mais {
    border-radius: 20px;
    background: #0A7D3D;
    width: 187px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

.botao-slide-saiba-mais-azul {
  border-radius: 20px;
  background: #1E7993;
  width: 120px;
  height: 40px;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.botao-slide-saiba-mais-azul:hover {
  background: #FFFFFF;
  color: #1E7993;
  border-color: #1E7993;
  border-width: 1px;
}

@media (min-width: 576px) {
  .botao-slide-saiba-mais-azul {
    border-radius: 20px;
    background: #1E7993;
    width: 150px;
    height: 45px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

@media (min-width: 768px) {
  .botao-slide-saiba-mais-azul {
    border-radius: 20px;
    background: #1E7993;
    width: 165px;
    height: 49px;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
  .botao-slide-saiba-mais-azul {
    border-radius: 20px;
    background: #1E7993;
    width: 187px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

@media (min-width: 1200px) {
  .botao-slide-saiba-mais-azul {
    border-radius: 20px;
    background: #1E7993;
    width: 187px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

@media (min-width: 1400px) {
  .botao-slide-saiba-mais-azul {
    border-radius: 20px;
    background: #1E7993;
    width: 187px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar .container {
  max-width: 1040px;
}

.coluna-text-slide {
  position: absolute;
  left: 10%;
  top: 30%;
  color: rgb(16,127,154);
  width: 95px;
}

@media (min-width: 576px) {
  .coluna-text-slide {
    position: absolute;
    left: 10%;
    top: 30%;
    color: rgb(16,127,154);
    width: 165px;
  }
}

@media (min-width: 768px) {
  .coluna-text-slide {
    position: absolute;
    left: 10%;
    top: 30%;
    color: rgb(16,127,154);
    width: 240px;
  }
}

@media (min-width: 992px) {
  .coluna-text-slide {
    position: absolute;
    left: 10%;
    top: 30%;
    color: rgb(16,127,154);
    width: 300px;
  }
}

@media (min-width: 1200px) {
  .coluna-text-slide {
    position: absolute;
    left: 10%;
    top: 30%;
    color: rgb(16,127,154);
    width: 320px;
  }
}

@media (min-width: 1400px) {
  .coluna-text-slide {
    position: absolute;
    left: 10%;
    top: 30%;
    color: rgb(16,127,154);
    width: 350px;
  }
}

@media (min-width: 576px) {
  #carousel-2 .carousel-inner {
    display: flex;
    max-width: 600px;
  }
}

@media (min-width: 576px) {
  #carousel-2 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/3);
  }
}

@media (min-width: 768px) {
  #carousel-2 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/2);
  }
}

@media (min-width: 992px) {
  #carousel-2 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/3);
  }
}

#carousel-2 .card {
  margin: 0 .5em;
}

@media (min-width: 768px) {
  #carousel-3 .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  #carousel-3 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/2);
  }
}

@media (min-width: 992px) {
  #carousel-3 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/3);
  }
}

#carousel-3 .card {
  margin: 0 .5em;
}

@media (min-width: 768px) {
  #carousel-4 .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  #carousel-4 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/2);
  }
}

@media (min-width: 992px) {
  #carousel-4 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/3);
  }
}

@media (min-width: 1200px) {
  #carousel-4 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/4);
  }
}

#carousel-4 .card {
  margin: 0 .5em;
}

@media (min-width: 576px) {
  #carousel-5 .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  #carousel-5 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/2);
  }
}

@media (min-width: 992px) {
  #carousel-5 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/2);
  }
}

@media (min-width: 1200px) {
  #carousel-5 .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100%/3);
  }
}

#carousel-5 .card {
  margin: 0 .5em;
}

.blog-blue-border-bottom-to-top:hover {
  border-bottom: 100px solid rgba(16, 127, 154, 1);
  transition: 0.35s;
}

.blog-blue-border-bottom-to-top {
  border-bottom: 6px solid rgba(16, 127, 154, 1);
  transition: 0.35s;
}

.titulo-gradiente {
  background: -webkit-linear-gradient(45deg, #107F9A, #0A7D3D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lista-departamentos {
  list-style-type: none;
}

li::marker {
  color: rgba(10, 125, 61, 1);
}

.texto-1-banner {
  color: #ffffff;
  text-align: right;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
}

.texto-2-banner {
  color: #ffffff;
  text-align: right;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 30px;
}

@media (min-width: 576px) {
  .texto-2-banner {
    color: #ffffff;
    text-align: right;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 42px;
  }
}

.texto-3-banner {
  color: #ffffff;
  text-align: right;
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
}

@media (min-width: 576px) {
  .texto-3-banner {
    color: #ffffff;
    text-align: right;
    margin-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }
}

.div-texto-banner {
  padding-top: 40px;
  padding-right: 25px;
}

@media (min-width: 576px) {
  .div-texto-banner {
    padding-top: 30px;
    padding-right: 60px;
  }
}

.banner-slide-image {
  height: 337px;
  object-fit: cover;
}

.banner1-slide-image {
  height: 337px;
  object-fit: cover;
}

@media (min-width: 1200px) {
  .banner1-slide-image {
    height: auto;
    object-fit: cover;
  }
}

.textos-slide {
  max-width: 1200px;
  width: 70%;
  margin-top: -250px;
}

@media (min-width: 576px) {
  .textos-slide {
    max-width: 1200px;
    width: 76%;
    margin-top: -270px;
  }
}

@media (min-width: 768px) {
  .textos-slide {
    max-width: 1200px;
    width: 80%;
    margin-top: -270px;
  }
}

@media (min-width: 992px) {
  .textos-slide {
    max-width: 1200px;
    width: 80%;
    margin-top: -270px;
  }
}

@media (min-width: 1200px) {
  .textos-slide {
    max-width: 1200px;
    width: 83%;
    margin-top: -29%;
  }
}

@media (min-width: 1920px) {
  .textos-slide {
    max-width: 1200px;
    width: 100%;
    margin-top: -26%;
  }
}

.variable-image-size-375 {
  width: 310px;
  height: 116px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .variable-image-size-375 {
    width: 290px;
    height: 125px;
  }
}

@media (min-width: 992px) {
  .variable-image-size-375 {
    width: 306px;
    height: 130px;
  }
}

@media (min-width: 1200px) {
  .variable-image-size-375 {
    width: 370px;
    height: 157px;
  }
}

.btn-acesse-o-catalogo {
  background: rgba(16, 127, 154, 1);
  width: 277px;
  border-radius: 20px;
  height: 45px;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.btn-acesse-o-catalogo .img {
  content: url(../../assets/img/comment-alt.svg?h=0b2a38a62859862cec92f2f0ef592675);
}

.btn-acesse-o-catalogo:hover .img {
  content: url(../../assets/img/comment-alt-invertido.svg?h=9ab20b4696d722940bc5e6627e228d08);
}

.btn-acesse-o-catalogo:hover {
  background: #ffffff;
  color: rgba(16, 127, 154, 1);
  border-color: rgba(16, 127, 154, 1);
  border-width: 1px;
}

.btn-saiba-mais-verde-hover:hover {
  color: #0A7D3D;
  background: #ffffff;
  border: 1px solid #0A7D3D;
}

.btn-saiba-mais-azul-hover-invertido:hover {
  color: #ffffff;
  background: #0E728B;
  border: 1px solid #ffffff;
}

.btn-saiba-mais-azul-hover-invertido {
  color: #0E728B;
  background: #ffffff;
  border: 2px solid #0E728B;
}

.btn-saiba-mais-azul-branco-hover-invertido:hover {
  color: #0E728B;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.btn-saiba-mais-azul-branco-hover-invertido {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.btn-saiba-mais-azul-hover {
  color: #ffffff;
  background: #0E728B;
  border: 2px none rgb(197,197,197);
}

.btn-saiba-mais-azul-hover:hover {
  color: #0E728B;
  background: #ffffff;
  border: 1px solid #0E728B;
}

.btn-saiba-mais-verde-hover-invertido:hover {
  color: #ffffff;
  background: #0A7D3D;
  border: 2px none rgb(197,197,197);
}

.btn-saiba-mais-verde-hover-invertido {
  color: #0A7D3D;
  background: #ffffff;
  border: 1px solid #0A7D3D;
}

.btn-saiba-mais-verde-invertido-hover {
  color: #0A7D3D;
  background: rgba(255,255,255,0);
  border: 3px solid #0A7D3D;
}

.btn-saiba-mais-verde-invertido-hover:hover {
  color: #ffffff;
  background: #0A7D3D;
  border: 3px solid #0A7D3D;
}

.btn-saiba-mais-verde-branco-invertido-hover {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}

.btn-saiba-mais-verde-branco-invertido-hover:hover {
  color: #0A7D3D;
  background: #ffffff;
  border: 3px solid #ffffff;
}

.btn-whatsapp-verde-hover:hover {
  color: #0A7D3D;
  background: #ffffff;
  border: 3px solid #0A7D3D;
}

.btn-saiba-mais-verde-hover {
  color: #ffffff;
  background: #0A7D3D;
  border: 2px none rgb(197,197,197);
  min-width: 120px;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

.btn-whatsapp-verde-hover {
  color: #ffffff;
  background: #0A7D3D;
  border: 2px none rgb(197,197,197);
}

.btn-saiba-mais-cinza-hover:hover {
  color: #ffffff;
  background: #0A7D3D;
  border: 1px solid #0A7D3D;
}

.btn-saiba-mais-cinza-hover {
  color: #ffffff;
  background: rgba(61,61,61,0.5);
  border: 2px none rgb(197,197,197);
  min-width: 120px;
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

.btn-saiba-mais-cinza-azul-hover {
  color: #ffffff;
  background: rgba(61,61,61,0.5);
  border: 2px none rgb(197,197,197);
}

.btn-saiba-mais-cinza-azul-hover:hover {
  color: #ffffff;
  background: #0e728b;
  border: 1px solid #0e728b;
}

.btn-saiba-mais-cinza-hover.active {
  color: #ffffff;
  background: #0A7D3D;
  border: 1px solid #0A7D3D;
}

.btn-saiba-mais-verde-invertido-hover .img {
  content: url(../../assets/img/icon-manipule-suas-receitas.svg?h=1f4a832726899a3b77c51132f6a8b29e);
}

.btn-saiba-mais-verde-invertido-hover:hover .img {
  content: url(../../assets/img/icon-manipule-suas-receitas-invertido.svg?h=1f47617159528447eac3996a2cb92e47);
}

.btn-vermelho-hover {
  background: #e04848;
  color: #FFFFFF;
  border: 1px solid #e04848;
}

.btn-vermelho-hover:hover {
  background: #FFFFFF;
  color: #e04848;
}

.btn-veja-completo-hover {
  background: #0A7D3D;
  border: 2px none rgb(197,197,197);
  color: white;
}

.btn-veja-completo-hover:hover {
  background: rgb(255,255,255);
  border: 2px solid #0A7D3D;
  color: #0A7D3D;
}

.btn-veja-completo-hover .btn-veja-completo-hover-texto {
  color: white;
}

.btn-veja-completo-hover:hover .btn-veja-completo-hover-texto {
  color: #0A7D3D;
}

.btn-veja-completo-hover-texto .btn-veja-completo-hover-texto {
  color: #0A7D3D;
}

.btn-leia-mais-novos-artigos {
  margin-top: 40%;
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1);
}

.btn-leia-mais-novos-artigos:hover {
  background: rgba(0, 0, 0, 1);
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 576px) {
  .btn-leia-mais-novos-artigos {
    margin-top: 41%;
  }
}

@media (min-width: 992px) {
  .btn-leia-mais-novos-artigos {
    margin-top: 40%;
  }
}

@media (min-width: 1200px) {
  .btn-leia-mais-novos-artigos {
    margin-top: 154px;
  }
}

.marquee-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.sliding-text {
  /*--duration: 20;*/
  display: inline-block;
  width: max-content;
  white-space: nowrap;
  display: flex;
  gap: 1rem;
  padding-left: 1rem;
  /*animation: slide-left calc(var(--duration) * 1s) linear infinite;*/
  animation: slide-left 400s linear infinite;
}

@keyframes slide-left {
  to {
    transform: translateX(-100%);
  }
}

.nav-link-hover:hover {
  border: 1px solid black;
  border-radius: 20px;
}

.nav-link-hover {
  border: 0px none;
  border-radius: 0px;
}

.nav-link-top-hover:hover {
  color: #0A7D3D;
}

.nav-link-top-hover {
  color: #3D3D3D;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  /*color: var(--bs-navbar-active-color);*/
  color: #0A7D3D;
}

.btn-oferta-adicionar-verde-hover .btn-oferta-adicionar-verde-img {
  content: url(../../assets/img/icons8_buy.svg?h=986ac1dd44e4f06d4f0ecc02a67be082);
}

.btn-oferta-adicionar-verde-hover:hover .btn-oferta-adicionar-verde-img {
  content: url(../../assets/img/icons8_buy-invertido.svg?h=d9873f8208f9a51070f1f11afcecac36);
}

.btn-oferta-adicionar-verde-hover:hover {
  background: white;
  border: 2px solid #0A7D3D;
  color: #0A7D3D;
}

.btn-oferta-adicionar-verde-hover {
  background: #0A7D3D;
  border: 2px none rgb(197,197,197);
  color: white;
}

.nav-link-bottom-blue-hover:hover {
  color: rgba(16, 127, 154, 1);
  cursor: pointer;
  font-weight: bold;
}

.nav-link-bottom-green-hover:hover {
  color: #0A7D3D;
  cursor: pointer;
  font-weight: bold;
}

.nav-link-bottom-green2-hover:hover {
  color: #0A7D3D;
  cursor: pointer;
  font-weight: bold;
}

.nav-link-bottom-blue-hover {
  color: rgba(61, 61, 61, 1);
  cursor: pointer;
}

.nav-link-bottom-green-hover {
  color: rgba(61, 61, 61, 1);
  cursor: pointer;
}

.nav-link-bottom-green2-hover {
  color: #0A7D3D;
  cursor: pointer;
}

.btn-login:hover .btn-login-icon {
  content: url(../../assets/img/Icone-Botao-Login-invertido.svg?h=9c158f3ee2d3eea18578dd39bb7e9cda);
}

.btn-login .btn-login-icon {
  content: url(../../assets/img/Icone-Botao-Login.svg?h=7fdc425669d0ca74300cda0018b0807c);
}

.btn-minhas-compras:hover .btn-minhas-compras-icon {
  content: url(../../assets/img/Icone-Botao-Minhas-Compras-invertido.svg?h=0fd070c0abcedf6bce70c91bf9bbd418);
}

.btn-minhas-compras .btn-minhas-compras-icon {
  content: url(../../assets/img/Icone-Botao-Minhas-Compras.svg?h=a7a4341062243075ccfcc25ab7496f0c);
}

.carousel-control-prev-icon {
  background-image: url("../../assets/img/seta-esquerda.svg?h=4b702c019279af095fbd8d190f459a0b");
}

.carousel-control-next-icon {
  background-image: url("../../assets/img/seta-direita.svg?h=c9aa744614cd55827ab38ef93d357502");
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 40%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
}

.carousel-2-control-prev {
  position: absolute;
  top: 30%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
  margin-left: -8%;
}

.carousel-3-control-prev {
  position: absolute;
  top: 35%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
  margin-left: -5%;
}

.carousel-4-control-prev {
  position: absolute;
  top: 23%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
  margin-left: -6%;
}

.carousel-5-control-prev {
  position: absolute;
  top: 54%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
  margin-left: -9%;
}

.carousel-3-control-next {
  position: absolute;
  top: 35%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
  margin-right: -5%;
}

.carousel-4-control-next {
  position: absolute;
  top: 23%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
  margin-right: -6%;
}

.carousel-5-control-next {
  position: absolute;
  top: 54%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
  margin-right: -9%;
}

.carousel-2-control-next {
  position: absolute;
  top: 30%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
  height: 100px;
  margin-right: -8%;
}

.seta-branca-dir {
  background-image: url("../../assets/img/seta-direita-branca.svg?h=033ca850cd70773e820e2f8234f47584");
}

.seta-branca-esq {
  background-image: url("../../assets/img/seta-esquerda-branca.svg?h=7cf21e14a116a688cdf7ab9ea89e5ec1");
}

.div-texto-banner.div--autismo-tea-background {
  background: url("../../assets/img/920817_1.webp?h=94dd7dfea80bc0cdef6c14c6cbd64b43") bottom left / contain no-repeat;
}

@media (min-width: 992px) {
  .div-texto-banner.div--autismo-tea-background {
    background: transparent;
  }
}

.imagem-desconto-30-reais {
  position: absolute;
  max-width: 940px;
  margin-top: -161px;
  margin-left: 30%;
}

.imagem-desconto-30-reais {
  position: absolute;
  max-width: 940px;
  display: none;
  margin-top: -161px;
  margin-left: 30%;
}

@media (min-width: 576px) {
  .imagem-desconto-30-reais {
    position: absolute;
    display: none;
    max-width: 940px;
    margin-top: -161px;
    margin-left: 30%;
  }
}

@media (min-width: 768px) {
  .imagem-desconto-30-reais {
    position: absolute;
    max-width: 580px;
    display: block;
    margin-top: 54px;
    margin-left: 51%;
  }
}

@media (min-width: 992px) {
  .imagem-desconto-30-reais {
    position: absolute;
    max-width: 720px;
    margin-top: -29px;
    margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .imagem-desconto-30-reais {
    position: absolute;
    max-width: 940px;
    margin-top: -161px;
    margin-left: 43%;
  }
}

@media (min-width: 1400px) {
  .imagem-desconto-30-reais {
    position: absolute;
    max-width: 940px;
    margin-top: -161px;
    margin-left: 490px;
  }
}

.coluna-distribuicao-dos-receptores {
  padding-bottom: 40px;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 1400px) {
  .coluna-distribuicao-dos-receptores {
    padding-bottom: 25px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.pag-ini-trat-div-tricoma-canabinoides-margin-left {
  margin-left: 0px;
}

@media (min-width: 576px) {
  .pag-ini-trat-div-tricoma-canabinoides-margin-left {
    margin-left: 80px;
  }
}

.pag-ini-trat-img-tricoma-canabinoides-sizes {
  width: 100%;
  min-width: 90px;
  max-width: 100px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .pag-ini-trat-img-tricoma-canabinoides-sizes {
    width: 100%;
    min-width: 100px;
    max-width: 100px;
  }
}

#tricoma-cbd:hover {
  content: url("../../assets/img/tricoma-top-1-hover.svg?h=d4ab63314e3cca09e50affc7365f9d62");
}

#tricoma-cbd {
  content: url("../../assets/img/tricoma-top-1.svg?h=1334069212ad71d0b4e9adc509ee2a77");
}

#tricoma-thc {
  content: url("../../assets/img/tricoma-top-2.svg?h=1334069212ad71d0b4e9adc509ee2a77");
}

#tricoma-thc:hover {
  content: url("../../assets/img/tricoma-top-2-hover.svg?h=68c1c984201886dc4ee8e6c5ebe0bf81");
}

#tricoma-cbg {
  content: url("../../assets/img/tricoma-top-3.svg?h=e71a7a29f3d837e92ac8e1f2e389c1dd");
}

#tricoma-cbg:hover {
  content: url("../../assets/img/tricoma-top-3-hover.svg?h=cf60ac75edd6ff2b35cd018c568a9bcb");
}

#tricoma-cbn {
  content: url("../../assets/img/tricoma-bottom-1.svg?h=14fbc424e7f5d9d84da5279f368a48cf");
}

#tricoma-cbn:hover {
  content: url("../../assets/img/tricoma-bottom-1-hover.svg?h=cf60ac75edd6ff2b35cd018c568a9bcb");
}

#tricoma-cbc {
  content: url("../../assets/img/tricoma-bottom-2.svg?h=14fbc424e7f5d9d84da5279f368a48cf");
}

#tricoma-cbc:hover {
  content: url("../../assets/img/tricoma-bottom-2-hover.svg?h=a214fa647b023a98988de8b381c79e04");
}

#tricoma-outros:hover {
  content: url("../../assets/img/tricoma-bottom-3-hover.svg?h=a214fa647b023a98988de8b381c79e04");
}

#tricoma-outros {
  content: url("../../assets/img/tricoma-bottom-3.svg?h=c6a66d99c69a003d61dd4604d7802f5a");
}

#tricoma-limoneno:hover {
  content: url("../../assets/img/tricoma-top-1-limoneno-hover.svg?h=622428d664888b5bf573cef36d93b644");
}

#tricoma-limoneno {
  content: url("../../assets/img/tricoma-top-1-limoneno.svg?h=0a982915e5eb682f7372e5db7b820478");
}

#tricoma-outros-2:hover {
  content: url("../../assets/img/tricoma-bottom-2-outros-hover.svg?h=cd8188e9f00d80b4c9817c8e028a1de3");
}

#tricoma-outros-2 {
  content: url("../../assets/img/tricoma-bottom-2-outros.svg?h=9224bb657f64e353dc3b84af04ead960");
}

#tricoma-mirceno:hover {
  content: url("../../assets/img/tricoma-bottom-1-mirceno-hover.svg?h=86193e13865a5f68781f14b1baf38f7d");
}

#tricoma-mirceno {
  content: url("../../assets/img/tricoma-bottom-1-mirceno.svg?h=12fe5d435ada3e99f0eba4ff74f7118d");
}

#tricoma-b-cariofileno:hover {
  content: url("../../assets/img/tricoma-top-2-b-cariofileno-hover.svg?h=622428d664888b5bf573cef36d93b644");
}

#tricoma-b-cariofileno {
  content: url("../../assets/img/tricoma-top-2-b-cariofileno.svg?h=fb15a71b304f50cbe059b61389cc2656");
}

= {
  background: #0a7d3d;
}

.ini-trat-comp-prod-fundo:hover {
  background: #e5e5e5;
}

.ini-trat-comp-prod-fundo {
  background: #D9D9D9;
  border-radius: 40px;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
}

.nossa-historia-font-size {
  font-size: 20px;
  line-height: 30px;
}

@media (min-width: 576px) {
  .nossa-historia-font-size {
    font-size: 36px;
    line-height: 36px;
  }
}

.nossa-historia-titulo-2-line-break {
  white-space: normal;
  margin-top: 0px;
}

.nossa-historia-titulo-3-line-break {
  white-space: normal;
  margin-top: 40px;
  max-width: 117px;
  margin-bottom: 40px;
}

.nossa-historia-titulo-8-line-break {
  white-space: normal;
  margin-top: 20px;
  max-width: 130px;
}

@media (min-width: 576px) {
  .nossa-historia-titulo-8-line-break {
    white-space: normal;
    margin-top: 30px;
    max-width: 360px;
  }
}

@media (min-width: 768px) {
  .nossa-historia-titulo-8-line-break {
    white-space: normal;
    margin-top: 45px;
    max-width: 550px;
  }
}

.nossa-historia-titulo-5-line-break {
  white-space: normal;
  margin-top: 40px;
  max-width: 145px;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .nossa-historia-titulo-5-line-break {
    white-space: normal;
    margin-top: 36px;
    max-width: 375px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .nossa-historia-titulo-5-line-break {
    white-space: normal;
    margin-top: 36px;
    max-width: 510px;
    margin-bottom: 47px;
  }
}

.nossa-historia-titulo-final-line-break {
  white-space: normal;
  margin-top: 40px;
  max-width: 180px;
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .nossa-historia-titulo-final-line-break {
    white-space: normal;
    margin-top: 34px;
    max-width: 310px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .nossa-historia-titulo-final-line-break {
    white-space: normal;
    max-width: 560px;
    margin-bottom: 48px;
  }
}

@media (min-width: 576px) {
  .nossa-historia-titulo-3-line-break {
    white-space: nowrap;
    margin-top: 46px;
    max-width: 100%;
    margin-bottom: 53px;
  }
}

@media (min-width: 992px) {
  .nossa-historia-titulo-2-line-break {
    white-space: nowrap;
    margin-top: 46px;
  }
}

@media (min-width: 992px) {
  .nossa-historia-titulo-3-line-break {
    white-space: nowrap;
    margin-top: 46px;
  }
}

.linha-do-tempo-texto-muito-alem {
  margin-left: 10%;
  margin-right: 10%;
}

.linha-do-tempo-texto-nossa-lideranca {
  margin-left: 10%;
  margin-right: 10%;
}

@media (min-width: 992px) {
  .linha-do-tempo-texto-muito-alem {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (min-width: 992px) {
  .linha-do-tempo-texto-nossa-lideranca {
    margin-left: 4%;
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .linha-do-tempo-texto-nossa-lideranca {
    margin-left: 8%;
    margin-right: 0px;
  }
}

.missao-visao-valores-altura-colunas {
  margin-top: 170px;
}

@media (min-width: 768px) {
  .missao-visao-valores-altura-colunas {
    margin-top: 0px;
  }
}

.linha-do-tempo-missao-visao-valores-altura-min-middle-text {
  min-height: auto;
}

@media (min-width: 768px) {
  .linha-do-tempo-missao-visao-valores-altura-min-middle-text {
    min-height: 392px;
  }
}

@media (min-width: 992px) {
  .linha-do-tempo-missao-visao-valores-altura-min-middle-text {
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .linha-do-tempo-missao-visao-valores-altura-min-middle-text {
    min-height: 300px;
  }
}

.ecommerce-links-menu-size {
  font-size: 15px;
  line-height: 28.6px;
  display: none;
}

@media (min-width: 576px) {
  .ecommerce-links-menu-size {
    font-size: 15px;
    line-height: 28.6px;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .ecommerce-links-menu-size {
    font-size: 15px;
    line-height: 28.6px;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .ecommerce-links-menu-size {
    font-size: 20px;
    line-height: 28.6px;
  }
}

