/* Theme Name: Cubana - Multipurpose
   Author:Harry
   Author e-mail: harrynworld@gmail.com
   Version: 1.0.0
   Created:February 2015
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);


/* 1 Reset
----------------------------------------------------------------------------- */
body {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    color: #535353;
    font-size: 12px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: inherit;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

button, .btn {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn-primary {
    color: #fff;
    background-color: #2C3E50;
    border-color: #204d74;
    font-weight: 700;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #F98300;
        border-color: #F98300;
    }

.btn-default {
    color: #333;
    background-color: #F5F5F5;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #F98300;
        border-color: #F98300;
    }

.btn-success {
    color: #fff;
    background-color: #3FC380;
    border-color: #309E66;
}

    .btn-success:hover, .btn-info:hover, .btn-default:hover, .btn-danger:hover, .btn-warning:hover {
        color: #fff;
        background-color: #DADFEA !important;
        border-color: #3FC380;
    }

.bg-primary {
    color: #fff;
    background-color: #2C3E50;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #1dc6df;
}

p {
    color: #737373;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

hr {
    margin: 6px 0px;
    border-top: 1px solid #D6D6D6;
}

address {
    margin-bottom: 0px;
}

.row {
    margin-left: 0;
    margin-right: 2px;
}

.btn {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 0;
}

    .btn:focus, .btn:active {
        outline: none;
        color: #ffffff;
    }

.btn-custom {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-transform: uppercase;
}

.btn-custom-cidade {
    border-radius: 3px;
    padding: 4px 10px 2px 10px;
    margin: -8px 0px 0px 0px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-transform: none;
}

.btn-custom:hover, .btn-custom:focus {
    color: #fff;
}

.btn-custom-outline {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #18ACDF;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #18ACDF;
}

    .btn-custom-outline:hover, .btn-custom-outline:focus {
        color: #ffffff;
        background-color: #18ACDF;
    }

.btn-bar a {
    margin-right: 10px;
}

h1, h2, h3, .h1, .h2, .h3 {
    margin-bottom: 2px;
}

h4, h5, h6, .h4, .h5, .h6 {
    margin-top: 6px !important;
    margin-bottom: 5px;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 1px;
    height: 24px;
    font-size: 11px;
    padding: 5px 12px;
}

    .form-control:focus {
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

section {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff;
}

.form-container {
    background-color: #FFF;
}

label, .label {
    margin-bottom: 1px;
    margin-top: 5px;
}

/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
    margin-top: 30px;
}

.margin-b-md {
    margin-bottom: 30px;
}

.slog {
    font-size: 16px;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.bg-dark {
    background: #f4f4f4;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* 5 Navigation
----------------------------------------------------------------------------- */
.navbar-custom {
    background-color: transparent;
    margin-bottom: 0px;
    z-index: 1000;
    border: none;
    color: #333;
    position: fixed;
    transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
}

    .navbar-custom .navbar-brand {
        font-size: 22px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 0.15em;
        margin: 0 0 0 0;
        font-family: 'Roboto Slab', serif;
    }

        .navbar-custom .navbar-brand img {
            height: 60px;
            margin-top: -5px;
        }

        .navbar-custom .navbar-brand:hover {
            color: #ffffff;
        }

    .navbar-custom .nav {
        padding: 15px 0px;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #f4f4f4;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus,
        .navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
            background-color: transparent;
        }

.small .navbar-brand, .small .navbar-brand:hover {
    color: #f1f1f1;
}

nav.small {
    background-color: rgb(22, 37, 51);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

/* 6 Home
----------------------------------------------------------------------------- */
.carousel-section {
    background: url("../img/slide_bg.jpg") no-repeat 50%;
    overflow: hidden;
    padding: 170px 0px 160px;
}

.carousel-razon .carousel-caption {
    position: static;
    text-align: center;
}

.carousel-razon .carousel-indicators {
    bottom: -130px !important;
}

    .carousel-razon .carousel-indicators li {
        margin: 0 2px;
    }

.carousel-indicators li {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 12px;
    width: 12px;
    background: transparent;
}

.carousel-indicators .active {
    background: #fff;
}

.carousel-text h1 {
    font-size: 42px;
}

.carousel-text span {
    text-transform: uppercase;
}

.carousel-text p {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 100;
}

.alert, button, .btn, .well, .well-form-id {
    border-radius: 1px;
}

.alert-primary {
    background-color: #34495E;
}

    .alert-primary a, .alert-primary p, .alert-primary span,
    .alert-primary h1, .alert-primary h2, .alert-primary h3,
    .alert-primary h4, .alert-primary h5, .alert-primary h6 {
        color: #FFF;
    }

    .alert-primary hr {
        border-top: 1px solid #7C858E;
    }

.alert-info {
    background-color: #C9E6F5;
    border-color: #A9C9DA;
    color: #2C6E90;
    font-weight: 600;
}
/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.features-box i {
    font-size: 36px;
}

.features-box .features-line {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.features-box p {
    color: #9aa7af;
}

.advanced-about {
    overflow: hidden;
    clear: both;
}

    .advanced-about ul li {
        margin: 5px 0px;
    }

        .advanced-about ul li i {
            margin-right: 10px;
        }

.carousel-caption {
    text-shadow: none !important;
}
/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
    overflow: hidden;
    color: #888;
}

.facts {
    margin: 20px 0px;
}

    .facts i {
        font-size: 36px;
    }

    .facts h1 {
        font-family: 'Roboto Slab', serif;
    }

/* 9 Portfolio
----------------------------------------------------------------------------- */
/* image hover effect */
.item-img-wrap {
    position: relative;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}

    .item-img-wrap img {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(235, 235, 235);
    left: 0;
    top: 0;
}

    .item-img-overlay span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
    }

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}

.item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.work-desc {
    width: 100%;
    padding: 10px 20px;
    background: #EAEAEA;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    border-top: none;
    position: relative;
}

    .work-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .work-desc span {
        margin-top: 10px;
    }
/* 10 inner (Info)
----------------------------------------------------------------------------- */
#inner-section {
    background: url(../img/section_bg.jpg) center no-repeat;
    height: 100%;
}

.intermediate-container .subheading h4 {
    color: #ffffff;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
}

.intermediate-container .heading h2 {
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

.heading p {
    font-size: 18px;
}

/* 11 Team / Skills
----------------------------------------------------------------------------- */
.team h4, .skill h4 {
    font-family: 'Roboto Slab', serif;
}

.team h5 {
    color: #9aa7af;
}

.skill-chart {
    margin: 0px auto;
}

.skill i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
    float: left;
    font-size: 28px;
    line-height: 36px;
    width: 30px;
}

.service-item .service-detail {
    margin-left: 50px;
}

    .service-item .service-detail h4 {
        font-family: 'Roboto Slab', serif;
    }

    .service-item .service-detail p {
        color: #9aa7af;
    }

/* 13 Testimonials
----------------------------------------------------------------------------- */
#testimonials {
    background: url(../img/img-1.jpg) center;
}

.testi-slide {
    color: #f1f2f3;
}

    .testi-slide img {
        width: 48px;
        height: 48px;
        border: 3px solid #ffffff;
    }

    .testi-slide h5 {
        font-weight: 300;
        font-family: 'Roboto Slab', serif;
        line-height: 24px;
    }

.owl-theme .owl-controls .owl-page span {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    background: transparent;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
    margin: 0 15px 30px 15px;
    overflow: hidden;
}

.partner {
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
    -moz-box-shadow: -1px -1px 0px 0px #ebeef0;
    box-shadow: -1px -1px 0px 0px #ebeef0;
}

    .partner > img {
        max-width: 100%;
        max-height: 100%;
    }

/* 15 Contact
----------------------------------------------------------------------------- */
.form-main {
    padding-top: 30px;
}

/*.error {
    margin: 8px 0px;
    display: none;
    color: red;
    font-family: 'Roboto Slab', serif;
}*/

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
    font-family: 'Roboto Slab', serif;
}

#contact .con_sub_text {
    margin-top: 20px;
}

