/* Estilos específica para la web protonterapia */

.currentContent:not(.pro-tit) .contentHeader .contentMainTitle,
.prot-contacto .contentHeader .contentMainTitle,
.prot-img-full-w .contentHeader .contentMainTitle{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.has-content-gallery{
	margin-bottom:30px;
}

@media (max-width: 992px) {
	.prot-list-counter .cmBodyAbstractContentChildrens ul.cmContentList>li .box-item .content-tit {
	    width: 240px;
	
	}
	.prot-list-counter .cmBodyAbstractContentChildrens ul.cmContentList>li:nth-child(2n+2) .box-item .content-tit {
	    text-align: right;
	}
}