﻿﻿ /* Colors */
/* Mixins */
.text-shadow, .ShadowText, .HomeHeader, .VentajasFooter h4, .Process .ProcessItem, .FormDatos label, .FormDatos p, .FormDatos h3, #message, #forma-pago, #forma-pago h4, .VentajasRight h4, .VentajasRight .VentajasRightItem span, .RegistroVentajas .RegistroVentajasItem span, .registroPopUp .modal-dialog .modal-content .tit-numerado, .ConsultaPedido h1, .MyAccountMenu .MyAccountMenuItem, .BorderBox h2, .BorderBox label, .BorderBox p, .BorderBox h4, .Error404 .Error404-content h1, .Error404 .Error404-content h2, .Error404 .Error404-content p {
    text-shadow: 0 2px 4px #000000;
}

    .box-shadow, .form-control, .btn, .btnDelete, .dropdown-container > a, .dropdown-container > ul, .TableLists .TableLists-row .actions-list .buttonOpcion, .TableListsPreview-collapse, .Process .ProcessItem.is-done .ProcessItem-icon, .Process .ProcessItem.is-active .ProcessItem-icon, .ResumenBlock, .button-circle, .MyAccountMenu .MyAccountMenuItem .MyAccountMenuItem-icon, .MyAccountMenu .MyAccountMenuItem.is-active .ProcessItem-icon, .nav-tabs > li > a, .PedidoResumen, #allalumns .TableAdminBody-row, .seleccionar-color .container-colors .selectable-color, .isbnsDetalle .TableAdminBody-row {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

/* #$#eaeaea#$# - #$#aeaeae#$# - #$#f7f7f7#$# - #$#bbbbbb#$#*/
.m-t-5 {
    margin-top: 5px !important;
}

.p-t-5 {
    padding-top: 5px !important;
}

.m-b-5 {
    margin-bottom: 5px !important;
}

