/*
Theme Name:  Rindu
Theme URI:
Author: DevelPixel
Author URI: 
Description: The 2014 theme for Bootstrap takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: rindu

BLUE: #4cddf3;
*/
/* ======== IMPORT FONT ========== */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:900,300,700);

.agt-input-feedback-icon {
    margin-right: 15px;
    top: 25px !important
}

.form-group {
    margin-bottom: 7px !important;
}

body {
    font-size: 13px !important;
}

/* ======== BOOTSTRAP STYLE ========= */

/*
    NAVBAR
*/
.navbar.navbar-default {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #25292c;
}

.navbar .navbar-brand {
    font-family: 'Raleway', sans-serif;
    padding: 0px 0px; /*Zerei por conta do logo da barra menu*/
    /*padding-right: 30px;*/
    color: #FCFCFC;
    font-weight: 900;
    text-transform: uppercase;
    height: auto;
    background: #4cddf3;
    outline: 0;
}

.navbar .navbar-brand img {
    margin-right: 5px;
}

.navbar .navbar-brand:hover {
    background: #1d2023;
    color: #FFF;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #4cddf3;
    color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #777;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: inherit;
}

.navbar-collapse {
    border-top: 0;
    box-shadow: none;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

@media (max-width: 767px) {
    .sub-item{
        margin-left: 2em !important;
    }
}

/*
===
*/
.navbar-info {
    padding: 7px 15px;
    background: #202326;
    /*#F5F5F5*/
    margin-bottom: 0;
    font-size: 12px;
}

.navbar-info li {
    list-style: none;
    display: inline;
    margin-left: 5px;
    margin-right: 15px;
    color: #818894;
}

/*
    DROPDOWN MENU
*/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 10px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #4cddf3;
    border: 0;
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-clip: padding-box;
}

.dropdown-menu li a {
    padding: 10px 15px;
    color: #FFF;
    font-weight: normal;
    line-height: 25px;
}

/*
    BUTTON  
*/
.btn {
    border-radius: 3px;
    font-size: 13px;
    font-weight: 700;
    outline: 0;
}

.btn-dark {
    background: #2f3238;
    color: #FFF;
    border-color: #2f3238;
}

.btn-dark:hover {
    background: #444;
    color: #FFF;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-outline {
    padding: 10px 15px;
    border: 1px solid #FFF;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-outline:hover {
    text-decoration: none;
    background: #25292c;
    border-color: #25292c;
}

/*
    FORM
*/
.form-control {
    height: 28px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #b8b8b8;
    background-color: #fff;
}

label {
    font-weight: 300;
}

/* ======== GENERAL ========== */
*, *:hover, *:focus, *:active {
    outline: 0;
}

body, html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #1d2023;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

a {
    outline: 0;
    color: #4cddf3;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #AAA;
}

code {
    white-space: inherit;
}

pre {
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px;
}

.white {
    color: #FFF !important;
}

.light {
    font-weight: 100 !important;
}

.medium {
    font-weight: 300 !important;
}

.main-color {
    color: #4cddf3;
}

.section-wrapper.text-left, .text-left {
    text-align: left;
}

.responsive-video iframe {
    border: 0;
}

/* give margin bottom when break into mobile resolution */
@media (max-width: 768px) {
    .mg-sm {
        margin-bottom: 30px;
    }

    .mg-sm:last-child {
        margin-bottom: 0;
    }
}

/* spacer */
.spacer {
    display: block;
    width: 100%;
}

.spacer.big {
    height: 100px;
}

.spacer.small {
    height: 20px;
}

.spacer.medium {
    height: 50px;
}

.animatez {
    opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: Alpha(opacity=0);
    /* IE8 and earlier */
}

.delay.one {
    animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    -moz-animation-delay: 0.15s;
    -webkit-animation-delay: 0.15s;
}

.delay.two {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay.three {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
}

.delay.four {
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay.five {
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
}

/*
    SUPER SLIDES
*/
#slides .slides-container {
    display: none;
}

#slides .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

#slides .scrollable:after {
    content: "";
    display: table;
    clear: both;
}

.slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 3;
    /*top: 46%;*/
    bottom: 50px;
    width: 100%;
    outline: 0;
}

.slides-navigation a {
    position: absolute;
    display: block;
    width: 56px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    background: #25292c;
    color: #FFF;
    outline: 0;
}

.slides-navigation a:hover {
    background: #4cddf3;
}

.slides-navigation a.prev {
    padding-right: 5px;
    border-right: 1px solid #1d2023;
    left: 0;
    -webkit-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}

.slides-navigation a.next {
    padding-left: 5px;
    border-left: 1px solid #1d2023;
    right: 0;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
    box-shadow: inset 1px 0px 0px 0px rgba(255, 255, 255, 0.05);
}

.slides-pagination {
    position: absolute;
    z-index: 2;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    padding-top: 15px;
    background: #25292c;
    letter-spacing: -999999999px;
}

.slides-pagination a {
    border-radius: 15px;
    outline: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 4px;
    line-height: 50px;
    content: '';
    overflow: hidden;
    background: #0e1011;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0e1011 0%, #1d2023 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0e1011), color-stop(100%, #1d2023));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0e1011 0%, #1d2023 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0e1011 0%, #1d2023 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0e1011 0%, #1d2023 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #0e1011 0%, #1d2023 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e1011', endColorstr='#1d2023', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
    -moz-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
    box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.14);
}

