.elementor-2423 .elementor-element.elementor-element-3799411{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2423 .elementor-element.elementor-element-3799411:not(.elementor-motion-effects-element-type-background), .elementor-2423 .elementor-element.elementor-element-3799411 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2423 .elementor-element.elementor-element-34d8066{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2423 .elementor-element.elementor-element-34d8066:not(.elementor-motion-effects-element-type-background), .elementor-2423 .elementor-element.elementor-element-34d8066 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-2423 .elementor-element.elementor-element-a074c56{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2423 .elementor-element.elementor-element-a074c56:not(.elementor-motion-effects-element-type-background), .elementor-2423 .elementor-element.elementor-element-a074c56 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBFBFB;}.elementor-2423 .elementor-element.elementor-element-95189ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2423 .elementor-element.elementor-element-95189ed:not(.elementor-motion-effects-element-type-background), .elementor-2423 .elementor-element.elementor-element-95189ed > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FEFEFE;}/* Start custom CSS for html, class: .elementor-element-6350726 *//* ========================= */
/* HERO DEPOIMENTOS */
/* ========================= */

.hero-depoimentos{

    padding:90px 20px 70px;

    background:#ffffff;

    text-align:center;

}

.hero-content{

    max-width:820px;

    margin:auto;

}

.stars{

    font-size:24px;

    margin-bottom:18px;

}

.hero-depoimentos h1{

    font-size:48px;

    line-height:1.2;

    color:#222;

    margin-bottom:20px;

    font-weight:800;

}

.subheadline{

    font-size:28px;

    color:#2dbd61;

    font-weight:700;

    margin-bottom:25px;

}

.descricao{

    font-size:22px;

    color:#555;

    line-height:1.7;

    margin-bottom:40px;

}

.btn-scroll{

    display:inline-block;

    padding:18px 42px;

    background:#2dbd61;

    color:#fff;

    text-decoration:none;

    border-radius:60px;

    font-size:20px;

    font-weight:700;

    transition:.3s;

}

.btn-scroll:hover{

    transform:translateY(-3px);

    box-shadow:0 10px 30px rgba(45,189,97,.3);

}

html{

    scroll-behavior:smooth;

}

@media(max-width:768px){

.hero-depoimentos h1{

    font-size:34px;

}

.subheadline{

    font-size:22px;

}

.descricao{

    font-size:18px;

}

.btn-scroll{

    width:100%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-14d2547 *//* ========================= */
/* DEPOIMENTOS EM VÍDEO */
/* ========================= */

.video-section{

    padding:90px 20px;

    background:#f8f8f8;

}

.container{

    max-width:1200px;

    margin:auto;

}

.video-section h2{

    font-size:42px;

    color:#222;

    text-align:center;

    margin-bottom:20px;

    font-weight:800;

}

.video-subtitle{

    max-width:750px;

    margin:0 auto 50px;

    text-align:center;

    font-size:20px;

    color:#666;

    line-height:1.7;

}

.video-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));

    gap:30px;

}

.video-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.3s;

}

.video-card:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.video-card video{

    width:100%;

    display:block;

    aspect-ratio:9/16;

    object-fit:cover;

    background:#000;

}

/* Mobile */

