body{
    background-color: #fbfafa;
}

.content{
    width: 85%;
    margin: 0 auto;

}
/*------------------------------------# Header da Página#-------------------------------------------------------------------*/
.main_header h1{
    font-size: 0;
}
.main_logo{
    float: left;
    width: 65% !important;
    max-width: 300px;
    margin-top: 30px;

}

/*------------------------------------# Menu Mobile#-------------------------------------------------------------------*/
/*máximo 1024px*/
@media(max-width:64em){
    .mobile_menu{
        width: 50px;
        height: 50px;
        margin: 40px 0 0 0;
        float: right;
        cursor:pointer;
        background: #8cbc8b url(images/mobile.png) center center no-repeat;
        border-radius: 50%;
        -moz-border-radius:50% ;
        -webkit-border-radius: 50%;

    }
    .mobile_menu.active{
        background:#008068  url(images/mobile.png) center center no-repeat;
    }
    .main_menu{
        position: fixed;
        left: -100%;
        top: 0;
        width: 76%;
        height: 100%;
        min-width: 200px;
        max-width: 360px;
        background-color:#f7f7f7; 
        z-index: 99;
        overflow: hidden;
        overflow-y: auto;
    }
    .main_menu li{
        display: block;
        margin:  15px;
        text-align: left;
        text-transform: uppercase;
        line-height: 2.5em;
    }
    .main_menu a{
        text-decoration: none;
    }
    .btn_green01{
        background-color:#0a5d5f; 
        text-shadow: 1px 1px #008068;
    }
    .btn_green01:hover
    {background-color:#8cbc8b; 
     color: #fff;
    }

}

/*------------------------------------# Footer da Página #-------------------------------------------------------------------*/
.main_footer{
    background-color: #005e5d;
    text-align: center;
    font-weight: 300;
    color: #fff;

}
.main_footer h1{

    margin-bottom: 10px;
}
.main_footer li{
    color: #fff;

    margin-bottom: 10px;
    text-decoration: none;
    font-size: 1em;

}
.main_footer a{
    color: #fff;
    text-decoration: none;
}

/*------------------------------------# Main da Página #-------------------------------------------------------------------*/

.slide .content{
    margin: 40px 0;
    width: 100% !important;

}

/*Seção dos Serviços Oferecidos*/
.servicos_oferecidos{
    margin-bottom:  30px;
}
.titulo_servico{
    background-color:#0a5d5f;
    margin-bottom: 50px;
    color: #8cbc8b;
}
.servicos {
    margin-bottom: 30px;

}
.servicos_item{
    background-color: #fff;
    margin-bottom: 20px;

}
.servicos_item p{
    padding: 10px;
    color: #0a5d5f;
    font-size: 0.9em;
}
.servicos_item .servico_nome{
    background-color: #0a5d5f;
    color:#fff;
    width: 60%;
    margin-top: -1px;
}
.servicosshadow{
    box-shadow: 0px 0px 2px 1px #ccc;
}



/*PORQUE CONTRATAR NOSSOS SERVIÇOS*/

.secao_contratar_servicos{
    margin-bottom:  30px;    

}

.titulo_contratar_servicos{
    background-color:#8cbc8b ;
    color: #0a5d5f;
    margin-bottom: 50px;
}
.contratar_esquerda{
    float: left;
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;


}
.contratar_esquerda h1{
    font-size: 0.95em;
    color: #0a5d5f;
}

.contratar_esquerda p{
    padding: 20px;
    color: #0a5d5f;
    background-color: #fff;
}
.contratar_esquerda hr{
    width: 50%;
    color:#0a5d5f;
    margin-bottom: 10px;
    text-align: center !Important;

}
.contratar_direita{
    float: right;
    background-color: #fff;
    width: 100%;

}
.gl{
    text-align: center;
    padding-bottom: 10px;
}
.gl p{
    color:#0a5d5f;
    font-size: 0.95em;
    font-weight: 700;
    
}
/*Seção contatos*/

.secao_contatos{
    margin-bottom:  30px;  
}

.titulo_contatos{
    background-color:#0a5d5f;
    color: #8cbc8b ;
    margin-bottom: 30px;
}

.contato_telefone{
    float: left;
    padding: 10px;
    background-color: #fff;
}
.contato_telefone h1{
    color: #0a5d5f;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.5em;

}
.contato_telefone hr{
    width: 80%;
    color:#0a5d5f;
    margin-bottom: 30px;

}
.contato_telefone .t_site{
    margin-bottom: 6px;
    font-size: 1.4em;
    color:#0a5d5f;
}

.contato_telefone h2{
    color:#0a5d5f;
    font-size: 1em;
    margin-bottom: 4px;
    margin-top: 15px;
}

.contato_mensagem{
    float: right;
    background-color: #fff;
    padding: 10px;
    text-align: left;
}
.contato_mensagem h1{
    color: #0a5d5f;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.contato_mensagem hr{
    width: 80%;
    color:#0a5d5f;
    margin-bottom: 30px;
}


/*------------------------------------# PAGINA EMPRESA #-------------------------------------------------------------------*/
.empresa{
    margin-top: 50px;
    margin-bottom: 30px;
}
.empresa article{
    color: #0a5d5f;
    padding: 15px;
    background-color: #fff;
    font-size: 1.2em;
}

.title_empresa{
    font-size: 2.3em;
    color: #0a5d5f;
    padding: 10px;
    font-weight: 600;
}
.empresa hr{
    width: 80%;
    color:#0a5d5f;
    margin-bottom: 60px;
}

/*------------------------------------# PAGINA NOSSOS SERVIÇOS #-------------------------------------------------------------------*/