.p-b-5 {
    padding-bottom: 5px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.m-b-10 {
    margin-bottom: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.m-t-15 {
    margin-top: 15px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.p-t-20 {
    padding-top: 20px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px !important;
}

.m-t-25 {
    margin-top: 25px !important;
}

.p-t-25 {
    padding-top: 25px !important;
}

.m-b-25 {
    margin-bottom: 25px !important;
}

.p-b-25 {
    padding-bottom: 25px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.m-t-35 {
    margin-top: 35px !important;
}

.p-t-35 {
    padding-top: 35px !important;
}

.m-b-35 {
    margin-bottom: 35px !important;
}

.p-b-35 {
    padding-bottom: 35px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.p-t-40 {
    padding-top: 40px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.p-b-40 {
    padding-bottom: 40px !important;
}

.m-t-45 {
    margin-top: 45px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.m-b-45 {
    margin-bottom: 45px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.m-t-50 {
    margin-top: 50px !important;
}

.p-t-50 {
    padding-top: 50px !important;
}

.m-b-50 {
    margin-bottom: 50px !important;
}

.p-b-50 {
    padding-bottom: 50px !important;
}

.m-t-75 {
    margin-top: 75px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.m-b-75 {
    margin-bottom: 75px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.p-t-100 {
    padding-top: 100px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.p-b-100 {
    padding-bottom: 100px !important;
}

.w-70 {
    max-width: 70% !important;
}

.col-no-padding {
    padding-left: 0;
    padding-right: 0;
}

select {
    border-radius: 0;
    -webkit-appearance: none;
    moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(/Content/images/arrow-select.png) !important;
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    padding-right: 40px !important;
}

.modal .modal-dialog .modal-content {
    border-radius: 0;
    border: none;
}

    .modal .modal-dialog .modal-content .modal-header .close {
        width: 1em;
        height: 1em;
        font-size: 25px;
        opacity: 1;
    }

        .modal .modal-dialog .modal-content .modal-header .close:after {
            content: '+';
            position: relative;
            transform: rotate(45deg) scale(2.5);
            display: block;
            text-shadow: none;
            color: #eaeaea;
            font-family: 'Open Sans';
            font-weight: 100;
        }

        .modal .modal-dialog .modal-content .modal-header .close span {
            display: none;
        }

        .modal .modal-dialog .modal-content .modal-header .close:focus {
            outline: none;
        }

@media (max-width: 767px) {
    .subtotal.itemPrice.subTotal {
        font-size: 16px;
        font-weight: bold;
    }

    .modal.in:not(#iniciaSesion):not(#registrate) {
        display: flex !important;
    }

        .modal.in:not(#iniciaSesion):not(#registrate) .modal-dialog {
            margin: 0;
            min-height: 100%;
            width: 100%;
        }

            .modal.in:not(#iniciaSesion):not(#registrate) .modal-dialog .modal-content {
                width: 100%;
                min-height: 100%;
            }

    .product-item {
        border-top: 1px solid grey;
    }
}

body {
    font-family: 'Open Sans',sans-serif;
    min-height: 100vh;
    position: relative;
    font-size: 14px;
}
/*@media (max-width: 767px) {
    body.is-front {
      background-color: #3d4b4e; } }*/
@media (min-width: 768px) {
    body.is-front {
        padding-bottom: 250px;
        background-color: #fff;
        padding-top: 0px;
    }

        body.is-front:after {
            content: '';
            z-index: -1;
            background-position: top center;
            background-size: cover;
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100vh;
            opacity: .6;
        }
}

body.is-editable {
    background-color: #f0f0f0;
}

    body.is-editable:after {
        display: none;
    }

@media (max-width: 767px) {
    .nombre-producto-mobile {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-left: 20px;
    }

    .word-break-line {
        word-break: break-all;
    }

    body.is-editable {
        background-color: #f0f0f0;
    }
    /*.mobile-size-input{
        margin-bottom: 10px !important;
    }*/
    #EnvioSoloDomicilio {
        margin-top: 15px;
    }

    .mobile-input {
        margin-bottom: 5px !important;
    }

        .mobile-input.right {
            padding-right: 0px
        }

        .mobile-input.left {
            padding-left: 5px
        }
}

body.is-back {
    background-color: #f0f0f0;
}

@media (min-width: 768px) {
    body.is-back {
        padding-bottom: 60px;
    }
}

body.is-back .ShadowText {
    text-shadow: none;
    color: #333;
}

body.is-back .form-control {
    border-radius: 0;
}

body.loading-on {
    overflow: hidden;
}

section.main {
    padding: 25px 0;
}

.input-field {
    margin-bottom: 20px;
}

textarea {
    resize: vertical;
}

.form-control {
    border-radius: 25px;
    padding: 12.5px 20px;
    height: auto;
    min-height: 50px;
    border: none;
    font-weight: 600;
    color: #333;
    border: 2px solid transparent;
}

    .form-control:focus, .form-control.valid, .form-control[readonly] {
        border: 2px solid #333;
        box-shadow: none;
    }

    .form-control::placeholder {
        color: #333;
        font-weight: 600;
    }

    .form-control.obligatoria {
        /*COLOR DEL CENTRO -> border-color: #eaeaea;*/
        border-color: #000000;
    }

@media (max-width: 767px) {
    .form-control {
        border-radius: 0;
    }
}

a {
    color: #aeaeae;
}

.input-group {
    display: flex;
    padding: 0 15px !important;
}

    .input-group .form-control {
        border-radius: 0;
        border-width: 2px 0 2px 0;
    }

        .input-group .form-control:focus {
            border-width: 2px 0 2px 0;
        }

        .input-group .form-control:first-of-type {
            border-radius: 25px 0 0 25px;
            border-width: 2px 0 2px 2px;
        }

            .input-group .form-control:first-of-type:focus {
                border-width: 2px 0 2px 2px;
            }

        .input-group .form-control:last-of-type {
            border-radius: 0 25px 25px 0 !important;
            border-width: 2px 2px 2px 0;
        }

            .input-group .form-control:last-of-type:focus {
                border-width: 2px 2px 2px 0;
            }

.cross-text {
    position: relative;
}

    .cross-text:after {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #eaeaea;
        position: absolute;
        left: 0;
        top: 50%;
    }

.btn {
    border-radius: 25px;
    padding: 10px 25px;
    transition: all .3s ease;
    color: #fff;
}

    .btn:hover {
        box-shadow: none;
    }

.btnDelete {
    background-color: #ff3939;
    color: #fff;
    font-size: 50px;
    width: 1em;
    height: 1em;
    text-transform: uppercase;
    border-radius: 100%;
    border: none;
    color: #fff !important;
    position: relative;
    transition: all .3s ease;
    display: inline-block;
}

    .btnDelete:after {
        content: '+';
        font-weight: 200;
        line-height: 0.7;
        position: absolute;
        transform: rotate(45deg);
        top: 50%;
        left: 50%;
        margin: -35% 0 0 -25%;
    }

    .btnDelete:focus, .btnDelete:active {
        outline: none;
        box-shadow: none !important;
    }

    .btnDelete:hover {
        box-shadow: none;
    }

@media (min-width: 768px) {
    .btn-xl {
        font-size: 20px;
        border-radius: 50px;
        font-weight: 600;
    }
}

.btn-primary {
    background-color: #eaeaea;
    border-color: #eaeaea;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover {
        color: #fff;
        background-color: #eaeaea !important;
        border-color: #eaeaea !important;
    }

.btn-secondary {
    background-color: #aeaeae;
    border-color: #aeaeae;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:hover {
        color: #fff;
        background-color: #aeaeae !important;
        border-color: #aeaeae !important;
    }

.btn-outline {
    box-shadow: none;
    background: none !important;
    border-radius: 0;
}

    .btn-outline.btn-secondary {
        color: #aeaeae;
        border: 2px solid #aeaeae;
    }

        .btn-outline.btn-secondary:hover, .btn-outline.btn-secondary:focus, .btn-outline.btn-secondary:active, .btn-outline.btn-secondary:active:hover {
            color: #fff;
            background-color: #aeaeae !important;
            border-color: #aeaeae !important;
        }

        .btn-outline.btn-secondary.btn-icon {
            display: inline-flex;
            align-items: center;
            padding: 8px 15px;
        }

            .btn-outline.btn-secondary.btn-icon svg {
                margin-right: 8px;
            }

            .btn-outline.btn-secondary.btn-icon:hover svg g[stroke], .btn-outline.btn-secondary.btn-icon:hover svg path[stroke], .btn-outline.btn-secondary.btn-icon:focus svg g[stroke], .btn-outline.btn-secondary.btn-icon:focus svg path[stroke], .btn-outline.btn-secondary.btn-icon:active svg g[stroke], .btn-outline.btn-secondary.btn-icon:active svg path[stroke], .btn-outline.btn-secondary.btn-icon:active:hover svg g[stroke], .btn-outline.btn-secondary.btn-icon:active:hover svg path[stroke] {
                stroke: #fff;
            }

            .btn-outline.btn-secondary.btn-icon:hover svg path[fill], .btn-outline.btn-secondary.btn-icon:focus svg path[fill], .btn-outline.btn-secondary.btn-icon:active svg path[fill], .btn-outline.btn-secondary.btn-icon:active:hover svg path[fill] {
                fill: #fff;
            }

    .btn-outline.btn-white {
        color: #fff;
        border: 2px solid #fff;
    }

        .btn-outline.btn-white:hover, .btn-outline.btn-white:focus, .btn-outline.btn-white:active, .btn-outline.btn-white:active:hover {
            color: #aeaeae;
            background-color: #fff !important;
            border-color: #fff !important;
        }

        .btn-outline.btn-white.btn-icon {
            display: inline-flex;
            align-items: center;
            padding: 8px 15px;
        }

            .btn-outline.btn-white.btn-icon svg {
                margin-right: 8px;
            }

            .btn-outline.btn-white.btn-icon:hover svg g[stroke], .btn-outline.btn-white.btn-icon:hover svg path[stroke], .btn-outline.btn-white.btn-icon:focus svg g[stroke], .btn-outline.btn-white.btn-icon:focus svg path[stroke], .btn-outline.btn-white.btn-icon:active svg g[stroke], .btn-outline.btn-white.btn-icon:active svg path[stroke], .btn-outline.btn-white.btn-icon:active:hover svg g[stroke], .btn-outline.btn-white.btn-icon:active:hover svg path[stroke] {
                stroke: #aeaeae;
            }

            .btn-outline.btn-white.btn-icon:hover svg path[fill], .btn-outline.btn-white.btn-icon:focus svg path[fill], .btn-outline.btn-white.btn-icon:active svg path[fill], .btn-outline.btn-white.btn-icon:active:hover svg path[fill] {
                fill: #aeaeae;
            }

a:hover, a:focus {
    text-decoration: none;
}

.ShadowText {
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px;
    font-weight: 600;
}

.dropdown-container {
    position: relative;
}

    .dropdown-container > a {
        background-color: #fff;
        display: block;
        padding: 10px;
        color: #333;
        font-weight: 600;
        border-radius: 25px;
        cursor: pointer;
        position: relative;
        white-space: pre;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 40px;
    }

        .dropdown-container > a:after {
            content: '';
            position: absolute;
            right: 15px;
            top: calc(50% - 5px);
            border-top: 10px solid #eaeaea;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            pointer-events: none;
        }

@media (max-width: 767px) {
    .dropdown-container > a {
        border-radius: 0;
    }
}

.dropdown-container > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    max-height: 175px;
    overflow-y: auto;
}

    .dropdown-container > ul > li {
        padding: 5px 15px;
        cursor: pointer;
        border-top: 1px solid #e4e4e4;
        transition: all .3s ease;
    }

        .dropdown-container > ul > li:hover {
            background-color: #f3f3f3;
        }

.dropdown-container.open > a {
    border-radius: 25px 25px 0 0;
}

@media (max-width: 767px) {
    .dropdown-container.open > a {
        border-radius: 0;
    }
}

/* Header */
.VentajasHeader {
    display: inline-flex;
    align-items: center;
    margin-left: 35px;
    transition: all .3s ease;
    opacity: 0;
    transition-delay: 1s;
}

    .VentajasHeader .VentajasHeaderItem {
        display: flex;
        align-items: center;
    }

        .VentajasHeader .VentajasHeaderItem img {
            max-width: 40px;
            max-height: 30px;
            margin-right: 10px;
        }

        .VentajasHeader .VentajasHeaderItem > span {
            max-width: 90px;
            line-height: 1.1;
            display: block;
            color: #aeaeae;
        }

            .VentajasHeader .VentajasHeaderItem > span span {
                display: block;
                font-size: 10px;
            }

        .VentajasHeader .VentajasHeaderItem + .VentajasHeaderItem {
            border-left: 1px solid #e4e4e4;
            padding-left: 10px;
            margin-left: 10px;
        }

    .VentajasHeader.is-visible {
        opacity: 1;
    }

@media (max-width: 991px) {
    .VentajasHeader {
        display: none;
    }
}

header {
    /*border-bottom: 5px solid #eaeaea;*/
    border-bottom: 1px solid #000000;
    background-color: #fff;
}

    header .navbar-header {
        display: flex;
        align-items: center;
    }

        header .navbar-header:before, header .navbar-header:after {
            display: none;
        }

    header .navbar {
        border-radius: 0;
        margin: 0;
        border: none;
        /*z-index: 2;*/
    }

        header .navbar .container {
            display: flex;
            justify-content: space-between;
        }

@media (max-width: 767px) {
    header .navbar .container {
        align-items: center;
    }
}

header .navbar .container:before, header .navbar .container:after {
    display: none;
}

header .toggleMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 100%;
}

    header .toggleMenu > li > div {
        height: 100%;
    }

    header .toggleMenu > li a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        padding: 10px;
        font-size: 12px;
        line-height: 1;
        transition: all .3s ease;
        position: relative;
    }

        header .toggleMenu > li a span {
            color: #eaeaea;
            font-weight: 200;
            display: block;
            margin-top: 5px;
        }

        header .toggleMenu > li a:hover {
            /*background-color: #e4e4e4;*/
        }

        header .toggleMenu > li a .contadorCart {
            position: absolute;
            left: 0;
            top: 48px;
            right: 0;
            margin: 0 auto;
            font-size: 10px;
            width: 16px;
            height: 16px;
            background: #eaeaea;
            color: #fff;
            border-radius: 50%;
            line-height: 15px;
        }

            header .toggleMenu > li a .contadorCart:after {
                content: attr(data-title);
                margin: 5px;
            }

    header .toggleMenu > li.active svg circle {
        stroke: #eaeaea;
    }

@media (max-width: 767px) {
    header .toggleMenu {
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% - 60px);
        background-color: #eaeaea;
        z-index: 9;
        display: block;
        height: 100vh;
        border-right: 0;
        padding: 15px;
        transform: translateX(-100%);
        transition: all .3s ease;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 30vh;
    }

        header .toggleMenu > li, header .toggleMenu .mini-cart {
            flex: auto;
            max-width: 220px;
            width: 100%;
            margin: 0 auto 10px;
            border-left: 0;
        }

            header .toggleMenu > li > a, header .toggleMenu .mini-cart > a {
                background-color: #fff;
                flex-direction: row;
                border-radius: 200px;
                padding: 5px;
            }

                header .toggleMenu > li > a svg [fill="#E4E4E4"], header .toggleMenu .mini-cart > a svg [fill="#E4E4E4"] {
                    fill: #eaeaea;
                }

                header .toggleMenu > li > a svg circle, header .toggleMenu .mini-cart > a svg circle {
                    stroke: #eaeaea;
                }

                header .toggleMenu > li > a span, header .toggleMenu .mini-cart > a span {
                    margin-top: 0;
                    margin-left: 10px;
                }

                header .toggleMenu > li > a .contadorCart, header .toggleMenu .mini-cart > a .contadorCart {
                    margin: 0;
                    right: 0;
                    left: 21px;
                    top: 20px;
                }

            header .toggleMenu > li ul.dropdown-menu, header .toggleMenu .mini-cart ul.dropdown-menu {
                width: calc(100% - 30px);
                max-width: 100%;
                padding: 0;
                background: none;
                box-shadow: none;
                border: 4px solid #fff;
                border-radius: 0;
                margin: 8px 15px 10px;
                position: relative;
            }

                header .toggleMenu > li ul.dropdown-menu > li + li, header .toggleMenu .mini-cart ul.dropdown-menu > li + li {
                    border-top: 1px solid #fff;
                }

                header .toggleMenu > li ul.dropdown-menu > li > a, header .toggleMenu .mini-cart ul.dropdown-menu > li > a {
                    color: #fff;
                    text-transform: uppercase;
                    font-size: 15px;
                }

        header .toggleMenu.open {
            transform: translateX(0%);
            box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.62);
        }

        header .toggleMenu:after {
            content: '';
            width: 120%;
            height: calc(30vh - 30px);
            background-color: #fff;
            position: absolute;
            left: -10%;
            top: 0;
            border-bottom-left-radius: 50%;
            border-bottom-right-radius: 50%;
        }
}

header .dropdown-menu {
    /*margin-top: 5px;*/
    padding: 5px;
    /*border-radius: 0 0 28px 28px;
    background-color: #c6c6c6;*/
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

    header .dropdown-menu > li > a {
        color: #000000;
        text-align: left;
        padding: 15px;
        align-items: flex-start;
    }

    header .dropdown-menu > li + li {
        border-top: 1px solid #e4e4e4;
    }

header.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

footer {
    /*@media(min-width: 768px) {*/
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    /*}*/
}

    footer .footer-content {
        background-color: #000;
        padding: 20px 0;
        font-size: 12px;
    }

    footer .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        footer .container:before, footer .container:after {
            display: none;
        }

    footer p {
        margin-bottom: 0;
    }

    footer .txtFooter > a {
        color: #fff;
    }

/* Home */
.HomeHeader {
    color: #fff;
    font-weight: 500;
    margin: 0 0 40px;
}

    .HomeHeader p {
        font-size: 21px;
    }

    .HomeHeader .BackendHeader-logo {
        padding-top: 100%;
        background-size: 75%;
        background-position: center;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-color: white;
    }

    .HomeHeader .HomeHeaderInfo {
        display: flex;
        flex-direction: row;
    }

    .HomeHeader .HomeHeaderInfo-item {
        text-align: center;
        flex: 1;
    }

        .HomeHeader .HomeHeaderInfo-item .HomeHeaderInfo-img {
            width: 60px;
            height: 60px;
            background-color: #fff;
            padding: 10px;
            border-radius: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media all and (-ms-high-contrast: none) {
    .HomeHeader .HomeHeaderInfo-item .HomeHeaderInfo-img {
        display: block;
    }
}

.HomeHeader .HomeHeaderInfo-item .HomeHeaderInfo-img img {
    max-width: 100%;
    max-height: 100%;
}

.HomeHeader .HomeHeaderInfo-item span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

    .HomeHeader .HomeHeaderInfo-item span span {
        margin-top: 0;
        font-size: .8em;
    }

.HomeHeader .HomeHeaderInfo-item.is-special {
    padding-top: 25px;
}

    .HomeHeader .HomeHeaderInfo-item.is-special .More {
        margin: 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid;
        text-shadow: none;
        text-align: center;
        line-height: 26px;
    }

    .HomeHeader .HomeHeaderInfo-item.is-special span {
        font-size: 24px;
        line-height: 1.1;
    }

.HomeHeader .HomeHeaderInfo-item + .HomeHeaderInfo-item {
    margin-left: calc(20px + 3vw);
    position: relative;
}

    .HomeHeader .HomeHeaderInfo-item + .HomeHeaderInfo-item:after {
        content: '';
        width: calc(20px + 3vw);
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: calc(-20px - 3vw);
        top: 38px;
    }

.HomeHeader .HomeHeader-button {
    text-shadow: none;
    text-align: center;
    margin-top: 5px;
}

    .HomeHeader .HomeHeader-button .btn {
        padding: 5px 10px;
    }

@media (max-width: 767px) {
    .HomeHeader > .row > .col-sm-10 > .HomeHeaderInfo {
        display: none;
    }

    .HomeHeader .BackendHeader-logo {
        margin: -10px 0 -30px;
    }

    .HomeHeader .HomeHeader-button {
        text-align: right;
    }
}

.SeccionCode {
    margin: 12px 0;
}

    .SeccionCode .SeccionCode-content {
        background-color: #aeaeae;
        padding: 15px;
        border-radius: 100px;
    }

        .SeccionCode .SeccionCode-content input[type=text] {
            flex: 1;
            border-radius: 100px 100px 100px 100px;
            border: none;
            padding: 10px 25px;
            /*font-size: 24px;*/
            font-size: 15px;
            color: #333;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        }

            .SeccionCode .SeccionCode-content input[type=text]:focus {
                outline: none;
                box-shadow: none;
            }

        .SeccionCode .SeccionCode-content a, .SeccionCode .SeccionCode-content .SeccionCode-button {
            border: none;
            background-color: #eaeaea;
            color: #fff;
            padding: 10px 25px 10px 15px;
            /*font-size: 21px;*/
            font-size: 15px;
            font-weight: 600;
            border-radius: 0 100px 100px 0;
            transition: all .3s ease-in-out;
            box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.5);
        }

            .SeccionCode .SeccionCode-content a:hover, .SeccionCode .SeccionCode-content a:focus, .SeccionCode .SeccionCode-content .SeccionCode-button:hover, .SeccionCode .SeccionCode-content .SeccionCode-button:focus {
                text-decoration: none;
                background-color: #eaeaea;
            }

@media (max-width: 767px) {
    .SeccionCode {
        margin: 20px 0;
    }

        .SeccionCode .SeccionCode-content {
            padding: 0;
            background: none;
            text-align: right;
            display: block;
        }

            .SeccionCode .SeccionCode-content input[type=text] {
                border-radius: 100px;
                font-size: 16px;
                border: 4px solid #aeaeae;
                width: 100%;
            }

            .SeccionCode .SeccionCode-content a {
                font-size: 16px;
                font-weight: 400;
                border-radius: 100px;
                padding: 7px 15px;
                margin-top: 10px;
                display: inline-block;
            }

        .SeccionCode + .ShadowText {
            display: none;
        }
}

.SeccionCode .text-error {
    background-color: #eaeaea;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.srch-list-action {
    background-color: #eaeaea;
    padding: 14px;
    border-radius: 100px;
    margin-bottom: 50px;
}

    .srch-list-action .input-field {
        margin-bottom: 0;
    }

    .srch-list-action p {
        font-weight: 600;
        color: #fff;
        margin: 0;
        line-height: 50px;
        font-size: 18px;
        margin-left: 15px;
    }

@media (max-width: 767px) {
    .srch-list-action {
        background: none;
        padding: 0;
        border-radius: 0;
    }

        .srch-list-action .input-field {
            margin-bottom: 20px;
        }

        .srch-list-action .dropdown-btn {
            border: 4px solid #eaeaea;
            border-radius: 100px;
        }

        .srch-list-action .dropdown-container.open > a {
            border-radius: 100px;
        }
}

/* Results */
.results-list-container {
    margin-top: 45px;
}

.TableLists {
    border: 2px solid #fff;
    background-color: #fff
}

    .TableLists .TableLists-header {
        padding-top: 15px;
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #000;
    }

        .TableLists .TableLists-header > div {
            padding: 0 15px 10px;
            color: #000;
        }

            .TableLists .TableLists-header > div + div {
                border-left: 1px solid #000;
            }

    .TableLists .TableLists-row {
        display: flex;
        flex-wrap: wrap;
    }

        .TableLists .TableLists-row > div {
            padding: 10px 15px;
            color: #000;
        }

            .TableLists .TableLists-row > div + div {
                border-left: 1px solid #000;
            }

            .TableLists .TableLists-row > div.preview {
                padding: 0;
                border-left: 0;
            }

        .TableLists .TableLists-row + .TableLists-row {
            border-top: 1px solid #000;
        }

        .TableLists .TableLists-row .actions-list {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .TableLists .TableLists-row .actions-list .buttonOpcion {
                width: 40px;
                height: 40px;
                background-color: #fff;
                border-radius: 50%;
                display: inline-flex;
                justify-content: center;
                align-items: center;
                padding: 3px 5px;
                line-height: 30px;
                transition: all .3s ease;
            }

@media all and (-ms-high-contrast: none) {
    .TableLists .TableLists-row .actions-list .buttonOpcion {
        display: block;
    }
}

.TableLists .TableLists-row .actions-list .buttonOpcion:hover {
    box-shadow: none;
}

.TableLists .TableLists-row .actions-list .buttonOpcion img {
    max-width: 100%;
}

.TableLists .TableLists-row .actions-list > a + a {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .TableLists .TableLists-row > div {
        /*width: 100%;*/
    }

        .TableLists .TableLists-row > div + div {
            padding-top: 0;
        }
}

.TableLists .TableListsPreview {
    margin: 15px;
}

.TableLists .TableLists-noResults {
    color: #fff;
    background-color: #eaeaea;
    text-align: left;
    font-size: 16px;
    padding: 10px 15px;
    margin: -2px;
}

@media (max-width: 767px) {
    .TableLists .TableLists-header {
        display: none;
    }

    .TableLists .TableLists-row > div + div {
        border-left: 0;
    }

    .centered-alerts-div {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .btn-group > .buttton-groups:not(:last-child):not(.dropdown-toggle) {
        margin-bottom: 10px;
    }
}

.btn-group > .buttton-groups:not(:last-child):not(.dropdown-toggle) {
    margin-bottom: 10px;
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.btn-group > .buttton-groups:not(:first-child):not(.dropdown-toggle) {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.TableListsPreview-collapse {
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 15px;
    margin: 15px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*cursor: pointer;*/
}

    .TableListsPreview-collapse:after {
        content: '';
        position: absolute;
        left: 100px;
        top: 100%;
        border-top: 15px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        transition: all .15s ease;
    }

    .TableListsPreview-collapse > div:first-child {
        display: flex;
        align-items: center;
        flex: 1;
    }

        .TableListsPreview-collapse > div:first-child > span:first-child {
            color: #aeaeae;
            font-weight: 600;
            display: inline-block;
            margin-right: calc(15px + 3vw);
            width: 240px;
            white-space: pre;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .TableListsPreview-collapse > div:first-child .button-circle + .button-circle {
            margin-left: 15px;
        }

    .TableListsPreview-collapse > div:last-child {
        display: flex;
        align-items: center;
    }

        .TableListsPreview-collapse > div:last-child span {
            font-weight: 800;
            font-size: 30px;
        }

        .TableListsPreview-collapse > div:last-child button {
            font-size: 35px;
            margin-left: calc(15px + 1vw);
        }

    .TableListsPreview-collapse.is-collapsed:after {
        border-top-width: 0;
    }

@media (max-width: 767px) {
    .TableListsPreview-collapse {
        border-radius: 0;
        padding: 10px;
    }

        .TableListsPreview-collapse > div:first-child {
            /*display: block !important;*/
            display: block;
        }

            .TableListsPreview-collapse > div:first-child > span:first-child {
                /*display: block !important;*/
                display: block;
                max-width: 145px;
                width: 100%;
                max-width: 145px;
                white-space: normal;
                color: #333;
                font-weight: 400;
            }

        .TableListsPreview-collapse > div:last-child > span {
            font-size: 18px;
        }

        .TableListsPreview-collapse:after {
            left: 20px;
        }
}

.TableListsPreview-collapse .warning-msg {
    display: none;
    font-style: italic;
    color: #f37821;
    margin-left: calc(15px + 3vw);
}

    .TableListsPreview-collapse .warning-msg.show {
        display: block;
    }

.TableListsPreview {
    box-shadow: 0 0 8px 0 #000000;
    background-color: #fff;
}

@media (max-width: 767px) {
    .TableListsPreview {
        background-color: transparent;
    }
}

.TableListsPreview .TableListsPreview-header {
    overflow: hidden;
    background-color: #aeaeae;
    padding: 5px 0;
    color: #fff;
}

@media (max-width: 767px) {
    .TableListsPreview .TableListsPreview-header {
        display: none;
    }
}

.TableListsPreview .TableListsPreview-row {
    padding: 10px 0;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 767px) {
    .TableListsPreview .TableListsPreview-row {
        background-color: #fff;
    }
}

.TableListsPreview .TableListsPreview-row a {
    font-weight: 600;
    color: #333;
}

.TableListsPreview .TableListsPreview-row .name-product .popover {
    width: 100%;
    border-radius: 0;
    border: none;
    background-color: #eaeaea;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans';
    font-style: italic;
}

    .TableListsPreview .TableListsPreview-row .name-product .popover .arrow {
        box-shadow: none;
    }

        .TableListsPreview .TableListsPreview-row .name-product .popover .arrow:after {
            border-right-color: #eaeaea;
        }

.TableListsPreview .TableListsPreview-row .leyendaExtra, .TableListsPreview .TableListsPreview-row .leyendaOptativa {
    width: 100%;
    padding: 0 15px;
}

.TableListsPreview .TableListsPreview-row + .TableListsPreview-row {
    border-top: 1px solid #e4e4e4;
}

@media (max-width: 767px) {
    .TableListsPreview .TableListsPreview-row + .TableListsPreview-row {
        border-top: 0;
        margin-top: 10px;
    }
}

.TableListsPreview .TableListsPreview-row.is-highlighted {
    background-color: rgba(234, 234, 234, 0.4);
}

.TableListsPreview .TableListsPreview-row .TableListsPreview-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .TableListsPreview .TableListsPreview-row .TableListsPreview-actions > a + a {
        margin-left: 5px;
    }

    .TableListsPreview .TableListsPreview-row .TableListsPreview-actions .btnDelete {
        font-size: 40px;
    }

@media (max-width: 767px) {
    .TableListsPreview .TableListsPreview-row {
        padding: 0;
        align-items: stretch;
    }
}

.TableListsPreview .TableListsPreview-row.extra-item, .TableListsPreview .TableListsPreview-row.socializado, .TableListsPreview .TableListsPreview-row.optativa-item {
    padding-left: 8px;
    position: relative;
}

    .TableListsPreview .TableListsPreview-row.extra-item:before, .TableListsPreview .TableListsPreview-row.socializado:before, .TableListsPreview .TableListsPreview-row.optativa-item:before {
        content: '';
        width: 8px;
        height: 100%;
        background-color: #eaeaea;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
    }

    .TableListsPreview .TableListsPreview-row.extra-item .leyendaExtra, .TableListsPreview .TableListsPreview-row.extra-item .leyendaOptativa, .TableListsPreview .TableListsPreview-row.extra-item .leyendaSocializado, .TableListsPreview .TableListsPreview-row.socializado .leyendaExtra, .TableListsPreview .TableListsPreview-row.socializado .leyendaOptativa, .TableListsPreview .TableListsPreview-row.socializado .leyendaSocializado, .TableListsPreview .TableListsPreview-row.optativa-item .leyendaExtra, .TableListsPreview .TableListsPreview-row.optativa-item .leyendaOptativa, .TableListsPreview .TableListsPreview-row.optativa-item .leyendaSocializado {
        width: 100%;
        background-color: #eaeaea;
        color: white;
        padding: 4px 15px;
        font-style: italic;
        font-weight: 600;
        font-size: 14px;
    }

@media (min-width: 768px) {
    .TableListsPreview .TableListsPreview-row.extra-item .leyendaExtra, .TableListsPreview .TableListsPreview-row.extra-item .leyendaOptativa, .TableListsPreview .TableListsPreview-row.extra-item .leyendaSocializado, .TableListsPreview .TableListsPreview-row.socializado .leyendaExtra, .TableListsPreview .TableListsPreview-row.socializado .leyendaOptativa, .TableListsPreview .TableListsPreview-row.socializado .leyendaSocializado, .TableListsPreview .TableListsPreview-row.optativa-item .leyendaExtra, .TableListsPreview .TableListsPreview-row.optativa-item .leyendaOptativa, .TableListsPreview .TableListsPreview-row.optativa-item .leyendaSocializado {
        margin-top: -10px;
        margin-right: calc(20% + -15px);
        margin-bottom: 10px;
    }
}

.TableListsPreview .TableListsPreview-row.extra-item.extra-item:before, .TableListsPreview .TableListsPreview-row.socializado.extra-item:before, .TableListsPreview .TableListsPreview-row.optativa-item.extra-item:before {
    background-color: #aeaeae;
}

.TableListsPreview .TableListsPreview-row.extra-item.extra-item .leyendaExtra, .TableListsPreview .TableListsPreview-row.socializado.extra-item .leyendaExtra, .TableListsPreview .TableListsPreview-row.optativa-item.extra-item .leyendaExtra {
    background-color: #aeaeae;
}

.TableListsPreview .TableListsPreview-row.extra-item.socializado:before, .TableListsPreview .TableListsPreview-row.socializado.socializado:before, .TableListsPreview .TableListsPreview-row.optativa-item.socializado:before {
    background-color: #B3CE88;
}

.TableListsPreview .TableListsPreview-row.extra-item.socializado .leyendaSocializado, .TableListsPreview .TableListsPreview-row.socializado.socializado .leyendaSocializado, .TableListsPreview .TableListsPreview-row.optativa-item.socializado .leyendaSocializado {
    background-color: #B3CE88;
}

.TableListsPreview.is-collapsed {
    display: none;
}

.alumnData-item.is-collapsed {
    display: none;
}

.alumnData-item > .input-field > input.form-control {
    /* border-radius: 35px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    border-color: transparent;*/
}

.VentajasFooter {
    text-align: center;
    padding: 0 15px 20px;
    position: relative;
    margin-top: 20px;
}

    .VentajasFooter:after {
        content: '';
        width: 100%;
        height: 100px;
        background-color: #aeaeae;
        position: absolute;
        left: 0;
        bottom: -3px;
        z-index: -1;
        border-top: 2px solid #fff;
    }

    .VentajasFooter h4 {
        color: #fff;
        margin: 0 0 20px;
        font-size: 24px;
    }

    .VentajasFooter .VentajasFooterItems {
        max-width: 700px;
        margin: 0 auto;
        display: flex;
    }

        .VentajasFooter .VentajasFooterItems .VentajasFooterItem {
            flex: 1;
            padding: 0 15px;
        }

            .VentajasFooter .VentajasFooterItems .VentajasFooterItem .VentajasFooterItem-icon {
                width: 60px;
                height: 60px;
                background-color: #fff;
                padding: 10px;
                border-radius: 100%;
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: center;
            }

@media all and (-ms-high-contrast: none) {
    .VentajasFooter .VentajasFooterItems .VentajasFooterItem .VentajasFooterItem-icon {
        display: block;
    }
}

.VentajasFooter .VentajasFooterItems .VentajasFooterItem .VentajasFooterItem-icon img {
    max-width: 100%;
    max-height: 100%;
}

.VentajasFooter .VentajasFooterItems .VentajasFooterItem span {
    display: block;
    margin-top: 15px;
    line-height: 1.2;
    color: white;
}

    .VentajasFooter .VentajasFooterItems .VentajasFooterItem span span {
        margin-top: 0;
        font-size: .8em;
    }

@media (max-width: 767px) {
    .VentajasFooter {
        display: none;
    }
}

.Process {
    display: flex;
    max-width: 460px;
    margin: 0 auto 15px;
}

    .Process .ProcessItem {
        padding-left: 45px;
        flex: 1;
        color: #fff;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
    }

        .Process .ProcessItem a {
            color: #fff;
        }

        .Process .ProcessItem + .ProcessItem {
            margin-left: 35px;
        }

        .Process .ProcessItem .ProcessItem-number {
            margin: 0;
            position: absolute;
            left: 0;
            top: 0;
            font-weight: 600;
            font-size: 12px;
            height: 100%;
            border-right: 1px solid;
            width: 25px;
            text-shadow: none;
        }

        .Process .ProcessItem .ProcessItem-icon {
            width: 55px;
            height: 55px;
            background-color: #fff;
            padding: 10px;
            border-radius: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media all and (-ms-high-contrast: none) {
    .Process .ProcessItem .ProcessItem-icon {
        display: block;
    }
}

.Process .ProcessItem .ProcessItem-icon img {
    max-width: 100%;
    max-height: 100%;
}

.Process .ProcessItem span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
}

.Process .ProcessItem.is-active .ProcessItem-icon {
    border: 4px solid #eaeaea;
}

.Process .ProcessItem.is-active:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #fff;
    left: calc(50% - 45px + 15px);
    position: absolute;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
}

@media (max-width: 767px) {
    .Process .ProcessItem {
        padding-left: 35px;
    }

        .Process .ProcessItem .ProcessItem-icon {
            width: 45px;
            height: 45px;
        }

        .Process .ProcessItem + .ProcessItem {
            margin-left: 5px;
        }
}

.resumen-pedido .Resumen {
    background-color: #fff;
    box-shadow: 0 0 8px 0 #000000;
    margin: 15px 0;
    padding: 15px;
    text-align: right;
}

    .resumen-pedido .Resumen .row {
        display: flex;
        justify-content: flex-end;
    }

        .resumen-pedido .Resumen .row + .row {
            margin-top: 5px;
        }

        .resumen-pedido .Resumen .row.Ahorro {
            color: #aeaeae;
            align-items: center;
            font-weight: 600;
        }

            .resumen-pedido .Resumen .row.Ahorro > div:last-child {
                font-size: 24px;
            }

        .resumen-pedido .Resumen .row.IVA {
            font-weight: 600;
            flex-wrap: wrap;
        }

        .resumen-pedido .Resumen .row.Envio {
            font-weight: 600;
        }

            .resumen-pedido .Resumen .row.Envio .FreeEnvio {
                color: #eaeaea;
            }

        .resumen-pedido .Resumen .row.total-container {
            font-weight: 600;
            font-size: 28px;
            margin-top: 5px;
        }

.resumen-pedido .btns-footer {
    text-align: right;
}

    .resumen-pedido .btns-footer a + a {
        margin-left: 15px;
    }

.ResumenBlock {
    background-color: #fff;
    padding: 8px 25px 8px 55px;
    border-radius: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
}

    .ResumenBlock .ResumenBlock-lists span {
        display: block;
        color: #aeaeae;
        font-weight: 600;
    }

    .ResumenBlock .ResumenBlock-info {
        display: flex;
    }

        .ResumenBlock .ResumenBlock-info > div {
            line-height: 1.2;
        }

            .ResumenBlock .ResumenBlock-info > div > span {
                display: block;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 21px;
                margin-top: 3px;
            }

            .ResumenBlock .ResumenBlock-info > div.ResumenBlock-envio {
                color: #eaeaea;
            }

            .ResumenBlock .ResumenBlock-info > div.ResumenBlock-ahorro {
                color: #aeaeae;
            }

            .ResumenBlock .ResumenBlock-info > div.ResumenBlock-total > span {
                font-size: 24px;
                margin-top: 0;
            }

            .ResumenBlock .ResumenBlock-info > div + div {
                margin-left: 20px;
            }

@media (max-width: 767px) {
    .ResumenBlock {
        padding: 0;
        border-radius: 0;
        display: block;
    }

        .ResumenBlock > div + div {
            border-top: 1px solid #aeaeae;
        }

        .ResumenBlock > div > div + div {
            border-top: 1px solid #aeaeae;
        }

        .ResumenBlock .ResumenBlock-lists {
            padding: 10px;
        }

            .ResumenBlock .ResumenBlock-lists span {
                font-weight: 400;
                color: #333;
            }

        .ResumenBlock .ResumenBlock-info {
            display: block;
        }

            .ResumenBlock .ResumenBlock-info > div + div {
                margin-left: 0;
            }

        .ResumenBlock .ResumenBlock-envio, .ResumenBlock ResumenBlock-ahorro:not(:empty), .ResumenBlock .ResumenBlock-total {
            padding: 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .ResumenBlock .ResumenBlock-envio span, .ResumenBlock ResumenBlock-ahorro:not(:empty) span, .ResumenBlock .ResumenBlock-total span {
                font-size: 14px;
                margin-top: 0;
            }
}

.FormDatos {
    padding: 15px;
    border: 10px solid white;
    border-radius: 20px;
}

    .FormDatos label, .FormDatos p {
        color: #fff;
    }

    .FormDatos h3 {
        color: #fff;
        margin: .2em 0 .8em;
    }

div#EnvioSoloCentro, #MismosDatos {
    padding: 15px;
}

    div#EnvioSoloCentro label, #MismosDatos label {
        text-transform: uppercase;
    }

#EnvioElegir {
    display: flex;
    margin-bottom: 15px;
}

    #EnvioElegir > div {
        display: block;
    }

        #EnvioElegir > div + div {
            margin-left: 15px;
        }

    #EnvioElegir label {
        font-size: 18px;
        font-weight: 400;
        cursor: pointer;
    }

        #EnvioElegir label input {
            width: 16px;
            height: 16px;
            margin-right: 10px;
        }

@media (max-width: 767px) {
    #EnvioElegir {
        flex-direction: column;
    }

        #EnvioElegir > div + div {
            margin-left: 0;
        }
}

.registro-checkout {
    margin: 0 -7.5px;
}

    .registro-checkout > a {
        margin: 7.5px;
    }

.fechas-entrega-pedido {
    color: #fff;
    background-color: #aeaeae;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

    .fechas-entrega-pedido .fecha-entrega {
        font-style: italic;
        font-weight: 600;
        font-size: 30px;
        margin: 5px 0 10px;
        line-height: 1.1;
    }

    .fechas-entrega-pedido strong {
        font-style: italic;
        font-weight: 400;
        font-size: 12px;
        line-height: 1.1;
    }

    .fechas-entrega-pedido .btn {
        border-color: #fff !important;
        border-width: 2px !important;
        padding: 5px 15px;
        text-transform: lowercase;
        font-style: italic;
        font-weight: 600;
    }

    .fechas-entrega-pedido .datepicker {
        opacity: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        width: 190px;
    }

    .fechas-entrega-pedido + .fechas-entrega-pedido {
        padding-top: 0;
    }

#message {
    margin: 20px 0 10px;
    color: #fff;
    border: 2px solid white;
}

#forma-pago {
    margin-top: 20px;
    color: #fff;
}

    #forma-pago h4 {
        color: #fff;
        font-size: 24px;
    }

    #forma-pago .input-field {
        margin: 0;
        min-height: 90px;
        display: flex;
    }

