.produto{
	padding: 10px;
	transition: all 0.4s ease;
	cursor: pointer;
}
.produto h4{
	font-size: 15px;
	height: 50px;
}
.produto:hover{
	background: #F0F0F0 none repeat scroll 0% 0%;
	border-radius: 2px;
}
.secarea .fa-chevron-right{
	font-size: 8px;
}
.produto {
	border: 1px solid #0ba389;
}
.produto img{
	transition: all 0.4s ease;
	border: 1px solid #FFF;
}
.produto:hover img{
	border: 1px solid #ddd;
}
.page-section.breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
.boxed .breadcrumbs > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.breadcrumbs .breadcrumb {
  position: relative;
  padding: 20px 0 20px 0;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
}
.breadcrumbs .breadcrumb li {
  margin-bottom: 10px;
}
.breadcrumbs .breadcrumb > li + li:before {
  content: '\f105 ';
  font-family: 'FontAwesome';
  margin: 0px 5px; 
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb>.active {
    color: #777;
}
.widget-categories li {
  line-height: 30px;
}
.widget-categories li + li {
  margin-top: 10px;
}
.widget-categories a {
  display: block;
  padding: 6px 12px;
  background-color: #eeeeee;
  color: #3c3c3c;
}
.widget-categories li.active a,
.widget-categories a:hover {
  background-color: #3c3c3c;
  color: #ffffff;
}
.widget-categories small {
  float: right;
}
.widget-categories ul.children {
  font-size: 13px;
  line-height: 15px;
  text-transform: none;
  margin-top: 5px;
  padding-left: 15px;
}
.widget-categories ul.children li {
  margin-top: 0;
}
.widget-categories ul.children a {
  color: #555555 !important;
  margin-right: 0;
  line-height: 1 !important;
  background: transparent !important;
}
.widget-categories ul.children a:hover {
  color: #3c3c3c !important;
}
.widget-categories .count {
  float: right;
  font-size: 12px;
  margin-right: 2px;
}
.widget-categories .arrow {
  float: right;
  color: #555555;
  width: 17px;
  height: 17px;
  cursor: pointer;
  text-align: center;
  margin-top: 7px;
  margin-right: 10px;
}
.widget-categories .arrow .fa {
  font-size: 17px;
  line-height: 14px;
}
/* 3.12 - Thumbnails / Features
/* ========================================================================== */
.thumbnail {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
}
.thumbnail.hover,
.thumbnail:hover {
  border: solid 1px #3c3c3c;
}
.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
  border: none;
}
.thumbnail.no-padding {
  padding: 0;
}
.row.thumbnails {
  margin-top: -30px;
}
.row.thumbnails .thumbnail {
  margin-top: 30px;
}
.row.thumbnails.no-padding {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.row.thumbnails.no-padding [class*='col-'] {
  padding: 0;
}
.row.thumbnails.no-padding .thumbnail {
  margin-top: 0;
}
.row.blocks {
  margin-top: -30px;
}
.row.blocks + .blocks {
  margin-top: 0;
}
.row.blocks .block {
  margin-top: 30px;
}
/* Thumbnail Media/Image
 * -------------------------------------------------------------------------- */
.thumbnail .media {
  overflow: hidden;
  position: relative;
}
.thumbnail .media:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.thumbnail.hover .media:after,
.thumbnail:hover .media:after {
  opacity: 0.1;
}
.thumbnail .media img {
  max-width: 100%;
  width: 100%;
}
/* fix animation bug */
.thumbnail .media.img-circle,
.thumbnail.hover .media.img-circle,
.thumbnail:hover .media.img-circle {
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
/* Thumbnail caption
 * -------------------------------------------------------------------------- */
.thumbnail {
  border-radius: 0;
  overflow: hidden;
}
.thumbnail .caption {
  padding: 20px 0 0 0;
  overflow: hidden;
  font-size: 14px;
}
.thumbnail .caption + .caption {
  padding-top: 10px;
}
.thumbnail .caption.no-padding-top {
  padding-top: 0;
}
.thumbnail .caption.no-padding-bottom {
  padding-bottom: 0;
}
.thumbnail .caption.hovered {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  background-color: transparent;
  background-color: rgba(60, 60, 60, 0.6);
  color: #ffffff;
  opacity: 0;
  z-index: 10;
}
.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
  opacity: 1;
}
.caption-wrapper {
  width: 100%;
}
/* Caption elements
 * -------------------------------------------------------------------------- */
.caption-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 0 0 0;
  color: #0d1d31;
}
.hovered .caption-title {
  color: #ffffff;
}
.caption-buttons {
  margin-bottom: 0;
}
.caption-buttons .btn {
  color: #ffffff;
  font-size: 30px;
}
.caption-category {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 14px;
  color: #3c3c3c;
}
.caption-read-more {
  font-size: 12px;
  color: #3c3c3c;
  text-decoration: underline;
}
.caption-read-more:hover {
  color: #000000;
}
/* --------------------------------------------------------------------------
 * Thumbnail type
 * -------------------------------------------------------------------------- */
