body {
    /*font-family: 'Cousine', monospace;*/
    font-family: 'PT Sans', sans-serif;
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFF;
    /*overflow-x: hidden;*/
    overflow: 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: #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: #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;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    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%;
        }
}


.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #2891BA;
    opacity: 0.9;
    filter: alpha(opacity=90);
}


/* ==========================================================================
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*/
.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, .content-section-title {
    position: relative;
    width: 100%;
    margin: 0 0 3%;
    padding: 0 10%;
    float: left;
    text-align: center;
}

.content_section_title {
    padding: 0;
}

.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, .content-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, .content-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;
}

.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);
    }
}


/* Next Step */
.next-step-v2 {
    position: absolute;
    width: auto;
    margin: 0 0 0 -15px;
    padding: 0;
    bottom: 80px;
    left: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}

    .next-step-v2 > span {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
    }

        .next-step-v2 > span:hover {
            opacity: 0.75;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
            filter: alpha(opacity=75);
        }

    .next-step-v2 > span {
        padding-top: 60px;
    }

    .next-step-v2 span span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        box-sizing: border-box;
    }

        .next-step-v2 span span::before {
            position: absolute;
            top: 10px;
            left: 50%;
            content: '';
            width: 6px;
            height: 6px;
            margin-left: -3px;
            background-color: #fff;
            border-radius: 100%;
            -webkit-animation: sdb10 2s infinite;
            animation: sdb10 2s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@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; */
    }
}

.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%;
}

.btn-search-opts {
    float: right;
}

    a.saber-mais > span, .voltar a, .btn-search-opts .btn-search-opt {
        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;
        cursor: pointer;
    }

        .voltar a:hover, .div-btn-more-items button:hover, .btn-search-opts .btn-search-opt: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;
}

.row-title {
    background: #333333;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
}

.item-title, .item-title-swot, .title-swot {
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.item-title-swot {
    background: #efefef;
    padding: 10px 15px;
}

.title-swot {
    padding: 10px;
    border-bottom: 1px solid #efefef;
}

@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;
}

.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;
}

/* Menu - Icon */
#bg-nav-menu-icon {
    position: relative;
    width: 60px;
    height: 55px;
    padding: 10px;
    margin: 30px auto;
    /*background: #ffffff;*/
    z-index: 2;
}

#nav-menu-icon {
    width: 40px;
    height: 35px;
    padding: 0;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-menu-icon span {
        display: block;
        position: absolute;
        height: 7px;
        width: 50%;
        background: #333333;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-menu-icon span:nth-child(even) {
            left: 50%;
            border-radius: 0 4px 4px 0;
        }

        #nav-menu-icon span:nth-child(odd) {
            left: 0px;
            border-radius: 4px 0 0 4px;
        }

        #nav-menu-icon span:nth-child(1), #nav-menu-icon span:nth-child(2) {
            top: 0px;
        }

        #nav-menu-icon span:nth-child(3), #nav-menu-icon span:nth-child(4) {
            top: 14px;
        }

        #nav-menu-icon span:nth-child(5), #nav-menu-icon span:nth-child(6) {
            top: 28px;
        }

    #nav-menu-icon.open span:nth-child(1), #nav-menu-icon.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-menu-icon.open span:nth-child(2), #nav-menu-icon.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-menu-icon.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    #nav-menu-icon.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    #nav-menu-icon.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
    }

    #nav-menu-icon.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-menu-icon.open span:nth-child(5) {
        left: 5px;
        top: 18px;
    }

    #nav-menu-icon.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 18px;
    }

.nav-main-menu {
    position: fixed;
    max-width: 320px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    right: 0;
}

#nav-menu {
    position: fixed;
    max-width: 320px;
    width: 0;
    height: 100%;
    background-color: #ffffff;
    border-left: 0px solid #e7e7e7;
    z-index: 1;
    padding: 120px 0 0;
    right: 0;
    top: 0;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    overflow: hidden;
}

    #nav-menu.menu-show {
        width: 100%;
        border-left: 1px solid #e7e7e7;
        background-color: #f9f9f9;
    }

.nav-main-menu .navbar {
    border: none;
}

.nav-main-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.nav-main-menu .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7;
}

.nav-main-menu .navbar-nav li {
    display: block;
    width: 100%;
    /*! border-bottom: 1px solid #e7e7e7; */
    position: relative;
}

.navbar-nav li a {
    padding: 15px;
    position: relative;
    display: block;
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
}

    .navbar-nav li a.item-menu-show {
        color: #ed1b2f;
    }

