/* STYLE
Curso Bootstrap
Autor: João Victor
Ano: 2022 */
body {
    margin-top: 105px;
}
.navbar {
    box-shadow: 2px 2px 2px #3292a6;
    opacity: 0.9;
    background: #fff;
}

.navbar .nav-item {
    font-size: 1.4rem;
    padding-right: 1.4rem;
}

#showcase {
    position: relative;
    background: url('../img/montanha.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    padding: 100px;
    min-height: 600px;

}

#showcase .primary-overlay {
    background: rgba(50,146,166,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ebook */
.img-ebook {
    height: 500px;
    margin: 0 auto;

}

/* botão newsletter */

.btn-cor {
    background: #3292a6;
    color: #fff;
}