body {
    padding-top: 100px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #64686d;
    line-height: 26px;
}

html, body {
    height: 100%;
}

*html .allContent {
    height: 100%;
}
/*IE6*/
.allContent {
    min-height: 100%;
    position: relative;
}

textarea {
    resize: none;
}

.body {
    margin-bottom: 100px !important;
}

.my-bg {
    background: #eee !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #272727;
}

a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

.big {
    font-size: 1.6em;
}

select option {
    outline: 0 none;
    padding: 10px 15px;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.chart {
    width: 100%;
    height: 380px;
}

.below {
    margin-bottom: 15px;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

    .section-header .section-title {
        font-size: 2em;
        color: #272727;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
    }

        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 1px;
            background: #ebebeb;
        }

        .section-header .section-title:after {
            content: "";
            position: absolute;
            width: 24px;
            height: 24px;
            bottom: -11px;
            left: 50%;
            margin-left: -12px;
            border: 5px solid #fff;
            border-radius: 20px;
            background: #45aed6;
        }

.btn {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 3px;
    outline: 0 none;
}

.my-alert {
    margin-bottom: 0 !important;
}

.credit-card-trust-panel {
    align-items: center;
    background: #f7fbfd;
    border: 1px solid #d7edf7;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 14px 16px;
}

.credit-card-trust-panel-centered {
    justify-content: center;
    margin: 25px auto 0;
    max-width: 860px;
}

.credit-card-trust-item {
    align-items: center;
    color: #3d5f6f;
    display: flex;
    margin: 5px 22px 5px 0;
}

    .credit-card-trust-item strong {
        color: #2a95be;
        margin-right: 6px;
    }

.credit-card-trust-icon {
    align-items: center;
    background: #fff;
    border: 1px solid #cfe9f5;
    border-radius: 50%;
    color: #2a95be;
    display: inline-flex;
    height: 28px;
    justify-content: center;
    margin-right: 8px;
    width: 28px;
}

.credit-card-brand-strip {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0;
}

.credit-card-brand-logo {
    align-items: center;
    background: #fff;
    border: 1px solid #d7dfe4;
    border-radius: 5px;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    margin: 4px 8px 4px 0;
    min-width: 62px;
    overflow: hidden;
    padding: 4px 8px;
}

.credit-card-brand-image {
    display: block;
    max-height: 24px;
    max-width: 74px;
    object-fit: contain;
}

.inline-cancel-reserve-form {
    display: inline-block;
    margin: 0;
}

.credit-card-brand-pill {
    background: #fff;
    border: 1px solid #d7dfe4;
    border-radius: 3px;
    color: #3b4650;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 4px 6px 4px 0;
    min-width: 58px;
    padding: 7px 9px;
    text-align: center;
}

    .credit-card-brand-pill .fa {
        color: #2a95be;
        margin-right: 4px;
    }

@media (max-width: 767px) {
    .credit-card-trust-panel {
        display: block;
    }

    .credit-card-trust-item {
        align-items: flex-start;
        margin-right: 0;
    }
}

.payment-card-row {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 12px;
}

    .payment-card-row .form-group {
        margin-bottom: 0;
    }

.payment-exp-col {
    flex: 0 0 118px;
    max-width: 118px;
}

.payment-cvv-col {
    flex: 0 0 96px;
    max-width: 96px;
}

@media (max-width: 767px) {
    .payment-exp-col {
        flex-basis: 104px;
        max-width: 104px;
    }

    .payment-cvv-col {
        flex-basis: 90px;
        max-width: 90px;
    }
}

.my-well {
    float: left;
    background: #f5f5f5;
    margin-bottom: 0 !important;
    padding: 15px;
    text-align: justify;
    max-height: calc(100% - 50px);
    overflow-y: auto;
}

.my-font {
    color: #2c8cb3;
    font-weight: 300;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0 !important;
}

.my-caption {
    padding: 15px 10px;
}

.m_bottom {
    margin-bottom: 25px;
}

.thumbnail {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 0 !important;
    border-bottom: none !important;
    background: #f2f3f3;
}

.my-thumbnail {
    width: 100%;
    padding: 0;
    margin-top: -15px;
    border: 1px solid #dfe1e2;
    border-top: none;
    background: #f2f3f3;
}

.close-img {
    background: #f00 !important;
    border-color: #f00 !important;
    outline: 0 none;
}

.hundred {
    font-weight: 100 !important;
}

.tagline {
    font-weight: 700;
}

.text-loc {
    padding-right: 8px;
}

@media (max-width: 768px) {
    .my-btn {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .mb10 {
        margin-bottom: 10px;
    }
}

/*Aplica somente no Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .btn {
        border-bottom-width: 2px;
    }
}

.btn.btn-primary {
    background: #45aed6;
    /*border-color: #2a95be;*/
}

    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background: #2a95be;
    }

