@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,300,600,700');
@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,300,600,700');


@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.ttf?qxglzd') format('truetype'), url('fonts/icomoon.woff?qxglzd') format('woff'), url('fonts/icomoon.svg?qxglzd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, h1, h2, h3, p, a, img, ul, li, form, label, footer, header, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
a { text-decoration: none; }
ul { list-style: none; }
input, textarea, select {
	margin: 0;
	outline: none;
	border: none;
	font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;
	font-weight: 300;
}
[required]{ box-shadow: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -0-box-sizing: border-box;
  box-sizing: border-box;
}
/* Library */
.t02 {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.t05 {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.t08 {
	-webkit-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-moz-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-o-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	-ms-transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all .8s cubic-bezier(0.23, 1, 0.32, 1);
}
.case.layout {
	position: relative;
	width: 100%;
 max-width: 970px;
 padding: 0 10px;
 margin: 0 auto;
}
/* Elements */
body {
	font-family: 'Open Sans', 'Helvetica', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 62.5%;
	color: #000;
	background: #ffffff;
	overflow-x: hidden;
}
.subtop{
  position: absolute;
  width: 100%;
  height: 35px;
  top: 0px;
  background: url('../img/bgtop.png') center top no-repeat;
  z-index: 1001;
}
.welcome{
  color: #eee;
  font-size: 0.8rem;
  position: relative;
  top: 5px;
  float: right;
}

.telefone{
  font-size: 0.8rem;
  position: relative;
  top: 5px;
  margin-right: 25px;
  float: right;
  color: #eee;
}
.socio{
  position: relative;
  float: right;
  color: #555;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  margin-right: 20px;
  top: 35px;
  left: 10px;
  border-radius: 0px 0px 20px 20px;
  padding: 15px 20px 15px 10px;
}
.socio2{
  top: 45px;
  left: 75px;
}
@media screen and (max-width: 768px) {
  .subtop{
    display: none;
  }
}
#header {
	position: relative;
	float: left;
	width: 100%;
	height: 120px;
  z-index: 999;
  background: #fff;
  padding-bottom: 15px;
  border-bottom: 5px solid #eee;
}
.alt2{
  position: fixed !important;
  height: 70px !important;
  border-bottom: 3px solid #eee;
}
.bgin2{
  opacity: 0.95 !important;
}
.painelt2{
  position: relative !important;
  margin-top: 100px !important;
}
.subpag2{
  position: relative !important;
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  #header {
    height: 75px;
    z-index: 300;
  }
  .alt2{
    height: 75px !important;
    position: relative !important;
  }
  .painelt2{
    margin-top: 0px !important;
  }

  .subpag2{
    margin-top: 0 !important;
  }
}
#header .case.layout {
  padding: 0px;
}
@media screen and (max-width: 768px) {
  #header .case.layout {
    padding: 0;
  }
}
#header .logo {
  position: absolute;
  top: 10px;
  z-index: 100;
}
#header .logo img {
  width: 200px;
  height: 100px;
}
.subp2 img{
  margin-top: 0px;
  width: 100px !important;
  height: 50px !important;
}
@media screen and (max-width: 768px) {
  #header .logo {
    top: 10px;
    left: 50%;
    margin-left: -50px;
    padding: 0;
    background: none;
    box-shadow: none;
    display: block;
  }
  #header .logo img {
    width: 100px;
    height: 50px;
  }
}
#menu-collapse {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: none;
  z-index: 400;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
#menu-collapse:before {
  content: "\e900";
  float: left;
  width: 100%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  color: #000;
}
#menu-collapse.active:before {
  content: "\e901";
  color: #000;
}
@media screen and (max-width: 768px) {
  #menu-collapse {
    display: block;
  }
}
#menu-overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-property: opacity, visibility;
  -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-property: opacity, visibility;
  -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-property: opacity, visibility;
  -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition-property: opacity, visibility;
  transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition-property: opacity, visibility;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#menu-overflow.active {
  opacity: 1;
  visibility: visible;
}
#menu {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 30px;
  z-index: 999;
  font-family: "Montserrat", sans-serif;
  pointer-events: none;
}