.servico{
    text-align: center;

}
.title_servico{
    font-size: 2.3em;
    color: #0a5d5f;
    padding: 10px;
    font-weight: 600;
    text-align: left;
    margin-top: 50px;
}

.servico hr{
    width: 80%;
    color:#0a5d5f;
    margin-bottom: 60px;
}

.servico article{
    background-color: #fff;
    margin-bottom: 30px;
    font-size: 1.2em;
    color: #0a5d5f;
    padding: 10px;

}
.servico .conteudo{
    padding: 10px;
    text-align: left;
    margin-top: 10px;

}
.servico .stitle{
    font-size: 1.5em;
    margin-top: 30px;
}
.servico img{
    box-shadow: 0px 0px 3px 3px rgba(140,188,139,0.7);
    float: left;
    margin-right:  30px !important;
    width: 100%;
    max-width: 400px;





}

/*------------------------------------# Título das seções #-------------------------------------------------------------------*/

/*titulo das seções*/ 
.sectiontitle{
    float: left; 
    width: 100%; 
    text-align: center; 
    margin: 30px 0;
}
.sectiontitle h1{
    font-size: 2.4em; 
    font-weight: 300; 
    margin-bottom: 4px;
}
.sectiontitle p{
    font-size: 1.3em; 
    font-weight: 100;
}
/*------------------------------------# classes diverssas #-------------------------------------------------------------------*/
.caixa_alta{
    text-transform: uppercase;
}

.box_line{
    border: 1px #ccc solid;
}
.rodape_telefone{
    text-align: center;
    color: #0a5d5f;
    margin-top: 50px;
    font-size: 0.9em;
    margin-bottom: 20px;

}


mark{
    background-color: #0a5d5f;
    padding: 10px;
    color: #fff;
}
/*FONT WIGHT*/
.font100{font-weight: 100 !important;}
.font300{font-weight: 300 !important;}
.font400{font-weight: 400 !important;}
.font700{font-weight: 700 !important;}


.quebradelinha{
    margin-bottom: 10px; 
}

.fontzero{
    font-size: 0;
}



/*------------------------------------# Media Queries#-------------------------------------------------------------------*/

/*240px BREAKPOINT*/


/*240px BREAKPOINT*/
@media(min-width:15em){
    .content{
        width: 92%;
        margin: 0 4%;
        padding: 20px 0;
    }
    .main_header{
        background-color: #fbfafa;
        position: relative;
    }

    .titulo_servico{
        margin-bottom: 10px;
    }
    .sectiontitle h1{
        font-size: 1.6em; 
        font-weight: 500; 
        margin-bottom: 4px;
    }
    .sectiontitle p{
        font-size: 1.1em; 
        font-weight: 100;
        padding: 2.3px;
    }
    .titulo_contratar_servicos, titulo_contatos{
        margin-bottom: 10px;
    }
    mark{
        line-height:  70px;

    }
    .contato_telefone{
        width: 100%;
        margin-bottom: 20px;
    }
    .contato_mensagem{
        width: 100%;
        margin-bottom: 20px;
    }
    /*PAGINA EMPRESA*/
    .empresa{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .empresa hr{
        margin-bottom: 15px;
    }

    /*PAGINA SERVIÇO*/
    .title_servico{
        font-size: 2.1em;
        margin-top: 10px;

    }
    .titulo_contatos{

        margin-bottom: 15px;
    }
    .gl img{
        width: 100%;
        padding: 2%;
    }

}

/*480px BREAKPONT*/
@media(min-width:30em){
    .servicos_item {
        float: left;
        width:48%;
        margin-right: 4%;
        min-height: 402px;
    }
    .servicos_item:nth-of-type(2n+0){
        margin: 0;
    }
    .servico img{
        float: none;
        text-align: center;
    }
    .gl img{
        width: 48%;
        padding: 2%;
    }
}
/*613px BREAKPONT*/
@media(min-width:38.3125em){


    .contato_telefone{
        width: 48%;
    }
    .contato_mensagem {
        width: 48%;

    }
}

/*768 BREAKPOINT*/
@media(min-width:48em){
    .content{
        width:84%;
        margin: 0 8%;
    }
    .servicos_item:nth-of-type(2n+0),
    .servicos_item{
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    .servicos_item:nth-of-type(3n+0){
        margin-right: 0;
    }
    .contratar_esquerda{
        width: 50%
    }
    .contratar_direita{
        width: 48%
    }

    .footer_itens{
        float: left;
        width: 33%;
    }
     .gl img{
        width: 48%;
        /*padding: 2%;*/
    }
}

/*998px BREAKPOINT* - PAGINA SERVIÇOS*/

@media(min-width:62.375em){
    .servico img{
        float: left;
        text-align: center;
    }
}

/*1024px BREAKPONT Menu Notebook e Desktop */
@media (min-width:64em){

    .main_menu{
        float: right;
        margin-top:60px;


    }
    .main_header li{
        text-align: center;
        text-transform: uppercase;
        line-height: 2.5em;
        margin:  4px;
    }
    .main_logo{

        width: 20%;
    }

    .btn_green01{
        background-color:#0a5d5f; 
        text-shadow: 1px 1px #008068;
    }
    .btn_green01:hover{
        background-color:#8cbc8b;
        color: #fff;
    }


}
/*1366px BREAKPONT Menu Notebook e Desktop */
@media (min-width:85em){
    .content{
        width:80%;
        margin: 0 10%;
    }
    .main_header li{
        margin: 15px;
    }

} 
/*1600px BREAKPONT Menu Notebook e Desktop */
@media (min-width:100em){
    .content{
        width:76%;
        margin: 0 12%;
    }

}   





