section h1 {
    font-weight: 800;
    text-transform: uppercase;
}
section #cursos {
    padding: 30px 15px;
    margin-top: 30px
}
section #cursos p, section #cursos h2 {
    margin-bottom: 5px;
}
section #cursos h2 {
    font-weight: 600;
    text-transform: uppercase;
}
section #cursos a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    background-color: #257338;
    color: white;
    font-size: 48px;
    display: inline-block;
}
section #cursos a:hover {
    background-color: #2d2b2d;
}

@media (min-width: 768px) {
    section h1 {
        font-size: 48px;
    }
    section #cursos h2 {
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    section h1 {
        font-size: 36px;
    }
    section #cursos h2 {
        font-size: 24px;
    }
}

#modalFormacion img {
    max-width: 180px;
}
#modalFormacion .modal-body > button {
    color: white;
}
#modalFormacion .modal-content {
    background-color: #257338;
    color: white;
    text-align: center;
}
#modalFormacion .modal-content .form-control {
    border-color: transparent;
    border-radius: 0;
}
#modalFormacion .modal-content a {
    color: white;
}
#modalFormacion .modal-content a:hover {
    color: white;
    text-decoration: underline;
}
#modalFormacion .modal-content button {
    border-radius: 0;
}