.home-texture{
    background-image: url(images/background-home.svg);
    
}
.mobile{
    display: none;
}
.desktop{
    display: block;
}

/* CAPA */
.capa {
    position: relative;
    background: #ffffff;
    min-height: 520px; /* min-height pra não cortar o fundo! */
}

/* TEXTOS */
.texto-capa {
    font-size: 80px;
    padding-top: 50px;
    position: relative;
    z-index: 5;
    color: black;
    font-weight: bold;
}

.secundario {
    color: #f4c200;
}

.marcado {
    background: black;
    color: #f4c000;
    padding: 3px 6px;
    display: inline-block;
    font-size: 80px;
    font-weight: bold;
}

/* SOBRE */
.sobre {
    background-color: #000;
    color: #fff;
    padding-top: 50px;
}

/* FORMULARIO */
.form-asso {
    background-color: #FFEFB0 !important;
    padding: 17.11px !important;
    border-radius: 18.82px !important;
    transition: ease-in-out 0.3s !important;
}

.form-asso:hover {
    background-color: #f4c200 !important;
    transition: ease-in-out 0.3s !important;
}

.btn-asso {
    background-color: #000 !important;
    color: #fff !important;
    border-radius: 35.8px !important;
    padding: 5px !important;
    width: 300px !important;
}

.btn-asso:hover {
    background-color: #f4c200 !important;
    color: #000 !important;
    transition: ease-in-out 0.3s !important;
}

/* RESPONSIVIDADE (MOBILE) */
/* Tablet e celular */
@media (max-width: 992px) {

    /* Capa */
    .texto-capa {
        font-size: 50px;
        padding-top: 20px;
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .marcado {
        font-size: 50px;
        padding: 4px 8px;
    }

    .capa img {
        display: block !important;
        margin-top: 20px !important;
        margin-left: 0 !important;
        width: 100% !important;
        margin-left: auto;     /* centraliza */
        margin-right: auto;    /* centraliza */
    }

    /* SOBRE */
    .sobre img {
        width: 100% !important;
        margin-bottom: 20px;
    }

    /* Texto sobre */
    .sobre p {
        font-size: 18px !important;
    }

    /* REDE BRP */
    .redebrp p {
        font-size: 18px !important;
    }.redebrp img {
        width: 50% !important;
        margin-bottom: 20px;
        display: block;        /* importante */
        margin-left: auto;     /* centraliza */
        margin-right: auto;    /* centraliza */
    }

    iframe {
        height: 300px !important;
    }

    /* FORMULÁRIO */
    .btn-asso {
        width: 100% !important;
    }
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
}

/* Celular pequeno */
@media (max-width: 576px) {

    .texto-capa {
        font-size: 36px;
        line-height: 1.2;
    }

    .marcado {
        font-size: 36px;
    }

    .navbar-brand img {
        width: 120px !important;
    }

    .capa img {
        margin-top: 10px !important;
        width: 100% !important;
    }

    .sobre p,
    .redebrp p {
        font-size: 16px !important;
    }

    iframe {
        height: 250px !important;
    }
}