.elementor-3823 .elementor-element.elementor-element-b473620{--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-3823 .elementor-element.elementor-element-34604ca{--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-3823 .elementor-element.elementor-element-fee7e97{--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-3823 .elementor-element.elementor-element-0fbf932{--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-3823 .elementor-element.elementor-element-d236ab5{--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;}/* Start custom CSS for html, class: .elementor-element-f8725d5 */.guias-hero{

    position:relative;

    padding:140px 30px;

    overflow:hidden;

    background:
    radial-gradient(circle at 20% 20%,rgba(22,216,79,.10),transparent 30%),
    radial-gradient(circle at 80% 80%,rgba(22,216,79,.05),transparent 30%),
    #fff;
}

.guias-hero .hero-glow{

    position:absolute;

    width:700px;

    height:700px;

    background:#16d84f;

    opacity:.06;

    filter:blur(150px);

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);
}

.guias-hero .hero-container{

    max-width:1000px;

    margin:auto;

    text-align:center;

    position:relative;

    z-index:2;
}

.guias-hero .hero-logo{

    height:42px;

    margin-bottom:25px;
}

.guias-hero .hero-badge{

    display:inline-flex;

    padding:10px 18px;

    border-radius:999px;

    background:#16d84f15;

    color:#16d84f;

    font-size:13px;

    font-weight:700;
}

.guias-hero h1{

    font-size:72px;

    line-height:1;

    margin:30px 0;

    color:#111827;
}

.guias-hero p{

    max-width:850px;

    margin:auto;

    font-size:22px;

    line-height:1.8;

    color:#6b7280;
}

.guias-hero .hero-stats{

    display:flex;

    justify-content:center;

    gap:25px;

    margin-top:60px;

    flex-wrap:wrap;
}

.guias-hero .stat{

    min-width:220px;

    padding:25px;

    border-radius:24px;

    background:white;

    border:1px solid #e5e7eb;

    box-shadow:
    0 15px 40px rgba(0,0,0,.05);
}

.guias-hero .stat strong{

    display:block;

    font-size:38px;

    color:#111827;

    margin-bottom:8px;
}

.guias-hero .stat span{

    color:#6b7280;
}

@media(max-width:980px){

    .guias-hero h1{

        font-size:48px;
    }

    .guias-hero p{

        font-size:18px;
    }

}

@media(max-width:640px){

    .guias-hero{

        padding:100px 20px;
    }

    .guias-hero h1{

        font-size:36px;
    }

    .guias-hero p{

        font-size:17px;
    }

    .guias-hero .stat{

        width:100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc9361c */.guias-categories{

    padding:120px 30px;

    background:#f8fafc;
}

.categories-container{

    max-width:1200px;

    margin:auto;
}

.categories-header{

    text-align:center;

    max-width:850px;

    margin:auto auto 70px;
}

.categories-header h2{

    font-size:58px;

    line-height:1.1;

    margin:25px 0;

    color:#111827;
}

.categories-header p{

    font-size:20px;

    line-height:1.8;

    color:#6b7280;
}

.categories-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

.category-card{

    display:block;

    text-decoration:none;

    color:inherit;

    background:white;

    border:1px solid #e5e7eb;

    border-radius:28px;

    padding:35px;

    transition:.3s;
}

.category-card:hover{

    transform:translateY(-8px);

    border-color:#16d84f30;

    box-shadow:
    0 25px 60px rgba(0,0,0,.08);
}

.category-card.featured{

    background:
    linear-gradient(
    135deg,
    #16d84f,
    #0ebf44
    );

    border:none;
}

.category-card.featured h3,
.category-card.featured p,
.category-card.featured span{

    color:white;
}

.category-icon{

    font-size:42px;

    margin-bottom:20px;
}

.category-card h3{

    font-size:26px;

    margin-bottom:15px;

    color:#111827;
}

.category-card p{

    color:#6b7280;

    line-height:1.8;

    margin-bottom:20px;
}

.category-card span{

    color:#16d84f;

    font-weight:700;
}

@media(max-width:980px){

    .categories-grid{

        grid-template-columns:1fr 1fr;
    }

    .categories-header h2{

        font-size:42px;
    }

}

@media(max-width:640px){

    .guias-categories{

        padding:90px 20px;
    }

    .categories-grid{

        grid-template-columns:1fr;
    }

    .categories-header h2{

        font-size:34px;
    }

    .categories-header p{

        font-size:17px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0fce3b5 */.guias-featured{

    padding:120px 30px;

    background:#ffffff;
}

.featured-container{

    max-width:1200px;

    margin:auto;
}

.featured-header{

    text-align:center;

    max-width:850px;

    margin:auto auto 70px;
}

.featured-header h2{

    font-size:58px;

    line-height:1.1;

    margin:25px 0;

    color:#111827;
}

.featured-header p{

    font-size:20px;

    line-height:1.8;

    color:#6b7280;
}

.featured-grid{

    display:grid;

    grid-template-columns:1.2fr .8fr;

    gap:30px;
}

/* CARD PRINCIPAL */

.featured-main{

    text-decoration:none;

    color:white;

    padding:50px;

    border-radius:32px;

    background:
    linear-gradient(
    135deg,
    #16d84f,
    #0ebf44
    );

    min-height:420px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    transition:.3s;
}

.featured-main:hover{

    transform:translateY(-8px);
}

.featured-label{

    display:inline-block;

    width:max-content;

    padding:8px 14px;

    border-radius:999px;

    background:rgba(255,255,255,.15);

    margin-bottom:25px;

    font-size:12px;

    font-weight:700;
}

.featured-main h3{

    font-size:42px;

    line-height:1.1;

    margin-bottom:20px;
}

.featured-main p{

    font-size:18px;

    line-height:1.8;

    opacity:.9;

    margin-bottom:30px;
}

.featured-main span{

    font-weight:700;
}

/* LATERAIS */

.featured-side{

    display:flex;

    flex-direction:column;

    gap:20px;
}

.mini-guide{

    text-decoration:none;

    color:inherit;

    background:#f8fafc;

    border:1px solid #e5e7eb;

    border-radius:22px;

    padding:28px;

    transition:.3s;
}

.mini-guide:hover{

    transform:translateX(8px);

    border-color:#16d84f30;
}

.mini-guide h4{

    font-size:22px;

    line-height:1.4;

    color:#111827;

    margin-bottom:12px;
}

.mini-guide span{

    color:#16d84f;

    font-weight:700;
}

@media(max-width:980px){

    .featured-grid{

        grid-template-columns:1fr;
    }

    .featured-header h2{

        font-size:42px;
    }

}

@media(max-width:640px){

    .guias-featured{

        padding:90px 20px;
    }

    .featured-header h2{

        font-size:34px;
    }

    .featured-header p{

        font-size:17px;
    }

    .featured-main{

        padding:35px;
    }

    .featured-main h3{

        font-size:30px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d9aa1b */.guias-library{

    padding:120px 30px;

    background:#f8fafc;
}

.library-container{

    max-width:1200px;

    margin:auto;
}

.library-header{

    text-align:center;

    max-width:850px;

    margin:auto auto 70px;
}

.library-header h2{

    font-size:58px;

    line-height:1.1;

    margin:25px 0;

    color:#111827;
}

.library-header p{

    font-size:20px;

    color:#6b7280;

    line-height:1.8;
}

.library-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;
}

.library-card{

    display:block;

    text-decoration:none;

    background:white;

    border:1px solid #e5e7eb;

    border-radius:24px;

    padding:30px;

    transition:.3s;
}

.library-card:hover{

    transform:translateY(-6px);

    border-color:#16d84f30;

    box-shadow:
    0 20px 50px rgba(0,0,0,.08);
}

.card-category{

    display:inline-block;

    padding:8px 14px;

    border-radius:999px;

    background:#16d84f15;

    color:#16d84f;

    font-size:12px;

    font-weight:700;

    margin-bottom:18px;
}

.library-card h3{

    color:#111827;

    font-size:22px;

    line-height:1.4;
}

@media(max-width:980px){

    .library-grid{

        grid-template-columns:1fr 1fr;
    }

    .library-header h2{

        font-size:42px;
    }

}

@media(max-width:640px){

    .guias-library{

        padding:90px 20px;
    }

    .library-grid{

        grid-template-columns:1fr;
    }

    .library-header h2{

        font-size:34px;
    }

    .library-header p{

        font-size:17px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2dac9eb */.guias-cta{

    position:relative;

    padding:140px 30px;

    background:#111827;

    overflow:hidden;
}

.guias-cta .cta-glow{

    position:absolute;

    width:800px;

    height:800px;

    background:#16d84f;

    opacity:.12;

    filter:blur(200px);

    left:50%;

    top:50%;

    transform:translate(-50%,-50%);
}

.guias-cta .cta-container{

    max-width:1000px;

    margin:auto;

    text-align:center;

    position:relative;

    z-index:2;
}

.guias-cta .cta-logo{

    height:42px;

    margin-bottom:25px;
}

.guias-cta .cta-badge{

    background:rgba(255,255,255,.08);

    color:white;
}

.guias-cta h2{

    font-size:64px;

    line-height:1.05;

    color:white;

    margin:30px 0;
}

.guias-cta p{

    max-width:850px;

    margin:auto;

    font-size:22px;

    line-height:1.8;

    color:rgba(255,255,255,.75);
}

.guias-cta .cta-benefits{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:20px;

    margin-top:60px;
}

.guias-cta .benefit-item{

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:25px;
}

.guias-cta .benefit-item strong{

    display:block;

    font-size:32px;

    margin-bottom:12px;
}

.guias-cta .benefit-item span{

    color:white;

    font-weight:600;
}

.guias-cta .cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:50px;

    flex-wrap:wrap;
}

.guias-cta .cta-primary{

    background:#16d84f;

    color:#111827;

    text-decoration:none;

    padding:18px 34px;

    border-radius:16px;

    font-weight:700;

    transition:.3s;
}

.guias-cta .cta-primary:hover{

    transform:translateY(-4px);

    box-shadow:
    0 20px 40px rgba(22,216,79,.25);
}

.guias-cta .cta-secondary{

    padding:18px 34px;

    border-radius:16px;

    border:1px solid rgba(255,255,255,.15);

    color:white;

    text-decoration:none;
}

.guias-cta .cta-footer{

    margin-top:35px;

    color:rgba(255,255,255,.55);
}

@media(max-width:980px){

    .guias-cta h2{

        font-size:44px;
    }

    .guias-cta p{

        font-size:18px;
    }

    .guias-cta .cta-benefits{

        grid-template-columns:1fr 1fr;
    }

}

@media(max-width:640px){

    .guias-cta{

        padding:100px 20px;
    }

    .guias-cta h2{

        font-size:34px;
    }

    .guias-cta .cta-benefits{

        grid-template-columns:1fr;
    }

    .guias-cta .cta-buttons{

        flex-direction:column;
    }

    .guias-cta .cta-primary,
    .guias-cta .cta-secondary{

        width:100%;
    }

}/* End custom CSS */