.news-btn {
       display: inline-block;
    text-align: center;
    color: #00a1ad;
    margin: 0 auto;
    padding: 0rem 1rem;
    border-radius: 4px;
    margin: 1rem auto;
    bottom: 0;
    position: absolute;
    left: 10px;
    z-index: 10;
    transition: all .3s;
}
.news-btn:hover{
     color: #fff!important;
    transition: all .3s
}
.news-img img {
  object-fit: fill;
}
.news-container .col-sm-4:nth-child(1) .news-img:nth-child(1) img,
.news-container .col-sm-4:nth-child(3) .news-img:nth-child(1) img {
  width: 380px;
  height: 450px;
}
.news-container .col-sm-4:nth-child(1) .news-img:nth-child(2) img,
.news-container .col-sm-4:nth-child(3) .news-img:nth-child(2) img {
  width: 380px;
  height: 300px;
}
.news-container .col-sm-4:nth-child(2) .news-img:nth-child(2) img {
  width: 380px;
  height: 430px;
}
.news-img h5 {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 80px;
    right: 0;
    color: white;
    vertical-align: middle;
    padding-top: 1rem;
    height: 30px;
    padding-right: 10px;
    overflow: hidden;
    line-height: 2rem;
    z-index: 10;
}
.news-img h5:before{
    height: 90%;
    width: 5px;
    background: #00a1ad;
    position: absolute;
    top: 20%;
    right: 0;
    content: "";
    z-index: 10;
}
.news-img p {
     position: absolute;
    content: "";
    width: 100%;
    bottom: 30px;
    right: 0;
    color: white;
    vertical-align: middle;
    padding-right: 10px;
    height: 40px;
    overflow: hidden;
    z-index: 10;
}
.news-img{
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}
.news-img:after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: .3;
    overflow: hidden;
}
.news-img:before {
    position: absolute;
    content: "";
    background-color: #000;
    width: 100%;
    height: 120px;
    bottom: 0;
    right: 0;
    opacity: .5;
    overflow: hidden;
}
.news-hospital{
    margin-bottom: 3rem;
}
.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.cuadro_intro_hover:hover .caption{
		opacity: 1; bottom:100%;
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		bottom:50px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
	}
	.cuadro_intro_hover .blur{
		background-color: rgba(0,0,0,0.7);
		z-index: 5;
		position: absolute;
		width: 100%;
		height: 100vh;
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		text-align: center;
		top:-20px;
		width: 100%;
	}