@media (max-width: 768px) {
    #forma-pago .input-field {
        flex-direction: column;
    }
}

#forma-pago .input-field > .input-radio {
    min-width: 230px;
}

    #forma-pago .input-field > .input-radio > .input-pago {
        margin-bottom: 0;
        width: 100%;
        height: 100%;
    }

#forma-pago .input-field .label-pago {
    margin-bottom: -25px;
    display: block;
    font-size: 16px;
    padding: 0 10px;
}

#forma-pago .input-field label {
    cursor: pointer;
    padding: 30px 10px 10px;
    border: 2px solid white;
}

#forma-pago .input-field input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

#forma-pago .input-field + .input-field {
    margin-top: 5px;
}

#forma-pago .input-field > .input-info {
    background-color: #6680B7;
    padding: 15px;
    display: flex;
    width: 100%;
    margin-top: -3px;
    margin-bottom: 3px;
    max-width: 620px;
}

@media (max-width: 768px) {
    #forma-pago .input-field > .input-info {
        max-width: none;
    }
}

.VentajasRight {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

    .VentajasRight h4 {
        color: #fff;
        margin: 0 0 15px;
        width: 100%;
    }

    .VentajasRight .VentajasRightItem {
        text-align: center;
        width: 50%;
        padding: 0 10px;
    }

        .VentajasRight .VentajasRightItem .VentajasRightItem-icon {
            width: 55px;
            height: 55px;
            background-color: #fff;
            padding: 10px;
            border-radius: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media all and (-ms-high-contrast: none) {
    .VentajasRight .VentajasRightItem .VentajasRightItem-icon {
        display: block;
    }
}

.VentajasRight .VentajasRightItem .VentajasRightItem-icon img {
    max-width: 100%;
    max-height: 100%;
}

.VentajasRight .VentajasRightItem span {
    color: #fff;
    line-height: 1.1;
    display: block;
    margin: 5px 0 0;
}

@media (max-width: 767px) {
    .VentajasRight {
        margin-top: 20px;
    }
}

.button-circle {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px 5px;
    line-height: 30px;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
}

@media all and (-ms-high-contrast: none) {
    .button-circle {
        display: block;
    }
}

.button-circle:hover {
    box-shadow: none;
}

.button-circle:focus {
    outline: none;
}

.button-circle img {
    max-width: 100%;
    pointer-events: none;
}

.button-circle[disabled] {
    opacity: .3;
    box-shadow: none;
}

.RegistroVentajas {
    background-color: #aeaeae;
    margin: 10px 20px 0 0;
    padding: 15px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    max-width: 360px;
}

    .RegistroVentajas h4 {
        margin: 0 0 15px;
        width: 100%;
    }

    .RegistroVentajas .RegistroVentajasItem {
        flex: 1;
        text-align: center;
        padding: 0 10px;
    }

        .RegistroVentajas .RegistroVentajasItem .RegistroVentajasItem-icon {
            width: 60px;
            height: 60px;
            background-color: #fff;
            padding: 10px;
            border-radius: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media all and (-ms-high-contrast: none) {
    .RegistroVentajas .RegistroVentajasItem .RegistroVentajasItem-icon {
        display: block;
    }
}

.RegistroVentajas .RegistroVentajasItem .RegistroVentajasItem-icon img {
    max-width: 100%;
    max-height: 100%;
}

.RegistroVentajas .RegistroVentajasItem span {
    line-height: 1.1;
    margin: 5px 0 0;
    display: block;
}

.registroPopUp .modal-dialog {
    display: flex;
    justify-content: center;
    width: auto !important;
    pointer-events: none;
    align-items: flex-start;
}

    .registroPopUp .modal-dialog .modal-content {
        background: none;
        border: solid 10px #fff;
        border-radius: 20px;
        color: #fff;
        max-width: 435px;
        pointer-events: auto;
    }

        .registroPopUp .modal-dialog .modal-content .tit-numerado {
            font-size: 24px;
            font-weight: 200;
            margin: 0 0 15px;
        }

        .registroPopUp .modal-dialog .modal-content .txtRg14nar {
            font-size: 12px;
            font-style: italic;
            margin-bottom: 25px;
        }

        .registroPopUp .modal-dialog .modal-content .checkbox label {
            font-style: italic;
        }

            .registroPopUp .modal-dialog .modal-content .checkbox label a {
                color: #fff;
                text-decoration: underline;
            }

        .registroPopUp .modal-dialog .modal-content .centrar {
            text-align: center;
        }

.loginPopUp .modal-content {
    background: #fff;
    border: solid 10px #fff !important;
    border-radius: 20px !important;
    color: #fff;
    max-width: 435px;
    pointer-events: auto;
    margin: 0 auto;
}

    .loginPopUp .modal-content a {
        color: #000000;
        text-decoration: underline;
    }

    .loginPopUp .modal-content .dcha {
        text-align: right;
    }

.modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}

.ConsultaPedido h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 1.42857143;
    }
}

.MyAccountMenu {
    display: flex;
    max-width: 460px;
    margin: 0 auto 15px;
}

    .MyAccountMenu .MyAccountMenuItem {
        padding-left: 45px;
        flex: 1;
        color: #fff;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
    }

        .MyAccountMenu .MyAccountMenuItem + .MyAccountMenuItem {
            margin-left: 35px;
        }

        .MyAccountMenu .MyAccountMenuItem .MyAccountMenuItem-icon {
            width: 55px;
            height: 55px;
            background-color: #fff;
            padding: 10px;
            border-radius: 100%;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .MyAccountMenu .MyAccountMenuItem .MyAccountMenuItem-icon img {
                max-width: 100%;
                max-height: 100%;
            }

        .MyAccountMenu .MyAccountMenuItem span {
            display: block;
            margin-top: 5px;
            font-size: 13px;
            color: #fff;
        }

        .MyAccountMenu .MyAccountMenuItem.is-active .ProcessItem-icon {
            border: 4px solid #eaeaea;
        }

        .MyAccountMenu .MyAccountMenuItem.is-active:after {
            content: '';
            width: 30px;
            height: 3px;
            background-color: #fff;
            left: calc(50% - 45px + 15px);
            position: absolute;
            right: 0;
            margin: 0 auto;
            bottom: -7px;
        }

.BorderBox {
    border-radius: 20px;
    border: solid 10px #fff;
    padding: 15px;
    color: #fff;
}

    .BorderBox h2 {
        color: #fff;
        font-size: 24px;
        margin: 0 0 25px;
        font-weight: 300;
    }

    .BorderBox.no-line {
        border: none;
        padding: 0;
    }

    .BorderBox + .BorderBox {
        margin-top: 30px;
    }

@media (max-width: 767px) {
    .BorderBox {
        border-radius: 0;
    }
}

#loading-layout {
    display: none;
}

