*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    background: #fff;
    font-size: 15px;
    color: #624c3b; 
    font-weight: 400;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;  
    position: relative;
    z-index: 0;
      font-family: 'Open Sans', sans-serif;
}
body.interna{
    background: #fff url(img/bg.jpg) no-repeat 90% top;
}
a {
    color: #694a38;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
a:hover {
    color: #876e60;
    text-decoration: none;
}
a img {
    border: none;
}
figure{
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}
img{
    display: block;
    height: auto;
}
p{
       line-height: 30px;
}
.anima, .w-fale, #lista-blog .item, #lista-blog .item *, #home-areas *, #newsletter *, .formulario-contato *, .lista-areas *, #veja .grid .item *, #equipe *, .carrossel .slides * {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.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-wrap: wrap;
}
.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.home{
    position: absolute;
}
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 img{
    max-width: 100%;
    height: auto;
}
#topo{
    margin-top: 30px;
}
#topo h1{
    font-size: 35px;
    margin-bottom: 0;
    border-top:1px dotted #ccc;
    border-bottom:1px dotted #ccc;
    padding: 12px 0;
}
/*==================================================
ARTICLE
====================================================*/
article {
    padding: 0;
    margin: 0px;
    position: relative;
    font-size:16px;
}
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;
}
article p {
    line-height: 170%;
    margin-bottom: 10px;
    padding: 2px;
    text-align: left;
}
/*==================================================
FLEXSLIDER
====================================================*/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.maskara{
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.maskara div{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;    
    background: #fff;
    width: 20%;
    height: 100%;
    -webkit-animation: moveMaskTopo 1s forwards; /* Safari 4+ */
  -moz-animation:    moveMaskTopo 1s forwards; /* Fx 5+ */
  -o-animation:      moveMaskTopo 1s forwards; /* Opera 12+ */
  animation:         moveMaskTopo 1s forwards; /* IE 10+, Fx 29+ */    
  animation-iteration-count: 1; 
}
.maskara div:nth-child(1){ left: 0%;  animation-delay: 100ms; }
.maskara div:nth-child(2){ left: 20%; animation-delay: 400ms; }
.maskara div:nth-child(3){ left: 40%; animation-delay: 800ms; }
.maskara div:nth-child(4){ left: 60%; animation-delay: 1000ms; }
.maskara div:nth-child(5){ left: 80%; animation-delay: 1200ms; }
/* moveMaskTopo */
@-webkit-keyframes moveMaskTopo {
0% {      
    transform: translateY(0px);
    } 
100% {    
    transform: translateY(-100%);}
}
@keyframes moveMaskTopo {
0% {      
    transform: translateY(0px);
    } 
100% {    
    transform: translateY(-100%);
    display: none;
    }
}
.flexslider {
    margin: 0;
    padding: 0;
    height: auto;
    min-height: 85vh;
    position: relative;
}
.slides li .mask{
    background: #000;
    opacity: .4;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
}
.slides li {
    position: relative;
    height: 85vh;
    display: none;
    -webkit-backface-visibility: hidden;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-repeat: no-repeat;
}
.slides > li a {
    text-decoration: none !important;
}

.slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 0;
    zoom: 1;
}
.flex-viewport {
    max-height: 85vh;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
}
.flex-direction-nav a {
    width: 50px;
    height: 60px;
    margin: -20px 0 0;
    display: block;
    position: absolute;
    top: 47%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: .5;
    -webkit-transition: all .3s ease;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
.flex-direction-nav .flex-next {
    background: rgba(0,0,0,.25) url(img/right.png) no-repeat center center;
    background-size: 100%;
    right: 0;
}
.flex-direction-nav .flex-prev {
    background: rgba(0,0,0,.25) url(img/left.png) no-repeat center center;
    background-size: 100%;
    left: 0;
}
.flexslider:hover .flex-next {
    opacity: 1;
  
}
.flexslider:hover .flex-prev {
    opacity:1; 
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}
/* Control Nav */
.flex-caption {
    position: relative;
    z-index: 3;
    margin: 0px auto;
    width: 86%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.flex-caption *{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.flex-caption .float{
    width: 90%;
    margin: 0px auto;
    max-width: 1000px;
    text-align: center;
}
.flex-caption .linha{
    display: block;
    margin: 15px auto;
    width: 0;
}
.flex-caption h2 {
    width: auto;
    line-height: 150%;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
}
/* Control Nav */
.flex-control-nav{
    text-align: center;
    display: block;
    bottom: 10%;
    left: 0;
    width: 100%;    
    position: absolute;   
    z-index: 999;
}
.flex-control-nav li {
    margin: 0 6px;
z-index: 999;    
    display: inline-block;
    width: auto;
        width: 11px;
    height: 11px;
}

.flex-control-paging li a {
       width: 11px;
    height: 11px;
    display: block;
    background: #000;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a:hover {
    background: #fff;
}
.flex-control-paging li a.flex-active {
    background: #fff;
    cursor: default;
    width: 11px;
    height: 11px;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
.flexslider .slides li.flex-active-slide h2{
 opacity: 1;
    transform: translateY(0px);
}
.flexslider .slides li.flex-active-slide .linha{
    width: 100px;
}

.carrossel{
    padding: 0px 60px 60px 60px;
    position: relative;
    width: 96%;
    margin: 0px auto;
}
.carrossel h2{
    margin: 60px 10px;
    text-align: center;
    text-transform: uppercase;
    color: #999;
    font-size: 17px;
}
.carrossel .slides{
    margin: 0px auto;        
}
.carrossel .slides li{    
    height: auto;
    padding: 20px;
    position: relative;
    width: 100%;
    border: 1px solid #fff;
}
.carrossel .slides li .item{ 
        margin: 16px auto;    
    max-width: 450px;
    
}
.carrossel .slides li figure{
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    z-index: 0;
}
.carrossel .slides li .mask{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.4);
    opacity: 0;
    text-align: center;
}
.carrossel .slides li .mask span{
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #fff;
    border:1px dotted #ccc;
    transform: translateY(55%);
    position: relative;
    margin: 0px auto;
}
.carrossel .slides li:hover .mask span{
    transform: translateY(100%);
}
.carrossel .slides li .data{
    
}
.carrossel .slides li img{
    display: block;
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
    max-width: 100%;        }
.carrossel .slides li:hover{
border: 1px solid #ccc;
    background: #f0f0f0;
}
.carrossel h3{
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-top: 7px;
}
.carrossel p{
    color: #666 !important;
    text-align: left;      
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
}
.carrossel .slides li:hover .mask{
    opacity: 1;
}
.carrossel .flex-direction-nav{
    top: 50%;
}
.carrossel .flex-direction-nav .flex-next {
    background: #f0f0f0 url(img/next.png) no-repeat center center;
    background-size: 100%;
    right: 0;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    width: 50px;
    height: 50px;
}
.carrossel .flex-direction-nav .flex-next:hover{
    background: #876e60 url(img/next.png) no-repeat center center;
}
.carrossel .flex-direction-nav .flex-prev:hover{
    background: #876e60 url(img/prev.png) no-repeat center center;
}
.carrossel .flex-direction-nav .flex-prev {
    background: #f0f0f0 url(img/prev.png) no-repeat center center;
    background-size: 100%;
    left: 0;
        -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    width: 50px;
    height: 50px;
}


#hothome{
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    justify-content: center;
    align-items: flex-start;
    min-height: 95vh;
    background: url(img/inicio.jpg) no-repeat right top;
     -webkit-background-size: cover 100%;
  -moz-background-size: cover;
  -o-background-size: cover 100%;
  background-size: cover 100%;
}
#hothome .frases{
    width: 90%;
    margin: 0px auto;
    text-align: left;
}
#hothome h2{
    color: #624c3b;
    font-size: 40px;
    max-width: 450px;
}
#hothome p{
    color: #999;
    font-size: 20px;
    max-width: 400px;
}
#home-areas{
    justify-content: center;
           background:#674937 url(img/bg_areas.jpg) no-repeat center top;
         -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    padding: 90px 10px;
    min-height: 60vh;
    transform: skewY(4deg);
    position: relative;
    z-index: 0;
}
#home-areas .flex{
    position: relative;
    z-index: 1;
     transform: skewY(-4deg);
    justify-content: space-between;
    width: 96%;   
    margin: 0px auto;
}
#home-areas .flex .item{    
            -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1;         /* OLD - Firefox 19- */
        -webkit-flex: 1;          /* Chrome */
        -ms-flex: 1;              /* IE 10 */
        flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#home-areas .item:hover .linha{
    width: 120px;
}
#home-areas .item .float{
    margin: 0px auto;
    width: 90%;
     max-width: 300px;
}
#home-areas .item figure{
    position: relative;
    z-index: 0;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
