body {
    font-family: 'Roboto Slab', serif;
    margin: 0;
    padding: 0;
}

/*font-family: 'Droid Serif', serif;*/

/* HEADER E MENU CSS */

#sticky-header {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    width: 100%;
    height:73px;
    z-index: 99999;
    background-color: #f6ba43;
}

#logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /*width: 163px;*/
}

#burger {
    position: relative;
    height: 73px;
    display: inline-block;
    display: none;
}

#burger_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.desktop_menu {
    display: block;
    width: 100%;
}

.left_menu {
    float: left;
}

.right_menu {
    float: right;
}

.right_menu_margin {
    margin-right: 6px;
}

.left_menu_margin {
    margin-left: 6px;
}

.menu_item {
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    margin-top: 20px;
    background-color: #edaa00;
    position: relative;
}

.menu_item>a {
    color: #FFF;
    text-decoration: none;
    font-size: 13px;
    display: block;
    border-radius: 3px;
    border: 1px solid #ffdca3;
    padding: 5px 13px;
}

.menu_item>a:hover {
    background-color: #FFF;
    color: #edaa00;
    border: 1px solid #FFF;
}

.sub_menu_produtos {
    width: 204px;
    position: absolute;
    left: -4px;
    display: none;
}

.sub-menu_ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #f6ba43;
    padding: 2px;
}

.sub-menu_ul>li {
    border: 1px solid #ffdca3;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
}

.sub-menu_ul>li>a {
    color: #FFF;
    font-size: 13px;
    background-color: #edaa00;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sub-menu_ul>li>a:hover {
    background-color: #FFF;
    color: #edaa00;
    border: 1px solid #FFF;
}

.mobile_menu {
    position: relative;
}

.mobile_menu_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -20px;
    background-color: #edaa00;
    width: 204px;
    display: none;
}

.mobile_menu_ul>li {
    border: 1px solid #ffdca3;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
}

.mobile_menu_ul>li>a {
    color: #FFF;
    font-size: 13px;
    background-color: #edaa00;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.mobile_menu_ul>li>a:hover {
    background-color: #FFF;
    color: #edaa00;
    border: 1px solid #FFF;
}

.mobile_sub-menu_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    background-color: #edaa00;
    display: none;
    width: 0;
    top: 0;
    left: 204px;
}

.mobile_sub-menu_ul>li {
    border: 1px solid #ffdca3;
    margin: 2px;
    border-radius: 3px;
    text-align: center;
}

.mobile_sub-menu_ul>li>a {
    color: #FFF;
    font-size: 13px;
    background-color: #edaa00;
    text-decoration: none;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.mobile_sub-menu_ul>li>a:hover {
    background-color: #FFF;
    color: #edaa00;
    border: 1px solid #FFF;
}


/* HEADER E MENU FIM CSS */






/* HOMEPAGE CSS */

.page_title {
    display: block;
    width: 100%;
    font-size: 32px;
    text-align: center;
    font-weight: 300;
    padding-top: 173px;
    color: #666666;
}

.page_title2 {
    display: block;
    width: 100%;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    color: #666666;
}

.page_subtitle {
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #666666;
    font-style: italic;
}

.page_subtitle2 {
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    text-align: left;
    display: block;
    width: 100%;
    padding-top: 30px;
/*    padding-bottom: 30px;*/
    color: #666666;
    font-style: italic;
}

.page_subtitle span {
    color: #333333;
    font-weight: 600;
}

.budget_contact {
    max-width: 300px;
    width: 100%;
    background-color: #0083a9;
    text-align: center;
    position: relative;
    margin: 0 auto 70px;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 300;
    border-radius: 5px;
}

.budget_contact a {
    font-size: 15px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.budget_contact img {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.produtos_homepage_box {
    width: 1140px;
    display: inline-block;
    padding-bottom: 70px;
    text-align: center;
}

.produto_homepage {
    width: 285px;
    height: 285px;
    margin-bottom: -1px;
    margin-right: -1px;
    position: relative;
    float: left;
}

.produto_homepage::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.25);
}

.produto_homepage img {
    padding-bottom: 10px;
}

.produto_homepage a {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 25%;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.produto_homepage a span {
    font-size: 32px;
    display: block;
}

.last_produto_homepage {
    width: 285px;
    height: 285px;
    float: left;
    background-color: #edaa00;
    position: relative;
}

.last_produto_homepage a {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 25%;
    text-decoration: none;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.last_produto_homepage a span {
    font-size: 32px;
    display: block;
}

.last_produto_homepage img {
    padding-bottom: 10px;
}

.services_text_homepage {
    font-family: 'Droid Serif', serif;
    font-size: 22px;
    font-style: italic;
    text-align: center;
    padding-bottom: 30px;
    color: #666666;
}

.service_homepage {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(33.33% - 4px);
    vertical-align: top;
}

.service_homepage span {
    font-size: 22px;
    padding-bottom: 10px;
    color: #edaa00;
}

.services_homepage {
    display: table;
    width: 100%;
}

div.service_homepage:nth-of-type(2) {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.breakline {
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin-bottom: 30px;
}

.single_footer_box {
    display: block;
}

.type_footer_box {
    display: inline-block;
    vertical-align: top;
}

div.type_footer_box:not(:last-of-type) {
    padding-right: 20px;
}

#produtos_ul ul.footer_ul {
    column-count: 2;
    column-gap: 0px;
     -moz-column-count: 2;
    -moz-column-gap: 0px;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.footer_ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

ul.footer_ul li:before {
    content: "· ";
    font-size: 14px;
}

.footer_subtitle {
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

ul.footer_ul li a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}

.newsletter_social_box {
    display: block;
    width: 100%;
}

.newsletter_box {
    width: 100%;
    display: block;
}

#newsletter_form {
    width: 280px;
}

#newsletter_form input {
    width: 220px;
    margin-right: -4px;
    height: 30px;
    vertical-align: middle;
    border: 1px solid #cccccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding-left: 10px;
    outline: none;
    font-size: 13px;
    color: #333333;
}

#newsletter_form button {
    width: 60px;
    height: 30px;
    vertical-align: middle;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #edaa00;
    color: #fff;
    font-size: 13px;
}

#newsletter_form::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #cccccc;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
}
#newsletter_form:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:   #cccccc;
    opacity:  1;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
}
#newsletter_form::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   #cccccc;
    opacity:  1;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
}
#newsletter_form:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #cccccc;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
}

