.layer-features p {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Serif;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0px 4px 10px -5px black;
    color: white;
    font-size: 20px;
    background: #8bae4e;
    background: -moz-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #8bae4e), color-stop(100%, #b1c758));
    background: -webkit-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
    background: -o-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
    background: -ms-linear-gradient(left, #8bae4e 0%, #b1c758 100%);
    background: linear-gradient(to right, #8bae4e 0%, #b1c758 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8bae4e', endColorstr='#b1c758', GradientType=1);
}

.l1-s4 {
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', Helvetica, Arial, Serif;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0px 4px 10px -5px black;
    color: white;
    text-shadow: none;
    font-size: 28px;
    color: #4f6716;
    background: white;
}

#only_mobile {
    display: none;
}

@media screen and (max-width: 750px) {
    #only_mobile {
        display: block;
    }
}

#only_desktop {
    display: none;
}

@media screen and (min-width: 750px) {
    #only_desktop {
        display: block;
    }
}

/* menu lateral */
#header_sidemenu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    transition: left 0.2s;
}

#sidedrawer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 220px;
    left: -220px;
    overflow: auto;
    z-index: 999;
    background-color: #000;
    transition: transform 0.2s;
}

#content-wrapper {
    min-height: 100%;
    overflow-x: hidden;
    margin-left: 0px;
    transition: margin-left 0.2s;

    /* sticky bottom */
    margin-bottom: -160px;
    padding-bottom: 160px;
}

@media (min-width: 768px) {
    #header_sidemenu {

        left: 220px;
    }

    #sidedrawer {
        transform: translate(220px);
    }

    #content-wrapper {
        margin-left: 250px;
    }

    body.hide-sidedrawer #header_sidemenu {
        left: 0;
    }

    body.hide-sidedrawer #sidedrawer {
        transform: translate(0px);
    }

    body.hide-sidedrawer #content-wrapper {
        margin-left: 0;
    }

    body.hide-sidedrawer #footer {
        margin-left: 0;
    }
}

/**
 * Toggle Side drawer
 */
#sidedrawer.active {
    transform: translate(220px);
}

/**
 * Header CSS
 */
.sidedrawer-toggle {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    margin-right: 0px;
}

.sidedrawer-toggle:hover {
    color: #fff;
    text-decoration: none;
}

/**
 * Side drawer CSS
 */
#sidedrawer-brand {
    padding-left: 30px;
    padding-top: 13px;
    padding-bottom: 7px;
}

#sidedrawer ul {
    list-style: none;
}

#sidedrawer > ul {
    padding-left: 0px;
}

#sidedrawer > ul > li:first-child {
    padding-top: 0px;
}

sidedrawer a:hover {
    color: #fff;
}

#sidedrawer strong {
    display: block;
    padding: 5px 0px 5px 20px;
    margin-left: -20px;
    cursor: pointer;
    color: #fff;
    border-top: 1px solid #383838;
}

#sidedrawer strong:hover {
    background-color: #555;
    color: #d2d2d2;
}

#sidedrawer strong + ul > li {
    padding: 5px 0px;
    border-top: 1px solid #383838;
}

/*-----------------------*/
.featured-box-col1 {
    width: 60px;
    float: left;
}

.featured-box-col1 i {
    display: block;
    line-height: 38px;
    font-family: 'FontAwesome';
    font-size: 38px;
    color: #777777;
    font-style: normal;
}

.featured-box-col2 {
    overflow: hidden;
}

#mobile-header {
    display: none;
}

@media only screen and (max-width: 760px) {
    #mobile-header {
        display: block;
    }
}

.fb-share-button {
    display: inline-block;
}

.twitter-share-button {
    display: inline-block;
}

/** =============== LOGIN STAFF ============= */
.login-container {
    border: 0px solid red;
    max-width: 360px;
    margin: auto;
}

.validate-has-error {
    display: block;
    float: none;
    color: #bb3cff;
    padding-left: 11.5em;
    vertical-align: top;
}

.has-error input {
    background: rgba(166, 66, 66, 0.69);
}

.caroufredsel_wrapper {
    height: 100px;
}

/** ======================== Document Editor ======================= */

/** ======================== Document type selector ================== */
.button_switch {
    display: inline-block;
    position: relative;
    width: 400px;
    border: 2px solid transparent;
    margin: 0 auto;
    padding: 23px 30px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: color 150ms, background-color 150ms;
    -o-transition: color 150ms, background-color 150ms;
    transition: color 150ms, background-color 150ms
}

.button_switch + .button_switch {
    margin-left: 20px
}

.button_switch:focus, .button_switch:hover {
    background: #fff;
    color: #ff974a;
    outline: 0
}

#editor_container {
    display: block;
    padding-bottom: 0;
    height: 300px !important;
    padding-top: 10px;
    margin: 0px auto 80px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, .03);
    box-shadow: 0 0 27px rgba(0, 0, 0, .03);
    resize: none
}

#editor_container button {
    font-weight: 400
}

.category-switcher {
    position: absolute;
    bottom: 95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    margin: 0 auto;
    width: 400px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #dbdfe0;
    background: #fff
}

.category-switcher .button_switch {
    display: block;
    float: left;
    padding: 10px;
    margin: 0;
    border: none;
    width: 33%;
    background: 0 0;
    color: #392813;
    font-weight: 300;
    -webkit-transition: color 150ms, text-indent 150ms;
    -o-transition: color 150ms, text-indent 150ms;
    transition: color 150ms, text-indent 150ms
}

.category-switcher .button_switch:first-child {
    text-indent: 5px
}

.category-switcher .button_switch:last-child {
    text-indent: -5px
}

