@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
    font-family: "Montserrat", sans-serif !important;
}

/* sec-home */

.logo-img {
  max-height: 100% !important;
}

img.logo-img {
    height: 100%;
    width: 200px;
}

.logo-pvo {
    position: absolute;
    top: 25px;
    left: 14%;
    right: 0;
    padding: 10px 0px;
}

.section-blue {
    background-color: #fff8f5;
}

/*.col-md-7.cellphone {
    margin: auto;
    text-align: center;
}*/

img.entered.litespeed-loaded {
    width: 100%;
}

span.title-destaque {
    text-transform: capitalize;
    font-weight: 700;
    color: #ae7d5a;
}

.register-form-wrapper p {
    margin-bottom: unset;
    font-size: 23px;
    margin-top: 20px;
    color: #333333;
    line-height: 33px;
    font-weight: 600;
}

.btn-grupo a {
    font-family: 'Outfit';
    position: relative;
    text-transform: uppercase;
    padding: 20px 50px;
    color: #fff;
    font-weight: 800;
}

.btn-grupo a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(0deg, #43c813, #3aff34);
    border-radius: 50px;
    z-index: -1;
    transition: .3s ease-in-out;
}

.register-form-wrapper h1 {}

/*.register-form-wrapper p {
    filter: drop-shadow(2px 4px 3px black);
}*/
/* <-----------> */

/* depoimentos */
.inner__depoimento img {
    border: 1px solid;
    border-color: #bf7a44;
    padding: 10px;
}

#depoimentos {
    background-color: #121212;
}

#depoimentos h2.mb-0.text-white {
    color: #333 !important;
    font-family: 'Outfit';
    font-size: 55px;
}

.owl-item.active:not(.center) {
    opacity: .5;
}

.owl-item.active {
    transition: .3s ease-in-out;
}

span.dep-destaque {
    font-weight: 800;
}

.owl-carousel button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color: #000000 !important;
    margin: 0px 3px;
}

.owl-dots {
    text-align: center;
}

button.owl-dot.active {
    background-color: #bf7a44 !important;
}

/* sec-passos */

.img-passo img {
    border-radius: 20px 20px 0px 0px;
}

.passo h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'Outfit';

    text-transform: uppercase;
}


.passo-a-passo {
    background-color: #000;
    border-radius: 30px;
}

.passo {
    padding: 10px 20px;
}

/* <-------> */

/* sec-empresa */
.box-body h3 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-family: 'Poppins';
    margin: 0px;
}

.box-body {
    position: absolute;
    bottom: 50px;
}

.title-membros {
    text-align: center;
}

.title-membros h1 {
    font-size: 50px;
    color: #333;
    margin-bottom: 40px;
}

/* <--------> */

/* sec-sobre */
.titulo-mentor {
    text-align: center;
}

.titulo-mentor h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;

}

.img-mentor {
    text-align: center;
    padding-top: 20px;
}

p.desc-mentor {
    text-align: center;
    padding: 0px 30px;
}

.sobre-mentor {
    background-color: #232323;
    border-radius: 30px;
    padding-bottom: 4px;
    border: 2px solid;
    border-color: #ffffff12;
}

/* <--------> */

/* planos */
.planos-card {
    text-align: center;
    padding: 60px;
}

.lista-beneficios li {
    font-size: 27px;
    color: #fff;
    font-family: 'Outfit';
    padding: 10px;
    border-bottom: 1px solid;
    border-width: 1px;
    border-image: linear-gradient(to right, #03fe96 0%, #025d22 100%) 1;
}

p#desc-2 {
    margin-top: 0;
}

.card-principal {
    background-color: #333;
    border-radius: 40px;
}

#servicos h2 {
    color: #000 !important;
    margin-bottom: 20px !important;
}

p.desc-title {
    color: #000;
    font-size: 22px;
}

#servicos {
    background-color: #effff7;
}

