.lazy-background.page-head-sm{
	background-image: url(../img/img-low/web.jpg);
	background-position: center;
}

.lazy-background.visible.page-head-sm{
	background-image: url(../img/web.jpg);
	background-position: center;
}

.head-link{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	
}

.page-head-container{
	max-width: 470px;
}


.head-link a{
	margin-right: 10px;
}

.web-content .web-item:first-child{
	border-right: 1px solid #dee2e6;
}

.img-web{
	flex-grow: 2;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.titular{
	background: #86CCCC;
	font-size: 50px;
	color: #fff;
	text-align: center;
	padding: 1em .5em;
}

.titular h2{
	font-size: 1em;
	margin: 0;
}

@media (max-width: 992px){
	.web-content .web-item:first-child{	border-right: none;}
	.web-content .web-item:first-child{	border-bottom: 1px solid #dee2e6; padding-bottom: 15px;}
}