#home-areas .item:hover{
    background: rgba(138,114,95,.4);
}
#home-areas .item figure img{
    display: block;
}
#home-areas .item h3{
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    max-width: 300px;
    margin: 20px 0;    
}
#home-areas .item h3 a{
    color: #fff !important;
}
#home-areas .item p{
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    color: #ada6a1;
}
#home-areas .item .leia{
    text-transform: uppercase;
    margin: 10px 0;
    display: block;
    font-weight: 700;
    font-size: 11px;    
}
#home-areas .item .leia a{
    color: #ada6a1;
}
#home-areas .item .leia a:hover{
    color: #fff;

}
/*==================================================
HOME - SOBRE
====================================================*/
#home-sobre {
    margin: 100px 0;
}
#home-sobre .flex{
    margin: 0px auto;
    margin-top: 40px;
}
#home-sobre .flex .col:nth-child(1){
    width: 40%;
}
#home-sobre .flex .col:nth-child(2){
    width: 60%;
}
#home-sobre .flex .texto{
    margin: 0 auto; 
    padding: 0 20px;
    max-width: 500px;
}
#home-sobre .texto h3{
    font-size: 17px;
    text-transform: uppercase;
    color: #694a38;
}
#home-sobre .texto .linha{
    display: block;
    margin: 25px 0;
}
#home-sobre .leia{
margin-top: 40px;
}
#home-sobre .leia a{
     text-align: left;
    display: block;
    line-height: 40px;
     background: #694a38 url(img/seta.png) no-repeat left center;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 14px 10px 50px;
}
#home-sobre .leia a:hover{    
    background: #876e60 url(img/seta.png) no-repeat left center;
}
/*==================================================
SOBRE
====================================================*/
#sobre .paralax{
    background: #f0f0f0 url("img/paralax_sobre.jpg") no-repeat center top fixed;
        -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    background-repeat: no-repeat;
    min-height: 30vh;
    width: 100%;
    display: block;
}
#MVV {
    padding: 100px 0;
}
#MVV .item{  
    margin: 0px auto; 
    width: 100%;
    max-width: 1100px;
    justify-content: space-between;
}
#MVV .item:nth-child(even){
    flex-direction: row-reverse;
}
#MVV .item .col{
    width: 50%;
    padding: 0 5%;
    justify-content: center;
    align-items: center;
}
#MVV .item .col:nth-child(2){
    border:1px dashed #ccc;
    padding: 35px;

}
#MVV .item .col img{
    margin: 0px auto;
    display: block;
    max-width: 150px;
    height: auto;
}
#MVV article{
    max-width: 90%;
    margin: 0px auto;
}
#MVV p{text-align: left; }
#MVV h3{
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    padding: 3px;
}
#MVV ul{  margin: 0 0 0 25px; padding: 0 0 0 8px; list-style: square;}
#MVV ul li{
    margin-bottom: 7px;
}

