/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@font-face {
    font-family: 'Cifra';
    src: url('/css/site/fonts/Cifra-Regular.eot');
    src: url('/css/site/fonts/Cifra-Regular.eot?#iefix') format('embedded-opentype'), url('/css/site/fonts/Cifra-Regular.woff2') format('woff2'), url('/css/site/fonts/Cifra-Regular.woff') format('woff'), url('/css/site/fonts/Cifra-Regular.ttf') format('truetype'), url('/css/site/fonts/Cifra-Regular.svg#Cifra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* ==========================================================================
   2. GENERAL
   ========================================================================== */
body {
    /*font-family: Cifra;*/
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

html {
}

p {
    font-size: 18px;
    line-height: 26px;
}

a:hover, a:focus {
    color: #719b50;
}

a {
    color: #9eba89;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: Cifra;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a:not([href]):not([tabindex]) {
    color: #fff;
}

    a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        color: #333333;
    }

    a:not([href]):not([tabindex]).active {
        color: #333333 !IMPORTANT;
    }

strong, b {
    font-weight: bold;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
    padding: 60px 0 0;
    overflow: hidden;
    position: relative;
    /* float: left; */
}

    .section .linha_padding {
        padding-bottom: 60px;
        float: left;
        width: 100%;
    }

.section-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 1; */
}

.newsletter_form {
    padding-bottom: 40px;
    display: inline-block;
}

.section-header {
    color: #fff;
    text-align: center;
}

.section-title {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    /*float: left;*/
    text-align: center;
}

.descricao_zona {
    position: relative;
    width: 50%;
    margin: 0 auto 5%;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}

.section-title > .item-title, .page-title {
    font-size: 42px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #719b50;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    font-family: Cifra;
}

.page-title {
    color: #FFFFFF;
    font-size: 34px;
    line-height: 40px;
    padding: 10px 0 0;
}

    .section-title > .item-title > span, .page-title > span {
        content: '';
        width: 50%;
        display: inline-block;
        height: 2px;
        margin: 30px auto;
    }

    .page-title > span {
        background: #FFFFFF;
        margin: 5px 0;
        float: left;
    }

.texto_titulo {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
}

.sub-section-title {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #BED600;
}

.section-header .section-subtitle {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.section-header .lines {
    margin: auto;
    width: 70px;
    position: relative;
    border-top: 2px solid #BED600;
    margin-top: 15px;
}


.bg_section_cinza {
    background: #F4F4F4;
    /* margin-bottom: 4%; */
}

    .bg_section_cinza .section-title {
        padding: 3% 0;
        margin: 0;
    }

        .bg_section_cinza .section-title > .item-title > span {
            margin: 30px auto 0;
        }
/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
    font-size: 14px;
    padding: 11px 40px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

span.btn-primary a {
    color: white;
}

.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none;
    color: #fff;
}

.btn-common {
    border: 1px solid #FFF;
    background: #008bb9;
    position: relative;
    color: #fff;
    z-index: 1;
}

    .btn-common:hover {
        color: #fff;
        background: #333333;
        border-color: #333333;
        transition: all .50s ease-in-out;
        -moz-transition: all .50s ease-in-out;
        -webkit-transition: all .50s ease-in-out;
    }

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
}

    .btn-border:hover {
        border: 2px solid #fff;
        color: #fff;
        background-color: #719b50;
    }

.btn-lg {
    padding: 14px 33px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-rm {
    padding: 7px 0px;
    color: #999;
    text-transform: capitalize;
}

    .btn-rm i {
        vertical-align: middle;
    }

button:focus {
    outline: none !important;
}

.clear {
    clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
    margin-top: 40px;
}

    .social-icons ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .social-icons ul li {
            display: inline;
        }

            .social-icons ul li a {
                display: inline-block;
                margin-right: 5px;
                margin-bottom: 15px;
                border-radius: 50%;
                line-height: 40px;
                width: 40px;
                height: 40px;
                text-align: center;
                background: #ddd;
                font-size: 16px;
            }

                .social-icons ul li a:hover {
                    color: #fff;
                }

.facebook a {
    color: #4867AA;
}

    .facebook a:hover {
        background: #4867AA;
    }

.twitter a {
    color: #1DA1F2;
}

    .twitter a:hover {
        background: #1DA1F2;
    }

.google-plus a {
    color: #DD4D42;
}

    .google-plus a:hover {
        background: #DD4D42;
    }

.youtube a {
    color: #DF2926;
}

    .youtube a:hover {
        background: #DF2926;
    }

.linkedin a {
    color: #007BB6;
}

    .linkedin a:hover {
        background: #007BB6;
    }

.pinterest a {
    color: #BD081C;
}

    .pinterest a:hover {
        background: #BD081C;
    }

.dribbble a {
    color: #EA4C89;
}

    .dribbble a:hover {
        background: #EA4C89;
    }

.behance a {
    color: #0B7CFF;
}

    .behance a:hover {
        background: #0B7CFF;
    }

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 9999999999;
}

.spinner {
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
    margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #719b50;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/* ========================================================================== 
  -2.5 Scroll To Up 
   ========================================================================== */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

    .back-to-top i {
        display: inline-block;
        color: #fff;
        font-size: 18px;
        text-align: center;
        border-radius: 4px;
        background-color: #719b51;
        border: 1px solid #FFFFFF;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        font-family: FontAwesome;
        height: 32px;
        width: 32px;
        line-height: 28px;
    }

        .back-to-top i:before {
            content: "\f106";
            color: #FFFFFF;
        }

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
    background-size: cover;
    color: #fff;
    /* overflow: hidden; */
    position: relative;
    width: 100%;
    z-index: 999;
    display: inline-block;
    float: left;
}

.navbar > .container, .navbar > .container-fluid {
    position: relative;
}

.container_top {
    position: absolute;
    width: calc(100% - 30px);
    box-sizing: border-box;
    right: 15px;
    z-index: 1;
}

.navbar-header {
    z-index: 2;
}

#hero-area .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #719b50;
    opacity: 0.9;
}

#hero-area .contents {
    padding: 200px 0 130px;
}

    #hero-area .contents h1 {
        color: #fff;
        font-size: 42px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    #hero-area .contents p {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        line-height: 30px;
        letter-spacing: 0.5px;
    }

    #hero-area .contents .btn {
        margin: 25px 25px 0px 0px;
        text-transform: uppercase;
    }

#hero-area .banner_bottom_btn {
    margin-top: 40px;
}

    #hero-area .banner_bottom_btn i {
        color: #fff;
        font-size: 48px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        #hero-area .banner_bottom_btn i:hover {
            color: #719b50;
        }

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
    position: relative;
    /*padding: 10px 0 5px;*/
	padding: 20px 0 15px;
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    padding: 10px 0;
    box-shadow: 0px 3px 14px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: rgba(255, 255, 255, 0.99) !important;
}

    .top-nav-collapse .navbar-brand {
        top: 0px;
    }

.indigo {
    background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    margin-left: 20px;
    text-shadow: 0px 0px #8a8a8a;
    font-weight: 300;
    /* letter-spacing: 0px; */
}

#main-navbar {
    margin-top: 10px;
    font-family: cifra, sans-serif;
    letter-spacing: 0.5px;
}
/*.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #719b50;
}*/

.navbar .nav-link.active {
    color: #77a765 !IMPORTANT;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.dropdown-toggle::after {
    display: none;
}

.slicknav_btn {
    border-color: #FFF;
}

.slicknav_menu .slicknav_icon-bar {
    background: #FFF;
}

.top-nav-collapse .slicknav_btn {
    border-color: #719b50;
}

.top-nav-collapse .slicknav_menu .slicknav_icon-bar {
    background: #719b50;
}

.slicknav_nav li {
    border-top: 1px solid #719b50;
}

/*.nav-item ul{ display: none;}*/

/* only small tablets */

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

.navbar-header .menu-top {
    display: none;
}

.menu_rodape {
    text-align: center;
    display: block;
}

    .menu_rodape ul li {
        /* float: left; */
        padding: 0;
        border-right: 1px solid rgba(244, 244, 244, 0.5);
        float: left;
        margin: 0;
        padding: 0;
    }

    .menu_rodape li i {
        display: none;
    }

    .menu_rodape ul {
        text-align: center;
        width: auto;
        margin: 0 auto;
        display: inline-block;
    }

        .menu_rodape ul li:last-child {
        }

        .menu_rodape ul li:last-child {
            border-right: 1px solid #e1e8d0;
        }

        .menu_rodape ul li:last-child {
            border-right: 0px solid #e1e8d0;
        }

    .menu_rodape li a, .menu_rodape li i {
        color: #E8E8E8;
        padding: 5px 20px;
        line-height: 16px;
    }

        .menu_rodape li a:hover, .menu_rodape li:hover a, .menu_rodape li:hover i {
            color: #FFFFFF;
        }

/* ==========================================================================
  5. Services section
   ========================================================================== */
.item-boxes {
    text-align: center;
    padding: 0px 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .item-boxes .icon {
        width: 70%;
        height: 0;
        padding: 0 0 64.72%;
        text-align: center;
        border: 1px solid #f1f1f1;
        display: inline-block;
        border-radius: 50%;
        margin-bottom: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        .item-boxes .icon i {
            font-size: 26px;
            line-height: 60px;
            color: #719b50;
        }

    .item-boxes h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .item-boxes:hover .icon {
        background: #719b50;
    }

        .item-boxes:hover .icon i {
            color: #fff;
        }

/* ==========================================================================
  6. Features Section Style
   ========================================================================== */
#features {
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    #features .section-title {
        color: #fff;
    }

    #features .section-subtitle {
        color: #fff;
    }

    #features .icon {
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 30px;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    #features .box-item {
        padding: 15px 0;
    }

        #features .box-item .icon {
            border: 1px solid #719b50;
            text-align: center;
            float: left;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            #features .box-item .icon i {
                color: #719b50;
                font-size: 24px;
                line-height: 60px;
                -webkit-transition: all 0.2s linear;
                -moz-transition: all 0.2s linear;
                -o-transition: all 0.2s linear;
                transition: all 0.2s linear;
            }

        #features .box-item .text {
            padding-left: 80px;
        }

            #features .box-item .text h4 {
                color: #719b50;
                font-weight: 600;
                font-size: 16px;
                text-transform: uppercase;
                line-height: 22px;
            }

            #features .box-item .text p {
                font-size: 14px;
                line-height: 26px;
            }

        #features .box-item:hover .icon {
            background: #719b50;
        }

            #features .box-item:hover .icon i {
                color: #ffffff;
            }

    #features .show-box img {
        position: absolute;
        bottom: -120px;
    }

/* ==========================================================================
  7. Video promo Style
   ========================================================================== */
