/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}

hr {
    max-width: 50px;
    /*border-color: #f05f40;*/
    border-color: #337AB7;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

aside {
    padding: 50px 0;
}

header#header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
   /*background-image: url(../img_promo/promoagosto/promoagosto.png);*/
   /* background: linear-gradient(rgba(249,168,37, 0.9) 20%,rgba(255,249,196, 0.6) 100%, transparent), no-repeat center;   */
   background: #0195A1;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header#header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header#header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

header#header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header#header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 320px;
    color: rgba(0,0,0,.7);
}

@media(min-width:768px) {
    header#header {
        min-height: 100%;
    }

    header#header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header#header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header#header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
}