.img-not img {
    width: 590px;
}

.img-not {
    text-align: center;
}

span.destaque {
    font-weight: 700;
}

.compra-segura {
    text-align: center;
    margin-top: 30px;
}

.compra-segura img {
    width: 310px;
}

.alerta {
    text-align: center;
}

.alerta img {
    width: 450px;
    margin-top: 10px;
}

.img-selo {
    text-align: center;
}

.img-selo img {
    width: 390px;
}

/* faq */
button.btn.btn-link.btn-block.text-left.collapsed {
    text-decoration: none !important;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    white-space: normal;
}

.card .btn-link {
    color: #000;
    text-decoration: none;
    border-radius: 0;
    white-space: normal;
}

.card-body {
    background-color: #fff;
    padding-left: 12px;
    padding-right: 10px;
}

.card-body p {
    color: #000000;
}

#faq button:not(.collapsed) {
    background-color: #ffffff;
}

.btn-link:hover:not(.collapsed) {
    background-color: #fff;
}

i.fas.fa-plus:before {
    position: relative;
    content: "\f067";
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    top: 0;
}

i.fas.fa-plus {
    position: absolute;
    top: 17px;
    left: -26px;
    transform: rotate(45deg);
    transition: .3s ease-in-out;
}

button.btn.btn-link.btn-block.text-left.collapsed i.fas.fa-plus:not(.collapsed) {
    transform: rotate(0deg);
}

.titulo {
    margin-bottom: 40px;
}

.titulo h2 {
    font-size: 60px;

}

#faq .row {
    justify-content: center;
}

.title-selo h2 {
    color: #333;
    font-size: 44px;
}

span.texto-destaque {
    font-weight: 700;
}

#vantagens .section__title h2 {}

#empresa .owl-item.active:not(.center) {
    opacity: 1;
}

.button-selo a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 50px;
    z-index: 1;
    font-weight: 800;
}

.button-selo a:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #43c813, #3aff34);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 50px;
    transition: .3s ease-in-out;
}

.button-selo {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

span.text-destaque {
    font-weight: 600;
}

.button-duvida {
    text-align: center;
}

#duvidas h2 {
    font-weight: 700;

}

#duvidas p {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.button-duvida a {
    position: relative;
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    z-index: 1;
    padding: 10px 50px;
    font-weight: 700;
}

.button-duvida a:before {
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #18e48f, #8afbc1);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 50px;
    transition: .3s ease-in-out;
}

.title-opcao h3 {
    font-size: 23px;
    color: #333;
}

.title-opcao:before {
    position: absolute;
    content: "";
    width: 65%;
    background: #fd9403;
    height: 1px;
    left: 0;
    bottom: -11px;
    right: 0;
    z-index: -1;
}

.title-opcao {
    position: relative;
    z-index: 1;
}

p.desc-opcao {
    font-size: 13px;
    line-height: 17px;
    color: #333;
}

.img-opcao img {
    width: 500px;
    border-radius: 14px;
    border: 1px solid;
}

.img-opcao {
    margin-bottom: 10px;
}

#duvidas {
    background: #121212;
}

.col-md-7.cellphone img {
    width: 550px;
}

#solucao {
    background: #fff8f5;
}

.button-selo a:hover:before {
    transform: scale(1.1);
}

.btn-grupo a:hover:before {
    transform: scale(1.1);
}

i.fab.fa-whatsapp:before {
    content: "\f232";
    padding-left: 6px;
}

.button-duvida a:hover:before {
    transform: scale(1.1);
}

i.fas.fa-check-circle:before {
    position: absolute;
    content: "\f058";
    font-size: 13px;
    left: 86px;
    color: #07d851;
}

span.parcela-edit {
    font-size: 31px;
}

span.sifrao-edit {
    font-size: 19px;
}

