body {
    font-family: "Open sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #837a7d;
}

h1, h2 {
    font-weight: 300;
    font-size: 37px;
    text-align: center;
}

.subtitle {
    font-size: 13px;
    color: #0e7e72;
    text-align: center;
    margin-bottom: 40px;
}

.clear {
    clear: both; 
}

/* Header */

#top {
    border-bottom: 1px solid #f0f0f0;
    min-height: 40px;
    font-size: 12px;
    padding: 4px 0;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #484347;
}
    
    #top .column {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    
    #top .top-info {
        display: inline-block;
        margin-right: 20px;
    }
    
    #top .top-info .fa {
        color: #b2b2b2;
    }
    
    #top .top-right .top-info .fa {
        font-size: 18px;
    }

#header {
    min-height: 90px;
    border-bottom: 1px solid #f5f5f5;
}

    #logo {
        line-height: 90px;
    }
    
    #menu {
        text-align: right;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 500;
    }
    
    #menu .menu-item,
    #menu .menu-item a {
        display: inline-block;
        line-height: 86px;
        position: relative;
    }
    
    #menu .menu-item a {
        color: #0d1d2c;
        padding: 0 10px;
        margin: 0 4px;
        font-weight: 500;
        border-top: 4px solid #fff;
    }
    
    #menu .menu-item a i {
        font-size: 12px;
    }
    
    #menu .menu-item.active a,
    #menu .menu-item a:hover,
    #menu .menu-item:hover a {
        border-top-color: #43b9ad;
        color: #43b9ad;
    }
    
    #menu .menu-item .sub-menu {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 9;
        padding: 0 10px;
        list-style: none;
        margin: 0;
        margin-left: -10px;
        text-align: left;
        right: -30px;
    }
    
    #menu .menu-item:hover .sub-menu {
        display: block;
    }
    
    #menu .menu-item .sub-menu li a {
        font-weight: 400;
        color: #555;
        margin: 0;
        padding: 12px 20px;
        border-bottom: 1px solid #eaeaea;
        border-top: 0;
        line-height: 1.2;
        width: 100%;
        min-width: 240px;
    }
    
    #menu .menu-item .sub-menu li a:hover {
        color: #43b9ad;
        border-bottom-color: #43b9ad;
    }
        
        #mobile-menu label {
            width: 100%;
            background: #e5e5e5;
        }

        .checkbox-custom {
            opacity: 0;
            position: absolute;   
        }
        
        .checkbox-custom, .checkbox-custom-label {
            display: inline-block;
            vertical-align: middle;
            margin: 5px;
            cursor: pointer;
        }
        
        .checkbox-custom-label {
            position: relative;
        }
        
        .checkbox-custom + .checkbox-custom-label:before {
            content: "\f0c9";
            font-family: 'FontAwesome';
            background: #333;
            color: #fff;
            font-size: 18px;
            border: none;
            display: inline-block;
            vertical-align: middle;
            width: 32px;
            height: 32px;
            padding: 0;
            margin-right: 10px;
            text-align: center;
        }
        
        .checkbox-custom:checked + .checkbox-custom-label:before {
            content: "\f0c9";
            font-family: 'FontAwesome';
            background: #43b9ad;
            color: #fff;
        }
        
        .checkbox-custom:focus + .checkbox-custom-label {
          outline: none; /* focus style */
        }
        
        .mobile-menu {
            display: none;
        }
        
        .checkbox-custom:checked ~ .mobile-menu {
            display: block;
        }
        
        .mobile-menu li a {
            border-bottom: 1px solid #e5e5e5;
        }
    

/* Content */

