.header-home-sys{
    background-image: url('header.jpg');
    background-size: 100% 100%;
}

nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

nav li:hover{
    border-bottom: 1px solid rgb(45, 117, 218);
    cursor: pointer;
}

footer{
    background-color: #6592c3;
    color: aliceblue;
}

.map-col{
    width: 80%;
    height: 100%;
    min-height: 600px;
}

nav li a{
    font-weight: 400 !important;
    color: #415263 !important;
}

.btn-ing{
    width: 100%;
}

.home-content{
    width: 100%;
    padding: 10px 0px;
    margin: 0 !important;
}

.item-s{
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-s img{
    padding: 3px;
    max-width: 90px;
}

.title-card{
    background-color: #3667ab;
    text-align: center;
}

.noticias-layout{
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
}

#slider { 
	float: left;
	position: relative;
	overflow: hidden;
	width: 280px; 
	height: 200px; 
	border: 3px solid #747474;
	border-radius: 40px;
	margin: 0 auto;
	padding: 0;
}
#slider > div {
	top:0;
	left:0;
	text-align:center;
}
#slider img {
	/*width:100%;*/
	vertical-align:middle;
	margin:0;
	padding:10; 
	border:0;
}
#slider p {
	position: absolute;
	bottom: 30px;
	left: 0;
	display: block;
	width: 250px;
	height: 24px;
	margin:0;
	padding: 0px 0;
	color:#FFFFFF;
	background: #990000;
	font-size: 18px;
	line-height:22px; 
	text-align:center;
}


