﻿@import '//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css';
.navigation {
  z-index: 999;
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 3px #e7e7e7;
}
.navigation:before {
  content: '';
  background-color: #ffffff;
  height: 10px;
  bottom: 100%;
  left: 0;
  right: 50%;
  margin-right: 585px;
  position: absolute;
}
.navigation:after {
  content: '';
  background-color: #ffffff;
  height: 10px;
  bottom: 100%;
  right: 0;
  left: 50%;
  margin-left: 585px;
  position: absolute;
}
.navigation .sf-menu {
  z-index: 990;
  text-align: center;
  position: relative;
}
.navigation nav {
  position: relative;
}
.select-menu {
  display: none !important;
}
.sf-menu ul {
  position: absolute;
  top: -999px;
  display: none;
}
.sf-menu > li > ul > li {
  float: none;
  position: static;
}
.sf-menu > li {
  letter-spacing: 1px;
  float: left;
  width: 16.66666666666%;
  position: relative;
  font-size: 17px;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 500;
}
.sf-menu > li > a {
  display: block;
  position: relative;
  color: #343438;
  text-align: center;
  padding: 43px 0 47px;
}
.sf-menu > li > a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 100%;
  background-color: #ffffff;
  height: 10px;
  width: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -2px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #333 transparent transparent transparent;
}
.sf-menu > li.sfHover > a,
.sf-menu > li.current > a,
.sf-menu > li > a:hover {
  color: #ffffff;
  background-color: #5acaa3;
}
.sf-menu > li.sfHover > a:before,
.sf-menu > li.current > a:before,
.sf-menu > li > a:hover:before {
  width: 0;
}
.sf-menu > li.sfHover > a:after,
.sf-menu > li.current > a:after,
.sf-menu > li > a:hover:after {
  border-color: #fff transparent transparent transparent !important;
  background-color: transparent !important;
}
/*================================>> 2 Level <<========================================*/
.sf-menu > li ul {
  z-index: 999;
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #343438;
  top: 100%;
  padding: 39px 0 42px;
}
.sf-menu li ul li {
  margin-top: 0;
  position: relative;
  float: none !important;
  text-align: left;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.sf-menu li ul li a {
  position: relative;
  color: #ffffff;
}
.sf-menu li ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #fff;
  right: -5px;
  bottom: 4px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu li li a:hover,
.sf-menu li.sfHover li.sfHover > a {
  color: #5acaa3;
}
/*================================>> 3 Level <<========================================*/
.sf-menu > li ul li ul {
  left: 100%;
  top: -39px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 767px) {
  .navigation {
    float: none !important;
    padding: 10px 0px 10px !important;
    clear: both;
    margin: 0;
    width: auto;
    min-height: 0px;
  }
  .navigation nav {
    border: none !important;
    float: none !important;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #927c67;
    margin: 0 auto;
    padding-left: 0 !important;
  }
  .navigation nav ul {
    border: none;
  }
  .sf-menu {
    display: none !important;
    float: none;
  }
  .select-menu {
    font: 12px/15px Arial, Helvetica, sans-serif;
    color: #202020;
    width: 100%;
    margin: 0 auto;
    float: none;
    outline: none;
    text-align: left !important;
    display: block !important;
    border: 2px solid #343438;
  }
  .select-menu option {
    text-align: left;
  }
}
/* Stuck menu styles
========================================================*/
#stuck_container {
  padding: 10px 0;
}
.isStuck {
  background-color: #dc5e61;
  padding: 20px 0;
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  left: 51%;
  margin-left: 640px;
  overflow: hidden;
  border: none;
  color: #9c999c;
  width: 41px;
  height: 41px;
  font-size: 17px;
  line-height: 41px;
  z-index: 20;
  border-radius: 500px;
  text-align: center;
  border: 1px solid #a19ea1;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #5acaa3;
  border-color: #5acaa3;
}
/*Core variables and mixins*/
html {
  width: 100%;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
sss * {
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
  background: #ffffff;
  color: #3e3e43;
  font: 300 13px/24px 'Ubuntu', sans-serif;
}
strong {
  font-weight: 700;
}
address {
  font-style: normal;
}
p {
  margin-bottom: 24px;
}
input,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
}
/****Heads****/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #343438;
  font-family: 'Ubuntu Condensed', sans-serif;
  text-transform: uppercase;
  position: relative;
}
h2 {
  font-size: 42px;
  line-height: 40px;
  padding-top: 80px;
  margin-bottom: 61px;
}
h2.head__1 {
  padding-top: 74px;
}
h3 {
  font-size: 34px;
  line-height: 40px;
  padding-top: 86px;
  margin-bottom: 36px;
}
/****Lists****/
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.list {
  margin-top: -3px;
}
.list li {
  text-transform: uppercase;
  padding-left: 22px;
  position: relative;
}
.list li:before {
  position: absolute;
  content: "";
  font: 13px/24px 'FontAwesome';
  color: #3e3e43;
  display: block;
  left: 0;
  top: 0;
}
.list li + li {
  margin-top: 6px;
}
/****Links****/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
a:hover {
  color: #5acaa3;
}
.btn {
  display: inline-block;
  color: #ffffff;
  background-color: #5acaa3;
  text-transform: uppercase;
  font: 14px/20px 'Ubuntu Condensed', sans-serif;
  padding: 15px 17px 15px 20px;
  letter-spacing: 1px;
  margin-top: 52px;
}
.btn:hover {
  background-color: #343438;
  color: #ffffff;
}
.btn.btn__big {
  margin-top: 48px;
  font-size: 20px;
  line-height: 40px;
  padding: 10px 55px;
  letter-spacing: normal;
}
.btn.btn__small {
  background-color: #ffffff;
  color: #3e3e43;
  font-size: 14px;
  padding: 14px 15px 15px;
  margin-top: 50px;
  letter-spacing: 1px;
}
.btn.btn__small:hover {
  background-color: #343438;
  color: #ffffff;
}
/****classes****/
.mb0 {
  margin-bottom: 0px !important;
}
.m0 {
  margin: 0 !important;
}
.pad0 {
  padding: 0 !important;
}
.img_inner {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 27px;
}
.img_inner.fleft {
  float: left;
  width: auto !important;
  margin-right: 30px;
  margin-bottom: 0px;
}
.img_inner.offset__1 {
  margin-bottom: 29px;
}
.img_inner.img_fright {
  margin-top: 0;
  position: relative;
  top: -10px;
  float: right;
  margin-left: 30px;
}
.oh {
  overflow: hidden;
}
.fright {
  float: right !important;
}
.upp {
  text-transform: uppercase;
}
.alright {
  text-align: right;
}
.ta__center {
  text-align: center;
}
.ta__left {
  text-align: left;
}
.ta__right {
  text-align: right;
}
.td__underline {
  text-decoration: underline;
}
.wrapper,
.extra_wrapper {
  overflow: hidden;
}
.clear {
  float: none !important;
  clear: both;
}
.oh {
  overflow: hidden;
}
.nowrap {
  white-space: nowrap;
}
.rel {
  position: relative;
}
.pad-1 {
  padding-right: 86px;
}
.pad-2 {
  padding-right: 40px;
}
/*header*/
.main {
  overflow: hidden;
}
.header_top {
  position: absolute;
  background: none;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 1;
  top: 50%;
  margin-top: -152px;
}
.header_top .slogan {
  color: #ffffff;
  font-size: 42px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 61px;
  letter-spacing: 1px;
}
#header {
  display: block;
  position: relative;
  z-index: 999;
  text-align: center;
}
#header h1 {
  font: 42px/42px 'Ubuntu Condensed', sans-serif;
  display: inline-block;
  background-color: #ffffff;
  padding: 23px 43px 25px 36px;
  letter-spacing: 1px;
}
#header .rel {
  z-index: 999;
}
#header.sub__header {
  padding-top: 51px;
  background: url(../imagesLayout/sub_header.jpg) center 0 no-repeat;
}
#header.sub__header_Imperdivel {
  padding-top: 51px;
  background: url(../imagesLayout/sub_header_imperdivel.jpg) center 0 no-repeat;
}
#header.sub__header_Servicos {
  padding-top: 51px;
  background: url(../imagesLayout/sub_header_servicos.jpg) center 0 no-repeat;
}

