/* only small desktops */
/* tablets */
/* only small tablets */
@media (max-width: 1600px) {
	.lista_destaques .item_destaque{ width: 30%;}

	}
@media (max-width: 1350px) {
	.page-title .section-title { font-size: 42px; line-height: 44px;}
}
@media (max-width: 1200px) {
	.lista_destaques .item_destaque { width: 35%;}
	
}
@media (max-width: 1100px) {
	.lista_destaques .item_destaque { width: 45%;}
}
@media (max-width: 991px) {
	.section, .section-content{ padding: 50px 0;}
}
@media (max-width: 860px) {
	.lista_destaques .item_destaque { width: 65%;}
	.page-title .section-title { font-size: 32px; line-height: 34px;}
}
@media (max-width: 660px) {
	.lista_destaques .item_destaque { width: 75%;}
}
@media (max-width: 560px) {
	.lista_destaques .item_destaque { width: 85%;}
}
@media (max-width: 460px) {
	.lista_destaques .item_destaque { width: 95%;}
	.page-title .section-title { font-size: 22px; line-height: 24px;}
	.tabela-responsive table tr td{ display: block; width: 100%!IMPORTANT; text-align: center;}
}
@media (max-width: 410px) {
	figure.effect-marley h2 { font-size: 18px; line-height: 20px;}
	figure.effect-marley h2::after, figure.effect-marley p { font-size: 14px; line-height: 16px;}
}
@media (max-width: 380px) {
	figure.effect-marley h2 { font-size: 16px; line-height: 18px;}
	figure.effect-marley h2::after, figure.effect-marley p { font-size: 13px; line-height: 15px;}
}
@media (min-width: 768px) and (max-width: 991px) {
  #hero-area .contents h1 {
    font-size: 28px;
  }
  .item-boxes h4 {
    font-size: 18px;
  }
  #features .show-box img {
    display: none;
  }
  .pricing-table .pricing-details ul li {
    font-size: 12px;
  }
  .counters .facts-item .fact-count h4 {
    font-size: 14px;
  }
  .single-team {
    margin-bottom: 30px;
  }
  .meta-tags span {
    margin-right: 3px;
  }
  .meta-tags span i {
    margin-right: 0px;
  }
  #blog .blog-item-text h3 {
    font-size: 14px;
    line-height: 20px;
  }
}

/* mobile or only mobile */
@media (max-width: 767px) {
  .section-header .section-title {
    font-size: 20px;
  }
  #hero-area .contents {
    padding: 100px 0 80px;
  }
  #hero-area .contents h1 {
    font-size: 18px;
    line-height: 30px;
  }
  #features .show-box img {
    display: none;
  }
  #features .box-item .text h4 {
    font-size: 14px;
  }
  .controls {
    margin: 0px;
  }
  .controls .btn {
    font-size: 13px;
    padding: 7px 7px;
  }
  .video-promo .video-promo-content h2 {
    font-size: 22px;
  }
  .pricing-table {
    margin-bottom: 15px;
  }
  .counters .facts-item {
    margin-bottom: 30px;
  }
  .single-team {
    margin-bottom: 15px;
  }
  .contact-us {
    margin-bottom: 30px;
  }
  .contact-us h3 {
    font-size: 28px;
  }
  .footer-links li a {
    margin-right: 10px;
  }
  .copyright {
    float: left;
  }
}
