﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 82px;
    padding-bottom: 20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}


@font-face {
    font-family: BacktoBlackDemo;
    src: url('00-font/Back to Black Demo.ttf');
}

.navbar-brand {
    padding: 2px 0 0 0;
}

.mainTitle {
    background-color: #7C526E;
    text-transform: uppercase;
    text-align: center;
    padding: 4px 0;
}

    .mainTitle div, .mainTitle a {
        float: none;
        color: #fff !important;
    }

.mainMenu {
    background-color: #fff;
}

.navbar-inverse {
    border: 0 none
}

.nav > li > a {
    padding-top: 17px;
    padding-bottom: 5px;
    color: #7C526E !important;
    border-bottom: 10px solid #FFF;
    font-weight: bolder;
}

    .nav > li.active > a, .nav > li > a:hover {
        background-color: #fff !important;
        color: #7C526E !important;
        border-bottom: 10px solid #7C526E;
    }


.Even {
    background-color: #fff;
    color: #7C526E !important;
}

.Odd {
    background-color: #7C526E;
    color: #fff !important;
}


.HomeBanner {
    background-image: url("banner-home.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    height: 400px;
}

.QuemSomos {
    background-image: url("BG-quem-somos.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    height: 545px;
}

.Metodologia {
    background-image: url("BG-metodologia.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 520px;
    background-color: #eaeaea;
}

.Lideranca {
    background-image: url("BG-lideranca.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 541px;
}

.Palestras {
    padding-bottom: 30px;
}

.Contato {
    background-image: url("BG-contato.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 700px;
}


#QuemSomos, #Metodologia, #Lideranca, #Palestras, #Contato {
    margin-top: -80px;
    position: absolute;
}

.target:before {
    content: "";
    display: block;
    position: absolute;
    height: 90px;
    margin: -90px 0 0;
    width: 100px;
    height: 100px;
    background-color: red;
}



h1 {
    font-family: BacktoBlackDemo, cursive !important;
    text-align: center;
    font-size: 60px;
    margin: 35px 0;
}

h2 {
    font-weight: bolder;
    border-bottom: 1px solid;
    font-family: Verdana, Geneva, sans-serif;
    width: 470px;
}

h3 {
    color: #000;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
}

.BaseContent {
    width: 820px;
    margin: auto;
    position: relative;
    font-family: Verdana, Geneva, sans-serif;
}

.mainMenu .BaseContent {
    width: 1000px
}

.mainMenu li {
    margin: 0 0 0 30px;
}

.BaseContent:before, .BaseContent:after {
    display: table;
    content: " ";
}

.QuemSomosContent {
    width: 240px;
    margin: auto;
    position: relative;
}

    .QuemSomosContent:after {
        content: "";
        background-image: url('foto-chris.png');
        background-repeat: no-repeat;
        position: absolute;
        width: 230px;
        height: 230px;
        left: -300px;
        top: -22px;
    }

.MetodologiaContent {
    width: 425px;
    margin-left: 330px;
}

.LiderancaContent {
    width: 450px;
    position: relative;
}

.beforeLideranca {
    display: block;
    background: url(foto-lideranca.png) no-repeat;
    position: absolute;
    width: 602px;
    height: 602px;
    /*right: -730px;*/
    left: 450px;
    top: -197px;
}

.Palestras p {
    color: #000;
}

.Contato fieldset label {
    margin: 10px 0 0 5px;
}

.Contato fieldset input, .Contato fieldset textarea {
    width: 100%;
    border: 0 none;
}

.navbar-toggle {
    background-color: #808080;
}

@media (max-width: 1000px) {
    .mainMenu .BaseContent {
        width: inherit
    }

    .mainMenu li {
        margin: 0;
    }
}

@media (max-width: 815px) {

    .navbar-brand img {
        margin-left: 10px;
    }

    .HomeBanner {
        height: 350px;
        width: 100% !important;
        background-size: 285%;
        background-position: top center;
    }

    .BaseContent, .QuemSomos, .Lideranca, .Palestras, .Metodologia, .Contato {
        width: 100% !important;
        background-size: cover;
        background-position: top center;
    }

    .QuemSomos, .Metodologia, .Lideranca, .Palestras, .Contato {
        height: auto;
    }

    .Metodologia {
        background-image: url('BG-metodologia-Light.jpg');
    }


    .QuemSomosContent, .LiderancaContent, .MetodologiaContent, .Palestras {
        margin: 5px;
        width: auto;
    }


    .QuemSomosContent {
        padding-bottom: 10px;
    }

        .QuemSomosContent:after {
            background-size: 100%;
            width: 115px;
            height: 115px;
            left: auto;
            right: -15px;
            top: auto;
            bottom: -30px;
        }


    .MetodologiaContent {
        padding-left: 150px;
    }

    .beforeLideranca {
        display: none;
    }

    .Contato {
        padding: 10px;
    }
}

@media(max-width: 500px) {

    .HomeBanner {
        height: 250px;
        width: 100% !important;
        background-size: 285%;
        background-position: top center;
    }
}

@media (max-width: 415px) {
    .BaseContent div {
        width: auto !important;
    }
}