.slides-pagination a.current {
    background: #4cddf3;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
}

/* Fullscreen fixed background */
.fullscreen-image {
    position: fixed !important;
    z-index: -99;
}

.header-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}

.header-center h1, .header-center p {
    color: #FFF;
}

.header-center h1 {
    font-weight: 300;
    font-size: 80px;
    text-transform: uppercase;
}

.header-center h1 span {
    font-weight: 700;
}

@media (max-width: 768px) {
    .header-center h1 {
        font-size: 30px;
    }

    .header-center p {
        display: none;
    }
}

.header-center p {
    font-size: 22px;
    font-weight: 300;
}

.header-center a {
    color: #FFF;
    margin-top: 10%;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    font-size: 25px;
    display: inline-block;
    border: 2px solid #FFF;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    outline: 0;
}

.header-center a:hover {
    background: #25292c;
    border-color: #25292c;
    color: #4cddf3;
    outline: 0;
}

/* Animation of the content inside the header */
.header-center.fade-in {
    zoom: 0;
    animation: fadeit 1s ease-out forwards;
    animation-iteration-count: 1;
    -webkit-animation: fadeit 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation: fadeit 1s;
    -moz-animation-iteration-count: 1;
    -ms-animation: fadeit 1s;
    -ms-animation-iteration-count: 1;
}

