/*------------------------------------*\
    BASIC
\*------------------------------------*/
.header *,
.main .home-video,
.main .home-produtos__item .inner,
.main .home-produtos__item .saiba-mais,
form *,
.footer *{
    -webkit-transition: color .3s, background-color .3s, border-color .5s, opacity .5s, box-shadow .5s ease;
       -moz-transition: color .3s, background-color .3s, border-color .5s, opacity .5s, box-shadow .5s ease;
         -o-transition: color .3s, background-color .3s, border-color .5s, opacity .5s, box-shadow .5s ease;
            transition: color .3s, background-color .3s, border-color .5s, opacity .5s, box-shadow .5s ease;
}


html {
    font-size: 100%;
}

body {
    font: 400 1em/100% 'Source Sans Pro', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    *behavior: url(/assets/vendor/polyfills/boxsizing.htc);
}

p, li {
    
}


.span-h100 {
    font-size: 0;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.span-valign-top {
    display: inline-block;
    vertical-align: top;
}

.span-valign-middle {
    display: inline-block;
    vertical-align: middle;
}

.span-valign-bottom {
    display: inline-block;
    vertical-align: bottom;
}


img {
    max-width: 100%;
    height:auto;
}


/*------------------------------------*\
    WIDGETS
\*------------------------------------*/

.update-browser {
    margin: 0;
    padding: 1em 0.625em;
    text-align: center;
    color: #000;
    background: #ddd;
}

.flexslider {
    margin: 0;
    border: 0 none;
    z-index: 10;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

.flex-direction-nav a:before {
    line-height: 40px;
}


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

.navbar-brand {
    height: 70px;
    padding: 10px 15px;
}

.navbar-default {
    background: rgba(248, 248, 248, .95);
}

.navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #005b90 !important;
}



.home-flexslider {
    padding-top: 35px;
}

.home-flexslider .flex-control-nav {
    bottom: -20px;
}

.home-flexslider .flex-control-paging li {
    margin: 0 0 0 4px;
}

.home-flexslider .flex-control-paging li a {
    background: #fff;
    cursor: pointer;
    width: 12px;
    height: 12px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

.home-flexslider .flex-control-paging li a.flex-active,
.home-flexslider .flex-control-paging li a:hover {
    background: #003a79;
}


.shape {
    float: right;
    width: 60%;
    shape-outside: url('http://bebaaguamineral.com/_assets/img/mascara-atributos-terapeuticos.png');
    shape-margin: 1em;
}


.page-title {}
.page-content {}


.post-title {}
.post-subtitle {}
.post-content {}

.footer {
    /*margin-top: 50px;*/
    padding: 15px;
    color: #fff;
    background: #0174ab;
}

.footer a:focus,
.footer a:hover {
    text-decoration: none;
}

.footer a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.copyright {
    font-size: 0.750em;
    margin: 0;
    text-align: center;
}