.banner-fijo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
}

section.project_dev{
	padding-top: 24px;
	padding-bottom: 45px;
}

section.project_dev h2{
	font-family: 'IBMPlexSans';
	font-size: 22px;
	color: #003246;
	letter-spacing: 0.4px;
	line-height: 37px;
	margin-top: 3px;
}

section.project_dev h2.sub{
	margin-top: 21px;
}


.breadcum{
	margin-top:21px;
}

.breadcum span{
	font-family: 'IBMPlexSans-Light';
	font-size: 12px;
	color: #003246;
	letter-spacing: -0.11px;
	margin-right: 7px;
}
.slider-proyecto{
	margin-top:24px;
	position: relative;
}

.slider-proyecto .slider_prev{
	position: absolute;
	top:50%;
	left:0px;
	transform: translate(0,-50%);
	width:50px;
	height: 30px;
	
}

.slick-arrow{
	z-index: 2;
	text-align: center;
}

.slider-proyecto .slider_next{
	position: absolute;
	top:50%;
	right:0px;
	transform: translate(0,-50%);
	width:50px;
	height: 30px;
}

.slide-proyecto img{
	width: 100%;
}

section.project_dev .tabla_detalles{
	margin-top: 23px;
	margin-bottom: 17px;
}

section.project_dev .tabla_detalles th{
	padding-right: 22px;
	font-family: 'IBMPlexSans';
	font-size: 12px;
	color: #222221;
	letter-spacing: -0.11px;
	line-height: 15px;
	font-weight: normal;
}
section.project_dev .tabla_detalles td{
	font-family: 'IBMPlexSans-Light';
	font-size: 12px;
	color: #222221;
	letter-spacing: -0.11px;
	line-height: 15px;
}

section.project_dev h4{
	font-family: 'IBMPlexSans';
	font-size: 15px;
	color: #003246;
	letter-spacing: 0.26px;
	line-height: 21.6px;
	margin: 18px 0; 
}

section.project_dev li{
  font-family: 'IBMPlexSans-Light';
  font-size: 12px;
  color: #222221;
  letter-spacing: 0.26px;
  line-height: 21.6px;
}
section.project_dev ul{
  margin-bottom: 0px;
    margin-left: 10px;
    padding-left: 0px;
    list-style: none;
}
section.project_dev ul.list-services {
  margin-left: 15px;
}
section.project_dev li::before {
    content: "›";
    color: #222221;
    display: inline-block;
    width: 5px;
    margin-right: 10px;
}
section.project_dev li::before {
  margin-left: -15px;
}


@media (max-width: 767px) {
	.banner-fijo {
	    height: 490px;
	}
	.breadcum{
		margin-top:13px;
	}
	section.project_dev .tabla_detalles th{
		font-size: 14px;
		letter-spacing: -0.14px;
		line-height: 19px;
		vertical-align: top;
		font-weight: normal;
	}
	section.project_dev .tabla_detalles td{
		font-size: 14px;
		letter-spacing: -0.14px;
		line-height: 19px;
		vertical-align: top;
	}
	section.project_dev h4{
		font-family: 'IBMPlexSans';
		font-size: 15px;
		color: #003246;
		letter-spacing: 0.26px;
		line-height: 21.6px;
		margin: 0 0 18px; 
	}
}