.facebook_box {
    padding-top: 20px;
    display: block;
}

.footer_info_area {
    padding-bottom: 30px;
}

.footer_last {
    color: #666666;
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    padding-bottom: 10px;
}

.produtos_homepage_wrapper {
    text-align: center;
}

/* FIM DA HOMEPAGE CSS */


/* EMPRESA CSS */

.page_content_box {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page_text_content {
    font-size: 14px;
    font-family: 'Droid Serif', serif;
    color: #666666;
    text-align: left;
    padding-top: 30px;
}

.page_content_box img {
    width: 100%;
}

.subtitle {
    font-size: 18px;
    color: #333333;
    font-family: 'Droid Serif', serif;
}


/* EMPRESA CSS FIM */


/* SERVIÇOS CSS */

.servicos_wrapper {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 30px;
}

.servicos_box {
    width: 1140px;
    display: inline-block;
}

.servico_box {
    width: 285px;
    height: 285px;
    margin-bottom: -1px;
    margin-right: -1px;
    position: relative;
    float: left;
}

/* SERVIÇOS FIM CSS */


/* PRODUTOS CSS */


.produtos_budget_contact {
    max-width: 300px;
    width: 100%;
    background-color: #0083a9;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 300;
    border-radius: 5px;
}

.produtos_budget_contact a {
    font-size: 15px;
    color: #fff;
    display: block;
    text-decoration: none;
}

.produtos_budget_contact img {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.produtos_wrapper {
    text-align: center;
}

.produtos_box {
    width: 1140px;
    display: inline-block;
    text-align: center;
}

.produto_servicos a {
    font-size: 32px;
    color: #FFF;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 25%;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
}

.produto_servicos {
    width: 285px;
    height: 285px;
    margin-bottom: -1px;
    margin-right: -1px;
    position: relative;
    float: left;
}

.produto_servicos::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.25);
}

.produto_servicos img {
    padding-bottom: 10px;
}

/* PRODUTOS FIM CSS */


/* ORÇAMENTOS CSS */

.servicos_budget_title {
    padding-bottom: 30px;
    padding-top: 30px;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 0;
}

p.servicos_budget_title:first-of-type {
    padding-bottom: 30px;
    padding-top: 0;
    font-family: 'Droid Serif', serif;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin: 0;
}

form#servicos_budget {
    text-align: center;
}

#servicos_budget>input {
    width: 100%;
    display: block;
    height: 30px;
    padding-left: 10px;
    padding-right: 50px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    color: #ccc;
    font-size: 13px;
}

#servicos_budget>textarea {
    height: 120px;
    padding-left: 10px;
    padding-right: 50px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 10px;
    color: #ccc;
    font-size: 13px;
}


#servicos_budget>input:nth-of-type(4) {
    margin-bottom: 0;
}

.form_checkbox {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    text-align: left;
}

