.titulo {
    margin-top: 140px;
}

.border1 {
    width: 230px;
    height: 3px;
    background-image: linear-gradient(to right, #ff000a, #c6db27, #1aad53);
    margin: 0;
}

.fundo {
    background-size: cover;
    background-image: url(../img/South-African.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: auto;
    margin-bottom: 100px;
    color: #FFF;
}

.apoio {
    margin: 20px 20px;
    color: #1d1d1d;
}

.firo {
    width: 30px;
    height: 3px;
    background-image: linear-gradient(to right, #ff000a, #c6db27, #1aad53);
    align-items: center;
    margin-bottom: 15px;
}

.education {
    background: rgba(255, 255, 255, 0.918);
    height: 500px;
    width: auto;
    margin: 50px;
}

.education h4 {
    color: #c9a609;
}

.education li {
    color: #c9a609;
    font-weight: 500;
}

.saude {
    background: rgba(255, 255, 255, 0.918);
    height: 500px;
    width: auto;
    margin: 50px 30px;
}

.saude h4 {
    color: #00559f;
}

.saude li {
    color: #00559f;
    font-weight: 500;
}

.desporto {
    background: rgba(255, 255, 255, 0.918);
    height: 500px;
    width: auto;
    margin: 50px;
}

.desporto h4 {
    color: #13863f;
}


.cultura {
    background: rgba(255, 255, 255, 0.918);
    height: 500px;
    width: auto;
    margin: 50px 30px;
}

.desporto i {
    color: #13863f;
    font-weight: 450;
}

.cultura h4 {
    color: #000000;
}




/* Tela - Smartphone*/
@media screen and (max-width:768px) {

    .titulo {
        text-align: center;
    }

    .border1 {
        width: 100px;
        margin: auto;
    }

    .education {
        height: auto;
        width: auto;
        margin: 10px;
        border-radius: 10px 10px 60px 10px;
        -moz-border-radius: 10px 10px 60px 10px;
        -webkit-border-radius: 10px 10px 60px 10px;
    }

    .desporto {
        height: auto;
        width: auto;
        margin: 10px;
        border-radius: 10px 10px 60px 10px;
        -moz-border-radius: 10px 10px 60px 10px;
        -webkit-border-radius: 10px 10px 60px 10px;
    }

    .saude {
        height: auto;
        width: auto;
        margin: 10px;
        border-radius: 10px 10px 60px 10px;
        -moz-border-radius: 10px 10px 60px 10px;
        -webkit-border-radius: 10px 10px 60px 10px;
    }

    .cultura {
        height: auto;
        width: auto;
        margin: 10px;
        border-radius: 10px 10px 60px 10px;
        -moz-border-radius: 10px 10px 60px 10px;
        -webkit-border-radius: 10px 10px 60px 10px;
    }
}