@keyframes fadeit {
    from {
        top: 46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top: 50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

@-webkit-keyframes fadeit {
    from {
        top: 46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top: 50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

@-moz-keyframes fadeit {
    from {
        top: 46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top: 50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

@-ms-keyframes fadeit {
    from {
        top: 46%;
        filter: alpha(opacity=0);
        opacity: 0;
    }
    to {
        top: 50%;
        filter: alpha(opacity=100);
        opacity: 1;
    }
}

/*
    BACK TO TOP
*/
.totop {
    position: fixed;
    bottom: 0;
    right: 0px;
    width: 0px;
    height: 0px;
    color: #FFF;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent rgba(18, 24, 24, .4) transparent;
    z-index: 999;
}

.totop span {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    bottom: -27px;
    display: inline-block;
    left: -50px;
    cursor: pointer;
    height: 42px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    z-index: 1000;
}

.totop a {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.totop .first {
    top: 0px;
}

.totop .hover {
    top: 20px;
}

.totop .first i {
    color: #FFF;
}

.totop:hover {
    cursor: pointer;
}

.totop:hover span > a.first {
    top: -20px;
}

.totop:hover span > a.hover {
    top: 0px;
    color: #4cddf3;
}

/* ============= SECTION =============== */
.section-outter {
    position: relative;
    z-index: 2;
}

.section-wrapper {
    padding-top: 100px;
    background: #F7F7F7;
    text-align: center;
}

.section-title {
    text-align: center;
    position: relative;
    z-index: 2;
}

.section-title .title {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -1px;
    margin-bottom: 0;
    color: #25292c;
}

.section-title .subtitle {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-top: 0;
    color: #999;
}

.title-break {
    border-top: 3px solid #CCC;
    width: 80px;
    margin: 40px auto 100px auto;
    display: inline-block;
}

/*
    SECTION FILL    
*/
.section-fill {
}

.bg-parallax {
    background-size: cover !important;
    -moz-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.video-wrapper {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    background-position: center center;
}

.bg-video video {
    position: absolute !important;
    z-index: -3;
    clear: both;
}

.imac-wrapper {
    position: relative;
    height: 300px;
}

.imac-wrapper img {
    position: absolute;
    bottom: -175px;
    left: 50%;
    margin-left: -490px;
}

.imac-wrapper a img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 100%;
}

.imac-wrapper a:hover img {
    bottom: -165px;
}

@media (max-width: 768px) {
    .imac-wrapper {
        height: 200px;
    }

    .imac-wrapper img {
        margin-left: -330px;
        min-width: 650px;
    }
}

.video-overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.fill-wrapper {
    padding: 100px 0;
}

/*
    LEFT ICON
*/
.left-icon {
    text-align: left;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
}

.left-icon h4 {
    margin-bottom: 0;
    margin-top: 20px;
}

.left-icon .icon {
    position: absolute;
    left: 0px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    background: #4cddf3;
    color: #FFF;
    font-size: 20px;
}

/*
    TEAM
*/
.teams {
    background: #FFF;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

.teams .pict {
    position: relative;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.teams .pict img {
    position: relative;
    z-index: -1;
    max-width: 100%;
    width: 100%;
}

.teams h3 {
    color: #202020;
    font-weight: 400;
}

.teams .desc {
    padding: 25px;
}

.teams span {
    font-size: 13px;
    font-weight: 700;
    display: block;
    position: relative;
}

.teams .social a {
    width: 31px;
    height: 31px;
    position: relative;
    text-align: center;
    color: #202020;
    display: inline-block;
    margin-right: 5px;
    margin-top: 20px;
    border-radius: 50%;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #202020;
}

.teams .social a:hover {
    background: #202020;
    color: #FFF;
}

/*
    COUNTDOWN
*/
.countdown-wrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    background: rgba(37, 41, 44, 0.7);
    width: 100%;
    text-align: center;
}

.countdown-content {
    margin-top: 19%;
}

/* IE7 inline-block hack */
* + html .styled div {
    display: inline;
    zoom: 1;
}

.styled div span {
    display: block;
    width: 160px;
    margin-top: 10px;
    padding: 8px 12px;
    background: #4cddf3;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
    text-shadow: none;
    font-weight: 700;
}

.countdown-wrapper h2 {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}

.countdown-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}

.styled {
    text-align: center;
    color: #25292c;
}

.styled div {
    display: inline-block;
    margin: 0 10px;
    font-size: 70px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    background: #FFF;
    padding-top: 15px;
}

/*
    PORTFOLIO
*/
.portfolio-masonry-wrapper {
    font-size: 0;
    text-align: center;
}

.portfolio-item {
    /*min-width: 19.974335%;
    display: inline-block;*/
    width: 20%;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
}

@media (max-width: 1024px) {
    .portfolio-item {
        width: 25%;
    }
}

@media (max-width: 768px) {
    .portfolio-item {
        width: 33.3333333%;
    }
}

@media (max-width: 500px) {
    .portfolio-item {
        width: 50%;
    }
}

.portfolio-item img {
    width: 100%;
}

/*
    TESTIMONIAL
*/
.section-testimonial {
    background: url('../images/testi-bg.png') top center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.testimonial-list {
    padding: 0;
    margin: 0;
    width: 60%;
    margin: 0 auto;
    font-size: 0;
}

.testimonial-list .testimonial-item {
    display: inline-block;
    height: 64px;
    width: 64px;
    white-space: nowrap;
    position: relative;
}

.testimonial-list .testimonial-item .testimonial-icon {
    position: absolute;
    left: 12px;
    top: 0px;
    opacity: 0;
    z-index: 4;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -o-opacity: 0;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.testimonial-list .testimonial-item a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: rgba(0, 0, 0, 0);
    outline: 0;
}

.testimonial-list .testimonial-item .testi-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -15px;
    z-index: 3;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.testimonial-list .testimonial-item a.current ~ .testi-link, .testimonial-list .testimonial-item a:hover ~ .testi-link {
    bottom: 0;
    background: rgba(76, 221, 243, 0.8);
}

.testimonial-list .testimonial-item a.current ~ .testimonial-icon, .testimonial-list .testimonial-item a:hover ~ .testimonial-icon {
    top: 18px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
}

.testimonial-slider {
    margin: 5px auto;
    max-width: 700px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonial-slider p {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    line-height: 38px;
}

.testimonial-slider .testimonial-author {
    display: block;
    text-align: center;
    color: #8e8e90;
    font-size: 14px;
    margin-top: 10px;
    line-height: 32px;
}

/*
    FOOTER
*/
footer.footer {
    background: #4cddf3;
}

.footer-nav {
    margin: 0;
    padding: 0;
}

.footer-nav li {
    display: inline;
    font-size: 14px;
}

.footer-nav li a {
    color: #FFF;
    display: inline-block;
    margin: 3px 10px;
}

.footer-logo img {
    margin-bottom: 10px;
    text-align: center;
}

.footer-logo span {
    font-size: 13px;
    display: block;
}

.copyright {
    font-size: 12px;
    margin: 0 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}

/* ============ BLOG PAGES =============== */
.post {
    display: block;
    margin-left: 130px;
    position: relative;
    text-align: left;
}

.post {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.post figure {
    margin-bottom: 20px;
    position: relative;
}

.post figure img {
    width: 100%;
}

.post .post-meta {
    width: 100px;
    position: absolute;
    top: 0;
    left: -130px;
}

.post .post-meta .post-icon {
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    line-height: 53px;
    background: #25292c;
    display: inline-block;
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.post .post-meta .post-icon:hover {
    background: #4cddf3;
}

.post .post-meta h5 {
    font-size: 13px;
    margin-bottom: 3px;
    margin-top: 5px;
    font-weight: 700;
}

.post .post-meta span {
    font-size: 13px;
    font-weight: 300;
}

.post .post-meta span a {
    color: #4cddf3;
}

.post .post-title {
    font-size: 22px;
    line-height: 20px;
}

.post .post-title a {
    color: #25292c;
}

.post .post-title a:hover {
    color: #CCC;
}

.post pre {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 0;
}

.post .read-more {
    padding: 4px 7px;
    border: 1px solid #4cddf3;
    display: inline-block;
    font-size: 14px;
}

@media (max-width: 768px) {
    .post {
        margin-left: 0;
    }

    .post .post-meta {
        display: block;
        margin: 10px 0;
        width: 100%;
        position: relative;
        left: 0;
    }

    .post .post-meta h5, .post .post-meta span {
        display: inline;
    }

    .post .post-meta span {
        margin-right: 13px;
        padding-left: 5px;
    }

    .post .post-meta .post-icon {
        display: none;
    }
}

/*
    BLOG AUTHOR
*/
.post-author {
    padding: 0 20px 40px 20px;
    border: 1px solid #EDEDED;
    position: relative;
    background: #f5f5f5;
}

.post-author .blog-author-content {
    position: relative;
    display: block;
}

.post-author figure {
    width: 120px;
    position: relative;
}

.post-author .blog-author-info {
    margin-left: 120px;
    position: absolute;
    top: 0;
}

.post-author .media-heading a {
    color: #111;
}

.post-author .blog-author-info p {
    position: relative;
}

/* BLOG COMMENTS */
.blog-comments > h2 span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
}

.blog-comments form {
    margin-bottom: 40px;
}

.blog-comments .blog-comment-content figure img {
    border-radius: 50%;
    width: 75px;
    height: auto;
}

.blog-comments .blog-comment-content .comment-meta {
    display: block;
}

.blog-comments .blog-comment-content .comment-meta .media-heading {
    display: inline-block;
}

.blog-comments .blog-comment-content .comment-meta .in-reply, .blog-comments .blog-comment-content .comment-meta span.time {
    font-size: 12px;
    padding-left: 15px;
}

.blog-comments .blog-comment-content .comment-meta .comment-extra {
    display: inline-block;
}

.blog-comments .blog-comment-content .media-list li {
    padding: 15px;
}

.blog-comments .blog-comment-content .media-list li:nth-child(2n+1) {
    background: #f5f5f5;
}

.blog-comments .blog-comment-content .media-body .media-heading a {
    color: #111;
    padding-bottom: 1px;
    border-bottom: 1px dotted #85939b;
}

/*
    WIDGET
*/
.widget {
    display: block;
    margin-bottom: 40px;
    text-align: left;
}

.widget .widget-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: 700;
}

.widget ul {
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
}

.widget .input-default {
    border-radius: 3px;
    padding: 3px;
    border: none;
    display: inline-block;
}

.audio-wrapper {
    width: 90%;
    left: 5%;
    top: 80%;
    float: left;
    clear: both;
    position: absolute;
    background: #474747;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ3NDc0NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNjM2MzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #474747 0%, #363636 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #474747), color-stop(100%, #363636));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #474747 0%, #363636 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #474747 0%, #363636 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #474747 0%, #363636 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #474747 0%, #363636 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#474747', endColorstr='#363636', GradientType=0);
    /* IE6-8 */
    height: 50px;
    box-shadow: 0px 0px 3px #1E1E1E;
    -webkit-box-shadow: 0px 0px 3px #1e1e1e;
}

.audio-wrapper > div {
    box-shadow: inset 1px 1px 1px #5F5F5F;
    padding-bottom: 10px;
}

/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
    position: absolute;
    list-style-type: none;
}

.mejs-container .mejs-controls div {
    display: block;
    float: left;
}

.mejs-controls .mejs-button button {
    cursor: pointer;
    display: block;
}

.mejs-controls .mejs-time-rail span {
    display: block;
    position: absolute;
    cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: transparent;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: transparent;
    width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: transparent;
    width: 0;
}

.mejs-controls .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

/* end media element reset */

/* media element controls wrapper */
.mejs-controls {
    position: relative;
    height: 15px;
    margin-top: 15px;
    width: 96%;
    margin-left: 2.5%;
    float: left;
    background: transparent;
}

/* play button */
.mejs-controls .mejs-play button {
    width: 21px;
    height: 21px;
    margin-top: 3px;
    margin-left: 3px;
    background: url(../images/play-small.png) 0 0 no-repeat;
    border: none;
    outline: none;
    float: left;
}

/* pause button */
.mejs-controls .mejs-pause button {
    width: 21px;
    height: 21px;
    margin-top: 3px;
    margin-left: 3px;
    background: url(../images/pause.png) 0 0 no-repeat;
    border: none;
    outline: none;
    float: left;
}

.mejs-audio {
    width: 100% !important;
    margin: 0px;
    float: left;
    position: relative;
    left: 0px;
}

.mejs-controls .mejs-time-float, .mejs-controls .mejs-time-handle, .mejs-controls .mejs-time {
    display: none !important;
}

/* progress bar wrapper */
.mejs-controls .mejs-time-rail {
    position: relative;
    background: none;
    width: 70% !important;
    float: left;
    margin-left: 1.5%;
    clear: none;
    margin-top: 3px;
    height: 13px;
    overflow: hidden;
    padding: 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    border-bottom: 1px solid #3F3F3F;
    border-right: 1px solid #3F3F3F;
    box-shadow: inset 0px 0px 16px #121212;
    -webkit-box-shadow: inset 0px 0px 16px #121212;
}

.mejs-controls .mejs-time-rail .mejs-time-buffering, .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-time-rail .mejs-time-current {
    height: 13px;
}

/* progress */
.mejs-controls .mejs-time-rail .mejs-time-buffering {
    background: none;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: none;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #4cddf3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* audio bar */
.mejs-controls .mejs-volume-button {
    float: left;
    position: absolute;
    left: 78%;
    top: 3px;
}

.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button {
    width: 19px;
    height: 14px;
    border: none;
    outline: none;
    top: 14px;
    left: 588px;
}

.mejs-controls .mejs-mute button {
    background: url(../images/volume.png) no-repeat;
}

.mejs-controls .mejs-unmute button {
    background: url(../images/volume-muted.png) no-repeat;
}

.mejs-horizontal-volume-slider {
    box-shadow: inset 0px 0px 16px #121212;
    -webkit-box-shadow: inset 0px 0px 16px #121212;
    display: block;
    position: relative;
    height: 16px;
    width: 90px;
    left: 8%;
    margin-top: 2px;
    border-radius: 3px;
}

.mejs-horizontal-volume-total {
    height: 12px;
    display: block;
    width: 100%;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.mejs-horizontal-volume-current {
    background: #4cddf3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 14px;
    display: block;
    position: absolute;
    cursor: pointer;
    top: 1px;
    left: 0px;
}

@media (max-width: 768px) {
    .mejs-controls .mejs-time-rail {
        width: 45% !important;
    }

    .mejs-horizontal-volume-slider {
        display: none !important;
    }

    .mejs-controls .mejs-volume-button {
        left: 55%;
    }
}

/* ============== SHORTCODES ============= */

/*
    SKILL BAR
*/
.skill-bar ul {
    list-style: none;
    padding: 0;
}

.skill-bar ul li {
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #25292c;
    position: relative;
    margin-bottom: 15px;
}

.skill-bar ul li h5 {
    margin: 0;
    color: #FFF;
    line-height: 35px;
    position: absolute;
    font-weight: 700;
    /*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);*/
}

.skill-bar ul li .bar {
    padding-left: 15px;
    height: 100%;
    background: #4cddf3;
    width: 0%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.skill-bar ul li span {
    position: absolute;
    top: 0;
    right: 20px;
    color: #FFF;
}

/*
    PAGINATION
*/
.pagination {
    width: 100%;
    padding: 6px;
    border-radius: 0;
}

.pagination .pag-prev a, .pagination .pag-next a {
    background: #4cddf3;
    color: #FFF;
    border-color: #4cddf3;
}

.pagination .pag-prev a:hover, .pagination .pag-next a:hover {
    border-color: #DDD;
}

.pagination li.active a {
    background: #EEE;
    color: #111;
    border-color: #DDD;
    pointer-events: none;
}

.pagination li a {
    margin: 0 3px;
    border-color: #EDEDED;
    color: #111;
    font-size: 13px;
    border-radius: 3px;
    margin: 3px;
}

.pagination li a:hover {
    background: #EEE;
    color: #111;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

/* NEW */
.fullfilter {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(37, 41, 44, 0.7);
    z-index: 1;
}

.content-home-wrapper {
    z-index: 3;
    position: relative;
    width: 100%;
    height: 100%;
}

.home-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-wrapper {
    display: block;
    position: relative;
    min-height: 200px;
    height: 100%;
    width: 100%;
}

.home-video {
    position: relative;
    height: 100%;
    display: block;
}

.outter {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

/*
-------------------------

    BOOTSTRAP THEMING

-------------------------
*/

/*
    ACCORDION
*/
.panel-group .panel {
    margin-bottom: 5px;
}

.panel-group p {
    font-size: 16px;
}

.panel-group .panel {
    border: 0;
    border-radius: 0;
    margin-top: 0 !important;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    border-radius: 0;
    border-top: 1px solid transparent;
    padding: 0;
}

.panel-default > .panel-heading {
    color: #1A1E22;
    background-color: #e5e8eb;
    border-color: transparent;
}

.panel-title {
    font-size: 16px;
    color: inherit;
    font-weight: 700;
    display: block;
}

.panel-title a {
    display: block;
    padding: 20px;
    text-decoration: none;
}

.panel-title a:hover {
    color: #FFF;
}

.panel-body {
    background: #FFF;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 0;
}

/*
    NAV TABS
*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #FFF;
    color: #e5e8eb;
    border-radius: 0;
    webkit-border-radius: 0;
    border-top: 0;
    border-left: none;
    border-bottom: 0;
    border-right: 0;
}

.nav-tabs {
    border-bottom: 0;
    overflow: hidden;
}

@media screen and (max-width: 440px) {
    .nav-tabs li {
        width: 30%;
    }
}

.nav-tabs > li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: inherit;
    background: #e5e8eb;
    font-weight: 700;
    border-left: none;
    margin: 0;
    margin-right: 5px;
    padding: 15px 20px;
    border-radius: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-tabs > li.active:first-child > a:hover {
    border-left: 0;
    border-bottom: 0;
}

.nav-tabs > li > a {
    border-bottom: 1px solid #CCC;
    border: 0;
    color: #1A1E22;
}

.nav-tabs > li > a:hover {
    color: #FFF;
    background: #3a3e45;
    border-top: 0;
    border-right: 0;
    border-left: none;
    border: 0;
}

.nav-tabs > li:first-child > a {
    border-left: 0;
}

.tab-content {
    background: #FFF;
    padding: 15px;
    border: 0;
}

/*
    TOOLTIP
*/
.tooltip {
    font-size: 14px;
}

.tooltip-inner {
    padding: 15px 15px;
    border-radius: 0;
    background: #1A1E22;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #1A1E22;
    border-width: 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #1A1E22;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #1A1E22;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1A1E22;
}

/*
    LABEL
*/
.label {
    padding: 5px 8px;
    border-radius: 0;
}

.label-warning {
    background: #deb14d;
}

.label-info {
    background: #52adda;
}

.label-success {
    background: #70bc70;
}

.label-danger {
    background: #c46868;
}

/*
    PROGRESS BAR
*/
.progress {
    height: 25px;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.07);
    box-shadow: none;
}

.progress-bar {
    padding: 20px;
}

/*
    PANEL
*/
.panel {
    border-radius: 0;
}

.panel .panel-heading {
    border-radius: 0;
}

.panel .panel-heading h3 {
    padding: 10px;
}

/*
    WELL
*/
.well {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.07);
    border: 1px solid #85939b;
}

/*
    ICON
*/
.bs-glyphicons {
    margin: 0 -19px 20px -16px;
    overflow: hidden;
}

.bs-glyphicons-list {
    padding-left: 0;
    list-style: none;
}

.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}

.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #fff;
    background-color: #f9f9f9;
}

/*PRICING TABLE*/
.column-pricing-table {
    float: left;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.pricing-table {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-sizing: border-box;
}

.pricing-table:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2) !important;
}

.pricing-table .header {
    background-color: #F9C81E;
    color: white;
    font-size: 20px;
}

.pricing-table li {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
}

.pricing-table .grey {
    background-color: #eee;
    font-size: 15px;
}

.pricing-table .white {
    background-color: #ffffff;
    color: black !important;
    font-size: 12px;
}

.label-atendimento {
    font-weight: lighter;
}

.div-label-atendimento {
    text-align: left;
}

.label-required:after {
    content: " *";
    color: red;
    font-weight: bolder;
}

.maozinha {
    cursor: pointer;
}

.table > tbody + tbody {
    border-top: 0px;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: rgb(0, 0, 0);
}

.botao-novo-registro {
    background-color: #0c4873;
    border: solid 1px #0c4873;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    color: #ffffff;
}

.botao-novo-registro:focus, .botao-novo-registro:hover {
    color: #cdcdcd;
}

.titulo-funcionalidade {
    font-size: 24px;
    font-weight: 500;
    color: #0c4873;
}

.titulo-funcionalidade-preto {
    font-size: 24px;
    font-weight: 500;
    color: #1d2023;
}

.titulo-coluna-tabela-pesquisa-dinamica {
    font-size: 12px;
    font-weight: 600;
    color: #0c4873;
    text-transform: uppercase;
}

.titulo-coluna-tabela-pesquisa-dinamica-preto {
    font-size: 13px;
    font-weight: 600;
    color: #1d2023;
}

.bordas-removidas {
    border-bottom-width: 0px !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.custom-field-title {
    color: #25292c;
    margin-bottom: 0px;
    font-size: 13px;
}

.classe-abas li {
    margin-bottom: 5px !important;
}

.classe-abas a {
    background-color: #0c4873 !important;
    font-size: 12px !important;
    border: 2px solid #0c4873 !important;
    color: white !important;
}

.classe-abas a:hover {
    background-color: #dedede !important;
    color: #0c4873 !important;
}

.classe-abas li.active > a {
    background-color: white !important;
    color: #0c4873 !important;
    border-left: 2px solid #0c4873 !important;
    border-top: 2px solid #0c4873 !important;
    border-right: 2px solid #0c4873 !important;
    border-bottom-width: 0px !important;
}

/* Home page cards */
.vr-container {
    border-left: 12px solid;
    background-color: #f5f5f5;
    border-radius: 3px;
    height: 90px;
    margin: 5px;
    width: 220px;
}

.vr-container-small {
    border-left: 9px solid;
    background-color: #f5f5f5;
    border-radius: 3px;
    margin: 5px;
}

.vr-container-small-ct {
    border-bottom: 3px solid;
    margin: 5px;
}

.vr-ct {
    border-color: #1e88e5 !important;
}

.ct-span {
    font-size: 14px;
    /* font-weight: normal; */
    color: #337ab7;
    padding-left: 5px;
}

.vr-container:hover {
    box-shadow: 1px 1px 3px 1px rgba(37, 41, 44, 0.27058823529411763);
    cursor: pointer;
}

@media (max-width: 990px) {
    .vr-container {
        height: 95px;
    }
}

.vr-blue {
    border-color: #337ab7 !important;
}

.vr-cyan {
    border-color: #00BCD4 !important;
}

.vr-grey {
    border-color: #95afc0 !important;
}

.vr-purple {
    border-color: #6E2A92 !important;
}

.vr-txt-blue {
    color: #337ab7 !important;
}

.vr-txt-green {
    color: #52B67E !important;
}

.vr-txt-black {
    color: #0a0c0db0 !important;
}

.vr-txt-cyan {
    color: #00BCD4 !important;
}

.vr-txt-grey {
    color: #95afc0 !important;
}

.vr-txt-purple {
    color: #6E2A92 !important;
}

.vr-img {
    margin-top: 10px;
    padding-left: 10px;
}

.vr-pd-10p {
    padding-top: 10px;
}

.vr-sell-text {
    font-size: 22px;
    font-weight: bold;
    color: #337ab7;
    margin-left: 10px;
}

.vr-active-text {
    font-size: 22px;
    color: #555;
    margin-left: 10px;
}

.vr-txt-center {
    text-align: center;
}

.vr-txt-left {
    text-align: left;
}

.vr-txt-right {
    text-align: right;
}

.vr-label-text {
    font-size: 12px;
    /* font-weight: 500; */
    /* margin-left: 60px; */
    font-weight: bold;
    color: grey;
    text-transform: uppercase;
}

.vr-no-row {
    width: 100%;
    text-align: left;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.vr-no-row-small {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-top: 5px;
    text-align: right;
}

.vr-no-pad {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.vr-div-left {
    margin-top: 26px;
    padding-left: 10px;
    width: 32px;
    height: 31px;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    cursor: pointer;
}

.vr-div-left:hover {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: white !important;
    cursor: pointer;
}

.vr-arrow-left {
    margin-top: 8px;
    margin-left: 0px;
    color: #0c4873;
}

.vr-arrow-left:hover {
    color: white;
}

.vr-div-right {
    margin-top: 26px;
    padding-left: 10px;
    width: 32px;
    height: 31px;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    cursor: pointer;
}

.vr-div-right:hover {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: white !important;
    cursor: pointer;
}

.vr-arrow-right {
    margin-top: 8px;
    margin-left: 2px;
    color: #0c4873;
}

.vr-arrow-right:hover {
    color: white;
}

.vr-btn-filter {
    width: 40px;
    border-radius: 3px !important;
    border-color: #0c4873;
    height: 32px;
}

.vr-btn-filter__active {
    width: 40px;
    border-radius: 3px !important;
    border-color: #0c4873;
    height: 32px;
    background-color: #0c4873;
}

.vr-btn-filter__active:hover {
    color: #0c4873 !important;
    border-color: #0c4873 !important;
}

.vr-icon-filter {
    color: #0c4873;
}

.vr-icon-filter__active {
    color: white;
}

.vr-icon-filter__active:hover {
    color: #0c4873 !important;
}

.vr-bg-top {
    padding-bottom: 15px;
    background-color: whitesmoke;
    padding-top: 15px;
}

.vr-btn-clear {
    margin-top: 8px;
    width: 118px;
}

.vr-filter-label {
    color: #0c4873;
    font-size: 14px;
    font-weight: bold;
}

.progress-charts {
    height: 7px !important;
    border-radius: 3px !important;
    margin-bottom: 5px !important;
}

.progress-bar-charts {
    padding: 0px !important;
    line-height: 0.7 !important;
    font-size: 12px !important;
    box-shadow: none !important;
}

.progress-chart-block {
    height: 300px;
    padding-top: 30px;
}

.progress-bar-color1 {
    background-color: #1976d2 !important;
}

.progress-bar-color2 {
    background-color: #1e88e5 !important;
}

.progress-bar-color3 {
    background-color: #2196f3 !important;
}

.progress-bar-color4 {
    background-color: #42a5f5 !important;
}

.progress-bar-color5 {
    background-color: #64b5f6 !important;
}

@media (max-width: 990px) {
    .resumo-producao {
        margin-bottom: 10px;
    }

    .projecao-home-page .col-md-3 {
        margin-bottom: 15px;
    }

    .projecao-home-page .col-md-3 > div {
        border: 2px solid #f5f5f5;
        border-radius: 3px;
    }

    .centralizar-quando-mobile {
        text-align: center;
    }
}

@media (min-width: 991px) {
    .projecao-home-page {
        background-color: #f5f5f5;
        border-radius: 3px;
    }

    .text-right-desktop {
        text-align: right;
    }
}

.resumo-numeros-text {
    font-weight: bold;
    margin-left: 10px;
}

.removerEstiloBotao {
    border-top-width: 0px;
    border-top-style: solid;
    border-right-width: 0px;
    border-right-style: solid;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-left-width: 0px;
    border-left-style: solid;
    padding-right: 0px;
    padding-left: 0px;
}

.funil {
    border: 2px solid #25292C;
    border-radius: 8px;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    background-color: #25292C;
    margin-right: 10px;
    margin-bottom: 10px;
}

.titulo-funil {
    color: #FFFFDC;
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
    overflow-wrap: break-word;
}

.subtitulo-funil {
    color: #FFFFDC;
    font-size: 12px;
    padding: 0 5px;
    overflow-wrap: break-word;
}

.item-funil {
    background-color: white;
    padding: 4px;
    border-radius: 0px 0px 8px 8px;
}

.caixa-item-funil {
    color: #FFFFDC;
    font-size: 20px;
    padding: 4px;
    background-color: #E3E3E3;
    margin-bottom: 4px;
    border-radius: 8px;
}

.caixa-item-funil-lead-mailing {
    background-color: #f8ea99;
}

.caixa-item-funil-lead-disponivel {
    background-color: #b1e1a2;
}

.caixa-item-funil-lead-contestado {
    background-color: #f7f0a8;
}

.caixa-item-funil-lead-cancelado {
    background-color: #f1d8cc;
}

.titulo-item-funil {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: bold;
    overflow-wrap: break-word;
}

.subtitulo-item-funil {
    color: #5d5d5d;
    font-size: 11px;
    overflow-wrap: break-word;
}

.badge-funil {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 3px;
    margin-top: 5px;
    margin-right: 2px;
}

.badge-funil-lead {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ECA90A;
    border-radius: 3px;
    margin-top: 5px;
    margin-right: 2px;
}

.limitar-descricao {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-margin-top {
    margin-top: 0px;
}

.bold {
    font-weight: bold;
}

.height-150 {
    height: 150px !important;
}

/*CAMPANHAS*/
.quadro-individual-campanha {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    padding: 10px;
}

.titulo-campanha {
    color: #0c4873;
    font-size: 16px;
    font-weight: bold;
}

/*ANEXO ARQUIVO*/
.quadro-individual-arquivo-anexado {
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #F9F9F9;
    padding: 10px;
}

.nome-arquivo-anexado {
    color: #0c4873;
    font-size: 16px;
    font-weight: bold;
}

.div-ajax-carregamento-pagina {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 100%;
    height: 80%;
    z-index: 9999997;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65);
    background: black;
    text-align: center;
}

.div-mensagem-usuario-vivo-corp-bloqueado {
    width: 600px;
    height: 150px;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: ghostwhite;
    opacity: 0.9;
    text-align: center;
}

@media (max-width: 500px) {
    .div-mensagem-usuario-vivo-corp-bloqueado {
        height: 35%;
        padding: 0 10px;
    }

    .mobile-margin-bottom-30px {
        margin-bottom: 30px !important;
    }
}

div.buttons-center-responsive {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

div.centralizado-financeiro {
    position: relative;
    height: 55%;
}

div.inner-financeiro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ul-autocomplete {
    overflow: hidden;
    overflow-y: scroll;
}

.panel-default > .panel-heading-custom {
    background: #25292C;
    color: #fff;
}

.dashboard-meta {
    text-align: center;
    font-size: 13px;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    /*border: 5px solid white;*/
}

.dashboard-meta > tbody {
    font-size: 17px;
}

.tabela-resumo-vendas-fixas > tbody {
    font-size: 15px;
}

.dashboard-meta > tbody > tr > td > a {
    font-size: 13px;
}

.dashboard-meta > thead > tr > th {
    border-bottom-width: 0px !important;
    text-align: center;
    border-left: 3px solid #F2F2F2;
    border-right: 3px solid #F2F2F2;
}

.dashboard-meta > tbody > tr > td {
    line-height: 10px !important;
    min-height: 10px !important;
    max-height: 10px !important;
    height: 10px !important;
    width: 90px !important;
    font-weight: bold;
    border-left: 3px solid #F2F2F2 !important;
    border-right: 3px solid #F2F2F2 !important;
}

.dashboard-meta > tbody > tr > td > label {
    text-align: justify;
    text-justify: inter-word;
    line-height: 20px !important;
    font-size: 12px;
    min-width: 120px;
}

.dashboard-meta > thead > tr > th {
    line-height: 10px !important;
    min-height: 10px !important;
    max-height: 10px !important;
    height: 10px !important;
}

.switch__container {
    margin: 30px auto;
    width: 60px;
}

.switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px;
}

.switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.switch--flat + label {
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #0c4873;
    transition: background 0.4s;
}

.switch--flat + label:before,
.switch--flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

.switch--flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    transition: background 0.4s;
}

.switch--flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 18px;
    background-color: #0c4873;
    transition: margin 0.4s, background 0.4s;
}

.switch--flat:checked + label {
    background-color: #0c4873;
}

.switch--flat:checked + label:after {
    margin-left: 34px;
    background-color: #0c4873;
}

.negociacaocopiada {
    background-color: #aeffa591;
}

.donutchart {
    width: 100%;
    min-height: 550px;
}

.transicao {
    -webkit-animation: fadeIn 1.2s ease-in-out;
    -moz-animation: fadeIn 1.2s ease-in-out;
    -o-animation: fadeIn 1.2s ease-in-out;
    animation: fadeIn 1.2s ease-in-out;
}

.meta-geral-por-consultor table {
    position: relative;
    border-collapse: separate;
}
.fc-button-primary{
    background-color: #25292c !important;
    border-color: #25292c !important;
}
.fc-center h2 {
    text-transform: uppercase;
}


.meta-geral-por-consultor td, th {
    padding: 0.25em;
}

.meta-geral-por-consultor thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background: #F2F2F2;
}

.meta-geral-por-consultor thead th:first-child {
    left: 0;
    z-index: 1;
}

.meta-geral-por-consultor tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background: #F2F2F2;
}

.div-desmembramento-pedido {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: ghostwhite;
    padding-right: 15px;
    padding-left: 15px;
}


.table-desmembramento table {
    position: relative;
    border-collapse: separate;
}

.table-desmembramento td, th {
    padding: 0.25em;
}

.table-desmembramento thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    background: ghostwhite;
}

.table-desmembramento thead th:first-child {
    left: 0;
    z-index: 1;
}

.table-desmembramento tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background: ghostwhite;
}

/*NOTIFICACAO*/
.badge{
    padding: 3px 5px 2px;
    position: absolute;
    top: 8px;
    right: 5px;
    display: inline-block;
    min-width: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
}
.badge-danger {
    background-color: #db5565;
}

@keyframes balancar {
    0%,30%,50%, 70%, 90% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    20% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }


    40% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    60% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    80% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

.balancar-sino {
    animation-name: balancar;
    animation-duration: 1s;
    animation-delay: 0.5s;
}


.div-map-box {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: transparent;
    opacity: 0.9;
    text-align: center;
}

@media (max-width: 500px) {

    .div-map-box {
        width: 90%;
        height: 50%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: transparent;
        opacity: 0.9;
        text-align: center;
    }

}

.div-map {
    width: 100%;
    height: 100%;
}