:root {
    --text-body: rgba(0, 0, 0, 0.55);
    --cor-primario: #0681a7;
    --cor-segundaria: #00d4ff;
    --cor-segundaria-alternativa: #00bde3;
    --cor-title-secundaria: #2b5064;
    --cor-btn-compra: #13bba1;
    --bg-cinza-escuro: #f1f1f1;
}

/* RESET */
* {
    font-family: "Poppins", sans-serif;
}

body {
    background-color: #f7f7f7;
}

i {
    font-style: normal;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

b,
strong {
    font-weight: 600;
}

/* UTILITARIOS */
@media (min-width: 767px) {
    .w-700 {
        max-width: 700px;
    }

    .w-1000 {
        max-width: 1000px;
    }
}

.section {
    padding: 80px 0;
}

.section-small {
    padding: 50px 0;
}
.section-small-2 {
    padding: 50px 0;
background-color: rgb(239, 171, 125);
}

@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
}

.slick-next:before,
.slick-prev:before {
    color: #b5b5b5;
}

.border-radius-img {
    border-radius: 15px;
}

ul.dropdown-menu {
    min-width: 200px;
    padding: 0;
}

ul.dropdown-menu li {
    border-bottom: 1px solid #eee;
    padding: 0 !important;
}
ul.dropdown-menu li a {
    padding: 15px 30px;
}

/* CTA PADRÃO */
.cta {
    background: var(--cor-btn-compra);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    padding: 16px 26px;
    border-radius: 12px;
}

/* MODAL VIDEO */
.modal-video[aria-label="Depoimento"] .modal-video-body {
    max-width: 340px !important;
    width: 80% !important;
}

.modal-video-close-btn {
    right: 0 !important;
}

/* ====================== */
/*         HEADER         */
/* ====================== */
header {
    width: 100%;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

/* SOCIAL ICONS */
header .social-icons {
    margin-left: 1rem;
}

@media (max-width: 991px) {
    header .social-icons {
        margin-left: 0rem;
    }
}

header .social-icons i {
    font-size: 2rem;
    color: var(--text-body);
    font-weight: 100;
}

header .social-icons i:hover {
    color: var(--cor-primario) !important;
}

/* NAVBAR */
header a.nav-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.95rem;
}

header a.nav-link:hover {
    color: var(--cor-primario) !important;
}

.navbar {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}

.navbar-collapse {
    margin-right: 18px;
}

.topBar {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(var(--cor-primario)),
        to(var(--cor-segundaria-alternativa))
    );
    background: linear-gradient(90deg, var(--cor-primario) 0%, var(--cor-segundaria-alternativa) 100%);
    color: #fff;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0 0 30px 30px;
}

/* ====================== */
/*      BANNER HOME       */
/* ====================== */
.banner-home {
    padding: 2rem 0;
}

.banner-home .container-fluid {
    max-width: 1750px;
}

.banner-home img {
    border-radius: 20px;
}

@media (max-width: 768px) {
    .banner-home {
        padding: 0rem;
    }

    .banner-home .slick-next,
    .banner-home .slick-prev {
        display: none !important;
    }

    .banner-home img {
        border-radius: 0px;
    }
}

.section-banners-destaque img,
.section-banners-destaque a {
    cursor: pointer !important;
}

/* ====================== */
/*         PRODUTO        */
/* ====================== */
.section-bg-color {
    background-color: #002345;
    background-image: url('../../assets/img/bg-detalhe-min.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 70px 0 !important;
}

.section-bg-color h3 {
    color: #fff;
}

.section-produto {
    padding: 0.9rem 0 3rem;
}

.item-produto {
    background-color: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 4%);
    border-radius: 14px;
    padding: 20px;
}

.item-produto img {
    transition: all .2s ease-in-out;
}

.item-produto:hover img {
    transform: scale(1.03);
}

.item-produto h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
    color: var(--cor-title-secundaria);
}

.item-produto h5 {
    text-transform: lowercase;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
    color: var(--cor-primario);
}

.item-produto p {
    font-size: 14px;
    color: var(--text-body);
}

