
@font-face {
    font-family: 'Open Sans'; /*a name to be used later*/
    src: url('../fonts/OpenSans-Bold.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'Open Sans Regular'; /*a name to be used later*/
    src: url('../fonts/OpenSans-Regular.ttf'); /*URL to font*/
}

*{
    margin: 0;
    padding: 0;
}

a{
    color: #006000;
}

.error{
    background-color: #aa3333;
}

strong, b{
    font-family: "Open Sans";
}

#map-canvas{
    background-image: url("../img/contato-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu{
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 101;
    top: 0;
    background-image: url("../img/topo-bg.png");
    background-repeat: repeat;
}

.menu img{
    margin-left: 30px;
    display: inline-block;
}

.serv-title{
    display: none;
}

img.mm{
    display: none;
    position: absolute;
    right: 30px;
    top:0;
    cursor: pointer;
}

.top-menu{
    position: fixed;
    list-style: none;
    top: 0;
    right: 30px;
    height: 70px;
    width: 880px;
    vertical-align: top;
    text-align: right;
    z-index: 102;
}

.top-menu li{
    display: inline-block;
    height: 65px;
    padding: 0 10px 0 10px;
    margin-left: 40px;
    cursor: pointer;
    text-align: center;
}

.top-menu li.active{
    border-bottom:5px solid #006000;
}

.top-menu li a{
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #006000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    line-height: 70px;
}
.top-menu li:hover{
    border-bottom:5px solid #006000;
}


/* CONTENT BLOCKS */
.ct-block{
    position: relative;
    width: 100%;
    background-size: cover;
}

.home{
    background-image: url("../img/home-bg.jpg");
}

.welcome-block{
    position: relative;
    width: 550px;
    margin: 0 auto;
    top: 275px;
    text-align: center;
    color: #006000;
    font-family: "Open Sans", sans-serif;
}

.welcome-block span{
    font-size: 24px;
    font-family: "Open Sans Regular";
}

.welcome-block h2{
    font-size: 98px;
    margin: 0;
    line-height: 98px;
}

.welcome-block h3{
    font-size: 24px;
    font-family: "Open Sans Regular";
}


.empresa{
    background-image: url("../img/empresa-bg.jpg");
    text-align: center;
    background-size: cover;
}

.globo{
    position: relative;
    top: 200px;
    display: inline-block;
}

.empresa-content-block{
    position: relative;
    width: 600px;
    display: inline-block;
    top: 250px;
    vertical-align: top;
    text-align: left;
    margin-left: 60px;
}

.empresa-topics{
    list-style: none;
}

.empresa-topics li{
    display: inline-block;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 42px;
    color:#7ea547;
    margin-right: 10px;
}

.empresa-topics li.current{
    color: #006000;
}

.empresa-content{
    display: none;
    font-family: "Open Sans Regular";
    font-size: 14px;
    color: #006000;
}


/* CONTENT LIGHTBOX */


.servicos-overlay{
    position: fixed;
    background-image: url("../img/overlay-bg.png");
    background-repeat: repeat;
    top:0;
    width:100% ;
    z-index: 1000;
}

.content-controlls{
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 39px;
    position: absolute;
    top: 40%;
    cursor: pointer;
}

.back{
    background-image: url("../img/prev-arrow.png");
    left: 30px;
}

.foward{
    background-image: url("../img/foward-arrow.png");
    right: 30px;
}


.single-content{
    position: relative;
    width: 800px;
    height: auto;
    margin: 0 auto;
    top:70px;
    background-color: #f5fbbe;
    padding-bottom: 50px;
}

.single-content.no-m-p{
    padding-bottom: 10px;
}

.top-bar{
    min-height: 50px;
    background-color: #27662d;
}

.top-bar img{
    display: inline-block;
    text-align: center;
}

.top-bar h3{
    display: inline-block;
    font-family: "Open Sans";
    font-size: 18px;
    color: #f5fbbe;
    line-height: 50px;
    vertical-align: top;
}

.form-return{
    font-family: "Open Sans";
    color: #f5fbbe;
}

.servico-info p{
    font-family: "Open Sans Regular";
    font-size: 13px;
    color: #276829;
    margin: 10px;
}

.top-bar .close-btn{
    position: absolute;
    right:10px;
    top:3px;
    cursor: pointer;
}

.bottom-bar:before{
    content: "";
    position: absolute;
    top:-5px;
    left: 15px;
    width: 10px;
    height: 5px;
    z-index: 10001;
    background-image: url("../img/ct-tip.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.bottom-bar{
    position: absolute;
    bottom:-1px;
    height: 50px;
    width: 100%;
    background-color:#276829 ;
}

.bottom-bar p{
    font-family: "Open Sans Regular";
    font-size: 13px;
    color: #f5fbbe;
    line-height: 50px;
    margin-left: 10px;
}


/* END CONTENT LIGHTBOX END */
.center-wraper{
    text-align: center;
}

.servicos{
    background-image: url("../img/servicos-bg.jpg");
}

.nice-guy{
    position: absolute;
    display: inline-block;
    bottom: -10px;
    left: 0;
    left: 200px;
}

.servicos-content-block{
    position: relative;
    width: 600px;
    display: inline-block;
    top: 200px;
    left: 300px;
    vertical-align: top;
}

.servicos-topics{
    list-style: none;
}

.servicos-topics li{
    display: inline-block;
    cursor: pointer;
    font-family: "Open Sans";
    font-size: 42px;
    color:#73aa97;
    margin-left: 10px;
}

.servicos-topics li.current{
    color: #006000;
}

.servicos-content{
    display: none;
    font-family: "Open Sans Regular";
    font-size: 14px;
    color: #006000;
}

.servicos-items{
    list-style: none;
}

.servicos-items li{
    display: inline-block;
    width: 180px;
    text-align: center;
    margin-left: 15px;
    margin-top: 30px;
    cursor: pointer;
}

.servicos-items li p{
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}

.como-atuamos{
    list-style: none;
}

.como-atuamos li{
    display: block;
    background-image: url("../img/atuamos-bullet.png");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
    font-family: "Open Sans Regular";
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px;
    text-align: left;
}

.resultados{
    background-image: url("../img/resultados-bg.jpg");
    background-position: top right;
}

.result-wrap{
    position: relative;
    width: 1271px;
    top:130px;
    margin: 0 auto;
}

.result-wrap h2{
    font-family: "Open Sans", sans-serif;
    color: #006000;
    font-size: 18px;
}

.result-wrap p{
    font-family: "Open Sans Regular", sans-serif;
    color: #006000;
    font-size: 13px;
}

.result-wrap h2.head{
    font-size: 48px;
    line-height: 48px;
}

.result-wrap p.head{
    font-size: 18px;
}

.resultados-list{
    text-align: left;
    list-style: none;
    position: relative;
    width: 1271px;
    margin: 0 auto;
}

.resultados-list li{
    text-align: left;
    display: inline;
    float: left;
    width: 630px;
    vertical-align: top;
    margin-top: 15px;
}
.resultados-list li img{
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.resultados-list li .r-wrap{
    display: inline-block;
    width: 490px;
    margin-left: 20px;
}

.dicas{
    background-image: url("../img/dicas-bg.jpg");
}

.dicas-block{
    text-align: center;
    position: relative;
    top: 150px;
    margin: 0 30px 0 30px;
    vertical-align: top;
}

.ciclo, .ciclo img{
    display: inline-block;
}

.ciclo p{
    width: 290px;
    font-family: "Open Sans", sans-serif;
    color: #FFF;
    font-size: 12px;
    background-image: url("../img/overlay-bg.png");
    background-repeat: repeat;
    border-radius: 15px;
    line-height: 25px;
}

.dicas-wrap{
    vertical-align: top;
    display: inline-block;
    position: relative;
    width: 670px;
    height: 350px;
    top: 50px;
    left: 130px;
    text-align: left;
}

.dicas-container{
    width: 670px;
    height: 300px;
    overflow: hidden;
}

.dicas-wrap h2{
    font-family: "Open Sans", sans-serif;
    color: #006000;
    font-size: 48px;
    margin-bottom: 10px;
}

.dicas-container ul{
    list-style: none;
}
.dicas-container ul li{
    border-bottom: solid 1px #83b7a2;
    padding-bottom: 20px;
}

.dicas-container ul li h3{
    font-family: "Open Sans", sans-serif;
    color: #006000;
    font-size: 18px;
    margin: 15px 0 15px 0;
}

.empresa-content p{
    position: relative;
    padding-bottom: 20px ;
}

p.evidenciar{
    font-family: "Open Sans";
}

.dicas-container ul li p{
    font-family: "Open Sans Regular", sans-serif;
    color: #006000;
    font-size: 14px;
    margin-bottom: 10px;
}

.contato-block{
    position: absolute;
    z-index: 5;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    top:250px;
    height: 320px;
    vertical-align: top;
}

div.address-block:before{
    content: "";
    width: 14px;
    height: 7px;
    background-image: url("../img/map-tip.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -7px;
}

.address-block{
    position: relative;
    display: inline-block;
    background-image:url("../img/contato-address-bg.png") ;
    background-repeat: repeat;
    width: 290px;
    height: 130px;
    padding: 30px;
    vertical-align: top;
}

.address-block p{
    font-family: "Open Sans Regular", sans-serif;
    color: #e3f2a9;
    font-size: 14px;
}

.address-block h2{
    font-family: "Open Sans", sans-serif;
    color: #e3f2a9;
    font-size: 18px;
    margin: 10px 0 10px 0;
    line-height: 18px;
}

.full-height{
    min-height:600px;
}

.form-block{
    display: inline-block;
    background-image: url("../img/contato-bg.png");
    background-repeat: repeat;
    width: 600px;
    height: 360px;
    margin-left: -5px;
    vertical-align: top;
}

.form-wrap{
    margin-top: 30px;
    margin-left: 9px;
}

.form-wrap input{
    font-family: "Open Sans Regular";
    color:#27662d ;
    line-height: 50px;
    border-radius: 30px;
    padding: 0 15px;
    border: none;
    font-size: 18px;
    margin-bottom: 12px;
    margin-left: 8px;
}

.form-wrap input:focus, .form-wrap textarea:focus{
    outline: none;
    border: none;
}

.form-wrap textarea{
    font-family: "Open Sans Regular";
    color:#27662d ;
    font-size: 18px;
    border-radius: 30px;
    padding: 15px 15px;
    border: none;
}

.nome{
    width: 250px;
}
.email{
    width: 250px;
}

.telefone{
    width: 180px;
}

.assunto{
    width:318px;
}

.form-wrap .mensagem{
    width: 538px;
    margin-left: 8px;
    height: 90px;
    border-radius: 10px;
}

.enviar{
    position: absolute;
    right: 27px;
    bottom: -38px;
    color: #e3f2a9 !important ;
    background-color:#135a1b ;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    font-family: "Open Sans" !important;
    padding: 0 25px !important;
}

.hide{
    display: none;
}

.show{
    display: block;
}


/* END   CONTENT BLOCKS    END*/

@media (max-width: 1375px) {
    .servicos-content-block {


    }

    .resultados-list {

        width: 100%;

    }

    .nice-guy {

        left: 50px;
    }

    .empresa-content-block {
    }


    .dicas-wrap {

        width: auto;
        top: 45px;
        top: 45px;
        left: 7px;
    }

    .dicas-container {
        width: 510px;
    }

    .resultados-list li {
        width: 525px;
    }

    .resultados-list li .r-wrap {
        width: 410px;
    }

    .result-wrap {
        top: 145px;
        width: 92%;
        margin-left: 30px;
    }

}


@media (max-width: 1155px) {
    
    #map-canvas{
        background-image: url("../img/contato-bg-top.jpg");
    }

    #empresa{
        height:780px;
    }
    
    .globo {
        position: relative;
        top: 100px;
        width: 280px;
        margin:0 auto;
        display: block;
        text-align: center;
        left: auto;
    }

    .empresa-content-block {
        position: relative;
        width: 600px;
        display: block;
        top: 140px;
        vertical-align: top;
        margin: 0 auto;
    }

    .nice-guy {
        display: none;
    }

    .servicos-content-block {
        top: 100px;
        position: relative;
        display: block;
        margin: 0 auto;
        left: auto;
    }

    #resultados{
        height: 880px;
        background-position: center center;
    }

    .resultados-list li {
        width: 100%;
        margin-top: 30px;
    }

    .resultados-list li .r-wrap {
        width: 75%;
    }

    .ciclo{
        display: none;
    }

    .dicas-container {
        width: 100%;
    }

    div.address-block:before {
        content: "";
        width: 14px;
        height: 7px;
        background-image: url("../img/map-tip-top.png");
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -7px;
        top: -7px;
    }

    .address-block {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0;
        height: 130px;
        padding: 10px 0;
        vertical-align: top;
    }

    .contato-block {
        position: absolute;
        z-index: 101;
        width: 92%;
        left: auto;
        margin: 0 4% 4% 4% ;
        top: 250px;
        height: auto;
        vertical-align: top;
    }

    .form-block {
        display: block;
        width: 100%;
        height: 490px;
        margin:0 50px;
        vertical-align: top;
        margin: 0;
        padding: 0;
    }

    .form-wrap {
        margin:0;
        text-align: center;
    }

    .form-wrap input{
        position: relative;
        margin:5px auto;
    }

    form.contato{
        padding-top: 30px;
    }

    .nome, .email, .telefone, .assunto, .form-wrap .mensagem {
        width: 80%;
        margin: 5px;
    }

    .form-wrap input.enviar{
        position: relative;
        float:right;
        margin-right: 50px;
        bottom: 0;
    }

    .top-menu{
        right: auto;
        display: none;
        width: 100%;
    }

    .top-menu.show{
        display: block;
    }

    img.mm{
        display: block;
    }

    .menu.expand{
        top:395px;
    }

    .top-menu li{
        display: block;
        text-align: left;
        background-color:#006000 ;
        margin: 0;
        border-bottom: 1px solid #004d00;
    }

    .top-menu li:hover{
        background-color:#004d00 ;
        margin: 0;
        border-bottom: 1px solid #006000;
    }

    .top-menu li.active{
        background-color:#004d00 ;
        margin: 0;
        border-bottom: 1px solid #006000;
    }

    .top-menu li a {
        display: block;
        font-family: "Open Sans", sans-serif;
        color: #6cb150;
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        line-height: 70px;
    }

    .welcome-block {
        position: relative;
        width: 550px;
        margin: 0 auto;
        top: 175px;

    }

}

@media (max-width: 980px) {
    .content-controlls {
        display: none;
    }

    .single-content {
        width: 92%;
        height: auto;
        margin: 4% 4% 4% 4%;
        top: 0;
    }

}

@media (max-width: 880px) {
    .resultados-list li{
        text-align: center;
    }
    .resultados-list li img {
        display: block;
        vertical-align: top;
        margin: 0 auto;
        width: 80px;
    }

    #resultados{
        height: 1478px;
    }
}