.spinner-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #eaeaea;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.MyAccountMenuAdmin {
    background-color: #eaeaea;
    margin-top: -25px;
    padding: 15px 0;
}

    .MyAccountMenuAdmin > div {
        justify-content: flex-end;
    }

        .MyAccountMenuAdmin > div:before, .MyAccountMenuAdmin > div:after {
            display: none;
        }

        .MyAccountMenuAdmin > div > div + div {
            margin-left: 18px;
        }

        .MyAccountMenuAdmin > div > div a {
            color: #fff;
        }

.Backend {
    background-color: #f0f0f0;
    margin-bottom: -25px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .Backend {
        padding-bottom: 40px;
    }
}

.Backend .form-control {
    border-radius: 0;
}

.Backend h2 {
    margin: 0 0 .6em;
    font-size: 24px;
}

.Backend .BackendHeader {
    margin-bottom: 55px;
    text-transform: uppercase;
}

    .Backend .BackendHeader .BackendHeader-logo {
        margin-top: -25px;
        padding-top: 100%;
        background-size: 75%;
        background-position: center;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-color: white;
    }

    .Backend .BackendHeader h1 {
        font-weight: 600;
    }

        .Backend .BackendHeader h1 span {
            display: block;
            font-weight: 200;
            font-size: 0.7em;
        }

@media (max-width: 767px) {
    .Backend .BackendHeader {
        margin-bottom: 25px;
    }

        .Backend .BackendHeader .BackendHeader-logo {
            display: none;
        }

        .Backend .BackendHeader h1 {
            font-size: 25px;
            margin-top: 0;
        }
}

.ResumenActividad {
    display: flex;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin: 20px 0;
}

    .ResumenActividad .ResumenActividadItem {
        width: 25%;
        padding: 10px 10px 10px 0;
        display: flex;
    }

        .ResumenActividad .ResumenActividadItem .ResumenActividadItem-icon {
            background-color: #eaeaea;
            padding: 10px;
            height: 80px;
            width: 100px;
            border-radius: 0 50% 50% 0;
        }

            .ResumenActividad .ResumenActividadItem .ResumenActividadItem-icon > img {
                max-height: 100%;
                max-width: 100%;
            }

        .ResumenActividad .ResumenActividadItem .ResumenActividadItem-text {
            text-align: center;
            flex: 1;
            padding-left: 5px;
            line-height: 1.1;
        }

            .ResumenActividad .ResumenActividadItem .ResumenActividadItem-text .ResumenActividadItem-number {
                font-size: 50px;
                font-weight: 900;
                display: block;
            }

            .ResumenActividad .ResumenActividadItem .ResumenActividadItem-text .ResumenActividadItem-info {
                color: #aeaeae;
            }

@media (min-width: 768px) {
    .ResumenActividad .ResumenActividadItem + .ResumenActividadItem {
        border-left: 1px solid #e4e4e4;
    }
}

@media (max-width: 767px) {
    .ResumenActividad {
        margin: 20px -7.5px;
        box-shadow: none;
        background: none;
        border-radius: 0;
        flex-wrap: wrap;
    }

        .ResumenActividad .ResumenActividadItem {
            width: calc(50% - 15px);
            margin: 0 7.5px 15px;
            background-color: #fff;
            border-radius: 10px;
            align-items: center;
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.6);
            padding: 5px 5px 5px 0;
        }

            .ResumenActividad .ResumenActividadItem .ResumenActividadItem-icon {
                height: 65px;
                width: 60px;
            }

            .ResumenActividad .ResumenActividadItem .ResumenActividadItem-text .ResumenActividadItem-number {
                line-height: 1;
                font-size: 40px;
            }
}

#ReportMartista {
    margin: 20px 0 40px;
}

    #ReportMartista .filaCabecera {
        background-color: #aeaeae;
        color: #fff;
        display: flex;
        padding: 5px 0;
    }

@media (max-width: 767px) {
    #ReportMartista .filaCabecera {
        padding: 10px 0;
    }

        #ReportMartista .filaCabecera > div {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            #ReportMartista .filaCabecera > div:after {
                content: '';
                width: 35px;
                height: 35px;
                display: inline-block;
                background-image: url(/Content/images/ico-ver.svg);
                border-radius: 50%;
                background-position: center;
                background-size: 90%;
                background-repeat: no-repeat;
                background-color: #fff;
                box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
            }
}

#ReportMartista .filaCuerpo {
    display: flex;
    background-color: #fff;
}

    #ReportMartista .filaCuerpo .filaCuerpo-content {
        max-height: 350px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        margin: 0 -15px;
        padding: 10px 0;
    }

        #ReportMartista .filaCuerpo .filaCuerpo-content .txtBldalumno {
            padding: 10px 15px;
        }

        #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick {
            cursor: pointer;
        }

            #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick.selected {
                position: relative;
                color: #fff;
                font-weight: 600;
            }

                #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick.selected > * {
                    z-index: 1;
                    position: relative;
                }

                #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick.selected:after {
                    content: '';
                    width: calc(100% - 15px);
                    height: 100%;
                    background-color: #eaeaea;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 0;
                }

                #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick.selected:before {
                    content: '';
                    width: 0;
                    height: 100%;
                    background-color: transparent;
                    position: absolute;
                    left: calc(100% - 15px);
                    top: 0;
                    z-index: 1;
                    border-top: 1.4em solid transparent;
                    border-bottom: 1.4em solid transparent;
                    border-left: 15px solid #eaeaea;
                }

            #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick:hover {
                position: relative;
                color: #fff;
                font-weight: 600;
            }

                #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick:hover > * {
                    z-index: 1;
                    position: relative;
                }

                #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick:hover:after {
                    content: '';
                    width: calc(100% - 15px);
                    height: 100%;
                    background-color: #aeaeae;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 0;
                }

                #ReportMartista .filaCuerpo .filaCuerpo-content .listaclick:hover:before {
                    content: '';
                    width: 0;
                    height: 100%;
                    background-color: transparent;
                    position: absolute;
                    left: calc(100% - 15px);
                    top: 0;
                    z-index: 1;
                    border-top: 1.4em solid transparent;
                    border-bottom: 1.4em solid transparent;
                    border-left: 15px solid #aeaeae;
                }

.TableAdmin {
    border-bottom: 2px solid #e4e4e4;
}

    .TableAdmin .TableAdminHeader {
        display: flex;
        border-bottom: 1px solid #aeaeae;
        color: #aeaeae;
        padding: 5px 0;
        margin-bottom: 5px;
    }

@media (max-width: 767px) {
    .TableAdmin .TableAdminHeader {
        display: none;
    }
}

.TableAdmin .TableAdminBody > .TableAdminBody-row {
    flex-wrap: wrap;
    display: flex;
    background-color: #fff;
    padding: 10px 0;
}

    .TableAdmin .TableAdminBody > .TableAdminBody-row > .filaArticuloMod-hijos {
        border-top: 1px solid #bbbbbb;
    }

    .TableAdmin .TableAdminBody > .TableAdminBody-row:nth-child(even) {
        background-color: #bbbbbb;
    }

        .TableAdmin .TableAdminBody > .TableAdminBody-row:nth-child(even) > .filaArticuloMod-hijos {
            border-top: 1px solid white;
        }

    .TableAdmin .TableAdminBody > .TableAdminBody-row + .TableAdminBody-row {
        margin-top: 5px;
    }

    .TableAdmin .TableAdminBody > .TableAdminBody-row .expandResumen {
        width: 100%;
    }

        .TableAdmin .TableAdminBody > .TableAdminBody-row .expandResumen > ol {
            margin: 10px 0 -10px;
            padding: 0;
            list-style: none;
            padding: 0;
            border-top: 3px solid #f1f1f1;
        }

            .TableAdmin .TableAdminBody > .TableAdminBody-row .expandResumen > ol > li {
                padding: 15px;
                background-color: #fff;
                border-top: 2px solid #f1f1f1;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .TableAdmin .TableAdminBody > .TableAdminBody-row .expandResumen > ol > li div {
                    display: flex;
                }

                    .TableAdmin .TableAdminBody > .TableAdminBody-row .expandResumen > ol > li div a + a {
                        margin-left: 15px;
                    }

@media (max-width: 767px) {
    .TableAdmin .TableAdminBody > .TableAdminBody-row .expandResumen > ol {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .TableAdmin .TableAdminBody > .TableAdminBody-row .is-centered {
        align-items: center;
    }
}

@media (max-width: 767px) {
    .TableAdmin .TableAdminHeader {
        display: none;
    }

    .TableAdmin .TableAdminBody .TableAdminBody-row {
        padding: 0;
    }

        .TableAdmin .TableAdminBody .TableAdminBody-row:nth-child(even) {
            background-color: #fff;
        }

        .TableAdmin .TableAdminBody .TableAdminBody-row + .TableAdminBody-row {
            margin-top: 10px;
        }
}

span.state-pedidos {
    font-size: 33px;
    width: 1em;
    height: 1em;
    border: 2px solid;
    border-radius: 50%;
    display: block;
    color: #eee;
    position: relative;
}

    span.state-pedidos.pedido {
        color: #6fa40f;
    }

        span.state-pedidos.pedido:before {
            content: '';
            width: 0.3em;
            height: 2px;
            background-color: currentColor;
            position: absolute;
            left: 0.13em;
            top: 0.45em;
            transform: rotate(45deg);
        }

        span.state-pedidos.pedido:after {
            content: '';
            background-color: currentColor;
            width: 0.5em;
            height: 2px;
            position: absolute;
            left: 0.3em;
            top: 0.4em;
            transform: rotate(-45deg);
        }

    span.state-pedidos.devolucion {
        color: #ea4f4f;
    }

        span.state-pedidos.devolucion:before {
            content: '';
            width: 0.55em;
            height: 2px;
            background-color: currentColor;
            position: absolute;
            left: 0.17em;
            top: 0.42em;
            transform: rotate(45deg);
        }

        span.state-pedidos.devolucion:after {
            content: '';
            width: 0.55em;
            height: 2px;
            background-color: currentColor;
            position: absolute;
            left: 0.17em;
            top: 0.42em;
            transform: rotate(-45deg);
        }

    span.state-pedidos.no-pedido {
        color: #f5b73e;
    }

        span.state-pedidos.no-pedido:before {
            content: '';
            width: 0.55em;
            height: 2px;
            background-color: currentColor;
            position: absolute;
            left: 0.17em;
            top: 0.42em;
        }

.LeyendaPedidos {
    background-color: #fff;
    border-radius: 50px;
    padding: 6px 10px;
    display: inline-flex;
    margin: 15px 0 0;
}

    .LeyendaPedidos > div {
        display: flex;
        align-items: center;
    }

        .LeyendaPedidos > div span {
            margin-right: 5px;
            font-size: 17px;
        }

            .LeyendaPedidos > div span.no-pedido:before {
                left: 0.12em;
                top: 0.4em;
            }

            .LeyendaPedidos > div span.devolucion:before, .LeyendaPedidos > div span.devolucion:after {
                left: 0.12em;
                top: 0.4em;
            }

        .LeyendaPedidos > div + div {
            margin-left: 15px;
        }

.BackgroundSecondary, .FormBlockBack .FormBlockBack-content {
    background-color: #aeaeae;
    padding: 20px;
    color: #fff;
}

.BackgroundPrimary {
    background-color: #eaeaea;
    padding: 20px;
    color: #fff;
}

.Address h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 5px;
}

.Address span {
    display: block;
}

.Address + .Address {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e4e4e4;
}

.Address .Address-actions {
    margin-top: 10px;
}

    .Address .Address-actions > a:first-child {
        color: #eaeaea;
        font-weight: 600;
    }

    .Address .Address-actions > a + a {
        margin-left: 7.5px;
    }