#contact textarea.form-control {
    height: 120px;
}

#contact i {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 36px;
}

#contact h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
}

#contact a.support {
    display: block;
    font-size: 30px;
}

.info-contact {
    font-size: 16px;
}

.bottom-space {
    padding-bottom: 80px;
}

/* 16 Box Height
----------------------------------------------------------------------------- */

.box-height-100 {
    height: 100px;
    max-height: 100px;
    overflow-y: auto;
}

.box-height-150 {
    height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.box-height-180 {
    height: 180px;
    max-height: 180px;
    overflow-y: auto;
}

.box-height-200 {
    height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.box-height-250 {
    height: 250px;
    max-height: 250px;
    overflow-y: auto;
}

.box-height-280 {
    height: 280px;
    max-height: 280px;
    overflow-y: auto;
}

.box-height-300 {
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

.box-height-350 {
    height: 350px;
    max-height: 350px;
    overflow-y: auto;
}

.box-height-380 {
    height: 380px;
    max-height: 380px;
    overflow-y: auto;
}

.box-height-400 {
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
}

.box-height-450 {
    height: 450px;
    max-height: 450px;
    overflow-y: auto;
}

.box-height-480 {
    height: 480px;
    max-height: 480px;
    overflow-y: auto;
}

.box-height-500 {
    height: 500px;
    max-height: 500px;
    overflow-y: auto;
}

.box-height-550 {
    height: 550px;
    max-height: 5500px;
    overflow-y: auto;
}

.box-height-580 {
    height: 580px;
    max-height: 580px;
    overflow-y: auto;
}

.box-height-600 {
    height: 600px;
    max-height: 600px;
    overflow-y: auto;
}

.box-height-700 {
    height: 700px;
}

.box-height-800 {
    height: 800px;
}

.box-height-900 {
    height: 900px;
}

.box-height-1000 {
    height: 1000px;
}








/* 16 Footer
----------------------------------------------------------------------------- */

@media (max-width:1200px) {
    .footer, footer {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 15px 0px 10px 0px;
        border-top: 1px solid rgba(232, 232, 232, 0.58);
        background-color: #FFF !important;
    }
}

@media (max-width:1180px) {
    .footer, footer {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 15px 0px 10px 0px;
        border-top: 1px solid rgba(232, 232, 232, 0.58);
        background-color: #FFF !important;
    }
}
/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .back-to-top i {
        color: #fff;
        font-size: 15px;
        display: block;
        line-height: 33px;
    }

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .navbar-custom {
        background-color: #000;
    }

        .navbar-custom .navbar-brand {
            color: #ffffff;
            padding: 13px 15px 20px 15px;
            margin-top: 10px;
            height: auto;
        }

        .navbar-custom .navbar-toggle {
            margin-top: 15px;
        }

    .intro-title, .intermediate-container .heading h2 {
        font-size: 30px;
    }

    #home {
        padding: 70px 0px 120px;
    }

    .features-box .col-sm-4 {
        text-align: center !important;
    }

    .advanced-about .col-sm-6:first-of-type, .skill {
        margin-bottom: 30px;
    }

    .facts {
        margin-bottom: 50px;
    }
}

.add-space-top {
    padding-top: 80px;
}

.custom-combobox {
    position: relative !important;
    display: inline-block !important;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -1px !important;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0 !important;
    padding: 5px 10px !important;
}

.ui-autocomplete {
    max-height: 350px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px !important;
}

.custom-combobox-input {
    width: 250px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #245580 !important;
}

.well hr {
}

.well-form-id {
    max-height: 571px;
    height: 430px;
}

.well-form-plan {
    height: 250px;
    max-height: 250px;
}

.well-form-plan-content {
    overflow-y: auto;
    max-height: 140px;
}

.well-form-login {
    height: 175px;
    max-height: 175px;
}

/**
 * tab
 * --------------------------------------------------
 */
.nav-tabs {
    background-color: #e6e9ed;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        color: #FFFFFF !important;
        background-color: #2C3E50 !important;
        font-weight: bold;
    }

    .nav-tabs > li {
        margin-bottom: 0;
        border-left: 1px solid #ccd1d9;
    }

        .nav-tabs > li:first-child {
            border-left: none;
        }

        .nav-tabs > li > a {
            margin-right: 0;
            color: #434a54;
            border: none;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

        .nav-tabs > li:first-child > a {
            border-radius: 4px 0 0 0;
            -webkit-border-radius: 4px 0 0 0;
            -moz-border-radius: 4px 0 0 0;
        }

        .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
            background-color: #f5f7fa;
            border: none;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            background-color: white !important;
            border: none;
        }

    .nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
        color: #434a54;
    }

    .nav-tabs li.dropdown.open .dropdown-toggle {
        color: #434a54;
        background-color: #f5f7fa;
    }

    .nav-tabs li.dropdown.active.open .dropdown-toggle {
        color: #434a54;
    }

        .nav-tabs li.dropdown.active.open .dropdown-toggle .caret, .nav-tabs li.dropdown.active .dropdown-toggle .caret {
            border-top-color: #434a54;
            border-bottom-color: #434a54;
        }

    .nav-tabs li.dropdown.open .caret, .nav-tabs li.dropdown.open.active .caret, .nav-tabs li.dropdown.open a:hover .caret, .nav-tabs li.dropdown.open a:focus .caret, .nav-tabs .dropdown-toggle .caret, .nav-tabs .dropdown-toggle:hover .caret, .nav-tabs .dropdown-toggle:focus .caret {
        border-top-color: #434a54;
        border-bottom-color: #434a54;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        text-align: center;
    }

    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

    .nav-tabs.nav-justified > li > a {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .nav-tabs.nav-justified > li:first-child > a {
        border-radius: 4px 0 0 0;
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
    }

    .nav-tabs.nav-justified > li:last-child > a {
        border-radius: 0 4px 0 0;
        background-color: #F2F4F7;
        color: #AEB5BD;
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #AEB5BD;
    background-color: #F2F4F7;
    color: #AEB5BD;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
}


@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom: none;
    }
}

