/* HEADER IMAGEM BACKGROUND */
section.banner {
    background-image: url('/solardeermio/imagens/buganviliascr.png');
}


/* logotipo grande */
.logodesktop {
    display: block;
    margin-left: auto;
    margin-right: 7em;
    margin-top: 9em;
    height: 10em;
}

/* elementos de linha ficam em bloco */
h1 span {
    display: block;
    font-weight: 300;
    font-family: 'Newsreader', serif;
    line-height: 1em;
    font-size: 45px;
    margin: 1vh 5vh 0vh;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

h2 {
    display: block;
    font-weight: 200;
    font-family: 'Newsreader', serif;
    font-size: 60px;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

h3 {
    font-family: 'Newsreader', serif;
    font-weight: 500;
    font-size: 28px;
    margin: 1em 1em 1.5em;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);

    animation-duration: 3s;
    animation-name: slidein;
}

h4 {
    color: rgb(114, 10, 10);
    font-size: 24px;
    font-weight: 500;
    margin-top: 4em;
    margin-bottom: .3em;
}

/* textos */
article {
    margin: 4em 1.5em 1.5em;
}

section.testimony {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* testemunho */
img.size {
    width: 5.7em;
    margin: 5em 0em .1em;
}

p.testimonytext {
    margin: 1em 1.5em 1em;
}

img.stars {
    width: 7em;
    margin: 0em 0em 4em;
}

/* copyright */
aside {
    background-image: url('/solardeermio/imagens/buganviliascr.png');
}


.logodesktop,
h2,
.imagedesktop {
    display: none;
}

/* cookies */
.box-cookies.hide {
    display: none !important;
}

.box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
    text-align: center;
    padding: 25px;
    color: #fff;
    font-size: 18px;
}

.box-cookies .btn-cookies {
    background: rgb(114, 10, 10);
    cursor: pointer;
    align-self: normal;
}

.imagebox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



@media screen and (min-width: 980px) {

    .logodesktop,
    h2,
    .imagedesktop {
        display: flex;
    }


    h1 span,
    .imagemobile {
        display: none;
    }

    section.banner {
        display: flex;
        align-items: flex-end;
    }


    h2 {
        padding-top: .5em;
        /*   margin-top: .5em;  */
        margin-right: 2.3em;
    }

    h3 {
        font-size: 45px;
        margin-right: 3.1em;
        margin-top: 0em;
        text-align: right;

        animation-duration: 3s;
        animation-name: slide;
    }

    article {
        margin: 4em 15em 1.5em;
    }

    .box-cookies {
        flex-direction: column;
    }

}