body {
    /*font-family: 'Cousine', monospace;*/
    font-family: 'PT Sans', sans-serif;
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFF;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 22px;
}

html {
    overflow-x: hidden;
}

p {
}

a:hover, a:focus {
    color: #ed1b2f;
}

a {
    -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: 700;
    letter-spacing: 1px;
}

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: #231F20;
    }

    a:not([href]):not([tabindex]).active {
        color: #231F20 !IMPORTANT;
    }


/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section, .section-content {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.section-content {
    padding: 0;
}

.content_img_sep {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.section-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -80px 0 0;
    padding: 0;
}

.section-header {
    color: #fff;
    margin: 80px 0;
    text-align: center;
}

    .section-header .section-title {
        font-size: 38px;
        margin-top: 0;
        text-transform: uppercase;
        font-weight: 700;
        color: #231F20;
        position: relative;
    }

        .section-header .section-title span {
            color: #2891BA;
        }

    .section-header .section-subtitle {
        margin-top: 15px;
        color: #231F20;
        font-size: 14px;
        font-weight: 400;
    }

    .section-header .lines {
        margin: auto;
        width: 70px;
        position: relative;
        border-top: 2px solid #ED1B2F;
        margin-top: 15px;
    }

.section-sub-title {
    font-size: 42px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #333333;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
    font-size: 14px;
    padding: 11px 40px;
    border-radius: 0px;
    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;
}

    .btn:focus,
    .btn:active {
        box-shadow: none;
        outline: none;
        color: #fff;
    }

.btn-common {
    border: 1px solid #000000;
    background: #515354;
    position: relative;
    color: #fff;
    z-index: 1;
}

    .btn-common:hover {
        color: #fff;
        background: #33333;
        border-color: #33333;
        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: #2891BA;
    }

.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: #2891BA;
    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: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        border-radius: 4px;
        background-color: #060809;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 9999;
}

    #hero-area .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        background: #2891BA;
        opacity: 0.9;
    }

    #hero-area .contents {
        padding: 200px 0 130px;
    }

        #hero-area .contents h1 {
            color: #fff;
            font-size: 42px;
            font-weight: 700;
            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: #2891BA;
            }

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
    position: relative;
    padding: 0px;
}

ul li.nav-item:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 9000;
    top: 110px;
}

ul li.nav-item {
    padding: 0 0 25px;
}

    ul li.nav-item ul {
        margin: auto;
        padding: 0px;
        width: 260px;
        list-style: none;
        position: absolute;
        top: 85px;
        font-size: 14px;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
    }

.nav-item ul {
    opacity: 0;
}

ul li.nav-item ul li {
    position: relative;
    margin: 0%;
    padding: 0;
    float: left;
    width: 100%;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    ul li.nav-item ul li a:after {
        content: "";
        border-bottom: 1px solid #ed1b2f;
        width: 0;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 50%;
        transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -webkit-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
    }

    ul li.nav-item ul li a:hover:after {
        content: "";
        width: 100%;
        left: 0;
    }

    ul li.nav-item ul li a {
        display: inline-block;
        background: rgb(241, 241, 241);
        height: auto;
        width: 100%;
        margin: 0;
        padding: 10px 25px;
        text-align: left;
        text-transform: none;
        box-sizing: border-box;
        color: #333333;
        border-bottom: 1px solid #333333;
    }

        ul li.nav-item ul li a:hover {
            background: #ffffff;
            color: #FFF;
            /* border-bottom: 1px solid #ed1b2f; */
        }

    ul li.nav-item ul li ul {
        display: none;
    }

.navbar-brand {
    position: relative;
    padding: 0px;
}

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    padding: 10px 0;
    box-shadow: 0px 3px 6px 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: #fff !important;
}


.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    padding: 10px 0;
    box-shadow: 0px 3px 6px 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: #fff !important;
}

    .top-nav-collapse .navbar-brand {
        top: 0px;
    }

    .top-nav-collapse .navbar-nav .nav-link {
        color: #333 !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

        .top-nav-collapse .navbar-nav .nav-link:hover {
            color: #ed1b2f !important;
        }

        .top-nav-collapse .navbar-nav .nav-link.active {
            color: #ed1b2f !important;
        }

.indigo {
    background: transparent;
}



.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 0 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 42px;
    background: transparent;
    -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: 18px;
    text-transform: uppercase;
}