.mn2{
  position: fixed !important;
  top: 19px !important;
}
@media screen and (max-width: 768px) {
  #menu {
    position: fixed;
    top: 75px;
    left: -80%;
    width: 80%;
    height: 100%;
    height: -webkit-calc(100% - 75px);
    height: -moz-calc(100% - 75px);
    height: -o-calc(100% - 75px);
    height: -ms-calc(100% - 75px);
    height: calc(100% - 75px);
    background: #FFF;
    overflow: auto;
    z-index: 200;
    -webkit-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-property: left;
    -moz-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-property: left;
    -o-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-property: left;
    -ms-transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition-property: left;
    transition: 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transition-property: left;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #menu.active {
    left: 0;
  }
  #menu .case {
    padding: 0;
    width: 100% !important;
  }
}
#menu > .case {
  position: static;
}
#menu > .case > ul {
  float: right;
}
#menu > .case > ul > li {
  float: left;
  height: 30px;
  margin-right: 3px;
  display: inline-block;
}
#menu > .case > ul > li:last-child {
  border-right: none;
}
#menu > .case > ul > li > a {
  float: left;
  width: 100%;
  padding: 5px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  pointer-events: all;
  font-size: 0.9rem;
  background: transparent;
  color: #1746a7;
  -webkit-transition: 0.2s ease-in-out;
  -webkit-transition-property: all;
  -moz-transition: 0.2s ease-in-out;
  -moz-transition-property: all;
  -o-transition: 0.2s ease-in-out;
  -o-transition-property: all;
  -ms-transition: 0.2s ease-in-out;
  -ms-transition-property: all;
  transition: 0.2s ease-in-out;
  transition-property: all;
}
@media screen and (min-width: 769px) {
  #menu > .case > ul:hover > li > a.active {
    color: #343070;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul {
    float: left;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #menu > .case > ul > li:hover > a,
  #menu > .case > ul > li:hover > a.active,
  #menu > .case > ul > li > a.active {
    color: #343070;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li {
    float: left;
    width: 100%;
    height: auto;
    padding: 0;
    border: none;
  }

}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > a {
    height: auto;
    padding: 20px;
    line-height: 1;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    font-size: 1rem;
    color: #333;
    border-bottom: 1px outset rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 769px) {
  #menu > .case > ul > li > ul {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    -moz-transition: 0.2s ease-in-out;
    -moz-transition-property: opacity, visibility;
    -o-transition: 0.2s ease-in-out;
    -o-transition-property: opacity, visibility;
    -ms-transition: 0.2s ease-in-out;
    -ms-transition-property: opacity, visibility;
    transition: 0.2s ease-in-out;
    transition-property: opacity, visibility;
  }
}
@media screen and (max-width: 768px) {
  #menu > .case > ul > li > ul {
    position: relative;
    top: 0;
    float: left;
    padding: 0;
    background: transparent;
    display: none;
  }
}





#wrapper {
 position: relative;
 float: left;
 width: 100%;
 padding-top: 40px;
 font-family: "Encode Sans Condensed", sans-serif;
 padding-bottom: 60px;
}
#wrapper .titlesub{
  font-size: 2.5rem;
  text-align: left;
  color: #34306f;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #wrapper .titlesub{
    font-size: 1.5rem;
  }
}
#wrapper .textosub{
  color: #333;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: justify;
}