.navbar-nav li ul {
    background: #f1f1f1;
}

    .navbar-nav li ul li ul {
        background: #ececec;
    }

    .navbar-nav li ul li a {
        font-size: 13px;
    }

    .navbar-nav li ul li ul li a {
        font-size: 11px;
    }

a.item-dropdown {
    position: absolute !important;
    top: 0;
    right: 0;
}

.side-menu #dropdown .caret {
    float: right;
    margin: 9px 5px 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.navbar-nav li a .glyphicon {
    padding-right: 10px;
}

.side-menu #dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

    .side-menu #dropdown .caret {
        float: right;
        margin: 9px 5px 0;
    }

    .side-menu #dropdown .indicator {
        float: right;
    }

    .side-menu #dropdown > a {
        border-bottom: 1px solid #e7e7e7;
    }

    .side-menu #dropdown .panel-body {
        padding: 0;
        background-color: #f3f3f3;
    }

        .side-menu #dropdown .panel-body .navbar-nav {
            width: 100%;
        }

            .side-menu #dropdown .panel-body .navbar-nav li {
                padding-left: 15px;
                border-bottom: 1px solid #e7e7e7;
            }

                .side-menu #dropdown .panel-body .navbar-nav li:last-child {
                    border-bottom: none;
                }

        .side-menu #dropdown .panel-body .panel > a {
            margin-left: -20px;
            padding-left: 35px;
        }

        .side-menu #dropdown .panel-body .panel-body {
            margin-left: -15px;
        }

            .side-menu #dropdown .panel-body .panel-body li {
                padding-left: 30px;
            }

                .side-menu #dropdown .panel-body .panel-body li:last-child {
                    border-bottom: 1px solid #e7e7e7;
                }

.side-menu #search-trigger {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
}

.side-menu .brand-name-wrapper {
    min-height: 50px;
}

    .side-menu .brand-name-wrapper .navbar-brand {
        display: block;
    }

.side-menu #search {
    position: relative;
    z-index: 1000;
}

    .side-menu #search .panel-body {
        padding: 0;
    }

        .side-menu #search .panel-body .navbar-form {
            padding: 0;
            padding-right: 50px;
            width: 100%;
            margin: 0;
            position: relative;
            border-top: 1px solid #e7e7e7;
        }

            .side-menu #search .panel-body .navbar-form .form-group {
                width: 100%;
                position: relative;
            }

            .side-menu #search .panel-body .navbar-form input {
                border: 0;
                border-radius: 0;
                box-shadow: none;
                width: 100%;
                height: 50px;
            }

            .side-menu #search .panel-body .navbar-form .btn {
                position: absolute;
                right: 0;
                top: 0;
                border: 0;
                border-radius: 0;
                background-color: #f3f3f3;
                padding: 15px 18px;
            }

.line_page_compare {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
    z-index: 1;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.btn_page_compare {
    position: relative;
    display: inline-block;
    text-align: center;
}

    .btn_page_compare 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;
        display: inline-block;
    }

        .btn_page_compare a:hover {
            background: #111111;
            color: #FFF;
            border: 1px solid #FFFFFF;
        }

