﻿/*////////////////////////////////////////////////////////////*/
/*//////////////////// General styles ////////////////////////*/
/*////////////////////////////////////////////////////////////*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);

html, body {
    height: 100%;
}

a {
    color: #990000;
    text-decoration: none;
    transition: 0.3s;
}

    a:hover {
        color: #333;
        text-decoration: none;
        transition: 0.3s;
    }

.content_panel {
    background: -webkit-linear-gradient(top, rgba(56, 35, 132, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(93, 93, 93, 0.7) 100%);
    border-radius: 8px !important;
    color: #000 !important;
    font-size: 14px !important;
    padding-bottom: 5px;
}

    .content_panel img {
        padding-top: 30px;
        height: 140px;
        width: auto;
    }

.content_panel_results .search_promo {
    margin-bottom: 15px;
}

.content_panel_results .panel-header {
    margin-top: 10px;
    background-color: rgb(163, 144, 98);
    text-align: center;
}

    .content_panel_results .panel-header span {
        font-size: 13px;
        letter-spacing: 0.6px;
        line-height: 10px;
        color: #fff;
        font-family: "Lato", Arial, sans-serif !important;
    }

    .content_panel_results .panel-header a {
        font-size: 13px;
        text-decoration: underline;
        color: #fff;
        font-weight: bold;
        font-family: "Lato", Arial, sans-serif !important;
        padding-right: 14px;
    }

    .content_panel_results .panel-header span.V i, .content_panel_results .panel-header span.A i {
        font-size: 11px;
        padding-right: 1px;
        text-shadow: 1px 1px #F2F2F2;
    }

.content-tbl {
    font-family: "Lato", Arial, sans-serif !important;
    position: static;
}

    .content-tbl table th {
        font-size: 13px;
    }

    .content-tbl table td {
        font-size: 13px;
    }

    .content-tbl table {
        margin-bottom: 0px;
        text-align: left;
        background-color: #fff;
    }

.container-logo {
    padding-bottom: 20px;
}

/*////////////////////////////////////////////////////////////*/
/*////////////////// Promo Index Page styles /////////////////*/
/*////////////////////////////////////////////////////////////*/
.search_promo {
    max-width: 900px;
    margin: 40px auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .search_promo input {
        height: 55px;
        border: 0px;
        border-radius: 3px;
        color: #8c8c8c;
        font-size: 18px;
        font-weight: 300;
        padding: 0px 20px;
    }

        .search_promo input.form-control {
            border: 1px solid #D1D1D1 !important;
        }

    .search_promo .btn-success {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
        width: 110px !important;
    }

    .search_promo .btn-warning {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
        width: 110px !important;
        height: 55px;
        border: 0px;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 300;
        padding: 0px 20px;
        line-height: 55px;
    }

    .search_promo .btn-danger {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
        width: 110px !important;
        height: 55px;
        border: 0px;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 300;
        padding: 0px 20px;
        line-height: 55px;
    }

    .search_promo input:focus, .btn_cat button:focus, .btn_promo_search button:focus, .input-group-btn {
        outline: none;
        box-shadow: none;
    }

    .search_promo .btn_cat button span {
        color: #322F44;
        font-size: 15px;
        display: block;
        overflow: hidden;
        padding: 10px 0px;
    }

        .search_promo .btn_cat button span .caret {
            padding: 0px;
            display: block;
            float: none !important;
            position: absolute;
            top: 14px;
            right: 8px;
        }

.btn_cat {
}

    .btn_cat button {
        display: block;
        width: 100%;
        height: 55px;
        border-radius: 3px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        box-shadow: none;
        background: #FFFFFF;
        text-align: left;
        color: #322F44;
        font-size: 15px;
        font-weight: 300;
        padding: 0px 20px 0px 10px;
        border-left: 0px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        text-transform: none;
        letter-spacing: 0px;
    }

        .btn_cat button i {
            padding-right: 10px;
            font-size: 16px;
            color: #322F44;
        }

        .btn_cat button:hover {
            background: #F2F2F2;
            color: #5b5b5b;
            border-left: 1px solid #F2F2F2;
            border-bottom-right-radius: 3px;
        }

    .btn_cat.open button.dropdown-toggle i, .btn_cat.open button.dropdown-toggle .caret {
        color: #ffffff;
    }

    .btn_cat button .caret {
        color: #322F44;
        float: right;
        margin-top: 12px;
    }

.btn_promo_search {
}

    .btn_promo_search button {
        height: 55px;
        padding: 0px 50px;
        font-size: 18px;
        margin-left: 30px !important;
        border-radius: 3px !important;
    }

    .btn_promo_search .btn-success {
        color: #fff;
        background-color: #990000;
        margin-left: 30px !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        text-transform: none;
        letter-spacing: 0px;
    }

        .btn_promo_search .btn-success:hover {
            background-color: #990000;
            border-color: #ccc;
        }

    .btn_promo_search .btn-warning, .btn_promo_search .btn-danger {
        margin-left: 10px !important;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        text-transform: none;
        letter-spacing: 0px;
    }

.start_description {
    z-index: 1;
    text-align: center;
    position: absolute;
    width: 1200px;
    top: 45%;
    margin-top: -180px;
    left: 50%;
    margin-left: -600px;
    white-space: normal;
}

    .start_description h1 {
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
    }

        .start_description h1 span {
            display: block;
            width: 150px;
            height: 1px;
            background: #990000;
            margin: 40px auto;
        }

    .start_description span {
        font-family: 'Roboto', sans-serif;
        font-size: 40px;
        font-weight: 300;
        color: #ffffff;
        line-height: 36px;
    }

        .start_description span.con-title {
            color: #322F44;
            text-shadow: 2px 2px 0px #999;
            font-family: 'Lato', Arial, sans-serif;
            font-weight: 400;
            padding-top: 15px !important;
            display: inline-block;
        }

.located {
    line-height: 0px;
    font-size: 24px;
    margin-right: 75px;
}

#btn-Filtrar {
    display: inline-block;
}