/*==================================================
EQUIPE
====================================================*/
#equipe .lista{
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 25px;
    margin: 0px auto;
    width: 94%;
    max-width: 1200px;
}
#equipe .lista.adv{
    padding: 20px 30px 0 0;
     width: 100% !important;
    max-width: 90% !important;
    grid-template-columns: 25% 25% 25% 25%;
}
#equipe h2{
    text-align: center;
    margin: 50px auto;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    max-width: 700px;
}
#equipe .lista .item{

}
#equipe .lista .item figure{
    margin: 0px auto !important;
    max-width: 400px;
}
#equipe .lista .item .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
    justify-content: center;
    align-items: center;
    opacity: 0;
}
#equipe .lista .item .mask .icon{
    width: 50px;
    height: 50px;
       -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    border: 1px dashed #fff;
    padding: 10px;
    position: relative;
    transform: translateY(15px);
}
#equipe .lista .item:hover .mask{
    opacity: 1;
}
#equipe .lista .item:hover .mask .icon{
    transform: translateY(0);
}
#equipe .lista h3{
    color: #694a38;
font-size: 18px;
    margin: 20px auto;    
}
#equipe .lista .info{        
    text-align: center;
}
#equipe .lista .info p{
    font-size: 13px;
    margin-top: 0;
}
/*==================================================
HOME - BLOG
====================================================*/