.Consulta {
    display: none;
    margin: 15px 15px 20px;
    background-color: #fff;
    padding: 15px;
}

    .Consulta .ConsultaMessage {
        display: flex;
    }

        .Consulta .ConsultaMessage + .ConsultaMessage {
            margin-top: 10px;
        }

        .Consulta .ConsultaMessage .ConsultaMessage-content {
            border: 3px solid transparent;
            padding: 10px;
            display: inline-block;
        }

            .Consulta .ConsultaMessage .ConsultaMessage-content span {
                display: block;
            }

            .Consulta .ConsultaMessage .ConsultaMessage-content .ConsultaMessage-date {
                font-size: 12px;
                margin-bottom: 5px;
            }

            .Consulta .ConsultaMessage .ConsultaMessage-content .ConsultaMessage-adjuntos {
                margin-top: 20px;
            }

                .Consulta .ConsultaMessage .ConsultaMessage-content .ConsultaMessage-adjuntos .ConsultaMessage-adjunto {
                    font-style: italic;
                }

        .Consulta .ConsultaMessage .ConsultaMessage-image {
            width: 50px;
            height: 50px;
            background-size: 75%;
            background-repeat: no-repeat;
            background-position: center;
            border: 3px solid;
            border-radius: 50%;
            display: none;
            align-items: center;
            justify-content: center;
        }

            .Consulta .ConsultaMessage .ConsultaMessage-image svg {
                max-width: 30px;
                max-height: 30px;
            }

        .Consulta .ConsultaMessage.is-marista {
            margin-left: 60px;
        }

        .Consulta .ConsultaMessage.is-user {
            margin-right: 60px;
        }

        .Consulta .ConsultaMessage.is-first {
            margin-left: 0;
            margin-right: 0;
        }

            .Consulta .ConsultaMessage.is-first .ConsultaMessage-image {
                display: flex;
            }

        .Consulta .ConsultaMessage.is-marista .ConsultaMessage-content {
            border-color: #aeaeae;
            text-align: left;
            position: relative;
        }

        .Consulta .ConsultaMessage.is-marista.is-first .ConsultaMessage-content:after {
            content: '';
            position: absolute;
            right: calc(100% + 3px);
            top: 5px;
            border-right: 7px solid #aeaeae;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
        }

        .Consulta .ConsultaMessage.is-marista .ConsultaMessage-image {
            border-color: #aeaeae;
            margin-right: 10px;
        }

            .Consulta .ConsultaMessage.is-marista .ConsultaMessage-image svg path[stroke] {
                stroke: #aeaeae;
            }

            .Consulta .ConsultaMessage.is-marista .ConsultaMessage-image svg path[fill] {
                fill: #aeaeae;
            }

        .Consulta .ConsultaMessage.is-user {
            justify-content: flex-end;
        }

            .Consulta .ConsultaMessage.is-user .ConsultaMessage-content {
                border-color: #eaeaea;
                position: relative;
            }

            .Consulta .ConsultaMessage.is-user.is-first .ConsultaMessage-content:after {
                content: '';
                position: absolute;
                left: calc(100% + 3px);
                top: 5px;
                border-left: 7px solid #eaeaea;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }

            .Consulta .ConsultaMessage.is-user .ConsultaMessage-image {
                margin-left: 10px;
                border-color: #eaeaea;
            }

                .Consulta .ConsultaMessage.is-user .ConsultaMessage-image svg path[stroke] {
                    stroke: #eaeaea;
                }

                .Consulta .ConsultaMessage.is-user .ConsultaMessage-image svg path[fill] {
                    fill: #eaeaea;
                }

.FormBlockBack .FormBlockBack-content {
    margin-bottom: 20px;
}

.FormBlockBack .FormBlockBack-button {
    text-align: right;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: 20px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

    .nav-tabs > li {
        margin: 7.5px;
    }

        .nav-tabs > li > a {
            background-color: #fff;
            border-radius: 0;
            border: solid 1px #e4e4e4;
            color: #aeaeae;
            display: flex;
            align-items: center;
        }

            .nav-tabs > li > a img {
                max-width: 30px;
                margin-right: 15px;
            }

        .nav-tabs > li.active > a {
            box-shadow: none !important;
        }

.MarketingRow {
    display: flex;
    background-color: #fff;
    align-items: center;
    padding: 15px 0;
}

    .MarketingRow p {
        margin: 0;
    }

    .MarketingRow + .MarketingRow {
        border-top: solid 1px #e4e4e4;
    }

    .MarketingRow img {
        max-width: 100%;
    }

@media (max-width: 767px) {
    .MarketingRow {
        flex-wrap: wrap;
    }

        .MarketingRow .img-table {
            display: none;
        }

        .MarketingRow .tit-table {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}

.PedidoResumen {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 15px 0;
}

    .PedidoResumen strong {
        display: block;
        text-align: center;
        font-size: 21px;
        margin-bottom: 7px;
    }

    .PedidoResumen .PedidoResumen-metodo strong {
        font-size: 14px;
        text-align: left;
        margin-bottom: 14px;
    }

    .PedidoResumen .PedidoResumen-subtotal {
        border-right: 1px solid #e4e4e4;
    }

    .PedidoResumen .PedidoResumen-envio {
        border-right: 1px solid #e4e4e4;
    }

    .PedidoResumen .PedidoResumen-total {
        border-left: 1px solid #e4e4e4;
    }

        .PedidoResumen .PedidoResumen-total strong {
            font-size: 24px;
            color: #eaeaea;
            margin-bottom: 4px;
        }

        .PedidoResumen .PedidoResumen-total span {
            font-weight: 600;
        }

    .PedidoResumen .PedidoResumen-extra {
        border-top: 1px solid #e4e4e4;
        margin-top: 15px;
        padding-top: 15px;
    }

        .PedidoResumen .PedidoResumen-extra .txtsmBld15Azul-bot6 {
            font-weight: 600;
        }

        .PedidoResumen .PedidoResumen-extra .precioArtsubTotal {
            text-align: right;
            font-weight: 600;
        }

.Pedido .TableAdminBody-row {
    align-items: center;
}

.PedidoDirecciones h2 {
    font-weight: 100;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 5px;
}

.PedidoDirecciones .Address {
    margin-bottom: 30px;
}

.MenuTabsContainer {
    border: none;
    border-radius: 0;
    padding: 0;
    background: none;
    font-family: 'Open Sans', sans-serif;
}

    .MenuTabsContainer .MenuTabs {
        background: none;
        margin: -25px 0 0;
        padding: 15px 0;
        background-color: #eaeaea;
    }

        .MenuTabsContainer .MenuTabs > div {
            display: flex;
            justify-content: flex-end;
        }

            .MenuTabsContainer .MenuTabs > div a {
                color: #fff;
            }

            .MenuTabsContainer .MenuTabs > div:before, .MenuTabsContainer .MenuTabs > div:after {
                display: none;
            }

            .MenuTabsContainer .MenuTabs > div > div {
                border: none;
                background: none;
            }

                .MenuTabsContainer .MenuTabs > div > div + div {
                    margin-left: 18px;
                }

@media (max-width: 767px) {
    .MenuTabsContainer .MenuTabs {
        margin-bottom: 15px;
    }
}

.SearchLists {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background-color: #e4e4e4;
    margin-bottom: 15px;
}

    .SearchLists > span {
        color: #eaeaea;
        font-weight: 600;
        display: block;
        margin-right: 15px;
        width: 20%;
    }

    .SearchLists .input-search {
        flex: 1;
        position: relative;
    }

        .SearchLists .input-search > span {
            position: absolute;
            color: #aeaeae;
            top: 12px;
            left: 10px;
            font-size: 25px;
            width: auto;
        }

        .SearchLists .input-search .form-control {
            box-shadow: none;
            padding-left: 45px;
            background-color: #fff;
        }

            .SearchLists .input-search .form-control::placeholder {
                font-weight: 600;
                font-style: italic;
                color: #e4e4e4;
            }

@media (max-width: 767px) {
    .SearchLists {
        flex-wrap: wrap;
    }

        .SearchLists span {
            width: 100%;
            margin-right: 0;
            margin-bottom: 5px;
        }
}

.TableAdminBody.is-result .TableAdminBody-row {
    position: relative;
    min-height: 55px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

@media (min-width: 768px) {
    .TableAdminBody.is-result .TableAdminBody-row {
        align-items: center;
        padding-right: 60px;
    }

        .TableAdminBody.is-result .TableAdminBody-row:after {
            content: '+';
            position: absolute;
            right: 10px;
            top: 7.5px;
            font-size: 35px;
            font-weight: 100;
            height: 40px;
            width: 40px;
            border: 2px solid;
            color: #eaeaea;
            line-height: 36px;
            text-align: center;
        }
}

.TableAdminBody.is-result .TableAdminBody-row:nth-child(even) {
    background-color: #fff;
}

.TableAdminBody.is-selected .TableAdminBody-row {
    background-color: #bbbbbb;
    position: relative;
    min-height: 55px;
}

@media (min-width: 768px) {
    .TableAdminBody.is-selected .TableAdminBody-row {
        padding-right: 60px;
        align-items: center;
    }
}

.TableAdminBody.is-selected .TableAdminBody-row .btn-delete-product {
    height: 40px;
    position: absolute;
    right: 10px;
    top: 7.5px;
}

    .TableAdminBody.is-selected .TableAdminBody-row .btn-delete-product .btnDelete {
        font-size: 40px;
    }

#codigoGenerado {
    font-size: 25px;
    font-weight: 600;
    color: #aeaeae;
}

.buttons-column {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

    .buttons-column > * + * {
        margin-left: 10px;
    }

.btnDocumentos {
    background: none;
    padding: 0;
    border: 0;
}

    .btnDocumentos:focus {
        outline: none;
    }

.descripcionmini, .editorialmini {
    font-size: 11px;
    display: block;
}

.DetalleListado {
    background-color: #fff;
    padding: 15px;
    width: 100%;
    margin: 5px 0;
}

/*#capaAvisoPoliticaCookies_superior_mensajes{
    display: none!important;
}*/
@media (min-width: 768px) {
    .TableHeaderXS {
        display: none;
    }
}

@media (max-width: 767px) {
    .TableHeaderXS {
        background-color: #bbbbbb;
        padding: 10px;
        border-bottom: 1px solid #aeaeae;
        border-right: 1px solid #aeaeae;
        color: #aeaeae;
    }

        .TableHeaderXS + [class*="col-xs-"] {
            text-align: left !important;
            background-color: #fff;
            padding: 10px;
            /*border-bottom: 1px solid #aeaeaf;*/
        }

            .TableHeaderXS + [class*="col-xs-"] .input-group {
                padding: 0 !important;
            }
}

@media (min-width: 768px) {
    .reportMaristasContainer {
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .reportMaristasContainer > div + div {
        border-left: 1px solid #aeaeae;
    }
}

@media (max-width: 767px) {
    .reportMaristasContainer > div + div {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .reportMaristasContainer .filaCuerpo {
        display: none !important;
    }

        .reportMaristasContainer .filaCuerpo.open {
            display: flex !important;
        }

    .reportMaristasContainer .filaCabecera.open > div:after {
        background-image: url("/Content/images/ico-no-ver.svg") !important;
    }
}

.form-control[disabled] {
    box-shadow: none;
}

@media (max-width: 767px) {
    .account-menu {
        display: none;
    }
}

#btn-menu > a {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
}

    #btn-menu > a > .line-menu {
        width: 100%;
        height: 2px;
        background-color: #eaeaea;
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
        transition: all .3s ease;
    }

        #btn-menu > a > .line-menu:before, #btn-menu > a > .line-menu:after {
            content: '';
            width: 100%;
            height: 2px;
            background-color: #eaeaea;
            position: absolute;
            left: 0;
            transition: all .3s ease;
        }

        #btn-menu > a > .line-menu:before {
            top: -9px;
        }

        #btn-menu > a > .line-menu:after {
            top: 9px;
        }

#btn-menu.open > a > .line-menu {
    background-color: transparent;
}

    #btn-menu.open > a > .line-menu:before {
        transform: rotate(45deg);
        top: 0;
    }

    #btn-menu.open > a > .line-menu:after {
        transform: rotate(-45deg);
        top: 0;
    }

.ui-tabs .ui-tabs-panel {
    padding: 0;
    border: none;
}

@media (max-width: 767px) {
    .filaEdicionAlumno {
        margin-bottom: 10px;
    }

        .filaEdicionAlumno > div > div + div {
            margin-top: 5px;
        }
}

.filaEdicionAlumno > .rowHeaders {
    margin-bottom: 5px;
}

    .filaEdicionAlumno > .rowHeaders span {
        font-weight: bold;
        color: #919191;
        text-transform: uppercase;
    }

label[for="aceptarCondiciones"] {
    color: #000000;
    font-style: italic;
}

    label[for="aceptarCondiciones"] a {
        color: #000000;
        text-decoration: underline;
    }

.btnMenos, .btnMas {
    /*border: 2px solid #eaeaea;*/
    background-color: #fff;
    color: #eaeaea !important;
    font-weight: 200 !important;
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 23px;
    transition: all .3s ease;
}

    .btnMenos:hover, .btnMas:hover {
        box-shadow: none;
        color: #eaeaea;
    }

    .btnMenos[disabled], .btnMas[disabled] {
        border-color: #eee;
        color: #eee !important;
    }

.select-quant {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .select-quant input {
        margin: 0 5px;
        border: none;
        text-align: center;
        font-weight: 600;
        background-color: #eee;
        padding: 4px 0;
    }

.crear-pedido #selected .filaAlumnoPanelSeleccionado {
    background-color: #bbbbbb !important;
    cursor: pointer;
}

@media (max-width: 767px) {
    .crear-pedido #selected .filaAlumnoPanelSeleccionado {
        padding: 10px 0;
    }
}

.crear-pedido #selected .filaAlumnoPanelSeleccionado > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .crear-pedido #selected .filaAlumnoPanelSeleccionado > div span {
        font-size: 25px;
    }

#allalumns .TableAdminBody-row {
    background-color: #fff !important;
    cursor: pointer;
}

    #allalumns .TableAdminBody-row > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        #allalumns .TableAdminBody-row > div:after {
            content: '+';
            position: absolute;
            right: 10px;
            top: -2px;
            font-size: 22px;
            font-weight: 100;
            height: 25px;
            width: 25px;
            border: 2px solid;
            color: #eaeaea;
            line-height: 21px;
            text-align: center;
        }

@media (max-width: 767px) {
    #allalumns .TableAdminBody-row {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .TableAdmin .TableAdminHeader.is-visible-xs {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .TableAdminBody-row .buttonsISBN {
        display: flex;
        align-items: center;
    }

        .TableAdminBody-row .buttonsISBN .btnDelete {
            font-size: 25px;
        }

        .TableAdminBody-row .buttonsISBN span {
            font-size: 14px;
            color: #ff5858;
            font-weight: 600;
            margin-left: 8px;
            font-style: italic;
        }
}

.addLine:after {
    display: inline-block;
    content: '+';
    font-size: 25px;
    font-weight: 100;
    height: 30px;
    width: 30px;
    border: 2px solid;
    color: #eb6225;
    line-height: 26px;
    text-align: center;
}

@media (max-width: 767px) {
    .add-to-list-mobile {
        display: flex !important;
        align-items: center;
    }

        .add-to-list-mobile > span:last-child {
            font-size: 14px;
            color: #aeaeae;
            font-weight: 600;
            margin-left: 8px;
            font-style: italic;
        }
}

.CalendarMarketing {
    /*.months-container {
        @media(max-width: 767px) {
            max-height: 200px;
            overflow-y: auto;
        }
    }*/
}

    .CalendarMarketing .calendar-header {
        border: none;
        border-radius: 0;
        background-color: #aeaeae;
        color: #fff;
    }

        .CalendarMarketing .calendar-header table th {
            transition: all .3s ease;
        }

            .CalendarMarketing .calendar-header table th:hover {
                background-color: #bbbbbb;
            }

    .CalendarMarketing .year-neighbor, .CalendarMarketing .year-neighbor2 {
        color: #fff;
    }

    .CalendarMarketing table.month tr td .day-content {
        border-radius: 0;
    }

.tit-numerado {
    font-weight: 600;
}

    .tit-numerado span {
        display: block;
        font-size: .8em;
        font-weight: 100;
    }

.prox-events h4 {
    font-weight: 600;
    margin: 0 0 .5em;
}

.LeyendCalendar {
    text-align: right;
    margin: 0 -7.5px 10px;
}

    .LeyendCalendar > div {
        display: inline-block;
        margin: 0 7.5px;
    }

    .LeyendCalendar .LeyendCalendar-color {
        display: inline-block;
        width: 10px;
        height: 10px;
    }

        .LeyendCalendar .LeyendCalendar-color.evento {
            background-color: #aeaeae;
        }

        .LeyendCalendar .LeyendCalendar-color.currentDay {
            background-color: #eaeaea;
        }

.ErrorBusq {
    background-color: #eaeaea;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

#listaDetalles .TableAdminBody-row {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #contenidoCrearListas .TableAdminHeader {
        padding-right: 60px;
    }
}

@media (min-width: 768px) {
    .row.form-datos-personales {
        display: flex;
        flex-wrap: wrap;
    }

        .row.form-datos-personales:after, .row.form-datos-personales:before {
            display: none;
        }
}

.fileInput-container {
    display: flex;
    align-items: center;
}

    .fileInput-container input {
        display: none !important;
    }

    .fileInput-container .fileInput-info {
        color: #333;
        font-weight: 600;
        font-style: italic;
        margin-left: 15px;
    }

        .fileInput-container .fileInput-info.white {
            color: #fff;
        }

.PedidoHeader > .row:first-child {
    display: flex;
}

    .PedidoHeader > .row:first-child > div > div {
        height: 100%;
    }

@media (max-width: 767px) {
    .is-back .srch-list-action p {
        color: #333;
    }
}

.consultas-row .fa-check-circle {
    color: #6fa40f;
}

.seleccionar-color .container-colors {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 15px;
    grid-row-gap: 15px;
    margin: 20px 0 35px;
}

    .seleccionar-color .container-colors .selectable-color {
        padding-top: calc(100% - 10px);
        border-radius: 100%;
        cursor: pointer;
        transition: all .3s ease;
        border: 5px solid white;
    }

        .seleccionar-color .container-colors .selectable-color:hover {
            box-shadow: none;
        }

        .seleccionar-color .container-colors .selectable-color.selected {
            box-shadow: none;
            position: relative;
        }

            .seleccionar-color .container-colors .selectable-color.selected:after {
                content: '\f00c';
                font-family: 'FontAwesome';
                position: absolute;
                left: 50%;
                top: 50%;
                color: white;
                font-size: 22px;
                transform: translate(-50%, -50%);
            }

@media (max-width: 767px) {
    .seleccionar-color .container-colors {
        grid-template-columns: repeat(4, 1fr);
    }
}

.color-seleccionado .primary-selected, .color-seleccionado .secondary-selected {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    border: 3px solid white;
    border-radius: 50%;
}

@media (min-width: 768px) {
    .menu-cesta li {
        padding: 10px;
    }

        .menu-cesta li .btn {
            color: #fff !important;
            text-transform: uppercase;
            text-align: center;
            align-items: center;
        }
}

@media (max-width: 767px) {
    .menu-cesta li .btn {
        background: none;
        box-shadow: none;
        border: none;
    }
}

.Error404 .Error404-content h1 {
    font-weight: 900;
    color: #fff;
    font-size: 11rem;
    letter-spacing: 0.1em;
}

.Error404 .Error404-content h2 {
    color: #fff;
    font-weight: 600;
    font-style: italic;
    margin-top: 0;
}

.Error404 .Error404-content p {
    max-width: 380px;
    color: #fff;
}

.Error404 .Error404-content .btn {
    margin-top: 2em;
}

.isbnsDetalle {
    margin: 20px 0 15px;
}

    .isbnsDetalle > .txtBld19 {
        padding: 15px;
        border: 1px solid #aeaeae;
    }

    .isbnsDetalle .TableAdminBody-row {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 55px 15px 15px;
        border: 1px solid #aeaeae;
        cursor: pointer;
        position: relative;
        min-height: 55px;
    }

@media (min-width: 768px) {
    .isbnsDetalle .TableAdminBody-row:after {
        content: '+';
        position: absolute;
        right: 10px;
        top: 7.5px;
        font-size: 35px;
        font-weight: 100;
        height: 40px;
        width: 40px;
        border: 2px solid;
        color: #eaeaea;
        line-height: 36px;
        text-align: center;
    }
}

.form-contacto .BackgroundSecondary .form-control, .form-contacto .FormBlockBack .FormBlockBack-content .form-control, .FormBlockBack .form-contacto .FormBlockBack-content .form-control {
    border-radius: 0;
}

input#fechaRetraso {
    pointer-events: none;
}

.filaArticuloMod-hijos {
    display: flex;
    flex-direction: column;
    padding: 15px 0 10px 15px;
    margin-top: 15px;
}

    .filaArticuloMod-hijos > .filaArticuloMod + div {
        margin-top: 10px;
    }

