.banner {
    background-color: #5EA5F7;
	background-image: url('../images/banners/Banner_Empleos.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
    min-height: 73vh;
    min-width: 100%;
}

.banner .title {
    color: #FFF;
}

h1, h2 {
    text-transform: uppercase;
}

h2 {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

h2, ul, ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.list {
    margin-left: 3rem;
}

.list li::marker {
    color: #004693;
}

.list li strong {
    color: #646469;
}

ul.list li {
    list-style-image: url('../images/2_arrow_4.png');
}

ol.list.alpha li {
    list-style-type: lower-alpha;
}

ol.list.numeric li {
    list-style-type: decimal;
}