.btn-more {
    height: 46px;
    line-height: 38px;
}

.number-spinner {
    margin-bottom: 15px;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
        border-bottom: 1px solid #45aed6;
    }

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle i {
        color: #45aed6;
    }

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/*************************
*******Header******
**************************/
.menu-small {
    padding: 0px !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

    .menu-small .navbar-brand {
        margin-top: 10px;
        padding: 10px 15px !important;
        -moz-transition: padding 1s ease 0.1s;
        -webkit-transition: padding 1s ease 0.1s;
        transition: padding 1s ease 0.1s;
    }

        .menu-small .navbar-brand img {
            height: 35px !important;
            -moz-transition: height 1s ease 0.1s;
            -webkit-transition: height 1s ease 0.1s;
            transition: height 1s ease 0.1s;
        }

    .menu-small .navbar-nav > li > a {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        -moz-transition: padding 0.5s ease 0.1s;
        -webkit-transition: padding 0.5s ease 0.1s;
        transition: padding 0.5s ease 0.1s;
    }

.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

    .navbar.navbar-default .container {
        position: relative;
    }

    .navbar.navbar-default .navbar-toggle {
        margin-top: 34px;
    }

    .navbar.navbar-default .navbar-brand {
        height: auto;
        padding: 15px 15px 21px;
    }

.navbar-language-switcher {
    align-items: center;
    display: flex;
    float: right;
    margin: 32px 18px 0 28px;
    position: relative;
    z-index: 1100;
}

.language-switcher-button {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
    line-height: 0;
    padding: 2px;
}

    .language-switcher-button + .language-switcher-button {
        margin-left: 6px;
    }

    .language-switcher-button.active {
        border-color: #00ABEC;
    }

.language-switcher-flag {
    display: block;
    height: 22px;
    width: 32px;
}

.menu-small .navbar-language-switcher {
    margin-top: 22px;
}

.navbar-default .navbar-nav .score {
    background: #4e008b;
}

.navbar-default .navbar-nav .login {
    background: #009add;
}


@media only screen and (min-width: 1200px) {
    #main-menu.navbar-default {
        /*background: rgba(255, 255, 255, 0.9);*/
        -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    }

        #main-menu.navbar-default .navbar-nav > li > a {
            padding-top: 40px;
            padding-bottom: 40px;
        }

        #main-menu.navbar-default .navbar-nav > li.active > a,
        #main-menu.navbar-default .navbar-nav > li.open > a,
        #main-menu.navbar-default .navbar-nav > li:hover > a {
            background: transparent;
            padding-top: 40px;
            /*border-top: 3px solid #45aed6;*/
        }

        #main-menu.navbar-default .dropdown-menu {
            padding: 0 20px;
            min-width: 220px;
            top: 70px;
            /*background-color: rgba(26, 28, 40, 0.9);*/
            background-color: rgba(255, 255, 255, 0.9);
            border: 1px solid #eee;
            border-radius: 3px;
            box-shadow: none;
            -webkit-box-shadow: none;
            background-clip: inherit;
        }

            #main-menu.navbar-default .dropdown-menu > li {
                border-left: 3px solid transparent;
                margin-left: -20px;
                padding-left: 17px;
                -webkit-transition: border-color 400ms;
                transition: border-color 400ms;
            }

                #main-menu.navbar-default .dropdown-menu > li > a {
                    /*border-top: 1px solid #ccc;*/
                    padding: 10px 0;
                    color: #777;
                }

                #main-menu.navbar-default .dropdown-menu > li:first-child > a {
                    border-top: 0;
                }

                #main-menu.navbar-default .dropdown-menu > li.active,
                #main-menu.navbar-default .dropdown-menu > li.open,
                #main-menu.navbar-default .dropdown-menu > li:hover {
                    /*border-left-color: #45aed6;*/
                }

                    #main-menu.navbar-default .dropdown-menu > li.active > a,
                    #main-menu.navbar-default .dropdown-menu > li.open > a,
                    #main-menu.navbar-default .dropdown-menu > li:hover > a {
                        color: #45aed6;
                        background-color: transparent;
                    }
}

