.elementor-362 .elementor-element.elementor-element-4f80227d{--display:flex;--min-height:360px;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:15px 15px;--row-gap:15px;--column-gap:15px;--padding-top:24px;--padding-bottom:24px;--padding-left:20px;--padding-right:20px;}.elementor-362 .elementor-element.elementor-element-4f80227d:not(.elementor-motion-effects-element-type-background), .elementor-362 .elementor-element.elementor-element-4f80227d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1E1E1E;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-362 .elementor-element.elementor-element-613d35e0{text-align:start;}.elementor-362 .elementor-element.elementor-element-613d35e0 img{width:40%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-362 .elementor-element.elementor-element-7f53a37b .elementor-heading-title{font-family:"indivisible", Sans-serif;font-size:22px;font-weight:600;text-transform:uppercase;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-362 .elementor-element.elementor-element-52750c7f{font-family:"Manrope", Sans-serif;font-size:14px;font-weight:400;color:#F5F5F5A8;}@media(min-width:768px){.elementor-362 .elementor-element.elementor-element-4f80227d{--width:264px;}}/* Start custom CSS for container, class: .elementor-element-4f80227d *//* CARD FINAL — ESTILO IGUAL AO PRINT DO CLIENTE */

.premium-card{
    position:relative;
    overflow:hidden;
    border-radius:3px;
    padding:18px 14px 12px;
    background:#1b1c1d;
    border:none;
    border-radius: 3px!important;
    box-shadow:none;
    font-family:'Indivisible', sans-serif;

    height:250px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

/* remove brilho/efeitos anteriores */
.premium-card::before{
    display:none;
}

/* ÍCONE */
.premium-card .card-icon{
    width:42px;
    height:42px;
    margin-bottom:14px;
    flex:0 0 42px;
}

.premium-card .card-icon img,
.premium-card .card-icon svg{
    width:100%;
    height:100%;
    object-fit:contain;
}

/* TÍTULO */
.premium-card h3{
    margin:0 0 16px;
    min-height:32px;

    color:#ffffff;
    font-family:'Indivisible', sans-serif;
    font-size:10px;
    line-height:1.15;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.1px;
}

/* DESCRIÇÃO */
.premium-card p{
    margin:0;
    color:rgba(255,255,255,0.68);
    font-family:'Indivisible', sans-serif;
    font-size:14px;
    line-height:1.45;
    font-weight:400;
}

/* LINHA INFERIOR */
.premium-card::after{
    content:"";
    position:absolute;
    left:14px;
    right:14px;
    bottom:10px;
    height:2px;
    background:#C5703E;
    border-radius:20px;
}

/* remove botão neste modelo */
.premium-card .elementor-button-wrapper,
.premium-card .elementor-button,
.premium-card .card-btn{
    display:none;
}

/* caso ainda exista a linha abaixo do título */
.premium-card .card-line{
    display:none;
}

/* TABLET */
@media(max-width:1024px){
    .premium-card{
        height:240px;
        padding:16px 13px 12px;
    }
}

/* MOBILE */
@media(max-width:767px){
    .premium-card{
        height:auto;
        min-height:220px;
        padding:18px 14px 14px;
    }

    .premium-card h3{
        font-size:11px;
    }

    .premium-card p{
        font-size:10px;
    }
}/* End custom CSS */