*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;  
            -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    font-size: 16px;
    color: #666; 
    font-weight: 400;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;   
    font-family: 'Montserrat', sans-serif;    
}

a {
    color: #89bc4e;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
a:hover {
    color: #89bc4e;
    text-decoration: none;
}
a img {
    border: none;
}
.anima, #form-contato *, .veja-tambem *, .w-fale {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.hide{
    display: none !important;
}
.alignleft {
    float: left;
    padding: 5px 15px 5px 0 !important;
}
.alignright {
    float: right;
    padding: 0 0 10px 15px;
}
.aligncenter {
    text-align: center !important;
margin:0px auto !important;
}
.clear {
    clear: both;
}
.pagenavi {
    margin: 20px 0;
    clear: both;
}
.full {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}
.flex-v{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction:column;
}
.flex-h{
display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction:row;
    flex-wrap:wrap;
}
/*==================================================
HEADER
====================================================*/

header {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 0px 2%;   
}
header.topo-home{
    position: absolute;
    z-index: 9;
}
header h1 {
    position: absolute;
    overflow: hidden;
    margin: 0;
    padding: 0;
    top: -100px;
}
header h1 span {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    color: #fff;
    visibility: hidden;
}
.logo{padding: 15px 5px;}
.logo img{
    max-width: 100%;
    
}
.active{
    opacity: 1;
}
#btn-call{
    cursor: pointer;   
      padding: 6px;
    width: 50px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    top: 30px;
    right: 25px;
    left: auto;
    z-index: 99;
    display: none;
}
#btn-call.home{
    display: block;
     background: #8ebf63;
    padding: 15px;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
}
#btn-call.home:hover{
    background: #556967;
}
#btn-call.home .hamburguer div{
   background: #fff !important;
    height: 3px;
}
#btn-call:hover .hamburguer div{
   background: #8ebf63;
}
.hamburguer {  
        cursor:pointer;
    text-align: center;
  outline:none;
    border:0;
  z-index: 999;
    width: 100%;
    height: 100%;
  display: block;
    margin: 0px auto;
        -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.bar1, .bar2, .bar3 {
    width: 100%;
    height: 2px;
    background-color: #666;
    margin: 8px 0;
    transition-duration: 0.4s; 
}
.toggle .bar1 {
  transform: rotate(-45deg) translate(-15px, 12px);
  -webkit-transform: rotate(-45deg) translate(-15px, 12px);    
  background:white;
}
.toggle .bar2 {
  opacity: 0;
}
.toggle .bar3 {
  transform: rotate(45deg) translate(0px, 0px);
  -webkit-transform: rotate(45deg) translate(0px, 0px);
  background:white;
}

#m-response {
    display: flex;
    position: fixed;
    z-index: 99999;
    left: -120%;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     background: #37424c;
}
#m-response.inactive {
    animation-name: FechaMenuResponsive;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    -webkit-animation-name: FechaMenuResponsive;
    -webkit-animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#m-response.active {
    animation-name: AbreMenuResponsive;
    animation-duration: .8s;
    animation-fill-mode: forwards;
    -webkit-animation-name: AbreMenuResponsive;
    -webkit-animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
#m-response .fechar a {
    position: relative;
    text-indent: -999px;
    overflow: hidden;
    width: 40px;
    height: 40px;    
    display: block;
}
#m-response .fechar {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    padding: 4px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#m-response .fechar:hover {
    background-color: #8ebf63;
}
@-webkit-keyframes AbreMenuResponsive {
0% {
left:-100%;
width: 0px;
}
100% {
left:0%;
width: 100%;
}
}

#m-response ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: block;
}
#m-response ul li {
    width: 100%;
    display: block;
     text-align: left;
        font-size: 16px;   
}
#m-response ul li a {
    color: #fff !important;

    display: block;
    padding: 13px 14px;
}
#m-response ul li a:hover {
    background-color: #8ebf63;
}
#m-response ul li#menu-item-43{
    font-size: 11px !important;
    text-transform: uppercase;
    font-weight: 700;
   
    padding: 12px 0;
    margin: 15px 0;
    border-top:1px solid;
    border-bottom:1px solid;
}
#m-response ul li#menu-item-43 a{
    color: #999 !important;
}
#m-response ul li#menu-item-43:hover a{
    background: transparent;
    cursor: default;
}

