.header-socio {
    position: relative;
    float: left;
    margin-top: 15px;
    color: white;
    font-size: 1.25em
}

.header-socio > img {
    position: absolute;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

#header-socio-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: .4;
}

@media screen and (min-width: 480px) {
    .header-socio .botoes a.btn {
        max-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .header-socio {
        margin-left: -16px;
        width: calc(100% + 32px);
        font-size: 16px
    }
    .header-socio > div {
        padding: 16px !important;
    }
}

.header-socio > div {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    background-color: rgba(0, 0, 0, .9)
}

.header-socio p {
    font-size: 1em;
    margin-bottom: 20px;
    color: white !important;
    font-weight: bold !important;
}

.header-socio p:first-child {
    font-size: 1.25em;
}

.header-socio > div::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #ff0000, #000AFF, #ff0000);
    opacity: 0.1;
}

.header-socio .botoes a.btn {
    border-radius: 5px;
    text-decoration: none;
    width: 100%;
    padding: 15px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    color: black;
    position: relative;
    float: left;
    font-weight: bold;
}

.header-socio .botoes a.btn img {
    margin: -60px -10px;
}
.header-socio {
    margin-top: 15px;
}