/*==================================================
BLOG
====================================================*/
#lista-blog {
    width: 100%;
    max-width: 1400px;
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 33% 33% 33%;
    margin: 0px auto;
    padding-bottom: 40px;
}
#lista-blog .item {
    width: 100%;
    padding: 35px 20px;
    background: #fff;
}
#lista-blog .item .padd{
    padding: 8px 15px 15px 15px;
}
#lista-blog .item h3 {
    line-height: 130%;
    font-size: 20px;
    margin: 0px;
    padding: 15px 0 0 0;
    font-weight: 400;
}
#lista-blog .item h3 a{
    color: #876e60;    
}
#lista-blog .item h3 a:hover{
    text-decoration: underline;
}
#lista-blog .item:hover{
    background: #f0f0f0;
}
#lista-blog .item p {
    line-height: 140%;
    color: #999;
    font-weight: 300;
    font-size: 12px;
}
#lista-blog .item figure {
    display: block;
    padding: 0px;
    margin: 0 0 20px 0;
    position: relative;
    z-index: 1;
}
#lista-blog .item .leia{
    font-size: 12px;
    color: #999;
    clear: both;
    border: 1px solid #999;
    padding: 6px 10px;
}
#lista-blog .item .leia:hover{
    background: #876e60;
    border-color:#876e60;
    color: #fff;
}
#lista-blog .resumo{ 
    padding-bottom: 15px;
}
#lista-blog .item figure .mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0);
}
#lista-blog .item figure img{
    display: block;
    border: 1px solid #f0f0f0;
}
#lista-blog .item figure .mask span {
    opacity: 0;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.4);
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#lista-blog .item:hover .mask span {
    opacity: 1;
}
#lista-blog .item:hover .mask {
    background: rgba(0,0,0,.5);
}
#lista-blog .item img {
    display: block;
    width: 100%;
    margin: 0px;
}
.single-title{ color: #876e60; font-size: 25px;}
.titulo{
    color: #876e60;
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
    text-align: left;
}

/*==================================================
REAS
====================================================*/
.lista-areas {padding: 0 15px 90px 15px;}
.lista-areas .item{
    margin: 0px auto;
    margin-bottom: 30px;
    max-width: 1000px;
}
.lista-areas .item:nth-child(even){
    flex-direction: row-reverse;
}
.lista-areas .item .col{
    width: 50%;
    justify-content: center;
    align-items: center;
}
.lista-areas .item .col .texto{
    width: 100%;
    margin: 0px auto;
}
.lista-areas .item .col .texto span{
    display: block;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
}
.lista-areas .item .col .texto h3{
    font-weight: 300;
    font-size: 40px;
        margin: 0 0;
}
.lista-areas .item .col .texto p{
    font-size: 16px;
    color: #999;
    font-style: italic;
}
.lista-areas .item .col img{
    max-width: 300px;
    margin: 0px auto;
}
.lista-areas .item .col img:hover{
    border: 1px solid #666;
    padding: 10px;
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.34);
}
.lista-areas .item .col .leia{
    font-size: 12px;
    font-weight: 700;
    color: #999;
    font-style: normal;
    padding: 10px 0px;
}
.lista-areas .item .col .leia:hover{
    background: #876e60;
    color: #fff;
    padding: 10px 15px;
}
#veja{
    margin: 0px auto;
    margin-bottom: 90px;
    max-width: 800px;
}
#veja h4{
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
}
#veja .grid{
    text-align: center;
    justify-content: center;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 3%;
}
#veja .grid .item figure{
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}
#veja .grid .item img{
    display: block;
}
#veja .grid .item figure .mask{
    background: rgba(0,0,0,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    justify-content: center;
    align-items: center;
 
}
#veja .grid .item:hover .mask{
    opacity: 1;
}
#veja .grid .item:hover .mask .icon{
     transform: translateY(0);
}
#veja .grid .item:hover h3{
    padding: 20px;
    background: #8a725f;
    color: #fff;
}
#veja .grid .item figure .mask .icon{
       color: #fff;
    font-size: 20px;
    border: 1px solid rgba(255,255,255,.6);
    padding: 10px;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    transform: translateY(15px);
}
.subtitulo{
    font-size: 30px;
    color: #8a725f;
    border-left: 4px solid #8a725f;
    padding: 0 0 0 12px;
    text-transform: uppercase;
    
}
.row.nopadd{
    margin: 0 auto;
    max-width: 1280px;
}
.img-area{
    width: 98%;
    max-width: 300px;
    margin: 0px;
    -webkit-border-top-right-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topright: 50px;
-moz-border-radius-bottomleft: 50px;
border-top-right-radius: 50px;
border-bottom-left-radius: 50px;
}
/*==================================================
CONTATO
====================================================*/
#contato h3{
    text-transform: uppercase;
    color: #999;
    margin: 0;
}
#contato article p{
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}
#contato article p .icon{
    position: absolute;
    left: 0;
    top: 2px;
    color: #8a725f;
}
#contato article p a:hover{
    text-decoration: underline;
}
#contato .linha{
    margin: 20px 0;
}
#google-container {
	position: relative;
    margin: 0px auto;
    margin-bottom: 50px;
	width: 90%;
	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;
}

