: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: #038f7a;
    --cor-btn-compra-2: #c56a6a;
    --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;
}
.cta-2 {
    background: var(--cor-btn-compra-2);
    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 {
    background-color: var(--cor-primario);
    padding-top: 70px;
    padding-bottom: 70px;
}

.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);
    }
}