.tabs-below .nav-tabs {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

    .tabs-below .nav-tabs > li:first-child > a {
        border-radius: 0 0 0 4px;
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
    }

    .tabs-below .nav-tabs.nav-justified > li:last-child > a {
        border-radius: 0 0 4px 0;
        -webkit-border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
    }

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
    float: none;
    border-top: 1px solid #ccd1d9;
    border-left: none;
}

    .tabs-left .nav-tabs > li:first-child,
    .tabs-right .nav-tabs > li:first-child {
        border-top: none;
    }

    .tabs-left .nav-tabs > li > a,
    .tabs-right .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
    }

.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

    .tabs-left .nav-tabs > li:first-child > a {
        border-radius: 4px 0 0 0;
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
    }

    .tabs-left .nav-tabs > li:last-child > a {
        border-radius: 0 0 0 4px;
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
    }

.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
}

    .tabs-right .nav-tabs > li:first-child > a {
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
    }

    .tabs-right .nav-tabs > li:last-child > a {
        border-radius: 0 0 4px 0;
        -webkit-border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
    }





.panel-info > .panel-heading {
    color: #FFFFFF;
    background-color: #162533;
    border-color: #162533;
}

.panel-info {
    border-color: #B1C5D8;
}

.panel-heading {
    padding: 1px 15px;
}

.list-group-item {
    position: relative;
    display: block;
    font-size: 11px;
    padding: 3px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ddd;
}

.panel-body {
    padding: 0px;
}

    .panel-body h2 {
        font-size: 20px;
        font-weight: 800;
        margin-top: 10px;
        margin-bottom: 0px;
    }

.modal.in .modal-dialog {
    z-index: 999999999999999;
}

















/**Estilos Antigos */


.modalLoad {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) url('images/icons/ajax-loader.gif') 50% 50% no-repeat;*/
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalLoad {
        display: block;
    }


.custom-combobox {
    position: relative !important;
    display: inline-block !important;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -1px !important;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0 !important;
    padding: 5px 10px !important;
}

.ui-autocomplete {
    max-height: 350px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px !important;
}