@media (max-width: 767px) {
    .navbar-language-switcher {
        display: flex !important;
        float: none;
        margin: 0;
        position: absolute;
        right: 72px;
        top: 33px;
    }

    .menu-small .navbar-language-switcher {
        margin-top: 0;
        top: 20px;
    }

    .navbar.navbar-default .navbar-brand img {
        max-width: 150px;
    }
}

/*@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-right {
        float: none !important;
    }

    .navbar.navbar-default .navbar-toggle {
        display: block;
        margin-top: 34px !important;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse {
        display: block !important;
    }
}*/

#main-slider {
    overflow: hidden;
}

    #main-slider .item {
        height: 558px;
        background-repeat: no-repeat;
        background-position: 50% 0;
        background-size: cover;
    }

    #main-slider .slider-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        #main-slider .slider-inner h2 {
            margin-top: 180px;
            font-size: 36px;
            line-height: 1;
            text-transform: uppercase;
            color: #fff;
        }

            #main-slider .slider-inner h2 > span {
                color: #45aed6;
            }

        #main-slider .slider-inner .btn {
            margin-top: 10px;
        }

    #main-slider .owl-prev,
    #main-slider .owl-next {
        position: absolute;
        top: 50%;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        font-size: 30px;
        display: inline-block;
        margin-top: -35px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        border-radius: 100px;
        z-index: 5;
        -webkit-transition: background-color 400ms;
        transition: background-color 400ms;
    }

        #main-slider .owl-prev:hover,
        #main-slider .owl-next:hover {
            background-color: #45aed6;
        }

    #main-slider .owl-prev {
        left: -35px;
        text-indent: 14px;
    }

    #main-slider .owl-next {
        right: -35px;
        text-indent: -14px;
    }

#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #45aed6;
}

.progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#cta {
    padding: 50px 0;
    background-color: #eeeeee;
}

    #cta h2 {
        margin-top: 0;
    }

    #cta .btn {
        margin-top: 40px;
    }

#cta2 {
    background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
}

    #cta2 .btn {
        margin-top: 10px;
    }

    #cta2 h2 {
        color: #fff;
        font-size: 44px;
        line-height: 1;
    }

        #cta2 h2 > span {
            color: #45aed6;
        }

#features {
    padding: 100px 0;
}

    #features .media.service-box:first-child {
        margin-top: 80px;
    }

#services {
    padding: 100px 0 75px;
}

.media.service-box {
    margin: 25px 0;
}

    .media.service-box .pull-left {
        margin-right: 20px;
    }

        .media.service-box .pull-left > i {
            font-size: 24px;
            height: 64px;
            line-height: 64px;
            text-align: center;
            width: 64px;
            border-radius: 100%;
            color: #45aed6;
            box-shadow: inset 0 0 0 1px #d7d7d7;
            -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
            transition: background-color 400ms, background-color 400ms;
            position: relative;
        }

            .media.service-box .pull-left > i:after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                top: 50%;
                margin-top: -10px;
                right: -10px;
                border: 4px solid #fff;
                border-radius: 20px;
                background: #45aed6;
            }

    .media.service-box:hover .pull-left > i {
        background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
        color: #fff;
        box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
        -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    }

.embed-responsive {
    margin-bottom: 15px;
}

.white {
    color: #fff;
}

#about .col-xs-6, #about .col-sm-4, #about .col-lg-2 {
    padding: 0;
}