/*==================================================
NEWSLETTER
====================================================*/
#newsletter{
        background:#674937 url(img/bg_newsletter.jpg) no-repeat center top;
         -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    padding: 70px 10px;
    min-height: 40vh;
    color: #fff;
    justify-content: center;
}
#newsletter h5{
    font-size:22px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
#newsletter p{
    text-transform: uppercase;
    font-size: 13px;
}
#newsletter form{
    margin-top: 20px;
}
#newsletter input{
    width: 30%;
    background: transparent;
    color: #666;
    padding: 10px 10px 10px 0;      
    border: none;
    border-bottom:1px solid #999;
    font-size: 16px;    
    margin: 8px 8px 8px 0px;    
    display: inline;
    vertical-align: top;
    height: 50px;
    font-style: italic;
}
#newsletter input:focus{
   padding-left: 5px
}
#newsletter input[type=submit]{
    padding: 10px 16px; 
    width: 100px;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background: #876e60;    
     border:1px dotted transparent;
}
#newsletter input[type=submit]:hover{
    background: #fff;
    color: #674937;
}
#newsletter input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

#newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

#newsletter input::placeholder {
  color: #fff;
}
/*==================================================
FOOTER
====================================================*/
#footer{    
        background: #fff;
    position: relative;
    min-height: 30vh;
    padding: 40px 0;
 }
#footer nav,
#footer nav ul {
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}
#footer nav ul li{
    display: inline;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 12px;
}
#footer nav ul li a{
color: #ada8a5;
}
#footer .dados p{
    text-align: left;
    line-height: 2;
}
#footer .selo{
  margin: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
#footer a:hover{
    text-decoration: underline;
}
.redes {
    text-align: left;
    padding: 10px 0;
}
.redes a{
    margin-right: 15px;
    display: inline;
}
.by {    
    text-align: center;
    font-size: 11px;
    padding: 0px 20px 20px 20px;
    width: 100%;
    display: block;
}
.by, .by a {
    color: #999;
}

/*==================================================
CLASSES
====================================================*/
.relativo{position: relative;}
.data{
    color: #999;
    font-size: 12px;
    position: relative;
}
#back-top {
    position: fixed;
    bottom: 60px;
    left: 17px;
    right: 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: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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: #154809;
    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;
    letter-spacing: 1px;
}
p.voltar a:hover {
    color: #fff;
    background: #694a38;
    border-color: #694a38;
    text-decoration: none;
}