.custom-combobox-input {
    width: 250px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #245580 !important;
}

/* Theme Name: Cubana - Multipurpose
   Author:Harry
   Author e-mail: harrynworld@gmail.com
   Version: 1.0.0
   Created:February 2015
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);


/* 1 Reset
----------------------------------------------------------------------------- */
body {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    color: #535353;
    font-size: 12px;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: #179AC1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

button, .btn {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn-primary {
    color: #fff;
    background-color: #2C3E50;
    border-color: #204d74;
    font-weight: 700;
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgba(4, 42, 95, 0.63);
        border-color: rgba(185, 185, 185, 0);
    }

.btn-default {
    color: #333;
    background-color: #F5F5F5;
    border-color: #ccc;
}

    .btn-default:hover {
        color: #333;
        background-color: #F98300;
        border-color: rgba(185, 185, 185, 0);
    }

.btn-success {
    color: #fff;
    background-color: #00652f;
    border-color: #309E66;
}

    .btn-success:hover {
        color: #fff;
        background-color: #F98300;
        border-color: rgba(185, 185, 185, 0);
    }

.bg-primary {
    color: #fff;
    background-color: #2C3E50;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #1dc6df;
}

p {
    color: #737373;
}

img {
    max-width: 100%;
}

textarea {
    max-width: 100%;
    resize: none;
}

hr {
    margin: 6px 0px;
    border-top: 1px solid #D6D6D6;
}

address {
    margin-bottom: 0px;
}

.row {
    margin-left: 0;
    margin-right: 2px;
}

.btn {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 0;
}

    .btn:focus, .btn:active {
        outline: none;
        color: #ffffff;
    }

.btn-custom {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-transform: uppercase;
}

.btn-custom-cidade {
    border-radius: 3px;
    padding: 4px 10px 2px 10px;
    margin: -8px 0px 0px 0px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-transform: none;
}

.btn-custom:hover, .btn-custom:focus {
    color: #fff;
}

.btn-custom-outline {
    border-radius: 3px;
    padding: 0.8em 1.8em;
    color: #18ACDF;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-transform: uppercase;
    background-color: transparent;
    border-color: #18ACDF;
}

    .btn-custom-outline:hover, .btn-custom-outline:focus {
        color: #ffffff;
        background-color: #18ACDF;
    }

.btn-bar a {
    margin-right: 10px;
}

h1, h2, h3, .h1, .h2, .h3 {
    margin-bottom: 5px;
    margin-top: 15px;
}

h4, h5, h6, .h4, .h5, .h6 {
    margin-top: 6px !important;
    margin-bottom: 5px;
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 1px;
    height: 24px;
    font-size: 11px;
    padding: 5px 12px;
}

    .form-control:focus {
        outline: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

section {
    position: relative;
    padding-top: 10px;
    padding-bottom: 30px;
    background-color: #fff;
}

.form-container {
    background-color: #FFF;
}

label, .label {
    margin-bottom: 1px;
    margin-top: 5px;
}

/* 2 Helper classes
----------------------------------------------------------------------------- */
.margin-t-md {
    margin-top: 30px;
}

.margin-b-md {
    margin-bottom: 30px;
}

.slog {
    font-size: 16px;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.bg-dark {
    background: #f4f4f4;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
/* 3 Parallax
----------------------------------------------------------------------------- */
.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/* 4 Preloader
----------------------------------------------------------------------------- */
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 999999;
}

.loader {
    width: 200px;
    height: 200px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

/* 5 Navigation
----------------------------------------------------------------------------- */
.navbar-custom {
    background-color: transparent;
    margin-bottom: 0px;
    z-index: 1000;
    border: none;
    color: #333;
    position: fixed;
    transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -moz-transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -webkit-transition: background-color 1s ease-in-out, border 1s ease-in-out;
    -o-transition: background-color 1s ease-in-out, border 1s ease-in-out;
}

    .navbar-custom .navbar-brand {
        font-size: 22px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 800;
        letter-spacing: 0.15em;
        margin: 0 0 0 0;
        font-family: 'Roboto Slab', serif;
    }

        .navbar-custom .navbar-brand img {
            height: 60px;
            margin-top: -5px;
        }

        .navbar-custom .navbar-brand:hover {
            color: #ffffff;
        }

    .navbar-custom .nav {
        padding: 15px 0px;
    }

    .navbar-custom .navbar-nav > li > a {
        color: #f4f4f4;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus,
        .navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus,
        .navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
            background-color: transparent;
        }

.small .navbar-brand, .small .navbar-brand:hover {
    color: #f1f1f1;
}

nav.small {
    background-color: rgb(22, 37, 51);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 2px 2px rgba(0,0,0,.1);
}

/* 6 Home
----------------------------------------------------------------------------- */
.carousel-section {
    background: url("../img/slide_bg.jpg") no-repeat 50%;
    overflow: hidden;
    padding: 170px 0px 160px;
}

.carousel-razon .carousel-caption {
    position: static;
    text-align: center;
}

.carousel-razon .carousel-indicators {
    bottom: -130px !important;
}

    .carousel-razon .carousel-indicators li {
        margin: 0 2px;
    }

.carousel-indicators li {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 12px;
    width: 12px;
    background: transparent;
}

.carousel-indicators .active {
    background: #fff;
}

.carousel-text h1 {
    font-size: 42px;
}

.carousel-text span {
    text-transform: uppercase;
}

.carousel-text p {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 100;
}

.alert, button, .btn, .well, .well-form-id {
    border-radius: 1px;
}

.alert-primary {
    background-color: #34495E;
}

    .alert-primary a, .alert-primary p, .alert-primary span,
    .alert-primary h1, .alert-primary h2, .alert-primary h3,
    .alert-primary h4, .alert-primary h5, .alert-primary h6 {
        color: #FFF;
    }

    .alert-primary hr {
        border-top: 1px solid #7C858E;
    }

.alert-info {
    background-color: #C9E6F5;
    border-color: #A9C9DA;
    color: #2C6E90;
    font-weight: 600;
}
/* 7 About-us
----------------------------------------------------------------------------- */
#about-us .features-box {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.features-box i {
    font-size: 36px;
}

.features-box .features-line {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.features-box p {
    color: #9aa7af;
}

.advanced-about {
    overflow: hidden;
    clear: both;
}

    .advanced-about ul li {
        margin: 5px 0px;
    }

        .advanced-about ul li i {
            margin-right: 10px;
        }

.carousel-caption {
    text-shadow: none !important;
}
/* 8 Fun-facts
----------------------------------------------------------------------------- */
.fun-facts {
    overflow: hidden;
    color: #888;
}

.facts {
    margin: 20px 0px;
}

    .facts i {
        font-size: 36px;
    }

    .facts h1 {
        font-family: 'Roboto Slab', serif;
    }

/* 9 Portfolio
----------------------------------------------------------------------------- */
/* image hover effect */
.item-img-wrap {
    position: relative;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}

    .item-img-wrap img {
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(235, 235, 235);
    left: 0;
    top: 0;
}

    .item-img-overlay span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
    }

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}

.item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.work-desc {
    width: 100%;
    padding: 10px 20px;
    background: #E2E2E2;
    font-size: 14px;
    border: 1px solid #e3e3e3;
    border-top: none;
    position: relative;
}

    .work-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .work-desc span {
        margin-top: 10px;
    }
/* 10 inner (Info)
----------------------------------------------------------------------------- */
#inner-section {
    background: url(../img/section_bg.jpg) center no-repeat;
    height: 100%;
}

.intermediate-container .subheading h4 {
    color: #ffffff;
    font-style: italic;
    font-family: 'Roboto Slab', serif;
}

.intermediate-container .heading h2 {
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    margin-top: 30px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}

.heading p {
    font-size: 18px;
}

/* 11 Team / Skills
----------------------------------------------------------------------------- */
.team h4, .skill h4 {
    font-family: 'Roboto Slab', serif;
}

.team h5 {
    color: #9aa7af;
}

.skill-chart {
    margin: 0px auto;
}

.skill i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
/* 12 Services
----------------------------------------------------------------------------- */
.service-item i {
    float: left;
    font-size: 28px;
    line-height: 36px;
    width: 30px;
}

.service-item .service-detail {
    margin-left: 50px;
}

    .service-item .service-detail h4 {
        font-family: 'Roboto Slab', serif;
    }

    .service-item .service-detail p {
        color: #9aa7af;
    }

/* 13 Testimonials
----------------------------------------------------------------------------- */
#testimonials {
    background: url(../img/img-1.jpg) center;
}

.testi-slide {
    color: #f1f2f3;
}

    .testi-slide img {
        width: 48px;
        height: 48px;
        border: 3px solid #ffffff;
    }

    .testi-slide h5 {
        font-weight: 300;
        font-family: 'Roboto Slab', serif;
        line-height: 24px;
    }

.owl-theme .owl-controls .owl-page span {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    background: transparent;
}

/* 14 Partners
----------------------------------------------------------------------------- */
.partners {
    margin: 0 15px 30px 15px;
    overflow: hidden;
}

.partner {
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: -1px -1px 0px 0px #ebeef0;
    -moz-box-shadow: -1px -1px 0px 0px #ebeef0;
    box-shadow: -1px -1px 0px 0px #ebeef0;
}

    .partner > img {
        max-width: 100%;
        max-height: 100%;
    }

/* 15 Contact
----------------------------------------------------------------------------- */
.form-main {
    padding-top: 30px;
}

/*.error {
    margin: 8px 0px;
    display: none;
    color: red;
    font-family: 'Roboto Slab', serif;
}*/

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
    font-family: 'Roboto Slab', serif;
}