@media (max-width: 794px) {
    .empresa-content-block {
        left: auto;
        width: 600px;
        margin:0 auto;
    }

    .top-bar img {
        display: none;
    }

    .top-bar h3 {
        margin-left: 10px;
        line-height: 43px;
        width: 70%;
    }

    .top-bar .close-btn{
        top:0;
    }

    .top-bar .close-btn img {
        display: block;
    }
}

@media (max-width: 650px) {

    .content-items{
        height: 100%;
        overflow-y: scroll;
    }

    .welcome-block {
        width: 100%;
        margin: 0 auto;
        top: 125px;

    }

    .welcome-block h2 {
        font-size: 68px;
        margin: 0;
        line-height: 98px;
    }

    .empresa-content-block {
        left: auto;
        width: 90%;
        margin: 0 auto;
    }

    .empresa-topics li {

        font-size: 32px;

    }

    #empresa{
        height: 1000px;
    }

    .servicos-topics {
        display: none;
    }

    .servicos-content-block{
        width: 100%;
    }

    .servicos-content {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    #servicos{
        height: 1142px;
    }

    .como-atuamos li {
        line-height: normal;
        text-align: left;
    }

    .serv-title{
        font-family: "Open Sans";
        display: block;
        text-align: center;
        margin-top: 20px;
        font-size: 42px;
    }

    .margin-tops{
        margin-top: 60px;
        font-size: 38px;
    }

    .como-atuamos{
        margin-top: 34px;
        margin-left: 5px;
        margin-right: 5px;
        font-family: "Open Sans";
    }

    .servicos-items {
        width: auto;
        text-align: center;
    }

    .servicos-items li{
        white-space: normal;
    }

    #resultados{
        height: 1450px;
    }
}

@media (max-width: 606px) {
    #servicos{
        height: 1338px;
    }

    #resultados{
        height: 1950px;
    }

    .como-atuamos {
        position: relative;
        margin:0 auto;
        margin-top: 34px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .form-wrap input.enviar {
        position: relative;
        margin: 0 auto;
    }
}

@media (max-width: 430px) {
    .result-wrap {
        text-align: center;
        top: 145px;
        width: 100%;
        margin-left: 0;
    }
    .servicos-items{
        text-align: center;
    }
    .servicos-items li img {
        width: 120px;
    }

    .servicos-items li {
        width: 140px;
    }

    .servicos-items li p {
        font-family: "Open Sans", sans-serif;
        font-size: 13px;
    }

    #empresa{
        height: 1060px;
    }

    .resultados-list li .r-wrap {
       width: 80%;
        margin: 0;
    }

    .welcome-block h2 {
        font-size: 48px;
        margin: 0;
        line-height: 58px;
    }

    .result-wrap h2.head {
        font-size: 38px;
        line-height: 38px;
    }

    .empresa-topics li {
        font-size: 25px;
    }
}