#btn-Filtrar-Icon {
    display: none;
}

/*Insert btn*/
.place_dd {
    width: 200px;
    margin-top: -1px;
    background: #990000;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 0px;
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}

    .place_dd option {
    }

    .place_dd li a {
        padding: 5px 15px;
        color: #ffffff;
        font-size: 14px;
        font-weight: 300;
    }

        .place_dd li a i {
            margin-right: 15px;
            color: #ffffff;
        }

        .place_dd li a:hover {
            background: #ffffff;
            color: #990000;
        }

            .place_dd li a:hover i {
                color: #990000;
            }

.tablesorter th.header {
    background-image: url(/img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.tablesorter th.headerSortUp {
    background-image: url(/img/asc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.tablesorter th.headerSortDown {
    background-image: url(/img/desc.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

.tablesorter td {
    text-align: left;
}

.tablesorter a {
    font-size: 13px;
}

.panel-footer a {
    color: #333 !important;
}

.dropdown-menu > li > a {
    font-weight: normal !important;
}

.thumbnail {
    /*padding: 40px !important;*/
    margin-bottom: 0px !important;
}

a.help {
    display: table-cell;
    float: right;
    padding-right: 5px;
    padding-top: 8px;
    color: #000 !important;
}

    a.help.top {
        display: none;
    }

.carousel-control {
    width: 7%;
}

a.carousel-control.left span, a.carousel-control.right span {
    position: absolute;
    top: 50%;
    font-size: 3em;
    font-weight: bolder;
}

div#modalHelp .modal-title {
    color: #990000;
}

.container-logo .logo {
    display: inline-block;
}

.container-logo .logo1 {
    display: none;
}

/*media all*/
@-webkit-keyframes cloud_one {
    0% {
        bottom: 0%;
    }

    100% {
        top: -100%;
    }
}

@-moz-keyframes cloud_one {
    0% {
        bottom: 0;
    }

    100% {
        top: -100%;
    }
}
/*Adaptive promo index page*/
@media (max-width: 1280px) {
    .start_description {
        text-align: center;
        position: absolute;
        width: 1000px;
        top: 50%;
        margin-top: -200px;
        left: 50%;
        margin-left: -500px;
    }

    #btn-Filtrar {
        display: inline-block;
    }

    #btn-Filtrar-Icon {
        display: none;
    }
}

@media (max-width: 1030px) {
    .start_description {
        text-align: center;
        position: absolute;
        width: 800px;
        top: 50%;
        left: 50%;
        margin-left: -400px;
    }

    .content-tbl {
        left: 0%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .content_panel, .content_panel_results {
        padding-top: 2px;
        padding-left: 40px;
        padding-right: 40px;
    }

    #login .content_panel, #login .content_panel_results {
        padding-left: 0px;
        padding-right: 0px;
    }

    .content_panel_results .panel-header span, .content_panel_results .panel-header a {
        font-size: 12px !important;
    }

    #ulTiposBusqueda {
        max-width: 130px;
    }

    #btn-Filtrar {
        display: none;
    }

    #btn-Filtrar-Icon {
        display: inline-block;
    }

        #btn-Filtrar-Icon a {
            width: 55px !important;
        }

    .btn_promo_search .btn-success {
        margin-left: 10px !important;
    }

    a.help {
        display: none;
    }

        a.help.top {
            display: block;
            padding-top: 7px;
            font-size: 13px;
        }

    div.follow {
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
    }
}