#contact .con_sub_text {
    margin-top: 20px;
}

#contact textarea.form-control {
    height: 120px;
}

#contact i {
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 36px;
}

#contact h4 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
}

#contact a.support {
    display: block;
    font-size: 30px;
}

.info-contact {
    font-size: 16px;
}

.bottom-space {
    padding-bottom: 80px;
}

/* 16 Box Height
----------------------------------------------------------------------------- */

.box-height-100 {
    height: 100px;
    max-height: 100px;
    overflow-y: auto;
}

.box-height-150 {
    height: 150px;
    max-height: 150px;
    overflow-y: auto;
}

.box-height-180 {
    height: 180px;
    max-height: 180px;
    overflow-y: auto;
}

.box-height-200 {
    height: 200px;
    max-height: 200px;
    overflow-y: auto;
}

.box-height-250 {
    height: 250px;
    max-height: 250px;
    overflow-y: auto;
}

.box-height-280 {
    height: 280px;
    max-height: 280px;
    overflow-y: auto;
}

.box-height-300 {
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
}

.box-height-350 {
    height: 350px;
    max-height: 350px;
    overflow-y: auto;
}

.box-height-380 {
    height: 380px;
    max-height: 380px;
    overflow-y: auto;
}

.box-height-400 {
    height: 400px;
    max-height: 400px;
    overflow-y: auto;
}