.share {
    border-top: 1px dotted #ccc; 
    border-bottom: 1px dotted #ccc; 
    padding: 12px 0;
    margin-top: 25px;
    clear: both;

}
.share a {
    font-size: 15px;
    margin-left: 6px;
}
.share a:hover {
    color: #660000;
}
.respiro {
    padding: 75px 0;
    display: block;
}
.wp-pagenavi{padding: 0 0 50px 0;}
.wp-pagenavi .extend{
    display: none;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current{
    border: 1px solid #CCC;
    color: #666;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px white;
    background: #fff; /* For IE and older browsers */

    display: inline-block;
    text-decoration: none;
    margin: 0 .3em 12px;
    padding: .85em;
    font-size: 13px;
    text-shadow: 0 1px 0 #fff;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    min-width: 40px;
}

.wp-pagenavi span.current{
    background: #876e60; /* For IE and older browsers */
    border: 1px solid #876e60;
    color: #fff;

}
.wp-pagenavi a:hover{
    border: 1px solid #aeacac !important;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    box-shadow: 0 0 3px rgba(0,0,0,.25);
}
/*==================================================
FORM
====================================================*/

.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
    text-align: center;
    border: 1px dashed #ccc !important;
    border-collapse: collapse;
}
.wpcf7-validation-errors {
    border-color: black !important;
    color: red;
}
.wpcf7-mail-sent-ok {
    border-color: #ccc !important;
    color: yellow;
}
.wpcf7-not-valid-tip {
    color: red !important;
    margin-bottom: 10px;
    font-weight: 600 !important;
    font-size: 12px !important;
}
.wpcf7-form, form {
    margin: 0px !important;
    padding: 0px !important;
    border: none !important;
    
}
.wpcf7-form, form *{
    font-family: 'Open Sans', sans-serif;
}
#contato .grid{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 4px;
    width: 100%;
}

#contato .wpcf7-text, #contato .wpcf7-textarea, #contato .wpcf7-email{
    font-size: 15px;
    width: 98%;
    padding: 19px;
    margin-bottom: 14px;
    background: #fff;
    color: #333;
border: 1px solid #ccc;    
}
#contato .wpcf7-text:focus, #contato .wpcf7-textarea:focus, #contato .wpcf7-email:focus{
    outline: none;
background: #8a725f;
    color: #fff;
    padding-left: 25px;
    border-color: #8a725f;
}
#contato .wpcf7-textarea{
    font-size: 15px;
    width: 100%;
    padding: 17px;
    margin-bottom: 0px;
    background: #fff;
    color: #333;    
border: 1px solid #ccc;
    height: 120px;
}

#contato .wpcf7-submit {
    padding: 8px 14px;
    text-transform: uppercase;
    line-height: 180%;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer;
    background: #fff;
    color: #666;
    border:1px solid #ccc;
}
#contato .wpcf7-submit:hover {
    color: #fff !important;
    background: #8a725f;
    border-color: #8a725f;
}

/*==================================================
FONTELO
====================================================*/
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?15188033');
  src: url('font/fontello.eot?15188033#iefix') format('embedded-opentype'),
       url('font/fontello.woff2?15188033') format('woff2'),
       url('font/fontello.woff?15188033') format('woff'),
       url('font/fontello.ttf?15188033') format('truetype'),
       url('font/fontello.svg?15188033#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-link:before { content: '\e800'; } /* '' */
.icon-home:before { content: '\e801'; } /* '' */
.icon-location:before { content: '\e802'; } /* '' */
.icon-ok:before { content: '\e803'; } /* '' */
.icon-phone:before { content: '\e804'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-mail-alt:before { content: '\f0e0'; } /* '' */
.icon-linkedin:before { content: '\f0e1'; } /* '' */
.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-direction:before { content: '\f124'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-pinterest:before { content: '\f231'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */
.icon-facebook-squared:before { content: '\f308'; } /* '' */
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%;
}
#btn-call{
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 999;
    cursor: pointer;   
    width: 110px;
    height: 110px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;    
}
#btn-call:hover .bg{
    fill:#8f644c;
}
#btn-response .riscos{
    fill:#fff;
}
#m-response {
    display: flex;
    position: fixed;
    z-index: 99999;
    left: auto;
    right: -120%;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    padding: 0;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     background: #694a38;
}
#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;   
}

