/* latin-ext */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/comfortaa/v22/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDr0fIA9c.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/comfortaa/v22/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrMfIA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0
}

.fancybox-container * {
    color: #fff !important;
}
div#myModal {
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #e6f3fe;
    margin: 5% auto;
    padding: 5px;
    border: 1px solid #888;
    width: 700px;
    height: auto;
}

.modal-content img {
    width: 50%;
}

span.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
#erro-total {
    width: 700px;
    height: 270px;
    margin: 15px 0
}

#imagem-centralizada {
    width: 100%;
    text-align: center;
    margin: 10px 0
}

#texto-404 {
    width: 100%;
    font-family: Calibri;
    font-size: 22px;
    text-align: center
}

#aguarde {
    width: 100%;
    font-family: Calibri;
    font-size: 19px;
    text-align: center;
    margin: 5px 0
}

.page-404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 600px
}

a {
    text-decoration: none
}

.global {
    margin: 0 auto;
    background: #f2f2f2;
}

.conteudo-pages {
    min-height: 500px;
    width: 1200px;
    margin: 0 auto;
}

.conteudo-pages.sugestoes {
    min-height: 500px;
    margin: 0 auto;
    background: url(../pw-images/sugestoes.jpg) fixed center no-repeat;
    width: 100%
}

.menu-resp {
    display: none
}
.texto-rodape a {
  padding: 20px 0;
  font: 20px calibri;
  color: #878787;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contato input {
    font-size: 17px;
    width: 100%;
    padding: 15px 20px;
    background: #eee;
    border: 1px solid #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important
}

.contato textarea {
    font-size: 17px;
    width: 100%;
    padding: 10px 20px;
    background: #eee;
    border: 1px solid #ccc;
    color: #666;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none !important;
    resize: none;
    height: 200px
}

.contato .submit {
    cursor: pointer;
    background: #8ac079;
    color: #fff
}

body {
    overflow-x: hidden
}

.linha-topo-total {
    background: #326540;
}

.linha-topo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.linha-topo .item {
    padding: 10px;
    color: #fff;
    font: 18px calibri
}

.linha-topo .item i {
    color: inherit;
    font-size: 25px;
    vertical-align: text-top
}

.linha-topo .item a {
  padding: 10px;
  color: #fff;
  font: 18px calibri;
}

.topo-total {
    padding: 30px 0
}

.topo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.topo > div {
    margin: 20px 0
}

.menu-total {
    display: flex;
    align-items: center
}

.menu li {
    display: inline-block;
    margin: 10px 0;
    padding: 0px 20px;
}

li.sub {
    position: relative;
    z-index: 999;
    width: 70px;
}

li.sub ul {
    position: absolute;
    display: none;
    background: #ffffff;
}

li.sub:hover ul {
    display: block;
}

.menu li a {
    font: 18px calibri;
    color: #8ac079;
}

.menu li a:hover {
    color: #8ac079
}

.menu li a.ativo {
    color: #8ac079
}

.fundo-slider {}

