div.height-middle {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/*---------------------------------------------- Properties Section --------------------------------------------*/
section.properties {
    margin-top: 40px;
    margin-bottom: 40px;
}
section.properties .property {
    float: left;
    text-align: center;
    padding-right: 32px;
    padding-left: 32px;
}
section.properties .time, section.properties .result, section.properties .duration, section.properties .anesthesia.field {
    border-right-color: #adadad;
	border-right-style: dotted;
	border-right-width: 1px;
}
section.properties .property span {
    display: block;
}
section.properties .property span.icon {
    margin-bottom: 12px;
}
section.properties .property span.text, section.properties .property span.required {
    margin-bottom: 2px;
}
section.properties .property span.icon i {
    font-size: 17px;
    color: #81a095;
}
section.properties .property span.text {
   font-weight: 500;
    font-size: 13px;
}
section.properties .property span.required {
    font-size: 17px;
}
/*----- / Properties Section ------*/



/*---------------------------------------------- Services Section --------------------------------------------*/
/*section.services {
    background-color: #f7f7f7;
    padding-top: 96px;
    padding-bottom: 96px;
}*/
section.services .heading h1.title, section.message .heading h1.title, section.featured .heading h1.title, section.map .heading h1.title {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}
section.services .list .box {
    width: 100%;
    float: left;
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 80px;
    padding-left: 0px; /* izquierda imagen */
}
section.services .list .box .information {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: -80px;
    background-color: #303030;
}
section.services .list .box .information a {
    text-align: center;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}
section.services .list .box .inside {
    position: relative;
}
section.services .list .box .features {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.56);
}
section.services .list .box .properties, section.services .list .box .height-middle {
    height: 100%;
}
section.services section.properties .property span.icon i {
    color: #adadad;
}
section.services section.properties .property span.text{
    font-size: 11px;
    line-height: 11px;
    font-weight: 400;
    color: #FFF;
}
section.services section.properties .property span.required {
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    color: #bfbfbf;
}
section.services section.properties div.height-middle {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
}
section.services section.properties .property {
    width: 50%;
    height: 50%;
    padding-right: 0;
    padding-left: 0;
}
section.services section.properties {
    margin-top: 1px;
    margin-bottom: 0;
}
section.services section.properties .time, section.services section.properties .result, section.services section.properties .duration, section.services section.properties .anesthesia.field {
	border-right-width: 0;
}
section.services section.properties .property.field {
	width: 33.33%;
}
section.services section.properties .property span.icon {
    margin-top: 12px;
    margin-bottom: 3px;
}
section.services section.properties .property span.text, section.services section.properties .property span.required {
    margin-bottom: 0;
}
section.services .linkage {
    margin-top: 56px;
}
section.services .linkage h3.extra {
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}
section.services .linkage p {
    text-align: center;
}
/*----- / Services Section ------*/



