/*
* 
* @author Welão
*
*/


/*=============== seção de scrol slow ===================*/

html {
    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-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

#nav a {
    color: rgb(161, 152, 152);
}


/* apresentação */

.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;
}


/* SEGUNDO CONTAINER */

#container2 {
    text-align: center;
    /* background: url("../img/Sem\ título.png"); */
    background: white;
}

#conteudo-afiliados {
    padding-bottom: 100px;
    text-align: center;
}

#conteudo-afiliados p {
    color: black;
}

#afiliados {
    color: black;
    padding: 40px;
}

h3 {
    color: rgb(28, 179, 28);
}


/* -- rodape -- */

footer {
    background: #000;
    padding: 50px 0px 20px 0px;
    position: relative;
    text-align: center;
}

.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;
}

@media (min-width: 900px) {
    #top {
        display: none;
    }
}


/* ========================= 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: 80px;
    }
}

#rodape p {
    color: white;
}