.content-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.tempo-tratamento {
    font-weight: 600;
    color: var(--text-body);
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.item-tipo-produto {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0.8rem;
    margin: 0.8rem 0 1.1rem;
}

.item-tipo-produto .img-tipo {
    width: 38px;
    height: 38px;
    background: var(--cor-primario);
    border-radius: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.item-tipo-produto .img-tipo img {
    width: 20px;
    height: 20px;
}

.item-tipo-produto p {
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--text-body);
    font-weight: 600;
}

.item-produto .btn-compra {
    background: var(--cor-btn-compra);
    width: 100%;
    font-weight: 500;
    color: white;
    font-size: 15px;
    padding: 16px 12px;
    margin-top: 0;
    margin-bottom: 8px;
    border-radius: 0 0 8px 8px;
    transition: all 0.2s ease-in-out;
}

.item-produto .btn-compra:hover {
    background: #13bb68;
}

.price-box {
    margin-bottom: 15px;
}

.valor-antes {
    text-decoration: line-through;
    color: var(--text-body);
    font-weight: 600;
}

.valor-a-partir {
    color: var(--text-body);
    font-weight: 600;
    font-size: 1em;
}

.valor-atual {
    font-weight: 600;
    font-size: 1.5em;
    color: var(--cor-title-secundaria);
    display: flex;
}

.valor-avista {
    color: var(--text-body);
    font-size: 0.9em;
    margin: 3px 0;
    display: block;
}

.valor-por-dia {
    display: block;
    background: #048580;
    padding: 8px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 8px 8px 0 0;
    font-weight: 600;
}

.compra-segura {
    text-align: center;
    font-size: 12px;
    display: block;
    margin: 10px 0 3px;
    color: var(--text-body);
    font-weight: 600;
}

.item-combo .price-box {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 6px;
}

.item-combo .btn-compra {
    border-radius: 8px !important;
    padding: 14px 8px;
}

.item-combo {
    align-items: center;
}

.item-combo h4 {
    margin-top: 0;
    font-size: 16px;
}

@media (max-width: 768px) {
    .item-produto {
        display: flex;
        align-items: center;
    }

    .content-img {
        width: 50%;
    }

    .content-infos {
        width: 50%;
    }

    .content-infos-2 {
        width: 100%;
    }

    .content-img img {
        max-width: 100%;
        width: 100%;
        padding: 0 12px 0 0;
    }

    .item-produto {
        padding: 20px 20px 20px 10px;
    }

    .item-produto h4 {
        margin-top: 0;
        font-size: 16px;
    }

    .item-produto h5 {
        font-size: 13px;
    }

    .tempo-tratamento {
        font-size: 13px;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .price-box {
        font-size: 13px;
        margin-bottom: 8px;
    }

    .valor-avista {
        margin: 0;
    }

    .valor-por-dia {
        display: none;
    }

    .item-produto .btn-compra {
        border-radius: 8px;
        font-size: 13px;
        padding: 14px 8px;
        margin-bottom: 0;
        font-weight: bold;
    }

    .compra-segura {
        font-size: 10px;
    }
}

@media (min-width: 476px) {
    .item-produto.horizontal {
        display: flex;
        flex-flow: row nowrap;
    }

    .item-produto.horizontal .content-img,
    .item-produto.horizontal .content-infos {
        width: 50%;
    }

    .item-produto.horizontal .content-img {
        padding: 0 25px 0 10px;
    }
}

@media (max-width: 475px) {
    .content-img img {
        margin: 0 auto;
    }
}

/* ====================== */
/*       NEWSLETTER       */
/* ====================== */
form {
    display: flex;
}

.section-newsletter {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: var(--cor-primario);
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    flex-direction: column; /* Caso tenha mais de um item, eles ficam em coluna */
    text-align: center; /* Para garantir que o texto também seja centralizado */
    color: white;
}

.textHead {
    margin-bottom: 25px;
    max-width: 800px;
    color: #fff;
}

.groupForm label {
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #fff;
}

.groupForm input {
    padding: 20px 25px;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    border: 3px solid #fff;
}

.groupForm input:focus {
    border: 3px solid var(--cor-segundaria);
    outline: none;
}

.groupForm:nth-child(2) {
    margin-left: 1.5rem;
}

.groupForm {
    display: flex;
    flex: 1;
    flex-flow: column;
    justify-content: flex-end;
}

.groupForm.groupBtn {
    max-width: 200px;
}

.groupForm.groupBtn button {
    height: 60px;
    background-color: var(--cor-title-secundaria);
    margin-left: 1.5rem;
    border-radius: 1rem;
    color: #fff;
    border: none;
}

@media (max-width: 768px) {
    form {
        flex-flow: column wrap;
    }

    .groupForm {
        margin-bottom: 2rem;
    }

    .groupForm:nth-child(2) {
        margin-left: 0;
    }

    .groupForm.groupBtn button {
        margin-left: 0;
    }
}

/* ====================== */
/*       ASSINATURA       */
/* ====================== */
.section-assinatura {
    background-color: #002345;
    background-image: url("../img/bg-people-azplex-min.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

@media (max-width: 768px) {
    .section-assinatura {
        padding: 50px 0;
    }
}


/* ====================== */
/*         FOOTER         */
/* ====================== */
footer {
    padding: 80px 0 50px;
    color: var(--text-body);
}

footer .text-politicas {
    font-size: 12px;
    margin: 0 auto;
    border-top: 01px solid #ccc;
    padding-top: 50px;
    color: var(--text-body);
}

footer h3 {
    font-size: 18px;
    color: var(--cor-title-secundaria);
}

footer a {
    color: var(--text-body);
    text-decoration: none;
}

footer a:hover {
    color: var(--cor-primario);
}

footer ul li {
    padding: 2px 0;
}

.formasPagamento {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.formasPagamento img {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05) !important;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 0.8rem;
    border: 01px solid #eee;
}

@media (max-width: 768px) {
    .formasPagamento {
        justify-content: center;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

footer .social-icons i {
    font-size: 30px;
    margin-top: 15px;
}

/* ====================== */
/*         CONTATO        */
/* ====================== */
.container-contato {
    max-width: 800px;
}

.container-contato form {
    display: block;
}
.container-contato .head-contato {
    text-align: center;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.container-contato .head-contato h1 {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}
.container-contato .head-contato p {
    color: #666;
}
.container-contato label {
    margin-bottom: 6px;
    display: block;
    color: #595959;
}
.container-contato input,
.container-contato textarea {
    font-family: "Roboto", sans-serif;
    outline: none;
    width: 100%;
    height: 65px;
    border-radius: 8px;
    border: 1px solid #ebe6e6;
    padding: 10px 30px;
    margin-bottom: 20px;
}
.container-contato input:focus,
.container-contato textarea:focus {
    outline: none;
    border: 1px solid var(--cor-primario);
}
.container-contato textarea {
    height: auto;
    padding: 30px 30px;
}
.container-contato .content-btn {
    width: 100%;
    text-align: center;
}
.container-contato .content-btn .botao {
    color: #fff;
    font-weight: 700;
    border: none;
    padding: 20px 40px;
    background-color: var(--cor-primario);
    border-radius: 10px;
    font-size: 16px;
    margin: 0 auto;
}
.container-contato .content-btn .botao:hover {
    background: var(--cor-btn-compra);
}
@media (min-width: 768px) {
    .container-contato .grupo-campos {
        display: flex;
    }
    .container-contato .grupo-campos .campo {
        width: 100%;
    }
    .container-contato .grupo-campos .campo:first-child input {
        margin-right: 10px;
        width: calc(100% - 10px);
    }
}

/* UPSELL */

.bg__header__upsell {
    padding: 1rem !important;
    text-align: center;
    background-color: #ffc107;
  }
  
  .bg__header__upsell h4 {
    font-size: 24px;
    color: var(--black-first);
  }
  
  .section__etapas__compra {
    background-color: #f8f9fa;
    border-bottom: 3px solid #eee;
    padding: 1rem;
  }
  
  .section__etapas__compra .container {
    max-width: 650px;
  }
  
  .section__etapas__compra .itens__etapas {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  
  .itens__etapas .item__etapa {
    display: flex;
    align-items: center;
    color: var(--black-first);
  }
  
  @media (max-width: 545px) {
    .itens__etapas .item__etapa {
      display: flex;
      align-items: center;
      flex-direction: column;
      text-align: center;
      gap: 0.3rem;
    }
  
    .itens__etapas {
      justify-content: center !important;
      gap: 1rem !important;
    }
  
    .itens__etapas .item__etapa span {
      margin-right: unset !important;
    }
  }
  
  @media (max-width: 320px) {
    .section__etapas__compra {
      display: none;
    }
  }
  
  .itens__etapas .item__etapa p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
  }
  
  .itens__etapas .item__etapa span {
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 300px;
    background-color: #efefef;
    width: 30px;
    height: 30px;
    display: grid;
    text-align: center;
    align-items: center;
    margin-right: 6px;
    border: 3px solid #d8d8d8;
  }
  
  .item__etapa.concluido span {
    background-color: #02b547;
    border: 3px solid #4fd454;
    color: #fff;
  }
  
  .item__etapa.andamento span {
    background-color: #ffc108;
    border: 3px solid #e6ae0a;
  }
  
  /* Paginas de Upsell*/
  .upsell {
    padding: 4rem 1rem;
    color: var(--black-first);
    /* background-color: var(--orange-first); */
  }
  
  @media (max-width: 425px) {
    .upsell {
      padding: 2rem 1rem;
    }
  }
  
  .about__upsell {
    background-color: #ffffff28;
  }
  
  .upsell__header {
    margin-bottom: 2rem;
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  
  .upsell__top {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: -30px;
  }
  
  .upsell__title {
    font-size: 22px;
    margin-bottom: 0.75rem;
    color: var(--orange-first);
  }
  
  .upsell__product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
  }
  
  @media (max-width: 768px) {
    .upsell__product {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .upsell__subtitle {
    font-size: 1.1rem;
  }
  
  .img__upsell {
    width: 100%;
    max-width: 100%;
  }
  
  .upsell__product {
    text-align: center;
  }
  
  .upsell__antigo {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .upsell__antigo del {
    color: var(--blue-second);
  }
  .upsell__valor {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .cta-compra-upsell {
    background: #eee;
    padding: 20px 24px 16px;
    border-radius: 8px;
    background: #01b547;
    color: #fff !important;
    display: inline-block;
    font-weight: bold;
    font-family: "Nunito", sans-serif;
    min-width: 260px;
    border-bottom: 6px solid rgb(0 0 0 / 18%);
    transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
  }
  
  .cta-compra-upsell:hover {
    background: #0b8e3d;
  }
  
  .cta-downsell {
    display: inline-block;
    color: #f0f0f5;
    margin-top: 12px;
    background-color: #f73d3d;
    border: 3px solid #f44336;
    padding: 15px 12px;
    min-width: 260px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .cta-downsell:hover {
    background-color: #f44336;
    color: var(--white-color);
  }
