.carousel-item {
		margin-top: 0px;
  height: 70vh;
  min-height: 400px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
	background: rgba(0,0,0,0.20);
		top: 180px;
	bottom: auto;
}
.lead {
	font-size:30px;
	font-weight: 400;
	text-shadow: 1px 1px #000;
}
.paragrafo {
	font-size:25px;
	font-weight: 800;
	text-shadow: 1px 1px #000;

}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

@media screen and (max-width:768px) {
.carousel-item {
	margin-top: 0px;
  height: 35vh;
  min-height: 40px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption {
	background: rgba(0, 0, 0, .15);
		top: 50px;
	bottom: auto;
}

.lead {
	font-size:18px;
	font-weight: 400;
	text-shadow: 1px 1px #000;
}
.paragrafo {
	font-size:15px;
	font-weight: 800;
	text-shadow: 1px 1px #000;
}
}




.profile-card-2 .card-img-block{
    float:left;
    width:100%;
    height:200px;
    overflow:hidden;
}
.profile-card-2 .card-body-2{
    position:relative;
	    margin:15px;

}
.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -55px;
  left: 11%;
  max-width: 90px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 600px) {
.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 17%;
  max-width: 90px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.card-body-2 {
	  position: absolute;

  top: -90px;
	
}
}
.profile-card-2 h5{
    font-weight:600;
    color:#CC00FF;
}
.profile-card-2 .card-text{
    font-weight:300;
    font-size:15px;
}
.profile-card-2 .icon-block{
    float:left;
    width:100%;
}
.profile-card-2 .icon-block a{
    text-decoration:none;
}
.profile-card-2 i {
  display: inline-block;
    font-size: 16px;
    color: #CC00FF;
    text-align: center;
    border: 1px solid #CC00FF;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin:0 5px;
}
.profile-card-2 i:hover {
  background-color:#CC00FF;
  color:#fff;
}