.category-switcher .button_switch.current {
    text-indent: 0;
    color: #fff
}

.category-switcher::after {
    content: "";
    display: block;
    width: 33%;
    height: 100%;
    border-radius: 50px;
    -webkit-transition: margin-left 150ms;
    -o-transition: margin-left 150ms;
    transition: margin-left 150ms
}

.category-switcher.current-economico::after {
    margin-left: 0;
    background: #a2a2a2;
}
.category-switcher.current-destacado::after {
    margin-left: 33.33%;
    background: orange;
}

.category-switcher.current-asistido::after {
    margin-left: 66.66%;
    background: #108f30;
}

/**********************************************************
OXXO PAY BOX
 */
.opps {
    width: 496px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 45px;
    margin: 0px auto;
    overflow: hidden;
    border: 1px solid #b0afb5;
    font-family: 'Open Sans', sans-serif;
    color: #4f5365;
    background-color: #ffffff;
    height: 700px;
    max-height: 700px;
}

.opps-reminder {
    position: relative;
    top: -1px;
    padding: 9px 0 10px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background: #000000;
}

.opps-info {
    margin-top: 5px;
    position: relative;
}

.opps-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;

}

.opps-brand {
    width: 45%;
    float: left;
}

.opps-brand img {
    max-width: 150px;
    margin-top: 2px;
}

.opps-ammount {
    width: 55%;
    float: right;
}

.opps-ammount h2 {
    font-size: 36px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 15px;
}

.opps-ammount h2 sup {
    font-size: 16px;
    position: relative;
    top: -2px
}

.opps-ammount p {
    font-size: 10px;
    line-height: 14px;
}

.opps-reference {
    margin-top: 5px;
}

.opps h1 {
    font-size: 27px;
    color: #000000;
    text-align: center;
    margin-top: -1px;
    padding: 6px 0 7px;
    border: 1px solid #b0afb5;
    border-radius: 4px;
    background: #f8f9fa;
}

.opps-instructions {
    margin: 5px -45px 0;
    padding: 5px 45px 45px;
    border-top: 1px solid #b0afb5;
    background: #f8f9fa;
}

.opps ol {
    margin: 17px 0 0 16px;
}

.opps li + li {
    margin-top: 10px;
    color: #000000;
}

.opps a {
    color: #1155cc;
}

.opps-footnote {
    margin-top: 22px;
    padding: 22px 20px 24px;
    color: #108f30;
    text-align: center;
    border: 1px solid #108f30;
    border-radius: 4px;
    background: #ffffff;
}

/*********************************************************************
VISA MASTERCARD AMEX FORM
 */
.fakeinput {
    display: block;
    border: 1px solid #ccc;
    background: #f9f9f9;
    width: 110px;
}

.fakeinput * {
    display: inline-block;
    color: #555;
    vertical-align: middle
}

.mm_input {
    width: 25px;
    /*font-size: 10px;*/
    border: none;
    background: none;
    box-shadow: none;
    /*padding: 3px 0 5px 5px*/
}

.yyyy_input {
    width: 40px;
    /*font-size: 10px;*/
    border: none;
    background: none;
    box-shadow: none;
    /*padding: 3px 0 5px 5px*/
}

/* ===== WIDGET ==== */
.xe-widget.xe-counter, .xe-widget.xe-counter-block .xe-upper, .xe-widget.xe-progress-counter .xe-upper {

    padding: 0;
    margin-bottom: 0px;

}

/* ============= DOCUMENTOS HOY ============*/
.today_publication {
    position: relative;
    background: url("../images/promo.png") repeat;
    padding: 5px 0 0 5px;
    margin-bottom: 10px;
    border-left: 3px solid #28bc15;
    white-space: nowrap;
    overflow: hidden;
}

.ad_320_100 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 320px;
    height: 100px;
    padding: 5px;
}

.ad_300_600 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 300px;
    height: 600px;
    padding: 10px;
}

.ad_728_90 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 728px;
    height: 90px;
    padding: 20px;
}

.select2-container {
    margin-left: 15px;
}

ul.validateErrorClass, input.validateErrorClass, textarea.validateErrorClass, select.validateErrorClass {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #d5080f !important;
    background-color: #f3d8d8 !important;
    /*background-image: url(http://goo.gl/GXVcmC) !important;*/
    background-position: 50% 50% !important;
    background-repeat: repeat !important;
}

ul.validateErrorClass input {
    color: #666 !important;
}

label.validateErrorClass, .btn.btn-purple.validateErrorClass {
    color: #d5080f;
    font-size: 11px;
    display: block;
}

.select2-selection.select2-selection--single.validateErrorClass {
    border: 1px solid #d5080f;
    font-size: 11px;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-bottom: 0px;
    z-index: auto;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 0px 0;
}

body.modal-open > :not(.modal):not(.select2-container):not(.datepicker-dropdown) {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}

.modal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #353535;
    padding: 30px;
}

.modal-footer .btn + .btn {

    margin-left: 5px;
    margin-bottom: 10px;
}

.modal-document {
    max-width: 860px;
}

.modal-document {
    max-width: 95%;
}

.droppable-area-staff {
    display: inline-flex;
    background: #ededed;
    background-image: url("../../staff/uploads/profile_pictures/undefined.jpg");
    background-size: 110px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px dashed #cbcbcb;
    width: 110px;
    min-height: 110px !important;
    height: 110px;
    line-height: 15px;
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 15px;
    color: #646565;
    margin-bottom: 0px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box
}

.xe-widget.xe-todo-list {
    padding: 2px 2px;
}

.xe-body ul, ol, dl {
    margin-left: 0px;
}