.menu-superior{    
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 999;
    width: 100%;
    max-width: 450px;
}
.menu-superior ul{
    margin: 20px 30px 0 0;    
    list-style: none;
    padding: 0;
    text-align: right;
    width: 100%;
     justify-content: space-between;
    list-style-type: none;
     font-size: 14px;
}
.topo-home .menu-superior ul{
    margin: 30px 30px 0 0;  
}
.menu-superior > ul > li {
    display: inline-block;
    text-align: left;
    position: relative;
top: 10px;
}
.menu-superior > ul > li.current_page_item a::after{
    height: 2px;
    opacity: 1;
}
.menu-superior ul li a {
    display: block;
    color: #666;
    font-weight: 600;
    padding: 10px 6px;           
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    text-decoration: none;
}
.topo-home .menu-superior ul li a {
    color: #fff;
}
.menu-superior > ul > li > a, 
.menu-superior > ul > li > a:after,
.menu-superior > ul > li > a:before {
    transition:all 400ms ease;
}
.menu-superior > ul > li > a::after{
  content:"";
  height:1px;
    opacity: 0;
   background-color: #546967;
  position:absolute;
  bottom:0%;
  left:0;
    width: 100%;
}
.menu-superior > ul > li > a:hover::after {
    opacity: 1;
  height:100%;
    z-index: -1;   
}
.menu-superior > ul > li:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(-1px);
}
.menu-superior > ul > li > a:hover {
     color: #fff;  
}
.menu-superior > ul ul.sub-menu {
    max-width: 200px;
    z-index: 99999999999999;
    padding: 0;
    position: absolute;
    top: 15px;
    left: 0;
    text-align: left;
    background: #fff;
    visibility: hidden;
    transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transform: translateY(10%);
    -webkit-box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 22px -12px rgba(0,0,0,0.25);
}
.menu-superior nav > ul ul.sub-menu > li a {
    display: block;
    text-decoration: none;    
    color: #35573a;

}
.menu-superior > ul ul.sub-menu li {
    display: block !important;
    clear: both;
    position: relative;
}
.menu-superior > ul ul.sub-menu li a {
    display: block;
    padding: 10px 10px;
    transition: all 0.01s ease-in-out;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    color: #35573a;
        font-weight: 400;
}
.menu-superior > ul ul.sub-menu li:hover > a {
    background: #35573a;
    color: #fff;
}
/*==================================================
ARTICLE
====================================================*/
article {
    padding: 0;
    margin: 0px;
    position: relative;
    font-size:16px;
}
article * {
    text-align: justify;
}
article ul {
    margin-left: 25px;
    margin-bottom: 15px;
    padding: 0px !important;
    line-height: 180%;
    text-align: justify;
    list-style-position: left;
    list-style: square;
}
article ul li {
    padding: 0px !important;
    margin: 0px !important;
    text-align: left;
}
p {
    line-height: 170%;
    margin-bottom: 10px;
    padding: 2px;
    text-align: justify;
}
#cabecalho {
    background: url("img/bg_sobre.jpg") repeat;
    width: 100%;
    text-align: left;
    overflow: hidden !important;
    z-index: 0;
    position: relative;
    padding: 30px 0;
}
#cabecalho h2 {
    margin: 0px;
    padding:10px 0;
    text-align: left;
    font-weight: 500 !important;
    font-size: 33px;
    position: relative;
    z-index: 2;
    color: #fff;
    
}

/*==================================================
HOME
====================================================*/
#intro{
    background-image: url("img/home.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    height: 95vh;
    width: 100%;    
    position: relative;
    z-index: 0;
    justify-content: flex-end;
}
#intro .fume{
    position: absolute;
    z-index: 0;
    left: 45%;
    top: 0;
    background: #5b6967;
    opacity: .95;
    width: 100%;
    max-width: 800px;
    margin-left: -400px;
    height: 95vh;    
    display: block;
    overflow: hidden;  
    transform: skew(-15deg, 0deg);
      mix-blend-mode: multiply;
}
#intro .logo{
    text-align: center;
    padding: 2% 0 10% 0;
    position: relative;
    z-index: 3;
}
#intro .frase{
    margin: 0px auto;
    width: 100%;
    max-width: 900px;
    text-align: left;
        position: relative;
    z-index: 3;
}
#intro .frase .box{
    border-left:1px solid #5b6967;
    padding-left: 40px;
    padding-bottom: 80px;
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
    color: #8bbe4f;
    width: 100%;
    max-width: 500px;
}
#home-sobre{
    padding: 100px 0;   
    position: relative;
    background: #89bc4e url("img/bg_sobre.jpg") repeat left top;
}

#home-sobre .texto{
    width: 96%;
    max-width: 500px;
    margin: 0 auto;
}
#home-sobre .texto p{
    text-align: justify;
    color: #fff;
    font-size: 18px;
}
#home-sobre .flex-h{
    max-width: 100%;
    margin: 0px auto;
    justify-content: center;
    align-items: center;
}

/*==================================================
SOBRE
====================================================*/