.box-height-450 {
    height: 450px;
    max-height: 450px;
    overflow-y: auto;
}

.box-height-480 {
    height: 480px;
    max-height: 480px;
    overflow-y: auto;
}

.box-height-500 {
    height: 500px;
    max-height: 500px;
    overflow-y: auto;
}

.box-height-550 {
    height: 550px;
    max-height: 5500px;
    overflow-y: auto;
}

.box-height-580 {
    height: 580px;
    max-height: 580px;
    overflow-y: auto;
}

.box-height-600 {
    height: 600px;
    max-height: 600px;
    overflow-y: auto;
}

.box-height-700 {
    height: 700px;
}

.box-height-800 {
    height: 800px;
}

.box-height-900 {
    height: 900px;
}

.box-height-1000 {
    height: 1000px;
}








/* 16 Footer
----------------------------------------------------------------------------- */

@media (max-width:1200px) {
    .footer, footer {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 15px 0px 10px 0px;
        border-top: 1px solid rgba(232, 232, 232, 0.58);
        background-color: #FFF !important;
    }
}

@media (max-width:1180px) {
    .footer, footer {
        position: relative;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 15px 0px 10px 0px;
        border-top: 1px solid rgba(232, 232, 232, 0.58);
        background-color: #FFF !important;
    }
}
/* 17 Back-to-top
----------------------------------------------------------------------------- */
.back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

    .back-to-top i {
        color: #fff;
        font-size: 15px;
        display: block;
        line-height: 33px;
    }

/* 18 Responsive
----------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .navbar-custom {
        background-color: #000;
    }

        .navbar-custom .navbar-brand {
            color: #ffffff;
            padding: 13px 15px 20px 15px;
            margin-top: 10px;
            height: auto;
        }

        .navbar-custom .navbar-toggle {
            margin-top: 15px;
        }

    .intro-title, .intermediate-container .heading h2 {
        font-size: 30px;
    }

    #home {
        padding: 70px 0px 120px;
    }

    .features-box .col-sm-4 {
        text-align: center !important;
    }

    .advanced-about .col-sm-6:first-of-type, .skill {
        margin-bottom: 30px;
    }

    .facts {
        margin-bottom: 50px;
    }
}

.add-space-top {
    padding-top: 80px;
}

.custom-combobox {
    position: relative !important;
    display: inline-block !important;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -1px !important;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0 !important;
    padding: 5px 10px !important;
}

.ui-autocomplete {
    max-height: 350px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px !important;
}

.custom-combobox-input {
    width: 250px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #245580 !important;
}

.well {
    margin-bottom: 5px;
    min-height: 20px;
    padding: 5px 19px 19px 19px;
    background-color: white;
    border: 1px solid #EEF6FB;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

    .well hr {
    }

.well-form-id {
    max-height: 571px;
    min-height: 375px;
}

.well-form-plan {
    height: 250px;
    max-height: 250px;
}

.well-form-plan-2x {
    height: 340px;
    max-height: 340px;
}

.well-form-mensalidades2 {
    height: 100px !important;
    /*max-height: 490px;
    min-height: 100px;*/
    overflow: auto;
}

.well-form-mensalidades {
    height: auto !important;
    /*max-height: 490px;
    min-height: 100px;*/
    overflow: auto;
}

.well-form-plan-content {
    overflow-y: auto;
    max-height: 140px;
}

.well-pagamento {
    min-height: 426px;
}

.well-form-plan-content-2x {
    overflow-y: auto;
    max-height: 215px;
}

.well-form-login {
    height: 175px;
    max-height: 175px;
}

.panel {
    margin-bottom: 7px;
}
/**
 * tab
 * --------------------------------------------------
 */
.nav-tabs {
    background-color: #e6e9ed;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        color: #FFFFFF !important;
        background-color: #2C3E50 !important;
        font-weight: bold;
    }

    .nav-tabs > li {
        margin-bottom: 0;
        border-left: 1px solid #ccd1d9;
    }

        .nav-tabs > li:first-child {
            border-left: none;
        }

        .nav-tabs > li > a {
            margin-right: 0;
            color: #434a54;
            border: none;
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
        }

        .nav-tabs > li:first-child > a {
            border-radius: 4px 0 0 0;
            -webkit-border-radius: 4px 0 0 0;
            -moz-border-radius: 4px 0 0 0;
        }

        .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
            background-color: #f5f7fa;
            border: none;
        }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            background-color: white !important;
            border: none;
        }

    .nav-tabs .dropdown-toggle, .nav-tabs .dropdown-toggle:hover, .nav-tabs .dropdown-toggle:focus {
        color: #434a54;
    }

    .nav-tabs li.dropdown.open .dropdown-toggle {
        color: #434a54;
        background-color: #f5f7fa;
    }

    .nav-tabs li.dropdown.active.open .dropdown-toggle {
        color: #434a54;
    }

        .nav-tabs li.dropdown.active.open .dropdown-toggle .caret, .nav-tabs li.dropdown.active .dropdown-toggle .caret {
            border-top-color: #434a54;
            border-bottom-color: #434a54;
        }

    .nav-tabs li.dropdown.open .caret, .nav-tabs li.dropdown.open.active .caret, .nav-tabs li.dropdown.open a:hover .caret, .nav-tabs li.dropdown.open a:focus .caret, .nav-tabs .dropdown-toggle .caret, .nav-tabs .dropdown-toggle:hover .caret, .nav-tabs .dropdown-toggle:focus .caret {
        border-top-color: #434a54;
        border-bottom-color: #434a54;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
        text-align: center;
    }

    .nav-tabs.nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

    .nav-tabs.nav-justified > li > a {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .nav-tabs.nav-justified > li:first-child > a {
        border-radius: 4px 0 0 0;
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
    }

    .nav-tabs.nav-justified > li:last-child > a {
        border-radius: 0 4px 0 0;
        background-color: #F2F4F7;
        color: #AEB5BD;
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #AEB5BD;
    background-color: #F2F4F7;
    color: #AEB5BD;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: none;
}


@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom: none;
    }
}

