@import url(http://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800);
/*
200 Extra-Light
300 Light
400 Normal
500 Medium
600 Semi-Bold
700 Bold
800 Extra-Bold
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
/*
400 Normal
400 Normal Italic
700 Bold
700 Bold Italic
*/

html, body {
    height: 100%;
}

body {
    overflow: hidden;
}

#section-1 {
    height: 100%;
    background: url('../../img/site/section-1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#section-1 > .content {
    /*display: table;*/
    width: 100%;
    width: 500px;
    min-height: 500px;
    text-align: center;
    position: absolute;
    top: 0;
    top: 50%;
    margin-top: -250px;
    /*bottom: 0;*/
    /*margin: auto;*/
    left: 50%;
    margin-left: -250px;
}

#section-1 > .content > .slogan {
    margin-top: 50px;
    font: 700 37px 'Dosis';
    color: #fff;
    text-transform: uppercase;
}

#section-1 > .content > .conheca > a {
    display: inline-block;
    background-color: #6eb740;
    font: 400 28px 'Dosis';
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 30px;
}

#section-1 > .content > .conheca > a:hover {
    text-decoration: none;
}

#section-1 > .content > .conheca {
    margin-top: 50px;
}

#section-1 > .content > .control {
    margin-top: 50px;
}

#section-2 {
    position: relative;
    background-color: #a3c45d;
}

#section-2 > .menu-principal {
    display: inline-block;
    background-color: #fff;
    width: 270px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 30px;
    padding: 35px 0;
}

#section-2 > .menu-principal:after {
    content: '';
    display: block;
    background-color: #6eb740;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#section-2 > .menu-principal > ul {
    margin: 0;
    padding: 0;
}

#section-2 > .menu-principal > ul > li.logo {
    text-align: center;
    margin-bottom: 35px;
}

#section-2 > .menu-principal > ul > li {
    list-style: none;
}

#section-2 > .menu-principal > ul > li.link {
    padding: 0 40px;
    margin-bottom: 2px;
}

#section-2 > .menu-principal > ul > li.link > a {
    font: 500 22px 'Dosis';
    color: #555;
    text-transform: uppercase;
    outline: 0;
}
@media(max-height: 800px) and (max-width: 1280px){
    #section-2 > .menu-principal > ul > li.link > a {
        font-size: 18px;
    }
}

#section-2 > .menu-principal > ul > li.link > a:hover {
    text-decoration: none;
}

#section-2 > .menu-principal > ul > li.link > a:active {
    text-decoration: none;
}

#section-2 > .menu-principal > ul > li.link > a:focus {
    text-decoration: none;
}

#section-2 > .rodape {
    display: table;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    background-color: #fff;
    height: 20%;
}

#section-2 > .rodape > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table-cell;
}

#section-2 > .rodape > li.texto {
    width: 30%;
    vertical-align: middle;
    font: 11px 'PT Sans';
    color: #553b22;
    padding: 20px 35px;
}

#section-2 > .rodape > li.marcas {
    width: 50%;
    vertical-align: middle;
}

#section-2 > .rodape > li.marcas > ul {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
}

#section-2 > .rodape > li.marcas > ul > li {
    margin: 0;
    padding: 0;
    display: table-cell;
}

#section-2 > .rodape > li.marcas > ul > li {
    padding-right: 15px;
}

#section-2 > .rodape > li.marcas > ul > li:last-child {
    padding-right: 0;
}

#section-2 > .rodape > li.marcas > ul > li > img {
    max-width: 100%;
}

#section-2 > .rodape > li.infraestrutura {
    width: 20%;
    vertical-align: middle;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#section-2 > .rodape > li.infraestrutura > img {
    max-width: 100%;
}

/* #section-2-carousel ***********************************************************************/

#section-2-carousel {
    height: 100%;
}

#section-2-carousel .carousel-inner {
    height: 100%;
}

#section-2-carousel .item {
    height: 100%;
}

#section-2-carousel .carousel-indicators {
    position: absolute;
    bottom: 20px;
    top: 0;
    left: initial;
    right: 0;
    z-index: 15;
    width: auto;
    margin: 0;
    margin-top: 40px;
    margin-right: 50px;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 20px;
}
@media(max-height: 800px) and (max-width: 1280px){
    #section-2-carousel .carousel-indicators {
        margin-top: 15px;
    }
}

#section-2-carousel .carousel-control {
    position: absolute;
    z-index: 10000;
    top: 40%;
    left: initial;
    bottom: initial;
    width: 28px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: initial;
    color: #fff;
    text-align: center;
    text-shadow: none;
}

#section-2-carousel .carousel-control.left {
    left: auto;
    top: 30%;
    right: 46px;
    background-image: none;
    filter: none;
}

#section-2-carousel .carousel-control.right {
    left: auto;
    right: 46px;
    background-image: none;
    filter: none;
}

#section-2-carousel .carousel-indicators .active {
    margin: 1px;
    width: 10px;
    height: 10px;
    background-color: #71a529;
}

/* #section-2-o-empreendimento ***************************************************************/

#section-2-o-empreendimento {
    padding-top: 150px;
    padding-left: 400px;
    padding-right: 115px;
    height: 100%;
}

#section-2-o-empreendimento > img {
    max-width: 100%;
}

/* #section-2-planejamento-1 *****************************************************************/

#section-2-planejamento-1 {
    position: relative;
    height: 100%;
    background: url('../../img/site/planejamento-1.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

#section-2-planejamento-1 > img {
    position: absolute;
    top: 30%;
    right: 120px;
}

#section-2-planejamento-1 > aside {
    position: absolute;
    top: 30%;
    right: 120px;
    width: 400px;
}

