
.card {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
}

.card-body button {
  width: 100%;
}
  
.card-header-title {
  text-align: center;
}
  
.btn-floating {
  background-color: rgba(255,255,255,.2);
}

.btn-pink {
  color: white;
  background-color: #e63a79;
}

.btn-pink:hover {
  background-color: #2b0d18;
}


.purple-gradient {
  background: -webkit-linear-gradient(50deg,#e63a79,#7873f5)!important;
  background: -o-linear-gradient(50deg,#e63a79,#7873f5)!important;
  background: linear-gradient(40deg,#e63a79,#7873f5)!important;
  border: none;
}

.card-wrapper {
    margin: 0;
    min-height: 500px;
    position: relative;
    -webkit-perspective: 800px;
    perspective: 800px;
}

.card-wrapper .back, .card-wrapper .front {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.card-wrapper .face {
    /* position: absolute; */
    width: 100%;
    height: 100%;
}

.card-wrapper .back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.testimonial-card .card-up {
  overflow: hidden;
  height: 250px;
  -webkit-border-top-left-radius: .25rem;
  border-top-left-radius: .25rem;
  -webkit-border-top-right-radius: .25rem;
  border-top-right-radius: .25rem;
}
.card-wrapper .card-up {
    height: 180px;
    overflow: hidden;
    /* background-color: #ec4a89; */
    /* background-image: url(img/fachada-academia.jpg);
    background-repeat: no-repeat;
    background-size: contain; */
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}
.card-wrapper .avatar {
    display: block;
    margin-top: -100px;
    overflow: hidden;
    width: 140px;
}

.testimonial-card .avatar img {
    width: 100%;
}
.card-wrapper .avatar img {
    border: 5px solid #fff;
    background: none repeat scroll 0 0 #fff;
    width: 100%;
}
.testimonial-card .card-body {
    text-align: center;
}

.card .btn-action {
    margin-top: -1.44rem;
    margin-bottom: -1.44rem;
}
.card .activator {
    position: absolute;
    right: 0;
    font-size: 1.2rem;
}

.btn-pink {
    background-color: #ec407a!important;
    color: #fff!important;
}
.pink-text {
    color: #e91e63!important;
}

.btn-dribbble {
    background-color: #ec4a89;
    color: #fff;
}
.btn-tw {
    background-color: #55acee;
    color: #fff;
}
.btn-fb {
    background-color: #3b5998;
    color: #fff;
}

.fb-ic {
  color: #3b5998!important;
}
.tw-ic {
  color: #55acee!important;
}
.gplus-ic {
  color: #dd4b39!important;
}
.li-ic {
  color: #0082ca!important;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.view .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.bg-gradient-secondary {
  background-color: rgba(0,0,0,.7);
}
.hr-light {
  border-top: 1px solid #fff;
}

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
html [type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}