*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clear {
    content: "";
    clear: both;
}
body {
    padding: 0;
    margin: 0;
    position: relative;
}
a:focus {
    outline: none;
}
img, object, embed {
    max-width: 100%;
    height: auto;
}
object, embed {
    height: 100%;
}
img {
    -ms-interpolation-mode: bicubic;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
.hide {
    display: none;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
}
img {
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%;
}
/* -- GLOBAL
------------------------------------------------------------- */
#all {
    margin: 0 auto;
}
.Areas {
    margin: 40px auto;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    background: #000;
    padding-top: 20px;
    align-items: stretch;
}
.panel {
    padding: 8px;
}
/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1150px;
 *zoom: 1;
}
.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;
}
[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.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%;
}
.wats {
    margin: 15px auto;
    text-align: center;
    max-width: 270px;
    display: none;
}
.wats a {
    background: #fff url(../img/wats.png) no-repeat left center;
    padding: 12px 15px 12px 40px;
    font-weight: 800;
    color: #25d366;
    font-size: 16px;
    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: #25d366 url(../img/wats_hover.png) no-repeat left center;
    color: #fff !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);
}
#btn-whats {
    display: none;
}
#nav {
    position: relative;
    display: none;
    margin: 0px auto;
    width: 100%;
}
#nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#nav ul li a {
    display: block;
    padding: 1em;
    text-align: left !important;
    background: linear-gradient(to right, #000, #333) no-repeat 120% center;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #333;
}
#nav ul li a:hover {
    background: #900 url(../img/seta_btn_leia2.png) no-repeat right center;
}
#nav ul li:last-of-type a {
    border-right: 0px;
}
#nav ul li ul li a {
    padding-left: 1.5em;
}
#nav ul li ul li ul li a {
    padding-left: 3.125em;
}
#nav input.trigger {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    display: block !important;
}

@media (min-width: 48em) {
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    /* older flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    /* newer flexbox */
    display: flex;
    flex-direction: row;
}
}
#nav label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    cursor: pointer;
    background: #900;
    line-height: 2em;
    color: #fff;
}
#nav label:after {
    position: absolute;
    right: .5em;
    top: .4em;
    content: "\2261";
    font-size: 2.5em;
    color: white;
}

@media (min-width: 48em) {
#nav ul {
    /* older flexbox */
    display: -ms-flexbox;
    flex-direction: -ms-row;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    /* newer flexbox */
    display: flex;
    flex-direction: row;
}
#nav ul li {
    position: relative;
    text-align: center;
    /* older flexbox */
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    /* newer flexbox */
    flex: 1;
}
#nav ul li ul {
    display: none !important;
    position: absolute;
    top: 3.0625em;
    left: 0;
    display: block;
    width: 12.5em;
    z-index: 200;
}
#nav ul li ul li {
    text-align: left;
}
#nav ul li ul li ul {
    z-index: 300;
    top: 0px;
    left: 12.4em;
}
#nav ul li ul li ul li a {
    padding-left: 30px !important;
}
#nav ul li:hover > ul {
    display: block !important;
}
#nav label {
    display: none;
}
}
@media only screen and (max-width: 1140px) {
header .columns{
        display: block;
    width: 100%;
}
    header{ padding: 5px 0 0 0;}
    .navigation-primary > ul { text-align: center;}
}
@media only screen and (max-width: 990px) {
#home {
    position: relative;
}
#home .centro {
    display: block;
}
.MenuHome {
    padding-bottom: 15px;
}
.MenuHome li {
    padding: 0 15px !important;
    text-align: center;
}
.sticky{ position: relative;}
}

@media only screen and (min-width: 769px) and (max-width: 989px) {
.Areas .item {
    width: 33%;
}
}

@media only screen and (max-width: 768px) {
    .Areas .item {
    flex-basis: 47%;
    }
.navigation-primary{ display: none;}
.logo{ margin: 12px auto;}

.trio {
    display: block;
}
.trio .item {
    flex-basis: 100%;
    margin-bottom: 20px;
}
.vertodas {
    text-align: center !important;
    display: block;
}
#home-sobre .row {
    display: block;
}
#home-sobre .row .columns:last-child {
    display: none !important;
}
.MenuHome{
    display: none;
}
#nav {
    display: block;
}
#btn-whats {
    display: block;
}
.Areas .item {
    width: 50%;
}
#contato .wpcf7-text, #contato .wpcf7-textarea {
    width: 99%;
    float: none;
}
footer ul, footer .risco {
    display: none;
}
.redes, .selo, .by {
    text-align: center;
    display: block;
}
.enderecos {
    display: block;
}
.enderecos .cell {
    flex: 100%;
    text-align: center;
    margin-bottom: 15px;
}
#lista-blog .item {
    width: 46%;
}
#trio{
    display: block;
}
#trio .cell{
    flex-basis: 100%;
    padding: 15px;
}
.Modern-Slider .item .info h2 {
    font-size: 32px !important;
}
.row {
    max-width: 100%;
    margin: 0 auto;
}
.column, .columns {
    display: block !important;
    width: 100%;
}
.HideOnMobile, .HideOnMobile * {
    display: none;
}
}

@media only screen and (max-width: 690px) {
    .img-interna{ float: none; display: block; max-width: none; width: 100%;}
.respiro {
    padding-bottom: 0px !important;
}
#cabecalho h2 {
    font-size: 28px;
}
article * {
    font-size: 14px;
}
.Areas .item {
    width: 100%;
}
#accordions-227 .accordions-head-title{
    font-size:15px !important;
    font-weight: 500;
}   
.wats {
    display: block;
}
.Modern-Slider .item .info h2 {
    font-size: 22px !important;
}
/* Comentado em 01/10/2024
.Modern-Slider .item .img-fill {
    height: 50vh;
}*/
}

@media only screen and (max-width: 600px) {
    #lista-blog { display: block; margin: 0px auto; width: 90%;}
    #lista-blog .item {
    width: 100%;
    clear: both;
        margin: 20px auto;
        
}
.Areas{
    display: block;
}

.Areas .item {
        width: 100%;
    flex-basis: 100%;
    font-size: 20px;    
    padding: 15px;
    border-bottom: 1px solid #666;
}
    .Areas .item img{
        display: none;
    }
 
.SlickCarousel {
    height: auto;
    padding: 0px !important;
    margin-bottom: 0 !important;
}
.Container {
    padding: 0 20px;
}
.Container .Head {
    min-height: 65px;
    max-width: 120px;
    margin: 0px auto;
    text-align: center;
    z-index: 9999;
}
.Container .Head, .Slick-Next, .Slick-Prev {
    position: relative;
}
.Slick-Next {
    top: 0;
    left: 40%;
}
.Slick-Prev {
    top: 0;
    right: 40%;
}
#home-sobre .texto * {
    line-height: 130%;
}
#newsletter {
    padding: 20px 0;
}
#newsletter input {
    display: block;
    max-width: inherit;
    width: 100% !important;
    clear: both;
    margin-bottom: 10px;
}
#newsletter input[type=text], #newsletter input[type=email], #newsletter input[type=submit] {
    max-width: inherit;
    width: 85% !important;
}
#newsletter .title {
    font-size: 18px;
}
.Modern-Slider .item .img-fill {
    height: 40vh;
}
.Modern-Slider .item .info h2 {
    font-size: 20px !important;
    width: 85%;
}
.HideOnSmart, .hideOnMobile {
    display: none !important;
    visibility: hidden;
}
}