.p-0 {
    padding-left: 0;
    padding-right: 0;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.ml-2 {
    margin-left: .5em;
}

.btnInfo {
    color: #eaeaea !important;
}

.btnInfo-secondary {
    color: #aeaeae !important;
}

@media (max-width: 767px) {
    .col-background-striped-secondary {
        background-color: #ffb03b70 !important;
    }
}

@media (min-width: 767px) {
    .marginLeft20Mobile {
        margin-left: 20px;
    }
}

/*BREADCRUMB*/

ol {
    list-style: none;
}

.breadcrumb {
    width: 100%;
    float: left;
    margin: 0px 0;
    padding: 7px;
    position: relative;
    display: block;
    background-color: #f5f5f500 !important;
}

    .breadcrumb ol {
        list-style: none;
    }

    .breadcrumb li {
        height: 30px;
        line-height: 30px;
        float: left;
        padding: 0 0px;
    }

        .breadcrumb li a {
            text-decoration: none;
        }

        .breadcrumb li .fa {
            width: 65px;
            height: 65px;
            line-height: 26px;
        }

    .breadcrumb a:hover {
        text-decoration: none;
    }

.breadcrumb-fill0 {
    padding: 15px;
    background: #ffffff;
    border-radius: 5px;
}

.breadcrumb-fill2 {
    padding: 0px;
    color: #ffffff;
    border-radius: 15px;
}

    .breadcrumb-fill2 .fa {
        position: absolute;
        padding: 20px;
        border-radius: 50%;
        left: -10px;
        top: -8px;
        font-size: 25px;
        line-height: 1;
        box-shadow: 0px 0px 50px 0px rgba(0,0,0,.2);
    }

    .breadcrumb-fill2, .breadcrumb-fill2 li, .breadcrumb-fill2 li.active, .breadcrumb-fill2 li a {
        color: #ffffff;
    }

        .breadcrumb-fill2 li:first-child {
            margin-right: 65px;
        }

        .breadcrumb-fill2.style2 {
            border-radius: 30px;
            font-size: 13px
        }

            .breadcrumb-fill2.style2 .fa {
                background: #eaeaea;
            }

.breadcrumb .fa:hover {
    transform: scale(1.15)
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400);

.snip1479 {
    font-family: 'Raleway', Arial, sans-serif;
    border: none;
    background-color: #aeaeae;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    padding: 0px 10px;
    display: inline-block;
    margin: 0px 0px;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 1em;
    outline: none;
    position: relative;
    overflow: hidden;
    font-size: 10px;
    border-radius: 23px;
    letter-spacing: 0px;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px;
}

    .snip1479:before {
        opacity: 0;
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: inherit;
        background-color: #ffffff;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .snip1479:after {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        border: 5px solid #aeaeae;
        content: '';
        border-radius: inherit;
    }

    .snip1479:hover,
    .snip1479.hover {
        background-color: #eaeaea;
        color: #ffffff;
    }

        .snip1479:hover:before,
        .snip1479.hover:before {
            -webkit-transform: translateY(0%);
            transform: translateY(0%);
            opacity: 0.25;
        }

.btn-localizar {
    padding: 0px 5px;
}

    .btn-localizar[disabled] {
        opacity: 0.35
    }

.mainmenu-container {
    margin-top: 40px;
}

.MyAccountMenuAdmin {
    margin-bottom: 25px
}

/*Poner texto en mayúsculas*/
.uppercase {
    text-transform: uppercase;
}
/*OCULTAR*/
.hide {
    display: none;
}

.mainmenu-container > .btnssecond, .btnsfirst {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .mainmenu-container > .btnssecond, .btnsfirst {
        display: block;
    }
}


.thumbnail .caption {
    padding: 0px;
}

/**********************HEADER**********************/

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 7px;
        padding-bottom: 25px;
        height: 50px;
        background-color: #bcbaba;
    }
}

.jumbotron.subheader {
    height: 170px;
    /*background-image: url('/Content/images/iStock-666985952-desenfocada.jpg');*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0px;
}

.icon-subheader {
    height: 35px;
}

.jumbotron {
    font-weight: bold;
}

.jumbotron-real {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.container .jumbotron-real {
    border-radius: 6px;
}

@media screen and (min-width: 768px) {
    .jumbotron-real {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

.icon-ventajas {
    padding-right: 0px;
    padding-left: 0px;
}

.subheader p {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    padding-left: 65px;
    padding-right: 65px;
    text-shadow: 2px 2px #4b4b4b;
}

.jumbotron.subheader > .container {
    padding: 22px 0;
}

@media (max-width: 992px) {
    .subheader p {
        font-size: 30px;
    }

    .jumbotron.subheader > .container {
        padding: 35px 0;
    }
}

@media (max-width: 767px) {
    .icon-ventajas {
        margin-bottom: 8px;
    }

    .jumbotron {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .subheader p {
        /*font-size: 25px;*/
        font-size: 18px;
    }

    .see-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .col-sm-2.col-xs-6.name-product {
        background-color: #aeaeae !important;
    }

    .col-sm-2.col-xs-5.name-product {
        /*background-color: #aeaeae !important;*/
    }

    .editorial-product {
        padding-left: 0px;
    }

    .border-table-editorial {
        border-bottom: 1px solid #aeaeaf;
    }

    .TableListsPreview.is-active {
        font-size: 12px;
    }

    .editorial-product.col-sm-1.col-xs-3.border-table-editorial.text-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .col-sm-2.col-xs-4.ref {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.column-prices-border-right {
    border-right: 2px solid #333 !important;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#Asistente_Codigo {
    width: -webkit-fill-available;
    width: 100%;
}

#cargarlistaclick {
    border-radius: 100px 100px 100px 100px;
    padding-right: 25%;
    padding-left: 25%;
}

#cargarListaDropdownClick, #cargarListaCodigoClick, #btnBuscarPedido {
    border-radius: 100px 100px 100px 100px;
    padding-right: 25%;
    padding-left: 25%;
}

.title-seccionCode, .title-seccionList {
    font-weight: bold;
}

.srch-list-action a.btn-secondary {
    border: none;
    color: #000;
    padding: 10px 25px 10px 15px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0 100px 100px 0;
    transition: all .3s ease-in-out;
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 50%);
}

@media(max-width: 768px) {
    .srch-list-action a.btn-secondary {
        float: right;
    }
}


/**********************DROPDOWN LOGIN**********************/

.btn.btn-primary.dropdown {
    max-width: 80%;
    margin: 0 auto;
    font-weight: bold;
    align-items: center;
    padding: 10px;
}

    .btn.btn-primary.dropdown.login {
        color: #fff;
    }

    .btn.btn-primary.dropdown.create {
        color: #000000;
        background-color: #ed6211;
        border-color: #ed6211;
    }

.dropdown-menu > li {
    border-top: 0px solid #e4e4e4 !important;
    padding: 8px;
}

.input-dropdown {
    min-height: 36px;
    padding: 6px 13px;
    border: 1px solid black;
}

.forgotten-pass {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-menu {
    margin-top: 0px;
}





/**********************MODAL CREACIÓN CUENTA***********************/

.input-main {
    min-height: 36px;
    padding: 6px 13px;
    border: 1px solid black;
    margin-bottom: 10px;
}

    .input-main:focus {
        min-height: 36px;
        padding: 6px 13px;
        border: 1px solid black;
        margin-bottom: 10px;
    }

/*Ticks en listado*/
ul.tick {
    list-style: none;
}

    ul.tick li:before {
        content: '✓';
    }

.modal-body.modal-create-account {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 55px;
    padding-right: 55px;
}

    .modal-body.modal-create-account h3 {
        font-weight: bold;
    }

.modal-footer.modal-create-account {
    text-align: center;
    padding-bottom: 30px;
    border-top: 0px;
}

.create-form label {
    font-weight: 500;
    font-size: 12px;
    vertical-align: middle;
}

    .create-form label a {
        cursor: pointer;
    }


/**********************STEPPER***********************/

.btn.btn-primary.steps, .btn.btn-default.steps.middle, .btn.btn-default.steps {
    padding: 0px 0px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 50%);
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/*LÍNEA*/
.stepwizard-row:before {
    top: 30px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 4px;
    /*background-color: #ed6211a6;*/
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard.col-md-offset-3 {
    margin: 0 auto;
}

.container-fluid.stepper {
    padding-left: 0px;
    padding-right: 0px;
}


.stepwizard-step.empty {
    width: 37.5%;
}

.stepwizard-step {
    width: 8.33%;
}

.steps {
    background-color: #ffffff;
    border-color: #ffffff;
    cursor: pointer;
    pointer-events: initial !important;
}

    .steps:hover {
        background-color: #ffffff !important;
        border-color: #000000 !important;
    }

    .steps:focus {
        background-color: #ffffff !important;
        border-color: #000000 !important;
    }

.btn[disabled] {
    opacity: 1.65;
}

header .dropdown-menu > li > a:hover {
    background-color: #c6c6c6;
}

@media screen and (max-width: 768px) {
    .steps.middle {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.Header-logo {
    width: 55px;
    margin-right: 15px;
}


@media screen and (max-width: 768px) {
    .Header-logo {
        width: 35px;
        margin-right: 0px;
        margin-left: 15px;
    }

    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 20px;
    }

    .title-seccionCode, .title-seccionList {
        font-size: 16px;
    }
}








/*MI LISTA*/

.panel-milista {
    background-color: #ffffff;
    width: auto;
    word-wrap: break-word;
    border-color: #ffffff;
}

    .panel-milista > .panel-title {
        font-weight: bold;
    }

.table-milista > tbody > tr > td {
    vertical-align: middle !important;
    text-align: center;
}

.table-milista > thead > tr > th:not(.thPrincipal) {
    vertical-align: middle !important;
    text-align: center;
}

.table-milista > thead {
    color: white;
    background-color: black;
}

.table-responsive-milista {
    margin-top: 18px;
}

.panel-title.title-milista {
    font-size: 32px;
}

.panel-info-lista {
    background-color: #eff2fb;
    border-color: #eff2fb;
}

.info-data {
    text-align: end;
}

.btn-realizar-pedido {
    margin-top: 16px;
    margin-bottom: 16px;
    text-align: center;
}

.nueva-lista {
    text-align: center;
    text-decoration-line: underline;
}

.btnMenos, .btnMas {
    /*border: 1px solid #000000;*/
    background-color: #fff;
    color: #000000 !important;
    font-weight: 200 !important;
    height: 17px;
    width: 17px;
    text-align: center;
    line-height: 15px;
    transition: all .3s ease;
}

.glyphicon-minus:before, .glyphicon-plus:before {
    margin-left: 1.145px;
}

.glyphicon-minus:before {
    margin-left: 0.145px;
}

/*_DetallesPreview.cshtml*/

.table-milista > tbody > tr > td {
    padding: 1px;
}

    .table-milista > tbody > tr > td.producto {
        text-align: left !important;
    }

.table-milista {
    color: #000000;
}

    .table-milista > tbody > tr > th {
        vertical-align: inherit;
    }

.actions-list a {
    padding: 8px 12px;
}

@media screen and (max-width: 1200px) {
    .actions-list a {
        padding: 5px 8px;
        font-size: 10px;
    }
}

/*Pedidos*/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-heading.ayuda {
    color: #fff;
    background-color: #ffb03b;
}

.panel-heading.domicilio {
    background-color: #ffcb7e;
}

.panel-heading.centro-escolar {
    color: #fff;
    background-color: #6680B7;
}

.row.help-pedido {
    margin-right: 0px;
    margin-left: 0px;
}

.help-links {
    background-color: #ffb03b;
    margin-top: -5px;
}

.title-help {
    font-weight: bold;
}

a.link {
    color: #444444;
}

    a.link:hover {
        font-weight: bold;
    }

hr.solid {
    border-top: 3px solid #000;
    margin-top: 5px;
    margin-bottom: 5px;
}


.panel-title.info {
    font-weight: bold;
}

.pedidos-container {
    margin-top: 40px;
}

.panel-info-mochila {
    background-color: #e9f5ff;
}

.panel-info-mochila {
    width: auto;
    word-wrap: break-word;
}

    .panel-info-mochila > .panel-title {
        font-weight: bold;
    }


/*COLORES AGRUPACIÓN PEDIDOS*/
tr.paquete-azul {
    border-left-color: #337ab7;
    border-left-width: 9px;
    border-left-style: solid;
}

tr.paquete-azul-b {
    color: #fff;
    background-color: #337ab7 !important;
}

tr.paquete-azulClaro {
    border-left-color: #5bc0de;
    border-left-width: 9px;
    border-left-style: solid;
}

tr.paquete-azulClaro-b {
    background-color: #5bc0de !important;
    color: #fff;
}

tr.paquete-rojo {
    border-left-color: #d9534f;
    border-left-width: 9px;
    border-left-style: solid;
}

tr.paquete-rojo-b {
    background-color: #d9534f !important;
    color: #fff;
}

tr.paquete-verde {
    border-left-color: #5cb85c;
    border-left-width: 9px;
    border-left-style: solid;
}

tr.paquete-verde-b {
    background-color: #5cb85c !important;
    color: #fff;
}

tr.paquete-naranja {
    border-left-color: #f0ad4e;
    border-left-width: 9px;
    border-left-style: solid;
}


tr.paquete-naranja-b {
    background-color: #f0ad4e !important;
    color: #fff;
}

tr.paquete-gris {
    border-left-color: #777;
    border-left-width: 9px;
    border-left-style: solid;
}

tr.paquete-gris-b {
    background-color: #777 !important;
    color: #fff;
}

tr.paquete-marron {
    border-left-color: #800000;
    border-left-width: 9px;
    border-left-style: solid;
}

tr.paquete-marron-b {
    background-color: #800000 !important;
    color: #fff;
}

.label-marron {
    background-color: #800000;
}

.labelOrigenes {
    line-height: 2 !important;
}

.td-centrado {
    text-align: center;
    vertical-align: middle;
    height: 50px;
    width: 50px;
}

@media (min-width: 992px) {
    .panel-body-info {
        padding-left: 0px;
    }
}

#btnSolicitarDevolucion {
    margin-left: 20px;
}

@media only screen and (max-width: 600px) {
    #btnSolicitarDevolucion {
        margin-left: 0px;
        padding: 10px 14px;
    }

    #btnResumenCompra {
        padding: 10px 14px;
    }

    .title-help {
        font-size: 32px;
    }
}

.td-break {
    word-wrap: break-word !important;
    white-space: normal !important;
}

.panel.panel-primary {
    margin-bottom: 10px;
}

.btn-pedidos {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-pedidos {
    display: inline-block;
}

.tdSubtable {
    padding-top: 0px;
}

.subtable {
    border-left: groove;
    margin-left: 15px;
    border-right: #dbdbdb 1px solid;
}

.col-infoAdicional p {
    text-transform: uppercase;
}

.panel-info-entrega {
    background-color: #6680b7;
    width: auto;
    word-wrap: break-word;
}

    .panel-info-entrega > div > h4 {
        color: #EEEEEE;
    }

    .panel-info-entrega > div > .title {
        font-weight: bold;
        text-align: center;
        font-size: 27px;
    }

    .panel-info-entrega > div > .date {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 70px;
        font-size: 25px;
    }


.info-entrega {
    padding-left: 0px;
}


@media (max-width: 991px) {
    .info-entrega {
        padding-left: 20px;
    }
}




.steps {
    height: 60px;
    width: 75px;
}


#ico-pago {
    padding: 10px;
}

#ico-verificar {
    padding: 10px;
}

#ico-inicio {
    padding: 10px;
}


/*CESTA*/

.cd-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

    .cd-container::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

.cd-img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

#cd-cart-trigger {
    right: 0;
}

    #cd-cart-trigger a {
        background: #26292f url("../img/cd-cart.svg") no-repeat center center;
    }

@media only screen and (min-width: 1200px) {
    #cd-cart-trigger {
        /* cart right margin on desktop */
        right: 0;
    }

        #cd-cart-trigger a {
            position: relative;
            width: 100px;
            border-left: none;
            background-color: #26292f;
        }
}

#main-nav, #cd-cart {
    position: fixed;
    top: 0;
    height: 100%;
    width: 260px;
    /* header height */
    padding-top: 50px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 8;
}

@media only screen and (min-width: 768px) {
    #main-nav, #cd-cart {
        width: 350px;
    }
}

@media only screen and (min-width: 1200px) {
    #main-nav, #cd-cart {
        width: 29%;
        /* header height has changed */
        padding-top: 80px;
    }

    .cd-cart-items {
        max-height: 246px;
        overflow: auto;
    }
}

@media only screen and (min-width: 1800px) {
    #main-nav, #cd-cart {
        width: 23%;
        padding-top: 80px;
    }

    .cd-cart-items {
        max-height: 550px;
        overflow: auto;
    }
}

#main-nav {
    left: -100%;
    background: #FFF;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}

    #main-nav.speed-in {
        left: 0;
    }

    #main-nav ul a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 1em;
        border-bottom: 1px solid #e0e6ef;
    }

    #main-nav ul .current {
        box-shadow: inset 3px 0 #435779;
    }