@media (max-width: 860px) {
    .start_description {
        text-align: center;
        position: absolute;
        width: 90%;
        top: 50%;
        margin-top: -180px;
        left: 50%;
        margin-left: -40%;
    }

        .start_description span {
            font-size: 40px;
        }

    .content-tbl .col8 {
        display: none;
    }

    .content-tbl {
        font-family: "Lato", Arial, sans-serif !important;
        left: 0%;
    }

    .content_panel_results .panel-header span, .content_panel_results .panel-header a {
        display: inline-block;
    }
}

@media (max-width: 768px) {
    .start_description {
        text-align: center;
        position: absolute;
        width: 80%;
        top: 50%;
        margin-top: -180px;
        left: 50%;
        margin-left: -40%;
    }

    .search_promo .input-group {
        display: block;
    }

        .search_promo .input-group .form-control {
            border-radius: 3px;
            margin-bottom: 20px;
        }

    .btn_cat button {
        border-radius: 3px;
    }

    .start_description {
        margin-top: -250px;
    }

    .tp-banner-container {
        display: none !important;
    }

    .start_description span {
        font-size: 35px;
    }

    .content-tbl .col7 {
        display: none;
    }

    @media (max-width: 680px) {
        .start_description span {
            font-size: 28px;
        }

        .content-tbl .col6 {
            display: none;
        }

        a.carousel-control.left span, a.carousel-control.right span {
            font-size: 2em;
        }
    }

    @media (max-width: 500px) {
        .start_description {
            text-align: center;
            position: relative;
            width: 80%;
            margin-top: 100px;
            margin-bottom: 100px;
            left: 50%;
            margin-left: -40%;
            top: 0%;
        }

            .start_description .btns a {
                float: none;
                width: 100%;
                display: block;
                margin: 30px 0px !important;
            }

            .start_description h1 {
                font-size: 30px;
                text-transform: uppercase;
                font-weight: 300;
                font-family: 'Roboto', sans-serif;
                color: #ffffff;
            }

                .start_description h1 span {
                    background: #990000;
                }

            .start_description span {
                font-family: 'Roboto', sans-serif;
                font-size: 18px;
                font-weight: 300;
                color: #ffffff;
                line-height: 28px;
            }

            .start_description span {
                font-size: 28px;
            }

        #login .start_description {
            top: 65%;
            margin-left: -165px !important;
            margin-top: 0px;
        }

        .container-logo .logo1 {
            display: inline-block;
        }

        .container-logo .logo {
            display: none;
        }
    }

    @media (max-width: 450px) {
        .content-tbl .col1 {
            display: none;
        }

        .container-logo img {
            height: 90px;
            width: auto;
        }

        .top_promo_block {
            min-height: 560px;
        }

        .start_description {
            margin-top: 20px;
        }

            .start_description h1 span {
                margin: 20px auto;
            }

        .btn_cat {
            width: 100%;
            display: block;
        }

        .btn_promo_search button {
            height: 55px;
            font-size: 18px;
            margin-left: 0px !important;
            width: 100%;
            margin-top: 30px;
        }

        .btn_promo_search .btn-success {
            margin-left: 0px !important;
            width: 100% !important;
            margin-top: 30px !important;
        }

        .btn_promo_search .btn-warning {
            margin-left: 0px !important;
            width: 100% !important;
            margin-top: 12px !important;
            line-height: 100%;
        }

        #login .btn_promo_search .btn-success {
            width: auto !important;
            margin-top: 10px !important;
        }

        #login .btn-groups .btn-success {
            margin-top: 0px !important;
        }

        .start_description span {
            font-size: 25px;
        }

        .wrapper .container-logo img {
            margin-top: 70px;
            margin-bottom: 0px;
            height: 90px !important;
        }

        .content_panel, .content_panel_results {
            padding-left: 15px;
            padding-right: 15px;
        }

        .wrapper .search_promo input {
            height: 30px;
            font-size: 14px;
        }

        .wrapper .btn_cat button {
            height: 30px;
        }

            .wrapper .btn_cat button span {
                font-size: 14px;
                padding: 5px 0px;
            }

                .wrapper .btn_cat button span .caret {
                    top: 2px;
                }


        .wrapper .btn_promo_search .btn-success {
            margin-top: 12px !important;
        }

        .wrapper .search_promo .input-group .form-control {
            margin-bottom: 12px !important;
        }

        .wrapper .container-logo {
            padding-bottom: 0px;
        }

        .wrapper .place_dd li a {
            padding: 0px 15px;
        }

        .wrapper .btn-success {
            border-radius: 2px !important;
            height: 36px !important;
            width: 70% !important;
        }

        .wrapper .btn-warning {
            border-radius: 2px !important;
            height: 36px !important;
            width: 70% !important;
        }

        #btn-Filtrar-Icon a {
            height: auto;
            line-height: 36px;
            margin-top: 12px;
        }

        #ulTiposBusqueda {
            max-width: 100%;
        }

        .carousel-control {
            width: 10%;
        }

        .thumbnail {
            padding: 0px !important;
        }

        div#modalHelp .modal-title {
            font-size: 16px;
        }
    }
}