@-webkit-keyframes AbreMenuResponsive {
0% {

width: 0px;
}
100% {
right:0%;
width: 100%;
}
}
#m-response .fechar .toggle div{
    background: #fff;
}
#m-response .fechar {
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 0px;
    width: 110px;
    height: 110px;
    padding: 0px;
    display: block;

    cursor: pointer;
}
#m-response .fechar, #m-response .fechar{
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#m-response .fechar:hover .shape{
    fill:#8f644c;
}
#m-response .fechar:hover .x{
    fill:#fff;
}
#m-response .letter {
    position: absolute;
    left: -50px;
    top: 20px;
    height: 50px;
    width: 150px;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 10px;
    -webkit-transform:  rotate(angle);
      -o-transform:  rotate(angle);
         transform:  rotate(-90deg);
}
#m-response .letter .risco{
    padding-right: 10px;
}
#m-response ul {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    width: 80%;
    max-width: 300px;
    display: block;
    
}
#m-response ul li {
    width: 100%;
    display: block;
    text-align: left;
    line-height: 2.5;
}
#m-response ul li a {
    color: #fff !important;
    font-size: 18px;
    text-align: center;
    padding: 8px 14px;
    position: relative;
}
#m-response ul li a:hover {
    padding: 8px 20px;
}
#m-response ul li a:after{
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -1;
    background: #8f644c;
    width: 0%;
    height: 1px;
}

#m-response ul li a:hover::after{
    width: 100%;
}
.wats {
    margin: 15px auto;
    text-align: center;
    max-width: 210px;
    display: none;
}
.wats a {
    background: #25d366 url(img/wats_hover.png) no-repeat 10px center;
    padding: 12px 15px 12px 40px;
    font-weight: 800;
    color: #fff;
    font-size: 15px;
    display: block;
    border: 1px solid #25d366;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.wats a:hover {
    background: #fff url(img/wats.png) no-repeat 10px center;
    color: #25d366 !important;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
}
.w-fale {
    position: fixed;
    z-index: 999999;
    right: auto;
    left: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
    padding: 8px 0 0 8px;
    -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);
    background: #fff;
}
.w-fale:hover *{
    fill:#08c65b;
}
.w-fale.desktop {
    display: block;
}
.w-fale.mobile {    
    display: none;
}
@media only screen and (max-width: 1060px) {
    #hothome{
background-image: none;
}
    #hothome{
      justify-content: center;
        align-items: center;
        padding: 50px 0;
    }
    #hothome .frases{
        margin: 0px auto;
        text-align: center;
    }
    #hothome .frases *{
        margin: 20px auto;
        display: block;
    }
}
@media only screen and (max-width: 900px) { 
    #footer .selo{
        display: none;
    }
    #equipe .lista.adv,    
    #equipe .lista{    
    grid-template-columns: 50% 50%;    
}
} 
@media only screen and (max-width: 768px) {
    #equipe .lista.adv,
    #veja .grid,
    .lista-areas .item,
    #MVV .item{
        display:block; 
    }
    .lista-areas .item .col,
    #MVV .item .col{
        width: 100%;
        padding: 20px;
    }
    .lista-areas .item .col *{text-align: center !important;}
    .lista-areas .item .col img{
        max-width: 150px;
    }
.w-fale.desktop {
    display: none;
}
.w-fale.mobile {
    display: block;    
}
    #lista-blog {        
    grid-template-columns: 50% 50%;
}
    #newsletter *{
        text-align: center;
    }    
    #newsletter p{
        text-align: center;
    }
.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) {
#topo h1,
.single-title{ font-size: 20px;}
.titulo{
    font-size: 28px;
}
        #lista-blog {        
 display: block;
}
    #equipe .lista{
        display: block;
    }
    .carrossel .slides li h3{
        font-size: 14px;
    }
    .carrossel .slides li p,    
    #home-sobre .flex .col:nth-child(1),
    #footer nav{
        display: none;
    }
    #home-areas .flex item,
    #home-sobre .flex .col{width: 100% !important; padding: 0 !important;}
    #home-areas .flex-h,
    #home-sobre .flex-h{
        display: block !important;}
    
    #footer .selo{
  margin: 20px auto !important;
    position: relative;    
        width: 100%;        
        text-align: center;
        
}
    #footer .selo img{
        display: block;
        margin: 0px auto;
    }
    #footer .dados .redes,
        #footer .dados p{
        text-align: center !important;
    }
.flex-caption h2 {
        font-size: 18px;
}
#newsletter input{
        display: block;
        width: 90%;
        margin: 10px auto;
    }
}
@media only screen and (max-width: 600px) {
.wats{
        display: block;
}
.HideOnSmart, .hideOnMobile {
    display: none !important;
    visibility: hidden;
}
}