.box {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

    .box > .image {
        position: absolute;
        background: #45AED6;
        text-align: center;
        font-size: 1.5em;
        width: 70px;
        height: 70px;
        top: -40px;
        left: 50%;
        margin-left: -35px;
        line-height: 65px;
        border-radius: 50%;
        border: 5px solid #fff;
        color: #fff;
    }


    .box > .number {
        position: absolute;
        background: #fff;
        color: #45AED6;
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 32px;
        top: -40px;
        left: 50%;
        margin-left: -50px;
        border-radius: 50%;
        border: 1px solid #45AED6;
    }

    .box > .image .glyphicon-pushpin {
        font-size: 1.5em;
    }

    .box > .info {
        height: 230px;
        margin-top: -24px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid #e0e0e0;
        padding: 25px 10px 10px 10px;
        box-sizing: border-box;
    }

        .box > .info > .title {
            color: #666;
            font-weight: 700;
            min-height: 50px;
            vertical-align: middle;
            font-size: 1.1em;
        }

        .box > .info > p {
            color: #666;
            line-height: 1.5em;
            min-height: 70px;
            vertical-align: middle;
        }

        .box > .info > details {
            cursor: pointer;
        }

    .box:hover > .info > h3.title, .box:hover > .info > p {
        color: #222;
    }

    .box .space {
        height: 20px;
    }

summary {
    outline: none;
}

    summary::-webkit-details-marker {
        display: none;
    }
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

#testimonial {
    background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}

    #testimonial h4 {
        color: #fff;
        margin-bottom: 0;
    }

    #testimonial small {
        display: block;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.7);
    }

    #testimonial .btns {
        margin-top: 10px;
    }

#about {
    padding: 100px 0;
}

.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}

.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}

    .progress .progress-bar.progress-bar-primary {
        background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.panel-default {
    border-color: #eee;
}

    .panel-default > .panel-heading {
        background-color: #fff;
        border-color: #eee;
    }

        .panel-default > .panel-heading .panel-title {
            font-size: 14px;
            font-weight: normal;
        }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #eee;
        }

#animated-number {
    padding: 100px 0 70px;
    /*background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;*/
    background: #E4F0F6;
    background-size: cover;
}

    #animated-number h1,
    #animated-number h2,
    #animated-number h3,
    #animated-number h4 {
        color: #272727;
    }

    #animated-number strong {
        display: block;
        margin-bottom: 30px;
    }

.animated-number {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 20px;
    line-height: 140px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}

#pricing {
    padding: 100px 0 70px;
}

    #pricing ul.pricing {
        list-style: none;
        padding: 0;
        margin: 70px 0 30px;
        border: 1px solid #eee;
        border-radius: 5px 5px 4px 4px;
        padding: 15px;
        text-align: center;
    }

        #pricing ul.pricing li {
            display: block;
            padding: 10px;
        }

            #pricing ul.pricing li.plan-header {
                background: #eee;
                border-radius: 4px 4px 0 0;
                margin: -15px -15px 10px;
                padding: 15px 15px 30px;
                border: 0;
            }

                #pricing ul.pricing li.plan-header .price-duration {
                    position: relative;
                    margin-top: -63px;
                    top: -10px;
                    display: inline-block;
                    width: 116px;
                    height: 116px;
                    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                    color: #fff;
                    border-radius: 100px;
                    border: 5px solid #f6f6f6;
                }

                    #pricing ul.pricing li.plan-header .price-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #pricing ul.pricing li.plan-header .price-duration > span.price {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 35px;
                        }

                        #pricing ul.pricing li.plan-header .price-duration > span.duration {
                            margin-top: 5px;
                        }

                #pricing ul.pricing li.plan-header .plan-name {
                    margin-top: 10px;
                    font-size: 24px;
                    color: #272727;
                    font-weight: bold;
                    line-height: 1;
                    text-transform: uppercase;
                }

        #pricing ul.pricing.featured {
            background: #222534;
            color: #fff;
            border: 0;
        }

            #pricing ul.pricing.featured li.plan-header {
                background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
                background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
            }

                #pricing ul.pricing.featured li.plan-header .plan-name {
                    color: #fff;
                }

#get-in-touch {
    padding: 100px 0 50px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
}

    #get-in-touch h1,
    #get-in-touch h2 {
        color: #fff;
    }