.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: #ed1b2f;
}

.navbar .nav-link.active {
    /* background: #2891BA; */
    /* background: linear-gradient(to bottom, #2891BA, #85b426); */
    background: -webkit-linear-gradient(to bottom, #2891BA, #85b426);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    border-bottom: 2px solid;
    -moz-border-image: -moz-linear-gradient(to right, #2891BA 50%, #85b426 100%);
    -webkit-border-image: -webkit-linear-gradient(to right, #2891BA 50%, #85b426 100%);
    /* border-image: linear-gradient(to right, #2891BA 50%, #85b426 100%); */
    /* border-image-slice: 1; */
}

.dropdown-toggle::after {
    display: none;
}

.slicknav_btn {
    border-color: #000;
}

.slicknav_menu .slicknav_icon-bar {
    background: #ED1B2F;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 768px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        position: absolute;
        padding: 15px;
        top: 0;
    }

        .navbar-brand img {
            width: 40%;
        }

    #mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
    }

    .slicknav_nav .active a {
        background: #2891BA;
        color: #fff;
    }

    .slicknav_nav a:hover, .slicknav_nav .active {
        color: #2891BA;
        background: #f8f9fa;
    }

    .slicknav_nav .dropdown li a.active {
        background: #f8f9fa;
        color: #2891BA;
    }
}

/* ==========================================================================
  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: 60px;
        height: 60px;
        text-align: center;
        border: 1px solid #f1f1f1;
        display: inline-block;
        border-radius: 30px;
        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: #2891BA;
        }

    .item-boxes h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .item-boxes:hover .icon {
        background: #2891BA;
    }

        .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 #2891BA;
            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: #2891BA;
                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: #2891BA;
                font-weight: 700;
                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: #2891BA;
        }

            #features .box-item:hover .icon i {
                color: #ffffff;
            }

    #features .show-box img {
        position: absolute;
        bottom: -120px;
    }

/* ==========================================================================
  7. Video promo Style
   ========================================================================== */
.video-promo {
    background: #2891BA;
    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: #2891BA;
    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: #2891BA !important;
        border-color: #2891BA;
        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);
        ransition: 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: #2891BA;
    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 #2891BA;
    border-radius: 50%;
}

    .overlay .item-icon:hover {
        background: #2891BA;
        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: 700;
        color: #231F20;
        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: #2891BA;
        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: 700;
    }

    .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: #2891BA;
}

.owl-theme .owl-controls {
    margin-top: 20px;
}

/* ==========================================================================
  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: #2891BA;
    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: 700;
            color: #231F20;
        }

        .single-team .team-details p {
            color: #231F20;
        }

    .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: #2891BA;
            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: 700;
        margin-bottom: 10px;
    }

        #blog .blog-item-text h3 a {
            color: #231F20;
        }

            #blog .blog-item-text h3 a:hover {
                color: #2891BA;
            }

    #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: #2891BA;
            }

/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-us h3 {
    font-size: 36px;
    margin-bottom: 45px;
}

.contact-us p span {
    color: #2891BA;
    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: #2891BA;*/
        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
 ========================================================================== */
footer {
    background: #FFF;
    padding: 20px 0;
    border-top: 1px solid #231F20
}

.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: #2891BA;
            }

.copyright {
    margin-top: 10px;
    float: right;
}

    .copyright p {
        font-size: 14px;
    }

        .copyright p a {
        }

            .copyright p a:hover {
                color: #2891BA;
            }


/*MYSTYLE*/

.navbar {
    background: rgba(255,255,255,0.9);
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #231F20;
}