/*==================================================
AREAS
====================================================*/
#home-areas{
    background: #f0f3ee;
    padding: 70px 0 30px 0;
}
#home-areas ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#home-areas .item {
    width: 33%;
    position: relative;
}
#home-areas .item a{
    color: #fff;
    font-weight: 700;
    
}
#home-areas .item h3{
    text-align: center !important;
    width: 100%;
    max-width: 80%;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto;
}
#home-areas .item p{
    text-align: center;
       opacity: .2;
}
#home-areas .item p span{
    background: rgba(255,255,255,0);
    text-transform: uppercase;
    margin: 0px auto;
    display: block;
    padding: 6px 12px;
    font-size: 12px;
 border: 1px solid #fff;

}
#home-areas .item:hover .mask p{
    opacity: 1;
}
#home-areas .item:hover .mask p span{
    background: rgba(255,255,255,0);
    padding: 12px 18px;
}
#home-areas figure{
    padding: 0;
    margin: 0;
    position: relative;
}
#home-areas figure img{
    display:  block;
    width: 100%;
    height: auto;
}
#home-areas figure .mask{
    background: rgba(53,87,58,.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
#home-areas .item:hover figure .mask{
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    opacity: .7;
}
#home-areas figure:hover .mask{
     background: rgba(53,87,58,.85);
}
#home-areas .item:hover .mask h3{   
    transform: translateY(-20px);
}
.veja-tambem{
    width: 90%;
    max-width: 700px;
    margin: 0px auto;
    margin-bottom: 80px;
    justify-content: center;
}
.veja-tambem .linha{
    display: block;
    margin: 0px auto;
}
.veja-tambem .grid{
    display: grid;
    grid-column-gap: 25px;
    grid-template-columns: 50% 50%;

}
.veja-tambem .item{
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
    text-align: left;
}
.veja-tambem .item figure{
     margin: 10px;
}
.veja-tambem .item figure img{
    -webkit-box-shadow: -8px 10px 0px 0px rgba(84,105,103,1);
-moz-box-shadow: -8px 10px 0px 0px rgba(84,105,103,1);
box-shadow: -8px 10px 0px 0px rgba(84,105,103,1);
    border: 1px solid #fff;
   
}

.veja-tambem .item p{
    text-align: center;
    font-weight: 700;
}
.veja-tambem h4{
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.fullArea{
        position: relative;
    z-index: 0;
    margin: 0px auto;
    width: 100%;
    min-height: 50vh;
    justify-content: flex-start;
    align-items: center;
      -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.fullArea .float{    
    position: absolute;
    z-index: 3;
    top: 0%;
    display: block;
    width: 100%;
    height: 100%;
      background: rgba(84,105,103,.6);
}
.fullArea .float h2{
    font-size: 5.5vw !important;
    line-height: 110%;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    padding: 20px 14px;
    
    width: auto;
    
}
/*==================================================
FOOTER
====================================================*/
#footer{
    padding: 50px 0;   
    font-size: 16px;
}
#footer .flex-h{
    max-width: 900px;
    margin: 0px auto;
}
.redes {
    text-align: left;
    padding: 20px;
}
.redes a{
    margin: 5px;
}
.social{
    padding: 4px;
}
.social a:hover *,
.redes a:hover *{
    fill: #89bc4e;
}
.social a{
    margin-right: 12px;
}
.by {
    clear: both;
    text-align: center;
    font-size: 11px;
    margin: 0px auto;
    padding: 15px 0px;
    background: #fff;
}
.by, .by a {
    color: #999;
}
.by a {
    text-decoration: underline;
}

/*==================================================
CLASSES
====================================================*/
.relativo{position: relative;}
#back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    left: auto;
}
#back-top a {
    width: 40px;
    display: block;
    color: #666;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
/* arrow icon */
#back-top span {
    width: 40px;
    height: 40px;
    display: block;
    background: #fff url(img/up-arrow.png) no-repeat center 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-indent: -999px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);    
}
#back-top a:hover span {
    background-color: #8cbe4f;
    background-position: center -23px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);     
}
.ulReset {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
p.voltar {
    clear: both;
    margin-top: 35px;
}
p.voltar a {
    padding: 6px 11px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
    letter-spacing: 1px;
}
p.voltar a:hover {
    color: #fff;
    background: #37424c;
    border-color: #37424c;
    text-decoration: none;
}

.respiro {
    padding: 75px 0;
    display: block;
}

/*==================================================
FORM
====================================================*/
#google-container {
	position: relative;
	width: 100%;
	height: 400px;
	display:block;
	background-color: #e7eaf0;
}
#cd-google-map {
	position: relative;
}
@media only screen and (min-width: 768px) {
#cd-google-map address {
	font-size: 15px;
	font-size: 0.9375rem;
	text-align: center;
}
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: rgba(0, 0, 0, 0.9);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #666;
}

