img {
    width: 100% !important;
}

.img-thumbnail {
    border-radius: 0;
}

code {
    border-radius: 0;
}

pre {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    webkit-box-shadow: none;
}

    .form-control:focus {
        border-color: gray;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-sm {
    border-radius: 0;
}

.input-lg {
    border-radius: 0;
}

.btn {
    border-radius: 0;
}

.btn-lg {
    border-radius: 0;
}

.btn-sm,
.btn-xs {
    border-radius: 0;
}

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group-xs > .btn {
    border-radius: 0;
}

.btn-group-sm > .btn {
    border-radius: 0;
}

.btn-group-lg > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 5;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 5;
}

.btn-custom {
    background: none;
    color: rgba(255,255,255,1);
}

    .btn-custom:hover, .btn-custom:active, .btn-custom:focus {
        border: 1px solid rgba(255,255,255,1);
        color: rgba(255,255,255,1);
        background: none;
    }

.btn-facebook {
    background: rgb(59,89,152);
    color: rgb(255,255,255);
}

    .btn-facebook:hover {
        background: rgb(26,66,138);
        color: rgb(255,255,255);
    }

.icon-bar {
    background: rgb(255,255,255);
}

.well {
    border: none;
    background: none;
    padding: 14px 10px;
    margin: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
}

.input-group-addon {
    border-radius: 0;
}

    .input-group-addon.input-sm {
        border-radius: 0;
    }

    .input-group-addon.input-lg {
        border-radius: 0;
    }

.nav-tabs > li > a {
    border-radius: 0;
}

.nav-pills > li > a {
    border-radius: 0;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0;
    }
}

.navbar-toggle {
    border-radius: 0;
}

    .navbar-toggle .icon-bar {
        border-radius: 0;
    }

.navbar-custom {
    background: #fff !important;
    /*background-color: #00506c !important;*/
    border: none !important;
}

    .navbar-custom a {
        color: #fff !important;
        font-weight: 600 !important;
    }

        .navbar-custom a:hover {
            color: #eee !important;
        }

    .navbar-custom .dropdown-menu {
        background-color: #666666 !important;
    }

        .navbar-custom .dropdown-menu a {
            color: #fff !important;
            font-weight: 400 !important;
        }

            .navbar-custom .dropdown-menu a:hover {
                background-color: #999999 !important;
            }


.navbar-right li:hover {
    /*background-color: #d71f1c !important;*/
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 450px;
    margin: 0;
}

.nav-custom a {
    padding: 22px 10px !important;
    color: #fff !important;
    font-size: 12pt !important;
    font-family: Calibri !important;
}


.nav-custom li.associado {
}

    .nav-custom li.associado:hover {
    }

.breadcrumb {
    border-radius: 0;
}

.pagination {
    border-radius: 0;
}

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.pagination {
    border-radius: 0;
}

    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pager li > a,
.pager li > span {
    border-radius: 0;
}

.label {
    border-radius: 0;
}

.badge {
    border-radius: 0;
}

.container .jumbotron {
    border-radius: 0;
}

.alert {
    border-radius: 0;
}

.alert-default {
    border: solid 1px #e9e9e9;
    background-color: #f9f9f9;
}