body {
    margin: 0;
    background: #000;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-color: black;
    background-size: cover;
    transition: 1s opacity;
}

/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 1.0
	Author: GeeksLabs
	Author URL: http://www.themeforest.net/user/geekslabs
================================================================================*/
/*----------------------------------------
    Pre Loader
------------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader-logo {
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    background: url(/img/user-bg.jpg) no-repeat center center;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);
    /* IE 9 */
    transform: translateX(0);
    /* Firefox 16+, IE 10+, Opera */
}

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }
/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);
    /* IE 9 */
    transform: translateX(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);
    /* IE 9 */
    transform: translateX(100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);
    /* IE 9 */
    transform: translateY(-100%);
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
/* JavaScript Turned Off */

.no-js #loader-wrapper {
    display: none;
}

.progress {
    background-color: rgba(255, 64, 129, 0.22);
}


body.is-loading *, body.is-loading *:before, body.is-loading *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* BG */
#bg {
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    height: 100%;
    left: 0;
    opacity: 5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

    #bg div {
        -moz-transition: opacity 3s ease, visibility 3s;
        -webkit-transition: opacity 3s ease, visibility 3s;
        -ms-transition: opacity 3s ease, visibility 3s;
        transition: opacity 3s ease, visibility 3s;
        background-size: cover;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        visibility: hidden;
        width: 150%;
    }

        #bg div.visible {
            -moz-animation: bg 45s linear infinite;
            -webkit-animation: bg 45s linear infinite;
            -ms-animation: bg 45s linear infinite;
            animation: bg 45s linear infinite;
            opacity: 1;
            visibility: visible;
            z-index: 1;
        }

            #bg div.visible.top {
                z-index: 2;
            }