@media(max-width:720px) {
    .img-opcao img {
        width: 100%;
    }

    #home .row.no-gutters {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .row.no-gutters {
        margin-top: -8%;
    }

    img.logo-img {
        height: 100%;
        width: 150px;
    }

    .small-col-inside {
        padding: 40px 10px !important;
        height: 100%;
    }

    .title-opcao h3 {
        font-size: 35px;
    }

    p.desc-opcao {
        font-size: 20px;
        line-height: unset;
    }

    .img-not img {
        width: 100%;
    }

    p.desc-title {
        font-size: 19px;
    }

    .lista-beneficios li {
        font-size: 20px;
    }

    h3.valor-atual {
        font-size: 57px;
    }

    .botao-plano a {
        font-size: 19px;
    }

    .compra-segura img {
        width: 100%;
    }

    .alerta img {
        width: 100%;
    }

    .title-selo h2 {
        font-size: 34px;
        text-align: center;
        margin-top: 20px;
    }

    .img-selo img {
        width: 100%;
    }

    .img-selo {
        margin-top: 50px;
    }

    i.fas.fa-plus {
        left: unset;
        right: 10px;
    }

    i.fas.fa-plus:before {
        color: #939393;
    }

    .logo-pvo {
        position: relative;
        text-align: center;
        top: 1%;
        left: 1%;
    }

    .button-selo {
        text-align: center;
    }

    #faq {
        padding: 20px 0px;
    }

    #solucao .row {
        flex-direction: column-reverse;
    }

    #solucao {
        padding-top: 0px !important;
    }

    #opcoes {
        padding-bottom: 0 !important;
    }

    .button-selo {
        font-size: 12px;
    }

    .button-selo a {
        position: relative;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 30px;
        z-index: 1;
        font-weight: 800;
    }

    .btn-grupo a {
        font-family: 'Outfit';
        position: relative;
        text-transform: uppercase;
        padding: 10px 25px !important;
        color: #fff;
        font-weight: 800;
        font-size: 11px;
        text-align: center;
    }

    .section-blue.no-padding {
        padding: 0px 0px 0px 0px !important;
        position: relative;
        z-index: 2;
    }

    #diferenciais .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .main__diferencial {
        text-align: center;
        padding: 15px;
        height: 150px !important;
        margin: 10px 0;
        outline: 2px solid #fff;
        border-radius: 25px;
        transition: cubic-bezier(0.4, 0, 0.2, 1) all .3s;
        background-color: rgba(255, 255, 255, 0.9);
    }

    #diferenciais p {
        font-size: 12px !important;
        line-height: 20px !important;
        color: #000;
        margin-bottom: 15px;
        font-weight: 600;
    }

    #depoimentos h2.mb-0.text-white {
        color: #333 !important;
        font-family: 'Outfit';
        font-size: 33px !important;
    }

    #depoimentos .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: 2%;
        margin-top: 3%;
    }

    .inner__depoimento img {
        border: 2px solid !important;
        border-color: #bf7a44;
        padding: 10px;
    }

    #html-cta .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        flex-direction: column-reverse;
    }

    #opcoes .col-md-3 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0%;
    }

    #projetos .col-md-3 {
        flex: 0 0 100%;
        /*max-width: 100%;*/
    }

    .col-md-7.cellphone {
        margin-left: 0 !important;
    }

    video {
        border-radius: 0px !important;
    }

    .register-form-wrapper p {
        line-height: 20px !important;
    }

}

#depoimentos .owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
}

#depoimentos .description {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    color: #333;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

#depoimentos .description h3 {
    font-size: 26px;
    margin-bottom: 15px;
    color: #ae7d5a;
}

#depoimentos .description p {
    font-size: 18px;
    margin-bottom: 10px;
}

#depoimentos .description ul {
    list-style: none;
    /* Remove marcadores da lista */
    padding-left: 0;
}

#depoimentos .description ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

#depoimentos .btn-success {
    background-color: #28a745;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    /* Espaço superior */
}