.copyright {
    margin-top: 1rem;
    float: none;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

    .copyright p a.netsigma:hover {
        color: #f7941e;
    }

img.img-fulid {
    max-width: 100%;
    float: left;
    max-height: 86px;
}

/*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;
}

    .imgs_conteudo.owl-theme .owl-controls .owl-buttons div {
        position: absolute;
        top: 50%;
        left: 0;
        width: 30px;
        height: 30px;
        padding: 0;
        margin: 0 10px;
        margin-top: -15px;
        padding: 7px 7px;
        filter: Alpha(Opacity=80);
        opacity: 0.8;
    }

    .imgs_conteudo.owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        left: auto;
    }

a.btn-rm2 {
    padding: 7px 14px;
    color: #FFF;
    text-transform: capitalize;
    background: #2891BA;
    border-radius: 7px;
    transition: all 0.5s ease;
    float: left;
}

    a.btn-rm2:hover {
        background: #231F20;
    }

/*END DESTAQUES*/

/*FORMULARIO*/

.flashHeader {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: normal;
    border-bottom: 2px solid #231F20;
    padding: 15px 20px;
    color: #ed1b2f;
    text-align: center;
    margin-bottom: 20px;
}

.subflashHeader {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    border-bottom: 1px solid #ed1b2f;
    padding: 15px;
    color: #FFFFFF;
    background: rgba(100,100,100,1);
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    .subflashHeader > span {
        font-size: 14px;
        color: #FFFFFF;
    }

h4.subflashHeader {
    padding: 15px 15px 15px 30px;
    font-size: 16px;
    background: rgba(100,100,100,0.1);
    color: #333333;
}

.f-item-right {
    float: right;
}

/*COOKIES*/
.wgt-cookies {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 1% 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.95);
    display: none;
    color: #FFFFFF;
}

    .wgt-cookies .content {
        position: relative;
        width: 94%;
        max-width: 1120px;
        margin: 0 auto;
        padding: 0;
    }

.msg_cookies, .opt_cookies {
    position: relative;
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
}

.msg_cookies {
    width: 80%;
    font-size: 12px;
    line-height: 14px;
}

.opt_cookies a:first-child {
    position: relative;
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
    clear: right;
    float: right;
    color: #FFFFFF;
    display: none;
}

.opt_cookies a:last-child {
    position: relative;
	margin: 0 0 10px;
	padding: 4px 10px;
	border: 1px solid #ED1B2F;
	background: #ED1B2F;
	position: relative;
	color: #fff;
	z-index: 1;
	border-radius: 0;
	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;
	float: right;
}
.cookies_msg_show {
    display: block;
}

.section-title {
    position: relative;
    width: 100%;
    margin: 0 0 3%;
    padding: 0;
    float: left;
    text-align: center;
}

.sub-section-title {
    position: relative;
    width: 100%;
    margin: 0 auto 3%;
    padding: 0 0 2% 0;
    text-align: center;
    max-width: 1140px;
    text-align: left;
    border-bottom: 1px solid #231F20;
    text-align: center;
}

.section-title > .item-title, .page-title, .sub-item-title {
    font-size: 42px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    color: #333333;
    padding: 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.sub-item-title {
    font-size: 20px;
    line-height: 24px;
}

.page-title {
    position: absolute;
    bottom: 0;
    color: #FFFFFF;
    font-size: 34px;
    line-height: 36px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex !important;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
}

    .page-title .section-title {
        margin: 0;
        font-size: 52px;
        line-height: 54px;
    }

    .section-title > .item-title > span, .page-title > span {
        content: '';
        width: 30%;
        display: inline-block;
        height: 2px;
        margin: 30px auto 0;
        background: #ED1B2F;
    }

    .page-title > span {
        background: #FFFFFF;
        margin: 10px 0;
        float: left;
    }

.texto_titulo {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
}

/*END MYSTYLE*/

/*************************/
.parceiro {
    position: relative;
    width: 100%;
    padding: 10px;
    margin-bottom: 5%;
    overflow: hidden;
    border: 1px solid #F4F4F4;
    cursor: default;
}

.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;
}

.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: #ed1b2f;
        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: 700;
        }

    ul.lista_mun i {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 16px;
        left: 0;
        font-size: 30px;
    }