.slogan-total {
    width: 700px;
    position: absolute;
    height: 100%;
    top: 0;
    text-align: center;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.slogan {
    width: 700px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.slogan .titulo {
    font: 50px calibri;
    font-weight: lighter;
    color: #fff;
    margin-bottom: 10px;
    visibility: hidden
}

.slogan .conteudo {
    font: 25px calibri;
    font-weight: lighter;
    color: #fff;
    visibility: hidden
}

.logo-pw div p:first-child a {
    color: #878787;
    font: 12px Helvetica;
    margin-top: -8px;
    display: block
}

.logo-pw div {}

.logo-pw div a span {
    color: transparent
}

.mapa {
    display: flex;
    position: relative;
    border: 2px solid #8ac079;
    height: 450px
}

.rodape {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

.rodape > div {
    padding: 20px 0;
    font: 20px calibri;
    color: #878787;
    display: flex;
    align-items: center;
    justify-content: center
}

.rodape .social img {
    padding: 5px
}

.logo-pw {
    text-align: center;
}

/* Index */
.box-01-total {
    padding: 20px 0px;
}

.box-01 {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-01 .box {
    width: 350px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 10px 0px;
}

.box-01 .box .item {
    width: 350px;
    height: 290px;
    margin: 0px 0px;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.box-01 .box:last-child .item {
    width: 350px;
    height: 100%;
    margin: 0px 0px !important;
    overflow: hidden;
    position: relative;
}

.box-01 .box a:last-child .item {
    margin-top: 10px;
}

.box-01 .box .item:hover .titulo {
    background: rgb(138, 192, 121);
    transition: all 0.5s;
}

.box-01 .box .item .img {
    width: 350px;
    height: 290px;
}

.box-01 .box .item .img img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.box-01 .box .item .titulo {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font: 40px 'calibri';
    color: #fff;
    font-weight: lighter;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(50, 101, 64, 0.7);
    transition: all 0.5s;
}

.box-02-total {
    background: #326540;
    position: relative;
}

.algnAd {
    text-align: center;
  }

.box-02 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-02 .item {
    width: 400px;
    text-align: center;
    padding: 60px 0px;
    position: relative;
    color: #fff;
    visibility: hidden;
}

.box-02 .item > i {
    opacity: 0;
    font-size: 30px;
    color: inherit;
    transition: all 0.5s;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.box-02 .item:hover > i {
    opacity: 1;
    transition: all 0.5s;
}

.box-02 a:nth-child(2) .item {
    background: #fff;
    color: #333;
}

.box-02 a:nth-child(2) .titulo,
.box-02 a:nth-child(2) .conteudo {
    color: inherit;
    transition: all 0.3s;
}

.box-02 .item .img {
    width: 120px;
    height: 120px;
    background: #8ac079;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2), 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.box-02 .item .img i {
    font-size: 60px;
    color: #fff;
}

.box-02 .item .titulo {
    font: 25px 'calibri';
    font-weight: lighter;
    color: inherit;
    margin-bottom: 20px;
    padding: 0px 30px;
    transition: all 0.3s;
}

.box-02 .item .conteudo {
    font: 20px 'calibri';
    font-weight: lighter;
    color: inherit;
    padding: 0px 30px;
    transition: all 0.3s;
}

.box-03-total {
    padding: 40px 0px;
}

.box-03 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-03 .item {
    width: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-03 .item:first-child {
    width: 322px;
    overflow: hidden;
}

.box-03 .item .titulo {
    font: 40px 'calibri';
    font-weight: lighter;
    color: #326540;
    margin-bottom: 30px;
}

.box-03 .item .titulo span {
    font: 22px 'calibri';
    font-weight: lighter;
    color: #8ac079;
    display: block;
}

.box-03 .item .conteudo {
    font: 20px 'calibri';
    color: #999999;
    margin-bottom: 30px;
}

.box-03 .item .entrar {
    font: 22px 'calibri';
    font-weight: lighter;
    color: #fff;
    padding: 15px;
    width: 200px;
    text-align: center;
    display: table;
    background: #8ac079;
    transition: all 0.5s;
}

.box-03 .item .entrar:hover {
    background: #326540;
    color: #fff;
    transition: all 0.5s;
}

.box-04-total {
    background: url('../pw-images/fundo-box-04.jpg');
    background-size: cover;
    padding: 20px 0px;
}

.box-04 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-04 .item {
    width: 500px;
    margin: 20px 0px;
}

.box-04 .item > .titulo {
    font: 40px 'calibri';
    font-weight: lighter;
    color: #326540;
    margin-bottom: 10px;
}

.box-04 .item > .titulo span {
    font: 22px 'calibri';
    font-weight: lighter;
    color: #8ac079;
    display: block;
}

.box-04 .item .contato {
    padding: 0px 10px;
}

/*Paginas internas*/

.titulo h1 {
    font-size: 35px;
    font-family: 'Comfortaa';
    color: #326540;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
}

.titulo h1 img {
    margin: 0px 5px;
    display: none;
}

.titulo h2 {
    font-family: 'calibri';
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
}

.box-05-total {
    background: url(../pw-images/fachada-spa-harumi.jpg) center no-repeat;
    height: 480px
}

.box-05 .itens {
    background: #fff;
    opacity: 0.8;
    padding: 15px 0;
    box-sizing: border-box;
    width: 826px;
    margin: 0 auto;
}

.box-05 .itens .conteudo {
    font-size: 18px;
    font-family: 'calibri';
    color: #000;
    width: 600px;
    padding: 15px;
}

.box-05 .itens img {
    margin: 10px 188px;
}

.box-05 .itens .icone-cont {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-05 .itens .icone {
    border-radius: 50%;
    background: #326540;
}

.box-05 .itens .icone-cont i {
    color: #ffffff;
    font-size: 50px;
    padding: 15px;
}

.box-06-total {}

.box-06 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.box-06 .itens .conteudo {
    font-size: 18px;
    font-family: 'calibri';
    color: #000;
}

.box-06 .titulo h3 {
    font-size: 25px;
    font-family: calibri;
    color: #fff;
    text-transform: uppercase;
    background: #326540;
    width: 555px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.box-06 img {
    display: flex;
    align-items: center;
}

.box-06 .gallery {
    margin: 5px 0px
}

.box-06 .gallery2 {
    margin: 5px 0px
}

.box-06 .gallery3 {
    margin: 5px 0px
}

.box-06 .gallery4 {
    margin: 5px 0px
}

.box-06 .gallery5 {
    margin: 5px 0px
}

.box-06 .gallery6 {
    margin: 5px 0px
}

.box-07 .itens-total {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box-07 .itens {
    border: 2px solid #326540;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px #888;
    background: #fff;
    transition: 0.7s;
}

.box-07 .itens:hover {
    background: #dedcdc;
    transition: 0.7s;
}

.box-08 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.box-08 .item-total {
    width: 380px;
    margin: 15px 0px;
    cursor: pointer;
}

.box-08 .itens {
    border: 2px solid #326540;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px #888;
    background: #fff;
    transition: 0.7s;
}

.box-08 .itens:hover {
    background: #dedcdc;
    transition: 0.7s;

}

.box-08 .item-total .conteudo {
    font-size: 20px;
    font-family: 'calibri';
    color: #545454;
    line-height: 33px;
    text-align: justify;
    margin: 10px 10px;
    display: none;
}

.box-08 .itens .conteudo i {
    font-size: 17px;
    color: #326540;
    margin-right: 5px;
}

.box-08 .itens img {
    border-radius: 5px;
    box-shadow: 1px 1px 10px 2px #888;
    width: 100%;
}

.box-09 {
    width: 1200px;
    margin: 0 auto;
}

.box-09 .itens {
    display: flex;
    justify-content: start;
}

.box-09 .itens img {
    box-shadow: 1px 1px 10px 2px #888;
}

.box-09 .itens .conteudo {
    font-size: 20px;
    font-family: 'calibri';
    color: #000;
    margin-left: 10px;
}

.box-10 .itens {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 15px 0px;
}

.box-10 .itens img {
    box-shadow: 1px 1px 10px 2px #888;
}

.box-10 .itens .conteudo {
    width: 930px;
    font-size: 17px;
    font-family: 'calibri';
    color: #000;
    line-height: 24px;
}

.box-10 .itens .conteudo i {
    font-size: 17px;
    color: #326540;
    margin-right: 5px;
}

.box-11-total {
    background: url(../pw-images/img-pilates.jpg) center no-repeat;
    height: 600px;
}

.box-11 .itens {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: #fff;
    opacity: 0.8;
    padding: 20px 0px;
    box-sizing: border-box;
    width: 826px;
    margin: 0px auto;
}

.box-11 .itens img {
    box-shadow: 1px 1px 10px 2px #888;
}

.box-11 .itens .conteudo {
    width: 880px;
    font-size: 17px;
    font-family: 'calibri';
    text-align: justify;
    padding: 15px;
    color: #000;
    font-weight: 500;
}

.box-11 .itens .conteudo i {
    font-size: 17px;
    color: #326540;
}

.box-11 .itens .conteudo span {
    text-transform: uppercase;
    color: #000;
    font-family: calibri;
    font-size: 16px;
}

.box-13 {
    width: 1200px;
}

.box-13 .itens {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.box-13 .itens .conteudo {
    font-size: 18px;
    font-family: 'calibri';
}

.box-13 .itens .conteudo strong {
    font-size: 20px;
    font-family: 'calibri';
}

.box-13 .itens .conteudo i {
    font-size: 17px;
    color: #326540;
    margin-right: 5px;
}

.box-14 .itens .conteudo {
    font-size: 18px;
    font-family: 'calibri';
    color: #000;
}

.box-15 .itens .conteudo {
    font-size: 18px;
    font-family: 'calibri';
    color: #000;
}

.mapa iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.whatsapp { position: fixed; top: 60px; right: 30px; animation: atencao 10s 10s infinite; z-index: 99999; } .whatsapp a { background: #25d366!important; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; border-radius: 50%; z-index: 999999; }.whatsapp a i {color: white;font-size: 34px;} .whatsapp a:hover { animation: whatsapp 1.5s; }


@keyframes whatsapp {
    30% {
      box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
    }
  
    45% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }
  
    60% {
      box-shadow: 0 0 0 7px rgba(37, 211, 102, 0.4);
    }
  }

@media only screen and (max-width:1200px) {
    * {
        max-width: 100%;
        box-sizing: border-box
    }

.titulo h1 {
    text-align: center;
}

.box-05 .itens .icone-cont i {
    display: none;
}

.fundo-slider {
    display: none;
}

.box-04 .item > .titulo {
    text-align: center;
}

.box-03 .item .entrar {margin: 0 auto;}

.box-03 .itens a {
}

.box-03 .item {padding: 10px;text-align: center;}

    .conteudo-pages {
        padding: 2%
    }

    .menu-resp {
        display: block;
        background: url(../pw-images/menu-resp.png) center no-repeat;
        padding: 40px;
        cursor: pointer;
        width: 100%
    }

    .menu-total {
        display: block;
        width: 100%
    }

    .menu {
        display: none
    }

    .menu li {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }

    .rodape div {
        width: 100%;
        margin: 20px 0;
        text-align: center
    }
}

@media only screen and (max-width: 600px) {
    .whatsapp {
      top: 110px;
      right: 10px;
    }
  }