@media(max-width:768px){

.video-section{

    padding:70px 15px;

}

.video-section h2{

    font-size:30px;

}

.video-subtitle{

    font-size:17px;

}

.video-grid{

    grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c36b25e *//* ===========================
   MÓDULOS DO TRATAMENTO
=========================== */

.qc-modulos{

    width:100%;
    padding:90px 20px;
    background:#f8f8f8;

}

.qc-modulos-container{

    max-width:1200px;
    margin:auto;

}

.qc-modulos h2{

    text-align:center;
    font-size:42px;
    color:#222;
    font-weight:800;
    margin-bottom:20px;
    line-height:1.3;

}

.qc-subtitulo{

    max-width:800px;
    margin:0 auto 60px;
    text-align:center;
    font-size:20px;
    color:#666;
    line-height:1.7;

}

.qc-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.qc-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.qc-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 45px rgba(0,0,0,.15);

}

.qc-card img{

    width:100%;

    display:block;

}

.qc-info{

    padding:22px;

    text-align:center;

}

.qc-info span{

    display:inline-block;

    background:#27ae60;

    color:#fff;

    padding:7px 16px;

    border-radius:30px;

    font-size:13px;

    font-weight:bold;

    letter-spacing:1px;

    margin-bottom:15px;

}

.qc-info h3{

    margin:0;

    color:#222;

    font-size:22px;

    line-height:1.4;

    font-weight:700;

}

/* Tablet */

@media(max-width:1000px){

.qc-grid{

grid-template-columns:repeat(2,1fr);

}

}

/* Celular */

@media(max-width:700px){

.qc-modulos{

padding:70px 15px;

}

.qc-modulos h2{

font-size:30px;

}

.qc-subtitulo{

font-size:17px;

margin-bottom:40px;

}

.qc-grid{

grid-template-columns:1fr;

gap:25px;

}

.qc-info h3{

font-size:20px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c5e2bda *//* ===========================
   OFERTA ESPECIAL
=========================== */

.oferta-final{

    padding:100px 20px;

    background:#f5f7fa;

}

.oferta-box{

    max-width:760px;

    margin:auto;

    background:#fff;

    border-radius:25px;

    padding:55px 40px;

    text-align:center;

    box-shadow:0 25px 60px rgba(0,0,0,.10);

}

.oferta-tag{

    display:inline-block;

    background:#d62828;

    color:#fff;

    padding:8px 18px;

    border-radius:40px;

    font-size:14px;

    font-weight:bold;

    letter-spacing:1px;

    margin-bottom:25px;

}

.oferta-box h2{

    font-size:40px;

    line-height:1.3;

    color:#222;

    margin-bottom:25px;

}

.oferta-texto{

    font-size:20px;

    color:#666;

    line-height:1.7;

    margin-bottom:35px;

}

.preco-box{

    background:#f9fafb;

    border:2px dashed #2dbd61;

    border-radius:20px;

    padding:30px;

    margin-bottom:35px;

}

.preco-antigo{

    font-size:28px;

    color:#777;

    margin-bottom:10px;

}

.preco-antigo span{

    text-decoration:line-through;

}

.preco-atual{

    font-size:28px;

    color:#222;

}

.preco-atual strong{

    display:block;

    font-size:60px;

    color:#2dbd61;

    margin-top:10px;

}

.economia{

    margin-top:15px;

    font-size:18px;

    color:#444;

}

.timer-box{

    margin-bottom:35px;

}

.timer-box p{

    font-size:20px;

    margin-bottom:10px;

    color:#555;

}

#contador{

    font-size:52px;

    font-weight:800;

    color:#d62828;

}

.btn-oferta{

    display:block;

    width:100%;

    padding:24px;

    border-radius:60px;

    background:#2dbd61;

    color:#fff;

    text-decoration:none;

    font-size:24px;

    font-weight:800;

    transition:.3s;

}

.btn-oferta:hover{

    transform:translateY(-4px);

    box-shadow:0 20px 40px rgba(45,189,97,.35);

}

.oferta-rodape{

    margin-top:25px;

    font-size:15px;

    color:#777;

    line-height:1.6;

}

@media(max-width:768px){

.oferta-box{

padding:35px 25px;

}

.oferta-box h2{

font-size:30px;

}

.oferta-texto{

font-size:18px;

}

.preco-antigo{

font-size:22px;

}

.preco-atual{

font-size:22px;

}

.preco-atual strong{

font-size:48px;

}

#contador{

font-size:40px;

}

.btn-oferta{

font-size:20px;

}

}/* End custom CSS */