@media only screen and (min-width: 1200px) {
    #main-nav {
        position: absolute;
        height: auto;
        width: auto;
        left: auto;
        right: 8em;
        padding-top: 0;
        top: 0;
        background: transparent;
        box-shadow: none;
        /* header height */
        line-height: 80px;
        z-index: 4;
    }

        #main-nav li {
            display: inline-block;
            margin-left: 1em;
        }

        #main-nav ul a {
            display: inline-block;
            height: auto;
            line-height: 1;
            padding: 1em 1.4em;
            border-bottom: none;
            color: rgba(255, 255, 255, 0.8);
            border-radius: 0.25em;
        }

            #main-nav ul a.current {
                box-shadow: none;
                background: #435779;
                color: #FFF;
            }

    .no-touch #main-nav ul a:hover {
        background: #435779;
        color: #FFF;
    }
}

.no-js #main-nav {
    position: fixed;
}

#cd-cart {
    right: -100%;
    background: #FFF;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

    #cd-cart.speed-in {
        right: 0;
    }

    #cd-cart > * {
        padding: 0 1em;
    }

    #cd-cart h2 {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        text-transform: uppercase;
        margin: 1em 0;
    }

    #cd-cart .cd-cart-items {
        padding: 0;
    }

        #cd-cart .cd-cart-items li {
            position: relative;
            padding: 1em;
            border-top: 1px solid #e0e6ef;
        }

            #cd-cart .cd-cart-items li:last-child {
                border-bottom: 1px solid #e0e6ef;
            }

    #cd-cart .cd-qty, #cd-cart .cd-price {
        color: #a5aebc;
    }

    #cd-cart .cd-price {
        margin-top: .4em;
    }

    #cd-cart .cd-item-remove {
        position: absolute;
        right: 1em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: url("/Content/images/cd-remove-item.svg") no-repeat center center;
    }

    #cd-cart .cd-item-remove-list {
        position: absolute;
        right: 1em;
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        color: red;
        border-radius: 50%;
    }

.no-touch #cd-cart .cd-item-remove:hover {
    background-color: #e0e6ef;
}

#cd-cart .cd-cart-total {
    padding-top: 1em;
    padding-bottom: 1em;
}

    #cd-cart .cd-cart-total span {
        float: right;
    }

    #cd-cart .cd-cart-total::after {
        /* clearfix */
        content: '';
        display: table;
        clear: both;
    }

#cd-cart .checkout-btn {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #7dcf85;
    color: #FFF;
    text-align: center;
}

.no-touch #cd-cart .checkout-btn:hover {
    background: #a2dda8;
}

#cd-cart .cd-go-to-cart {
    text-align: center;
    margin: 1em 0;
}

    #cd-cart .cd-go-to-cart a {
        text-decoration: underline;
        color: #ed6211;
    }

@media only screen and (min-width: 1200px) {
    #cd-cart > * {
        padding: 0 2em;
    }

    #cd-cart .cd-cart-items li {
        padding: 1em 2em;
    }

    #cd-cart .cd-item-remove {
        right: 2em;
    }

    #cd-cart .cd-item-remove-list {
        right: 2em;
    }
}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#cd-cart > h2 {
    font-size: 14px;
}

.icon-subheader {
}

/*Consultar pedido*/
#numPedido {
    width: -webkit-fill-available;
}


/*CHECKOUT*/
.checkout-input {
    padding: 9.5px 20px;
    min-height: 40px;
}

/*TABS CHECKOUT*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

    .tabset > label::after {
        content: "";
        position: absolute;
        left: 15px;
        bottom: 10px;
        width: 22px;
        height: 4px;
        background: #8d8d8d;
    }

    .tabset > label:hover,
    .tabset > input:focus + label {
        color: #06c;
    }

        .tabset > label:hover::after,
        .tabset > input:focus + label::after,
        .tabset > input:checked + label::after {
            background: #aeaeae;
        }

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/*FIN TABS CHECKOUT*/

#logo-instantcredit, #logo-paypal {
    width: 120px;
}

#logo-bizum {
    width: 120px;
}

#logo_transferencia, #logo_aplazado_40_30_40 {
    width: 50px;
}


.input-radio.float_none.instantCredit, .input-radio.float_none.transferencia, .input-radio.float_none.aplazado_50_50, .input-radio.float_none.aplazado_40_30_40 {
    margin-top: 10px;
}

.input-radio.float_none.visa {
    margin-top: 20px;
}

#txt-pagoAplazado5050, #txt-pagoAplazado403040, #txt-transferencia {
    font-size: 12px;
}

.fecha-entrega {
    font-size: 32px;
    font-weight: bold;
}

.title-pedido .title-fecha {
    font-size: 20px;
}

.panel-condiciones, .panel-btn-realizarPedido, .panel-metodoPago, .panel-datosPersonales, .panel-direccionEnvio, .panel-datosAlumno {
    box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
    margin-bottom: 0px;
}

.panel-body-btn-realizarPedido, .panel-body-condiciones {
    padding-bottom: 0px;
    padding-top: 0px;
}

.panel-fechaEstimada {
    float: right;
}

.row.resumen.info-gastoEnvio {
    font-size: 12px;
}

.row.resumen.info-total {
    font-size: 20px;
    font-weight: bold;
}

.solid-gray {
    border-top: 1px solid #dcdcdc;
}

.panel-datosPersonales, .panel-direccionEnvio {
    margin-bottom: 0px;
}

.panel-direccionEnvio {
    height: 36px;
}

.tab-compraRapida {
    padding-bottom: 0px;
}

.input-field.email {
    margin-bottom: 0px !important;
}

.btn-acceder-checkout {
    padding: 10px 96px;
    color: #000;
    font-weight: bold;
}

.link-crearCuenta {
    text-decoration: underline;
    cursor: pointer;
}

.panel-link-crearCuenta {
    margin-top: 30px;
}

#iniciarSesion {
    padding-bottom: 0px;
}

.input-field.pagos {
    margin-bottom: 0px;
    min-height: 75px;
}

.pagos {
    /*display: flex;*/
}

.input-field.instantCredit {
    padding-top: 10px;
    margin-bottom: 0px;
}
/*FIN CHECKOUT*/

/*CARRITO*/

#btn-cart > a {
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
}

    #btn-cart > a > .line-menu {
        width: 100%;
        height: 2px;
        background-color: #eaeaea;
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
        transition: all .3s ease;
    }

        #btn-cart > a > .line-menu:before, #btn-cart > a > .line-menu:after {
            content: '';
            width: 100%;
            height: 2px;
            background-color: #eaeaea;
            position: absolute;
            left: 0;
            transition: all .3s ease;
        }

        #btn-cart > a > .line-menu:before {
            top: -9px;
        }

        #btn-cart > a > .line-menu:after {
            top: 9px;
        }

#btn-cart.open > a > .line-menu {
    background-color: transparent;
}

    #btn-cart.open > a > .line-menu:before {
        transform: rotate(45deg);
        top: 0;
    }

    #btn-cart.open > a > .line-menu:after {
        transform: rotate(-45deg);
        top: 0;
    }

header .toggleMenu > div > li > div {
    height: 100%;
}

header .toggleMenu > div > li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    transition: all .3s ease;
    position: relative;
}

    header .toggleMenu > div > li a span {
        color: #eaeaea;
        font-weight: 200;
        display: block;
        margin-top: 5px;
    }

    header .toggleMenu > div > li a:hover {
        background-color: #e4e4e4;
    }

    header .toggleMenu > div > li a .contadorCart {
        position: absolute;
        left: 0;
        top: 54px;
        right: 0;
        margin: 0 auto;
        font-size: 10px;
        width: 16px;
        height: 16px;
        background: #eaeaea;
        color: #fff;
        border-radius: 50%;
        line-height: 15px;
    }

        header .toggleMenu > div > li a .contadorCart:after {
            content: attr(data-title);
        }

header .toggleMenu > div > li.active svg circle {
    stroke: #eaeaea;
}

@media (max-width: 767px) {


    header .toggleMenu > div > li, header .toggleMenu .mini-cart {
        flex: auto;
        max-width: 220px;
        width: 100%;
        margin: 0 auto 10px;
        border-left: 0;
    }

        header .toggleMenu > div > li > a, header .toggleMenu .mini-cart > a {
            background-color: #fff;
            flex-direction: row;
            border-radius: 200px;
            padding: 5px;
        }

            header .toggleMenu > div > li > a svg [fill="#E4E4E4"], header .toggleMenu .mini-cart > a svg [fill="#E4E4E4"] {
                fill: #eaeaea;
            }

            header .toggleMenu > div > li > a svg circle, header .toggleMenu .mini-cart > a svg circle {
                stroke: #eaeaea;
            }

            header .toggleMenu > div > li > a span, header .toggleMenu .mini-cart > a span {
                margin-top: 0;
                margin-left: 10px;
            }

            header .toggleMenu > div > li > a .contadorCart, header .toggleMenu .mini-cart > a .contadorCart {
                margin: 0;
                right: 0;
                left: 21px;
                top: 20px;
            }

        header .toggleMenu > div > li ul.dropdown-menu, header .toggleMenu .mini-cart ul.dropdown-menu {
            width: calc(100% - 30px);
            max-width: 100%;
            padding: 0;
            background: none;
            box-shadow: none;
            border: 4px solid #fff;
            border-radius: 0;
            margin: 8px 15px 10px;
            position: relative;
        }

            header .toggleMenu > div > li ul.dropdown-menu > li + li, header .toggleMenu .mini-cart ul.dropdown-menu > li + li {
                border-top: 1px solid #fff;
            }

            header .toggleMenu > div > li ul.dropdown-menu > li > a, header .toggleMenu .mini-cart ul.dropdown-menu > li > a {
                color: #fff;
                text-transform: uppercase;
                font-size: 15px;
            }

    #login-dropdown-icon {
        display: none;
    }
}

@media (max-width: 767px) {
    header .toggleMenu > div > li > a .contadorCart, header .toggleMenu .mini-cart > a .contadorCart {
        margin: 0;
        right: 0;
        left: 44px;
        top: 16px;
    }

    #guiaCompra-icon {
        width: 35px;
        height: 35px;
        margin-left: 4px;
    }

    #cart-icon {
        height: 33px;
        margin-left: 8px;
    }

    #login-icon {
        margin-left: 3px;
    }

    .conContador.dropdown {
        max-width: 70px;
    }

    .no-display-icon-mobile {
        display: none;
    }
}

.panel.panel-primary.lugarEntrega {
    border-color: #fff;
}

.accordion-toggle:hover {
    text-decoration: none;
}

.panel-heading.infoEnvio {
    background-color: #fff;
}

.panel.panel-default.infoEnvio {
    border: 0px solid transparent;
}

.glyphicon-chevron-down:before, .glyphicon-chevron-right:before {
    margin-left: 2px;
}

.glyphicon.glyphicon-chevron-down, .glyphicon.glyphicon-chevron-right {
    background-color: orange;
    border-radius: 15px;
    font-size: 20px;
}

@media (max-width: 1199px) {
    #cargarListaCodigoClick {
        padding-right: 20%;
        padding-left: 20%;
    }
}

@media (max-width: 991px) {
    #cargarListaCodigoClick {
        padding-right: 13%;
        padding-left: 13%;
    }
}

#message-Financiacion-Colegios {
    margin: 0px;
    color: #fff;
    border: 2px solid white;
}

.modal-login-new > div > div > .modal-content {
    color: #000000;
}

.navbar-header > a > img {
    cursor: pointer;
}

.txtFooter > a {
    text-decoration: underline;
}

span.separator-footer {
    color: #fff;
}

@media (max-width: 767px) {
    .panel-title.title-milista.info.uppercase {
        font-size: 22px;
    }
}

@media (max-width: 400px) {
    .fade-carousel {
        height: 300px !important;
    }
    .txt-tabs {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .panel-direccionEnvio {
        height: 170px;
    }

    #btnAddList, #btn-comprar-listado {
        padding: 10px 20px;
    }
}

.col-lg-12.recaptcha {
    display: flex;
    justify-content: center;
}

/**PDF**/
.breakhere {
    page-break-after: always;
}

/*TARJETAS CHROMEBOOKS*/
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800');

* {
    box-sizing: border-box;
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}

.blog-slider {
    min-height: 400px;
    height: 400px;
    margin: 80px auto;
}

.blog-slider__item {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media screen and (max-width: 768px) {

    .jumbotron.subheader {
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .blog-slider__item {
        flex-direction: column;
    }
}

@media screen and (max-width: 1200px) {
    .blog-slider {
        margin: 148px auto;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 296px;
    box-shadow: 4px 13px 30px 1px rgba(141, 99, 56, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

    .blog-slider__img:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        opacity: 0.8;
    }

    .blog-slider__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        border-radius: 20px;
        transition: all 0.3s;
    }

.blog-slider__img {
    transform: translateY(-50%);
    width: 86%;
    border: solid;
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
    margin-top: -118px;
    text-align: center;
    padding: 0 10px;
}

    .blog-slider__content > * {
        opacity: 0;
        transform: translateY(25px);
        transition: all 0.4s;
    }

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 20px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.blog-slider__price {
    color: #B12704;
    margin-bottom: 10px;
    line-height: 1.5em;
    font-size: 20px;
    font-weight: bold;
}

.blog-slider__details {
    color: #4e4a67;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

.blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 8px 0;
    }

    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .blog-slider__pagination .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        display: block;
        border-radius: 10px;
        background: #062744;
        opacity: 0.2;
        transition: all 0.3s;
    }

    .blog-slider__pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fd3838;
        height: 30px;
        box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
    }

    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }

.swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
/*FIN TARJETAS CHROMEBOOKS*/







/*NOTIFICACIONES*/

.navbar {
    min-height: 59px;
}

.btnMenuUser {
    padding-left: 2px;
}

.fa-fw.userMenu {
    font-size: 28px;
}

.bell {
    margin-top: 13px;
}

.bell-icon {
    width: 30px;
    position: relative;
}

.bell-icon__circle {
    position: absolute;
    left: 41%;
    bottom: 30%;
    height: 5px;
    width: 9px;
    background: #858585;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.notification {
    background: rgba(255, 82, 82, 1);
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 2;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.85);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}

.notificationNum {
    width: 50px;
    height: inherit;
    color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -77%;
    top: -80%;
}

    .notificationNum::after {
        min-width: 20px;
        height: 20px;
        content: attr(data-count);
        background-color: rgba(255, 82, 82, 1);
        font-family: monospace;
        font-weight: bolt;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: absolute;
        top: 5px;
        right: 5px;
        transition: .3s;
        opacity: 0;
        transform: scale(.5);
        will-change: opacity, transform;
    }

    .notificationNum.show-count::after {
        opacity: 1;
        transform: scale(1);
    }

    .notificationNum.notify::before {
        animation: bell 1s ease-out;
        transform-origin: center top;
    }

.dropdown-menu.dropdown-menu-right {
    width: 440px;
    padding: 18px;
    height: auto;
}

.alertTitle {
    margin-top: 0px;
    margin-bottom: 20px;
}

.content {
    padding: 0rem 0;
}

.custom-dropdown .btn:active, .custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .title-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-dropdown .title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-dropdown .dropdown-link {
    color: #888;
    display: inline-block;
    padding-right: 0px;
    position: relative;
}

    .custom-dropdown .dropdown-link .wrap-icon {
        font-size: 30px;
    }

    .custom-dropdown .dropdown-link .number {
        width: 24px;
        height: 24px;
        line-height: 20px;
        border-radius: 50%;
        background: #007bff;
        position: absolute;
        font-size: 13px;
        top: -10px;
        right: -10px;
        border: 2px solid #fff;
        color: #fff;
        text-align: center;
    }

.custom-dropdown .dropdown-menu {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: 0px !important;
    padding-top: 0;
    padding-bottom: 0;
    padding: 10px;
    opacity: 0;
    left: 0 !important;
    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    visibility: hidden;
    max-width: 380px;
}

    .custom-dropdown .dropdown-menu.active {
        opacity: 1;
        visibility: visible;
        margin-top: 10px !important;
    }

.custom-dropdown .custom-notifications {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 200px;
    overflow-y: scroll;
    border-bottom: 1px solid #efefef;
}

    .custom-dropdown .custom-notifications > li {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
    }

        .custom-dropdown .custom-notifications > li:last-child {
            margin-bottom: 0;
        }

        .custom-dropdown .custom-notifications > li > a {
            display: block;
            padding: 20px;
            color: #bfbfbf;
        }

            .custom-dropdown .custom-notifications > li > a:hover {
                background: #f9f9f9;
            }

            .custom-dropdown .custom-notifications > li > a .img {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 40px;
                flex: 0 0 40px;
            }

                .custom-dropdown .custom-notifications > li > a .img img {
                    width: 40px;
                    border-radius: 50%;
                }

            .custom-dropdown .custom-notifications > li > a .text {
                margin-top: 0px;
            }

                .custom-dropdown .custom-notifications > li > a .text strong {
                    font-weight: 700;
                    color: #000;
                }

        .custom-dropdown .custom-notifications > li.unread a {
            background: #fffaef;
        }