.progress {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list-group-item.active {
    background-color: #888 !important;
    border-color: #888 !important;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


.panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-footer {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.well {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.well-lg {
    border-radius: 0;
}

.well-sm {
    border-radius: 0;
}

.close {
    text-shadow: none;
}

.modal {
    background-color: rgba(0,0,0,0.6);
}

.modal-header {
    border: none;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 70%;
    }
}
.modal-content {
    background-color: #fff !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: black !important;
    border-radius: 15px;
    border: none;
}

@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.tooltip-inner {
    border-radius: 0;
}

.popover {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.popover-title {
    border-radius: 0;
}

.carousel-control {
    text-shadow: none;
}

.carousel-indicators {
    margin-bottom: -50px;
}

    .carousel-indicators li {
        border: solid 1px #333;
    }

    .carousel-indicators .active {
        background-color: #333 !important;
        border: solid 1px white;
    }

.carousel-caption {
    text-shadow: none;
}

.btn:active, .btn:focus, a:active, a:focus {
    outline: 0;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}

select {
    border: 1px solid #ddd;
    padding: 3px;
}

.green {
    color: green;
}

.red {
    color: red;
}
/*@font-face {
font-family: 'open_sanscondensed_light';
src: url('../fonts/OpenSans-CondLight-webfont.eot');
src: url('../fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSans-CondLight-webfont.woff') format('woff'),
url('../fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
url('../fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_proregular';
src: url('../fonts/sourcesanspro-regular-webfont.eot');
src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'),
url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DroidSansRegular';
src: url('../fonts/DroidSans-webfont.eot');
src: url('../fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/DroidSans-webfont.woff') format('woff'),
url('../fonts/DroidSans-webfont.ttf') format('truetype'),
url('../fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
font-weight: normal;
font-style: normal;
}*/

/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);*/

body {
    /*font-family: 'source_sans_proregular';*/
    font-family: Poppins, sans-serif !important;
    color: #333;
    background: #fff;
}

header {
    padding-top: 10px;
    background: #f1f1f1;
}

    header .well {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        padding: 0;
        padding-top: 20px;
        border: 0;
        background: transparent;
    }

    header .logo {
        padding: 0;
    }

        header .logo a {
            color: #333;
            font-size: 35px;
            /*font-family: 'open_sanscondensed_light';*/
            font-family: 'Roboto', sans-serif;
        }

            header .logo a span {
                color: #333;
            }

            header .logo a:hover {
                text-decoration: none;
            }

.slider {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
}

ul.bxslider {
    list-style: none;
}

.bx-wrapper .bx-viewport {
    top: 0;
    left: 0;
    box-shadow: 0 0 0 1px #ddd;
}

.bx-wrapper img {
    width: 100%;
}

.bx-viewport {
    max-height: 500px !important;
}

.input-search {
    position: relative;
    z-index: 1;
}

.btn-group-cart, .btn-group-cart .btn {
    width: 100%;
}

    .btn-group-cart .btn {
        text-align: center;
    }

    .btn-group-cart .dropdown-menu {
        z-index: 1001;
        left: inherit;
        right: 0;
    }

    .btn-group-cart .icon-cart {
        margin-right: 5px;
    }

ul.cart-content {
    min-width: 250px;
}

    ul.cart-content b {
        font-weight: normal;
        display: block;
        /*font-family: 'DroidSansRegular';*/
        font-family: 'Roboto', sans-serif;
        /*font-size: 16px;*/
        color: #333;
    }

.link-p {
    display: block;
    min-height: 250px;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.first-p {
    min-height: 200px;
}

.def-img {
    position: inherit !important;
    width: auto !important;
    height: inherit !important;
    max-width: inherit !important;
    max-height: inherit !important;
    left: inherit !important;
    top: inherit !important;
}

.thumbnail {
    border-radius: 0;
    border: solid 1px #fff;
    box-shadow: #e9e9e9 0px 0px 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: box-shadow 0.3s ease-in-out;
}

    .thumbnail .btn {
        transition: background-color 0.3s ease-in-out;
    }

    .thumbnail:hover {
        /*border: 1px solid gray;*/
        box-shadow: #bbbbbb 0px 0px 10px;
    }

        .thumbnail:hover .btn {
            /*border: 1px solid gray;*/
            /*background-color: red !important;*/
            color: #fff;
            background-color: #333;
            border-color: #333;
        }

    .thumbnail p {
        font-size: 90%;
    }

    .thumbnail img {
        padding: 15px;
    }


.prod-caption {
    background: #fff;
    /*    border-top: 1px solid #ddd;*/
}

    .prod-caption h4 {
        font-size: 13pt;
        height: 22px;
        overflow: hidden;
        font-weight: bold;
    }

    .prod-caption p {
        font-size: 14px;
        height: 50px;
        overflow: hidden;
        font-weight: 400;
    }

span.title {
    display: block;
    font-size: 24px;
    border-bottom: 3px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
    /*font-family: 'open_sanscondensed_light';*/
    font-weight: 600;
    color: #333 !important;
    /*text-transform: uppercase;*/
}

footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #333;
    background-color: #fbfbfb;
    border-top: solid 3px #f1f1f1;
    /*background-color: #00506c !important;*/
}

    footer h4 {
        /*border-bottom: 1px solid #5d5d5d;*/
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: 600;
    }

    footer .column ul {
        font-size: 16px;
        list-style: none;
        padding: 0;
        line-height: 22px;
    }

        footer .column ul a {
            color: #555;
        }

    footer .copyright {
        padding: 30px 0px;
        color: #acacac;
        font-size: 15px;
        font-weight: 500;
        /*background: rgb(25, 25, 25);*/
    }

.navbar {
    margin-top: 15px;
    margin-bottom: 0;
    border-color: #384248;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        background-color: #f9f9f9;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}

.search-box {
    margin-top: 5px;
}

    .search-box input {
        font-size: 12pt !important;
        font-weight: 500;
    }

        .search-box input::placeholder {
            font-size: 12pt !important;
            font-weight: 300;
        }

@media (min-width: 768px) {
    .search-box {
        width: 400px;
        margin-top: 5px;
    }
}

@media (min-width: 1536px) {
    .search-box {
        width: 500px;
        margin-top: 5px;
    }
}

.navbar li a {
    /*font-family: 'open_sanscondensed_light';*/
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #333 !important;
    -ms-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

    .navbar li a:hover, .navbar li a.active {
        background-color: #333;
    }

.navbar li.nav-dropdown .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 768px) {
    .navbar li.nav-dropdown ul li a {
        font-family: Arial;
        font-size: 15px;
        color: #333 !important;
        text-transform: inherit;
    }

        .navbar li.nav-dropdown ul li a:hover {
            background-color: #f1f1f1 !important;
        }
}

.catalogue-pagination {
    margin: 0;
    margin-bottom: 40px;
}

    .catalogue-pagination li.disabled:hover a {
        cursor: default;
    }

    .catalogue-pagination li a {
        -ms-transition: all 100ms ease-in-out 0s;
        -moz-transition: all 100ms ease-in-out 0s;
        -webkit-transition: all 100ms ease-in-out 0s;
        -o-transition: all 100ms ease-in-out 0s;
        transition: all 100ms ease-in-out 0s;
        padding: 3px 12px;
    }

.back-top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 30px;
    background: #384248;
    color: #fff;
    height: 23px;
}

    .back-top:hover, .back-top:focus, .back-top:active {
        color: #fff;
    }

    .back-top:hover {
        -ms-transition: all 100ms ease-in-out 0s;
        -moz-transition: all 100ms ease-in-out 0s;
        -webkit-transition: all 100ms ease-in-out 0s;
        -o-transition: all 100ms ease-in-out 0s;
        transition: all 100ms ease-in-out 0s;
        background: #263238;
    }

.tbl-cart thead {
    background: #f8f8f8;
}

.tbl-cart .td-qty {
    white-space: normal !important;
    width: 130px;
}

.btns-cart .btn {
    margin-right: 3px;
}

.tbl-checkout tbody tr td:nth-child(odd) {
    background: #f8f8f8;
}

.input-qty-detail .bootstrap-touchspin {
    float: left;
    margin-right: 5px;
    width: 130px;
}

.product-thumb-image {
    padding: 2px;
}

    .product-main-image, .product-thumb-image .thumbnail {
        margin-bottom: 0;
    }

.product-main-image {
    cursor: zoom-in;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.product-main-image-container {
    position: relative;
}

.product-loader {
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
    width: 60px;
    height: 9px;
}

.product-short-detail label {
    font-weight: normal;
}

.product-short-detail .col-xs-8:before {
    margin-right: 3px;
    content: ':';
}

.the-list {
    float: left;
    margin: 10px 0;
    width: 100%;
}

    .the-list h3 {
        margin: 0;
    }

    .the-list select {
        display: inline;
        width: auto;
    }

.input-qty-detail .bootstrap-touchspin {
    float: left;
    margin-right: 5px;
    width: 130px;
}

.add-to-detail a {
    color: #333;
    font-size: 12px;
}

.product-detail-tab .nav-tabs a:focus, .product-detail-tab .nav-tabs a:active {
    outline: 0;
}

.product-detail-tab .well {
    border-top: 0;
    background: #fff;
}

#detail table tr td:first-child, .comparison tbody tr td:first-child, .compare-product {
    background: #f8f8f8;
}

.comparison {
    text-align: center;
}

    .comparison tbody tr td:first-child {
        text-align: left;
    }

.product-rating {
    margin-top: 5px;
    color: #FFCC00;
    font-size: 12px;
}

.media a.pull-left:hover {
    text-decoration: none;
}

#review .media {
    padding-bottom: 10px;
}

.tbl-cart .td-qty {
    width: 130px;
}

.tbl-cart label {
    font-weight: inherit;
}

.tbl-cart thead {
    background: #f8f8f8;
}

.login-form {
    max-width: 380px;
    margin-top: 10px;
}

    .login-form .panel {
        border: 1px solid #ddd;
        background-color: #fff;
    }

.btn-login-social {
    width: 30px;
}

@media (min-width: 992px) {
    .product-detail {
        float: right;
    }
}

.white-container {
    position: relative;
    padding: 15px;
    background-color: #fff;
}

.list-group-submenu {
    margin-left: 20px;
}

.panel-cat {
    border: 0;
}

    .panel-cat > a {
        background-color: #fff;
    }

        .panel-cat > a.active {
            background-color: #555 !important;
            border: none !important;
            color: white !important;
        }

    .panel-cat i.fa-caret-down {
        margin-left: 10px;
    }

    .panel-cat .list-group-sub > a {
        padding-left: 25px;
    }

    .panel-cat .list-group-sub a:last-child {
        border-bottom: 0;
    }

    .panel-cat .list-group-sub:last-child a:last-child {
        border-bottom: 1px solid #ddd;
    }

/*video bg*/
.background-video {
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}

video,
source {
    bottom: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
}

.loaded .ytplayer-container {
    display: block;
}

.loaded .placeholder-image {
    opacity: 0;
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    min-height: 600px;
    max-height: 600px;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.placeholder-image {
    height: 100%;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

.ytplayer-shield {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.ytplayer-player {
    position: absolute;
}
/* Small devices (tablets, 480px and up) */
@media only screen and (min-width: 480px) {

    .pagamento img {
        width: 274px !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 750px) {
    .ytplayer-player {
        top: 0px !important;
    }

    .pagamento img {
        width: 374px !important;
    }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 970px) {
    .ytplayer-player {
        top: -16px !important;
    }

    .pagamento img {
        width: 374px !important;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1170px) {
    .ytplayer-player {
        top: -180px !important;
    }

    .pagamento img {
        width: 374px !important;
    }
}

.ssl img {
    width: 149px !important;
}

/*COMUM*/
.carousel-caption {
    /*top: 50px;*/
}


.video-height {
    height: 530px;
    overflow: hidden;
}



.carousel-caption {
    width: 50%;
    margin: 0 auto;
}

.container-fluid-index {
    position: relative;
    z-index: 10;
}

.cart a {
    color: #333 !important;
    background: transparent !important;
}

.cart li a:hover {
    background: none;
}

.search {
    color: #fff;
    padding: 6px 12px !important;
}

.navbar-toggle {
    /*margin: 12px 5px;*/
    background-color: #333;
}

.index-margin {
    height: 20px;
}

.caption a {
    padding: 0 !important;
}

.sub-titulo {
    border-left: solid 4px #666;
    padding: 7px 12px;
    background-color: #f7f8f8;
    font-size: 12pt;
    margin-bottom: 12px;
    font-weight: 600;
}

.box {
    width: 100%;
    margin: 0 auto;
}

    .box > .overlay,
    .overlay-wrapper > .overlay,
    .box > .loading-img,
    .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .box .overlay > .fa,
        .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .box .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.register-box {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
}

    .register-box > .overlay,
    .overlay-wrapper > .overlay,
    .register-box > .loading-img,
    .overlay-wrapper > .loading-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .register-box .overlay,
    .overlay-wrapper .overlay {
        z-index: 50;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 3px;
    }

        .register-box .overlay > .fa,
        .overlay-wrapper .overlay > .fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -15px;
            margin-top: -15px;
            color: #000;
            font-size: 30px;
        }

        .register-box .overlay.dark,
        .overlay-wrapper .overlay.dark {
            background: rgba(0, 0, 0, 0.5);
        }

.login-box > .overlay,
.overlay-wrapper > .overlay,
.login-box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

    .login-box .overlay > .fa,
    .overlay-wrapper .overlay > .fa {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;
    }

    .login-box .overlay.dark,
    .overlay-wrapper .overlay.dark {
        background: rgba(0, 0, 0, 0.5);
    }

.modal-content > .overlay,
.overlay-wrapper > .overlay,
.modal-content > .loading-img,
.overlay-wrapper > .loading-img {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
}

.modal-content .overlay,
.overlay-wrapper .overlay {
    /*z-index: 60;*/
    /*background: rgba(255, 255, 255, 0.4);*/
    border-radius: 3px;
}

    .modal-content .overlay > .fa,
    .overlay-wrapper .overlay > .fa {
        /*position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -15px;
        margin-top: -15px;
        color: #000;
        font-size: 30px;*/
    }

    .modal-content .overlay.dark,
    .overlay-wrapper .overlay.dark {
        /*background: rgba(0, 0, 0, 0.5);*/
    }




.linha-top {
    width: 100%;
    height: 8px;
    background: #ffd318;
    background: -moz-linear-gradient(left, #ffd318 0%, #ed3431 18%, #c31a7e 39%, #43509b 60%, #0d96bb 80%, #8bbb3f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffd318), color-stop(18%,#ed3431), color-stop(39%,#c31a7e), color-stop(60%,#43509b), color-stop(80%,#0d96bb), color-stop(100%,#8bbb3f));
    background: -webkit-linear-gradient(left, #ffd318 0%,#ed3431 18%,#c31a7e 39%,#43509b 60%,#0d96bb 80%,#8bbb3f 100%);
    background: -o-linear-gradient(left, #ffd318 0%,#ed3431 18%,#c31a7e 39%,#43509b 60%,#0d96bb 80%,#8bbb3f 100%);
    background: -ms-linear-gradient(left, #ffd318 0%,#ed3431 18%,#c31a7e 39%,#43509b 60%,#0d96bb 80%,#8bbb3f 100%);
    background: linear-gradient(to right, #ffd318 0%,#ed3431 18%,#c31a7e 39%,#43509b 60%,#0d96bb 80%,#8bbb3f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd318', endColorstr='#8bbb3f',GradientType=1 );
}


@keyframes blink {
    0% {
        opacity: .8;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: .8;
    }
}

.img-blink {
    animation: blink 1s;
    animation-iteration-count: infinite;
}

    .img-blink:hover {
        animation: none;
        opacity: 1 !important;
    }