.video-promo {
    background: #719b50;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .video-promo .video-promo-content {
        color: #fff;
    }

        .video-promo .video-promo-content h2 {
            color: #fff;
            font-size: 30px;
            text-transform: uppercase;
            margin-bottom: 30px;
        }

        .video-promo .video-promo-content p {
            margin-bottom: 30px;
        }

        .video-promo .video-promo-content .video-popup {
            width: 80px;
            height: 80px;
            text-align: center;
            border: 3px solid #fff;
            color: #fff;
            border-radius: 50%;
            display: inline-block;
            font-size: 30px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .video-promo .video-promo-content .video-popup i {
                line-height: 72px;
            }

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #719b50;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

/* ==========================================================================
  8. Portfolio Section
   ========================================================================== */
#portfolios .mix {
    padding: 10px;
}

#portfolios .portfolio-item .shot-item {
    margin: 0px;
}

#portfolio .mix {
    display: none;
}

.controls {
    text-align: center;
    padding: 0px 0px 20px;
}

    .controls .active {
        color: #719b50 !important;
        border-color: #719b50;
        background: transparent;
    }

    .controls .btn {
        text-transform: uppercase;
        margin: 2px;
    }

    .controls:hover {
        cursor: pointer;
    }

.portfolio-img {
    overflow: hidden;
    display: block;
    position: relative;
}

    .portfolio-img img {
        width: 100%;
    }

.shot-item {
    margin-right: 15px;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

    .shot-item img {
        width: 100%;
    }

    .shot-item .p_title {
        position: absolute;
        bottom: 0;
        font-size: 16px;
        text-transform: uppercase;
        padding: 20px;
        width: 100%;
        margin: 0;
        background: rgba(249,177,0, 0.8);
        transition: all 0.5s ease;
    }

    .shot-item .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        background: rgba(0, 0, 0, 0.7);
        top: 0;
        left: 0;
        transition: all 0.5s ease;
        color: #FFF;
        padding: 15px;
    }

.overlay .title {
    font-size: 26px;
    line-height: 30px;
}

.shot-item:hover .overlay {
    opacity: 1;
}

.shot-item:hover .p_title {
    display: none;
}

.overlay .n_table {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    display: table;
}

    .overlay .n_table .n_table_cell {
        display: table-cell;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }

.overlay .item-icon {
    height: 48px;
    width: 48px;
    line-height: 48px;
    margin-top: 10px;
    color: #719b50;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #719b50;
    border-radius: 50%;
}

    .overlay .item-icon:hover {
        background: #719b50;
        color: #fff;
    }

.shot-item:hover .item-icon {
    visibility: visible;
    opacity: 1;
}

/* ==========================================================================
	9. Pricing Table
	========================================================================== */
.pricing-table {
    padding: 0px 0px 40px 0px;
    margin: 0 auto;
    margin-bottom: 5px;
    border: transparent;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #f1f1f1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .pricing-table:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }

    .pricing-table .pricing-details h2 {
        font-size: 26px;
        font-weight: 600;
        color: #333;
        margin-bottom: 20px;
        text-transform: uppercase;
        background: #f1f1f1;
        padding: 30px 0;
    }

    .pricing-table .pricing-details span {
        display: inline-block;
        font-size: 48px;
        font-weight: 400;
        color: #719b50;
        margin-bottom: 20px;
    }

    .pricing-table .pricing-details ul {
        margin-bottom: 35px;
    }

        .pricing-table .pricing-details ul li {
            padding: 10px;
            font-size: 15px;
            border-bottom: 1px dotted #f1f1f1;
        }

.table-left {
    margin-top: 20px;
}

/* ==========================================================================
 10. Counter Section Style
 ========================================================================== */
.counters {
    position: relative;
}

    .counters .facts-item {
        text-align: center;
        color: #fff;
    }

        .counters .facts-item .icon {
            margin-bottom: 15px;
        }

            .counters .facts-item .icon i {
                font-size: 50px;
                color: #fff;
            }

        .counters .facts-item .fact-count h3 {
            font-size: 50px;
            color: #fff;
            margin-bottom: 15px;
        }

        .counters .facts-item .fact-count h4 {
            font-size: 30px;
            font-weight: 400;
            color: #fff;
        }

/* ==========================================================================
11. Testimonial Section Style
 ========================================================================== */
#testimonial {
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.testimonial-item {
    text-align: center;
}

    .testimonial-item img {
        width: 80px;
        border: 3px solid #fff;
        height: 80px;
        border-radius: 50%;
    }

    .testimonial-item .testimonial-text h3 {
        font-size: 15px;
        font-weight: 600;
    }

    .testimonial-item .testimonial-text span {
        font-size: 14px;
        color: #999;
    }

    .testimonial-item .testimonial-text p {
        font-size: 14px;
        font-weight: 400;
        padding: 36px 10px 30px 10px;
        margin: 0;
        line-height: 30px;
    }

.owl-theme .owl-controls .owl-page span {
    background: #719B50;
}


/* ==========================================================================
  12. Team Section
   ========================================================================== */
.single-team:hover .team-details {
    opacity: 1;
}

.single-team {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: #719b50;
    overflow: hidden;
}

    .single-team img {
        width: 100%;
    }

    .single-team .team-inner {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .single-team .team-details {
        text-align: center;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        border-radius: 0px;
        background: #f1f1f1;
        padding: 15px;
    }

        .single-team .team-details .team-title {
            margin-bottom: 5px;
            font-size: 20px;
            font-weight: 600;
            color: #333;
        }

        .single-team .team-details p {
            color: #333;
        }

    .single-team .social-list li {
        display: inline-block;
    }

        .single-team .social-list li a {
            display: block;
            height: 34px;
            line-height: 34px;
            text-align: center;
            width: 34px;
            margin: 2px;
            color: #719b50;
            font-size: 14px;
            background: #fff;
            border-radius: 50px;
            -webkit-transition: 0.5s;
            -moz-transition: 0.5s;
            transition: 0.5s;
        }

    .single-team .social-list .facebook a:hover {
        background: #4867aa;
        color: #fff;
    }

    .single-team .social-list .twitter a:hover {
        background: #1da1f2;
        color: #fff;
    }

    .single-team .social-list .google-plus a:hover {
        background: #dd4d42;
        color: #fff;
    }

    .single-team .social-list .linkedin a:hover {
        background: #007bb6;
        color: #fff;
    }

/* ==========================================================================
  13. Blog 
   ========================================================================== */
#blog .blog-item-wrapper {
    background: #fff;
    border-radius: 0px;
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
}

    #blog .blog-item-wrapper:hover .blog-item-img:before {
        opacity: 1;
        height: 100%;
        width: 100%;
    }

#blog .blog-item-img {
    position: relative;
}

    #blog .blog-item-img img {
        width: 100%;
    }

#blog .blog-item-text {
    padding: 20px 0;
}

    #blog .blog-item-text h3 {
        line-height: 26px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

        #blog .blog-item-text h3 a {
            color: #333;
        }

            #blog .blog-item-text h3 a:hover {
                color: #719b50;
            }

    #blog .blog-item-text p {
        line-height: 25px;
        margin-bottom: 20px;
    }

.meta-tags {
    margin-bottom: 20px;
}

    .meta-tags span {
        color: #999;
        margin-right: 10px;
    }

        .meta-tags span i {
            margin-right: 5px;
        }

        .meta-tags span a {
            color: #999;
        }

            .meta-tags span a:hover {
                color: #719b50;
            }

/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-us h3 {
    font-size: 36px;
    margin-bottom: 45px;
}

.contact-us p span {
    color: #719b50;
    padding-left: 10px;
}

#contact {
    background: #343a40;
    color: #fff;
    position: relative;
}