.mapa_items {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

    .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 {
    padding: 7% 10% !IMPORTANT;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.img_left {
    float: left;
}

.img_right {
    float: right;
}

.container_footer > .container {
    border-bottom: 1px solid #808285;
    padding: 0 0 20px;
}

.row-eq-height .item {
    height: 100%;
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
}

.container img {
    height: auto !IMPORTANT;
    max-width: 100%;
}

#contactos .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656; /* border-radius: 10px; */
}

#contactos .form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
}

#contactos .input::placeholder {
    color: #565656;
    font-size: 1rem;
}

#contactos #submit { /* border-radius: 20px; */ /* border: 0px; */
    cursor: pointer;
    width: 100%;
}

.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 #f7ca73;
}


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 #f7ca73;
    -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 #f7ca73, 0px 2px 2px #f7ca73;*/
    font-weight: 700;
    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;
    }

    .container table.responsive > tbody > tr > td {
        display: block;
        width: 100% !important;
    }
}

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: #2891BA;
    padding: 50px 50px;
    color: #FFF;
    text-align: center;
    margin: 5% 0;
}

    .separador h1 {
        font-size: 34px;
        text-transform: uppercase;
    }

    .separador span {
        width: 100%;
        float: left;
        font-size: 14px;
    }

    .separador a.btn-common {
        border: 1px solid #BAEC3F;
        background: #9BC434;
        position: relative;
        color: #fff;
        z-index: 1;
        border-radius: 20px;
        margin: 20px 0 0;
    }

    .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%;
    width: auto !IMPORTANT;
}

.form-check {
    float: left;
    margin: 0 20px 0 0;
}

.file-preview-thumbnails {
    display: none;
}

.esconde {
    height: 0;
    overflow: hidden;
}

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: #ed1b2f;
        animation: effect 250ms ease-in;
    }

    input[type="checkbox"]:disabled + .label-text {
        color: #aaa;
    }

        input[type="checkbox"]:disabled + .label-text:before {
            content: "\f0c8";
            color: #ccc;
        }
        .custom-control-input:checked~.custom-control-indicator {
        
        }

@-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);
    }
}