#section-2-planejamento-1 > aside > header {
    background-color: #8dc63f;
    font: 500 27px 'Dosis';
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 2px;
}

#section-2-planejamento-1 > aside > section {
    background-color: #fff;
    font: 500 14px 'Dosis';
    color: #555;
    padding: 15px 20px;
    text-transform: uppercase;
    line-height: 20px;
}

/* #section-2-planejamento-2 *****************************************************************/

#section-2-planejamento-2 {
    position: relative;
    height: 100%;
    background: url('../../img/site/planejamento-2.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

#section-2-planejamento-2 > img {
    position: absolute;
    top: 30%;
    right: 120px;
}

#section-2-planejamento-2 > aside {
    position: absolute;
    top: 30%;
    right: 120px;
    width: 300px;
}

#section-2-planejamento-2 > aside > header {
    background-color: #6eb740;
    font: 500 27px 'Dosis';
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 2px;
}

#section-2-planejamento-2 > aside > section {
    background-color: #fff;
    font: 500 14px 'Dosis';
    color: #555;
    padding: 15px 20px;
    text-transform: uppercase;
    line-height: 20px;
}

/* #section-2-meio-ambiente *****************************************************************/

#section-2-meio-ambiente {
    position: relative;
    height: 100%;
    background: url('../../img/site/meio-ambiente.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

#section-2-meio-ambiente > img {
    position: absolute;
    top: 30%;
    right: 120px;
}

#section-2-meio-ambiente > aside {
    position: absolute;
    top: 30%;
    right: 120px;
    width: 380px;
}

#section-2-meio-ambiente > aside > header {
    background-color: #f26522;
    font: 500 27px 'Dosis';
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 2px;
}

#section-2-meio-ambiente > aside > section {
    background-color: #fff;
    font: 500 14px 'Dosis';
    color: #555;
    padding: 15px 20px;
    text-transform: uppercase;
    line-height: 20px;
}

/* #section-2-implantacao *****************************************************************/

#section-2-implantacao {
    position: relative;
    height: 100%;
    background: url('../../img/site/implantacao.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
}

#section-2-implantacao > img {
    position: absolute;
    top: 30%;
    right: 120px;
}

#section-2-implantacao > aside {
    position: absolute;
    top: 30%;
    right: 120px;
    width: 470px;
}

#section-2-implantacao > aside > header {
    background-color: #f26522;
    font: 500 27px 'Dosis';
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 2px;
}

#section-2-implantacao > aside > section {
    background-color: #fff;
    font: 500 14px 'Dosis';
    color: #555;
    padding: 15px 20px;
    text-transform: uppercase;
    line-height: 20px;
}

/* #section-2-ficha-tecnica *****************************************************************/

#section-2-ficha-tecnica {
    position: relative;
    height: 100%;
    background-color: #8dc63f;
}

#section-2-ficha-tecnica > img {
    position: absolute;
    top: 17%;
    left: 450px;
}

#section-2-ficha-tecnica > ul {
    position: absolute;
    top: 15%;
    left: 400px;
    right: 120px;
    margin: 0;
    padding: 0;
}

#section-2-ficha-tecnica > ul > li {
    margin: 0;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
    padding-left: 23px;
    background: url('../../img/site/arrow-right-green.png') no-repeat left top 6px;
    font: 21px 'Dosis';
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 33%;
    float: left;
}

#section-2-ficha-tecnica > ul > li > em {
    display: block;
    font-weight: 700;
    font-style: normal;
}

/* #section-2-contato-comercial **************************************************************/

#section-2-contato-comercial {
    position: relative;
    height: 100%;
    background-color: #8dc63f;
}

#section-2-contato-comercial > ul {
    position: absolute;
    top: 10%;
    left: 400px;
    right: 120px;
    margin: 0;
    padding: 0;
}
@media(max-height: 800px) and (max-width: 1280px){
    #section-2-contato-comercial > ul {
        top: 6%;
    }
}

#section-2-contato-comercial > ul > li {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 25px 0;
    list-style: none;
    font: 21px 'Dosis';
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 24%;
    float: left;
    border: 2px solid #fff;
    text-align: center;
    position: relative;
}
@media(max-height: 800px) and (max-width: 1280px){
    #section-2-contato-comercial > ul > li {
        font-size: 16px;
        width: 23%;
    }
}

#section-2-contato-comercial > ul > li > div {
    display: none;
    /*opacity: 0;
    filter: alpha(opacity=0);*/
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    padding: 30px;
    text-align: left;
    font: 15px 'Dosis';
    color: #555;
    text-transform: initial;
    /*-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;*/
}

#section-2-contato-comercial > ul > li:hover > div {
    display: block;
    /*opacity: 1;
    filter: alpha(opacity=100);*/
}

#section-2-contato-comercial > ul > li > div > .titulo {
    display: block;
    font: 500 18px 'Dosis';
    color: #f26522;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#section-2-contato-comercial > ul > li > div > .phone {
    display: block;
    font: 18px 'Dosis';
    color: #555;
}

#section-2-contato-comercial > ul > li > div > a {
    display: block;
    color: #555;
}

/* #section-2-localizacao **************************************************************/

#section-2-localizacao {
    position: relative;
    height: 100%;
}

#section-2-localizacao > iframe {
    width: 100%;
    height: 100%;
}

#section-2-localizacao > aside {
    position: absolute;
    top: 30%;
    right: 120px;
    width: 275px;
}

#section-2-localizacao > aside > header {
    background-color: #f26522;
    font: 500 27px 'Dosis';
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: -1px;
    text-align: center;
    margin-bottom: 2px;
}

#section-2-localizacao > aside > section {
    background-color: #fff;
    font: 500 14px 'Dosis';
    color: #555;
    padding: 15px 20px;
    text-transform: uppercase;
}