/* SECRETTA - BLOCO PROFISSIONAL NO LUGAR DA GALERIA */
body.home-page #secretta-home-insert-wrap,
body.home-page .secretta-home-insert-wrap{
    width:100%!important;
    max-width:100%!important;
    display:block!important;
    clear:both!important;
    margin:18px 0 20px!important;
    padding:0!important;
    box-sizing:border-box!important;
    overflow:visible!important;
}

body.home-page .secretta-pro-section{
    width:100%!important;
    box-sizing:border-box!important;
    margin:0 0 18px!important;
    padding:14px!important;
    border:1px solid rgba(212,166,79,.22)!important;
    border-radius:18px!important;
    background:
        radial-gradient(circle at 20% 0%, rgba(212,166,79,.10), transparent 30%),
        linear-gradient(180deg,#090909 0%,#030303 100%)!important;
    box-shadow:0 12px 28px rgba(0,0,0,.45)!important;
    overflow:hidden!important;
}

body.home-page .secretta-pro-head{
    width:100%!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    margin:0 0 14px!important;
}

body.home-page .secretta-pro-head h2{
    margin:0!important;
    padding:0!important;
    color:#d4a64f!important;
    font-family:Georgia,'Times New Roman',serif!important;
    font-size:21px!important;
    line-height:1.1!important;
    font-weight:900!important;
    letter-spacing:1px!important;
    text-transform:uppercase!important;
}

body.home-page .secretta-pro-head a{
    color:#d4a64f!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:900!important;
    white-space:nowrap!important;
    letter-spacing:.4px!important;
}

body.home-page .secretta-pro-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:12px!important;
    width:100%!important;
}

body.home-page .secretta-pro-card{
    display:block!important;
    overflow:hidden!important;
    text-decoration:none!important;
    color:#f3d08a!important;
    background:#050505!important;
    border:1px solid rgba(212,166,79,.22)!important;
    border-radius:16px!important;
    box-shadow:0 10px 22px rgba(0,0,0,.35)!important;
    min-width:0!important;
}

body.home-page .secretta-pro-card:hover{
    border-color:rgba(212,166,79,.55)!important;
}

body.home-page .secretta-pro-img{
    height:92px!important;
    width:100%!important;
    background:#000!important;
    overflow:hidden!important;
    border-bottom:1px solid rgba(212,166,79,.16)!important;
}

body.home-page .secretta-pro-img img{
    width:100%!important;
    height:100%!important;
    display:block!important;
    object-fit:cover!important;
    object-position:center center!important;
    filter:brightness(.72) contrast(1.08)!important;
    transform:scale(1.03)!important;
}

body.home-page .secretta-pro-body{
    padding:11px 10px 12px!important;
    box-sizing:border-box!important;
    min-height:134px!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
}

body.home-page .secretta-pro-icon{
    display:inline-flex!important;
    width:30px!important;
    height:30px!important;
    align-items:center!important;
    justify-content:center!important;
    margin:0 0 7px!important;
    border-radius:50%!important;
    background:rgba(112,0,0,.85)!important;
    color:#d4a64f!important;
    font-size:15px!important;
    border:1px solid rgba(212,166,79,.28)!important;
}

body.home-page .secretta-pro-body h3{
    margin:0 0 6px!important;
    padding:0!important;
    color:#d4a64f!important;
    font-family:Georgia,'Times New Roman',serif!important;
    font-size:18px!important;
    line-height:1.05!important;
    font-weight:900!important;
}

body.home-page .secretta-pro-body p{
    margin:0 0 10px!important;
    padding:0!important;
    color:#d9c59f!important;
    font-size:12px!important;
    line-height:1.35!important;
    font-weight:400!important;
}

body.home-page .secretta-pro-body strong{
    margin-top:auto!important;
    display:block!important;
    color:#fff!important;
    background:linear-gradient(180deg,#9a0000,#590000)!important;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:999px!important;
    padding:8px 10px!important;
    font-size:11px!important;
    line-height:1!important;
    text-transform:uppercase!important;
    letter-spacing:.5px!important;
    width:100%!important;
    text-align:center!important;
    box-sizing:border-box!important;
}

body.home-page .secretta-city-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
    width:100%!important;
}

body.home-page .secretta-city-grid a{
    min-height:44px!important;
    border-radius:999px!important;
    border:1px solid rgba(212,166,79,.24)!important;
    background:#050505!important;
    color:#f2d58f!important;
    text-decoration:none!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    text-align:center!important;
    font-size:13px!important;
    font-weight:900!important;
    box-sizing:border-box!important;
    padding:0 8px!important;
}

body.home-page .secretta-city-grid a:hover{
    border-color:rgba(212,166,79,.55)!important;
    background:#0d0d0d!important;
}

@media (max-width:420px){
    body.home-page .secretta-pro-section{
        padding:12px!important;
        border-radius:16px!important;
    }

    body.home-page .secretta-pro-grid{
        gap:10px!important;
    }

    body.home-page .secretta-pro-img{
        height:82px!important;
    }

    body.home-page .secretta-pro-body{
        padding:10px 9px 11px!important;
        min-height:130px!important;
    }

    body.home-page .secretta-pro-body h3{
        font-size:16px!important;
    }

    body.home-page .secretta-pro-body p{
        font-size:11px!important;
    }

    body.home-page .secretta-city-grid a{
        min-height:42px!important;
        font-size:12px!important;
    }
}