#depoimentos .btn-success:hover {
    background-color: #218838;
}

#depoimentos .col-md-6 {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 2%;
    margin-top: 3%;
}

#depoimentos .row {
    justify-content: center;
}

#depoimentos .description p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.col-md-5.margin-top-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-7.cellphone {
    flex: 0 0 50% !important;
}

@media (min-width: 721px) {
    .small-col-inside {
    padding-left: 29% !important;
    height: 100%;
    padding-top: 150px;
    }
}

#diferenciais p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.main__diferencial {
    text-align: center;
    padding: 15px;
    height: 210px;
    margin: 10px 0;
    outline: 2px solid #fff;
    border-radius: 25px;
    transition: cubic-bezier(0.4, 0, 0.2, 1) all .3s;
    background-color: rgba(255, 255, 255, 0.9);
}

#html-cta.section-grey {
    background-color: #fff8f5 !important;
}

.section-blue {
    background-image: url('/images/canilbijou/backgro.webp');
    background-size: contain;
    margin: 0;
}

.col-md-3 {
    flex: 0 0 25%;
    max-width: 50%;
}

#solucao img {
    vertical-align: middle;
    border-style: none;
    max-width: 120%;
}

.box-style {
    border: 2px solid #ffffff;
    padding: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.9);
}

#opcoes .col-md-3 {
    flex: 0 0 20%;
    max-width: 50%;
    margin: 1%;
}

#site-header {
    background-color: #343a40;
    /* Cor de fundo do header */
    color: white;
    /* Cor do texto */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Centraliza o conteúdo do header */
    padding: 15px 20px;
    /* Espaçamento interno */
}

#site-header .logo {
    position: absolute;
    /* Posiciona a logo fora do fluxo normal */
    left: 65px;
    /* Espaçamento à esquerda da logo */
}

#site-header .logo img {
    height: 50px;
    /* Altura da logo */
}

#site-header nav ul {
    list-style: none;
    /* Remove a formatação padrão da lista */
    padding: 0;
    margin: 0;
    display: flex;
    /* Exibe os itens em linha */
}

#site-header nav ul li {
    margin: 0 15px;
    /* Espaçamento entre os itens */
    position: relative;
    /* Necessário para a drop list */
}

#site-header nav ul li a {
    color: white;
    /* Cor dos links */
    text-decoration: none;
    /* Remove a sublinha dos links */
    font-weight: bold;
    /* Negrito no texto dos links */
}

#site-header nav ul li a:hover {
    text-decoration: underline;
    /* Adiciona sublinha ao passar o mouse */
}

#site-header nav ul li ul {
    display: none;
    /* Esconde a drop list */
    position: absolute;
    /* Posiciona a drop list */
    background-color: #343a40;
    /* Cor de fundo da drop list */
    padding: 10px 0;
    /* Espaçamento interno da drop list */
    list-style: none;
    /* Remove a formatação da lista */
    margin: 0;
    /* Remove margens */
    top: 100%;
    /* Posiciona abaixo do item pai */
    left: 0;
    /* Alinha à esquerda */
}

#site-header nav ul li:hover ul {
    display: block;
    /* Mostra a drop list ao passar o mouse */
}

#site-header nav ul li ul li {
    padding: 5px 15px;
    /* Espaçamento dos itens da drop list */
}

#site-header nav ul li ul li a {
    color: white;
    /* Cor dos links da drop list */
}

.amr-destaque {
    color: #ae7d5a;
}

video {
    border-radius: 10px;
}

.video-wrapper {
    position: relative;
    display: inline-block;
}

.mute-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 24px;
    cursor: pointer;
    opacity: 0.7;
}

.avatar.me-3 {
  padding-right: 10px;
}

.mute-icon:hover {
    opacity: 1;
}

#mute-toggle {
    display: none;
}

.responsive-banner {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    border-radius: 10px;
}