.grow {
    -webkit-transform: all .2s ease-in-out;
    -moz-animation-duration: all .2s ease-in-out;
    -o-animation-duration: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    .grow:hover {
        -webkit-transform: scale(1.1);
        -moz-animation-duration: scale(1.1);
        -o-animation-duration: scale(1.1);
        transform: scale(1.1);
    }


.bg_logo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex !important;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
}

    .bg_logo .logo {
        text-align: center;
        margin: 0;
        padding: 50px;
        max-height: 100%;
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

        .bg_logo .logo img {
            position: relative;
            max-width: 100%;
            max-height: 200px;
            float: left;
            margin: 0;
            padding: 0;
        }

.bg_fundo {
    text-align: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #FFF;
    margin: 50px 0 0;
}

    .bg_fundo h2 {
        padding-top: 50px;
        font-size: 38px;
    }

    .bg_fundo .sub_content {
        padding-bottom: 50px;
    }

        .bg_fundo .sub_content p {
            margin: 0;
            font-size: 16px;
        }

.lista_areas, .lista_destaques {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    float: left;
    text-align: center;
}

    .lista_destaques.container {
        max-width: 1240px;
    }

    .lista_areas .item_area, .lista_destaques .item_destaque {
        position: relative;
        width: 33.33%;
        margin: 0;
        padding: 0;
        /* float: left; */
        display: inline-block;
    }

    .lista_destaques .item_destaque {
        width: 23%;
        margin: 0 1% 2%;
    }

        .lista_areas .item_area .img_area, .lista_destaques .item_destaque .img_area {
            position: absolute;
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
            top: 0;
            left: 0;
        }

/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

    figure.effect-marley figcaption {
        text-align: right;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        background: rgba(11,11,11,0.2);
    }

    figure.effect-marley:hover figcaption {
        background: rgba(11,11,11,0.6);
    }

    figure.effect-marley h2,
    figure.effect-marley p {
        position: absolute;
        right: 30px;
        left: 30px;
        padding: 10px 0;
    }

    figure.effect-marley .img_destaque {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    figure.effect-marley p {
        bottom: 30px;
        line-height: 1.5;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    figure.effect-marley h2 {
        word-spacing: -0.15em;
        position: absolute;
        right: 30px;
        left: 30px;
        padding: 10px 0;
        font-weight: 300;
        top: 30px;
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(0,20px,0);
        transform: translate3d(0,20px,0);
        font-size: 22px;
    }

    figure.effect-marley:hover h2 {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-marley h2::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 4px;
        background: #fff;
        content: '';
        -webkit-transform: translate3d(0,40px,0);
        transform: translate3d(0,40px,0);
    }

    figure.effect-marley h2::after,
    figure.effect-marley p {
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        font-size: 16px;
        text-transform: none;
    }

    figure.effect-marley:hover h2::after,
    figure.effect-marley:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    figure.effect-marley p span {
        display: inline-block;
    }

    figure.effect-marley p a {
        background: #FFF;
        padding: 10px 15px;
        color: #111111;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        border: 1px solid #111111;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        float: right;
        margin-top: 10px;
    }

        figure.effect-marley p a i {
            font-size: 16px;
            margin-left: 5px;
        }

        figure.effect-marley p a:hover {
            background: #111111;
            color: #FFF;
            border: 1px solid #FFFFFF;
        }


/*---------------*/
/***** 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 {
        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;
}

.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;
}

.lista_destaques .item_destaque .effect-bubba h2 {
    font-size: 24px;
    line-height: 30px;
}

.effect-bubba p, .effect-bubba a {
    padding: 20px 2.5em;
    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);
}

.lista_destaques .item_destaque .effect-bubba p {
    font-size: 14px;
    line-height: 20px;
}

.effect-bubba a {
    background: #FFF;
    padding: 10px 15px;
    color: #719B51;
    font-size: 14px;
    border-radius: 10px;
    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: 16px;
        margin-left: 5px;
    }

    .effect-bubba a:hover {
        background: #719B51;
        color: #FFF;
        border: 1px solid #FFFFFF;
    }

.effect-bubba:hover .figure-opts::before,
.effect-bubba:hover .figure-opts::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-bubba:hover h2,
.effect-bubba:hover p,
.effect-bubba:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.menu-top {
    text-align: right;
    margin: 0 0 15px;
    float: right;
    /* width: 100%; */
    display: block;
    padding: 0;
}

    .menu-top > div:first-child {
        border-left: 0px solid #FFFFFF;
    }

#main-navbar {
    width: 100%;
    float: right;
    margin-right: -22px;
    margin-bottom: -29px;
}

.menu-top span {
    padding: 0 22px;
    color: #231F20;
    font-size: 14px;
    line-height: 14px;
    font-weight: 100;
    /* font-family: 'Ubuntu', sans-serif; */
}

    .menu-top span a {
        color: #231F20;
    }

.menu-top i {
    color: #333333;
    font-size: 16px;
    line-height: 14px;
}

.menu-top .btn {
    padding: 5px 10px;
    font-size: 12px;
    background: #231F20;
}

    .menu-top .btn a {
        color: #FFF;
    }

.menu-top .redes_sociais, .menu-top .linguas {
    position: relative;
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    float: right;
    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: 0;
            /* height: 24px; */
            overflow: hidden;
            display: inline-block;
            float: left;
        }
			.menu-top .redes_sociais ul li{ background: #000; transition: all ease-in 0.3s; margin-left: 5px;}
			.menu-top .redes_sociais ul li:first-child{margin-left: 0px;}

            .menu-top .linguas ul li:hover {
                background: #333333;
            }
			.menu-top .redes_sociais ul li{ background: #000; transition: all ease-in 0.3s;}
			.menu-top .redes_sociais ul li:hover{ background: rgba(0,0,0,0.5);}

            .menu-top .redes_sociais ul li a {
                display: block;
                
                padding: 1px 9px;
            }
		 	.menu-top .redes_sociais ul li a i{
				color: #FFF;
				font-size: 12px;
				line-height: 12px;
			}

               

.menu-top .linguas ul li {
    /* border-right: 1px solid #F1F1F1; */
    border: 1px solid #333333;
}

    .menu-top .linguas ul li a {
        color: #E1E1E1;
    }

        .menu-top .linguas ul li.active a, .menu-top .linguas ul li a:hover {
            color: #FFFFFF;
        }

.parceiro {
    position: relative;
    width: 100%;
    padding: 10px;
    margin-bottom: 5%;
    overflow: hidden;
    border: 1px solid #F4F4F4;
    cursor: default;
}

.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(11, 11, 11, 1);
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 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 {
    opacity: 0.85;
}

.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;
    }

.navbar-header .menu-top {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

@media screen and (max-width: 991px) {
    .container_banner.container_banner_in, .hero-section {
        padding-top: 97px;
    }

    .navbar {
        padding: 0;
    }

    .container_top .menu-top {
        display: none;
    }

    .slicknav_nav li {
        border-top: 1px solid #eaeaea;
    }

    .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-width: 230px;
        max-height: 100%;
    }

    .navbar-header {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .navbar-brand {
        position: absolute;
        padding: 15px;
        top: 0;
    }

        .navbar-brand img {
            width: 40%;
        }

    #mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        margin-top: 30px;
    }

    .slicknav_nav .active a {
        background: #719b50;
        color: #fff;
    }

    .slicknav_nav a:hover, .slicknav_nav .active {
        color: #ed1b2f;
        background: #f8f9fa;
    }

    .slicknav_nav .dropdown li a.active {
        background: #f8f9fa;
        color: #719b50;
    }

    .slicknav_nav .slicknav_arrow {
        background: none;
    }

    .navbar-header .menu-top {
        margin-top: 10px;
    }
}
.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #ed1b2f;
}
.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #ed1b2f;
}