@media screen and (max-width: 1280px) {

    #bg div.visible {
        -moz-animation: bg 29.25s linear infinite;
        -webkit-animation: bg 29.25s linear infinite;
        -ms-animation: bg 29.25s linear infinite;
        animation: bg 29.25s linear infinite;
    }
}

@media screen and (max-width: 736px) {

    #bg div.visible {
        -moz-animation: bg 18s linear infinite;
        -webkit-animation: bg 18s linear infinite;
        -ms-animation: bg 18s linear infinite;
        animation: bg 18s linear infinite;
    }
}

#bg div:only-child {
    -moz-animation-direction: alternate !important;
    -webkit-animation-direction: alternate !important;
    -ms-animation-direction: alternate !important;
    animation-direction: alternate !important;
}

body.is-loading #bg {
    opacity: 0;
}

@-moz-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@-webkit-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@-ms-keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

@keyframes bg {
    0% {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(-25%);
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
}

.cardPanel {
    background: -webkit-linear-gradient(top, rgba(56, 35, 132, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(93, 93, 93, 0.7) 100%);
    border-radius: 8px !important;
    color: #000 !important;
    font-size: 14px !important;
}


.inner-addon .fa {
    pointer-events: none;
    padding-right: 8px;
}

/* align icon */
.left-addon .fa {
    left: 0px;
    font-size: 20px;
    color: #555555;
}

.left-addon input {
    padding-left: 8px;
}

.addon {
    margin-left: 44px;
    margin-right: 10px;
    padding-top: 18px;
    float: left;
    font-size: 20px;
    color: #555555;
}

@-moz-document url-prefix() {
    .addon {
        margin-left: 0px;
        margin-right: 9px;
    }
}

.center-title {
    margin-top: 20px;
}

    .center-title span {
        font-size: 28px;
    }

.center-title-min {
    margin-top: 30px;
}

    .center-title-min span {
        font-size: 22px;
        line-height: 25px;
    }

#login .start_description {
    width: 330px;
    margin-left: -150px;
    margin-top: 0px !important;
    top: 10%;
    position: absolute;
}

#login #pnlMensaje .content_panel {
    height: 438px;
    padding-top: 20px;
}

#login #pnlMensaje i {
    margin-bottom: 10px;
}

#login .btn_cat button, .search_promo input {
    width: 215px;
}

#login .btn_promo_search .btn-success {
    margin-left: 0px !important;
    border-radius: 4px !important;
    height: 40px;
    margin-top: 10px;
}

#login .search_promo input {
    margin-top: 6px;
    font-size: 15px;
    height: 40px;
}

#login .search_promo {
    margin: 24px auto;
}

#login .start_description span.con-title {
    padding-top: 0px !important;
    margin-right:0px !important;
}

.blue-link {
    color: #000;
}

    .blue-link i {
        color: #000;
        vertical-align: middle;
    }

    .blue-link:active i, .blue-link:hover i {
        color: #333;
    }

#login .btn-black {
    background-color: #000;
    border-color: #000;
}

#login .error {
    padding-top: 10px;
    color: #990000 !important;
}

    #login .error span {
        line-height: 0px;
    }

#login .error-min {
    padding-bottom: 10px;
}

    #login .error-min span {
        line-height: 0px;
    }

.error-label {
    color: #990000 !important;
    font-size: 14px !important;
}

.input-group {
    display: inline-block;
}

.img-logo-ipade-login {
    width: auto;
    height: 130px !important;
}