.tabs-below .nav-tabs {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

    .tabs-below .nav-tabs > li:first-child > a {
        border-radius: 0 0 0 4px;
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
    }

    .tabs-below .nav-tabs.nav-justified > li:last-child > a {
        border-radius: 0 0 4px 0;
        -webkit-border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
    }

.tabs-left .nav-tabs > li,
.tabs-right .nav-tabs > li {
    float: none;
    border-top: 1px solid #ccd1d9;
    border-left: none;
}

    .tabs-left .nav-tabs > li:first-child,
    .tabs-right .nav-tabs > li:first-child {
        border-top: none;
    }

    .tabs-left .nav-tabs > li > a,
    .tabs-right .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
    }

.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

    .tabs-left .nav-tabs > li:first-child > a {
        border-radius: 4px 0 0 0;
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
    }

    .tabs-left .nav-tabs > li:last-child > a {
        border-radius: 0 0 0 4px;
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
    }

.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
}

    .tabs-right .nav-tabs > li:first-child > a {
        border-radius: 0 4px 0 0;
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
    }

    .tabs-right .nav-tabs > li:last-child > a {
        border-radius: 0 0 4px 0;
        -webkit-border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
    }





.panel-info > .panel-heading {
    color: #FFFFFF;
    background-color: #162533;
    border-color: #162533;
}

.panel-info {
    border-color: #B1C5D8;
}

.panel-heading {
    padding: 1px 5px;
}

.list-group-item {
    position: relative;
    display: block;
    font-size: 11px;
    padding: 5px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    text-align: left;
    border: 1px solid #ddd;
}

.panel-body {
    padding: 5px;
}

.panel-body h2 {
    font-size: 20px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 0px;
}

.modal.in .modal-dialog {
    z-index: 999999999999999;
}


.modal-body {
    height: 400px;
    overflow-y: auto;
}


.mb-10 {
    margin-bottom: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-50 {
    padding-top: 50px;
}

.progressbar .active {
    color: #000000;
}

.progressbar {
    overflow: hidden;
    counter-reset: step;
    display: flex;
    justify-content: center;
}

.progressbar li {
    list-style-type: none;
    color: lightgray;
    width: 50%;
    float: left;
    position: relative;
}

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 25px;
    line-height: 25px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 5px auto;
}

.progressbar li:after {
    content: '';
    width: 94%;
    height: 2px;
    background: lightgray;
    position: absolute;
    right: 52%;
    top: 11px;
}

:not(.resizeProgressbar).progressbar li:after{
    width: 95.25%;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before,
.progressbar li.active:after {
    background: #2C3E50;
    color: white;
}

.form-group-column {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.left-line {
    border-left: 2px solid #EEF6FB;
    padding-left: 25px;
    padding-top: 5px;
}









/**Estilos Antigos */


.modalLoad {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) url('images/icons/ajax-loader.gif') 50% 50% no-repeat;*/
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalLoad {
        display: block;
    }


.custom-combobox {
    position: relative !important;
    display: inline-block !important;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -1px !important;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0 !important;
    padding: 5px 10px !important;
}

.ui-autocomplete {
    max-height: 350px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px !important;
}

.custom-combobox-input {
    width: 250px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #245580 !important;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    filter: alpha(opacity=100);
}

    .close:hover, .close:focus {
        color: #C1C1C1;
        text-decoration: none;
        cursor: pointer;
        opacity: 1;
        filter: alpha(opacity=100);
    }































/*body {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    color: #232323;
    background-color: #fff;
}*/

header, footer, nav, section {
    display: block;
}


/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
/*.field-validation-error {
    color: #f00;
}*/

/*.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}*/

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-bot-10 {
    margin-bottom: 10px !important;
}

.margin-bot-30 {
    margin-bottom: 30px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

#footer {
    padding-top: 30px;
    background-color: #efefef;
    margin-top: 50px;
    min-height: 120px;
    position: relative;
    bottom: 0;
    width: 100%;
    height: auto;
}

/*.error {
    color: Red;
    display:none !important;
}*/

.body {
    min-height: 500px;
}

.lead {
    color: #7e8998;
    font-size: 19px;
}

.div-error {
    position: fixed;
    z-index: 9999;
    width: 100%;
    text-align: center;
    opacity: 0.85;
    -moz-opacity: 0.85;
    filter: alpha(opacity=85);
    width: 100% !important;
}

.width-100 {
    width: 100% !important;
}

em.top-form {
    margin-top: 10px;
}

.margin-top-8 {
    margin-top: 8px !important;
}

.btn-radio {
    width: 100%;
}

.img-radio {
    opacity: 0.3;
    margin-bottom: 5px;
    cursor: pointer;
}

.hide_txt {
    display: none;
}

.hidden-visible {
    opacity: 0;
}

.disabledInput {
    cursor: not-allowed !important;
    pointer-events: none !important;
    filter: alpha(opacity=65) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    opacity: .65 !important;
    background-color: #eee !important;
}

.btn-disabled {
    cursor: not-allowed;
}

#divLoading {
    display: none;
}

    #divLoading.show {
        display: block;
        position: fixed;
        z-index: 100;
        background-image: url('http://loadinggif.com/images/image-selection/3.gif');
        background-color: #666;
        opacity: 0.4;
        background-repeat: no-repeat;
        background-position: center;
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
    }