#slideshow {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    min-height: 500px;
    position: relative;
}

    #slideshow .slide-image {
        line-height: 500px;
        text-align: center;
        padding-right: 30px;
    }
    
    #slideshow .slide-image-inside {
        padding-bottom: 20px;
    }
    
    #slideshow .slide-image-inside img {
        max-height: 180px;
    }
    
    #slideshow #slide-01 {
        background: url(../img/slide-01.jpg) no-repeat center center;
    }
    
    #slideshow #slide-02 {
        background: url(../img/slide-01.jpg) no-repeat center center;
    }
    
    #slideshow #slide-03 {
        background: url(../img/slide-01.jpg) no-repeat center center;
    }
    
    #slideshow #slide-01,
    #slideshow #slide-02,
    #slideshow #slide-03 {
        min-height: 500px;
        background-size: cover;
    }
    
    #slideshow .my-slider ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    #slideshow .my-slider ul li {
        float: left;
    }
    
    #slideshow .unslider-arrows {
        position: absolute;
        top: 49%;
        width: 100%;
    }
    
    #slideshow .unslider {
        position: relative;
    }
    
    #slideshow .unslider-arrows .prev,
    #slideshow .unslider-arrows .next {
        position: absolute;
        top: 50%;
        color: #fff;
        cursor: pointer;
    }
    
    #slideshow .unslider-arrows .next {
        right: 20px;
    }
    
    #slideshow .unslider-arrows .prev {
        left: 20px;
    }
    
    #slideshow .slide-text {
        padding-top: 0;
        padding-bottom: 60px;
        color: #fff;
        font-size: 15px;
    }
    
    #slideshow .slide-ul ul li {
        list-style: initial;
        float: none;
        font-weight: 900;
        font-size: 28px;
        line-height: 1.2;
    }
    
    #slideshow .slide-ul {
        padding-bottom: 20px;
    }
    
    #slideshow .button {
        background: #fff;
        border-radius: 0;
        position: relative;
        padding: 0.85em 1.5em;
    }
    
    #slideshow .button a:hover {
        color: #43b9ad;
    }
    
    #slideshow .button .button-icon {
        position: absolute;
        top: -15px;
        right: -15px;
        height: 30px;
        width: 30px;
        border-radius: 30px;
        background-color: #43b9ad;
        color: #0e544c;
        font-size: 40px;
        line-height: 30px;
    }
    
    #slideshow .slide-text .columns,
    #slideshow .slide-text .column {
        padding: 0;
    }
    
    #slideshow .orbit-bullets button {
        border: 3px solid #fff;
        background: #555;
        width: 12px;
        height: 12px;
        outline: none;
    }
    
    #slideshow .orbit-bullets button.is-active {
        background: #00a79c;
        border-color: #fff;
    }
    
    #slideshow .orbit-bullets {
        position: absolute;
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
        text-align: center;
        bottom: 10px;
        left: 50%;
        width: 100px;
        margin-left: -50px;
        margin-right: auto;
    }
    
    #slideshow .orbit-previous:hover, #slideshow .orbit-next:hover,
    #slideshow .orbit-previous:active, #slideshow .orbit-next:active,
    #slideshow .orbit-previous:focus, #slideshow .orbit-next:focus {
        background-color: transparent;
    }
    
    

#services {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}
    
    #services .column {
        min-height: 400px;
    }
    
    #services .image {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,eaeaea+100 */
        background: #d6d6d6; /* Old browsers */
        background: -moz-linear-gradient(top,  #d6d6d6 0%, #eaeaea 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #d6d6d6 0%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #d6d6d6 0%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
    }
    
    #services .image img {
        width: 100%;
    }
    
    #services .title {
        font-size: 24px;
        font-weight: 300;
        color: #373236;
        margin: 12px 0;
    }
    
    #services .text {
        font-size: 13px;
        color: #837a7d;
    }
    
#choose {
    padding: 80px 0;
}

    #choose .text {
        font-size: 13px;
    }
    
    #choose ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    #choose .list li {
        padding: 20px 0;
        line-height: 20px;
        border-bottom: 1px solid #eaeaea;
        font-size: 13px;
    }
    
    #choose .list .list-o {
        display: inline-block;
        border: 1px solid #76d0c7;
        border-radius: 20px;
        height: 20px;
        width: 20px;
        font-size: 10px;
        color: #135750;
        line-height: 18px;
        text-align: center;
        font-weight: 900;
        margin-right: 12px;
    }
    
    #choose .button {
        margin-top: 30px;
        font-family: "Roboto", Arial, Helvetica, sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        background-color: #3eb3b1;
        border-radius: 0;
        font-size: 24px;
        padding: 4px 0;
        min-width: 160px;
        background-image: url(../img/setas.png);
        background-repeat: no-repeat;
        background-position: 6px center;
    }

#quemsomos {
    background-color: #f8f8f8;
    padding: 80px 0;
}

    #quemsomos .title .quemsomos-icon {
        float: left;
        height: 50px;
        width: 50px;
        margin-right: 10px;
    }
    
    #quemsomos .title .quemsomos-title {
        padding-top: 2px;
        font-size: 17px;
        font-weight: 500;
        color: #373236;
    }
    
    #quemsomos .text {
        font-size: 13px;
        margin-top: 20px;
    }
    
    #quemsomos .leia {
        margin-top: 10px;
        border-top: 1px solid #14a699;
        padding-top: 10px;
        font-size: 13px;
    }
    
    #quemsomos .leia a {
        color: #0a534c;
    }
    
    #quemsomos .quemsomos-item {
        min-height: 210px;
    }
    
#quemsomos-page {
    font-size: 13px;
    margin-top: 60px;
}
    