/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
#painel {
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
}
#painel ul,
#painel ul li {
  position: relative;
  float: left;
  width: 100%;
  outline: none;
}
#painel .img {
  float: left;
  width: 100%;
  height: 0;
  padding-bottom: 33%;
  background: #EEE;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #painel {
    margin-top: 0;
  }
  #painel .img {
    padding-bottom: 34%;
    background-position: right;
  }
}
#painel ul li a {
  float: left;
  width: 100%;
}
#painel .pager {
  position: absolute;
  top: 0;
  width: 50px;
  width: 5.0rem;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #painel .pager {
    display: none !important;
  }
}
@-webkit-keyframes pagerleft {
  0% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
  }
  50% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 20% 50%;
  }
  100% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
  }
}
@keyframes pagerleft {
  0% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
  }
  50% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 20% 50%;
  }
  100% {
    background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
  }
}
.pager.left {
  left: 0px;
  background: url(../img/arrow/arrow-painel-left.png) no-repeat 50% 50%;
}
#painel .pager.left:hover {
  -webkit-animation: pagerleft 1s ease infinite;
  -moz-animation: pagerleft 1s ease infinite;
  -khtml-animation: pagerleft 1s ease infinite;
  animation: pagerleft 1s ease infinite;
}
@-webkit-keyframes pagerright {
  0% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
  }
  50% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 80% 50%;
  }
  100% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
  }
}
@keyframes pagerright {
  0% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
  }
  50% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 80% 50%;
  }
  100% {
    background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
  }
}
.pager.right {
  right: 0px;
  background: url(../img/arrow/arrow-painel-right.png) no-repeat 50% 50%;
}
#painel .pager.right:hover {
  -webkit-animation: pagerright 1s ease infinite;
  -moz-animation: pagerright 1s ease infinite;
  -khtml-animation: pagerright 1s ease infinite;
  animation: pagerright 1s ease infinite;
}

.slick-dots{
  position: relative !important;
  float: left !important;
  width: 100% !important;
  text-align: center !important;
  bottom: 30px !important;
}
.slick-dots li {
  position: relative !important;
  display: inline-block !important;
  float: none !important;
  z-index: 100 !important;
  width: auto !important;
}
.slick-dots li button {
  float: left !important;
  width: 5px !important;
  height: 15px !important;
  border-radius: 100%;
  background: #34306f !important;
  font-size: 0 !important;
  border: none !important;
  cursor: pointer !important;
}
.slick-dots li button:last-child {
  margin-right: 5px;
}
.slick-dots li button:hover,
.slick-dots li button.active,
li.slick-active button {
  background: #ccc !important;
}


@media screen and (max-width: 768px) {
  .slick-dots{
    display: none !important;
  }
}


ul.solus li {
  list-style-image: url("../img/icons/solus.jpg");
  list-style-position: inside;
  text-align: left;
  width: 100%;
  line-height: 22px;
  font-weight: normal;
}
ul.solus2 li {
  list-style-image: url("../img/icons/solus2.jpg");
  list-style-position: inside;
  text-align: left;
  width: 100%;
  line-height: 40px;
  font-weight: normal;
}



.col50{
  position: relative;
  float: left;
  width: 50%;
}
.col50 img{
  width: 100%;
}
.col50:hover{
  opacity: 0.6;
}
@media screen and (max-width: 600px) {
  .col50{
    width: 100%;
  }
}





.single-content .tabs-wrapper {
  margin: 10px 0px 30px;
  font-family: "Open Sans", Helvetica,Arial,sans-serif;
  font-size:14px;
}
.single-content .tabs-wrapper {
  background: transparent url(../img/icons/bg-pattern.png) repeat scroll 0% 0%;
  padding: 10px;
}
.ttmod{
  width: 300px;
  position: relative;
  float: left;
}
.tabs-wrapper {
  padding: 0px;
  overflow: hidden;
}
.single-content ul.tabs {
  padding: 0px;
  margin: 0px;
}

