@import url('fonts.css');
@import url('animations.css');

body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a, a:hover {
    text-decoration: none;
    color: #000;
}

/* Helper Classes */
.no-padding, .nopadding, .pd0 {
    padding: 0;
}

.content-center {
    display: table-cell;
    vertical-align: middle;
}

.tit-inicio{
	font: 400 30px / 30px Blenda; color:#1a9097;
}


.tit-inicio1{
    color:#666;
    font: 400 24px / 24px Blenda;
    margin: 0;



    text-align: center;

}

.thin {
    font-weight: 300;
}

.thiner {
    font-weight: 200;
}

.thinest {
    font-weight: 100;
}

.bold {
    font-weight: 500;
}

.bolder {
    font-weight: 600;
}

.boldest {
    font-weight: 700;
}

*[class*="separator"] {
    clear: both;
}

.separator {
    height: 40px;
}

.separator-sm {
    height: 20px;
}

.separator-lg {
    height: 80px;
}

.separator-md {
    height: 60px;
}

.separator-xs {
    height: 10px;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.circle-shadow {
    position: relative;
}

.circle-shadow:before {
    content: '';
    background-color: transparent;
    background: -webkit-radial-gradient(50% 70%, contain, rgba(0,0,0,0.4), transparent);
    background: -moz-radial-gradient(50% 70%, contain, rgba(0,0,0,0.4), transparent);
    background: -ms-radial-gradient(50% 70%, contain, rgba(0,0,0,0.4), transparent);
    
    padding: 15px 40%;
    bottom: -15px;
    position: absolute;
    left: 10%;
    opacity: .9;
}

h1 {
    color: rgba(255, 255, 255, 0.6);
    font: 100 32px / 48px 'Source Sans Pro';
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}

h2 {
    color:#1a9197;
    font: 400 98px / 48px Blenda;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    padding: 0 27px;
}

h2 span {
    color: #146b74;
    font-size: 68px;
}

h2 .smaller {
    color:#1a9197;
    font-size: 62px;
}

h3 {
    color:#000;
    font: 400 32px / 42px Blenda;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    padding: 0 27px;
}

h4 {
    color:#1a9197;
    font: 400 72px / 64px Blenda;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    padding: 0 27px;
    text-align: center;
    margin: 50px 0;
}

h4 span.gray {
    color:#89b1b5;
    font-size: 68px;
}

h4 span.light {
    color:#66c3cc;
    font-size: 68px;
}


h5 {
    color: rgba(69, 166, 172, 0.78);
    font: 400 68px / 72px Blenda;
    margin: 20px 0;
}

hr.large {
    background: url(../img/sep.png);
    background-repeat: repeat-x;
    height: 1px;
    border: none;
    margin: 50px 0;
}

/* Semitransparency Hider */
hide {
    display: block;
    text-transform: uppercase;
    color: #575757;
    float: right;
    margin: 20px;
    cursor: pointer;
}

/* Content Cases */
.content {
    position: relative;
}

.content img {
    max-width: 100%;
}

.content-separator {
    background: url(../img/separator.png);
    background-repeat: repeat-x;
    height: 17px;
    margin-bottom: 20px;
}

*[class*="content-hide-"] {
    overflow: hidden;
    position: relative;
}

*[class*="content-hide-"]>span.am {
    display: block;
    width: 100%;
    padding: 50px 0;
    background: #000;
    position: absolute;
    top: calc(100% - 100px);
    
    border-bottom: 5000px #fff solid;
    
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0);
    
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

*[class*="content-hide-"].isnothidden { 
    height: auto !important; 
    max-height: 100% !important;
}

*[class*="content-hide-"].isnothidden>span.am { top: 100%; }

/* Adrian Matheus's Grid System */
*[class*="am-grid"] {
    overflow: auto;
}

*[class*="am-grid"] > div {
    float: left; 
    border-top: 5px transparent solid; 
    border-bottom: 5px transparent solid; 
}

.am-grid-xxs    { margin: 0 -1px; }
.am-grid-xs     { margin: 0 -5px; }
.am-grid-sm     { margin: 0 -10px; }
.am-grid        { margin: 0 -15px; }
.am-grid-md     { margin: 0 -20px; }
.am-grid-lg     { margin: 0 -25px; }
.am-grid-xlg    { margin: 0 -30px; }
.am-grid-nan    { margin: 0; }

.am-grid-xxs > div    { padding: 0 1px; }
.am-grid-xs  > div    { padding: 0 5px; }
.am-grid-sm  > div    { padding: 0 10px; }
.am-grid     > div    { padding: 0 15px; }
.am-grid-md  > div    { padding: 0 20px; }
.am-grid-lg  > div    { padding: 0 25px; }
.am-grid-xlg > div    { padding: 0 30px; }
.am-grid-nan > div    { padding: 0; }


/* Top, Navbar & Logo */
.logo {
    position: absolute;
    top: 16px;
}

.navbar-fixed .navbar-toggle {
    display: block;
    margin-left: 15px;
    margin-right: 0;
}

.navbar-header {
    max-width: 200px
    height: 150px;
    float: none;
    position: static;
}

.navbar-header .navbar-brand img {
    position: absolute;
}

.navbar-default {
    background: transparent;
    width: 100%;
    z-index: 1012;
    border: none;
    margin-bottom: 0;
}

.navbar-fixed.inverse {
	background: rgba(0,0,0,0.6);	
}

.navbar-nav li a {
    color: #000 !important;
    text-transform: uppercase;
    padding: 12px 15px;
    border-left: 1px #bedbdd solid;
    border-right: 1px #bedbdd solid;
    border-bottom: none;
    color: #565656;
    font: 500 18px / 29px 'Source Sans Pro';
    margin-right: -1px;
}

.navbar-right {
    color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 100;
    font-size: 13px;
}

.navbar-collapse {
    width: 100%;
    border-top: 1px #e8e8e8 solid;
    border-bottom: 2px #e8e8e8 solid;
}

.navbar-nav li a:hover {
    background: #e8e8e8 !important;
}

.navbar-nav li.active a {
    background: #4a99ac;
}

.icon-bar {
    background: #44a6ac !important;
}

.workin-time, .top-address {
    float: right;
    padding: 5px 15px;
    /*border-right: 3px #bedbdd solid;*/
    text-align: right;
    margin: 40px 0;
    font-size: 15px;
}

.workin-time p, .top-address p {
    margin: 0;
}

.social-nav li a {
    border: none;
    padding: 11px 7px 12px 7px !important;
}

/* Backgrounds */
.bgcyan {
    background-color: #00a9ac;
}

.bgwhite {
    background-color: #fff;
}

.bgfisio {
    background-image: url(../img/bgfisio.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    margin: 20px 0;
}

.bggreendient {
    background-image: url(../img/bggreendient.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    margin: -150px 0 0 0;
    padding-top: 200px;
}


.bgwatergreen {
    background-color: #1a9097;
}

.bgwatergreenweak {
    background-color: #84c0c4;
}


/* Footer */
footer {
    background: #3b875f;
}

.footer-address {
    padding: 30px 0;
    color: rgba(255, 255, 255, 0.8);
    font: 400 22px / 16px Seravek;
}

.footer-address1 {
    padding: 30px 0;
    color: rgba(255, 255, 255, 0.8);
    font: 400 15px / 20px Seravek;
}
.footer-phone {
    color: rgba(255, 255, 255, 0.8);
    font: italic 500 22px / 16px Seravek;
}


/* Copyright */
.copyright {
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 12px
}

.copyright a {
    color: #000;
}

.copyright a:hover {
    text-decoration: underline;
}

.copy {
    float: left;
}

.qube {
    float: right;
}

.copywhite {
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    padding: 20px 0;
    margin-top: 60px;
    color: #fff;
    font-family: 'Seravek';
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Buttons */
.bt {
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
}

.bt-sm {
    border-radius: 4px;
    padding: 5px 7px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
}

.bt-blue {
    background-color: #1f506f;
    color: #fff;
}

.veja-mais {
    width: 80px;
    height: 50px;
    background-image: url(../img/veja-mais.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 6000;
    left: calc(50% - 40px);
    bottom: 40px;
}

.gototop {
    width: 80px;
    height: 50px;
    background-image: url(../img/gototop.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 6000;
    left: calc(50% - 40px);
    bottom: 40px;
}

.brands {
	opacity: .5;	
}

.brands img {
	padding: 15px 2px;
}

/* General Styles */
.page-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    padding: 20px 0;
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.6);
}

.page-title .container div {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    max-width: 760px;
}

.page-title .container div p {
    font-size: 14px;
    line-height: 20px;
}

.benefits {
    padding: 0;
    list-style: url(../img/green-indicator.png);
    margin-top: 20px;
    margin-left: 10px;
}

.benefits li {
    color: #5f5f5f;
    font: 400 24px / 38px Seravek;
}

.item-block {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.item-block:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -ms-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
}

.profissional-name {
    color: #146b74;
    font: 300 20px / 36px Seravek;
    text-align: center;
    margin: 10px 0;
}

#homeSlider {
    position: relative;
    z-index: 1010;
}

.about-p {
    color: #3f3f3f;
    font: 400 20px / 28px 'Source Sans Pro';
    margin-bottom: 25px;
}

.about-p span {
    color: #1a9097;
    font: 700 20px / 28px 'Source Sans Pro';
}

.studio-img {
    margin-top: -350px;
    position: relative;
    z-index: 1011;
}

.idosos-img {
    margin-top: -50px;
    position: relative;
    z-index: 1011;
}

.idoso-p {
    color: #3f3f3f;
    font: 400 18px / 30px 'Source Sans Pro';
    margin-bottom: 25px;
}


.topo-contato {
    background-image: url(../img/top-contato.png);
    background-position: top;
    background-repeat: repeat-x;
}

.place-address {
    color: #000000;
    font: 400 18px / 24px Seravek;
    padding: 20px 0;
    margin: 0;
}

/* Form Contact */
.contact-form {}

.contact-form label {
    color: rgba(0, 0, 0, 0.56);
}

.contact-form input {
    min-height: 50px;
    color: #000;
    padding: 20px 10px;
    font-size: 16px;
}

.contact-form textarea {
    min-height: 200px;
    color: #000;
    padding: 15px 10px;
    font-size: 16px;
}

.contact-form input[type="submit"] {
    background-color: #1a9097;
    border-radius: 5px;
    color: #ffffff;
    font: 100 22px / 5px 'Source Sans Pro';
    min-height: 30px;
    height: 45px;
    border: none;
}

.contact-form input[type="submit"]:hover {
    background-color: #3cb2b9;
}

.instagramMobile, .footer-horario {
    display: none;
}

@media (max-width: 1199px){
	
	.navbar-default {
		height: 210px;	
	}

    h2 {
        color: #1a9197;
        font: 400 72px / 48px Blenda;
    }
    
    .navbar-nav li a {
        padding: 12px 10px;
        font: 500 13px / 29px 'Source Sans Pro';
    }
    
    .navbar-header .navbar-brand img {
        position: absolute;
        max-width: 470px;
        top: 30px;
    }
}

@media (max-width: 991px){
    .navbar-nav li a {
        padding: 11px 10px;
        font: 500 12px / 29px 'Source Sans Pro';
    }
    
    .navbar-default {
        height: 202px;
    }
    
    h2 {
        color: #1a9197;
        font: 400 52px / 48px Blenda;
    }
    
    .benefits li {
        color: #5f5f5f;
        font: 400 20px / 51px Seravek;
    }
    h3 {
        font: 400 24px / 32px Blenda;
    }
    
    .workin-time, .top-address {
        font-size: 13px;    
    }
    
    .navbar-header .navbar-brand img {
        max-width: 310px;
        top: 44px;
    }
}
@media (max-width: 766px){
    .about-p{margin-top:20px; color:#777}

    .workin-time { display: none }

    .top-address {
        width: 100%;
        text-align: center
    }

    .top-address p {
        display: none;
    }

    .top-address a {
        font-size: 20px;
    }

    .instagramMobile, .footer-horario {
        display: block;
    }

}



@media (max-width: 480px){
    .idoso-p{margin-top: 100px;
        color: #777;}

        .workin-time{
            font-size: 12px;
            position: absolute;
            left: 0px;
            top: 32px;
        }

        .top-address {
            font-size: 12px!important;
            position: absolute;
            right: 10px;
            top: 32px;
        }

        .text-center{margin-top: 10px;}
        .top-address{font-size: 15px;
            position: absolute;
            right: 100px;
            top: 38px;
            text-align: center;border: none}
            .top-address{}
            .about-p{margin-top:20px; color:#777}

        }

        @media (width: 425px){
             .workin-time{
            font-size: 12px;
            position: absolute;
            left: 24px;
            top: 32px;
        }

        .top-address {
            font-size: 12px!important;
            position: absolute;
            right: 30px!important;
            top: 32px;
        }
        }

        @media (width: 320px){
             .workin-time{
            font-size: 9px!important;
            position: absolute;
            left: 10px;
            top: 32px;
        }

        .top-address {
            font-size: 9px!important;
            position: absolute;
            right: 30px!important;
            top: 32px;
        }
        }

        @media (max-width: 767px){



         .navbar-right {
          width: 100%;
          text-align: center;
      }

      .navbar-nav li a {
        text-align: center;
    }

    .top-address {
        font-size: 15px;
        position: absolute;
        right: 10px;
        top: 32px;
    }

    .navbar-header .navbar-brand img {
        max-width: 250px;
        top: 15px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-default {
        height: 160px;
    }

    h2 span {
        color: #146b74;
        font-size: 28px;
    }

    h2 .smaller {
        color: #1a9197;
        font-size: 32px;
    }

    h2 {
        color: #1a9197;
        font: 400 42px / 28px Blenda;
        margin-top: 20px;
    }

    .benefits li {
        color: #5f5f5f;
        font: 400 16px / 21px Seravek;
    }

    .benefits {
        margin-top: 20px;
        margin-left: 30px;
    }

    h3 {
        margin-bottom: 20px;
    }

    .footer-address {
        font: 400 18px / 22px Seravek;
    }

    .qube, .copy {
        font-size: 10px;
        float: none;
        text-align: center;
        padding: 2px 0;
    }

    .navbar-collapse {
        background: #fff;
        position: relative;
        z-index: 1010;
        margin: 0;
        margin-top: 10px;
        padding: 0;
        width: auto;
    }

    .social-nav {
        margin: 0;
        width: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .social-nav li {
        width: auto;
        display: inline-block;
    }

    h4 {
        color: #1a9197;
        font: 400 32px / 34px Blenda;
    }

    h4 span.gray {
        color: #89b1b5;
        font-size: 28px;
    }

    h4 span.light {
        color: #66c3cc;
        font-size: 28px;
    }

    #homeSlider {
        position: absolute;
        z-index: 1000;
    }

    .bggreendient {
        padding-top: 140px;
        margin: 0;
    }

    .studio-img {
        display: none;
    }

    h5 {
        color: rgba(69, 166, 172, 0.78);
        font: 400 44px / 42px Blenda;
    }

    .navbar-collapse.in {
        overflow: hidden;
    }

    .idosos-img {
        display: none;
    }
}