#chamada {
    background-color: #3eb3b1;
    padding: 80px 0;
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

    #chamada h2 {
        color: #fff;
        margin-bottom: 20px;
    }
    
    #chamada p {
        margin-bottom: 4px;
    }
    
    #chamada a.button {
        margin-top: 20px;
        background-color: #fff;
        color: #4f4949;
        border-radius: 0;
    }
    
    #chamada a {
        color: #fff;
    }

#parceiros {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

    #parceiros img {
        margin: 20px 40px 0;
    }
    
#produto {}

#produtos .large-4 img {
    width: 100%;
}

#produtos .large-4 .image {
    min-height: 240px;
    max-height: 240px;
    width: 100%;
    display: table;
}

#produtos .large-4 .image a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#produtos .large-4 .text {
    margin-bottom: 20px;
    text-align: center;
}

#catalogos .thumbnail {
    border: 0;
}

#catalogos .thumbnail img {
    border-radius: 10px;
}

.internal {
    padding-bottom: 80px;
}

.internal h1 {
    margin: 40px 0 20px;
}

.internal h2 {
    margin: 10px 0;
    color: #43b9ad;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}

#cases-page {}

    #cases-page .large-2 {
        min-height: 60px;
    }
    
#geistlich {}

    #geistlich .image,
    #geistlich .image img {
        width: 100%;
    }
    
    #geistlich .image {
        display: table;
        min-height: 360px;
    }
    
    #geistlich .image a {
        display: table-cell;
        vertical-align: middle;
        min-height: 360px;
    }
    
    #geistlich .text {
        text-align: center;
    }
    
#contato-resposta {
    text-align: center;
}

#contato-page input,
#contato-page textarea {
    border-radius: 0;
}

#contato-page .button {
    background: #43b9ad;
}

#contato-page .overlay {
    background: transparent;
    position: relative;
    top: 320px;
    margin-top: -320px;
    width: 100%;
    height: 320px;
}

#footer {
    padding: 60px 0;
    background-color: #363839;
    color: #fff;
}

    footer a {
        color: #fff;
    }
    
    footer a:hover {
        color: #9a9a9a;
    }
    
    #footer .column {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #footer .footer-sobre {
        margin-bottom: 40px;
        font-size: 13px;
    }
    
    #footer .footer-contato {
        font-style: italic;
        font-size: 13px;
    }
    
    #footer .footer-item {
        display: table;
        margin-bottom: 10px;
    }
    
    #footer .footer-icon {
        display: table-cell;
        padding-right: 12px;
    }
    
    #footer .footer-info {
        display: table-cell;
    }
    
    #footer a.footer-video,
    #footer a.footer-case {
        display: block;
        margin-top: 16px;
    }
    
    #footer .footer-video .footer-image,
    #footer .footer-video .footer-text,
    #footer .footer-case .footer-image,
    #footer .footer-case .footer-text {
        float: left;
    }
    
    #footer .footer-video .footer-image,
    #footer .footer-case .footer-image {
        margin-right: 16px;
    }
    
    #footer .footer-video .post-data,
    #footer .footer-case .post-data {
        font-size: 13px;
    }
    
    #footer .footer-boletim input {
        border-radius: 0;
    }
    
    #footer .footer-boletim input[type="text"] {
        height: 30px;
    }
    
    #footer .footer-boletim input[type="submit"] {
        height: 40px;
        background-color: #43b9ad;
        font-size: 13px;
        padding: 0 4px;
    }
    
    #footer .title {
        text-transform: uppercase;
        font-weight: 900;
        color: #fff;
        font-size: 15px;
        margin-bottom: 20px;
        font-style: normal;
    }
    
    #footer .footer-boletim .text {
        margin-top: 20px;
        color: #b1a2a5;
        font-size: 13px;
        font-weight: 300;
    }
    
    #footer #boletim {
        margin-top: 30px;
    }
    
    #copyrights {
        padding: 8px 0;
        background-color: #2f3232;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
    }


@media screen and (min-width: 40em) {
    
    #choose .button {
        min-width: 210px;
    }
    
    #slideshow .slide-text {
        padding-top: 200px;
    }
    
    #slideshow .slide-text.slide-text-inside {
        padding-top: 100px;
    }
    
}

@media screen and (min-width: 64em) {
    
    #services .column {
        min-height: 320px;
    }
    
}

/* Novos Ajustes */

.desk {
    display: inline !important;
}

.mobi {
    display: none !important;
}

@media (max-width: 600px) {
    
    .desk {
        display: none !important;
    }
    
    .mobi {
        display: block !important;
    }
    
}