.custom-notifications {
    padding-left: 0px;
}

#detail-notificacion {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.container-notificaciones {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 27px;
}

    .container-notificaciones .box {
        position: relative;
        width: 400px;
        background: #fff;
        cursor: pointer;
        transition: 0.5s ease-in-out;
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0,09);
    }

        .container-notificaciones .box::before {
            content: '';
            position: absolute;
            width: 6px;
            height: 100%;
            background: var(--clr);
        }

        .container-notificaciones .box:hover::before {
            width: 100%;
        }

        .container-notificaciones .box .content {
            position: relative;
            display: flex;
            align-items: center;
            height: 100%;
        }

            .container-notificaciones .box .content .icon {
                position: relative;
                min-width: 82px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .container-notificaciones .box .content .text h3 {
                font-weight: 500;
                color: var(--clr);
            }

            .container-notificaciones .box .content .text p {
                font-size: 0.9em;
                color: #999;
                transition: 0.5s ease-in-out;
            }

        .container-notificaciones .box:hover .content .text h3,
        .container-notificaciones .box:hover .content .text p {
            color: #fff;
        }

#btnBuscarNotificaciones {
    padding: 5px 18px;
}

.cardNotificacion {
    padding: 0px !important;
}

ul.pagination li.active a {
    text-align: center;
}

table.table-condensed.notificaciones {
    margin-bottom: 8px;
}

.editarAlerta, .reabrirAlerta {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.revisarAlerta {
    color: #fff !important;
    border-color: #46b8da !important;
}

@media (min-width: 1200px) {
    .container.noti {
        width: 1428px;
    }
}

.title-detalle-notificacion > h1 {
    font-size: 52px;
    font-weight: bolder;
    margin-bottom: 33px;
}


/*FIN NOTIFICACIONES*/

/*WHATSAPP*/
.floating-container {
    position: fixed;
    width: 48px;
    height: 100px;
    bottom: 0;
    right: 0;
    margin-bottom: 69px;
    margin-right: 6px;
    z-index: 9999999;
}

    .floating-container:hover {
        height: 429px;
    }

    .floating-container .floating-button {
        position: absolute;
        width: 34px;
        height: 34px;
        background: #ffffff;
        bottom: 0;
        border-radius: 50%;
        left: 0;
        right: 0;
        margin: auto;
        color: white;
        line-height: 52px;
        text-align: center;
        font-size: 23px;
        z-index: 100;
        box-shadow: 0 10px 25px -5px rgb(92, 240, 44, 3.9);
        cursor: pointer;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .floating-container .float-element {
        position: relative;
        display: block;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        margin: 15px auto;
        color: white;
        font-weight: 500;
        text-align: center;
        line-height: 50px;
        z-index: 0;
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }

        .floating-container .float-element .material-icons {
            vertical-align: middle;
            font-size: 16px;
        }

        .floating-container .float-element:nth-child(1) {
            background: #42A5F5;
            box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
        }

        .floating-container .float-element:nth-child(2) {
            background: #4CAF50;
            box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
        }

        .floating-container .float-element:nth-child(3) {
            background: #FF9800;
            box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
        }


.floating-button > a > img {
    height: 36px;
    width: 36px;
    margin-bottom: 19px;
}


@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */


    @import url("https://fonts.googleapis.com/css?family=Roboto");

    @-webkit-keyframes come-in {
        0% {
            -webkit-transform: translatey(100px);
            transform: translatey(100px);
            opacity: 0;
        }

        30% {
            -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
        }

        70% {
            -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
        }

        100% {
            -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
            opacity: 1;
        }
    }

    @keyframes come-in {
        0% {
            -webkit-transform: translatey(100px);
            transform: translatey(100px);
            opacity: 0;
        }

        30% {
            -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
        }

        70% {
            -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
        }

        100% {
            -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
            opacity: 1;
        }
    }

    * {
        margin: 0;
        padding: 0;
    }

    .floating-container {
        position: fixed;
        width: 71px;
        height: 100px;
        bottom: 0;
        right: 0;
        margin-bottom: 69px;
        margin-right: 14px;
        z-index: 9999999;
    }

        .floating-container:hover {
            height: 400px;
        }

            .floating-container:hover .floating-button {
                box-shadow: 0 10px 25px -5px rgb(92, 240, 44, 3.9);
                -webkit-transform: translatey(5px);
                transform: translatey(5px);
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }
        /*.floating-button:hover ~ .element-container .float-element:nth-child(1) {
            -webkit-animation: come-in 0.4s forwards 0.2s;
            animation: come-in 0.4s forwards 0.2s;
        }*/

        .floating-container .floating-button {
            position: absolute;
            width: 65px;
            height: 65px;
            background: #ffffff;
            bottom: 0;
            border-radius: 50%;
            left: 0;
            right: 0;
            margin: auto;
            color: white;
            line-height: 65px;
            text-align: center;
            font-size: 23px;
            z-index: 100;
            box-shadow: 0 10px 25px -5px rgb(92, 240, 44, 3.9);
            cursor: pointer;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

        .floating-container .float-element {
            position: relative;
            display: block;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            margin: 15px auto;
            color: white;
            font-weight: 500;
            text-align: center;
            line-height: 50px;
            z-index: 0;
            opacity: 0;
            -webkit-transform: translateY(100px);
            transform: translateY(100px);
        }

            .floating-container .float-element .material-icons {
                vertical-align: middle;
                font-size: 16px;
            }

            .floating-container .float-element:nth-child(1) {
                background: #42A5F5;
                box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
            }

            .floating-container .float-element:nth-child(2) {
                background: #4CAF50;
                box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
            }

            .floating-container .float-element:nth-child(3) {
                background: #FF9800;
                box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
            }

    .floating-button > a > img {
        height: 62px;
        width: 62px;
        margin-bottom: -3px;
    }

    .qr-whatsapp {
        width: 200px;
    }
}
/*FIN WHATSAPP*/





















/*MÓDULOS*/

.blog-slider__content > * {
    opacity: 100 !important;
    transform: translateY(25px);
    transition: all 0.4s;
}

.card {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
}

    .card > .card-link {
        color: #fff;
    }

        .card > .card-link:hover {
            text-decoration: none;
        }

        .card > .card-link .card-img img {
            border-radius: 6px 6px 0 0;
        }

    .card .card-img {
        position: relative;
        padding: 0;
        display: table;
    }

        .card .card-img .card-caption {
            position: absolute;
            right: 0;
            bottom: 16px;
            left: 0;
        }

    .card .card-body {
        display: table;
        width: 100%;
        padding: 12px;
        text-align: center;
    }

    .card .card-header {
        border-radius: 6px 6px 0 0;
        padding: 8px;
    }

    .card .card-footer {
        border-radius: 0 0 6px 6px;
        padding: 8px;
    }

    .card .card-left {
        position: relative;
        float: left;
        padding: 0 0 8px 0;
    }

    .card .card-right {
        position: relative;
        float: left;
        padding: 8px 0 0 0;
    }

    .card .card-body h1:first-child,
    .card .card-body h2:first-child,
    .card .card-body h3:first-child,
    .card .card-body h4:first-child,
    .card .card-body .h1,
    .card .card-body .h2,
    .card .card-body .h3,
    .card .card-body .h4 {
        margin-top: 0;
    }

    .card .card-body .heading {
        display: block;
    }

        .card .card-body .heading:last-child {
            margin-bottom: 0;
        }

    .card .card-body .lead {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #0d0925;
        margin-bottom: 20px;
        font-family: 'Open Sans',sans-serif;
    }

@media( min-width: 768px ) {
    .card .card-left {
        float: left;
        padding: 0 8px 0 0;
    }

    .card .card-right {
        float: left;
        padding: 0 0 0 8px;
    }

    .card .card-4-8 .card-left {
        width: 33.33333333%;
    }

    .card .card-4-8 .card-right {
        width: 66.66666667%;
    }

    .card .card-5-7 .card-left {
        width: 41.66666667%;
    }

    .card .card-5-7 .card-right {
        width: 58.33333333%;
    }

    .card .card-6-6 .card-left {
        width: 50%;
    }

    .card .card-6-6 .card-right {
        width: 50%;
    }

    .card .card-7-5 .card-left {
        width: 58.33333333%;
    }

    .card .card-7-5 .card-right {
        width: 41.66666667%;
    }

    .card .card-8-4 .card-left {
        width: 66.66666667%;
    }

    .card .card-8-4 .card-right {
        width: 33.33333333%;
    }
}

/* -- default theme ------ */
.card-default {
    border-color: #eee;
    background-color: #fff;
    margin-bottom: 24px;
}

    .card-default > .card-header,
    .card-default > .card-footer {
        color: #333;
        background-color: #fff;
    }

    .card-default > .card-header {
        border-bottom: 1px solid #fff;
        padding: 8px;
    }

    .card-default > .card-footer {
        border-top: 1px solid #fff;
        padding: 8px;
    }

    .card-default > .card-body {
    }

    .card-default > .card-img:first-child img {
        border-radius: 6px 6px 0 0;
    }

    .card-default > .card-left {
        padding-right: 4px;
    }

    .card-default > .card-right {
        padding-left: 4px;
    }

    .card-default p:last-child {
        margin-bottom: 0;
    }

    .card-default .card-caption {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }


/* -- price theme ------ */
.card-price {
    border-color: #fff;
    background-color: #fff;
    margin-bottom: 24px;
}

    .card-price > .card-heading,
    .card-price > .card-footer {
        color: #333;
        background-color: #fdfdfd;
    }

    .card-price > .card-heading {
        border-bottom: 1px solid #ddd;
        padding: 8px;
    }

    .card-price > .card-footer {
        border-top: 1px solid #ddd;
        padding: 8px;
    }

    .card-price > .card-img:first-child img {
        border-radius: 6px 6px 0 0;
    }

    .card-price > .card-left {
        padding-right: 4px;
    }

    .card-price > .card-right {
        padding-left: 4px;
    }

    .card-price .card-caption {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    .card-price p:last-child {
        margin-bottom: 0;
    }

    .card-price .price {
        text-align: center;
        color: #337ab7;
        font-size: 3em;
        text-transform: uppercase;
        line-height: 0.7em;
        margin: 24px 0 16px;
    }

        .card-price .price small {
            font-size: 0.4em;
            color: #66a5da;
        }

    .card-price .details {
        list-style: none;
        margin-bottom: 24px;
        padding: 0 18px;
    }

        .card-price .details li {
            text-align: center;
            margin-bottom: 8px;
        }

    .card-price .buy-now {
        text-transform: uppercase;
    }

    .card-price table .price {
        font-size: 1.2em;
        font-weight: 700;
        text-align: left;
    }

    .card-price table .note {
        color: #666;
        font-size: 0.8em;
    }

/*FIN MÓDULOS*/


/*DEVOLUCION*/
.devolucionTableHead tr th {
    border: 0 !important;
}

.itemStatusHeader {
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    border-collapse: inherit;
}

    .itemStatusHeader td {
        padding: 5px !important;
        border: 0 !important;
    }

        .itemStatusHeader td:first-child {
            border-radius: 5px 5px 5px 5px !important;
        }

.headerDevuelto {
    background-color: #9dcd9f !important;
}

.headerDevolucionPermitida {
    background-color: #87aed9 !important;
}

.headerDevolucionNoPermitida {
    background-color: #b4b4b4 !important;
}

.devueltosTextColor {
    color: #9dcd9f;
    font-weight: bold;
}

.devolucionPermitidaTextColor {
    color: #87aed9;
    font-weight: bold;
}
/*FIN DEVOLUCION*/



/*CAROUSEL*/
.fade-carousel {
    /*position: relative;*/
    height: 240px;
}

    .fade-carousel .slides .slide-1 {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #d64f75 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-2 {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #07a2e9 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-3 {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #f0b726 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-4 {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #ff7f63 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-5 {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #75c069 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-1-mobile {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #d64f75 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-2-mobile {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #07a2e9 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-3-mobile {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #f0b726 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-4-mobile {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #ff7f63 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-5-mobile {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #75c069 no-repeat bottom center / 100% 15%;
    }

    .fade-carousel .slides .slide-1 h1 {
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
    }

    .fade-carousel .slides .slide-2 h1 {
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
    }

    .fade-carousel .slides .slide-3 h1 {
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
    }

    .fade-carousel .slides .slide-4 h1 {
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
    }

    .fade-carousel .slides .slide-5 h1 {
        font-family: 'Roboto';
        font-size: 50px;
        font-weight: bold;
    }

    .fade-carousel .slides .slide-1-mobile h1 {
        font-family: 'Roboto';
        font-size: 31px;
    }

    .fade-carousel .slides .slide-2-mobile h1 {
        font-family: 'Roboto';
        font-size: 31px;
    }

    .fade-carousel .slides .slide-3-mobile h1 {
        font-family: 'Roboto';
        font-size: 31px;
    }

    .fade-carousel .slides .slide-4-mobile h1 {
        font-family: 'Roboto';
        font-size: 31px;
    }

    .fade-carousel .slides .slide-5-mobile h1 {
        font-family: 'Roboto';
        font-size: 31px;
    }

    .fade-carousel .slides .slide-1 h3 {
        font-family: 'Roboto';
        font-size: 18px;
    }

    .fade-carousel .slides .slide-2 .bannerSteps {
        font-family: 'Roboto';
        font-size: 18px;
    }

    .fade-carousel .slides .slide-3 h3 {
        font-family: 'Roboto';
        font-size: 18px;
    }

    .fade-carousel .slides .slide-4 h3 {
        font-family: 'Roboto';
        font-size: 18px;
    }

    .fade-carousel .slides .slide-5 h3 {
        font-family: 'Roboto';
        font-size: 18px;
    }

    .fade-carousel .slides .slide-1-mobile p {
        font-family: 'Roboto';
        font-size: 14px;
    }

    .fade-carousel .slides .slide-2-mobile .bannerSteps {
        font-family: 'Roboto';
        font-size: 14px;
    }

    .fade-carousel .slides .slide-3-mobile h3 {
        font-family: 'Roboto';
        font-size: 14px;
    }

    .fade-carousel .slides .slide-4-mobile h3 {
        font-family: 'Roboto';
        font-size: 14px;
    }

    .fade-carousel .slides .slide-5-mobile h3 {
        font-family: 'Roboto';
        font-size: 14px;
    }

    .fade-carousel .carousel-indicators > li {
        margin: 0 2px;
        border-color: white;
        opacity: .7;
    }

        .fade-carousel .carousel-indicators > li.active {
            width: 10px;
            height: 10px;
            opacity: 1;
        }

    .fade-carousel .personalizedBanner {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #69c0bb no-repeat bottom center / 100% 15%;
        font-family: 'Roboto';
        font-size: 50px;
    }

    .fade-carousel .personalizedBanner-mobile {
        height: 240px;
        color: white;
        background: url(/assets/css/images/white-wave-bg.svg) #69c0bb no-repeat bottom center / 100% 15%;
        font-family: 'Roboto';
        font-size: 31px
    }

    .fade-carousel .personalizedBanner h1 {
        font-family: 'Roboto';
        font-size: 50px;
        font-weight:bold;
    }

    .fade-carousel .personalizedBanner-mobile h1 {
        font-family: 'Roboto';
        font-size: 31px;
        font-weight: bold;
    }

/* Control buttons  */
/*.carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}*/
/* Previous button  */
/*#quote-carousel .carousel-control.left {
        left: -12px;
    }*/
/* Next button  */
/*#quote-carousel .carousel-control.right {
        right: -12px !important;
    }*/

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 4px;
    border: 2px solid white;
    color: white;
    text-align: center;
    font: 18px Barlow, sans-serif;
    display: inline-block;
}

.chevronCircle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 4px;
    border: 2px solid white;
    color: white;
    text-align: center;
}

.background4 {
    background: url(/assets/css/images/Banner4.png) transparent no-repeat top left / 100% 100%;
}


/* latin-ext */
@font-face {
    font-family: 'Lilita One';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lilitaone/v13/i7dPIFZ9Zz-WBtRtedDbYE98RWq7.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lilita One';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lilitaone/v13/i7dPIFZ9Zz-WBtRtedDbYEF8RQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* vietnamese */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6FospT4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s6VospT4.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E30-8s51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.contadorMobile .mini-cart > a .contadorCart {
    font-size: 12px;
    width: 16px;
    height: 16px;
    background: #ffb03b;
    color: #fff;
    border-radius: 50%;
    line-height: 15px;
    margin-right: 5px;
}

    .contadorMobile .mini-cart > a .contadorCart:after {
        content: attr(data-title);
        margin: 5px;
    }



    @media (max-width: 767px) {
        .imgPowered {
            padding-left: 15px;
        }
    }