.form_checkbox>input[type=checkbox]{
    display: inline-block;
    vertical-align: top;
    border: 1px solid #ccc;
    margin-top: 2px;
}

.form_checkbox p {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    font-size: 13px;
    color: #666666;
    margin: 0;
}

#servicos_budget button {
    border: none;
    background-color: #0083a9;
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    height: 50px;
    text-align: center;
    width: 290px;
    margin-bottom: 20px;
    border-radius: 3px;
}



/* ORÇAMENTOS CSS FIM */


/* TESTEMUNHOS CSS */


ul.testemunhos_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.testemunho_title {
    max-width: 300px;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: 'Droid Serif', serif;
    color: #333;
    padding-bottom: 20px;
}

.testemunho_text {
    color: #666666;
    display: block;
    width: 100%;
    font-family: 'Droid Serif', serif;
    padding-bottom: 30px;
    font-size: 14px;
}

.testemunho_title:not(:first-child) {
    max-width: 300px;
    width: 100%;
    display: block;
    font-size: 18px;
    font-family: 'Droid Serif', serif;
    color: #333;
    padding-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
}

.testemunho_text:last-child {
    padding-bottom: 20px;
}

.testemunho_text p {
    margin: 0;
}


/* TESTEMUNHOS CSS FIM */

/* NOTICIAS CSS */

.testemunho_link a {
    background-color: #edaa00;
    color: #FFF;
    padding: 10px 15px;
    margin-bottom: 30px;
    font-size: 13px;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
}

/* NOTICIAS FIM CSS */

/* CONTACTOS CSS */

.contactos_info {
    text-align: center;
    display: block;
    width: 100%;
}

.contact_info {
    padding-bottom: 30px;
    display: block;
}

.item {
    display: inline-block;
    padding-right: 20px;
    text-align: right;
    vertical-align: top;
    width: 110px;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #666666;
    margin-right: -4px;
}

.item_info {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 180px;
    font-family: 'Droid Serif', serif;
    font-size: 14px;
    color: #666666;
}

.email {
    text-decoration: underline;
}

.localizacao {
    padding-bottom: 30px;
}


/* CONTACTOS CSS FIM */


/* PRODUTOS DETALHE CSS */

.produto_photos_wrapper {
    text-align: center;
}

.produto_photos_box {
    width: 1140px;
    display: inline-block;
}

.photo_box, .last_photo_box, .second_last_photo_box {
    width: 285px;
    height: 285px;
    margin-bottom: -1px;
    margin-right: -1px;
    position: relative;
    float: left;
}

.last_photo_box, .second_last_photo_box {
    width: 285px;
    height: 285px;
    float: left;
    background-color: #0083a9;
    position: relative;
}

.second_last_photo_box a {
    font-size: 18px;
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 25%;
    text-decoration: none;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Droid Serif', serif;
    font-style: italic;
}

