.banner {
    background-color: #5EA5F7;
	background-image: url('../images/banners/Banner_Nuestros_Servicios.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
    min-height: 73vh;
    min-width: 100%;
}

.banner .title, .banner .subtitle {
    color: #FFF;
}

.banner .subtitle {
    font-size: 16pt;
}

.banner .subtitle:not(:first-child) {
    border-left: 1px solid #FFF;
    padding-left: 1rem !important;
}

ul.list li {
    list-style-image: url('../images/2_arrow_w.png');
    margin-bottom: 12px;
	margin-top: 12px;
    color: #FFF;
}

ul.list li a {
    display: block;
}

ul.list li:hover, div.subtitle:hover {
    cursor: pointer;
}