@media (min-width: 1024px) {
  .barra-fixa {
    display: none;
  }
}
@media (max-width: 1023px) {
  .barra-fixa {
    display: block;
  }
}
@media (min-width: 1921px) {
  .footer {
    padding: 1rem 3rem;
    font-size: 1.5rem;
  }
  .section-obrigado {
    background-size: cover;
  }
  .section-obrigado .logo img {
    width: 30%;
  }
  .section-obrigado h1 {
    font-size: 3rem;
  }
  .section-obrigado h2 {
    font-size: 1.5rem;
  }
  .section-obrigado .btn-whatsapp {
    font-size: 1.5rem;
    padding: 1.5rem 4rem;
    margin-top: 2rem;
  }
}
@media (min-width: 1441px) and (max-width: 1919px) {
  .bg-principal .item-05 {
    width: 100%;
  }
  .bg-principal .item-05 .imagem img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .bg-principal .item-05 .texto {
    min-height: 8rem;
  }
  .footer {
    font-size: 1rem;
  }
  .footer a {
    font-size: 1rem;
  }
  .section-obrigado {
    background-size: cover;
  }
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .bg-principal {
    padding: 4.5rem;
  }
  .bg-principal .item-05 {
    width: 100%;
  }
  .bg-principal .item-05 .imagem img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .bg-principal .item-05 .texto {
    min-height: 3.45rem;
  }
  .bg-principal .item-05 .texto h3 {
    min-height: 6rem;
  }
  .footer {
    font-size: 1rem;
  }
  .footer a {
    font-size: 1rem;
  }
  .section-obrigado {
    background-position-x: center;
  }
}
@media (min-width: 1280px) and (max-width: 1366px) {
  .bg-principal {
    padding: 4rem;
  }
  .bg-principal .titulo h3 {
    font-size: 1.35rem;
  }
  .bg-principal .item-01 {
    border-radius: 7rem 1rem 1rem 1rem;
    background-color: #fff;
    padding: 1rem 2rem 0rem 1rem;
    position: relative;
    margin-bottom: 3rem;
  }
  .bg-principal .item-01 .row.gap-5 {
    gap: 1rem !important;
  }
  .bg-principal .item-01 .imagem {
    width: 100%;
    height: 100%;
  }
  .bg-principal .item-01 .imagem img {
    width: 100%;
    height: auto;
  }
  .bg-principal .item-01 .titulo h1 {
    font-weight: bold;
    font-size: 1.75rem;
  }
  .bg-principal .item-01 .segmento {
    gap: 1rem;
    display: flex;
    align-items: center;
  }
  .bg-principal .item-01 .segmento span {
    font-size: 1rem;
  }
  .bg-principal .item-01 .segmento span img {
    width: 1.25rem;
  }
  .bg-principal .item-01 .avaliacao {
    gap: 1rem;
    display: flex;
    align-items: center;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-1 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-2 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .reclamar {
    position: absolute;
    right: 5%;
    top: 17%;
  }
  .bg-principal .item-01 .reclamar .btn-reclamar {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .bg-principal .item-02 {
    height: 12rem;
  }
  .bg-principal .item-02 p {
    font-size: 0.9rem;
  }
  .bg-principal .item-02 img {
    width: 10%;
    height: auto;
  }
  .bg-principal .item-02 h4 {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .bg-principal .item-02 p:nth-of-type(2) {
    font-size: 0.85rem;
  }
  .bg-principal .item-03 {
    height: 14rem;
  }
  .bg-principal .item-03 p {
    font-size: 0.9rem;
  }
  .bg-principal .item-03 img {
    width: 20%;
    height: auto;
  }
  .bg-principal .item-03 h4 {
    font-size: 1.1rem;
  }
  .bg-principal .item-03 p:nth-of-type(2) {
    font-size: 0.85rem;
  }
  .bg-principal .item-04 p {
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }
  .bg-principal .item-04 h4 {
    font-size: 1.1rem;
  }
  .bg-principal .item-05 {
    width: 100%;
  }
  .bg-principal .item-05 .imagem img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .bg-principal .item-05 .texto {
    min-height: 7rem;
  }
  .bg-principal .item-05 .texto h3 {
    margin: 1rem 0 0;
    font-size: 16px;
    min-height: 5rem;
  }
  .bg-principal .item-05 .texto img {
    width: 60%;
    height: auto;
    margin: 0.5rem 0;
  }
  .bg-principal .item-05 .texto h2 {
    font-size: 1.25rem;
    margin: 0;
    font-weight: 600;
  }
  .bg-principal .item-05 .texto h2 span {
    font-size: 12px;
  }
  .bg-principal .item-05 .btn-compra {
    background-color: #4f9071;
    padding: 0.15rem 0.5rem;
    text-align: center;
    border-radius: 3rem;
    margin: 0.7rem 0 0 0;
  }
  .bg-principal .item-05 .btn-compra a {
    font-size: 11px;
  }
  .bg-principal .item-06 {
    padding: 1.25rem;
  }
  .bg-principal .item-06 .avaliacao h3 {
    font-size: 0.9rem;
  }
  .bg-principal .item-06 .extra-review {
    display: none;
  }
  .bg-principal .item-06 .itens .item h1 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #6776e6;
  }
  .bg-principal .item-06 .itens .item iframe {
    border-radius: 10px;
  }
  .bg-principal .item-06 .itens .item .star {
    gap: 0.7rem;
  }
  .bg-principal .item-06 .itens .item .star p {
    margin: 0;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
  }
  .bg-principal .item-06 .itens .item .star p span {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .bg-principal .item-06 .itens .item .star img {
    height: 100%;
    width: 4vw;
  }
  .bg-principal .item-08 {
    height: 20rem;
  }
  .bg-principal .item-08 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-08 p:nth-of-type(1) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(2) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(3) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 .calendario {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .bg-principal .item-08 .calendario img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-08 .calendario h3 {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 {
    height: 20rem;
  }
  .bg-principal .item-09 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-09 p:nth-of-type(1) {
    font-size: 1rem;
  }
  .bg-principal .item-09 .p-site {
    gap: 1rem;
  }
  .bg-principal .item-09 .p-site .sites {
    display: flex;
    gap: 0.7rem;
  }
  .bg-principal .item-09 .p-site .sites img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .sites a {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    color: #000;
  }
  .bg-principal .item-09 .p-site .whatsapp {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 1rem;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
  }
  .bg-principal .item-09 .p-site .whatsapp img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .whatsapp a {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 .rede-social {
    padding: 1.2rem 0 0 0;
  }
  .bg-principal .item-09 .rede-social img {
    width: 20px;
    height: 20px;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
    background-size: cover;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .bg-principal {
    padding: 2.5rem;
  }
  .bg-principal .titulo h3 {
    font-size: 1.2rem;
  }
  .bg-principal .item-01 {
    border-radius: 7rem 1rem 1rem 1rem;
    background-color: #fff;
    padding: 1rem 2rem 0rem 1rem;
    position: relative;
    margin-bottom: 3rem;
  }
  .bg-principal .item-01 .row.gap-5 {
    gap: 1rem !important;
  }
  .bg-principal .item-01 .imagem {
    width: 100%;
    height: 100%;
  }
  .bg-principal .item-01 .imagem img {
    width: 100%;
    height: auto;
  }
  .bg-principal .item-01 .titulo h1 {
    font-weight: bold;
    font-size: 1.75rem;
  }
  .bg-principal .item-01 .segmento {
    gap: 1rem;
    display: flex;
    align-items: center;
  }
  .bg-principal .item-01 .segmento span {
    font-size: 1rem;
  }
  .bg-principal .item-01 .segmento span img {
    width: 1.25rem;
  }
  .bg-principal .item-01 .avaliacao {
    gap: 1rem;
    display: flex;
    align-items: center;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-1 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-2 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .reclamar {
    position: absolute;
    right: 5%;
    top: 17%;
  }
  .bg-principal .item-01 .reclamar .btn-reclamar {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .bg-principal .item-02 {
    height: 12rem;
  }
  .bg-principal .item-02 p {
    font-size: 0.9rem;
  }
  .bg-principal .item-02 img {
    width: 10%;
    height: auto;
  }
  .bg-principal .item-02 h4 {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .bg-principal .item-02 p:nth-of-type(2) {
    font-size: 0.85rem;
  }
  .bg-principal .item-03 {
    height: 14rem;
  }
  .bg-principal .item-03 p {
    font-size: 0.9rem;
  }
  .bg-principal .item-03 img {
    width: 20%;
    height: auto;
  }
  .bg-principal .item-03 h4 {
    font-size: 1.1rem;
  }
  .bg-principal .item-03 p:nth-of-type(2) {
    font-size: 0.85rem;
  }
  .bg-principal .item-04 p {
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }
  .bg-principal .item-04 h4 {
    font-size: 1.1rem;
  }
  .bg-principal .item-05 {
    width: 100%;
  }
  .bg-principal .item-05 .imagem img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .bg-principal .item-05 .texto {
    min-height: 8rem;
  }
  .bg-principal .item-05 .texto h3 {
    margin: 1rem 0 0;
    font-size: 13px;
    min-height: 4rem;
  }
  .bg-principal .item-05 .texto img {
    width: 60%;
    height: auto;
    margin: 0.5rem 0;
  }
  .bg-principal .item-05 .texto h2 {
    font-size: 1.15rem;
    margin: 0;
    font-weight: 600;
  }
  .bg-principal .item-05 .texto h2 span {
    font-size: 13px;
  }
  .bg-principal .item-05 .btn-compra {
    background-color: #4f9071;
    padding: 0.15rem 0.5rem;
    text-align: center;
    border-radius: 3rem;
    margin: 0.7rem 0 0 0;
  }
  .bg-principal .item-05 .btn-compra a {
    font-size: 11px;
  }
  .bg-principal .item-06 {
    padding: 1.25rem;
  }
  .bg-principal .item-06 .avaliacao h3 {
    font-size: 0.9rem;
  }
  .bg-principal .item-06 .extra-review {
    display: none;
  }
  .bg-principal .item-06 .itens .item h1 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #6776e6;
  }
  .bg-principal .item-06 .itens .item iframe {
    border-radius: 10px;
  }
  .bg-principal .item-06 .itens .item .star {
    gap: 0.7rem;
  }
  .bg-principal .item-06 .itens .item .star p {
    margin: 0;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
  }
  .bg-principal .item-06 .itens .item .star p span {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .bg-principal .item-06 .itens .item .star img {
    height: 100%;
    width: 4vw;
  }
  .bg-principal .item-08 {
    height: 20rem;
  }
  .bg-principal .item-08 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-08 p:nth-of-type(1) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(2) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(3) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 .calendario {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .bg-principal .item-08 .calendario img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-08 .calendario h3 {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 {
    height: 20rem;
  }
  .bg-principal .item-09 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-09 p:nth-of-type(1) {
    font-size: 1rem;
  }
  .bg-principal .item-09 .p-site {
    gap: 1rem;
  }
  .bg-principal .item-09 .p-site .sites {
    display: flex;
    gap: 0.7rem;
  }
  .bg-principal .item-09 .p-site .sites img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .sites a {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    color: #000;
  }
  .bg-principal .item-09 .p-site .whatsapp {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 1rem;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
  }
  .bg-principal .item-09 .p-site .whatsapp img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .whatsapp a {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 .rede-social {
    padding: 1.2rem 0 0 0;
  }
  .bg-principal .item-09 .rede-social img {
    width: 20px;
    height: 20px;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
  }
  .section-obrigado h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bg-principal {
    padding: 2.5rem;
  }
  .bg-principal .titulo h3 {
    font-size: 1.2rem;
  }
  .bg-principal .item-01 {
    border-radius: 7rem 1rem 1rem 1rem;
    background-color: #fff;
    padding: 1rem 2rem 0rem 1rem;
    position: relative;
    margin-bottom: 3rem;
  }
  .bg-principal .item-01 .row.gap-5 {
    gap: 1rem !important;
  }
  .bg-principal .item-01 .imagem {
    width: 100%;
    height: 100%;
  }
  .bg-principal .item-01 .imagem img {
    width: 100%;
    height: auto;
  }
  .bg-principal .item-01 .titulo h1 {
    font-weight: bold;
    font-size: 1.75rem;
  }
  .bg-principal .item-01 .segmento {
    gap: 1rem;
    display: flex;
    align-items: center;
  }
  .bg-principal .item-01 .segmento span {
    font-size: 1rem;
  }
  .bg-principal .item-01 .segmento span img {
    width: 1.25rem;
  }
  .bg-principal .item-01 .avaliacao {
    gap: 1rem;
    display: flex;
    align-items: center;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-1 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-2 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .reclamar {
    position: absolute;
    right: 5%;
    top: 17%;
  }
  .bg-principal .item-01 .reclamar .btn-reclamar {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .bg-principal .item-02 {
    height: 12rem;
  }
  .bg-principal .item-02 p {
    font-size: 0.9rem;
  }
  .bg-principal .item-02 img {
    width: 10%;
    height: auto;
  }
  .bg-principal .item-02 h4 {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
  }
  .bg-principal .item-02 p:nth-of-type(2) {
    font-size: 0.85rem;
  }
  .bg-principal .item-03 {
    height: 14rem;
  }
  .bg-principal .item-03 p {
    font-size: 0.9rem;
  }
  .bg-principal .item-03 img {
    width: 20%;
    height: auto;
  }
  .bg-principal .item-03 h4 {
    font-size: 1.1rem;
  }
  .bg-principal .item-03 p:nth-of-type(2) {
    font-size: 0.85rem;
  }
  .bg-principal .item-04 p {
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }
  .bg-principal .item-04 h4 {
    font-size: 1.1rem;
  }
  .bg-principal .item-05 {
    width: 100%;
  }
  .bg-principal .item-05 .imagem img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .bg-principal .item-05 .texto {
    min-height: 8rem;
  }
  .bg-principal .item-05 .texto h3 {
    margin: 1rem 0 0;
    font-size: 13px;
    min-height: 4rem;
  }
  .bg-principal .item-05 .texto img {
    width: 60%;
    height: auto;
    margin: 0.5rem 0;
  }
  .bg-principal .item-05 .texto h2 {
    font-size: 1.15rem;
    margin: 0;
    font-weight: 600;
  }
  .bg-principal .item-05 .texto h2 span {
    font-size: 13px;
  }
  .bg-principal .item-05 .btn-compra {
    background-color: #4f9071;
    padding: 0.15rem 0.5rem;
    text-align: center;
    border-radius: 3rem;
    margin: 0.7rem 0 0 0;
  }
  .bg-principal .item-05 .btn-compra a {
    font-size: 11px;
  }
  .bg-principal .item-06 {
    padding: 1.25rem;
  }
  .bg-principal .item-06 .avaliacao h3 {
    font-size: 0.9rem;
  }
  .bg-principal .item-06 .extra-review {
    display: none;
  }
  .bg-principal .item-06 .itens .item h1 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #6776e6;
  }
  .bg-principal .item-06 .itens .item iframe {
    border-radius: 10px;
  }
  .bg-principal .item-06 .itens .item .star {
    gap: 0.7rem;
  }
  .bg-principal .item-06 .itens .item .star p {
    margin: 0;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
  }
  .bg-principal .item-06 .itens .item .star p span {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .bg-principal .item-06 .itens .item .star img {
    height: 100%;
    width: 4vw;
  }
  .bg-principal .item-08 {
    height: 20rem;
  }
  .bg-principal .item-08 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-08 p:nth-of-type(1) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(2) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(3) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 .calendario {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .bg-principal .item-08 .calendario img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-08 .calendario h3 {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 {
    height: 20rem;
  }
  .bg-principal .item-09 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-09 p:nth-of-type(1) {
    font-size: 1rem;
  }
  .bg-principal .item-09 .p-site {
    gap: 1rem;
  }
  .bg-principal .item-09 .p-site .sites {
    display: flex;
    gap: 0.7rem;
  }
  .bg-principal .item-09 .p-site .sites img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .sites a {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    color: #000;
  }
  .bg-principal .item-09 .p-site .whatsapp {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 1rem;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
  }
  .bg-principal .item-09 .p-site .whatsapp img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .whatsapp a {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 .rede-social {
    padding: 1.2rem 0 0 0;
  }
  .bg-principal .item-09 .rede-social img {
    width: 20px;
    height: 20px;
  }
  .footer {
    font-size: 0.75rem;
  }
  .footer a {
    font-size: 0.75rem;
  }
  .section-obrigado {
    padding: 4rem;
  }
  .section-obrigado h2 {
    font-size: 1.2rem;
  }
}
@media (min-width: 380px) and (max-width: 767px) {
  header {
    box-shadow: 0px 0rem 2rem 1px rgb(0, 0, 0) !important;
    position: relative;
    padding: 0 8rem;
  }
  header .logo {
    width: 8rem;
    height: auto;
    margin-right: 0rem;
  }
  header .logo img {
    width: 100%;
    height: 100%;
  }
  .bg-principal {
    padding: 2rem;
  }
  .bg-principal .titulo h3 {
    font-size: 1.25rem;
  }
  .bg-principal .item-01 {
    border-radius: 1rem 1rem 1rem 1rem;
    background-color: #fff;
    padding: 1rem 1rem 0rem 1rem;
    position: relative;
    margin-bottom: 3rem;
  }
  .bg-principal .item-01 div.col-lg-8.col-md-8.col-sm-8.col-xs-12.d-flex.align-items-end.ms-4 {
    margin-left: 0 !important;
  }
  .bg-principal .item-01 .row.gap-5 {
    gap: 1rem !important;
  }
  .bg-principal .item-01 .imagem {
    width: 100%;
    height: 100%;
  }
  .bg-principal .item-01 .imagem img {
    width: 100%;
    height: auto;
  }
  .bg-principal .item-01 .titulo h1 {
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
  }
  .bg-principal .item-01 .segmento {
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg-principal .item-01 .segmento span {
    font-size: 1rem;
  }
  .bg-principal .item-01 .segmento span img {
    width: 1.25rem;
  }
  .bg-principal .item-01 .segmento #mb-cel {
    width: 40%;
  }
  .bg-principal .item-01 .avaliacao {
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-1 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-2 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .reclamar {
    position: absolute;
    right: -1%;
    top: -3%;
  }
  .bg-principal .item-01 .reclamar .btn-reclamar {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .bg-principal .item-02 {
    height: 12rem;
  }
  .bg-principal .item-02 p {
    font-size: 1rem;
  }
  .bg-principal .item-02 img {
    width: 10%;
    height: auto;
  }
  .bg-principal .item-02 h4 {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .bg-principal .item-02 p:nth-of-type(2) {
    font-size: 1rem;
  }
  .bg-principal .item-03 {
    height: 13rem;
  }
  .bg-principal .item-03 img {
    width: 20%;
    height: auto;
  }
  .bg-principal .item-03 p {
    font-size: 1rem;
  }
  .bg-principal .item-03 h4 {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .bg-principal .item-03 p:nth-of-type(2) {
    font-size: 1rem;
  }
  .bg-principal .item-04 p {
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }
  .bg-principal .item-04 h4 {
    font-size: 1.1rem;
  }
  .bg-principal .item-05 {
    width: 100%;
  }
  .bg-principal .item-05 .produto {
    margin: 1rem 0;
  }
  .bg-principal .item-05 .produto .imagem img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .bg-principal .item-05 .produto .texto {
    min-height: 8rem;
  }
  .bg-principal .item-05 .produto .texto h3 {
    margin: 1rem 0 0;
    font-size: 1.5rem;
    min-height: 4rem;
  }
  .bg-principal .item-05 .produto .texto h3 br {
    display: none;
  }
  .bg-principal .item-05 .produto .texto img {
    width: 30%;
    height: auto;
    margin: 0.5rem 0;
  }
  .bg-principal .item-05 .produto .texto h2 {
    font-size: 1.75rem;
    margin: 0;
    font-weight: 600;
  }
  .bg-principal .item-05 .produto .texto h2 span {
    font-size: 21px;
  }
  .bg-principal .item-05 .produto .btn-compra {
    background-color: #4f9071;
    padding: 0.35rem 0.5rem;
    text-align: center;
    border-radius: 3rem;
    margin: 0.7rem 0 0 0;
  }
  .bg-principal .item-05 .produto .btn-compra a {
    font-size: 21px;
  }
  .bg-principal .item-06 {
    padding: 1.25rem;
  }
  .bg-principal .item-06 .avaliacao h3 {
    font-size: 0.9rem;
  }
  .bg-principal .item-06 .extra-review {
    display: none;
  }
  .bg-principal .item-06 .itens .item h1 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #6776e6;
  }
  .bg-principal .item-06 .itens .item iframe {
    border-radius: 10px;
  }
  .bg-principal .item-06 .itens .item .star {
    gap: 0.7rem;
  }
  .bg-principal .item-06 .itens .item .star p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
  }
  .bg-principal .item-06 .itens .item .star p span {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .bg-principal .item-06 .itens .item .star img {
    height: 100%;
    width: 20vw;
  }
  .bg-principal .item-08 {
    height: 20rem;
  }
  .bg-principal .item-08 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-08 p:nth-of-type(1) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(2) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(3) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 .calendario {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .bg-principal .item-08 .calendario img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-08 .calendario h3 {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 {
    height: 20rem;
  }
  .bg-principal .item-09 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-09 p:nth-of-type(1) {
    font-size: 1rem;
  }
  .bg-principal .item-09 .p-site {
    gap: 1rem;
  }
  .bg-principal .item-09 .p-site .sites {
    display: flex;
    gap: 0.7rem;
  }
  .bg-principal .item-09 .p-site .sites img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .sites a {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    color: #000;
  }
  .bg-principal .item-09 .p-site .whatsapp {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 1rem;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
  }
  .bg-principal .item-09 .p-site .whatsapp img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .whatsapp a {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 .rede-social {
    padding: 1.2rem 0 0 0;
  }
  .bg-principal .item-09 .rede-social img {
    width: 20px;
    height: 20px;
  }
  .footer {
    font-size: 0.6rem;
  }
  .footer a {
    font-size: 0.6rem;
  }
}
@media (max-width: 379px) {
  header {
    box-shadow: 0px 0rem 2rem 1px rgb(0, 0, 0) !important;
    position: relative;
    padding: 0 8rem;
  }
  header .logo {
    width: 8rem;
    height: auto;
    margin-right: 0rem;
  }
  header .logo img {
    width: 100%;
    height: 100%;
  }
  .bg-principal {
    padding: 2rem;
  }
  .bg-principal .titulo h3 {
    font-size: 1.25rem;
  }
  .bg-principal .item-01 {
    border-radius: 1rem 1rem 1rem 1rem;
    background-color: #fff;
    padding: 1rem 1rem 0rem 1rem;
    position: relative;
    margin-bottom: 3rem;
  }
  .bg-principal .item-01 div.col-lg-8.col-md-8.col-sm-8.col-xs-12.d-flex.align-items-end.ms-4 {
    margin-left: 0 !important;
  }
  .bg-principal .item-01 .row.gap-5 {
    gap: 1rem !important;
  }
  .bg-principal .item-01 .imagem {
    width: 100%;
    height: 100%;
  }
  .bg-principal .item-01 .imagem img {
    width: 100%;
    height: auto;
  }
  .bg-principal .item-01 .titulo h1 {
    font-weight: bold;
    font-size: 1.75rem;
    text-align: center;
  }
  .bg-principal .item-01 .segmento {
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg-principal .item-01 .segmento span {
    font-size: 1rem;
  }
  .bg-principal .item-01 .segmento span img {
    width: 1.25rem;
  }
  .bg-principal .item-01 .segmento #mb-cel {
    width: 45%;
  }
  .bg-principal .item-01 .avaliacao {
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-1 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .avaliacao .bg-icon-2 {
    font-size: 0.75rem;
  }
  .bg-principal .item-01 .reclamar {
    position: absolute;
    right: -1%;
    top: -3%;
  }
  .bg-principal .item-01 .reclamar .btn-reclamar {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
  .bg-principal .item-02 {
    height: 12rem;
  }
  .bg-principal .item-02 p {
    font-size: 1rem;
  }
  .bg-principal .item-02 img {
    width: 10%;
    height: auto;
  }
  .bg-principal .item-02 h4 {
    margin-top: 1rem;
    font-size: 1.25rem;
    font-weight: 600;
  }
  .bg-principal .item-02 p:nth-of-type(2) {
    font-size: 1rem;
  }
  .bg-principal .item-03 {
    height: 13rem;
  }
  .bg-principal .item-03 img {
    width: 20%;
    height: auto;
  }
  .bg-principal .item-03 p {
    font-size: 1rem;
  }
  .bg-principal .item-03 h4 {
    font-size: 1.25rem;
    font-weight: 600;
  }
  .bg-principal .item-03 p:nth-of-type(2) {
    font-size: 1rem;
  }
  .bg-principal .item-04 p {
    font-size: 0.75rem;
    margin: 0 0 0.25rem;
  }
  .bg-principal .item-04 h4 {
    font-size: 1.1rem;
  }
  .bg-principal .item-05 {
    width: 100%;
  }
  .bg-principal .item-05 .produto {
    margin: 1rem 0;
  }
  .bg-principal .item-05 .produto .imagem img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .bg-principal .item-05 .produto .texto {
    min-height: 8rem;
  }
  .bg-principal .item-05 .produto .texto h3 {
    margin: 1rem 0 0;
    font-size: 1.5rem;
    min-height: 4rem;
  }
  .bg-principal .item-05 .produto .texto h3 br {
    display: none;
  }
  .bg-principal .item-05 .produto .texto img {
    width: 30%;
    height: auto;
    margin: 0.5rem 0;
  }
  .bg-principal .item-05 .produto .texto h2 {
    font-size: 1.75rem;
    margin: 0;
    font-weight: 600;
  }
  .bg-principal .item-05 .produto .texto h2 span {
    font-size: 21px;
  }
  .bg-principal .item-05 .produto .btn-compra {
    background-color: #4f9071;
    padding: 0.35rem 0.5rem;
    text-align: center;
    border-radius: 3rem;
    margin: 0.7rem 0 0 0;
  }
  .bg-principal .item-05 .produto .btn-compra a {
    font-size: 21px;
  }
  .bg-principal .item-06 {
    padding: 1.25rem;
  }
  .bg-principal .item-06 .avaliacao h3 {
    font-size: 0.9rem;
  }
  .bg-principal .item-06 .extra-review {
    display: none;
  }
  .bg-principal .item-06 .itens .item h1 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    color: #6776e6;
  }
  .bg-principal .item-06 .itens .item iframe {
    border-radius: 10px;
  }
  .bg-principal .item-06 .itens .item .star {
    gap: 0.7rem;
  }
  .bg-principal .item-06 .itens .item .star p {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1;
    font-weight: 700;
  }
  .bg-principal .item-06 .itens .item .star p span {
    font-size: 0.9rem;
    font-weight: 500;
  }
  .bg-principal .item-06 .itens .item .star img {
    height: 100%;
    width: 20vw;
  }
  .bg-principal .item-08 {
    height: 20rem;
  }
  .bg-principal .item-08 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-08 p:nth-of-type(1) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(2) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 p:nth-of-type(3) {
    font-size: 0.9rem;
  }
  .bg-principal .item-08 .calendario {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .bg-principal .item-08 .calendario img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-08 .calendario h3 {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 {
    height: 20rem;
  }
  .bg-principal .item-09 h4 {
    font-size: 1rem;
  }
  .bg-principal .item-09 p:nth-of-type(1) {
    font-size: 1rem;
  }
  .bg-principal .item-09 .p-site {
    gap: 1rem;
  }
  .bg-principal .item-09 .p-site .sites {
    display: flex;
    gap: 0.7rem;
  }
  .bg-principal .item-09 .p-site .sites img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .sites a {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    margin: 0;
    text-decoration: none;
    color: #000;
  }
  .bg-principal .item-09 .p-site .whatsapp {
    display: flex;
    gap: 1rem;
    padding: 0.5rem 1rem;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    width: 100%;
    justify-content: center;
  }
  .bg-principal .item-09 .p-site .whatsapp img {
    width: 17px;
    height: 17px;
  }
  .bg-principal .item-09 .p-site .whatsapp a {
    font-size: 0.75rem;
  }
  .bg-principal .item-09 .rede-social {
    padding: 1.2rem 0 0 0;
  }
  .bg-principal .item-09 .rede-social img {
    width: 20px;
    height: 20px;
  }
  .footer {
    font-size: 0.6rem;
  }
  .footer a {
    font-size: 0.6rem;
  }
}/*# sourceMappingURL=mobile.css.map */