.single-content ul {
  padding-left: 17px;
  list-style: outside none none;
  margin-bottom: 10px;
}
.single-content ul.tabs li:hover, .single-content ul.tabs li.active {
  background: #FFF none repeat scroll 0% 0%;
  z-index: 1000;
}
.single-content ul.tabs li:hover, .single-content ul.tabs li.active a{
  color: #000;
}
.single-content .tabs-wrapper ul li {
  width: auto;
}
.single-content ul.tabs li {
  background: transparent none repeat scroll 0% 0%;
  float: left;
  text-align: center;
  overflow: hidden;
  padding: 4px 15px;
}
.single-content ul li {
  padding-left: 8px;
}
li {
  display: list-item;
}
.single-content ul.tabs li a {
  font-size: 16px;
  font-weight: normal;
  border-bottom: medium none;
  color: #444;
  font-weight:bold;
  cursor: pointer;
}
.single-content ul.tabs li a:hover {
  color: #000;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.single-content .tabs-wrapper .tabs-container {
  float: left;
  width: 100%;
  padding: 15px;
  padding-top: 30px;
  background: #FFF none repeat scroll 0% 0%;
}
.single-content .tabs-wrapper .tabs-container .tab_content {
  background: #FFF none repeat scroll 0% 0%;
  padding: 0px;
}
.c70{
  position: relative;
  float: left;
  width: 55%;
}
.c30{
  position: relative;
  float: right;
  width: 40%;
}
.c30 img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c70,
  .c30{
    width: 100%;
  }
  .c30 {
    margin-top: 20px;
  }
}


.conteudo {
	float: left;
	width: 100%;
}
.coluna50 {
	float: left;
	width: 50%;
}
@media screen and (max-width: 768px) {
  .coluna50 {
    width: 100%;
  }
}
.coluna50.left {
	padding-right: 30px;
}
.coluna50.right {
	border-left: 1px solid #DDD;
	padding-left: 30px;
}
.coluna50.right img{
  width: 100%;
  border: 5px solid #fff;
  box-shadow: 0 0 10px #ccc;
}
@media screen and (max-width: 768px) {
  .coluna50.left{
    padding-right: 0;
  }
  .coluna50.right  {
    border-left: none;
    padding-left: 0px;
    margin-top: 20px;
  }
}
.conteudo .text {
	float: left;
	width: 100%;
	font-size: 1.2rem;
	color: #333;
}
@media screen and (max-width: 768px) {
  .conteudo .text   {
    font-size: 1rem;
  }
}
.conteudo .text.margin-bottom {
	margin-bottom: 20px;
}
.form {
	float: left;
	width: 100%;
}
.form .field {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.form .field:last-child {
	margin-bottom: 0;
}
.form .field label {
	float: left;
	width: 100%;
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	margin-bottom: 5px;
}
.form .field label b {
	font-weight: 400;
	color: #F00;
}
.form .field .campo {
	float: left;
	width: 100%;
	padding: 10px;
	font-size: 1rem;
	color: #333;
	border: 1px solid #DDD;
	border-radius: 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.form .field .campo:hover {
	border-color: #AAA;
}
.form .field .campo:focus {
	border-color: #555;
}
.form .field textarea.campo {
	min-width: 100%;
	max-width: 100%;
	min-height: 150px;
}
.form .field .campo.telefone1 {
	width: 200px;
}
.form .field .botao {
	font-size: 1rem;
	color: #000;
	background: #f8ba4a no-repeat 15px center;
	padding: 10px 20px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.form .field .botao:hover {
	background-color: #111;
  color: #fff;
}
.form .field .botao:active {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.form .field .botao.sucess:active,
.form .field .botao.error:active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.form .field .botao.wait {
	background-color: #DDD;
	background-image: url(../img/loader/loader-20-888-ddd.GIF);
	padding-left: 50px;
	color: #888;
}
.form .field .botao.sucess {
	background-color: #009B08;
	background-image: url(../img/icons/check-20-fff.png);
	padding-left: 50px;
	color: #FFF;
}
.form .field .botao.error {
	background-color: #900;
	background-image: url(../img/icons/error-20-fff.png);
	padding-left: 50px;
	color: #FFF;
}
#localizacao {
	float: left;
	width: 100%;
  margin-top: 40px;
}
#contato .title{
	float: left;
	width: 100%;
	font-size: 1.8em;
	font-weight: 400;
}
#contato .title b,
#localizacao .title b {
	color: #333;
	font-weight: 400;
}
#contato .tel,
#contato .tel:visited {
	float: left;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 400;
	color: #333;
}
#contato .email {
	float: left;
	width: 100%;
	font-size: 1em;
	font-weight: 400;
	margin-bottom: 20px;
}
#mapa.contato,
#mapa {
	float: left;
	width: 100%;
	height: 363px;
	background: #EEE;
}
#mapa.localizacao {
	margin-top: 0;
}