#contact {
    position: relative;
    overflow: hidden;
}

    #contact .container-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(69, 174, 214, 0.3);
        z-index: 1;
    }

    #contact .contact-form {
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 20px;
        margin-top: 40px;
    }

        #contact .contact-form h3 {
            margin-top: 0;
        }

.bg-color {
    display: block;
    background: #eee;
    padding: 40px 30px;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.showImage {
    margin-top: 40px;
    float: left;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.zoom {
    display: inline-block;
    position: relative;
    cursor: crosshair;
}

    .zoom:after {
        content: 'Zoom';
        display: block;
        top: 0;
        left: 0;
        color: white;
        /*width: 33px;
        height: 33px;
        background: url(../img/icon.png);*/
        background: rgba(0, 0, 0, 0.5);
        padding: 2px 20px;
        position: absolute;
        border-radius: 2px;
    }

/***********************
******** Chamado *******
************************/
.no-resize {
    resize: none;
}

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        padding: 20px 0;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.my-chat:last-child {
            border-bottom: none !important;
        }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
        }

.font-gestor, .font-admin {
    font-style: italic;
    font-weight: bold;
    font-family: Georgia, Serif;
}

.font-admin {
    color: #2A95BE;
}

.main-chat {
    border-top: none !important;
    border-bottom: none !important;
}

.new {
    background: #eee !important;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-bottom: 2px;
    cursor: no-drop;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.line {
    width: 100%;
    border-bottom: 4px double #ccc;
    margin-bottom: 25px;
}
/***********************
********* File *********
************************/
#drop {
    background: #F7F8FC;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 25px 0;
    padding: 20px;
    outline: 1px dashed #92B0B3;
    outline-offset: -10px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: outline-offset 0.15s ease-in-out 0s, background-color 0.15s linear 0s;
}

.capitalize {
    text-transform: capitalize !important;
}

.box_input {
    font-size: 1.25rem;
    position: relative;
    padding: 60px 20px;
}

    .box_input p {
        color: #999;
    }

.myclass {
    font-size: 6em;
    margin-bottom: 25px;
}

.my-arrow {
    float: right;
    margin: 3px 0 0 5px;
}

.or {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ccc;
    border-radius: 50%;
}

.inputFile {
    width: 100%;
    float: left;
    height: 45px;
    position: relative;
    overflow: hidden;
    background: #f7f7f7;
    border: 1px dashed #ccc;
}

    .inputFile span {
        display: block;
        width: 100%;
        position: absolute;
        text-align: center;
        line-height: 45px;
        color: #999;
        font-size: 0.98em;
    }

    .inputFile input {
        position: absolute;
        right: 0;
        z-index: 2;
        font-size: 100px; /* Aumenta tamanho do campo */
        opacity: 0;
        filter: alpha(opacity=0);
        outline: 0 none;
        cursor: pointer;
    }

#drop:hover {
    background: #eee;
}

.mybutton {
    float: right;
    outline: 0 none;
}

.select-wrapper {
    float: left;
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    background: url(../img/dropdown.png) no-repeat right center;
    border-radius: 6px 0 0 6px;
    outline: 0 none;
}

    .select-wrapper option {
        border-bottom: 1px solid #ccc;
        padding: 8px 5px;
        color: #666;
    }

    .select-wrapper, .select-wrapper select {
        width: 100%;
        height: 46px;
        line-height: 40px;
    }

        /*.select-wrapper:hover{background:#fff url(../img/dropdown-hover.png) no-repeat right center;}*/
        .select-wrapper .holder {
            display: block;
            margin: 0 35px 0 5px;
            white-space: nowrap;
            overflow: hidden;
            position: relative;
            z-index: -1;
        }

        .select-wrapper select {
            margin: 0;
            position: absolute;
            z-index: 2;
            cursor: pointer;
            outline: none;
            opacity: 0;
            /* CSS hacks for older browsers */
            _noFocusLine: expression(this.hideFocus=true);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -khtml-opacity: 0;
            -moz-opacity: 0;
        }
/***********************
********* Table ********
************************/

#tableListaReservas, #tableListaBlocos {
    border: none;
}

.text-strong {
    font-weight: bold;
}

.dataTables_wrapper select {
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px;
    outline: 0 none;
}