#cd-zoom-in, #cd-zoom-out {
	margin-left: 50px;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-bottom: 1px;
	margin-top: 50px;
}
#cd-zoom-out {
	background-position: 50% -32px;
}
#contato *{
    color: #fff;
}
#contato .respiro:nth-child(1){
      background: #37424c;
    margin: 10px 0;
}
#contato .risco{
    margin: 20px 0;
}
#contato h2{
    text-align: left;
    margin: 0px;
    font-size: 18px;
}
#contato .box{
    margin-bottom: 30px;
    font-size: 18px;    
}
#contato p{
    text-align: left !important;
}

.grecaptcha-badge {
    display: none;
}
.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    text-align: center;
    border: 1px dashed #ccc !important;
    border-collapse: collapse;
}
.wpcf7-validation-errors {    
    background: yellow;
    color: #fff;
}
.wpcf7-mail-sent-ok {
    border-color: #fff !important;
    color: #fff;
}
.wpcf7-not-valid-tip {
    color: red !important;
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-size: 12px !important;
}
.wpcf7-form, form, .wpcf7-form p {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
}
#contato .wpcf7-form{
    width: 90%;
}
#contato .wpcf7-text, #contato .wpcf7-textarea, #contato .wpcf7-email{
    font-size: 15px;
    width: 100%;
    padding: 19px;
    margin-bottom: 14px;
    background: #6a8280;
    color: #fff;
    border: none;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#contato .wpcf7-text:focus, #contato .wpcf7-textarea:focus, #contato .wpcf7-email:focus{
    outline: none;
    background: #8cbe4f;
}
#contato .wpcf7-submit {
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
    padding: 10px 16px;
    text-transform: uppercase;
    line-height: 180%;
    cursor: pointer;
    background: transparent;
    color: #fff !important;
    border: 1px solid #6a8280;
}
#contato .wpcf7-submit:hover {
    background: #6a8280;
}
#contato .wpcf7-textarea {
    height: 135px;
}
img, object, embed {
    max-width: 100%;
    height: auto;
}
object, embed {
    height: 100%;
}
img {
    -ms-interpolation-mode: bicubic;
}
/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1150px;
 *zoom: 1;
    justify-content: flex-start;
    text-align: left;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse .column, .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
 *zoom: 1;
}
.row .row:before, .row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
 *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    justify-content: flex-start;
    vertical-align: top;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.large-1 {
    position: relative;
    width: 6.25%;
}
.large-2 {
    position: relative;
    width: 12.5%;
}
.large-3 {
    position: relative;
    width: 18.75%;
}
.large-3col {
    position: relative;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
}
.large-4 {
    position: relative;
    width: 25%;
}
.large-5 {
    position: relative;
    width: 31.25%;
}
.large-6 {
    position: relative;
    width: 37.5%;
}
.large-7 {
    position: relative;
    width: 43.75%;
}
.large-8 {
    position: relative;
    width: 50%;
}
.large-9 {
    position: relative;
    width: 56.25%;
}
.large-10 {
    position: relative;
    width: 62.5%;
}
.large-11 {
    position: relative;
    width: 68.75%;
}
.large-12 {
    position: relative;
    width: 75%;
}
.large-13 {
    position: relative;
    width: 81.25%;
}
.large-14 {
    position: relative;
    width: 87.5%;
}
.large-15 {
    position: relative;
    width: 93.75%;
}
.large-16 {
    position: relative;
    width: 100%;
}
.w-fale {
    position: fixed;
    z-index: 999999;
    right: auto;
    left: 12px;
    bottom: 12px;
    width: 55px;
    height: 55px;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #08c65b;
}
.w-fale:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    width: 65px;
    height: 65px;
    padding: 15px;
}
.w-fale.desktop {
    display: block;
}
.w-fale.mobile {    
    display: none;
}

@media only screen and (max-width: 768px) {
    #home-areas ul{
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    #home-areas ul .item{
        width: 100%;
        max-width: 500px;
        margin: 30px auto;        
    }
    .menu-superior{
        display: none;
    }
    #btn-call{
        display: block;
    }
        .w-fale.desktop {
    display: none;
}
.w-fale.mobile {
    display: block;    
}
    #home-sobre img{ display: block; margin: 0px auto; margin-bottom: 20px}

.row {
    max-width: 100%;
    margin: 0 auto;
}
.column, .columns, .large-3col {
    display: block !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.HideOnMobile, .HideOnMobile * {
    display: none;
}
}
@media only screen and (max-width: 690px) {
    .veja-tambem .grid{    
    display: block;
}
#footer{padding-bottom: 0;}
    
}
@media only screen and (max-width: 600px) {
    #m-response ul li,
    #m-response ul li a{
        text-align: center;
    }
    .veja-tambem .grid{
    display: block;    
}
.respiro{ padding: 20px 10px;}

.HideOnSmart, .hideOnMobile {
    display: none !important;
    visibility: hidden;
}
}

