@media (max-width: 768px) {
    .logo_eradsp {
        width: 70%;
    }

    .logo_sbc {
        max-width: 15%;
    }

    .logo_sbc_anchor span {
        font-size: small;
    }
}

@media (min-width: 769px) {
    .logo_eradsp {
        max-width: 35%;
    }

    .logo_sbc {
        max-height: 140px;
    }

    .logo_sbc_anchor span {
        font-size: larger;
    }
}

.logo_eradsp_anchor {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.logo_eradsp_anchor span {
    color: black;
    padding: 0 0 1.5rem 2.5rem;
}

.logo_sbc_anchor {
    position: absolute;
    text-decoration: none;
}

.logo_sbc_anchor span {
    color: white;
    margin-bottom: 5px;
}

header {
    background-image: url(/img/horto-rioclaro.jpeg);
    background-position: center;
    background-size: cover;
    padding: 40px 0px;
}

header .jumbotron {
    background-image: linear-gradient(to top, rgba(28, 2, 63, 0.9),rgba(136, 30, 63, 0.6));
    height: 100%;
}

.container_header {
    padding-top: 135px;
    padding-bottom: 70px;
}