.esconde{ display: none;}
.bg-search {
    position: absolute;
    top: 130px;
    z-index: 9998;
	width:100%;
	margin:0;
	padding: 0;
}
.search {
    float: right;
	height: 32px;
	overflow: hidden;
}
.search input {
    padding: 5px 10px;
    margin: 0;
    border: none;
    box-shadow: none;
}
.search a {
    background: #ed1b2f;
    padding: 7px 10px;
    margin: 0;
    color: #FFF;
    max-height: 32px;
    overflow: hidden;
	cursor: pointer;
}
.search a i{     display: initial;}
.search a:hover {color: #000;}
.val-pesquisa{font-size: 24px; text-align: center; text-transform: uppercase; line-height: 26px;}
ul.search-results-box { list-style: none; width: 100%; margin: 0; padding: 0; }
ul.search-path { list-style: none; margin: 0; padding: 0;  width: 100%; float: left;}
ul.search-path li { float: left; padding: 0 5px 0 0;}
ul.search-path li a { color: #333333;   font-size: 14px;}
p.results-title { margin: 10px 0px; width: 100%; font-size: 18px; text-transform: uppercase;}
.search-results-box { color: #999999;}

.know-line a.saber-mais, .voltar a, .div-btn-more-items button {
    margin: 10px 0 20px;
    float: left;
    display: block;
    position: relative;
    float: left;
    line-height: 14px;
}
.know-line, .voltar, .div-btn-more-items {
    background: rgba(211,211,211,0);
    height: auto;
    overflow: hidden;
    width: 100%;
}
a.saber-mais > span, .voltar a {
    background: #FFF;
    padding: 10px 15px;
    color: #111111;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #111111;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 10px;
}
.voltar a:hover, .div-btn-more-items button:hover {
    background: #111111;
    color: #FFF !important;
}
.voltar a, .div-btn-more-items button {
    float: right;
    background: rgba(211,211,211,0);
    color: #231F20 !important;
    cursor: pointer;
}

/*NEWSLETTER*/

.bg_newsletter{ position: relative; padding: 0; margin: 0; overflow: hidden; width: 100%; height: auto; background-repeat:no-repeat; background-position: top center;}
.content-newsletter {
    padding: 5% 0;
    width: 100%;
    background: rgba(0,0,0,0.2);
    color: #FFF;
}
.content-newsletter .titlesNews {

    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
	margin-bottom: 25px;

}
.Portlet_Newsletter_Label_Nome, .Portlet_Newsletter_Label_Email, .content-newsletter .btn_moreinfo{ 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;    
}
input.btn_submit {
    cursor: pointer;
    margin: 20px 0;
    background: rgba(0,0,0,0.8);
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 0;
    font-size: 16px;
    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;
}
input.btn_submit:hover{ background: rgba(0,0,0,1);}

@media (max-width: 460px) {	
	.bg-search { top: 97px; background: black; padding: 20px 0;}
	.search { float: none; text-align: center;}
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.entidade {
    height: 100%;
    background: #fbfbfb;
}
.logo-entidade {
    height: 200px;
    overflow: hidden;
    padding: 10px;
    display: table;
    width: 100%;
	background: #FFF;
}
.logo-entidade .logo{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.logo-entidade .logo img{
	max-height: 180px;
}

.entidade .d_detail {    
    padding: 20px;	
	font-size: 14px;
	line-height: 16px;
}
.entidade .d_detail h2 {
    font-size: 20px;
	line-height: 22px;
	color: #ed1b2f;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}
.entidade .d_detail .item {
    margin: 15px 5px;
}
.entidade .d_detail .item i {
    margin-right: 10px;
}
.knownow-form .form-control {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656; /* border-radius: 10px; */
}

.knownow-form select.form-control {
    padding: 12px 8px;
    line-height: 20px;
    height: auto !important;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.knownow-form .form-control, .form-control:focus {
    border: 1px solid #e8e8e8;
}

.knownow-form .input::placeholder {
    color: #565656;
    font-size: 1rem;
}

.inline-group {
    float: left;
    width: 100%;
}

.radio-inline, .checkbox-inline {
    position: relative;
    margin: 0 60px 0 0;
    padding: 11px 0 11px 40px;
    float: left;
    display: block;
}

    /* Hide the browser's default radio button */
    .radio-inline input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Hide the browser's default checkbox */
.chekcbox-inline input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.radio-inline .checkmark {
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-inline:hover input ~ .checkmark, .checkbox-inline:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-inline input:checked ~ .checkmark, .checkbox-inline input:checked ~ .checkmark {
    background-color: #ed1b2f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-inline input:checked ~ .checkmark:after, .checkbox-inline input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-inline .checkmark:after, .checkbox-inline .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    background: white;
}

.radio-inline .checkmark:after {
    border-radius: 50%;
}


.knownow-form #submit, .btn-search { /* border-radius: 20px; */ /* border: 0px; */
    cursor: pointer;
    width: 100%;
}

.panel_empresa, .panel_dados_empresa {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

.esconde_painel {
    overflow: hidden;
    height: 0;
}

.google-map {
    width: 100%;
    float: left;
    overflow: hidden;
}
.login_left, .login_right, .login_conteudo {
    position: relative;
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

.login_conteudo {
    width: 100%;
}

a.link-form {
    position: relative;
   /* float: right;
    padding: 4px 0 0 10px;*/
    margin: 0 0 0 10px;
}

.area_reservada {
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
}

ul.area {
    list-style: none;
    position: relative;
    margin: 0 -10px 0 0;
    padding: 0;
    float: right;
}

    ul.area li {
        position: relative;
        display: inline-block;
        margin: 0 0 0 10px;
        padding: 0;
        float: left;
    }

        ul.area li a {
            display: inline-block;
            margin: 0;
            padding: 5px 10px;
            float: left;
            font-size: 16px;
            line-height: 12px;
            background: rgba(11,11,11,0);
            /* border: 1px solid #333333; */
            color: #333333;
        }

            ul.area li a:hover {
                background: rgba(11,11,11,0.8);
                /* border: 1px solid #333333; */
                color: #FFFFFF;
            }

            ul.area li a img {
                height: 14px !important;
                float: left;
                -webkit-filter: brightness(1) invert(0);
                filter: brightness(1) invert (0);
            }

            ul.area li a:hover img {
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert (1);
            }

    ul.area a span {
        padding: 0 0 0 10px;
        color: #333333;
    }

    ul.area a:hover span {
        color: #FFFFFF;
    }