.dataTables_wrapper input[type="search"] {
    min-width: 320px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    outline: 0 none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

th {
    background: #337AB7;
    text-align: center;
    color: #fff;
    border-bottom: none !important;
    border-top-color: #337AB7 !important;
}

    th:first-child {
        border-left: none !important;
    }

    th:last-child {
        border-right: none !important;
    }

td {
    text-align: right;
    padding: 5px;
}

    td.left, th.left {
        text-align: left !important;
        padding-left: 20px !important;
    }

    td.center {
        text-align: center;
    }

.table-bordered {
    border: none !important;
}

/*@media only screen and (max-width: 380px) {
    .my-table td:nth-child(3),
    .my-table th:nth-child(3) {
        display: none;
    }
}*/

.dl-list dl {
    margin-bottom: 50px;
}

    .dl-list dl dt {
        background: #5f9be3;
        color: #fff;
        float: left;
        font-weight: bold;
        margin-right: 10px;
        padding: 5px;
        width: 100px;
    }

    .dl-list dl dd {
        margin: 2px 0;
        padding: 5px 0;
    }

@media only screen and (max-width: 640px) {
    .my-table td:nth-child(4),
    .my-table th:nth-child(4),
    .my-table td:nth-child(5),
    .my-table th:nth-child(5),
    .my-table td:nth-child(6),
    .my-table th:nth-child(6),
    .my-table td:nth-child(7),
    .my-table th:nth-child(7) {
        display: none;
    }
}

.my-table tfoot tr {
    background: #B8CEE2;
}

    .my-table tfoot tr td {
        border-top-color: #fff !important;
    }

th:first-child {
    border-left: none !important;
}

th:last-child {
    border-right: none !important;
}

input[type=radio ]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

    input[type=radio]:not(old) + label {
        display: inline-block;
        margin-left: -2em;
        line-height: 1.5em;
    }

        input[type=radio]:not(old) + label > span {
            display: inline-block;
            width: 1.2em;
            height: 1.2em;
            margin: 0.25em 0.5em 0.25em 0;
            border: 0.0625em solid rgb(192,192,192);
            border-radius: 50%;
            background: #ccc;
            vertical-align: bottom;
        }

    input[type=radio]:not(old):checked + label > span > span {
        display: block;
        width: 1.2em;
        height: 1.2em;
        border: 0.0625em solid rgb(115,153,77);
        border-radius: 50%;
        background: #5BC0DE;
    }

.responsive-table {
    width: 100%;
    float: left;
    background: #eee;
    border-bottom: 1px solid #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

    .responsive-table,
    .responsive-table dl {
        margin: 0;
        padding: 10px;
        font-size: 1em;
        line-height: 1em;
    }

        .responsive-table li {
            list-style: none;
            display: block;
            clear: both;
        }

        .responsive-table dl {
            float: left;
            display: inline;
            width: 25%;
            padding-left: 15px;
            border-right: 1px solid #ccc;
        }

            .responsive-table dl:last-child {
                border: none;
            }

        .responsive-table .first-row h3 {
            width: 15%;
            font-size: 2.2em;
            padding-top: 15px;
            color: green;
        }

        .responsive-table dt {
            display: none;
            font-weight: bold;
        }

        .responsive-table .first-row dt {
            display: inline;
        }

@media (max-width: 460px) {
    .responsive-table {
        border-radius: 0;
        border-bottom: none;
    }

        .responsive-table dl {
            float: left;
            display: inline;
            padding-bottom: 8px;
            margin-bottom: 1px;
            width: 100%;
            border: none;
            background: #5BC0DE;
            color: #fff;
        }
}

/***********************
********* Footer ******
************************/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    background: #2e2e2e;
    margin-top: 40px;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #45aed6;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #footer ul > li {
            display: inline-block;
            margin: 0 7.5px;
        }

@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}

@media (max-width: 768px) {
    #footer {
        text-align: center;
    }
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