#loadinggif.show {
    left: 50%;
    top: 50%;
    position: absolute;
    z-index: 101;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
}

div.content {
    width: 1000px;
    height: 1000px;
}

.padding-right-15 {
    padding-right: 15px !important;
}

th.headerSortUp {
    background-image: url(images/icons/asc.gif) !important;
    background-color: gray;
}

th.headerSortDown {
    background-image: url(images/icons/desc.gif) !important;
    background-color: gray;
}

th.headerT {
    background-image: url(images/icons/bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px !important;
    margin-left: -1px;
}

.table {
    margin-bottom: 15px;
}

    .table > th {
        text-align: left;
    }

    .table th[scope=col] {
        color: #2b669a;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
        background-color: rgba(71, 104, 128, 0.13);
        padding: 4px !important;
        color: black;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -webkit-font-smoothing: antialiased;
    }

.table-hover > tbody > tr:hover {
    background-color: #DADFEA;
    cursor: pointer;
}

/*.row-lg td {
    padding-top: 1px !important;
    padding-bottom: 2px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding-top: 5px !important;
    padding-bottom: 2px !important;
}*/

.table-hover > tbody > tr:hover {
    /*background-color: #F98300 !important;*/
    /*color: #000 !important;*/
    color: black;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    /*padding: 8px;
    line-height: 0.9;*/
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 1.9 !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px 4px 0 !important;
    line-height: normal;
}

.navbar-form input, .form-inline input {
    width: auto;
}

tr {
}

.header {
    height: 280px;
    background-color: #eee;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.footer {
    position: relative;
    bottom: 0;
    margin-top: 100px;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.chamadas {
    min-height: 70px;
}

.grey {
    background-color: #F9F9F9;
}

.hidden-form {
    display: none !important;
}

.panel {
    -webkit-transition-property: scale;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
/*
.panel:hover
{
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
*/

.form-control {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 5px 3px !important;
}

.left-5 {
    left: -5px !important;
}

#logo {
    margin: 20px 0 20px 0;
}

.nav-pill-mod {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .nav-pill-mod > li > a, .nav-pill-mod > li > a:hover {
        color: #333 !important;
        background-color: #eee !important;
    }

    .nav-pill-mod > li.active > a, .nav-pill-mod > li.active > a:hover, .nav-pill-mod > li.active > a:focus {
        color: #FFF !important;
        background-color: #162533 !important;
        border-bottom: none !important;
    }

.clear-blue {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #265a88;
    background-color: #265a88;
}

.danger {
    color: #d9534f;
}

.row-red {
    font-weight: bold;
    color: #d9534f;
}

input[type=radio] {
    /*margin-left: 5px !important;*/
}

.font-size-xs {
    font-size: 11px !important;
}

.boletoPrint {
    line-height: 1.2 !important;
}

.borderBlue {
    border: 1px solid #245580 !important;
}

.width-80 {
    width: 80px !important;
}

.modalLoad {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) url('images/icons/ajax-loader.gif') 50% 50% no-repeat;*/
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .modalLoad {
        display: block;
    }


.custom-combobox {
    position: relative !important;
    display: inline-block !important;
}

.custom-combobox-toggle {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -1px !important;
    padding: 0 !important;
}

.custom-combobox-input {
    margin: 0 !important;
    padding: 5px 10px !important;
}

.ui-autocomplete {
    max-height: 350px !important;
    overflow-y: auto !important;
    /* prevent horizontal scrollbar */
    overflow-x: hidden !important;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px !important;
}

.custom-combobox-input {
    width: 250px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #245580 !important;
}

/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px !important;
}*/

input[type="radio"], input[type="checkbox"] {
    /*margin: 0px 0 0 !important;*/
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #DEDEDE !important;
}

.table-striped > tbody > tr:hover {
    /*background-color: #F98300 !important;*/
}

.panel-default {
    border-color: #D8D8D8 !important;
}

label.error {
    display: block !important;
    font-style: italic !important;
    font-weight: normal !important;
}

input.error, select.error, textarea.error {
    border: 1px solid red !important;
    margin: 0px !important;
}

input[type="checkbox"].error, input[type="radio"].error {
    border: 1px solid red !important;
    margin: 0px -15px 0 !important;
}

.bold {
    font-weight: bold !important;
}


.banner-cookies {
    background: black;
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: white;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-cookies > .fechar {
    cursor: pointer;
    position: absolute;
    color: #ccc;
    top: 50%;
    right: 0%;
    padding: 12px 16px;
    transform: translate(0%, -50%);
    font-size: 15px
}