/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:200,400,300,700,600,800,300italic,400italic,700italic);
/* Horizontal Menu Particle */
#g-navigation {
  background: white;
  margin: 0;
  padding: 0;
  width: auto;
  border-bottom: 1px solid #DDD;
}
/* ==== Estilos Responsivos ==== */
@media only all and (min-width: 70rem) and (max-width: 74.99rem) {
  #g-navigation {
    background: white;
    margin: 0;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #DDD;
  }
}
@media only all and (min-width: 48rem) and (max-width: 69.99rem) {
  #g-navigation {
    background: white;
    margin: 0;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #DDD;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  #g-navigation {
    background: white;
    margin: 0;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #DDD;
  }
}
@media only all and (max-width: 30rem) {
  #g-navigation {
    background: white;
    margin: 0;
    padding: 0;
    width: auto;
    border-bottom: 1px solid #DDD;
  }
}
/* Slideshow Particle */
.g-slideshow .uk-overlay-panel {
  padding: 25px;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 48rem) and (max-width: 69.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-left {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .g-slideshow .uk-overlay-panel.uk-overlay-right {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media only all and (min-width: 70rem) and (max-width: 74.99rem) {
  .g-slideshow .uk-overlay-panel {
    padding: 15px;
  }
}
.g-slideshow .g-slideshow-title {
  margin: 0 0 15px;
  color: #ffffff !important;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-title {
    margin: 0;
    font-size: 1rem;
  }
}
.g-slideshow .g-slideshow-desc {
  margin: 0;
}
@media only all and (max-width: 47.99rem) {
  .g-slideshow .g-slideshow-desc {
    display: none;
  }
}
.g-slideshow .g-slideshow-desc a:not(.button) {
  color: #3180c2;
}
.g-slideshow .g-slideshow-desc a:not(.button):hover {
  text-decoration: underline;
}
.g-slideshow .uk-flex-center {
  text-align: center;
}
.g-slideshow .style2 {
  padding: 70px 0;
}
.g-slideshow .style2 .g-slideshow-title {
  padding: 15px 25px;
  background: #ffffff;
  color: #1a1a1a !important;
  font-size: 2rem;
  display: table;
  margin-bottom: 20px;
}
.g-slideshow .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 1.2rem;
  display: table;
}
.g-slideshow .style2.uk-flex-right .g-slideshow-title, .g-slideshow .style2.uk-flex-right .g-slideshow-desc {
  margin-left: auto;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-title {
  margin: 0 auto 20px;
}
.g-slideshow .style2.uk-flex-center .g-slideshow-desc {
  margin: auto;
}
.g-slideshow .uk-dotnav {
  margin: 0 0 35px;
}
.g-slideshow .g-slideshow-item iframe {
  pointer-events: auto !important;
}
.g-slideshow .slideshow-caption.uk-overlay-background {
  padding: 25px;
}
.g-slideshow .uk-overlay-left-short {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
}
.g-slideshow .uk-overlay-right-short {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  -o-transform: translateX(10%);
  transform: translateX(10%);
}
.g-slideshow .uk-overlay-top-short {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.g-slideshow .uk-overlay-bottom-short {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
}
.g-slideshow .uk-overlay-scale {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.g-slideshow .uk-overlay-left-short, .g-slideshow .uk-overlay-right-short, .g-slideshow .uk-overlay-top-short, .g-slideshow .uk-overlay-bottom-short {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.g-slideshow .uk-overlay-active .uk-active .uk-overlay-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* OnePage Menu Particle */
.g-onepage-menu ul {
  margin: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.g-onepage-menu ul li a {
  padding: 0.625rem 1.25rem;
  color: #666666;
  display: block;
  border-bottom: 1px solid #dddddd;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  transition: all, 0.2s;
}
.g-onepage-menu ul li a:hover {
  background: #f8f9fa;
  color: #333;
}
.g-onepage-menu ul li:last-child a {
  border-bottom: none;
}
.g-onepage-menu ul li .submenu {
  border: none;
  display: none;
}
.g-onepage-menu ul li .submenu li:last-child {
  border-bottom: 1px solid #dddddd;
}
.g-onepage-menu ul li.uk-active > a {
  background: #f8f9fa;
  color: #3180c2;
}
.g-onepage-menu ul li.uk-active .submenu {
  display: block;
}
.g-onepage-menu ul li.uk-active .submenu a {
  padding-left: 35px;
}
/* Tabs Particle */
.g-tabs {
  background: #ffffff;
  border: 1px solid #dddddd;
}
.g-tabs .uk-tab {
  border-color: #dddddd;
}
.g-tabs .uk-tab > li > a {
  border: none;
  border-radius: 0;
  margin: 0 !important;
  color: #666666;
  text-shadow: none;
  padding: 20px 25px !important;
  -webkit-transition: background, 0.2s;
  -moz-transition: background, 0.2s;
  transition: background, 0.2s;
}
.g-tabs .uk-tab > li > a:hover {
  color: #666666;
}
@media only all and (min-width: 48rem) and (max-width: 69.99rem) {
  .g-tabs .uk-tab > li > a {
    padding: 20px 15px !important;
  }
}
.g-tabs .uk-tab > li.uk-active > a {
  color: #666666;
}
.g-tabs .uk-tab > li .g-title-icon {
  margin-right: 10px;
}
.g-tabs .uk-tab .uk-tab-responsive {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive > a {
  cursor: pointer;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown {
  margin: 0;
  font-size: 0.9rem;
  border-color: #dddddd;
  padding: 0;
  border-radius: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav {
  margin: 0;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a {
  padding: 15px 25px;
  color: #666666;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:before {
  border: none;
}
.g-tabs .uk-tab .uk-tab-responsive .uk-dropdown .uk-nav li a:hover {
  background: #f8f9fa;
  box-shadow: none;
}
.g-tabs .uk-tab-grid {
  margin: 0;
}
.g-tabs .uk-tab-grid:before {
  border-color: #dddddd;
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav > a {
  border-right: none;
  border-left: 1px solid #dddddd;
}
.g-tabs .uk-tab-grid.uk-tab-top .g-tab-nav:first-child > a, .g-tabs .uk-tab-grid.uk-tab-bottom .g-tab-nav:first-child > a {
  border-left: none;
}
.g-tabs .uk-tab-top {
  border-bottom: 1px solid #dddddd;
}
.g-tabs .uk-tab-top .g-tab-nav > a {
  border-right: 1px solid #dddddd;
}
.g-tabs .uk-tab-top .g-tab-nav > a:before {
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-top .g-tab-nav.uk-active > a:before {
  border-top-color: #3180c2;
}
.g-tabs .uk-tab-bottom {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a {
  border-right: 1px solid #dddddd;
}
.g-tabs .uk-tab-bottom .g-tab-nav > a:before {
  border-bottom: 3px solid transparent;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.g-tabs .uk-tab-bottom .g-tab-nav.uk-active > a:before {
  border-bottom-color: #3180c2;
}
.g-tabs .uk-tab-left .g-tab-nav > a {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-left .g-tab-nav > a:before {
  border-left: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.g-tabs .uk-tab-left .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-left .g-tab-nav.uk-active > a:before {
  border-left-color: #3180c2;
}
.g-tabs .uk-tab-right .g-tab-nav > a {
  border-top: 1px solid #dddddd;
}
.g-tabs .uk-tab-right .g-tab-nav > a:before {
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.g-tabs .uk-tab-right .g-tab-nav:first-child > a {
  border-top: none;
}
.g-tabs .uk-tab-right .g-tab-nav.uk-active > a:before {
  border-right-color: #3180c2;
}
.g-tabs .tabs-content {
  overflow: hidden;
}
.g-tabs .tabs-content.uk-margin {
  margin-bottom: 0;
}
.g-tabs .tabs-content p {
  margin-bottom: 0;
}
.g-tabs .tabs-content .button {
  margin-top: 25px;
}
.g-tabs .tabs-content.left {
  padding: 35px;
  margin-left: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.left {
    margin-left: 0;
  }
}
.g-tabs .tabs-content.left p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.right {
  padding: 35px;
  margin-right: -35px;
}
@media only all and (max-width: 47.99rem) {
  .g-tabs .tabs-content.right {
    margin-right: 0;
  }
}
.g-tabs .tabs-content.right p:first-child {
  margin-top: 0;
}
.g-tabs .tabs-content.top {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.top > li {
  margin: 0;
}
.g-tabs .tabs-content.bottom {
  padding: 35px;
  margin: 0;
}
.g-tabs .tabs-content.bottom > li {
  margin: 0;
}
body {
  font-size: 0.9rem;
  line-height: 1.2;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #323336;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-weight: 500;
  padding: 10px;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 20px;
  min-height: 25px;
  text-transform: uppercase;
  border-bottom: 1px solid #DDD;
  color: #454545;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h2 {
  background: transparent url('../images/titulo_icone.png') no-repeat 0 0;
  margin: 1rem 0 2rem 0;
  padding: 0 0 0.5rem 0;
  padding-left: 35px;
  font-weight: normal;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #004873;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #004873;
  width: 80%;
}
h3 {
  background: transparent url('../images/titulo_icone.png') no-repeat 0 0;
  margin: 1rem 0 2rem 0;
  padding: 0 0 0.5rem 0;
  padding-left: 35px;
  font-weight: normal;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #2F4F4F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #2F4F4F;
  width: 80%;
}
h4 {
  background: none;
  margin: 1rem 0 2rem 0;
  padding: 0 0 0.5rem 0;
  padding-left: 35px;
  font-weight: normal;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 2rem;
  line-height: 4rem;
  text-transform: uppercase;
  color: #2F4F4F;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #2F4F4F;
  width: 80%;
}
h5 {
  background: none;
  margin: 1rem 0;
  padding: 0;
  font-weight: 400;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: #454545;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #DDD;
}
h6 {
  background: none;
  margin: 1rem 0;
  padding: 0;
  font-weight: 400;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  /*Fonte importada*/
  font-size: 1rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  color: #bf383a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #DDD;
}
/*-------------------------------------------------------------------------------------------
   Modules: mod_k2_users - Module Class: articulistas
   Retirado o título ('K2_RECENT_ITEMS') em: /modules/mod_k2_users/tmpl/Default/default.php
---------------------------------------------------------------------------------------------*/
.ubUserName {
  color: #666666;
  size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  list-style-type: none;
}
.ubUserItems {
  list-style-type: none;
  color: red;
}
.k2UsersBlock.articulistas ul li.userModuleItem li.userInfo {
  display: inline;
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
.k2UsersBlock.articulistas {
  background: #F5F5F5;
  margin: 0px;
}
.k2Avatar img {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 2px;
  margin: 2px 4px 4px 2px;
}
.k2UsersBlock.articulistas ul li.odd {
  display: block;
  padding: 0px;
  list-style-type: none;
  margin: 0px 4px 0px 0px;
}
.k2UsersBlock.articulistas ul li.even {
  display: block;
  width: 50%;
  float: left;
  list-style-type: none;
  padding: 0px;
  margin: 0px 2px 0px -26px;
}
div.module.articulistas {
  padding: 0;
  margin: 0;
}
div.module.articulistas h3 {
  background: transparent url('../images/titulo_icone.png') repeat 0 0;
  color: #333;
  font-weight: 500;
  padding: 0.6rem 0;
  font-family: "Oswald", sans-serif;
  /*Fonte importada no inicio deste arquivo */
  font-size: 1.1rem;
  min-height: 2rem;
  text-transform: uppercase;
  border-bottom: 5px solid #3180c2;
  padding-left: 0.625rem;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* --- END --- */
/*----------------------------------------------------------------------
	Cabeçalho
---------------------------------------------------------------------- */
.g-grid {
  margin: 0;
  padding: 0;
  text-rendering: optimizespeed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-cabecalho {
  display: block;
  margin: 0;
  padding: 0;
  height: 6rem;
}
.bccopias-logo {
  display: block;
  padding: 0;
  margin: 0.5rem 0 0 0;
  float: left;
  z-index: 11;
  height: auto;
}
.fone-topo {
  display: block;
  height: 2rem;
  padding: 0;
  margin: 0.5rem 0;
  float: right;
}
.tele-topo {
  display: block;
  height: 2rem;
  padding: 0;
  margin: 0.5rem 0;
}
/*-------------------------------------------------------------------------------------------
   Menu Principal - #g-navigation no navigation.scss
---------------------------------------------------------------------------------------------*/
#g-navigation .g-main-nav {
  margin: 0;
  padding: 0;
}
.container-menuprincipal {
  margin: -3.4rem 0 0 0;
  padding: 0.5rem 0;
  background: #4682B4;
  height: 3rem;
  z-index: 11;
}
.menuprincipal {
  margin: 0;
  padding: 0;
  float: right;
}
.menuprincipal .g-main-nav .g-toplevel > li > .g-menu-item-container {
  margin: 0;
  padding: 0 0 0 2rem;
}
.menuprincipal .g-toplevel {
  margin: 0;
  padding: 0;
  height: auto;
}
.menuprincipal .g-main-nav {
  margin: 0;
  padding: 0;
  height: auto;
}
.menuprincipal .g-main-nav .g-toplevel > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: auto;
}
.menuprincipal .g-menu-item-content {
  margin: 0;
  padding: 0;
  color: #E6E7E8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Oswald", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  /* Oswald - Fonte importada */
  font-size: 1.1rem;
}
.menuprincipal .g-menu-item-content:hover {
  color: #E6E7E8;
  text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87;
}
.menuprincipal .g-main-nav .g-toplevel > li.g-parent .g-menu-parent-indicator {
  display: inline-block;
  vertical-align: middle;
  color: #575757;
}
/*----------------------------------------------------------------------
	Container Slideshow
---------------------------------------------------------------------- */
.container-slideshow {
  margin: 1rem 0 0 0;
  padding: 0;
  background: #F5F5F5;
}
.slideshow {
  padding: 0;
  margin: 0;
}
.slideshow h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  background: none;
  text-transform: uppercase;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  /*Fonte importada */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Item Plotagem*/
.slide .style2 .g-slideshow-title {
  padding: 15px 20px;
  background: #F5F5F5;
  color: #F05936 !important;
  font-size: 2rem;
  display: table;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  /*Fonte importada */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slide .style2 .g-slideshow-desc {
  padding: 15px 20px;
  background: #1a1a1a;
  color: #FFCC29 !important;
  font-size: 1.2rem;
  display: table;
  background: black;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  /*Fonte importada */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*----------------------------------------------------------------------
	Diferenciais Empresa
---------------------------------------------------------------------- */
.container-diferencial1 {
  margin: 0;
  padding: 0;
  background: #e6e6e6;
  border-bottom: 1px solid red;
  text-rendering: optimizespeed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.diferencial1 {
  margin: -6rem 0 1rem 0;
  padding: 0;
  z-index: 15;
}
.diferencial1 img {
  width: 13.125rem;
}
.diferencial1 img:hover {
  -moz-transform: translate(0px, -90px);
  -ms-transform: translate(0px, -90px);
  -o-transform: translate(0px, -90px);
  -webkit-transform: translate(0px, -90px);
  transform: translate(0px, -90px);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
/*-------------------------------------------------------------------------------------------
   Serviços - Roksproket
---------------------------------------------------------------------------------------------*/
.container-servicos {
  margin: 0;
  padding: 1.25rem 0;
  background-color: #3673AA;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
  border-bottom: 1px solid #DDD;
  text-rendering: optimizespeed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.servicos h3 {
  background: transparent url('../images/titulo_icone.png') no-repeat 0 0;
  margin: 1rem 0 2rem 0;
  padding: 0 0 0.5rem 0;
  padding-left: 35px;
  font-weight: normal;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #F1F1F1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #F0F0F0;
  width: 60%;
}
.servicos .sprocket-padding {
  padding: 10px;
}
.servicos .sprocket-mosaic-item {
  background: #F9F9F9;
  border: 1px solid #EEE;
  border-radius: 6px;
}
.servicos .sprocket-mosaic-item .sprocket-mosaic-title, .sprocket-mosaic-item .sprocket-mosaic-info {
  padding: 0.3rem 0;
  color: #2F4F4F;
  font-weight: normal;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.servicos .sprocket-mosaic-title a {
  padding: 0.3rem 0;
  color: #2F4F4F;
  font-weight: normal;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.servicos .sprocket-mosaic-title a:hover {
  color: #ff8000;
  text-decoration: underline;
}
.sprocket-mosaic-item .sprocket-mosaic-text {
  margin: 0.2rem 0;
  display: block;
  font-family: Tahoma, Arial, sans-serif;
  color: #454545;
  font-size: 0.9rem;
  font-weight: 300;
}
.servicos .sprocket-readmore {
  font-weight: normal;
  white-space: nowrap;
  color: #3180c2;
}
.servicos .sprocket-readmore:hover {
  color: #ff8000;
}
.servicos .sprocket-mosaic-image {
  width: 100%;
  border-bottom: 4px solid #cc3333;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transform: -o-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.servicos .sprocket-mosaic-image:hover {
  width: 100%;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/*----------------------------------------------------------------------
	Diferenciais Empresa
---------------------------------------------------------------------- */
.container-diferencial2 {
  margin: 0;
  padding: 2rem 0 1rem 0;
  /* top right bottom left */
  background: #e6e6e6;
  border-bottom: 1px solid gray;
  text-rendering: optimizespeed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.diferencial2 {
  margin: 0.5rem auto;
  padding: 0;
}
.sprocket-grids-b-item {
  margin: 0 1.2rem;
}
.sprocket-grids-b-title {
  margin: 0;
  padding: 0.1rem auto;
}
.sprocket-grids-b-title a {
  color: #ffff66;
  font-weight: normal;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sprocket-grids-b-title a:hover {
  color: #ff8000;
  text-decoration: none;
}
.sprocket-grids-b-text {
  margin: 2px 0;
  display: block;
  font-family: Tahoma, Arial, sans-serif;
  color: #F5F5F5;
  font-size: 0.9rem;
  font-weight: 300;
}
.sprocket-grids-b-readon {
  margin: 2px 0;
  font-weight: normal;
  white-space: nowrap;
  color: #993399;
}
.sprocket-grids-b-readon:hover {
  color: #ff8000;
}
/*----------------------------------------------------------------------
	Container Corporativo
---------------------------------------------------------------------- */
.container-corporativo {
  margin: 0;
  padding: 1rem 0;
  background-color: #515152;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
  background: transparent url('../images/bg_corporativo.jpg') no-repeat 0 0;
}
.corporativo h2 {
  background: transparent url('../images/titulo_icone.png') no-repeat 0 0;
  margin: 1rem 0 2rem 0;
  padding: 0 0 0.5rem 0;
  padding-left: 35px;
  font-weight: normal;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  color: #F1F1F1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #F0F0F0;
  width: 60%;
}
.corporativo {
  /* Conteudo */
  float: left;
  font-size: 1rem;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 300;
  color: #F5F5F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.corporativo img {
  /* Conteudo */
  padding: 1rem 0 0 1rem;
}
/*----------------------------------------------------------------------
	Container Setores
---------------------------------------------------------------------- */
.container-setor {
  margin: 0 auto;
  padding: 1rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url('../images/bg_equipe.jpg') no-repeat 2rem 0rem transparent;
}
.setor-titulo {
  display: block;
  margin: 0;
  padding: 1rem 0;
  vertical-align: middle;
  width: 24px;
  height: 200px;
  line-height: 200px;
}
/*----------------------------------------------------------------------
	Container Clientes
---------------------------------------------------------------------- */
.container-clientes {
  margin: 0;
  padding: 1rem 0;
  background-color: #DDD;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
}
.clientes h3 {
  background: transparent url('../images/titulo_icone.png') no-repeat 0 0;
  margin: 1rem 0;
  padding: 0 0 0.5rem 0;
  padding-left: 35px;
  font-weight: normal;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #999;
  width: 60%;
}
.clientes .g-flippingcontent-item-title {
  /* Título */
  float: left;
  font-size: 1rem;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: bold;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clientes .g-flippingcontent-item-desc {
  /* Conteudo */
  float: left;
  font-size: 0.8rem;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 300;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*----------------------------------------------------------------------
	Container Contato
---------------------------------------------------------------------- */
.container-contato {
  margin: 0 auto;
  padding: 2rem 0 1rem 0;
  background-color: #004873;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 1, 0.1));
  /*background: transparent url('../images/bg_contato.jpg') no-repeat 0 0; */
}
.contato {
  margin: 0;
  padding: 1rem;
  background-color: #3673AA;
  background-image: linear-gradient(to bottom, transparent, rgba(1, 1, 1, 0.8));
  /* Declaração para aparecer no IE */
  border-radius: 1rem;
  /* Declaração para aparecer no Firefox */
  -moz-border-radius: 1rem;
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  -webkit-border-radius: 1rem;
}
.contato h2, h3 {
  background: transparent url('../images/titulo_icone.png') no-repeat 0 0;
  margin: 1rem 0 2rem 0;
  padding: 0 0 0.5rem 0;
  padding-left: 35px;
  font-weight: normal;
  font-family: Futura, "Trebuchet MS", "Oswald", Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.7rem;
  text-transform: uppercase;
  color: #F1F1F1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #F0F0F0;
  width: 70%;
}
/* BreezingForms - Tema: default */
.contato .bfQuickMode {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: none;
  background: none;
}
.contato .bfQuickMode .bfLabelLeft label {
  float: left;
  margin: 0px 5px 0px 0px;
  color: #F5F5F5;
  font-weight: normal;
  width: 30%;
  font-family: Tahoma, Arial, sans-serif;
}
.contato .bfQuickMode section input[type="text"], .bfQuickMode section textarea, .bfQuickMode section select {
  float: left;
  margin: 0px;
  min-height: 1.7rem;
}
.contato .bfQuickMode input[type=text], .bfQuickMode input[type=password], .bfQuickMode textarea, .bfQuickMode select {
  border: 1px solid #dfe5c1;
  padding: 2px;
  line-height: normal;
}
.contato .bfQuickMode textarea:hover, .bfQuickMode input[type=text]:hover, .bfQuickMode input[type=password]:hover, .bfQuickMode select:hover {
  border-color: #ace372;
  box-shadow: 0.2rem 0.3rem 0.5rem rgba(124, 252, 0, 0.3);
}
.contato .bfQuickMode textarea:focus, .bfQuickMode input[type=text]:focus, .bfQuickMode input[type=password]:focus, .bfQuickMode select:focus {
  border-color: #759f48;
  outline: 4px solid #ace372;
}
.contato .bfQuickMode .bfErrorMessage {
  background: #ffeded;
  font-weight: normal;
  float: none;
  display: block;
  color: red;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.contato .bfQuickMode .bfLabelLeft input {
  /* width: auto; */
  float: left;
  margin: 0px;
  color: #000;
  font-weight: normal;
}
.fachada {
  display: block;
  border: 5px solid #F5F5F5;
}
/*----------------------------------------------------------------------
	Container Rodape
---------------------------------------------------------------------- */
.container-rodape {
  margin: 0 auto;
  padding: 0.5rem 0;
  background-color: #F5F5F5;
  /* background-image: linear-gradient(to bottom, transparent, rgba(0.8,0.8,0.8,.8)); */
}
.copyright {
  margin: 0.5rem 0;
  padding: 0;
  float: left;
  color: #999;
  font-weight: normal;
}
.copyright a {
  color: #999;
  font-weight: normal;
}
.rodape-telefone {
  margin: 1rem 0;
  padding: 0;
  color: #999;
  font-weight: normal;
}
.rodape-telefone a {
  color: #70282a;
  font-weight: normal;
}
.social {
  margin: 0;
  padding: 0;
  background: none;
}
.social a {
  color: #3180c2;
  font-weight: normal;
}
/*----------------------------------------------------------------------
	Container Destaques
---------------------------------------------------------------------- */
.container-destaques1 {
  padding: 1.25rem 0;
  margin: 0;
  background: #e6e6e6;
  border-bottom: 1px solid #DDD;
  text-rendering: optimizespeed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.destaques {
  padding: 0;
  margin: 0;
}
.destaques .sprocket-mosaic-item {
  border: 1px solid #EEE;
  border-radius: 4px;
  background: #FFF;
}
.container-destaques2 {
  padding: 0.25rem 0 1.25rem 0;
  margin: 0;
  background: #FFF;
  border-bottom: 1px solid #DDD;
}
/*----------------------------------------------------------------------
	Palavra Presidente
---------------------------------------------------------------------- */
.foto-presidente {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  font-size: 0.8rem;
  font-family: "roboto", sans-serif;
  font-weight: 300;
  color: #AAA;
}
.texto-presidente {
  padding: 1rem;
  margin: 0;
  background: #F5F5F5;
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  color: #AAA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 1rem;
  /* Declaração para aparecer no Firefox */
  -moz-border-radius: 1rem;
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  -webkit-border-radius: 1rem;
}
/*----------------------------------------------------------------------
	Container Principal
---------------------------------------------------------------------- */
.container-principal {
  padding: 1rem;
  margin: 0 0 2rem 0;
  background: #FFFFFF;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0.3rem;
  /* Declaração para aparecer no Firefox */
  -moz-border-radius: 0.3rem;
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  -webkit-border-radius: 0.3rem;
}
.container-top {
  padding: 1rem 0;
  margin: 0;
  background: #F5F5F5;
}
/*---------------------------------------------------------------------------------
   MODULOS DIREITA - Módulo: News Show Pro GK5 - Classe de Módulo: modulosdireita
----------------------------------------------------------------------------------- */
.direita {
  display: block;
  margin: 0;
  float: right;
  text-rendering: optimizespeed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.modulosdireita {
  padding: 0;
  margin: 0 0 2rem 0;
  float: right;
  width: 15.625rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modulosdireita h3 {
  background: transparent url('../images/titulo_icone.png') no-repeat 0 0;
  color: #666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  margin: 0;
  padding: 0 0 0 25px;
  font-family: "Oswald", sans-serif;
  /*Fonte importada no inicio deste arquivo */
  font-size: 1.1rem;
  min-height: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid #CCC;
}
.modulosdireita .nspMain {
  margin: 0;
  padding: 0.5rem;
}
.modulosdireita .nspCol1 {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted #CCC;
}
.modulosdireita .nspArts {
  padding: 0;
  margin: 0;
}
.modulosdireita .nspArt {
  margin: 0.635rem 0 0 0;
  padding: 0;
  /* No arquivo 'modules/mod_news_pro_gk5/interface/css/style.css', alterei os campos -webkit-box-sizing, -moz-box-sizing e box-sizing de 'border-box' para 'none' para não haver uma margem que o css gerava */
}
.modulosdireita .nspArt .nspInfo {
  display: block !important;
  margin: 0;
  padding: 0;
}
.modulosdireita .nspArt .nspInfo.nspInfo1 a {
  margin: 0 5px 5px 0;
  padding: 0;
  color: #3180c2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  font-family: "Oswald", sans-serif;
  /*Fonte importada no inicio deste arquivo */
  font-size: 11px;
  text-transform: uppercase;
}
.modulosdireita .nspArt .nspInfo.nspInfo1 a:hover {
  color: #454545;
}
.modulosdireita .nspArt .nspInfo.nspInfo2 {
  margin: 0.635rem 0 0 0;
  padding: 0;
  color: #555;
  float: right;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 9px;
  text-transform: uppercase;
}
.modulosdireita .nspArt img.nspImage {
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.modulosdireita .nspArt img.nspImage:hover {
  background: transparent;
  opacity: 0.5;
}
.modulosdireita .nspArt h4.nspHeader {
  float: left;
  font-size: 13px;
  line-height: 13px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background: none;
  border: none;
  text-transform: none;
}
.modulosdireita .nspArt a {
  color: #333;
}
.modulosdireita .nspArt a:hover {
  color: #3180c2;
}
/* --- END --- */
/* Módulo PESQUISAR */
.mod-pesquisar {
  display: block;
  padding: 0.8rem;
  margin: 0 0 2rem 0;
  width: 15.625rem;
  height: auto;
  background: #F5F5F5;
  border-radius: 0.5rem;
  /* Declaração para aparecer no Firefox */
  -moz-border-radius: 0.5rem;
  /* Para exibir nos outros navegadores como Chrome, safari, opera*/
  -webkit-border-radius: 0.5rem;
}
.mod-pesquisar .g-content {
  margin: 0;
  padding: 0;
}
.mod-pesquisar .platform-content input {
  max-width: 192px;
}
/* --- END --- */
/* Icones Redes Sociais */
.social {
  margin: 0;
  padding: 0;
}
.social a {
  margin: 0.7rem 0;
  padding: 0.1rem 0.3rem;
  border: none;
}
.g-content {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=custom_10.css.map */