/* Main body section */
.side-body {
    margin-left: 310px;
}
/* small screen */
@media (max-width: 768px) {
    .side-menu {
        position: relative;
        width: 100%;
        height: 0;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }

        .side-menu .brand-name-wrapper .navbar-brand {
            display: inline-block;
        }
    /* Slide in animation */
    @-moz-keyframes slidein {
        0% {
            left: -300px;
        }

        100% {
            left: 10px;
        }
    }

    @-webkit-keyframes slidein {
        0% {
            left: -300px;
        }

        100% {
            left: 10px;
        }
    }

    @keyframes slidein {
        0% {
            left: -300px;
        }

        100% {
            left: 10px;
        }
    }

    @-moz-keyframes slideout {
        0% {
            left: 0;
        }

        100% {
            left: -300px;
        }
    }

    @-webkit-keyframes slideout {
        0% {
            left: 0;
        }

        100% {
            left: -300px;
        }
    }

    @keyframes slideout {
        0% {
            left: 0;
        }

        100% {
            left: -300px;
        }
    }
    /* Slide side menu*/
    /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
    .side-menu-container > .navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .side-menu-container > .navbar-nav {
        /* Add position:absolute for scrollable menu -> see top comment */
        /* position: fixed; */
        /* left: -300px; */
        /* width: 300px; */
        /* top: 43px; */
        /* height: 100%; */
        /* border-right: 1px solid #e7e7e7; */
        /* background-color: #f8f8f8; */
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        /* -webkit-animation: slideout 300ms forwards; */
        /* animation: slideout 300ms forwards; */
        /* -webkit-transform-style: preserve-3d; */
        /* transform-style: preserve-3d; */
    }
    /* Uncomment for scrollable menu -> see top comment */
    /*.absolute-wrapper{
        width:285px;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }*/
    @-moz-keyframes bodyslidein {
        0% {
            left: 0;
        }

        100% {
            left: 300px;
        }
    }

    @-webkit-keyframes bodyslidein {
        0% {
            left: 0;
        }

        100% {
            left: 300px;
        }
    }

    @keyframes bodyslidein {
        0% {
            left: 0;
        }

        100% {
            left: 300px;
        }
    }

    @-moz-keyframes bodyslideout {
        0% {
            left: 300px;
        }

        100% {
            left: 0;
        }
    }

    @-webkit-keyframes bodyslideout {
        0% {
            left: 300px;
        }

        100% {
            left: 0;
        }
    }

    @keyframes bodyslideout {
        0% {
            left: 300px;
        }

        100% {
            left: 0;
        }
    }
    /* Slide side body*/
    .side-body {
        margin-left: 5px;
        margin-top: 70px;
        position: relative;
        -moz-animation: bodyslideout 300ms forwards;
        -o-animation: bodyslideout 300ms forwards;
        -webkit-animation: bodyslideout 300ms forwards;
        animation: bodyslideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

    .body-slide-in {
        -moz-animation: bodyslidein 300ms forwards;
        -o-animation: bodyslidein 300ms forwards;
        -webkit-animation: bodyslidein 300ms forwards;
        animation: bodyslidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Hamburger */
    .navbar-toggle {
        border: 0;
        float: left;
        padding: 18px;
        margin: 0;
        border-radius: 0;
        background-color: #f3f3f3;
    }
    /* Search */
    #search .panel-body .navbar-form {
        border-bottom: 0;
    }

        #search .panel-body .navbar-form .form-group {
            margin: 0;
        }

    .navbar-header {
        /* this is probably redundant */
        position: fixed;
        z-index: 3;
        background-color: #f8f8f8;
    }
    /* Dropdown tweek */
    #dropdown .panel-body .navbar-nav {
        margin: 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: 2px;
        background: rgba(255,255,255,1);
        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: 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;
        }

/* Select */
.dropdown-menu.show .dropdown-menu.inner {
    display: block;
}

.bootstrap-select .dropdown-menu li {
    display: block;
    padding: .5rem 1.2rem 0;
    margin-bottom: 0;
    font-size: .875rem;
    color: #868e96;
    white-space: nowrap;
}

    .bootstrap-select .dropdown-menu li.dropdown-header {
        padding: .5rem 1.0rem;
        border-bottom: 1px solid #F1F1F1;
        background: #F8F8F8;
    }

    .bootstrap-select .dropdown-menu li a.opt {
        padding-left: 0;
        display: block;
    }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    display: block;
    position: relative;
}

.bootstrap-select .dropdown-menu li a span.check-mark { /* right: 0; */
}

.bootstrap-select > .dropdown-toggle {
    padding: 10px;
    color: #999999;
    cursor: pointer;
}

.dropdown-menu {
    padding: 0 0 0.5rem;
}

.chosen-container {
    width: 100% !IMPORTANT;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text;
}

chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
        font-family: inherit;
        margin: 1px 0;
        padding: 0;
        height: 25px;
        outline: 0;
        border: 0 !important;
        background: 0 0 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #999;
        font-size: 100%;
        line-height: normal;
        border-radius: 0;
        width: 100%;
        text-transform: uppercase;
    }

    .chosen-container-multi .chosen-choices li.search-choice {
        position: relative;
        margin: 3px 5px 3px 0;
        padding: 10px 25px 10px 10px;
        border: 0px solid #aaa;
        max-width: 100%;
        background-color: #eee;
        color: #838282;
        cursor: default;
        border-radius: 0px;
        background-image: none;
        line-height: 14px;
    }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            top: 11px;
            right: 10px;
            transition: none;
        }

.chosen-container .chosen-results li.highlighted {
    background-color: #F4F4F4;
    color: #333333;
}

.chosen-container .chosen-results li {
    padding: 10px;
    border-bottom: 1px solid #F4F4F4;
}

.hidden {
    opacity: 0;
    height: 0;
    width: 0;
    max-width: 0% !important;
    flex: 0 0 0%;
    padding: 0;
}



@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular-1.eot) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before, .glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}
