.about-body {
    padding-bottom: 160px;
    padding-top: 40px;
    background-color: rgb(225,225,225);
}

.carousel{
	width:100%;	
	height:100%;
	min-height:500px;
	max-height:700px;
}

.slider {
	float: left;
	width:100%;	
	max-width:700px;
	min-width:500px;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 0;
}

.slider li {
	display: block;
	position: absolute;
}

.slider-back{
	width: 100%;
	height: 100%;
	background-image: url(../images/friends/friends_mateenglaciar.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.slider-back2{
	width: 100%;
	height: 100%;
	background-image: url(../images/friends/friends_glaciar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-back3{
	width: 100%;
	height: 100%;
	background-image: url(../images/friends/friends_esquies.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-back4{
	width: 100%;
	height: 100%;
	background-image: url(../images/friends/friends_bandera.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slider-back5{
	width: 100%;
	height: 100%;
	background-image: url(../images/friends/friends_amigos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.description-friends{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height:22px;
	color: #797b7d;
	padding-right: 90px;
	padding-left: 90px;
}

.text-friends{
	min-width:500px;
	max-width: 700px;
	padding-top:40px;
	background-color:white;
}

.title{
	padding-bottom: 20px;
}

@media (min-width: 1280px) and (max-width: 1500px){
	.description-friends{
		line-height: 35px;
	}
	
}

@media (min-width: 1501px){
	.description-friends{
		line-height: 35px;
	}
	
}