.funcionalidades-tip{height: 500px; width: 100%;overflow: auto;}
.funcionalidades-tip a{display: inline;}
.tip-impar h1{background: #143640;color: #FFF;padding: 30px; margin-bottom: 30px}

.tip-par ul li{color: #FFF}
.tip-par .funcionalidades-tip{background: #143640;}
.tip-par h1{background: #FFF; color: #143640; padding: 30px; margin-bottom: 30px}
.tip-par p{color: #FFF}

.tc_modal p{padding: 0 30px;}

.tc_body {
  width: 100%;
  float: left;
  padding: 0;
}

.tc_card {
  float: left;
  list-style: none;
}

.tc_modal {
  height: 500px;
  max-width: 890px;
  position: fixed;
  background: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.tc_inner_modal {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}

.tc_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 99;
}

.tc_modal_open {
  overflow: hidden;
}

.tc_main_modal {
  z-index: 105;
  display: block;
  visibility: hidden;
}

.tc_modal.tc_straighten {
}


.tc_to_top {
  z-index: 101;
}

.tc_to_bottom {
  z-index: 102;
}

.tc_to_bottom.force {
}

.tc_to_left {
  z-index: 103;
}

.tc_to_right {
  right: auto;
  z-index: 104;
}


.tc_click_target {
  padding: 10px;
  display:block;
}

.tc_close {
  z-index: 110;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  font-weight: 100;
  line-height: 100%;
}

.tc_flip_toggle {
  z-index: 110;
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 24px;
  font-weight: 100;
  line-height: 100%;
}


.tc_entrance.tc_next {
  right: -100px;
  opacity: 0;
}

.tc_entrance.tc_prev {
  left: -100px;
  opacity: 0;
}

.tc_next, .tc_prev {
  position: fixed;
  background: white;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  color: #333;
  font-size: 44px;
  line-height: 100%;
  border-radius: 50px;
  display: block;
  width: 48px;
  padding: 10px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  opacity: 1;
  z-index: 9999;
}

.tc_next {
  right: -24px;
  text-indent: -16px;
}

.tc_prev {
  left: -24px;
  text-indent: 16px;
  z-index: 110;
  margin-left: 95px;
}

.tc_card.animate {
}

.tc_inner_card p{
    display: none;
}
/*
.tc_inner_card:hover {
  -webkit-transform: perspective(2200px) rotateY(25deg);
  -moz-transform: perspective(2200px) rotateY(25deg);
  -ms-transform: perspective(2200px) rotateY(25deg);
  -o-transform: perspective(2200px) rotateY(25deg);
  transform: perspective(2200px) rotateY(25deg);
}


.tc_inner_card.tilt_left:hover {
  -webkit-transform: perspective(2200px) rotateY(-25deg);
  -moz-transform: perspective(2200px) rotateY(-25deg);
  -ms-transform: perspective(2200px) rotateY(-25deg);
  -o-transform: perspective(2200px) rotateY(-25deg);
  transform: perspective(2200px) rotateY(-25deg);
}

.tc_inner_card.tilt_up:hover {
  -webkit-transform: perspective(2200px) rotateX(25deg);
  -moz-transform: perspective(2200px) rotateX(25deg);
  -ms-transform: perspective(2200px) rotateX(25deg);
  -o-transform: perspective(2200px) rotateX(25deg);
  transform: perspective(2200px) rotateX(25deg);
}

.tc_inner_card.tilt_down:hover {
  -webkit-transform: perspective(2200px) rotateX(-25deg);
  -moz-transform: perspective(2200px) rotateX(-25deg);
  -ms-transform: perspective(2200px) rotateX(-25deg);
  -o-transform: perspective(2200px) rotateX(-25deg);
  transform: perspective(2200px) rotateX(-25deg);
}

*/
.tc_entrance_bottom {
  -webkit-animation-name: tc_entrance_bottom;
  animation-name: tc_entrance_bottom;
}

@-webkit-keyframes tc_entrance_bottom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tc_entrance_bottom {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.tc_entrance_top {
  -webkit-animation-name: tc_entrance_top;
  animation-name: tc_entrance_top;
}


@-webkit-keyframes tc_entrance_top {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tc_entrance_top {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.tc_entrance_left {
  -webkit-animation-name: tc_entrance_left;
  animation-name: tc_entrance_left;
}


@-webkit-keyframes tc_entrance_left {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tc_entrance_left {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.tc_entrance_right {
  -webkit-animation-name: tc_entrance_right;
  animation-name: tc_entrance_right;
}


@-webkit-keyframes tc_entrance_right {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes tc_entrance_right {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

 .tip {
      display: none;
    }

    .tc_modal {
      width: auto;
      padding-bottom: 50px; 
    }
    
    .tc_inner_modal .tc_front {
      min-height: 300px;
    }
    
    .tc_inner_modal .tc_front h1 {
      margin-top: 20px;
      font-size: 32px;
      text-align: left;
      margin-bottom: 35px;
    }
    
    .tc_inner_modal .tc_front p {
      text-align: left;
      min-height: 70px;
      font-size: 24px;
      line-height: 180%;
    }
    .tc_next, .tc_prev {
      line-height: 90%;
    }
    
    @media (max-width:768px) {
        .tc_prev{
            margin-left: 0;
        }
    }    
    