/*LOCKERS*/
.legend {
    width: 183px;
    height: auto;
    margin: 21.7em auto 0;
    font-size: 1em;
    line-height: 2em;
    color: #2f3b61;
    font-weight: 700;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -10.2em;
    z-index: 5000;
}

    .legend ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .legend ul li {
            display: block;
            background-color: #333;
            height: 40px;
            padding: 1em 1.5em;
            margin-bottom: 1px;
            position: relative;
            -webkit-transition: -webkit-transform 0.5s, background-color .5s, color .5s;
            transition: transform .5s, background-color .5s, color .5s;
            text-align: center;
            outline: 0;
            cursor: help;
        }

            .legend ul li:nth-child(1) {
                background-color: #0D60A0;
            }

            .legend ul li:nth-child(2) {
                background-color: #95B1D1;
            }

            .legend ul li:nth-child(3) {
                background-color: #919297;
            }

            .legend ul li:nth-child(4) {
                background-color: #BC2024;
            }

            .legend ul li:hover {
                /*background-color: #171d30;*/
                -webkit-transform: translateX(8.9em);
                -moz-transform: translateX(8.9em);
                transform: translateX(8.9em);
                color: #fff !important;
            }

            .legend ul li p {
                display: block;
                color: #fff;
                text-decoration: none;
                width: 100%;
                line-height: 30px;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                left: 0;
            }

            .legend ul li span {
                display: block;
                position: absolute;
                font-size: 1em;
                /*height:2em;*/
                top: 50%;
                transform: translateY(-50%);
                -webkit-transform: translateY(-50%);
                right: 1px;
                color: #2f3b61;
                border: none !important;
            }

.button-locker {
    background-color: #9ACD32;
    display: inline-block;
    padding: 0;
    color: #FFF;
    width: 70px;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
}

a.button-locker:hover {
    position: relative;
    opacity: 0.8;
    /*background: #3CB371;*/
    text-decoration: none;
}

.button-locker span {
    text-align: center;
}

#imgCarregar {
    display: none;
}

#locker-legend {
    position: fixed;
    z-index: 3000;
    right: -104px;
    top: 40%;
    -webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}

    #locker-legend:hover {
        right: 0;
        -webkit-transition: 0.5s ease-in;
        -moz-transition: 0.5s ease-in;
        -o-transition: 0.5s ease-in;
        transition: 0.5s ease-in;
    }

.img-locker-legend {
    max-height: 40%;
}

.img-locker-livre {
    background: url('../img/Armarios-Cores_armario_azul_escuro.jpg') no-repeat center;
}

.img-locker-ocupado {
    background: url('../img/Armarios-Cores_armario_azul_claro.jpg') no-repeat center;
}

.img-locker-defeituoso {
    background: url('../img/Armarios-Cores_armario_cinza.jpg') no-repeat center;
}

/*END LOCKERS*/

#img-carregando {
    display: none;
}

.validation-summary-valid {
    display: none;
}

/*POPOVER*/
.popover-title {
    margin-bottom: 1.045em !important;
    padding: 10px 14px;
}

/*JANELA FLUTUANTE*/
#feedback {
    position: fixed;
    right: 0;
    bottom: 0;
    height: 390px;
    margin-right: -3px;
    margin-bottom: -3px;
    z-index: 6000;
}

#feedback-form {
    float: right;
    width: 360px;
    height: 100%;
    z-index: 1000;
    padding-left: 5px;
    padding-right: 10px;
    background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

    #feedback-form label {
        color: #222;
        float: left !important;
    }

.btn-help {
    float: right;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    width: 120px;
    height: 42px;
    background-color: rgba(0,0,0,0.5);
    margin-top: 60px;
    margin-right: -42px;
    padding-top: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .btn-help:hover {
        background-color: rgba(0,0,0,0.4);
    }

#feedback-form textarea {
    resize: none;
}

.modal-off {
    padding: 0 !important;
    webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box !important;
}
/*Arrumando layout para 5 colunas*/

/* Extra small devices (phones, less than 768px) -> sexta coluna deslocada */
@media (max-width: 992px) {
    .xs-margin {
        margin-left: 25%;
    }
}

/* Medium devices (desktops, 992px and up) -> quarta coluna deslocada */
@media (min-width: 992px) and (max-width: 1200px) {
    .md-margin {
        margin-left: 16.6666665%;
    }
}

/* Large devices (large desktops, 1200px and up) -> primeira coluna deslocada */
@media (min-width: 1200px) {
    .lg-margin {
        margin-left: 8.3333333%;
    }
}