.thumbnails.features .thumbnail .caption.hovered,
.thumbnails.features .thumbnail.hover .caption.hovered,
.thumbnails.features .thumbnail:hover .caption.hovered {
  opacity: 1;
  background-color: #3c3c3c;
}
.thumbnails.features .thumbnail .caption.hovered {
  top: 100%;
  bottom: auto;
  margin-top: -50px;
}
.thumbnails.features .thumbnail.hover .caption.hovered,
.thumbnails.features .thumbnail:hover .caption.hovered {
  top: 0%;
  bottom: auto;
  margin-top: 50px;
}
.thumbnails.features .caption-title {
  margin-bottom: 7px;
}
.thumbnails.features .caption-view {
  position: relative;
  color: #ffffff;
}
.thumbnails.features .caption-view i.dot {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -5px;
}
.thumbnails.features .caption-view i.dot:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #ffffff;
}
.thumbnails.features .caption-view a {
  position: relative;
  text-transform: uppercase;
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
  color: #ffffff;
}
.thumbnails.category {
  border: solid 1px transparent;
}
.thumbnails.category .thumbnail .new {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #3c3c3c;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.category .thumbnail.hover .new {
  opacity: 0;
  top: -80px;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view {
  margin-bottom: 0;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view a {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.thumbnails.category .thumbnail .caption.hovered .caption-view a:hover {
  background-color: #ffffff;
  color: #3c3c3c;
}
.thumbnails.category .thumbnail > .caption {
  background-color: #3c3c3c;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0%;
  padding: 10px 15px;
}
.thumbnails.category .thumbnail > .caption .caption-title {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.category .thumbnail.hover > .caption {
  opacity: 0;
  bottom: -100%;
}
.thumbnails.latest-products-alt {
  border: solid 1px transparent;
}
.thumbnails.latest-products-alt .thumbnail .new {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #3c3c3c;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.latest-products-alt .thumbnail.hover .new {
  opacity: 0;
  top: -80px;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view {
  margin-bottom: 0;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view a {
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view a:hover {
  background-color: #ffffff;
  color: #3c3c3c;
}
.thumbnails.latest-products-alt .thumbnail > .caption {
  position: relative !important;
  opacity: 1 !important;
  bottom: auto !important;
  text-align: center !important;
  padding: 15px 15px 0 15px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-title {
  color: #333333;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-title {
  float: none;
}
.thumbnails.latest-products-alt .thumbnail > .caption .rating {
  display: inline-block;
  margin: 10px auto 0 auto;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices {
  margin-top: 5px;
  float: none;
  line-height: 1;
  color: #808080;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices .base {
  font-size: 17px;
  font-weight: normal;
}
.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices .price {
  font-size: 17px;
  font-weight: bold;
  color: #3c3c3c;
}
.thumbnails.latest-products-alt .thumbnail > .caption .buttons {
  margin-top: 15px;
  margin-left: -5px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .buttons .btn-theme {
  padding: 10px 12px;
  margin-left: 5px;
  font-size: 11px;
  line-height: 12px;
}
.thumbnails.latest-products-alt .thumbnail > .caption .btn-wish-list,
.thumbnails.latest-products-alt .thumbnail > .caption .btn-compare {
  opacity: 0;
}
.thumbnails.latest-products-alt .thumbnail.hover > .caption .btn-wish-list,
.thumbnails.latest-products-alt .thumbnail.hover > .caption .btn-compare {
  opacity: 1;
}
.thumbnails.latest-products .caption-prices {
  float: right;
  margin-left: 10px;
  line-height: 1;
  color: #ffffff;
}
.thumbnails.latest-products .caption-prices .base {
  font-size: 11px;
  font-weight: normal;
}
.thumbnails.latest-products .caption-prices .price {
  font-size: 17px;
  font-weight: bold;
}
.thumbnails.latest-products .thumbnail > .caption .caption-title {
  text-align: left;
}
.thumbnails.reviews {
  border: solid 1px transparent;
  margin-top: -1px !important;
}
.thumbnails.reviews .thumbnail .media:after {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(9, 9, 9, 0.7);
}
.thumbnails.reviews .thumbnail .caption.hovered {
  text-align: left;
  background-color: #3c3c3c;
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-title {
  font-family: 'Montserrat', cursive;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 2px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .thumbnails.reviews .thumbnail .caption.hovered .caption-title {
    font-size: 14px;
  }
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-text {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .8;
}
.thumbnails.reviews .thumbnail .caption.hovered .caption-text:before {
  content: '';
  display: inline-block;
  line-height: 1px;
  width: 40px;
  margin-right: 10px;
  height: 1px;
  margin-bottom: 4px;
  border-top: solid 1px #ffffff;
}
.thumbnails.reviews .thumbnail > .caption {
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0%;
}
.thumbnails.reviews .thumbnail > .caption .caption-title {
  margin-bottom: 5px;
  color: #ffffff;
}
.thumbnails.reviews .thumbnail > .caption .caption-text {
  margin-bottom: 0;
  color: #ffffff;
  opacity: .8;
}
.thumbnails.reviews .thumbnail > .caption .caption-text:before {
  content: '';
  display: inline-block;
  line-height: 1px;
  width: 40px;
  margin-right: 10px;
  height: 1px;
  margin-bottom: 4px;
  border-top: solid 1px #ffffff;
}
@media (max-width: 767px) {
  .shop-sorting {
    margin-bottom: 15px;
  }
}
.shop-sorting .form-inline {
  padding-top: 5px;
}
.shop-sorting label {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  vertical-align: top;
  color: #3c3c3c;
}
.shop-sorting .form-group {
  margin-right: 10px;
}
@media (min-width: 480px) {
  .shop-sorting .form-group {
    display: inline-block;
  }
}
.with-sidebar .shop-sorting .form-inline {
  padding-top: 0;
  margin-top: -10px;
}
.with-sidebar .shop-sorting .form-group {
  margin-top: 10px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons {
  margin-top: -30px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .btn {
  font-size: 10px;
  line-height: 1;
  background-color: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
  padding: 10px 20px;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .btn:hover {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #3c3c3c;
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .caption-view-more {
  margin-bottom: 10px;
  clear: both;
  
	transition: all 0.4s ease;
  transform: translate(-100%, 0);
}
.thumbnails.products .thumbnail .caption.hovered .caption-buttons .caption-add-to-cart {
  transform: translate(100%, 0);
}
.thumbnails.products .thumbnail.hover .caption.hovered .caption-view-more {
  margin-bottom: 10px;
  clear: both;
  transform: translate(0%, 0%);
}
.thumbnails.products .thumbnail.hover .caption.hovered .caption-add-to-cart {
  transform: translate(0%, 0%);
}
.thumbnails.products .thumbnail > .caption {
  background-color: #3c3c3c;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0%;
  padding: 10px 15px;
}
.thumbnails.products .thumbnail.hover > .caption {
  opacity: 0;
  bottom: -100%;
}
.thumbnails.products .thumbnail > .caption.after-media {
  background-color: transparent;
  bottom: -100%;
  opacity: 0;
  z-index: 10;
}
.thumbnails.products .thumbnail.hover > .caption.after-media {
  bottom: 0%;
  opacity: 1;
}
.thumbnails.products .caption-title {
  color: #ffffff;
  text-align: center;
  font-size: 17px;
  line-height: 1;
}
.thumbnails.products .caption-read-more {
  margin-bottom: 0;
  text-align: center;
}
.thumbnails.products .caption-read-more .btn {
  padding: 6px 9px;
  font-size: 10px;
  line-height: 1;
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.thumbnails.products .caption-read-more .btn:hover {
  background-color: #ffffff;
  color: #3c3c3c;
}
.thumbnails.products .thumbnail .caption-price {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 17px;
  text-align: center;
  text-transform: uppercase;
  line-height: 70px;
  background-color: #3c3c3c;
  color: #ffffff;
  opacity: 1;
}
.thumbnails.products .thumbnail.hover .caption-price {
  opacity: .3;
  top: -20px;
}
.products.list .thumbnail + .thumbnail {
  margin-top: 30px;
}
.products.list .thumbnail .caption {
  padding-top: 0;
}
.products.list .thumbnail .caption-title {
  margin-bottom: 15px;
  color: #333333;
  text-align: left;
}
@media (max-width: 991px) {
  .products.list .thumbnail .caption-title {
    margin-top: 15px;
  }
}
.products.list .thumbnail .rating {
  display: inline-block;
}
.products.list .thumbnail .reviews {
  color: #333333;
}
.products.list .thumbnail .reviews:hover {
  color: #3c3c3c;
}
.products.list .thumbnail .overflowed {
  margin-top: 5px;
}
.products.list .thumbnail .availability {
  float: left;
}
.products.list .thumbnail .availability strong {
  color: #3c3c3c;
}
.products.list .thumbnail .price {
  float: right;
  margin-bottom: 0;
}
.products.list .thumbnail .price ins {
  color: #3c3c3c;
  text-decoration: none;
  font-weight: bold;
}
.products.list .thumbnail .price del {
  color: #999999;
}
.products.list .thumbnail .caption-buttons {
  margin-top: 0 !important;
}
.products.list .thumbnail .caption-view-more {
  margin-bottom: 0 !important;
  transform: translate(0, 0) !important;
}
.products.list .thumbnail .caption-text {
  font-size: 14px;
  line-height: 18px;
  padding: 15px 0;
  margin: 15px 0;
  border-top: solid 1px rgba(51, 51, 51, 0.1);
  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
}
.products.list .thumbnail .btn-wish-list {
  margin-left: 10px;
  margin-right: 0;
  opacity: 0;
}
.products.list .thumbnail .btn-compare {
  margin-left: 10px;
  margin-right: 0;
  opacity: 0;
}
.products.list .thumbnail.hover .btn-wish-list,
.products.list .thumbnail.hover .btn-compare {
  opacity: 1;
}
/* Portfolio */
.thumbnails.portfolio {
  border: solid 1px transparent;
}
.thumbnails.portfolio .hovered .caption-title,
.thumbnails.portfolio .hovered .caption-title a {
  color: #ffffff;
}
.thumbnails.portfolio .hovered .caption-buttons {
  margin-bottom: 0;
  margin-top: 10px;
}
.thumbnails.portfolio .hovered .caption-buttons .btn {
  color: #ffffff;
  border-color: #ffffff;
  margin: 0 5px;
  padding: 8px 12px;
  font-size: 14px;
}
.thumbnails.portfolio .hovered .caption-category,
.thumbnails.portfolio .hovered .caption-category a {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 14px;
  color: #ffffff;
}
.thumbnails.portfolio .thumbnail > .caption {
  text-align: center;
  padding: 0;
  margin-top: 10px;
}
.thumbnails.portfolio .thumbnail > .caption .caption-title {
  margin-top: 0;
  margin-bottom: 0;
}
.thumbnails.portfolio .thumbnail > .caption .caption-category {
  margin-bottom: 0;
}
.project-overview h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.project-details h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.project-details .dl-horizontal dt {
  text-align: left;
  padding-bottom: 5px;
}
.project-details .dl-horizontal dt {
  color: #3c4547;
  width: 90px;
  padding-bottom: 5px;
}
.project-details .dl-horizontal dd {
  position: relative;
  margin-left: 110px;
}
.shop-info-banners .block {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #3c3c3c;
  background-color: #3c3c3c;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block .fa {
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block .media-heading {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-info-banners .block:hover {
  color: #3c3c3c;
  border: solid 1px #3c3c3c;
  background-color: #ffffff;
}
.shop-info-banners .block:hover .fa {
  color: #3c3c3c;
}
.shop-info-banners .block:hover .media-heading {
  color: #3c3c3c;
}
/* Thumbnail banner
/* ========================================================================== */
@media (max-width: 991px) {
  .thumbnail.thumbnail-banner {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
  }
}
.thumbnail.thumbnail-banner + .thumbnail.thumbnail-banner {
  margin-top: 30px;
}
.thumbnail.thumbnail-banner .media-link {
  text-align: left;
}
.thumbnail.thumbnail-banner .caption {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}
.thumbnail.thumbnail-banner .caption-wrapper {
  padding: 15px;
}
.col-md-3 .thumbnail.thumbnail-banner .caption-inner {
  padding: 15px 2px;
}
.thumbnail.thumbnail-banner .caption-title,
.thumbnail.thumbnail-banner .caption-sub-title {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  color: #222222;
}
.thumbnail.thumbnail-banner .caption-title span,
.thumbnail.thumbnail-banner .caption-sub-title span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #3c3c3c;
  color: #ffffff;
}
.col-md-3 .thumbnail.thumbnail-banner .caption-sub-title span {
  padding: 8px 7px;
}
.thumbnail.thumbnail-banner .btn {
  margin-top: 10px;
}
.thumbnail.thumbnail-banner .btn-theme {
  border-color: #222222;
  background-color: #222222;
}
.thumbnail.thumbnail-banner .media {
  background-color: #000000;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.thumbnail.thumbnail-banner .media {
  height: 430px;
}
.thumbnail.thumbnail-banner.third .media {
  height: 400px;
}
.thumbnail.thumbnail-banner.half .media {
  height: 200px;
}
@media (max-width: 480px) {
  .thumbnail.thumbnail-banner .media {
    height: 200px;
  }
}
.thumbnail.thumbnail-banner .move {
  position: relative;
  z-index: 1;
  margin-left: -20%;
  margin-top: -10%;
  -webkit-transition: left 0.5s ease-out, top 0.5s ease-out;
  -moz-transition: left 0.5s ease-out, top 0.5s ease-out;
  -ms-transition: left 0.5s ease-out, top 0.5s ease-out;
  -o-transition: left 0.5s ease-out, top 0.5s ease-out;
  transition: left 0.5s ease-out, top 0.5s ease-out;
}
.thumbnail.thumbnail-banner img {
  top: 10%;
  left: 9%;
  height: auto;
  position: absolute;
  opacity: .5;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.88);
  -moz-transform: scale(0.88);
  -ms-transform: scale(0.88);
  -o-transform: scale(0.88);
  transform: scale(0.88);
  -webkit-transition: -webkit-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -moz-transition: -moz-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -ms-transition: -ms-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  -o-transition: -o-transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
  transition: transform 4s cubic-bezier(0.81, 0, 0.22, 1), opacity 0.5s ease-out;
}
.thumbnail.thumbnail-banner .media:hover .move {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.thumbnail.thumbnail-banner .media:hover img {
  opacity: 1;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
/* Thumbnail transition
 * -------------------------------------------------------------------------- */
.thumbnail .media,
.thumbnail .media:after,
.thumbnail .media:before,
.thumbnail.hover .media,
.thumbnail:hover .media,
.thumbnail.hover .media:after,
.thumbnail:hover .media:after,
.thumbnail.hover .media:before,
.thumbnail:hover .media:before,
.thumbnail .media img,
.thumbnail.hover .media img,
.thumbnail:hover .media img,
.thumbnail .media .fa,
.thumbnail.hover .media .fa,
.thumbnail:hover .media .fa,
.thumbnail .caption-title,
.thumbnail.hover .caption-title,
.thumbnail:hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail.hover .caption-link,
.thumbnail:hover .caption-link,
.thumbnail .caption-category,
.thumbnail.hover .caption-category,
.thumbnail:hover .caption-category,
.thumbnail .caption-price,
.thumbnail.hover .caption-price,
.thumbnail:hover .caption-price,
.thumbnail .caption,
.thumbnail.hover .caption,
.thumbnail:hover .caption,
.thumbnail .new,
.thumbnail.hover .new,
.thumbnail:hover .new {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtrable {
  display: inline-block;
  margin-bottom: 20px;
}
.filtrable li {
  /*float: left;*/
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.filtrable a {
  display: block;
  border: solid 1px #555555;
  background-color: transparent;
  color: #555555;
  padding: 10px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtrable a:hover {
  border: solid 1px #3c3c3c;
  background-color: #3c3c3c;
  color: #ffffff;
}
.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover {
  border: solid 1px #3c3c3c;
  background-color: #3c3c3c;
  color: #ffffff;
}
@media (min-width: 480px) and (max-width: 767px) {
  .col-xsp-4,
  .col-xsp-6,
  .col-xsp-8 {
    float: left;
  }
  .col-xsp-4 {
    width: 33.33333333%;
  }
  .col-xsp-6 {
    width: 50%;
  }
  .col-xsp-8 {
    width: 66.66666667%;
  }
  .col-xsp-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-right-md {
    text-align: right;
  }
  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-center-sm {
    text-align: center;
  }
}
.text-uppercase {
  text-transform: uppercase;
}
.margin-top {
  margin-top: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}
.clear {
  clear: both;
}
.vhidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.overflowed {
  overflow: hidden;
  position: relative;
}
.relative {
  position: relative;
}
/*[data-animation],*/
.animated {
  visibility: hidden;
  -webkit-animation-duration: .65s;
  animation-duration: .65s;
  /*-webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}
.animated .fa {
  visibility: hidden;
}
.animated .animated .fa {
  visibility: hidden;
}
@media (max-width: 991px) {
  .animated,
  .animated .animated,
  .animated .fa,
  .animated .animated .fa {
    /* Disable animation on small devices */
    visibility: visible;
    -webkit-animation-name: animation-off;
    animation-name: animation-off;
  }
}
.vhidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.visible .fa {
  visibility: visible;
}
.visible .visible .fa {
  visibility: visible;
}
.div-table,
.div-cell {
  height: 100% !important;
  display: table !important;
}
.div-cell {
  display: table-cell !important;
  vertical-align: middle !important;
  float: none !important;
}
.div-table.full-width {
  width: 100%;
}
.row.div-table {
  margin: 0;
}
@media (max-width: 767px) {
  .row.div-table .div-cell {
    display: block !important;
  }
}
.div-cell.va-top {
  vertical-align: top !important;
}
.div-cell.va-bottom {
  vertical-align: bottom !important;
}
.div-cell.padding-top {
  padding-top: 15px;
}
.div-cell.padding-bottom {
  padding-top: 15px;
}
.inline-block {
  display: inline-block !important;
}
/* Remove firefox dotted line
 * -------------------------------------------------------------------------- */
a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
  outline: 0 !important;
}
/* 3.10 - Pagination / Pager
/* ========================================================================== */
.pagination-wrapper {
  border-top: solid 1px #eeeeee;
  margin-top: 50px;
  padding-top: 50px;
}
.pagination {
  margin: 0;
}
.pagination > li > a {
  background-color: #eeeeee;
  color: #3c3c3c;
  margin: 0 10px 0 0;
  padding: 7px 15px 7px 15px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0;
  background-color: #eeeeee;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
  background-color: #eeeeee;
}
.pagination > li > a,
.pagination > li > span {
  border: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #3c3c3c;
  color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: #eeeeee;
}
ul.pagination li{
  display: inline;
}
.logo img{
  height: 90px;
  transition: all 0.4s ease;
  max-width: initial;
}

.slidermar {
  margin-top: 0px;
}

.top_nav .tpbut, .top_nav .tpbut .fa {
  background: #008CE4;
  color: #fff;
}
.top_nav .tpbut:hover {
  background: #008CE4;
}
.tpbut{
  background: #008CE4;
  color: #fff; 
}
/*.modal.fade {*/
    /*top: -175% !important;*/
  /*}*/
  .post-excerpt li {
list-style-type: disc;
list-style-position: outside;
font-weight: 400;
}
<style type="text/css">
        /*    --------------------------------------------------
    :: Login Section
    -------------------------------------------------- */
    #login {
        padding-top: 0px
    }
    #login .form-wrap {
        width: 30%;
        margin: 0 auto;
    }
    .modal-title {
        color:  #008CE4;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 5px;
    }
    #login .form-group {
        margin-bottom: 25px;
   
    }
    #login .checkbox {
        margin-bottom: 20px;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }
    #login .checkbox.show:before {
        content: '\e013';
        color: #1fa67b;
        font-size: 17px;
        margin: 1px 0 0 3px;
        position: absolute;
        pointer-events: none;
        font-family: 'Glyphicons Halflings';
    }
    #login .checkbox .character-checkbox {
        width: 25px;
        height: 25px;
        cursor: pointer;
        border-radius: 3px;
        border: 1px solid #ccc;
        vertical-align: middle;
        display: inline-block;
    }
    #login .checkbox .label {
        color: #6d6d6d;
        font-size: 13px;
        font-weight: normal;
    }
    #login .btn.btn-custom {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #login .forget {
        font-size: 13px;
        text-align: center;
        display: block;
    }
/*    --------------------------------------------------
    :: Inputs & Buttons
    -------------------------------------------------- */
    .form-control {
        color: #212121;
    }
    .btn-custom {
        color: white;
        background-color:  #008CE4;
    }
    .btn-custom:hover,
    .btn-custom:focus {
        color: #fff;
    }
    #footer {
        color: #6d6d6d;
        font-size: 12px;
        text-align: center;
    }
    #footer p {
        margin-bottom: 0;
    }
    #footer a {
        color: inherit;
    }
    .modal-dialog {
    width: 100%;
}
    .modal-footer {
        height: 70px;
        margin: 0;
    }
  .section-title {
    font-family: 'Open Sans' !important;
    text-transform: uppercase !important;
    color: #191647 !important;
}
  .footer .secarea {
    padding: 35px 0px 37px 0px;
}
.copyrights {
    float: left;
    width: 100%;
    padding: 23px 0px;
    font-size: 13px;
}
.fa-star,.fa-star-half-o{
color: yellow;
}
.img-logo-index{
  margin-bottom: -20px;
  margin-top: 10px;
  background: #fff;
  text-align: center;
}
.curso-index{
  font-family: "Open Sans";
}
.ul-curso{
  margin: -12px 10px 0px;
  min-height: 100px;
}
.ul-curso li{
  text-align: left;
  margin-bottom: 5px;
}
.ul-curso li .fa{
  color: #08c;
}
.titulo1, .titulo2{
  padding: 5px 0px;
  font-weight: 600;
  min-height: 30px;
  text-align: center;
}
.titulo1{
  background: grey;
}
.titulo2{
  background: #0088cc;
}
.fundo-curso{
  background: #f3f3f3;
}
@media (max-width: 800px) and (min-width: 600px){
  .curso-item{
    width: 90%;
  }
  .logo img{
    height: 60px;
    margin-top: 0px;
  }
}
.address-2 {
    float: left;
    width: 100%;
    color: #aaa;
    text-align: left;
}
@media only screen and (max-width: 426px){
.nav-tabs>li>a{
    font-size: 0.5rem;
    height: 2.5rem;
}
#img-pagseguro{
  width: 100%!important;
}
}
#img-pagseguro{
  float: right;
  width: 33%;
}
.img-curso{
  height: 16rem;
  width:100%
}
@media only screen and (min-width: 426px) and (max-width: 768px){
.img-curso{
  height: auto;
  width:100%
}
.one_third{
      width: 100%!important;
}
.one_third p{
      height: auto;
}
.one_third .margin_bottom5{
      margin-bottom: 5px;
}
  }
@media only screen and (min-width: 768px){
.video-jacira{
  height: 360px!important;
}
.one_third{
      width: 100%!important;
}
.one_third p{
      height: auto;
}
.one_third .margin_bottom5{
      margin-bottom: 5px;
}
}
.video-jacira{
  width: 100%;
  height: auto;
}
.one_third{
      width: 45.65%;
}
.one_third p{
      height: auto;
}
@media (min-width: 768px) and (max-width: 1025px){
  .nav-resp {
    margin-top: -7% !important;
  }
    .curso-item{
    width: 45%!important;
    margin-left: auto;
    margin-right: auto;
  }
}
.post-media{
  margin-bottom: 0px;
}
.post-media img{
  max-width: 100%;
  width: 100%;
}
.post-title{
  margin-top: 10px !important;
}
.post-title b{
  color: #474747 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
}
.post-title b:hover{
  text-decoration: none;
}
.post-body{
  padding: 0 15px 15px;
  border: 1px solid rgba(0,0,0,.08);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #fff;
  margin-top: -7px;
}
.post-body hr{
  border-top: 1px solid #E6E6E6;
}
.post-excerpt{
  font-weight: 600;
}
.post-excerpt .pull-left{
  color: green;
  line-height: 30px;
  margin-top: 10px;
}
.curso-video-tittle {
    color: #000;
}

.whatsapp {
color: #fff;
position: fixed;
right: 11px;
bottom: 3px;
background-color: #4dc247;
height: 58px;
width: 253px;
border-radius: 31px;
overflow: hidden;
padding: 5px 5px;
z-index: 999;
cursor: pointer;
}
.whatsapp img{
width: 20px;
filter: brightness(2);
margin: 0px 3px;
}
.whatsapp svg {
fill: #fff;
}
.whatsapp:hover {
box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

.footer .secarea h4 {
  margin-bottom: 14px;
  font-size: 15px;
  color: #fff;
}

.footer .tituloFrase {
  font-weight: 100;
}

.footer-social .btn.btn-primary {
  display: block;
  width: 100%;
  border-radius: 100px;
  background: #000;
  border: 1px solid #000;
  font-size: 18px;
  padding: 9px;
}

.footer-social form label {
  color: #fff;
  font-weight: 100;
}

.footer-social form .form-control {
  margin-bottom: 15px;
  border-radius: 100px;
  padding: 11px 30px;
  height: auto;
}

.footer-social .tituloForm {
  font-size: 20px;
  margin-bottom: 21px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
}

.modulo-home-contato h1 {
  color: #000;
}

.modulo-home-contato p, 
.modulo-home-contato h3, 
.modulo-home-contato h4, 
.modulo-home-contato label {
  color: #000;
}

.effect-image {
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
}

.effect-image img {
  width: 100%;
  transition: all ease-in-out 0.3s;
}

.box-effect:hover .effect-image img {
  transform: rotate(5deg) scale(1.3);
  -webkit-transform: rotate(5deg) scale(1.3);
  -moz-transform: rotate(5deg) scale(1.3);
  -ms-transform: rotate(5deg) scale(1.3);
  -o-transform: rotate(5deg) scale(1.3);
}

.formulario-busca h3 {
  text-align: center;
  line-height: 30px;
  margin-bottom: 30px;
}

.formulario-busca .form-control {
  padding: 16px 30px;
  height: 50px;
  border-radius: 100px;
}

.formulario-busca .btn.btn-success {
  margin-top: 20px;
  padding: 8px 44px;
  font-size: 17px;
  border-radius: 100px;
}

.formulario-busca {
  max-width: 500px;
  margin: 0px auto;
  text-align: center;
}

.formulario-busca label {
  text-align: left;
  float: left;
}

.mensagem-error {
  text-align: center;
}

.mensagem-error i {
  font-size: 80px;
  color: red;
}

.mensagem-error h3 {
  color: red;
  font-size: 30px;
}

.alunos-certificados .box-matricula {
        background: #fff;
        padding: 37px 30px;
        max-width: 820px;
        margin: 0px auto;
        border-radius: 20px;
        border: 1px solid #000;
    }

    .alunos-certificados .box-matricula .numero {
        color: #17164B;
        font-weight: 200;
        font-size: 46px;
        margin-bottom: 30px;
    }

    .alunos-certificados .box-matricula h3 {
        color: #17164B;
        font-weight: 200;
        font-size: 46px;
        margin-bottom: 20px;
    }

    .alunos-certificados .box-matricula h5 {
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .alunos-certificados .box-matricula p {
        font-size: 25px;
        margin-bottom: 20px;
        font-weight: 400;
    }

.mt-30 {
  margin-top: 30px !important;
}