
body{
    background:#050505!important;
    color:#f5e7c1!important;
}

.header-banner-cont{
    display:none!important;
}

header{
    background:#050505!important;
}

.main-menu{
    background:linear-gradient(90deg,#120707,#3a0000,#120707)!important;
}

.main-menu a{
    color:#d4a64f!important;
}

#content,
.content,
section{
    background:#050505!important;
}

h1,h2,h3{
    color:#d4a64f!important;
    font-family:Georgia,serif!important;
}

input,
select,
textarea{
    background:#111!important;
    color:#f5e7c1!important;
    border:1px solid rgba(212,166,79,.25)!important;
    border-radius:14px!important;
}

button,
input[type=submit],
.btn{
    background:linear-gradient(180deg,#8a0000,#4a0000)!important;
    color:#fff!important;
    border-radius:14px!important;
}

/* HERO SECRETTA */
body.home-page #content:before{
    content:"";
    display:block;
    width:min(1180px,92%);
    height:520px;
    margin:38px auto 45px;
    border-radius:24px;
    border:1px solid rgba(212,166,79,.30);
    background:url("../img/secretta-hero.png") center center/cover no-repeat;
    box-shadow:0 20px 70px rgba(0,0,0,.75);
}

@media(max-width:768px){
    #logo{
        width:100%!important;
        justify-content:center!important;
    }

    #logo img{
        max-height:95px!important;
        max-width:92%!important;
    }

    body.home-page #content:before{
        width:94%;
        height:430px;
        margin:20px auto 25px;
        border-radius:18px;
        background:url("../img/secretta-hero.png") center center/cover no-repeat;
    }
}


/* AJUSTE HERO INTEIRO */
body.home-page #content:before{
    width:min(1420px,96%)!important;
    height:auto!important;
    aspect-ratio:1728/864!important;
    background:url("../img/secretta-hero.png") center center/contain no-repeat!important;
    background-color:#050505!important;
    margin:38px auto 45px!important;
}

/* esconder texto antigo da home */
body.home-page #content h1:first-of-type,
body.home-page #content h2:first-of-type,
body.home-page #content p:first-of-type{
    display:none!important;
}


/* HERO REAL SECRETTA */
.secretta-hero-real{
    width:min(1420px,96%)!important;
    margin:38px auto 45px!important;
    border:1px solid rgba(212,166,79,.32)!important;
    border-radius:24px!important;
    overflow:hidden!important;
    box-shadow:0 25px 80px rgba(0,0,0,.75)!important;
}

.secretta-hero-real img{
    width:100%!important;
    height:auto!important;
    display:block!important;
    border-radius:0!important;
}

/* esconder hero antigo via CSS */
body.home-page #content:before{
    display:none!important;
}

@media(max-width:768px){
    .secretta-hero-real{
        width:94%!important;
        margin:20px auto 28px!important;
        border-radius:18px!important;
    }
}