.msgfoot{
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
  background: #fd9306 url('../img/bgsbf.jpg') center no-repeat;
  text-align: center;
  line-height: 100px;
  font-size: 1.6rem;
  font-family: "Encode Sans Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #34306f;
}

.msgfoot span{
  color: #ff5802;
}
@media screen and (max-width: 768px) {
  .msgfoot{
    background: #f7c57c;
    height: auto;
    line-height: normal;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


.porque{
  position: relative;
  float: left;
  width: 100%;
  padding: 40px 20px;
  background: #eee;
  text-align: center;
  display: table-cell;
  margin-top: -20px;
  vertical-align: top;
  font-family: "Encode Sans Condensed", sans-serif;
}
@media screen and (max-width: 768px) {
  .porque{
    padding: 10px;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.destpq{
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  color: #34306f;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .destpq{
    font-size: 2rem;
  }
}
.destpq span{
  color: #ff5802;
}
.cspq{
  position: relative;
  display: inline-block;
  width: 225px;
  margin: 15px;
  min-height: 150px;
}
@media screen and (max-width: 768px) {
  .cspq{
    width: 300px;
    margin: 0;
    margin-top: 20px;
  }
}
.icopq{
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ttpq{
  font-size: 1.4rem;
  color: #ff5802;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.txtpq{
  font-size: 1rem;
  color: #333;
  float: left;
  width: 100%;
  font-weight: 400;
}


.atuacao{
  position: relative;
  float: left;
  width: 100%;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1rem;
  text-align: justify;
  margin-bottom: -5px;
  margin-top: -20px;
}
.ftcol{
 position: relative;
 float: left;
 padding: 40px;
 width: 60%;
}
.sccol{
 position: relative;
 float: right;
 width: 40%;
 overflow: hidden;
}
.ttatuacao{
  font-size: 2rem;
  color: #34306f;
  font-weight: bold;
  float: left;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.ttatuacao span{
  color: #195e9e;
}
@media screen and (max-width: 768px) {
  .ftcol{
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
  }
  .ttatuacao{
    font-size: 1.7rem;
    margin-top: 30px;
  }
  .sccol{
    width: 100%;
    max-height: 400px;
  }
}







#footer {

  float: left;

  width: 100%;
  text-align: center;

  background: #fff url('../img/bgfoot.jpg') center;
  padding: 20px;
  border-top: 5px solid #ccc;

}
@media screen and (max-width: 768px) {
  #footer {
    height: auto;
    text-align: center;
    line-height: normal;
    padding: 10px;
  }
}

#footer .case.layout {

  padding: 30px 0;

}



#footer .address,

#footer .phone,

#footer .copyright {

  float: left;

  width: 100%;

  text-align: center;

  font-size: 0.7rem;

  color: #0f3c7f;

}

#footer .phone{
  margin-top: 10px;
}


#footer .copyright {

  margin-top: 20px;

}

#footer .logo img{

  height: 60px;
  display: inline-block;

  margin-top: 10px;
  margin-bottom: 30px;

}

#footer .arco {

  float: left;

  width: 100%;

  text-align: center;

  margin-top: 20px;

}



#footer .arco img {



  width: 34px;

  height: 30px;

}
#painel .img{
  position: relative;
}
.caption{
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.caption .caption-title{
  width:100%;
  text-align: left;
  padding-left: 70px;
  padding-right: 40px;
  color:white;
  font-size:40px;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  padding-top: 5%;
}

.caption .caption-title span{
  font-size: 35px;
  font-weight: 400;
}