#header.sub__header h1 {
  margin-bottom: 60px;
}

#header.sub__header_Imperdivel h1 {
  margin-bottom: 60px;
}
#header.sub__header_Servicos h1 {
  margin-bottom: 60px;
}


/****Content****/
#content {
  position: relative;
  background-color: #f6f6f6;
}
#content .content_inset__1 {
  padding-bottom: 105px;
}
#content .content_inset__3 {
  padding-bottom: 123px;
}
#content .content_inset__4 {
  padding-bottom: 80px;
}
#content .content_inset__5 {
  padding-bottom: 96px;
}
#content .content_inset__6 {
  padding-bottom: 30px;
}
#content .content_bg__1 {
  background-color: #ffffff;
}
#content .content_bg__1.inset__1 {
  padding-top: 5px;
  padding-bottom: 109px;
}
#content .content_bg__1.inset__1 h2 {
  margin-bottom: 59px;
}
#content .content_bg__1.inset__2 {
  padding-bottom: 93px;
  margin-bottom: 13px;
}
#content .content_bg__1.inset__3 {
  padding-bottom: 98px;
}
#content .content_bg__1.offset__1 {
  margin-bottom: 13px;
}
#content .content_inset__2 {
  padding-top: 21px;
  padding-bottom: 75px;
}
#content.privacy p + .text1 {
  padding-top: 18px;
}
/****Non suppage set****/
.page1 h2 {
  padding-top: 75px;
  margin-bottom: 67px;
}
.page1 #content {
  padding-bottom: 0;
}
/****Blocks****/
.block-1 {
  padding-left: 30px;
  overflow: hidden;
  background-color: #5acaa3;
}
.block-1 img {
  margin-left: 20px;
  float: right;
}
.block-1 h2 {
  color: #ffffff;
  padding-top: 74px;
  margin-bottom: 27px;
}
.block-1 .white {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 27px;
}
.content_map iframe {
  height: 477px;
  width: 100%;
}
.block-3 {
  padding-top: 74px;
}
.bq1 {
  margin-top: -1px;
  overflow: hidden;
}
.bq1 .text1 {
  padding-bottom: 11px;
}
.bq1 img {
  float: left;
  margin-right: 18px;
  margin-top: 6px;
}
.bq1 p {
  overflow: hidden;
  font-style: italic;
}
.blog {
  overflow: hidden;
}
.blog .text1 {
  border-bottom: 0;
  padding-top: 1px;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  top: 1px;
}
.blog .text1.tx__1 {
  padding-top: 0;
  margin-bottom: 21px;
}
.blog .tx__1 + p {
  padding-bottom: 8px;
}
.blog .blog_links {
  margin-bottom: 18px;
}
.blog .btn {
  margin-top: 53px;
}
.blog + .blog {
  margin-top: 68px;
}
/****Tabs****/
.div-nav {
  padding-top: 74px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  overflow: hidden;
  margin-bottom: 42px;
}
.div-nav li {
  float: left;
}
.div-nav li + li {
  margin-left: 48px;
}
.div-nav li.selected {
  color: #5acaa3;
}
.tab-content .btn {
  margin-bottom: 80px;
  margin-top: 33px;
}
/*****Gallery****/
.gall_item {
  background-color: #f6f6f6;
  display: block;
  position: relative;
  top: -2px;
  margin-bottom: 30px;
}
.gall_item .fa {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 32px;
  line-height: 32px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -14px;
  width: 100%;
  z-index: 2;
  position: absolute;
  text-align: center;
  color: #343438;
  opacity: 0;
}
.gall_item img {
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 100%;
  box-shadow: 0 0 0 #fff;
}
.gall_item:hover img {
  opacity: 0.2;
}
.gall_item:hover .fa {
  opacity: 1;
}
.gall_item-1 {
  display: block;
  position: relative;
  margin-bottom: 29px;
}
.gall_item-1 .fa {
  display: block;
  position: absolute;
  font-size: 32px;
  line-height: 32px;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -16px;
  text-align: center;
  opacity: 0;
  color: #343438 !important;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.gall_item-1 img {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  box-shadow: 0 0 0 #fff;
  width: 100%;
  position: relative;
}
.gall_item-1:hover img {
  opacity: 0.3;
}
.gall_item-1:hover .fa {
  opacity: 1;
}
/****Separators****/
/****Text styles****/
.text1 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  border-bottom: 1px solid #e2e2e3;
  padding-bottom: 12px;
  margin-bottom: 23px;
}
.color1 {
  color: #5acaa3;
}
.color1 a:hover,
a.color1:hover {
  color: #343438;
}
.color2 {
  color: #343438;
}
.color3 {
  color: #dc5e61;
}
.color4 {
  color: #2e3e4b;
}
.white {
  color: #ffffff;
}
/****Map****/
.map {
  overflow: hidden;
  bottom: 0;
  top: 0;
  padding-top: 6px;
}
.map figure {
  margin-bottom: 22px;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 400px;
  max-width: 100%;
}
.address1 {
  float: left;
  display: block;
  line-height: 20px;
}
.address1 dt {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.address1 dd span {
  min-width: 70px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
.address1 + .address1 {
  margin-left: 98px;
}
.address-2 {
  padding-top: 2px;
}
.address-2 + .address-2 {
  margin-top: 48px;
}
/**Footer**/
#footer {
  color: #b3b3b3;
  line-height: 20px;
  padding-bottom: 95px;
}
#footer .socials {
  overflow: hidden;
  padding-top: 5px;
}
#footer .socials .fa {
  display: block;
  border: 1px solid #b0adb0;
  width: 41px;
  height: 41px;
  border-radius: 500px;
  font-size: 17px;
  line-height: 41px;
  text-align: center;
  float: left;
  color: #9c999c;
}
#footer .socials .fa + .fa {
  margin-left: 11px;
}
#footer .socials .fa:hover {
  border-color: #e7565c;
  background-color: #e7565c;
  color: #ffffff;
}
#footer .socials .fa.fa-twitter {
  font-size: 21px;
}
#footer .socials .fa.fa-facebook {
  font-size: 18px;
}
/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
  .block-1 {
    padding: 30px;
  }
  .block-1 img {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    margin: 0;
  }
  .extra_wrapper {
    overflow: visible;
  }
  .slogan {
    font-size: 24px !important;
    line-height: 24px !important;
    padding-top: 20px !important;
  }
  .navigation:before {
    margin-right: 470px;
  }
  .navigation:after {
    margin-left: 464px;
  }
}
@media only screen and (max-width: 979px) {
  .content_map iframe {
    height: 250px;
  }
  .navigation:before {
    margin-right: 374px;
  }
  .navigation:after {
    margin-left: 368px;
  }
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .nowrap {
    white-space: normal;
  }
  .img_inner.fleft {
    margin-bottom: 20px;
  }
  .img_inner.fleft.indent__1 {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .img_fright {
    float: none !important;
    margin-left: 0 !important;
    padding-top: 20px;
  }
  .map figure {
    height: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .bq1 {
    padding-top: 35px;
  }
  .div-nav li {
    float: none;
    margin-left: 0 !important;
  }
  .list {
    margin-top: 6px;
  }
  .block-2 {
    padding-top: 45px;
  }
  .navigation:before {
    display: none;
  }
  .navigation:after {
    display: none;
  }
  .fright {
    float: none !important;
  }
  .map_wrapper .preffix_8 {
    margin-left: 0 !important;
  }
  .map {
    position: static;
    margin-right: 0;
  }
  .map iframe {
    height: 400px !important;
  }
  .none {
    clear: both;
  }
  img.img_inner.fleft.noresize {
    width: auto !important;
    margin: 0 0 15px !important;
    display: block !important;
  }
  .img_inner,
  .img_inner.fleft {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 40px;
  }
  .img_inner img,
  .img_inner.fleft img {
    width: 100%;
  }
  header h1 {
    float: none;
    left: 0;
    margin-bottom: 20px;
  }
  header h1 a {
    width: 100%;
    display: block;
  }
  header h1 a img {
    display: block;
    margin: 0 auto;
  }
  .map figure iframe {
    height: 300px;
  }
  .content .noresize {
    width: auto !important;
    float: left !important;
    margin-right: 20px !important;
    margin-top: 4px !important;
  }
  .none {
    clear: both;
  }
  .address1 + .address1 {
    margin-left: 40px;
  }
}