.last_photo_box a {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 20%;
    text-decoration: none;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.last_photo_box a span {
    font-size: 32px;
    display: block;
}

.last_photo_box img {
    padding-bottom: 10px;
}

.second_last_photo_box a p:first-of-type {
    padding-bottom: 20px;
}










/* PRODUTOS DETALHO CSS FIM */











/*******************************/
/*******************************/                              
/**         TABLETS           **/
/*******************************/
/*******************************/

@media screen and (max-width: 1200px) {
    
    /* HOMEPAGE CSS */    


    .produto_homepage { 
        width: 360px;
        height: 360px;
    }

    .last_produto_homepage {
        width: 360px;
        height: 360px;
    }

    .produto_homepage a {
        top: 30%;
    }

    .last_produto_homepage a {
        top: 30%;
    }
    
    .service_homepage {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    div.service_homepage:nth-of-type(2) {
        border-right: 0;
        border-left: 0;
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }
    
    .newsletter_box {
        width: auto;
        display: inline-block;
        position: relative;
    }

    .facebook_box {
        display: inline-block;
        padding-top: 0;
        position: absolute;
        right: 0;
    }
    
    .newsletter_social_box .footer_subtitle {
        padding-top: 30px;
    }
    
    .produtos_homepage_box {
        width: 720px;
    }
    
    
    /* HOMEPAGE FIM CSS */    
    
    
    /* SERVIÇOS CSS */
    
    
    .page_text_content .services_homepage div.service_homepage {
        border-bottom: 0;
        border-top: 0;
        text-align: left;
    }
    
    .servicos_box {
        width: 720px;
    }
    
    .servico_box {
        width: 240px;
        height: 240px;
    }
    
    .produtos_box {
        width: 720px;
    }
    
    .produto_servicos { 
        width: 360px;
        height: 360px;
    }

    .produto_servicos a {
        top: 30%;
    }
    
    .form_checkbox p {
        font-size: 12px;
        display: inline;
    }
    

    
    /* SERVIÇOS CSS FIM */
    
    
    /* PRODUTOS DETALHE CSS */
    
    .produto_photos_box {
        width: 720px;
    }

    .photo_box, .last_photo_box, .second_last_photo_box  {
        width: 240px;
        height: 240px;
    }

    .last_photo_box a span {
        font-size: 20px;
    }

    .second_last_photo_box a {
        top: 20%;
    }







    /* PRODUTOS DETALHO CSS FIM */
    
    
    
    
    
    
    
    
    
}








/*******************************/
/*******************************/                              
/**         MOBILE            **/
/*******************************/
/*******************************/

@media screen and (max-width: 767px) {
    
    
    /* HEADER E MENU CSS */
    
    .mobile_menu_ul {
        width: 132px;
        top: -25px;
    }
    
    .mobile_sub-menu_ul {
        left:132px;
    }
    
    
    
    /* HEADER E MENU CSS FIM */
    
    
    
    
    /* HOMEPAGE */
    
    
    .page_title {
        font-size: 20px;
        padding-bottom: 30px;
        padding-top: 153px;
    }
    
    .page_title2 {
        font-size: 20px;
        margin-top: -30px;
        padding-bottom: 30px;
    }
    
    .page_subtitle {
        padding-top: 0px;
        font-size: 16px;
    }
    
    .servicos_nopadding {
        padding-bottom: 0;
    }
    
    .page_subtitle2 {
        padding-top: 0px;
    }
    
    .services_text_homepage {
        font-size: 14px;
    }
    
    .service_homepage span {
        font-size: 16px;
    }
    
    .produtos_homepage_box {
        width: 290px;
    }
    
    .produto_homepage, .last_produto_homepage {
        width: 145px;
        height: 200px;
    }
    
    .produto_homepage a, .last_produto_homepage a {
        top: 20%;
        font-size: 12px;
    }
    
    .produto_homepage a span, .last_produto_homepage a span  {
        font-size: 20px;
    }
    
    .single_footer_box {
        display: none;
        padding-bottom: 15px;
    }
    
    .footer_subtitle {
        cursor: pointer;
    }
    
    .type_footer_box {
        display: block;
        border-bottom: 1px solid #cccccc;
    }
    
    .footer_subtitle {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    
    .facebook_box {
        display: block;
        padding-top: 10px;
        position: inherit;
    }
    
    /* HOMEPAGE CSS FIM */
    
    /* FOOTER */
    
    ul.footer_ul {å
        display: table;
        width: 100%;
    }
    
    .footer div.type_footer_box:first-of-type .footer_ul>li {
        display: inline-block;
        width: calc(50% - 4px);
        vertical-align: top;
    }
    
    .footer div.type_footer_box:not(:first-of-type) .footer_ul>li {
        display: block;
        width: 100%;
        vertical-align: top;
    }
    
    /* FOOTER END */
    
    /* EMPRESA CSS */
    
    .page_content_box {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    
    /* EMPRESA CSS FIM */
    
    /* SERVIÇOS CSS */
    
    .servicos_wrapper {
        padding-bottom: 0;
    }
    
    .servicos_box {
        max-width: 300px;
        width: 100%
    }
    
    .servico_box {
        width: 145px;
        height: 145px;
    }
    
    .produtos_box {
        max-width: 300px;
        width: 100%;
    }
    
    .produto_servicos a  {
        font-size: 20px;
        top: 20%;
    }
    
    .produto_servicos {
        width: 145px;
        height: 200px;
    }
    
    
    /* SERVIÇOS CSS FIM */
    
    
    /* ORÇAMENTOS CSS */

    .servicos_budget_title {
        font-size: 16px;
    }
    
    
    /* ORÇAMENTOS CSS FIM */
    
    
    
    /* TESTEMUNHOS CSS */
    
    .testemunho_title {
        font-size: 16px;
    }
    
    .testemunho_title:not(:first-child) {
        padding-top: 20px;
        font-size: 16px;
    }
    
    .testemunho_text {
        padding-bottom: 20px;
    }

    
    /* TESTEMUNHOS CSS FIM */
    
     /* PRODUTOS DETALHE CSS */
    
    .produto_photos_box {
        max-width: 300px;
        width: 100%;
    }

    .photo_box {
        max-width: 300px;
        width: 100%;
        height: 300px;
    }

    
    .last_photo_box, .second_last_photo_box  {
        max-width: 300px;
        width: 100%;
        height: 180px;
    }

    .second_last_photo_box a {
        top: 15%;
    }







    /* PRODUTOS DETALHO CSS FIM */
    
    
    
    
    
    
    
    
}