/*
* 
* @author Welão
*
*/


/*=============== seção de scrol slow ===================*/

html,
body {
    scroll-behavior: smooth;
}


/* ========================= layout ======================== */

html,
body,
.capa {
    height: 100%;
    overflow: auto;
}

body {
    background: url("../img/FUNDO.png");
    background-attachment: fixed;
    font-family: Helvetica, Arial, sans-serif;
    overflow-x: hidden;
}


/* -- Barra de navegação -- */

nav.navbar-transparente {
    padding: 15px 0px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    opacity: 0.7;
}

.navbar-brand {
    padding: 5px 15px;
}

#home {
    color: rgb(28, 179, 28);
    opacity: 0.5;
    margin-bottom: 7px;
    margin-right: 2px;
}

#link-home {
    text-decoration: none;
}

#nav a {
    color: rgb(141, 137, 137);
}

#nav a:hover {
    color: #25c417;
}


/* -- Imagem de capa -- */

.capa {
    display: table;
    width: 100%;
}

.texto-capa {
    text-align: center;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.capa .texto-capa>a {
    color: white;
    padding: 10px;
    text-decoration: none;
}

.capa .texto-capa>a:hover {
    color: #25c417;
}


/* -- secao novidades -- */

#novidades {
    background: white;
    padding-top: 20px;
    padding-bottom: 20px;
}

.fotos {
    padding: 10px 0px 10px 0px;
}

#img-banner {
    border-radius: 50px;
}

@media all and (max-width: 991px) {
    #img-banner {
        display: none;
    }
}

#img-banner2 {
    border-radius: 50px;
    width: 100%;
}

@media all and (min-width: 992px) {
    #img-banner2 {
        display: none;
    }
}


/* -- secao abas -- */

#abas a {
    text-decoration: none;
}


/* -- rodape -- */

footer {
    background: #000;
    padding: 50px 0px 20px 0px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.item-rede-social {
    float: right;
}

#icon {
    color: white;
}

#rodape a {
    margin: 10px;
}


/*------------ top -------------*/

#top {
    position: fixed;
    bottom: 300px;
    right: 25px;
    z-index: 2;
}

@media (max-width: 1023px) {
    #top {
        position: fixed;
        bottom: 23px;
        right: 15px;
    }
}

#icon-top {
    color: rgb(0, 255, 0);
    opacity: 0.5;
}


/* ========================= Tipografia ======================== */

#h1 {
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 10px;
    color: white;
}

#p {
    color: white;
    margin-bottom: 80px;
}


/* Media queries */


/* xs < 768 */

@media screen and (max-width: 767px) {
    #h1 {
        font-size: 40px;
    }
}


/* sm */

@media screen and (min-width: 768px) {
    #h1 {
        font-size: 60px;
    }
}


/* md */

@media screen and (min-width: 992px) {
    #h1 {
        font-size: 80px;
    }
}


/* lg */

@media screen and (min-width: 1200px) {
    #h1 {
        font-size: 90px;
    }
}

#novidades h2 {
    color: black;
    text-align: center;
}

#novidades h3 {
    color: #25c417;
    padding-top: 30px;
}

#abas h2 {
    color: white;
    padding-top: 20px;
}

#abas p {
    color: white;
}

#abas h3 {
    color: rgb(10, 255, 10);
}

#rodape p {
    color: white;
}