.contact-block .form-control {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px;
    border-color: #fff;
    border-radius: 0px;
    color: #fff;
    background: transparent;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .contact-block .form-control:focus {
        box-shadow: none;
        color: #fff;
        border-color: #719b50;
        background: transparent;
        outline: none;
    }

.btn.disabled, .btn:disabled {
    opacity: 1;
}

.text-danger {
    font-size: 14px;
    margin-top: 10px;
}

.list-unstyled li {
    color: #d9534f;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
/*NEWSLETTER*/
.sub-newsletter {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .sub-newsletter .img {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: auto;
    }

.titlesNews {
    text-transform: uppercase;
    font-size: 34px;
}

.content-newsletter {
    padding: 5% 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    color: #FFF;
}

    .content-newsletter label {
        width: 100%;
        margin: 15px 0 0;
        display: none;
    }

    .content-newsletter input {
        width: 100%;
        padding: 14px;
        font-size: 14px;
        line-height: 14px;
        background: rgba(251,251,251,0.8); /*border: 1px solid #000;*/
        border-radius: 0px;
        color: #666;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .content-newsletter input::placeholder {
            color: #666;
        }
        /*.content-newsletter input.btn { cursor: pointer; margin: 20px 0; background: #01ade5cc; color: #FFF; text-transform: uppercase; padding: 15px 0;  font-weight: 700; font-size: 18px;  border: 0; -moz-transition: all 1s ease-in; -webkit-transition: all 1s ease-in; -o-transition: all 1s ease-in; transition: all 1s ease-in;}
.content-newsletter input.btn:hover{ background: #008bb9;}
.content-newsletter input.btn {  width: auto; padding-left: 40px; padding-right: 40px;}*/
        .content-newsletter input.btn {
            background: rgba(113, 155, 80,0.7);
            color: #FFF;
            border-color: rgba(113, 155, 80,0.9);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

.validators {
    float: left;
}

.content-newsletter input.btn {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

    .content-newsletter input.btn:hover {
        background: rgba(113, 155, 80,1);
    }

top-footer {
    border: 1px solid #FFF;
    color: #FFF;
}

.contactos_footer {
    padding: 4% 0;
    background: #BED600;
    color: #FFF;
}

    .contactos_footer a {
        color: #FFF;
    }

footer {
    background: rgb(113, 155, 80);
    background: -moz-linear-gradient(180deg, rgba(113, 155, 80,1) 0%, rgb(88, 103, 76) 120%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(113, 155, 79)), color-stop(100%, rgb(88, 103, 76) 120%)));
    background: -webkit-linear-gradient(180deg, rgba(113, 155, 80,1) 0%, rgb(88, 103, 76) 120%);
    background: -o-linear-gradient(180deg, rgba(113, 155, 80,1) 0%, rgb(88, 103, 76) 120%);
    background: -ms-linear-gradient(180deg, rgba(113, 155, 80,1) 0%, rgb(88, 103, 76) 120%);
    background: linear-gradient(180deg, rgba(113, 155, 80,1) 0%, rgb(88, 103, 76) 120%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719B50', endColorstr='#719B50', GradientType=1 );
    color: #FFF;
    display: inline-block;
    width: 100%;
}

    footer.page-footer .container_footer .container {
        margin: 0 auto;
        border-bottom: 0px solid rgba(244, 244, 244, 0.2);
        padding: 1% 0 0.5%;
    }

    footer.page-footer .container_footer .row > div {
        border-right: 1px solid rgba(244, 244, 244, 0);
    }

    footer a {
        color: #FFF;
    }

        footer a:hover {
            color: #FFF;
        }

    footer.page-footer .row > div {
        border-right: 1px solid rgba(244, 244, 244, 0.2);
    }

        footer.page-footer .row > div:last-child {
            border-right: 0px solid rgba(244, 244, 244, 0.2);
        }

    footer.page-footer .container {
        padding: 1% 0;
        margin: 1% auto 0;
        border-bottom: 1px solid rgba(244, 244, 244, 0.2);
    }

    footer.page-footer .footer-copyright .container {
        padding: 0;
        border-bottom: 0px solid rgba(244, 244, 244, 0.2);
    }

.top-footer {
    border-bottom: 1px solid #FFF;
}

.menu-fotter a {
    text-transform: uppercase;
    font-size: 14px;
}

.menu-fotter i {
    margin-right: 5px;
}

.menu-fotter a:hover {
    color: #719B50;
}

.footer-links {
    line-height: 48px;
}


    .footer-links li {
        float: left;
    }

        .footer-links li a {
            color: #fff;
            margin-right: 15px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
        }

            .footer-links li a:hover {
                color: #719b50;
            }

.copyright {
    margin-top: 10px;
    float: right;
    /* border-top: 1px solid #FFF; */
}

    .copyright p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }

        .copyright p a {
            color: #F1F1F1;
        }

            .copyright p a:hover {
                color: #FFFFFF;
            }


/*MYSTYLE*/

.navbar {
    /* background: rgba(255,255,255,0.9); */
    z-index: 999;
    position: absolute;
    width: 100%;
    /* top: 0; */
    padding: 0;
    margin: 0;
    top: 0;
}

.top-nav-collapse {
    position: fixed;
}

    .top-nav-collapse.navbar:after {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0;
        margin: 0;
        background: -moz-linear-gradient(45deg, rgba(113, 155, 80,1) 0%, rgba(113, 155, 80,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(113, 155, 80,1)), color-stop(100%, rgba(113, 155, 80,1)));
        background: -webkit-linear-gradient(45deg, rgba(113, 155, 80,1) 0%, rgba(113, 155, 80,1) 100%);
        background: -o-linear-gradient(45deg, rgba(113, 155, 80,1) 0%, rgba(113, 155, 80,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(113, 155, 80,1) 0%, rgba(113, 155, 80,1) 100%);
        background: linear-gradient(45deg, rgba(113, 155, 80,1) 0%, rgba(113, 155, 80,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719B50', endColorstr='#719B50', GradientType=1 );
    }

.navbar-expand-lg .navbar-nav .nav-link {
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.navbar .nav-link.active {
    color: #FFFFFF !IMPORTANT;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ffffff !IMPORTANT;
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}

.top-nav-collapse .navbar-nav .nav-link {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    /*color: #a3bd8e;*/
	color: #4f9323;
}

    .top-nav-collapse .navbar-nav .nav-link:hover {
        color: #719b50 !important;
        line-height: 18px;
        border-bottom: 1px solid rgba(113, 155, 80, 0.75);
    }

    .top-nav-collapse .navbar-nav .nav-link.active {
        color: #719b50 !important;
        line-height: 18px;
        border-bottom: 1px solid rgba(113,155,80, 0.75);
    }

.footer-copyright {
    background: #58674c;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.copyright {
    margin-top: 0;
    float: none;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    /* padding-top:  1em; */
    /* max-width: 1110px; */
    /* width: 100%; */
    /* margin: 0 auto 10px; */
    /* display: inline-block; */
    border-top: 1px solid rgba(244, 244, 244, 0.2);
    padding: 1% 0;
}

    .copyright p a.netsigma:hover {
        color: #FFFFFF;
    }

.navbar-brand img.img-fulid {
    /*max-width: 200px !IMPORTANT;*/
    max-height: 85px;
    margin: 10px 0 10px;
    float: left;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
}

.top-nav-collapse .navbar-brand img.img-fulid {
    max-height: 61px;
    margin: 5px 0;
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    -o-filter: brightness(1) invert(0);
    -ms-filter: brightness(1) invert(0);
}

/*DESTAQUES*/
/*.imgs_conteudo, .imgs_conteudo .owl-wrapper-outer, */ .imgs_conteudo .owl-wrapper-outer .owl-wrapper, .imgs_conteudo .owl-wrapper-outer .owl-wrapper .owl-item, .owl-item .item, .owl-item .item .img {
    height: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}


a.btn-rm2 {
    padding: 7px 14px;
    color: #FFF;
    text-transform: capitalize;
    background: #719b50;
    border-radius: 7px;
    transition: all 0.5s ease;
    float: left;
}

    a.btn-rm2:hover {
        background: #333;
    }

#proddest_sec .row .row:nth-child(even) .imgs_conteudo .owl-controls .owl-next {
    margin-left: 8%;
}



#proddest_sec .row .row:nth-child(odd) .imgs_conteudo .owl-controls .owl-prev {
    margin-right: 8%;
}

/*END DESTAQUES*/

/*FORMULARIO*/

.flashHeader {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    border-bottom: 2px solid #333;
    padding: 15px 20px;
    color: #719b50;
    text-align: center;
    margin-bottom: 20px;
}

.subflashHeader {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    border-bottom: 1px solid #333;
    padding: 15px;
    color: #719b50;
    background: rgba(100,100,100,0.05);
    text-align: left;
    margin-bottom: 20px;
}

.f-item-right {
    float: right;
}

/*COOKIES*/
.wgt-cookies {
    position: fixed;
    width: 94%;
    max-width: 420px;
    margin: 0;
    padding: 15px 5px 0px;
    bottom: 3%;
    left: 3%;
    z-index: 10000;
    background: rgba(113, 155, 80, 0.8);
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

    .wgt-cookies .content {
        position: relative;
        width: 94%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0;
    }

.msg_cookies, .opt_cookies {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.opt_cookies {
    text-align: center; /* position: absolute; */ /* top: 0; */ /* left: 0; */
}

.msg_cookies p {
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    text-align: justify;
}

.opt_cookies a.p_d_cookies {
    position: relative;
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: justify;
    display: inline-block;
    clear: both;
}

.opt_cookies a.jq_cookies_close {
    position: absolute;
    margin: 0 0 0px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgb(113, 155, 80);
    color: #fff;
    z-index: 1;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    top: -30px;
    right: 0;
}

/*END MYSTYLE*/

/*************************/
.parceiro {
    position: relative;
    width: 100%;
    padding: 10px;
    margin-bottom: 5%;
    overflow: hidden;
    border: 1px solid #F4F4F4;
    cursor: default;
}

.portfolio {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.img_portofolio, .item_portofolio {
    position: relative;
    width: 100%;
    margin-bottom: 5%;
    overflow: hidden;
    border: 1px solid #F4F4F4;
}

.imgparceiro {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.overlayparc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 159, 227, 0.75);
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.parceiro:hover .overlayparc, .item_portofolio:hover .overlayparc, .img_portofolio:hover .overlayparc {
    width: 100%;
    height: 100%;
}

.parceiro:hover .textparc, .item_portofolio:hover .textparc, .img_portofolio:hover .textparc {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
}

.textparc {
    opacity: 0;
    color: #FFFFFF;
    font-size: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

    .textparc a, .textparc a:hover {
        color: #FFFFFF;
        font-size: 14px;
        margin-top: 10px;
    }


.container_content img {
    max-width: 100%;
    height: auto;
}

.container_total {
    margin-left: auto;
    margin-right: auto;
    padding: 0 3%;
}

.container_apoios {
    position: relative;
    width: 100%;
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
}

    .container_apoios table {
        margin: auto;
    }

        .container_apoios table td img {
            margin-left: 10px;
            margin-right: 10px;
        }

.form-check {
    float: left;
    margin: 0 20px 0 0;
}

input[type="checkbox"] {
    position: absolute;
    right: 9000px;
}

    /*Check box*/
    input[type="checkbox"] + .label-text:before {
        content: "\f096";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 16px;
        display: inline-block;
        margin-right: 5px;
        font-size: 18px;
        line-height: 16px;
        background: #DDDDDD;
        color: #DDDDDD;
    }

    input[type="checkbox"]:checked + .label-text:before {
        content: "\f14a";
        color: #0b542a;
        animation: effect 250ms ease-in;
    }

    input[type="checkbox"]:disabled + .label-text {
        color: #aaa;
    }

        input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc;
        }

.back-to-top.hidden {
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.back-to-top {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 999;
    display: block;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

ul.lista_mun {
    list-style: none;
    margin: 5% 0;
    padding: 0;
    float: left;
}

    ul.lista_mun li {
        position: relative;
        margin: 0;
        padding: 6px 0 6px 40px;
        float: left;
        font-size: 34px;
        clear: left;
        cursor: pointer;
    }

        ul.lista_mun li:hover span {
            font-weight: 600;
        }

    ul.lista_mun i {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 16px;
        left: 0;
        font-size: 30px;
    }

.zona_mapa {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0 0 30%;
    float: left;
}

.mapa_items {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.mapa_listagem {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.mapa_listagem svg {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

.container_opts_pi {
    position: absolute;
    width: 20%;
    margin: 0;
    padding: 2%;
    top: 5%;
    left: 5%;
    background: rgba(255,255,255,0.75);
}

.lista_tipologia:before {
    content: "\f096";
    font-family: FontAwesome;
    /* right: 0; */
    float: right;
    font-size: 22px;
    line-height: 22px;
    /* color: #719b50; */
}

.lista_tipologia[data-selected=true]:before {
    content: "\f046";
    color: #719b50;
}

.container_opts_pi h2 {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #719b50;
    line-height: 24px;
    color: #719b50;
    padding: 0 0 10px;
}

ul.lista_ponto_interesse > li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #989797;
    cursor: pointer;
}

ul.lista_ponto_interesse li ul {
    display: none;
}

.container_mapa {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.mapa_items .mapa {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.pontos {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    z-index: 1001;
}

.ponto {
    position: absolute;
    width: 14px;
    height: 14px;
    margin: 0px;
    cursor: pointer;
}
/*.pulse { background: rgba(0,0,0,0.8); height: 14px; width: 14px; position: absolute; margin: 0px; z-index: 1;
		-webkit-transform: rotateX(0deg); -moz-transform: rotateX(0deg); -o-transform: rotateX(0deg); -ms-transform: rotateX(0deg); transform: rotateX(0deg);
}
.pulse > span {position: absolute;margin: 15px 0 0 -33px;padding: 0;font-size: 14px;font-weight:  700;width: 80px;line-height: 14px;text-align: center;}
.pulse:after {
	content: "";
	height: 34px;
	width: 34px;
	position: absolute;
	margin: -10px 0 0 -10px;
	-webkit-animation: pulsate 1s ease-out;
	-moz-animation: pulsate 1s ease-out;
	-o-animation: pulsate 1s ease-out;
	-ms-animation: pulsate 1s ease-out;
	animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 0 2px 2px #EFEFEF;
	box-shadow: 0 0 2px 2px #EFEFEF;
	-webkit-animation-delay: 1.1s;
	-moz-animation-delay: 1.1s;
	-o-animation-delay: 1.1s;
	-ms-animation-delay: 1.1s;
	animation-delay: 1.1s;
}*/

.contentarea {
    display: none;
    background: rgba(51, 51, 51,0.8);
    width: 250px;
    margin: 0;
    padding: 20px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    z-index: 3;
    box-shadow: 5px 5px 15px rgba(255,255,255, 0.5);
    -webkit-box-shadow: 5px 5px 15px rgba(255,255,255, 0.5);
    -moz-box-shadow: 5px 5px 15px rgba(255,255,255, 0.5);
    top: 30px;
    left: -118px;
}

    .contentarea.hidden {
        z-index: -1;
        filter: alpha(opacity=0);
        opacity: 0;
    }

.contentarea {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 999;
    display: block;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

    .contentarea:before {
        content: '';
        position: absolute;
        top: -16px;
        left: 50%;
        width: 0;
        height: 0;
        margin-top: 0px;
        border: 8px solid transparent;
        border-right-color: rgba(251, 251, 251, 0.8);
        margin-left: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid rgba(51,51,51,0.8);
    }

    .contentarea .title_content {
        font-size: 25px;
        line-height: 25px;
        border-bottom: 1px solid;
        padding: 0 0 10px 0;
    }

    .contentarea ul {
        padding-left: 15px;
        line-height: 20px;
        margin: 0px 0px 20px;
        list-style-type: none;
    }

    .contentarea li::before {
        font-family: 'FontAwesome';
        content: '\f105';
        margin: 0 5px 0 -10px;
        font-weight: bold;
    }

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }

    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }

    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

.container_padding, .container_content_2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*height:auto;
  display: table;
  position: absolute;*/
}

.margin-top-botoom-10 {
    margin: 10% 0;
}

.img_left {
    float: left;
}

.img_right {
    float: right;
}

.conteudo_footer .container {
    border-bottom: 1px solid;
    padding: 0 0 20px;
}

.container_footer {
    position: relative;
    width: 100%;
    margin: 0% auto;
    padding: 0;
    overflow: hidden;
}

.row-eq-height .item {
    height: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

.container img, .conteudo img {
    height: auto !IMPORTANT;
    max-width: 100%;
    margin: auto;
    display: inherit;
}

#contactos .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656; /*border-radius: 10px;*/
    padding: 10px;
}

#contactos .form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
}

#contactos .input::placeholder {
    color: #565656;
    font-size: 1rem;
}

#contactos #submit {
    border: 0px;
    cursor: pointer;
}

    #contactos #submit:hover {
        background: #BED600;
    }

.google-map {
    width: 100%;
    float: left;
    overflow: hidden;
}

    .google-map iframe {
        width: 100%;
        min-height: 300px;
        margin-top: -46px;
    }

/*---------------*/
/***** Zoe *****/
/*---------------*/

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0%;
    width: 100%;
    background: transparent;
    text-align: center;
}

    .grid figure .imgevento {
        height: 100%;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .grid figure figcaption {
        padding: 2em;
        color: #fff;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption p.icon-links > p {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


    .grid figure .h {
        word-spacing: 0;
        font-weight: normal;
    }

        .grid figure .h span {
            font-size: 20px;
            font-weight: 600;
            vertical-align: middle;
            margin: 0 auto;
            height: 100%;
            position: relative;
            display: table-cell;
        }

    .grid figure .h,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        font-size: 14px;
        line-height: 16px;
        color: white;
        font-weight: 600;
        margin: 15px auto;
    }

figure.effect-zoe figcaption {
    width: 100%;
    top: auto;
    bottom: 0;
    padding: 15px;
    height: 70%;
    /*background: rgba(93, 111, 101, 0.6);*/
    background: rgba(2, 12, 6, 0.5);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    margin: 0% auto;
    border-top: 0px solid #BED600;
}

figure.effect-zoe .h {
    float: left;
}

figure.effect-zoe p.icon-links p {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links p:hover,
figure.effect-zoe:hover p.icon-links p:focus {
    color: #252d31;
}


figure.effect-zoe p.icon-links p {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,200%,0);
    transform: translate3d(0,200%,0);
}



figure.effect-zoe .h {
    width: 100%;
    position: absolute;
    z-index: 150;
    bottom: 0;
    top: auto;
    padding: 5px;
    background: rgba(0, 0, 0, 0.6);
    height: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    color: white;
    border-top: 2px solid #7fb029;
    display: table;
}

figure.effect-zoe:hover .h {
    border-top: 0px solid #BED600;
    -webkit-transform: translate3d(0,-236%,0);
    transform: translate3d(0,-236%,0);
}

figure.effect-zoe:hover figcaption {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-zoe:hover figcaption {
    border-top: 2px solid #7fb029;
}

figure.effect-zoe:hover .imgevento {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
}

.insetshadow {
    /*text-rendering: optimizeLegibility;
  color: #eaa92a;
  letter-spacing: .1em;
  text-shadow: 2px 2px 1px #BED600, 0px 2px 2px #BED600;*/
    font-weight: 600;
    border-bottom: 1px solid #c3bebe;
    padding: 15px 15px;
    color: #444;
    text-align: center;
}

.lista-eventos {
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

figure .sabmais:hover {
    color: #7fb029;
}

h1.title-b {
    position: absolute;
    bottom: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px 10px;
    margin: 0;
    color: #FFF;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    opacity: 1;
}

.detalhe-l-evento {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: table;
}

    .detalhe-l-evento h1 {
        font-size: 24px;
        font-weight: 600;
        text-align: center;
        width: 100%;
        margin: 10px 0;
        padding: 10px;
        color: #96c12a;
    }

.middle {
    display: table-cell;
    vertical-align: middle;
}

figure.effect-zoe:hover .detalhe-l-evento {
    height: 100%;
    top: 0;
}

figure.effect-zoe:hover h1.title-b {
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.separador {
    width: 100%;
    background: #719b50;
    padding: 50px 50px;
    color: #FFF;
    text-align: center;
    margin: 5% 0 0 0;
}

    .separador h1 {
        font-size: 34px;
        text-transform: uppercase;
    }

    .separador .descricao {
        width: 100%;
        font-size: 14px;
        display: block;
        margin: 10px 0 30px;
    }

    .separador .btn-separador {
        width: 100%;
        display: block;
    }

    .separador .btn_sm {
        border: 1px solid #FFF;
        color: #FFF;
    }

        .separador .btn_sm a {
            color: #FFF;
        }

            .separador .btn_sm a::after {
                display: none;
            }

    .separador a.btn-common {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

        .separador a.btn-common:hover {
            -webkit-animation-name: jello;
            animation-name: jello;
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

.conteudo_footer .container img {
    max-width: 100%;
    max-height: 50px;
    width: auto !IMPORTANT;
}

.form-check {
    float: left;
    margin: 0 20px 0 0;
}

.file-preview-thumbnails {
    display: none;
}


input[type="checkbox"] {
    position: absolute;
    right: 9000px;
}

    /*Check box*/
    input[type="checkbox"] + .label-text:before {
        content: "\f096";
        font-family: "FontAwesome";
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        width: 16px;
        display: inline-block;
        margin-right: 5px;
        font-size: 18px;
        line-height: 16px;
        background: #DDDDDD;
        color: #DDDDDD;
    }

    input[type="checkbox"]:checked + .label-text:before {
        content: "\f14a";
        color: #719b50;
        animation: effect 250ms ease-in;
    }

    input[type="checkbox"]:disabled + .label-text {
        color: #aaa;
    }

        input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc;
        }

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.btn_sm a {
    color: #719b50;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn_sm {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
}

    .btn_sm a:after {
        content: "\f0da";
        font-family: 'FontAwesome';
        margin: 0 0 0 5px;
    }

    .btn_sm:hover {
        background: #BED600;
        border: 1px solid #719b50;
    }

    .btn_sm a:hover {
        color: #FFF;
    }

.service {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

    .service a {
        display: inline-block;
        border: 1px solid #348ab1;
        border-radius: 4px;
        margin: 10px auto 0;
        padding: 5px 10px;
        -moz-transition: all 0.5s ease-in;
        -webkit-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
    }

        .service a:hover {
            background: #348ab1;
            color: #FFFFFF;
        }

.row div:nth-child(3n) > .service {
    border-right: 0px solid #FFFFFF;
}

.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
    height: 100%;
}

    .hi-icon-wrap p, .hi-icon-wrap span {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        justify-content: center;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .hi-icon-wrap span {
        font-size: 14px;
        line-height: 22px;
    }

    .hi-icon-wrap p {
        font-size: 20px;
        padding: 15px 0px;
    }

    .hi-icon-wrap.hi-icon-effect-8 .img {
        width: 60%;
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-color: #348ab1;
        -moz-transition: all 1s ease-in;
        -webkit-transition: all 1s ease-in;
        -o-transition: all 1s ease-in;
        transition: all 1s ease-in;
    }

.hi-icon {
    display: inline-block;
    font-size: 0px;
    margin: 15px 30px;
    width: 50%;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    border: 4px solid #348ab1;
    -moz-transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.service_home .hi-icon {
    width: 44%;
    border: 2px solid #348ab1;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}



/* Effect 8 */

.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(216, 216, 216, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.hi-icon-effect-8:hover .hi-icon .img {
    background: white;
}

.hi-icon-effect-8:hover .hi-icon {
    background: #348ab1;
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

    .hi-icon-effect-8:hover .hi-icon:after {
        -webkit-animation: sonarEffect 1.3s ease-out 75ms;
        -moz-animation: sonarEffect 1.3s ease-out 75ms;
        animation: sonarEffect 1.3s ease-out 75ms;
    }

.hi-icon-effect-8:hover {
    background-color: white;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #719b50, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #719b50, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #719b50, 0 0 0 10px rgba(255,255,255,0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #719b50, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/*Galeria Homepage*/
.lista_fotos_destaque {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

    .lista_fotos_destaque .lista_fotos, .portfolio_wrapper {
        position: relative;
        width: calc(100% + 1px);
        margin: 0 0 0 -1px;
        padding: 0;
        float: left;
        list-style: none;
    }

        .lista_fotos_destaque .lista_fotos li {
            width: 100%;
            margin: 0;
            padding: 0;
            float: left;
            padding: 1px 0 0 1px;
            overflow: hidden;
        }

            .lista_fotos_destaque .lista_fotos li.gal-1-1, .lista_fotos_destaque .lista_fotos li.gal-1-2, .grid-sizer {
                width: 20%;
            }

            .lista_fotos_destaque .lista_fotos li.gal-2-1, .lista_fotos_destaque .lista_fotos li.gal-2-2 {
                width: 40%;
            }

            .lista_fotos_destaque .lista_fotos li .img_gal, .gal-1-1 a .img_gal {
                display: table;
            }

                .lista_fotos_destaque .lista_fotos li .img_gal .mask, .gal-1-1 a .img_gal .mask {
                    width: 100%;
                    height: 100%;
                    margin: 0;
                    padding: 4%;
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                    background-color: rgba(0,91,131,0.90);
                    opacity: 0;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                    filter: alpha(opacity=0);
                    transition: opacity 0.7s ease;
                    -o-transition: opacity 0.7s ease;
                    -ms-transition: opacity 0.7s ease;
                    -moz-transition: opacity 0.7s ease;
                    -webkit-transition: opacity 0.7s ease;
                    color: #FFF;
                }

            .lista_fotos_destaque .lista_fotos li:hover .img_gal .mask, .gal-1-1 a:hover .img_gal .mask {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
            }

            .lista_fotos_destaque .lista_fotos li .img_gal .mask p, .lista_fotos_destaque .lista_fotos li .img_gal .mask i, .gal-1-1 a .img_gal .mask i {
                font-size: 20px;
                color: #FFFFFF;
            }

            .lista_fotos_destaque .lista_fotos li .img_gal .mask i, .gal-1-1 a .img_gal .mask i {
                font-size: 30px;
            }

.gal-item-plus {
    background: #F1F1F1;
}

.gal-plus {
    display: table;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    -moz-transition: all ease-out 0.7s;
    -o-transition: all ease-out 0.7s;
    transition: all ease-out 0.7s;
}

    .gal-plus > span {
        display: table-cell;
        margin: 0;
        text-align: center;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

        .gal-plus > span > img {
            max-width: 86px;
            max-height: 86px;
            -moz-transition: all ease-out 0.7s;
            -o-transition: all ease-out 0.7s;
            transition: all ease-out 0.7s;
        }

    .gal-plus:hover {
        background: rgba(0,91,131,1);
    }

        .gal-plus:hover > span > img {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

.desc_prod {
    width: 100%;
    background-color: transparent;
    text-align: center;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15% 15px;
    transition: all 2s ease-in;
    -moz-transition: all 2s ease-in;
}

.hv_prod:hover .desc_prod {
    background-color: #ebf3f7;
}

.img_prod {
    width: 100%;
    overflow: hidden;
}

    .img_prod .img {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 2s ease;
        -moz-transition: all 2s ease;
    }

.desc_prod p {
    font-size: 13px;
    line-height: 25px;
    padding: 10px 0px;
    cursor: default;
}

.hv_prod:hover .img_prod .img {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}

.desc_prod a {
    display: inline-block;
    border: 1px solid #348ab1;
    border-radius: 4px;
    margin: 10px auto 0;
    padding: 5px 10px;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    .desc_prod a:hover {
        background: #348ab1;
        color: #FFFFFF;
    }

.row.linha_produtos:nth-child(odd) .hv_prod .desc_prod:before {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 25%;
    height: 20%;
    border: 1px solid rgb(52, 138, 177);
    border-left: inherit;
    border-bottom: inherit;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
}

.row.linha_produtos:nth-child(odd) .hv_prod .desc_prod:after {
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    width: 25%;
    height: 20%;
    border: 1px solid rgb(52, 138, 177);
    border-left: inherit;
    border-top: inherit;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
}

.row.linha_produtos:nth-child(odd) .hv_prod:hover .desc_prod:before {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0%;
}

.row.linha_produtos:nth-child(odd) .hv_prod:hover .desc_prod:after {
    content: '';
    bottom: 0;
    right: 0;
    position: absolute;
    width: 0%;
    height: 100%;
}

.row.linha_produtos:nth-child(odd) .hv_prod .desc_prod .bottom_line {
    border-bottom: 1px solid rgb(52, 138, 177);
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
}

.row.linha_produtos:nth-child(odd) .hv_prod:hover .desc_prod .bottom_line {
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
}

.row.linha_produtos:nth-child(even) .hv_prod .desc_prod:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 25%;
    height: 20%;
    border: 1px solid rgb(52, 138, 177);
    border-right: inherit;
    border-bottom: inherit;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
}

.row.linha_produtos:nth-child(even) .hv_prod .desc_prod:after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 25%;
    height: 20%;
    border: 1px solid rgb(52, 138, 177);
    border-right: inherit;
    border-top: inherit;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
}

.row.linha_produtos:nth-child(even) .hv_prod:hover .desc_prod:before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0%;
}

.row.linha_produtos:nth-child(even) .hv_prod:hover .desc_prod:after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 100%;
}

.row.linha_produtos:nth-child(even) .hv_prod .desc_prod .bottom_line {
    border-bottom: 1px solid rgb(52, 138, 177);
    width: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    transition: all 2s ease;
    -moz-transition: all 2s ease;
}

.row.linha_produtos:nth-child(even) .hv_prod:hover .desc_prod .bottom_line {
    width: 100%;
    bottom: 0;
    position: absolute;
}

@media(max-width:768px) {
    .linha_produtos .hv_prod .col-md-6 {
        padding: inherit;
        margin-top: 5px;
    }
}

a.back {
    cursor: pointer;
    float: left;
    color: #348ab1 !important;
    display: inline-block;
    border: 1px solid #348ab1;
    border-radius: 4px;
    margin: 10px auto 0;
    padding: 5px 10px;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

    a.back:hover {
        background: #348ab1;
        color: #FFFFFF !important;
    }


.servi_conteudo .container, .prod_conteudo .container {
    min-width: 100%;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

    .servi_conteudo .container .row.clearfix > div:first-child, .prod_conteudo .container .row.clearfix > div:first-child {
        padding-right: 0;
    }

    .servi_conteudo .container .row.clearfix > div:nth-child(2), .prod_conteudo .container .row.clearfix > div:nth-child(2) {
        padding-left: 0;
    }

@media (max-width:768px) {
    .servi_conteudo .container .row.clearfix > div:first-child, .prod_conteudo .container .row.clearfix > div:first-child {
        padding-right: 15px;
    }

    .servi_conteudo .container .row.clearfix > div:nth-child(2), .prod_conteudo .container .row.clearfix > div:nth-child(2) {
        padding-left: 15px;
    }
}

.servi_conteudo .container .row.clearfix p, .prod_conteudo .container .row.clearfix p {
    padding: 5px 20px;
}

section.distingue.hero-section.hero-section--slider {
    margin-top: 111px;
}

.servi_list_cont .row > div {
    padding: 0;
}

    .servi_list_cont .row > div:nth-child(odd) {
        background-color: #f4fafe;
    }

    .servi_list_cont .row > div:nth-child(even) {
        background-color: #e9f2f7;
    }

.breadcrumb-banner {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(113, 155, 80,0.6);
    -webkit-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px -5px 20px 0px rgba(0,0,0,0.75);
    padding: 1% 0;
    /* opacity: 0.9; */
    /*background: -moz-linear-gradient(45deg, rgba(113, 155, 80,0.6) 0%, rgba(113, 155, 80,0.6) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(113, 155, 80,0.6)), color-stop(100%, rgba(113, 155, 80,0.6)));
    background: -webkit-linear-gradient(45deg, rgba(113, 155, 80,0.6) 0%, rgba(113, 155, 80,0.6) 100%);
    background: -o-linear-gradient(45deg, rgba(113, 155, 80,0.6) 0%, rgba(113, 155, 80,0.6) 100%);
    background: -ms-linear-gradient(45deg, rgba(113, 155, 80,0.6) 0%, rgba(113, 155, 80,0.6) 100%);
    background: linear-gradient(45deg, rgba(113, 155, 80,0.6) 0%, rgba(113, 155, 80,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719B50', endColorstr='#719B50', GradientType=1 );*/
}

.breadcrumb-banner-2 {
    display: none;
}

.breadcrumb-banner .container {
    opacity: 1;
}

.breadcrumb-banner .title, .breadcrumb-banner .section-title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFF;
}

.breadcrumb-banner .sub-title {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 300;
    color: #FFF;
}

.table {
    display: table;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sec_text {
    /*overflow:auto;
  justify-content: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  flex-direction: column;
  height:100%;*/
    /* display: table-cell;
  vertical-align: middle;*/
}

.content_prods {
    display: flex;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.owl-pagination {
    width: 100%;
    float: left;
}

.social_ico {
    display: inline-flex;
    margin: 0 2%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    transition-property: all;
}

span.social_ico:hover a {
    color: #719B50;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.menu-top {
    text-align: right;
    margin: 5px 0 5px;
    float: right;
    /* width: 100%; */
    display: block;
    padding: 0;
}

.top-nav-collapse .menu-top {
    margin: 5px 0 5px;
}

.menu-top > div:first-child {
    border-left: 0px solid #FFFFFF;
}

#main-navbar {
    /* width: 100%; */
    float: right;
    clear: both;
}

.menu-top span {
    padding: 0 22px;
    color: #BED600;
    font-size: 14px;
    line-height: 14px;
    font-weight: 100; /* font-family: 'Ubuntu', sans-serif; */
}

    .menu-top span a {
        color: #BED600;
    }


.menu-top i {
    color: #719B50;
    font-size: 16px;
    line-height: 14px;
}

.menu-top .btn {
    padding: 5px 10px;
    font-size: 12px;
    background: #BED600;
}

    .menu-top .btn a {
        color: #FFF;
    }

.menu-top .redes_sociais, .menu-top .linguas {
    position: relative;
    margin: 10px 0 0 20px;
    padding: 0 0 0 20px;
    float: left;
    border-left: 1px solid #E1E1E1;
}

    .menu-top .linguas ul, .menu-top .redes_sociais ul {
        margin: 0;
        padding: 0;
        float: left;
    }

        .menu-top .linguas ul li, .menu-top .redes_sociais ul li {
            list-style-type: none;
            display: inline;
            padding: 0;
            margin: 2px 0 0 10px;
            /* width: 28px; */
            height: 26px;
            overflow: hidden;
            display: inline-block;
            float: left;
        }

            .menu-top .redes_sociais ul li a {
                display: block;
                height: 100%;
                /* width: 28px; */
                padding: 0;
                margin: 0;
                float: left;
                /* position: absolute; */
                /* top: 0; */
            }

                .menu-top .redes_sociais ul li a:hover {
                    /* background: rgba(255,255,255,0.8); */
                }

                .menu-top .redes_sociais ul li a img {
                    height: 100% !important;
                    /* width: 100%; */
                    margin: 0;
                    /* max-height: 100% !important; */
                    filter: brightness(0) invert(1);
                    -webkit-filter: brightness(0) invert(1);
                    -moz-filter: brightness(0) invert(1);
                    -o-filter: brightness(0) invert(1);
                    -ms-filter: brightness(0) invert(1);
                    float: left;
                }

.top-nav-collapse .menu-top .redes_sociais ul li a img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    -o-filter: brightness(1) invert(0);
    -ms-filter: brightness(1) invert(0);
}

.menu-top .redes_sociais ul li a:hover img {
    height: 100% !important;
    max-height: 100% !important;
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
    -moz-filter: brightness(1) invert(0);
    -o-filter: brightness(1) invert(0);
    -ms-filter: brightness(1) invert(0);
}

.top-nav-collapse .menu-top .redes_sociais ul li a img {
    /* filter: brightness(0.9) invert(0.1); */
    /* -webkit-filter: brightness(0.9) invert(0.1); */
    /*-moz-filter: brightness(0.9) invert(0.1);
    -o-filter: brightness(0.9) invert(0.1);
    -ms-filter: brightness(0.9) invert(0.1);*/
    opacity: 1;
}



.top-nav-collapse .menu-top .redes_sociais ul li a:hover img {
    /* filter: brightness(1) invert(0); */
    /* -webkit-filter: brightness(1) invert(0); */
    /*-moz-filter: brightness(1) invert(0);
    -o-filter: brightness(1) invert(0);
    -ms-filter: brightness(1) invert(0);*/
    opacity: 0.8;
}

.menu-top .linguas ul li {
    /*border-right: 1px solid #F1F1F1;*/
    height: 26px;
    width: 26px;
    /* background: #F4F4F4; */
}
.menu-top .linguas ul li:first-child{ margin: 2px 0 0 0;}

    .menu-top .linguas ul li a {
        color: #FFFFFF;
        display: block;
        /* height: 26px; */
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        padding: 6px 0;
        background: rgba(113, 155, 80, 0);
        padding: 4px 0px;
        border-radius: 6px;
        border: 2px solid #FFFFFF;
    }

        .menu-top .linguas ul li.active a, .menu-top .linguas ul li a:hover {
            color: #FFFFFF;
            background: rgba(113, 155, 80, 0.9);
            border-color: rgba(113, 155, 80, 0.9);
        }

.top-nav-collapse .menu-top .linguas ul li a {
    color: #4f9323;
    border: 2px solid #4f9323;
}

    .top-nav-collapse .menu-top .linguas ul li.active a, .top-nav-collapse .menu-top .linguas ul li a:hover {
        color: #ffffff;
        background: #4f9323;
        border-color: #719b50;
    }

/*.menu-top .linguas ul li:last-child {
    border-right: 0;
    margin: 2px 0 0 0px;
}*/


/*FILTERS*/
.controls {
    padding: 2%;
}

    .controls label {
        font-weight: 300;
        text-align: left;
    }

    .controls span.button {
        display: inline-block;
        vertical-align: bottom;
        padding: .4em .8em;
        margin: 0;
        background: #68b8c4;
        border: 0;
        color: #333;
        font-size: 16px;
        font-weight: 700;
        border-radius: 4px;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .controls span.button {
        color: #fff;
        background-color: #2abad5;
        border-color: #5ac9df;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 20px;
    }

        .controls span.button:hover {
            color: #fff;
            background-color: #c8dc4e;
            border-color: #92cd8b;
        }

        .controls span.button:focus {
            outline: 0 none;
        }

    .controls fieldset {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0 1em 0 0;
        padding: .5em;
        border-radius: 3px;
    }

    .controls .checkbox {
        display: block;
        position: relative;
        cursor: pointer; /*margin-bottom: 8px;*/
        text-align: left;
    }

        .controls .checkbox input[type="checkbox"] {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            cursor: pointer;
            margin: 0;
            opacity: 0;
            z-index: 1;
        }

        .controls .checkbox label {
            display: inline-block;
            vertical-align: top;
            text-align: left;
            padding-left: 1.5em;
        }

            .controls .checkbox label:before, .controls .checkbox label:after {
                content: '';
                display: block;
                position: absolute;
            }

            .controls .checkbox label:before {
                left: 0;
                top: 0;
                width: 18px;
                height: 18px;
                margin-right: 10px;
                background: #ddd;
                border-radius: 3px;
            }

            .controls .checkbox label:after {
                content: '';
                position: absolute;
                top: 4px;
                left: 4px;
                width: 10px;
                height: 10px;
                border-radius: 2px;
                background: #68b8c4;
                opacity: 0;
                pointer-events: none;
            }

        .controls .checkbox input:checked ~ label:after {
            opacity: 1;
        }

        .controls .checkbox input:focus ~ label:before {
            background: #eee;
        }

#filters h4 {
    text-align: left;
    font-size: 20px;
}

.container_filtered {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
}

/*PRODUTOS*/
.bg_filter {
    background: #f6f6f6;
}

#section-produtos {
    padding: 0;
}

.produto {
    border-bottom: 1px solid rgba(0,172,205,0.4);
    padding: 5% 0;
}

    .produto .sec_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .produto .sec_text h2 {
        font-size: 25px;
        line-height: 30px;
    }

.sub-title {
    font-size: 20px;
    line-height: 25px;
}

.produto .sec_text {
    min-height: 250px;
}
/*PRODUTO*/
/*.imgs_produto */, .imgs_produto .owl-wrapper-outer, .imgs_produto .owl-wrapper-outer .owl-wrapper, .imgs_produto .owl-wrapper-outer .owl-wrapper .owl-item {
    height: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

.bg_conteiner_produto_imgs, .bg_conteiner_sproduto {
    background: #FFF;
    padding: 3% 0;
    width: 100%;
    margin: 0;
}

.bg_conteiner_produto {
    background: #f6f6f6;
    padding: 3% 0;
    width: 100%;
    margin: 0;
    font-size: 16px;
    line-height: 18px;
}

    .bg_conteiner_produto ul {
        padding: 0 0 0 10px;
    }

    .bg_conteiner_produto li::before {
        content: "\f0da";
        display: inline-block;
        font-family: Cifra;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 5px;
        color: #719B50;
    }

    .bg_conteiner_produto p {
        font-size: 16px;
        line-height: 18px;
    }

.s-produto {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

h2.title-border {
    text-transform: uppercase;
    font-size: 25px;
    color: #719B50;
    border-bottom: 1px solid;
    padding: 0 0 10px 0;
    margin: 0 0 3%;
}

.s-produto .img {
    height: 100%;
    width: 100%;
    -moz-transition: all 2s ease;
}

.s-produto:hover .img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.s-produto h2 {
    background: rgba(113, 155, 80,0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    -moz-transition: all 2s ease;
}

    .s-produto h2 .sub-title {
        font-size: 13px;
    }

.s-produto:hover h2 {
    background: rgba(190,214,0,0.7);
}

/**/
.newsNav {
    border-bottom: 1px solid #008bb9;
    margin-bottom: 3%;
}

    .newsNav .linha {
        text-align: center;
    }

    .newsNav .next {
        text-align: right;
    }

        .newsNav .prev a, .newsNav .linha a, .newsNav .next a {
            padding: 10px;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 18px;
            display: block;
        }

            .newsNav .next a:after, .newsNav .prev a:before {
                content: "\f0da";
                display: inline-block;
                font-family: Cifra;
                font-size: 18px;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                margin: 0 5px;
                color: #719B50;
            }

            .newsNav .prev a:before {
                content: "\f0d9";
            }

    .newsNav .linha a {
        font-size: 18px;
        color: #719B50;
    }

.extra {
    text-align: center;
}

    .extra .img {
        min-height: 40px;
    }

    .extra .text {
        font-size: 8px;
        line-height: 10px;
        margin-bottom: 15px;
    }

.foto {
    border-radius: 15px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

/*NEWS*/
.news_item {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .news_item .img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .news_item .detalhe {
        margin: 10px 0 0;
        width: 100%;
        padding: 0;
    }

    .news_item .titulo {
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        color: #BED600;
        font-size: 18px;
        line-height: 20px;
        width: 100%;
    }

    .news_item .resumo {
        font-size: 14px;
        padding: 5px 0;
        line-height: 16px;
        text-align: justify;
    }

    .news_item .btn {
        padding: 5px 20px;
        margin-top: 10px;
        font-size: 12px;
        line-height: 14px;
    }

.dimensao {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin: 0 0 10px;
    font-weight: 500;
    color: #008bb9;
}

#dimensoes {
    background-color: #fff;
    border-radius: 5px;
    line-height: 19px;
    color: #05336C;
    height: 45px;
    min-width: 200px;
    border: 1px solid #008BB9;
    text-transform: lowercase;
    float: left;
    margin-right: 20px;
    text-indent: 15px;
    -webkit-appearance: none;
    -webkit-border-radius: 5px;
}

    #dimensoes * {
        text-align: center;
    }

#valorProd {
    font-size: 18px;
    color: #008BB9;
    height: 45px;
    line-height: 45px;
    margin-top: 0px;
    font-weight: 400;
}

#proddest_sec {
    background: #0094BB;
    color: #FFF;
}

.lista_areas, .lista_areas_v2, .l_map_areas, .lista_destaques, .lista_items_v2, .lista_items, .l_items_opts {
    position: relative;
    width: 100%;
    margin: 0 auto 5%;
    padding: 0;
    /* float: left; */
    /*display: flow-root;*/
}

.l_map_areas {
    width: 40%;
    float: left;
}

.l_items_opts {
    margin: 0 auto;
    text-align: center;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

.l_map_areas .container {
    margin-top: 50px;
    padding: 0;
}

.l_map_areas .section-title .item-title {
    font-size: 30px;
    line-height: 32px;
}

.l_map_areas .section-title > .item-title > span {
    margin: 15px auto;
}

.l_map_areas .descricao_zona {
    width: 100%;
}

.lista_areas.container_total, .lista_items.container_total, lista_items_v2.container_total {
    margin: 0 auto;
}

.lista_mapa svg {
    width: 60%;
    height: 100%;
    float: right;
}

.lista_items_v2 {
    text-align: center;
}

.lista_destaques.container {
    max-width: 1240px;
}

.lista_areas .item_area, .lista_areas_v2 .item_area, .lista_destaques .item_destaque, .lista_items .item, .l_items_opts .item_opt {
    position: relative;
    width: 25%;
    margin: 0;
    padding: 15px;
    float: left;
}

.lista_items, .lista_areas {
    text-align: center;
    font-size: 0px;
    letter-spacing: 0px;
    word-spacing: 0px;
}

    .l_items_opts .item_opt, .lista_items .item, .lista_areas .item_area {
        width: 25%;
        padding: 0;
        display: inline-block;
        float: none;
        margin: 0;
        word-spacing: 0;
    }

.l_map_areas .item_area {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.l_map_areas {
    margin: 0 0 5%;
    float: left;
}

.listagem.lista_areas .item_area, .lista_areas_v2 .item_area {
    padding: 0;
}

.listagem.lista_areas_v2 .item_area.grid-50-50, .listagem.lista_areas_v2 .item_area.grid-50-25 {
    width: 50%;
}

.listagem.lista_areas_v2 .item_area.grid-25-25 {
    width: 25%;
}

.lista_items_v2 .item_v2 {
    position: relative;
    width: 22%;
    display: inline-block;
    margin: 0 0 0 3%;
    padding: 0;
}

.lista_destaques .item_destaque {
    /* width: 31.33%; */
    /* margin: 0 1%; */
    padding: 1px;
}

    .lista_areas .item_area .img_area, .lista_destaques .item_destaque .img_area, .lista_items .item .img_area, .lista_items_v2 .item_v2 .img_area {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        top: 0;
        left: 0;
    }
/*---------------*/
/***** Bubba *****/
/*---------------*/


.effect-bubba .table {
    position: relative;
    z-index: 10;
}

.effect-bubba {
    background: #1b1b1b;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

    .effect-bubba .img_area, .effect-bubba .img_destaque {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        opacity: 0.7;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    .effect-bubba:hover .img_area, .effect-bubba:hover .img_destaque, .item-hover .effect-bubba .img_area, .item-hover .effect-bubba .img_destaque {
        opacity: 0.4;
    }

.figure-opts {
    width: 100%;
    height: 100%;
    padding: 10%;
    color: #fff;
    /*text-transform: uppercase;
		font-size: 1.25em;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
}

.effect-bubba .figure-opts::before,
.effect-bubba .figure-opts::after {
    position: absolute;
    width: calc(100% - 60px);
    overflow: hidden;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.effect-bubba .figure-opts::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.effect-bubba .figure-opts::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

.effect-bubba h2 {
    text-transform: uppercase;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    text-shadow: 1px 2px black;
    /* margin-bottom: 30px; */
    font-size: 26px;
    margin-top: 0px;
}

.lista_destaques .item_destaque .effect-bubba h2 {
    font-size: 24px;
    line-height: 30px;
}

.effect-bubba p, .effect-bubba a {
    padding: 10px 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
}

.lista_destaques .item_destaque .effect-bubba p {
    font-size: 14px;
    line-height: 20px;
}

.effect-bubba a {
    /* background: rgba(255, 255, 255, 0.75); */
    padding: 5px 10px;
    /* margin-top: 40px; */
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    /* border: 1px solid #719B51; */
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .effect-bubba a i {
        font-size: 13px;
        margin-left: 5px;
    }

    .effect-bubba a:hover {
        background: rgba(113, 155, 81, 0.75);
        color: #FFF;
    }

.effect-bubba:hover .figure-opts::before,
.effect-bubba:hover .figure-opts::after,
.item-hover .effect-bubba .figure-opts::before,
.item-hover .effect-bubba .figure-opts::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-bubba:hover h2,
.effect-bubba:hover p,
.effect-bubba:hover a,
.item-hover .effect-bubba h2,
.item-hover .effect-bubba p,
.item-hover .effect-bubba a {
    opacity: 1;
    top: 40px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.titulo_newsletter, .titulo_menu {
    position: relative;
    margin: 20px 0 20px;
    padding: 10px 0;
    /* float: left; */
    display: inline-block;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
    font-family: cifra, sans sans-serif;
}

.titulo_menu {
    display: none;
}

.titulo_newsletter:before {
    content: '';
    width: 120%;
    margin: 10px 0;
    padding: 0;
    height: 2px;
    background: #ffffff;
}

.msg_newsletter {
    position: relative;
    width: 80%;
    margin: 0 0 20px;
    padding: 0px 5px;
    float: left;
    font-size: 20px;
    line-height: 24px;
}

/* Form */

form {
    margin: 0 0 0 0;
}

.message {
    text-decoration: none;
    -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    height: 2.75em;
    line-height: 2.75em;
    opacity: 0;
    width: 100%;
    max-width: 35em;
    float: left;
    padding: 0 1em;
    margin: 0.5em 0 0;
    background: rgba(255,255,255,0.8);
    border-radius: 6px;
}

    .message:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .message:before {
        margin-right: 0.5em;
    }

    .message.visible {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .message.success {
        color: #719B50;
    }

        .message.success:before {
            content: '\f00c';
        }

    .message.failure {
        color: #ff2361;
    }

        .message.failure:before {
            content: '\f119';
        }

label {
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    margin: 0 0 1em 0;
}

@-moz-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes focus {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.025);
        -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
        transform: scale(1.025);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
    -ms-transition: border-color 0.2s ease, background-color 0.2s ease;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    background-color: rgba(11, 11, 11, 0.35);
    border-radius: 6px;
    border: none;
    border: solid 2px rgba(255, 255, 255, 0.35);
    color: #ffffff;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

    input[type="text"]:invalid,
    input[type="password"]:invalid,
    input[type="email"]:invalid,
    select:invalid,
    textarea:invalid {
        box-shadow: none;
    }

    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="email"]:focus,
    select:focus,
    textarea:focus {
        -moz-animation: focus 0.1s;
        -webkit-animation: focus 0.1s;
        -ms-animation: focus 0.1s;
        animation: focus 0.1s;
        background-color: rgba(255, 255, 255, 0.125);
        border-color: #719B50;
    }

.select-wrapper {
    text-decoration: none;
    display: block;
    position: relative;
}

    .select-wrapper:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-transform: none !important;
    }

    .select-wrapper:before {
        color: rgba(255, 255, 255, 0.35);
        content: '\f078';
        display: block;
        height: 2.75em;
        line-height: 2.75em;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 2.75em;
    }

    .select-wrapper select::-ms-expand {
        display: none;
    }

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 2.75em;
}

textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.75);
        cursor: pointer;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        padding-left: 2.4em;
        padding-right: 0.75em;
        position: relative;
    }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-transform: none !important;
        }

        input[type="checkbox"] + label:before,
        input[type="radio"] + label:before {
            background: rgba(255, 255, 255, 0.125);
            border-radius: 6px;
            border: solid 2px rgba(255, 255, 255, 0.35);
            content: '';
            display: inline-block;
            height: 1.65em;
            left: 0;
            line-height: 1.58125em;
            position: absolute;
            text-align: center;
            top: 0;
            width: 1.65em;
        }

    input[type="checkbox"]:checked + label:before,
    input[type="radio"]:checked + label:before {
        background: #719B50;
        border-color: #719B50;
        color: #ffffff;
        content: '\f00c';
    }

    input[type="checkbox"]:focus + label:before,
    input[type="radio"]:focus + label:before {
        border-color: #719B50;
        box-shadow: 0 0 0 2px #719B50;
    }

    input[type="checkbox"] + label:before {
        border-radius: 6px;
    }

    input[type="radio"] + label:before {
        border-radius: 100%;
    }

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

.formerize-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

.contact-block ::-webkit-input-placeholder {
    color: #BBBBBB !important;
    opacity: 1.0;
}

.contact-block :-moz-placeholder {
    color: #BBBBBB !important;
    opacity: 1.0;
}

.contact-block ::-moz-placeholder {
    color: #BBBBBB !important;
    opacity: 1.0;
}

.contact-block :-ms-input-placeholder {
    color: #BBBBBB !important;
    opacity: 1.0;
}

.contact-block .formerize-placeholder {
    color: #BBBBBB !important;
    opacity: 1.0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    background-color: #719B50;
    border-radius: 6px;
    border: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1.125em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    border: 2px solid #93B874;
}

    input[type="submit"]:hover,
    input[type="reset"]:hover,
    input[type="button"]:hover,
    button:hover,
    .button:hover {
        background-color: #93B874;
    }

    input[type="submit"]:active,
    input[type="reset"]:active,
    input[type="button"]:active,
    button:active,
    .button:active {
        background-color: #93B874;
    }

    input[type="submit"].disabled, input[type="submit"]:disabled,
    input[type="reset"].disabled,
    input[type="reset"]:disabled,
    input[type="button"].disabled,
    input[type="button"]:disabled,
    button.disabled,
    button:disabled,
    .button.disabled,
    .button:disabled {
        opacity: 0.5;
    }

@media screen and (max-width: 480px) {

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        /*! padding: 0; */
    }
}

/* Signup Form */

#signup-form {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    float: left;
    width: 100%;
}

    #signup-form input[type="text"],
    #signup-form input[type="password"],
    #signup-form input[type="email"] {
        width: 80%;
        font-size: 20px;
    }

    #signup-form > * {
        margin: 0 0 0 1em;
        width: 20%;
        font-size: 20px;
    }

    #signup-form > :first-child {
        margin: 0 0 0 0;
    }

@media screen and (max-width: 480px) {

    #signup-form {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        #signup-form input[type="type"],
        #signup-form input[type="password"],
        #signup-form input[type="email"] {
            width: 100%;
        }

        #signup-form > * {
            margin: 1.25em 0 0 0;
            width:  100%;
        }

        #signup-form .message {
            bottom: -1.5em;
            font-size: 0.9em;
            height: 1em;
            left: 0;
            line-height: inherit;
            margin-top: 0;
            position: absolute;
        }
}

.portfolio-item {
    padding: 0;
    /* float: left; */
    position: relative;
    width: 20%;
    display: inline-block;
    margin: 0;
}

.mb--3 {
    margin-bottom: -3%;
}

.portfolio-item a {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.portfolio-item .background-hover {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.5);
    opacity: 0;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.portfolio-item:hover .background-hover {
    opacity: 1;
}

.background-hover i {
    font-size: 55px;
    line-height: 55px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
}

button.mfp-close, button.mfp-arrow {
    height: 70px !important;
}

.mfp-arrow-left {
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBhdGggZD0iTTE0NS4xODgsMjM4LjU3NWwyMTUuNS0yMTUuNWM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMXMtMTMuOC01LjMtMTkuMSwwbC0yMjUuMSwyMjUuMWMtNS4zLDUuMy01LjMsMTMuOCwwLDE5LjFsMjI1LjEsMjI1ICAgYzIuNiwyLjYsNi4xLDQsOS41LDRzNi45LTEuMyw5LjUtNGM1LjMtNS4zLDUuMy0xMy44LDAtMTkuMUwxNDUuMTg4LDIzOC41NzV6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-Repeat top left !important;
    width: 70px;
    height: 70px;
}

.mfp-arrow-right {
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3Ny4xNzUgNDc3LjE3NSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc3LjE3NSA0NzcuMTc1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnPgoJPHBhdGggZD0iTTM2MC43MzEsMjI5LjA3NWwtMjI1LjEtMjI1LjFjLTUuMy01LjMtMTMuOC01LjMtMTkuMSwwcy01LjMsMTMuOCwwLDE5LjFsMjE1LjUsMjE1LjVsLTIxNS41LDIxNS41ICAgYy01LjMsNS4zLTUuMywxMy44LDAsMTkuMWMyLjYsMi42LDYuMSw0LDkuNSw0YzMuNCwwLDYuOS0xLjMsOS41LTRsMjI1LjEtMjI1LjFDMzY1LjkzMSwyNDIuODc1LDM2NS45MzEsMjM0LjI3NSwzNjAuNzMxLDIyOS4wNzV6ICAgIiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-Repeat top right !important;
    width: 70px;
    height: 70px;
}

    .mfp-arrow-left::before,
    .mfp-arrow-right::before {
        display: none;
        content: ''
    }

    .mfp-arrow-left::after,
    .mfp-arrow-right::after {
        display: none;
        content: ''
    }

.mfp-close, .mfp-arrow {
    cursor: pointer;
}

.mfp-bottom-bar {
    display: none;
}

.grid-section ul {
    margin: 0;
    padding: 0 0 0 10px;
}

    .grid-section ul li {
        list-style: inside url(../img/bullet.png);
    }

.imgList {
    width: 100%;
    margin: 0;
    list-style: none;
    float: left;
    padding: 0 !important;
}

    .imgList li {
        width: 25%;
        height: 100px;
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #F1F1F1;
        list-style: inside none !important;
    }

        .imgList li:first-child {
            width: 100%;
            height: 360px;
            padding: 0;
            margin: 0;
        }

        .imgList li a {
            position: relative;
            width: 100%;
            height: 100%;
            margin: 0;
            display: inline-block;
            padding: 0;
            float: left;
        }

        .imgList li img {
            width: 100%;
            height: 100% !important;
            max-width: initial;
            object-fit: cover;
        }

        .imgList li:first-child img {
            float: left;
        }

            .imgList li:first-child img.opt-block {
                position: absolute;
                width: 80%;
                margin: 10% 10%;
            }

.props_rota {
    margin: 0;
    padding: 2%;
    /*! float: left; */
    width: 100%;
    background: #719b50;
	
}

    .props_rota .item_prop_rota {
        width: 25%;
        display: inline-block;
        padding: 0;
        margin: 0 auto;
        position: relative;
        min-height: 120px;
    }

        .props_rota .item_prop_rota span {
            font-size: 30px;
            line-height: 36px;
            position: relative;
            display: block;
            text-align: center;
            z-index: 0;
            color: #E1E1E1;
            width: 80%;
            margin: auto;
        }

            .props_rota .item_prop_rota span.val_rota {
                font-size: 50px;
                line-height: 60px;
                color: #ffffff;
                position: relative;
                width: 100%;
                /* overflow: hidden; */
                z-index: 2;
                padding: 0 0 5px;
                display: inline-block;
                text-align: center;
            }

.props_etepa .item_prop_rota {
    text-align: center;
}

    .props_etepa .item_prop_rota img {
        max-height: 60px;
        max-width: 100%;
        filter: brightness(0) invert(1);
        margin-bottom: 15px;
        opacity: 0.8;
    }

.props_rota.props_etepa .item_prop_rota span {
    font-size: 18px;
    line-height: 20px;
    ;
}

    .props_rota.props_etepa .item_prop_rota span.val_rota {
        font-size: 40px;
        line-height: 50px;
    }

.redes_sociais_footer {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(244, 244, 244, 0.2);
    margin: 1% 0 0;
    text-align: center;
    padding: 1% 0 0;
}

    .redes_sociais_footer ul.redes {
        width: auto;
        display: inline-block;
    }

    .redes_sociais_footer .redes li {
        display: inline-block;
        width: 32px;
        height: 32px;
        float: left;
        margin: 0 10px;
        display: table;
    }

        .redes_sociais_footer .redes li a {
            display: table-cell;
            vertical-align: middle;
        }

            .redes_sociais_footer .redes li a img {
                filter: brightness(0) invert(1);
                -webkit-filter: brightness(0) invert(1);
                -moz-filter: brightness(0) invert(1);
                -o-filter: brightness(0) invert(1);
                -ms-filter: brightness(0) invert(1);
                opacity: 0.85;
            }


/*Redes Sociais*/
.addthis_inline_share_toolbox {
    background: #F4F4f4;
    text-align: right;
    float: right;
    padding: 10px 10px;
}

    .addthis_inline_share_toolbox a.at-icon-wrapper {
        margin: 0 3px 0 0;
    }

.l_map_areas > .item_area {
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .l_map_areas > .item_area.esconde {
        opacity: 0;
        position: absolute;
    }

.map-item {
    opacity: 1;
    cursor: pointer;
}

    .map-item:hover {
        opacity: 1;
        border: 1px solid #FFFFFF;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.bg_mapa {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 35%;
    margin: 2% 0% 0;
    float: left;
}

#map {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    float: left;
    z-index: 1;
}

    #map.widthout_info {
        width: 135%;
        margin: 0 0 0 -35%;
    }

.data-maps {
    display: none;
}

.bg_mapa_100 {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

.contatos_mapa {
    position: absolute;
    width: 360px;
    margin: 0 0 30px;
    padding: 20px;
    bottom: 6%;
    right: 2%;
    background-color: rgb(114, 155, 81);
    z-index: 2;
}

    .contatos_mapa:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -30px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 30px 30px 0 0;
        border-color: transparent transparent transparent transparent;
        border-top-color: #729b51;
    }

    .contatos_mapa .title_contats {
        position: relative;
        width: 100%;
        margin: 0 0 5px;
        padding: 10px;
        color: #FFFFFF;
        border-bottom: 1px solid #F4F4F4;
        float: left;
        webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .contatos_mapa .line {
        position: relative;
        width: 100%;
        margin: 0 0 5px;
        padding: 15px 0px;
        color: #FFFFFF;
        border-bottom: 1px solid #F4F4F4;
        float: left;
        webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .contatos_mapa .line i, .contatos_mapa .line span, .contatos_mapa .line a {
            float: left;
            display: inline-block;
            font-size: 16px;
            line-height: 18px;
        }

        .contatos_mapa .line i {
            width: 30px;
            text-align: center;
            color: #ffffff;
            margin-right: 5px;
            font-size: 24px;
            line-height: 24px;
        }

        .contatos_mapa .line span + span {
            clear: left;
        }

        .contatos_mapa .line a {
            color: #F3F3F3;
        }

            .contatos_mapa .line a:hover {
                color: #FFFFFF;
            }

.map_content {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
    overflow-x: hidden;
    max-width: 420px;
}

.map_img {
    position: relative;
    width: 35%;
    margin: 0 3% 0 0;
    padding: 0;
    float: left;
    overflow: hidden;
}

    .map_img img {
        width: 100%;
    }

.map_conteudo, .map_conteudo_2 {
    position: relative;
    width: 62%;
    margin: 0;
    padding: 0;
    float: left;
    overflow: hidden;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map_conteudo_2 {
    width: 100%;
}

.map_title {
    position: relative;
    width: 100%;
    margin: 0 0 5px;
    padding: 10px;
    color: #729b51;
    /*border-bottom: 1px solid #444444;*/
    float: left;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.m-l-10 {
    padding-left: 10px;
}

.m-l-20 {
    padding-left: 20px;
}

.m-l-30 {
    padding-left: 30px;
}

.m-l-40 {
    padding-left: 40px;
}

.m-l-50 {
    padding-left: 50px;
}

.m-l-60 {
    padding-left: 60px;
}

.m-d-10 {
    padding-right: 10px;
}

.m-d-20 {
    padding-right: 20px;
}

.m-d-30 {
    padding-right: 30px;
}

.m-d-40 {
    padding-right: 40px;
}

.m-d-50 {
    padding-right: 50px;
}

.m-d-60 {
    padding-right: 60px;
}

.c-l-50, .c-l-60, .c-l-70, .c-l-80, .c-l-90 {
    width: 50%;
    margin: auto;
}

.c-l-60 {
    width: 60%;
}

.c-l-70 {
    width: 70%;
}

.c-l-80 {
    width: 80%;
}

.c-l-90 {
    width: 90%;
}

.esconde {
    width: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    opacity: 0;
}

/*LOAD*/
.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -16px;
}

.lista_mapa svg path, ul.navbar-nav li.nav-item ul li svg path, .lista_mapa svg polygon, ul.navbar-nav li.nav-item ul li svg polygon, .lista_mapa svg polyline, ul.navbar-nav li.nav-item ul li svg polyline, .mapa_listagem svg path, .mapa_listagem svg polygon, .mapa_listagem svg polyline{
    fill: #e6e7e8;
}

    ul.navbar-nav li.nav-item ul li svg path.menu-map-item, .lista_mapa svg path.map-item, .map-item-v2[data-active="0"] {
        fill: #d1d2d1;
    }

        ul.navbar-nav li.nav-item ul li svg path.menu-map-item:hover, .lista_mapa svg path.map-item:hover, .lista_mapa svg path.map-item.active {
            fill: #719b51;
        }

        ul.navbar-nav li.nav-item ul li svg path.menu-map-item.map-item-selected, .map-item-v2[data-active="1"] {
            fill: #719b51;
        }

.icon-area {
    max-height: 40px;
    margin-bottom: 40px;
    margin-right: 10px;
    margin-left: 10px;
}

.l_map_areas img.icon-area {
    margin-bottom: 40px;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

@media screen and (max-width: 991px) {
    .container_top .menu-top {
        display: none;
    }

    .navbar-header .menu-top {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
    }

    .navbar-brand img.img-fulid {
        max-height: 100%;
        margin: 0;
    }

    .top-nav-collapse .navbar-brand img.img-fulid {
        max-height: 100%;
    }

    .navbar-header {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .navbar-brand {
        position: absolute;
        padding: 15px;
        top: 0;
		max-width:200px;
    }

       /* .navbar-brand img {
            width: 40%;
        }*/

    #mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        margin-top: 40px;
		z-index:999;
    }

    .slicknav_nav .active a {
        background: #719b50;
        color: #fff;
    }

    .slicknav_nav a:hover, .slicknav_nav .active {
        color: #719b50;
        background: #f8f9fa;
    }

    .slicknav_nav .dropdown li a.active {
        background: #f8f9fa;
        color: #719b50;
    }
}
/*ul.navbar-nav li.nav-item ul{ padding: 10px 20px 0; display: inline-block; width: 100%;}*/
ul.navbar-nav li.nav-item ul li.menu_conteudo {
    width: calc(33.33% - 6px);
    float: left;
    overflow: hidden;
    padding: 0px 0px 20px 20px;
    display: inline-block;
}

    ul.navbar-nav li.nav-item ul li.menu_conteudo a {
        background: none;
        color: #000;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 22px;
        padding: 0;
        border: 0;
        font-weight: 700;
        float: left;
    }

.img_menu {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
    height: 180px
}

.texto_menu {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.c_menu {
    color: #000;
    padding: 20px;
    line-height: 20px;
}

.ul-menu_conteudo li:first-child .img_menu {
    height: 380px;
}

.lista_menus .conteudo_menu, .lista_menus .ul-menu_conteudo {
    width: 40%;
    float: left;
    margin: 0;
    padding: 0;
}

.lista_menus .ul-menu_conteudo {
    width: 60%;
}

ul.navbar-nav li.nav-item .lista_menus ul li.menu_conteudo {
    width: calc(50% - 20px);
    float: left;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    margin: 20px 20px 0 0;
}

.lista_menus .ul-menu_conteudo li:first-child .img_menu, .lista_menus .ul-menu_conteudo li .img_menu {
    height: auto;
}

    .lista_menus .ul-menu_conteudo li .img_menu .texto_menu {
        position: relative;
    }

.ul-menu_conteudo li .img_menu .img-scale {
    transition: all ease-in 0.3s;
}

.ul-menu_conteudo li:first-child {
    width: 33.33%;
    padding: 10px;
}

.conteudo_menu .menu_title {
    width: 100%;
}

.texto_menu {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: #939f87;
    padding: 10px;
    position: absolute;
    top: 0;
    color: #FFF;
    transition: all ease-in 0.3s;
    font-size: 14px;
}

li.menu_conteudo a:hover .texto_menu {
    background: #56713b;
}

li.menu_conteudo a:hover .img_menu .img-scale {
    transform: scale(1.05);
}
.m_lista_areas { width: 100%; padding: 5% 0; margin: 0;}
.m_lista_areas .item_rota {	width: 25%; float: left; padding: 0; margin:0; transition: all ease-in 0.5s; opacity: 1;}
.m_lista_areas .item_rota.esconde_area {
    width: 0;
    opacity: 0;
}
.m_lista_areas .item_rota .item_v2 {
    height: 100%;
}
.m_lista_areas .item_rota .item_v2 .effect-bubba h2{ margin-bottom: 15px; font-size: 16px;}
.m_lista_areas .item_rota .item_v2 .effect-bubba a { font-size: 12px;}
/*.m_lista_areas li .img_area{ width: 100px; height: 100px; float: left; margin-right: 10px;}
.m_lista_areas li {}*/