#loader {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999999999;
    display: block;
    background: url(https://cdn.jsdelivr.net/gh/persano/MaximusWebFonts@1.7.9.4/doblecolorspinnermx.svg) 50% 50% no-repeat #f1f1f1;
    background-color: #f1f1f1;
    padding: 0;
    margin: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

a,
button,
div,
font,
h1,
h2,
h3,
h4,
h5,
input,
label,
li,
p,
select,
span,
textarea,
ul {
    font-weight: 400
}

@media print {

    *,
    :after,
    :before {
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font-family: sans-serif;
    line-height: 1.15
}

*,
:after,
:before {
    box-sizing: inherit
}

@-ms-viewport {
    width: device-width
}

footer,
header,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    color: #212529;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0
}

ol,
p,
ul {
    margin-bottom: 1rem
}

ol,
ul {
    margin-top: 0
}

ul ol,
ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
    color: #007bff;
    text-decoration: none
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    border-style: none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
button,
input,
label,
select,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

th {
    text-align: left
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
h4,
h5 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .5rem
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

small {
    font-size: 80%;
    font-weight: 400
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.col-1,
.col-4,
.col-lg-6,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-12,
.col-sm-4,
.col-sm-6,
.col-sm-8 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    position: relative;
    width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

@media (min-width:576px) {
    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
}

@media (min-width:768px) {
    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

@media (max-width:991px) {
    .table-responsive {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: block;
        overflow-x: auto;
        width: 100%
    }
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    padding: .5rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    background-color: #fff;
    border-color: #80bdff;
    color: #495057;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.btn {
    border: 1px solid transparent;
    border-radius: .25rem;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    padding: .5rem .75rem;
    text-align: center;
    transition: all .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .25);
    outline: 0
}

.btn:disabled {
    opacity: .65
}

.btn:active {
    background-image: none
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff
}

.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, .5)
}

.btn-primary:disabled {
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:active {
    background-color: #0069d9;
    background-image: none;
    border-color: #0062cc
}

.btn-secondary {
    background-color: #868e96;
    border-color: #868e96;
    color: #fff
}

.btn-secondary:hover {
    background-color: #727b84;
    border-color: #6c757d;
    color: #fff
}

.btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(134, 142, 150, .5)
}

.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:active {
    background-color: #727b84;
    background-image: none;
    border-color: #6c757d
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
    color: #fff
}

.btn-success:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
}

.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:active {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
    color: #fff
}

.btn-danger:focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, .5)
}

.btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:active {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #111
}

.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #111
}

.btn-light:focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, .5)
}

.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:active {
    background-color: #e2e6ea;
    background-image: none;
    border-color: #dae0e5
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(52, 58, 64, .5)
}

.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:active {
    background-color: #23272b;
    background-image: none;
    border-color: #1d2124
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

.dropdown {
    position: relative
}

.dropdown-toggle:after {
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0
}

.dropdown-menu {
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #212529;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 6
}

.dropdown-item {
    background: 0 0;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #16181b;
    text-decoration: none
}

.dropdown-item:active {
    background-color: #007bff;
    color: #fff;
    text-decoration: none
}

.dropdown-item:disabled {
    background-color: transparent;
    color: #868e96
}

.input-group {
    display: flex;
    position: relative;
    width: 100%
}

.input-group .form-control {
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%;
    z-index: 2
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    align-items: center;
    display: flex
}

.input-group-addon,
.input-group-btn {
    vertical-align: middle;
    white-space: nowrap
}

.input-group-addon {
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #495057;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 0;
    padding: .5rem .75rem;
    text-align: center
}

.input-group-addon:not(:last-child),
.input-group .form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group .form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:not(:first-child)>.btn {
    margin-left: -1px;
    z-index: 2
}

.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #ddd #ddd #fff;
    color: #495057
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .5rem 1rem;
    position: relative
}

.navbar-brand {
    padding-left: 0
}

.navbar-brand li a {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    align-items: center;
    flex-basis: 100%
}

.navbar-toggler {
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: no-repeat 50%;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-pack: start;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-link:hover {
    text-decoration: none
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    padding: .75rem 1rem
}

.breadcrumb:after {
    clear: both;
    content: "";
    display: block
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem
}

.alert-primary {
    background-color: #cce5ff;
    border-color: #b8daff;
    color: #004085
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:focus,
.close:hover {
    color: #000;
    opacity: .75;
    text-decoration: none
}

button.close {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    padding: 0
}

.modal,
.modal-open {
    overflow: hidden
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 8
}

.modal.fade .modal-dialog {
    transform: translateY(-25%);
    transition: transform .3s ease-out
}

.modal.show .modal-dialog {
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    margin: 10px;
    position: relative;
    width: auto
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    position: relative
}

.modal-backdrop {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 7
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    padding: 15px
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 15px;
    position: relative
}

.modal-footer {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    align-items: center;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    padding: 15px
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        margin: 30px auto;
        max-width: 500px
    }
}

@media (min-width:768px) {
    .float-md-right {
        float: right !important
    }
}

.mr-auto {
    margin-right: auto !important
}

.dropdown-menu.show {
    display: block
}

.navbar-nav.sm-collapsible .sub-arrow {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    font-size: 1.25rem;
    height: 1.4em;
    line-height: 1.2em;
    margin: -.7em .5em 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 2em
}

.navbar-nav.sm-collapsible .sub-arrow:before {
    content: "+"
}

.navbar-nav.sm-collapsible .show>a>.sub-arrow:before {
    content: "-"
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, .1)
}

.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em
}

.navbar-nav.sm-collapsible .dropdown-item,
.navbar-nav.sm-collapsible .nav-link {
    position: relative
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    display: inline-block;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    width: 0
}

.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-top: 0
}

.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-top: .3em solid transparent;
    height: 0;
    margin-right: 1em;
    margin-top: -.3em;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0
}

.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 2em
}

.navbar-nav .scroll-down,
.navbar-nav .scroll-up {
    display: none;
    height: 20px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    visibility: hidden
}

.navbar-nav .scroll-down-arrow,
.navbar-nav .scroll-up-arrow {
    border: 7px solid transparent;
    border-bottom-color: currentcolor;
    height: 0;
    left: 50%;
    margin-left: -8px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    width: 0
}

.navbar-nav .scroll-down-arrow {
    border: 7px solid transparent;
    border-top-color: currentcolor;
    top: 6px
}

.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: .5em
}

.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap>li>.dropdown-item {
    white-space: nowrap
}

html {
    overflow-x: hidden
}

a:hover {
    color: #88dc42
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: open sans, sans-serif
}

footer,
footer a:hover {
    color: #fff
}

footer div.footer-col a {
    display: block
}

footer div.infopie {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

footer div.footer-col h3 {
    color: #fff;
    font-weight: 700
}

@media (max-width:480px) {

    div.footer-col,
    div.footer-col h3 {
        text-align: left
    }

    div.infopie {
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 15px;
        padding-bottom: 15px
    }
}

footer .redes {
    margin-top: 15px
}

footer .redes a:hover {
    text-decoration: none
}

footer div.infopie .redes i {
    font-size: 24px
}

.search,
.social-share,
ul.social-share li {
    display: inline-block
}

.aparece,
.social {
    text-align: right
}

.form-control:focus,
.search_box {
    box-shadow: none;
    outline: 0
}

.title-sol span,
.widget h5,
h4.tit_categorias {
    text-transform: uppercase
}

.title-sol.style2:after {
    background: #75da00;
    content: "";
    display: block;
    height: 1px;
    margin-left: 10%;
    position: absolute;
    top: 28px;
    width: 80%;
    z-index: 1
}

.title-sol.style2 {
    border: none;
    font-family: open sans, sans-serif;
    font-size: 25px;
    font-weight: lighter;
    line-height: 36px;
    margin: 0 0 20px;
    padding: 0;
    position: relative
}

.title-sol {
    border-bottom: 2px solid #ddd;
    border-top: 2px solid #ddd;
    color: #fff;
    font-family: Calibri;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0;
    padding: 0
}

.title-sol.style2 span {
    background: #75da00;
    color: #fff;
    display: table;
    margin: 0 auto;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 2
}

.title-sol span {
    display: inline-block
}

body {
    background: #f6f6f6;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding-top: 0
}

b,
strong {
    font-weight: 700
}

.btn {
    cursor: pointer
}

.btn-compra,
.carrito_top,
.price,
.tipoCambio,
span.semaforostock {
    display: none
}

header#header {
    position: absolute;
    top: 0;
    width: 100%
}

header {
    background: #000;
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 600
}

h1 {
    font-size: 250%
}

h2 {
    font-size: 180%
}

.controls .fa,
.form-control,
.form-group label,
h2#pie_seo b {
    font-weight: 300
}

h3 {
    color: #000;
    font-size: 120%;
    font-weight: 400;
    line-height: 24px
}

h4 {
    font-size: 100%
}

h5 {
    font-size: 115%
}

h1.tit-gral {
    font: 700 20px open sans, sans-serif
}

h1.titulos {
    background: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    font: 600 20px open sans, sans-serif;
    margin: 10px 0 20px;
    padding: 8px
}

h1.titulos i {
    color: #59d802
}

input[type=email],
input[type=number],
input[type=password],
input[type=text] {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #111;
    font-size: 14px;
    height: 36px;
    margin-bottom: 10px
}

a {
    color: #000;
    transition: color .1s, background-color .1s
}

.container.general {
    padding-bottom: 30px
}

.search .input-group {
    display: block
}

.search,
.search i {
    color: #222
}

.search {
    left: 50%;
    margin-left: -300px;
    margin-right: 0;
    position: absolute;
    top: 10px
}

input.search-form {
    border: 1px solid #999;
    color: #000;
    height: 45px;
    padding: 15px 12px;
    width: 550px
}

input.search-form,
input.search-form-movil {
    background: #fff;
    font-size: 14px;
    margin-bottom: 0;
    transition: all .4s
}

input.search-form-movil {
    border: 1px solid #ccc;
    color: #999;
    height: 35px;
    padding: 6px 12px;
    width: 90%
}

@media (max-width:40960px) {
    input.search-form {
        width: 600px
    }
}

@media screen and (max-width:1160px) and (min-width:769px) {
    input.search-form {
        width: 500px
    }

    .search {
        margin-left: -270px
    }

    .search .input-group {
        left: 6.1%
    }
}

@media (max-width:1024px) {
    input.search-form {
        width: 400px
    }

    .search {
        margin-left: -220px
    }
}

@media (max-width:768px) {
    input.search-form {
        width: 400px
    }

    .search {
        display: none
    }
}

button.btn-buscartop {
    background: 0 0;
    margin-left: -35px !important;
    margin-top: 5px
}

@media (max-width:480px) {

    input.search-form:focus,
    input.search-form:hover {
        width: 300px
    }
}

span.carritotop {
    color: #fff !important
}

span.carritotop a {
    color: #fff
}

.fixedtop {
    background: #666;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 8px 0 #888;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 5
}

.fixedtop .container {
    margin: 0 auto;
    max-width: 1250px
}

.fixedtop .redestop i,
.fixedtop button.btn.btn-buscartop i,
.fixedtop i {
    color: #fff
}

.fixedtop i.fa.fa-search {
    color: #000
}

.fixedtop span.carritotop,
.fixedtop span.carritotop a,
.fixedtop ul.navbar-nav>li>a {
    color: #fff
}

span.cart_top a.ircarrito {
    background: #01f603;
    color: #fff;
    display: block;
    float: right;
    padding: 5px;
    text-decoration: none
}

ul.nav.navbar-nav {
    margin-left: 0;
    margin-top: 0
}

.container.checkout,
div#articulos.container,
div#detalle.container,
div.container.micuenta {
    max-width: 1215px
}

div#barrahormiga {
    margin-left: auto
}

@media (max-width:1920px) and (min-width:1024px) {
    a.nav-link {
        color: #fff;
        font-size: 14px;
        font-weight: 700
    }

    #solapas a.nav-link {
        color: #aaa;
        font-size: 14px;
        font-weight: 700
    }

    #solapas a.nav-link.active {
        color: #59d802;
        font-size: 14px;
        font-weight: 700
    }

    .navbar.navbar-expand-lg {
        height: 100px
    }

    div#navbarNavDropdown {
        bottom: 8px;
        left: 45%;
        margin-left: -342px;
        position: absolute
    }

    div#carritoDesktop {
        position: absolute;
        top: 5px
    }

    .navbar-brand {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 10px
    }
}

@media (max-width:480px) {
    .navbar-brand li a {
        margin: 0;
        padding: 0;
        position: relative;
        top: 0
    }

    ul.nav.navbar-nav {
        margin-left: 0;
        margin-top: 0
    }

    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-left: -20px
    }

    .input-group-btn {
        font-size: 0;
        margin-right: -15%;
        position: absolute;
        right: 0;
        top: 0;
        white-space: nowrap
    }
}

.navbar-nav.nav {
    color: #000;
    font: normal 12px open sans, sans-serif !important;
    text-transform: uppercase
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
    padding-left: 15px
}

.navbar-nav>li>a {
    padding-bottom: 5px;
    padding-top: 5px
}

.navbar-header {
    padding-top: 10px
}

.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    padding: 0
}

.navbar-toggler {
    background: 0 0
}

.navbar-toggler.collapsed {
    background: 0 0;
    border: 0 solid #ccc;
    float: right
}

.dropdown-toggle:after,
span.navbar-toggler-icon {
    color: #fff
}

@media (max-width:768px) {
    nav.navbar.navbar-expand-lg {
        position: relative
    }

    .navbar-brand li a {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        width: 33%
    }

    button.navbar-toggler {
        left: 0 !important;
        position: absolute;
        top: 13px
    }

    .navbar-brand img {
        margin-bottom: 2px;
        margin-top: 2px;
        max-width: 100% !important
    }

    a#abrirpanelcarrito {
        position: absolute;
        right: 15px;
        top: 22px
    }

    a#usuarioMovilLogueado,
    a#usuarioMovilSinLoguear {
        position: absolute;
        right: 95px;
        top: 22px
    }

    a#abrirpanelbusqueda {
        position: absolute;
        right: 60px;
        top: 22px
    }

    a.nav-link {
        padding: 12px !important
    }

    ul.dropdown-menu.dropdown-cart {
        color: #000;
        padding: 10px;
        top: 50px;
        width: 100%
    }

    .price {
        color: #59d802;
        font-size: 20px !important;
        padding: 10px 0
    }
}

@media (min-width:769px) {

    a#usuarioMovilLogueado,
    a#usuarioMovilSinLoguear {
        display: none !important
    }
}

a.ircarrito {
    background: 0 0;
    display: block;
    float: right;
    padding: 11px 4px
}

span.cart_top p strong {
    color: #01f603;
    font-weight: 700
}

div.ingresotop {
    text-align: right
}

.dropdown-menu>li>a {
    color: #000;
    font-size: 12px;
    min-width: 250px;
    padding: 5px 20px
}

.dropdown-menu>li>a:hover {
    color: #ddd
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
    border-color: #025c95
}

.caret.navbar-toggle.sub-arrow {
    position: absolute;
    right: 10px;
    top: -3px
}

.dropdown-menu #nombre_usuario {
    color: #fff
}

ul.dropdown-menu li {
    position: relative
}

div.social.pull-right .dropdown-menu li {
    border-bottom: 1px dotted #fff;
    padding: 8px 20px !important
}

div.social.pull-right .dropdown-menu li:last-child {
    border-bottom: 0 dotted #fff;
    padding: 8px 10px !important
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
        top: 30px !important
    }
}

div#barrahormiga {
    background: #000;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-top: 15px
}

div#barrahormiga i {
    color: #66fb00
}

div#barrahormiga a {
    color: #fff;
    font: 700 14px open sans, sans-serif
}

div#barrahormiga select {
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 4px
}

div#barrahormiga div.col-md-8 {
    padding-top: 5px
}

.breadcrumb {
    background-color: #fafafa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    list-style: none;
    margin-bottom: 1rem;
    padding: 8px
}

@media (max-width:480px) {
    div.barraformato {
        display: none
    }
}

.fa-shopping-cart:before {
    color: red;
    content: "\f07a";
    font-size: 20px
}

.result-busqueda {
    border: 1px solid #f0f0f0;
    box-shadow: none;
    height: 35px
}

div.carritoDesktop {
    position: absolute;
    right: 0;
    top: 15px
}

.pull-right>.dropdown-cart {
    background: #fff;
    border: none;
    color: #000 !important;
    top: 38px;
    width: 100%
}

.dropdown-menu #nombre_usuario {
    color: #000
}

.pull-right>.dropdown-cart a {
    color: #000 !important
}

.pull-right>.dropdown-cart li+li {
    border-top: 1px dotted #ccc
}

.pull-right>.dropdown-cart {
    border-bottom: 2px solid #ccc
}

section.slider {
    margin: 0 auto;
    padding: 0
}

.spots div.row {
    padding-bottom: 7px;
    padding-top: 7px
}

@media (max-width:480px) {
    section.spots img {
        margin: 5px 0
    }
}

div.quickview {
    z-index: 9
}

div.quickview a {
    font-size: 14px !important;
    font-weight: 700 !important
}

.product:hover div.quickview {
    visibility: visible
}

.btn-quickview {
    -moz-o-shadow: 0 0 3px rgba(0, 0, 0, .3);
    background: #fff;
    background: hsla(0, 0%, 100%, .9);
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    color: #000 !important;
    display: inline-block !important;
    font-family: open sans, sans-serif;
    font-size: 16px;
    height: 40px !important;
    left: auto;
    letter-spacing: 1px;
    max-height: 40px;
    min-width: 100px;
    opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    padding: 10px;
    text-transform: uppercase;
    transform: scale(.75);
    -webkit-transform: scale(.75);
    -o-transform: scale(.75);
    -ms-transform: scale(.75);
    -moz-transform: scale(.75);
    transition: all .3s ease 0;
    visibility: hidden;
    width: auto;
    z-index: 2
}

div.product:hover div.quickview a.btn-quickview {
    opacity: .98;
    -webkit-opacity: .98;
    -ms-opacity: .98;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    visibility: visible
}

@media (max-width:460px) {
    div.quickview {
        margin-top: 25%
    }
}

@media (max-width:400px) {
    div.quickview {
        margin-top: 35%
    }
}

.cajaprod>.btn-quickview:hover {
    opacity: .95
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

footer {
    padding: 30px 0;
    text-align: center
}

footer a {
    color: #ddd
}

.top-bar {
    background: #555;
    padding: 5px 0
}

.top-bar,
.top-bar a {
    color: #f0f0f0
}

ul#menutop li {
    float: left
}

ul#menutop li a {
    color: #000;
    padding: 0 10px
}

ul#menutop li a:hover,
ul.social-share li a:hover {
    color: #000
}

div#ModalAgregar div.modal-footer a.btn.btn-secondary {
    color: #fff !important
}

header {
    width: 100%
}

div.container {
    margin: 0 auto;
    max-width: 100%
}

.productos .col-md-3,
.productos .col-md-4 {
    padding-left: 8px;
    padding-right: 8px
}

section#novedades_home .col-md-prod,
section#ofertas_home .col-md-prod {
    margin: 5px 0;
    padding-left: 8px;
    padding-right: 8px;
    width: 16.6666%
}

section#novedades_home div.owl-carousel .col-md-prod,
section#ofertas_home div.owl-carousel .col-md-prod {
    margin: 5px 0;
    padding-left: 8px;
    padding-right: 8px;
    width: auto
}

@media (max-width:480px) {

    section#novedades_home .col-md-prod,
    section#ofertas_home .col-md-prod {
        margin: 5px 0;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }
}

#articulos .col-md-prod {
    margin: 5px 0;
    padding-left: 8px;
    padding-right: 8px;
    width: 25%
}

@media (max-width:768px) {

    #articulos .col-md-prod,
    .col-md-prod {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }
}

#relacionados .col-md-prod {
    margin: 5px 0;
    padding-left: 8px;
    padding-right: 8px;
    width: 20%
}

@media (max-width:768px) {
    #relacionados .col-md-prod {
        padding-left: 8px;
        padding-right: 8px;
        width: 33.33%
    }
}

@media (max-width:480px) {
    #relacionados .col-md-prod {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%
    }
}

div.login .input-group {
    margin-bottom: 8px
}

.cajalogin {
    background: #f0f0f0;
    margin: 5px;
    padding-bottom: 15px
}

.cajalogin h3 {
    font-size: 16px;
    padding: 5px;
    text-align: center
}

.btn.btn-login {
    background: #1cda03;
    color: #fff;
    cursor: pointer;
    display: block;
    margin: 0 auto
}

span#errorlogin2 span,
span#errorlogin span {
    color: red;
    display: block !important;
    padding: 8px 0;
    text-align: center !important
}

form.form-registro div.input-group {
    padding: 10px 0
}

#log1 i,
#nolog1 i {
    color: red
}

.hidden-lg,
.hidden-md {
    display: none
}

div.button-pager li {
    background: #ccc;
    color: #fff;
    float: left;
    list-style-type: none;
    margin: 0 4px;
    min-height: 30px;
    min-width: 30px;
    padding: 7px 10px
}

div.button-pager li.button-pager {
    color: #fff
}

div.button-pager li.button.pager a {
    display: block
}

div.button-pager li.button-rpager {
    background: #f0f0f0;
    color: #000
}

i.formatoico {
    cursor: pointer;
    font-size: 25px;
    position: relative;
    top: 2px
}

.barraformato {
    text-align: right
}

@media (max-width:480px) {
    .barraformato {
        text-align: left
    }
}

@media (max-width:768px) {
    div#carritoDesktop {
        display: none
    }

    .hidden-lg,
    .hidden-md {
        display: inline
    }
}

footer {
    background: #222;
    margin-top: 20px
}

#parallax {
    background: url(imagenes/fondoparallax2.jpg) 50% 0 no-repeat fixed;
    background-position-x: 50%;
    background-position-y: 0;
    padding: 15px 0
}

.barrasuperior {
    background: #fff
}

section#novedades_home div.row>div.col-md-2,
section#ofertas_home div.row>div.col-md-2 {
    padding: 4px
}

div.product img {
    filter: saturate(92.5%)contrast(99%)brightness(1.025);
    opacity: .98;
    transition: all .3s ease
}

.product {
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 100% !important;
    padding-bottom: 10px;
    padding-top: 4px;
    transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0
}

.product:hover {
    border: 1px solid #01f603
}

.product:hover div.description h4 a {
    color: #01f603
}

.product:hover .btn.btn-compra {
    background: #76da02;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    width: 100%
}

.product h4 {
    font-size: 14px;
    text-decoration: none
}

.product h4,
.product h4 a {
    color: #3a3a3a;
    padding: 5px
}

.product h4 a:hover {
    color: #59d802;
    font-size: 14px;
    padding: 5px;
    text-decoration: none
}

.image,
.item.list-view .image,
.product,
div.quickview {
    text-align: center
}

.product .image {
    box-sizing: border-box;
    height: auto !important;
    margin: 0 auto;
    overflow: hidden;
    width: 90%
}

div.quickview {
    display: block;
    margin-top: 40%;
    max-height: 50px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 2
}

.image,
.product .image a img,
img.img-responsive {
    width: 100%
}

.image {
    position: relative;
    transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    -o-transition: all .5s ease 0
}

.image,
.image a {
    display: block
}

.image a img {
    margin: 0 auto;
    transition: all .5s ease 0;
    -moz-transition: all .5s ease 0;
    -webkit-transition: all .5s ease 0;
    -ms-transition: all .5s ease 0;
    -o-transition: all .5s ease 0
}

.price {
    color: #00e602;
    font-size: 28px;
    padding: 10px 0
}

.btn.btn-compra {
    background: #252329;
    border: none;
    border-radius: 0;
    color: #66fb00;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    text-transform: uppercase;
    width: 200px
}

.btn.btn-compra:before {
    content: "\3443"
}

.art_cod_precios {
    display: block
}

#detalle .btn.btn-compra {
    background: #252329;
    border: none;
    color: #66fb00;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase
}

@media(max-width:480px) {
    #detalle .btn.btn-compra {
        background: #252329;
        border: none;
        clear: both;
        color: #66fb00;
        cursor: pointer;
        float: left;
        font-size: 17px;
        font-weight: 700;
        text-transform: uppercase
    }

    #detalle div#redessh {
        clear: both;
        margin-top: 50px
    }
}

label.compara {
    padding: 5px 0
}

a.linkcompara,
a.linkcompara:hover {
    color: red;
    text-decoration: none
}

tr.comparacabecera a {
    display: block;
    padding: 4px 0
}

tr.comparacabecera a:hover {
    color: red;
    text-decoration: none
}

.movil {
    display: none
}

.product.modofila {
    margin-bottom: 5px
}

.modofila .description,
.modofila .description h4,
span.semaforostock {
    text-align: center
}

.product.modofila .description,
.product.modofila h4,
.product.modofila span.semaforostock {
    text-align: left
}

.semaforostock {
    position: relative;
    top: -2px
}

h1.prod-titulo {
    color: #333;
    font: 700 28px open sans, sans-serif
}

.prod-codigo {
    color: #999;
    font: 400 13px open sans, sans-serif
}

#detalle .price {
    font-size: 30px;
    font-weight: 700
}

#relacionados .price {
    font-size: 20px;
    font-weight: 700;
    padding: 5px
}

#relacionados .product h4 {
    margin-bottom: 0
}

div.dcorta,
div.dlarga {
    margin: 15px 0
}

div.dlarga b {
    font-weight: 700
}

div.filtros_left h3,
li.menuLatTit {
    background: #59d802;
    color: #fff !important;
    font: 700 14px open sans, sans-serif;
    padding: 5px
}

li.menuLatTit {
    margin-bottom: 10px !important
}

i.borrarcate,
i.borrarmarca,
i.borrarsubcate {
    color: #59d802
}

span.cateactual,
span.marcaactual,
span.subcateactual {
    color: #000;
    font-weight: 700
}

ul.cates,
ul.marcas,
ul.subcates {
    border-bottom: 0 solid #ddd;
    list-style-type: square;
    margin-left: 0;
    padding: 0
}

div.nav_subcat_p ul {
    padding: 0
}

ul.cates li label,
ul.cates li label:hover,
ul.marcas li label,
ul.marcas li label:hover,
ul.subcates li label,
ul.subcates li label:hover {
    cursor: pointer
}

div.nav_subcat_p li,
ul.filtros,
ul.marcas {
    list-style: none !important
}

li.menuLatTit {
    color: #59d802;
    font: 700 14px open sans, sans-serif
}

ul.term-list {
    padding-left: 20px
}

span.cf {
    background: #000;
    border-radius: 10px;
    color: #fff;
    font-size: 11px
}

div.cabcarrito {
    background: #e0e0e0;
    border-bottom: 1px solid #aaa;
    padding: 8px
}

div.cabcarrito>div {
    padding-left: 15px;
    padding-right: 15px
}

div.filacarrito {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 5px 0;
    padding: 20px 0
}

.titproditemcarrito {
    font-weight: 700
}

.preciounitarioitemcarrito {
    color: #090;
    font-weight: 700
}

.preciosubtotalitemcarrito {
    color: red;
    font-size: 16px;
    font-weight: 700
}

.resumencarrito .cajaresumencarrito {
    border: 0 solid #e0e0e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 5px 0;
    padding: 20px
}

div.todocarrito {
    padding: 15px
}

i.carritoeliminar span {
    font-family: open sans, sans-serif
}

@media (max-width:480px) {
    div.cabcarrito {
        display: none
    }
}

section#noticiasHome {
    margin-top: 15px
}

.cajanove {
    background: #fff;
    padding: 8px
}

.tv .cajanove {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 8px
}

.tv .cajanove.review {
    background: #eaeaea;
    color: #333;
    padding: 8px
}

.tv .cajanove h1,
.tv .cajanove h1 a {
    color: #66fb00;
    font: 700 16px open sans, sans-serif
}

.tv .cajanove.review h1,
.tv .cajanove.review h1 a {
    color: #666;
    font: 700 16px open sans, sans-serif
}

.cajanove h1 {
    font: 700 16px open sans, sans-serif
}

.cajanove h1,
.cajanove h1 a {
    color: #3e9020
}

div.datospersonales>div {
    background: #f0f0f0;
    padding: 8px
}

div.mispedidos>div {
    background: #e0e0e0;
    padding: 8px
}

div.rma>div {
    background: #f0f0f0;
    padding: 8px
}

div.cajascuenta h4 {
    border-bottom: 1px solid #fff;
    color: #666;
    font: 600 14px open sans, sans-serif;
    padding: 5px
}

div.cajascuenta ul {
    padding-left: 20px
}

@media (max-width:480px) {
    header .container.header {
        padding: 0;
        width: 100%
    }

    .navbar {
        padding: 0
    }

    ul.nav.navbar-nav {
        background: #ccc;
        margin-top: 10px;
        padding: 0;
        width: 100%
    }
}

h1.botonfiltrar {
    border: 1px solid #ccc;
    display: none;
    font: normal 16px open sans, sans-serif;
    padding: 8px
}

div.filtros_left,
h1.botonfiltrar a {
    display: block
}

@media (max-width:768px) {
    h1.botonfiltrar {
        display: block
    }

    div.filtros_left {
        display: none
    }
}

.sp-wrap {
    border: 1px solid #ccc !important;
    max-width: 100% !important
}

.modal h5.modal-title {
    color: #000;
    font: 700 16px open sans, sans-serif !important;
    letter-spacing: normal;
    padding: 8px;
    text-align: center;
    width: 100%
}

.modal-header {
    padding: 8px
}

.modal-footer {
    display: block;
    text-align: center
}

div#ModalAgregar div.modal-body {
    background: #fff
}

div#ModalAgregar div.modal-footer {
    padding-bottom: 10px;
    text-align: center
}

div#ModalAgregar div.modal-footer a.btn.btn-primary {
    background: red
}

a.btn.btn-secondary {
    color: #fff !important
}

ul#formaspago {
    list-style: none;
    margin: 0;
    padding: 0
}

ul#formaspago li label {
    cursor: pointer
}

.checkout h5 i {
    color: red
}

span#titcheckout2 {
    color: red;
    font: 700 20px open sans, sans-serif
}

div.padding {
    padding: 0 15px
}

.bordeInterno {
    border: 1px solid #ccc;
    padding: 8px
}

.padding8 {
    padding: 8px
}

div.img-item {
    text-align: center
}

div.caja-prod-armado {
    cursor: pointer
}

div.caja-prod-armado:hover {
    border: 1px solid #65ba3c
}

div.caja-prod-armado .precio-ami {
    color: #59d802;
    font-size: 20px;
    padding: 10px 0
}

h4.desc-item-armado {
    display: block;
    text-align: center
}

div.tit-parte-armado {
    font-size: 20px;
    margin-bottom: 15px
}

button.btn.btn-buscartop {
    background: #65ba3c;
    left: -10px
}

button.btn.btn-buscartop i {
    color: #fff
}

.owl-next,
.owl-prev {
    font-size: 25px !important;
    font-weight: 700
}

.owl-next {
    float: right
}

div.detalle_noticia img {
    max-width: 100%
}

div.container.header {
    position: relative
}

div.redestop {
    bottom: 5px;
    position: absolute;
    right: 20px
}

div.redestop i {
    color: #999;
    font-size: 25px
}

@media (max-width:480px) {
    div.redestop {
        display: none
    }
}

div.armarpc-seleccionados div.col-md-armarpc {
    width: 20%
}

#redessh {
    margin-top: 25px
}

#recomendar2 {
    background: #f90;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    left: 3px;
    padding: 6px;
    position: relative;
    top: -10px
}

#recomendar2 i {
    color: #fff
}

div.redestop .fa-facebook-square {
    color: #069
}

div.redestop .fa-twitter-square {
    color: #00a3d9
}

div.redestop .fa-instagram {
    color: #f90
}

.fixedtop div.redestop .fa-facebook-square,
.fixedtop div.redestop .fa-instagram,
.fixedtop div.redestop .fa-twitter-square {
    color: #fff
}

div#componentesAgregados div.row {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
    padding-top: 8px
}

img.img-componente-agregados {
    margin-right: 10px;
    max-width: 60px
}

div#componentesAgregados {
    border: 1px dotted #ccc;
    padding: 0 30px
}

div#componentesAgregados h6 {
    color: red;
    font: 700 16px open sans, sans-serif
}

div.caja-prod-armado {
    border: 1px solid #ccc;
    text-align: center
}

div.elementoclass {
    margin-bottom: 15px
}

h6.tit-armado-1 {
    color: #000 !important;
    padding: 10px;
    text-align: center
}

h6.tit-armado-2 {
    color: #000;
    padding: 10px;
    text-align: center
}

.modificar {
    color: #999;
    float: right;
    text-align: right;
    width: 100%
}

.precio-ami {
    color: #59d802;
    font-size: 28px;
    padding: 10px 0
}

.modificar a {
    color: #999;
    text-decoration: none
}

.modificar a:hover {
    color: red;
    text-decoration: none
}

div.modal-content div.search,
div.modal-content div.search div.input-group input.search-form {
    width: 100%
}

.ver_todas_las_noticias {
    background: #fff;
    display: block;
    font-weight: 700;
    margin: 10px auto;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 200px
}

.ver_todas_las_noticias:hover {
    background: #59d802;
    color: #fff
}

ul.op {
    list-style: none
}

p.subtit {
    color: #c61624;
    font-size: 16px
}

#ctrlDataFiscal_image {
    width: 50px
}

div.ingresotop i {
    color: #65ba3c
}

@media (max-width:480px) {
    span.ws {
        display: none
    }

    .no-js .owl-carousel,
    .owl-carousel.owl-loaded {
        margin-left: auto;
        margin-right: auto
    }

    #parallax {
        background: url(https://www.compugarden.com.ar/Temp/App_WebSite/App_PictureFiles/fondoparallax2.jpg) repeat-y fixed !important;
        background-position-x: 100%;
        background-position-y: 0;
        padding: 15px 0
    }

    div.ingresotop i {
        color: #65ba3c;
        font-size: 23px
    }
}

div.bajoslide {
    background: #fff;
    border-top: 0;
    margin: 0 auto
}

ul.dropdown-menu {
    background: #000;
    left: 0;
    position: absolute;
    width: 1200px !important
}

div.subitem ol {
    list-style: none;
    margin: 0 0 20px;
    padding: 0 15px
}

div.subitem ol li.titcate {
    color: #59d802;
    font: 700 13px open sans, sans-serif
}

div.subitem a {
    color: #fff;
    display: block
}

div.subitem a,
div.subitem a:hover {
    font: 400 14px open sans, sans-serif;
    padding: 5px;
    text-decoration: none;
    text-transform: none
}

div.subitem a:hover {
    background: #fff;
    color: #000
}

ul#menu-productos {
    margin-left: -255px !important;
    padding-top: 25px
}

ul#menu-perifericos {
    left: -348px !important;
    padding-top: 25px
}

ul#menu-build.dropdown-menu {
    width: 250px !important
}

ul#menu-build a {
    color: #fff
}

ul#menu-build a:hover {
    color: #000
}

@media (max-width:1920px) {
    ul#menu-productos {
        margin-left: -235px !important;
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: -218px !important;
        padding-top: 25px
    }
}

@media (max-width:1440px) {
    ul#menu-productos {
        margin-left: -235px !important;
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: -113px !important;
        padding-top: 25px
    }
}

@media (max-width:1360px) {
    ul#menu-productos {
        margin-left: -270px !important;
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: -78px !important;
        padding-top: 25px
    }
}

@media (max-width:1280px) {
    ul#menu-productos {
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: -25px !important;
        padding-top: 25px
    }
}

@media (max-width:1160px) {
    ul.dropdown-menu {
        background: #000;
        left: 0;
        position: absolute;
        width: 1100px !important
    }

    ul#menu-productos {
        margin-left: -155px !important;
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: -25px !important;
        padding-top: 25px
    }
}

@media (max-width:1140px) {
    ul.dropdown-menu {
        background: #000;
        left: 0;
        position: absolute;
        width: 1100px !important
    }

    ul#menu-productos {
        margin-left: -158px !important;
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: -15px !important;
        padding-top: 25px
    }
}

@media (max-width:1100px) {
    ul.dropdown-menu {
        background: #000;
        left: 0;
        position: absolute;
        width: 960px !important
    }

    ul#menu-productos {
        margin-left: -100px !important;
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: -30px !important;
        padding-top: 25px
    }
}

@media (max-width:1024px) {
    ul.dropdown-menu {
        background: #000;
        left: 0;
        position: absolute;
        width: 960px !important
    }

    ul#menu-productos {
        margin-left: -121px !important;
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: -15px !important;
        padding-top: 25px
    }
}

@media (max-width:768px) {
    ul.dropdown-menu {
        background: #000;
        left: 0;
        position: absolute;
        width: 100% !important
    }

    ul#menu-productos {
        margin-left: 0 !important;
        padding-top: 25px
    }

    ul#menu-perifericos {
        left: 0 !important;
        padding-top: 25px
    }
}

a.nav-link:hover,
li.nav-item:hover>a,
li.nav-item>a:active,
li.nav-item>a:focus,
li.nav-item>a:hover {
    color: #59d802
}

div.texto {
    float: left;
    font-weight: 700;
    margin-top: 12px;
    width: 65%
}

div.texto,
div.texto p {
    margin-bottom: 0
}

ul.logos-tarjetas {
    list-style: none;
    padding: 0
}

ul.logos-tarjetas li {
    float: left
}

ul.logos-tarjetas li img {
    height: 25px;
    margin: 4px;
    width: 36px
}

p.texto {
    float: right;
    width: 80%
}

p.icono+p.texto {
    position: relative;
    top: 20px
}

span.icono {
    float: left;
    font-weight: 700;
    position: relative;
    text-align: center;
    top: 4px;
    width: 100%
}

span.icono i {
    font-size: 25px
}

a.verpromos {
    color: #4a90e2
}

div.texto-tarjetas {
    float: left;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
    width: 85%
}

@media (max-width:767px) {
    ul.logos-tarjetas li {
        width: 16%
    }

    div.texto-tarjetas {
        margin-top: 0
    }

    span.icono {
        margin-top: 15px
    }
}

@media (max-width:480px) {
    div.texto-tarjetas span {
        display: none
    }

    div.texto-tarjetas {
        font-family: open sans, sans-serif;
        font-size: 10px !important;
        text-align: center;
        width: 100%
    }

    ul.logos-tarjetas {
        margin-top: 6px
    }

    div.texto-tarjetas p {
        margin-bottom: 0 !important
    }

    ul.logos-tarjetas li {
        width: 25%
    }

    a.verpromos,
    span.icono p {
        font-family: open sans, sans-serif;
        font-size: 10px !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 0
    }

    span.icono span {
        display: block
    }

    span.icono {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    div.bajoslider {
        padding: 0 5px !important
    }
}

button.owl-next,
button.owl-prev {
    position: relative;
    top: -190px
}

@media (max-width:480px) {

    button.owl-next,
    button.owl-prev {
        display: none
    }
}

button.owl-next {
    left: 30px
}

button.owl-prev {
    left: -30px
}

button.owl-next span,
button.owl-prev span {
    background: 0 0;
    color: #f2f2f2;
    display: block;
    height: 35px;
    padding: 2px 0 0;
    width: 30px !important
}

section#novedades_home:hover button.owl-next span,
section#novedades_home:hover button.owl-prev span {
    background: #59d802;
    color: #fff
}

div.tittv span {
    background: #59d802
}

div.titreviews span,
div.tittv span {
    color: #fff;
    display: block;
    font-family: open sans condensed, sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 8px
}

div.titreviews span {
    background: #666
}

div.redesfooter i {
    font-size: 45px
}

div.redesfooter .fa-facebook-square {
    background: #fff;
    border-radius: 40% 50%;
    color: #2d62ce;
    line-height: 38px
}

div.redesfooter .fa-youtube-play {
    background: #fff;
    border-radius: 100%;
    color: red;
    line-height: 30px
}

div.redesfooter .fa-instagram {
    background: #fff;
    border-radius: 50%;
    color: #e1306c;
    line-height: 38px
}

footer div.footer-col.redesfooter a {
    display: inline
}

#divGBPWhiteBackground {
    background: 0 0 !important
}

div#sponsors-top {
    padding: 2px;
    text-align: center
}

div#sponsors-top a,
div#sponsors-top a:hover {
    font: 700 14px open sans, sans-serif;
    padding: 8px;
    text-decoration: none
}

div#sponsors-top a:hover {
    color: #59d802
}

@media (max-width:480px) {
    div#sponsors-top img {
        width: 20%
    }

    .navbar-brand {
        padding-left: revert
    }

    .navbar .navbar-brand img {
        margin-bottom: 0;
        margin-left: 18px;
        margin-top: 17px;
        max-width: 130% !important
    }
}

@media (max-width:720px) {
    div#sponsors-top img {
        width: 10%
    }
}

@media (max-width:768px) {
    #loginDesktop {
        display: none
    }

    div#sponsors-top a,
    div#sponsors-top a:hover {
        font: 700 14px open sans, sans-serif;
        padding: 8px 5px;
        text-decoration: none
    }

    div#sponsors-top a:hover {
        color: #59d802
    }
}

#loginDesktop,
#userDesktop,
#userDesktop a,
loginDesktop a {
    color: #fff
}

@media (max-width:768px) {

    .xs-hidden,
    sm-hidden {
        display: none !important
    }
}

.col-md-3.elementoclass {
    padding-left: 5px;
    padding-right: 5px
}

.container.maximustv {
    max-width: 1220px
}

@media (min-width:481px) {
    .ver_detalle_armado_pc {
        display: none
    }
}

@media (max-width:480px) {
    #detallearmado {
        display: none
    }

    #componentesAgregados .col-xs-3 {
        width: 25%
    }

    #componentesAgregados .col-xs-9 {
        width: 75%
    }

    .ver_detalle_armado_pc {
        background: #666;
        color: #fff;
        cursor: pointer;
        display: block;
        margin: 10px auto 0;
        padding: 10px;
        text-align: center;
        width: 90%
    }

    .tit-parte-armado {
        margin-top: 15px
    }
}

p#contenidoModalCotizacion {
    border: none;
    text-align: center
}

P#contenidoModalSelector select {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 8px;
    padding: 5px
}

div#modalEnvioPack div.modal-body {
    text-align: center
}

div#modalEnvioPack div.modal-footer {
    border: none
}

table.tablalistadocc td,
table.tablalistadocc th {
    padding: 8px
}

td.c {
    text-align: center
}

p.paginado {
    left: 5px;
    position: static;
    top: 15px
}

@media (max-width:480px) {
    div.ingresotop span {
        display: none
    }

    div.texto {
        margin-top: 8px;
        text-align: center;
        width: 100%
    }

    ul.no-margin.brand-carousel.slick-initialized.slick-slider {
        padding: 0
    }

    .slick-slide img {
        margin: 0 auto
    }

    .row.bajoslide .col-md-4 {
        margin: 5px auto
    }

    span.icono img {
        width: 20%
    }

    span.icono p {
        font-size: 8px;
        font-weight: 700
    }

    .bajo-slide-pago .texto p,
    ul.logos-tarjetas li:nth-child(5),
    ul.logos-tarjetas li:nth-child(6) {
        display: none
    }

    ul.logos-tarjetas li img {
        height: auto;
        margin: 0 auto;
        width: 23px
    }

    .texto a {
        font-size: 8px;
        font-weight: 700
    }

    a.vertodoshome {
        margin-bottom: 30px
    }

    div.redesfooter img {
        height: auto;
        width: 40px
    }

    p.paginado {
        position: relative;
        top: -10px
    }

    p.paginado span.pagactual {
        display: block
    }

    p.paginado span.pipe {
        display: none
    }
}

div.col_pager {
    margin-top: 15px
}

.verdeMax {
    background: #88dc00;
    border-color: #88dc00
}

.verdeMax:hover {
    background-color: #8dc532;
    border-color: #8dc532
}

#resbusqueda {
    color: #fff !important
}

#content-desktop {
    display: block
}

#content-mobile {
    display: none
}

@media screen and (max-width:768px) {
    #content-desktop {
        display: none
    }

    #content-mobile {
        display: block
    }
}

.bigger {
    font-size: larger
}

.dropdown-menu.dropdown-menu-right {
    left: -100px !important;
    position: absolute;
    right: 0;
    top: 50px !important;
    transform: translateZ(0) !important
}

#solapas .dropdown-menu {
    background: #fff !important;
    color: #000
}

#solapas ul.nav.nav-tabs {
    width: 100% !important
}

div.tab-pane {
    padding: 15px
}

#solapas i.fa-plus-circle {
    font-size: 20px;
    left: 15px;
    position: relative;
    top: 11px
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    #content-desktop {
        display: block
    }

    #content-mobile {
        display: none
    }
}

div.card-header {
    background: #e0e0e0
}

div.owl-nav span {
    color: #8dc532;
    font-size: 60px;
    font-weight: 700
}

div.owl-nav {
    position: relative
}

div.owl-nav .owl-prev {
    left: 30px
}

@media (max-width:1920px) and (min-width:1441px) {
    ul#menu-perifericos {
        left: -218px !important;
        padding-top: 25px
    }
}

#cotizarEnvio {
    background: #090;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 140%;
    left: 3px;
    padding: 10px;
    position: relative;
    top: 5px
}

@media screen and (max-width:375px) {
    .title-sol.style2 {
        font-size: 23px
    }
}

@media screen and (max-width:768px) {
    .spots {
        display: none
    }
}

#ctrlDesignedBy_href,
#ctrlDesignedBy_image,
#div_DesignedBy,
#divDataFiscalSep,
#divGBPLogoSep,
#divPoweredByGlobalBluePoint,
#hrefPoweredBy,
#imgLogoGlobalBluePoint {
    display: none !important
}

@media (max-width:768px) {
    footer {
        margin-top: 30px !important;
        padding-bottom: 15px;
        padding-top: 10px
    }

    #slides_ofertas.slider.slider2 {
        display: none
    }
}

#div_DataFiscal {
    margin-top: 5px
}

@media screen and (device-width:360px) and (device-height:740px) and (-webkit-device-pixel-ratio:2) {
    .col-1.col-md-2.footer-col.redesfooter {
        max-width: 100% !important
    }
}

@media screen and (device-width:360px) and (device-height:740px) and (-webkit-device-pixel-ratio:3) {
    .col-1.col-md-2.footer-col.redesfooter {
        max-width: 100% !important
    }
}

@media screen and (max-width:760px) and (orientation:portrait) {
    .col-1.col-md-2.footer-col.redesfooter {
        max-width: 100% !important
    }
}

@media screen and (max-width:1024px) and (orientation:landscape) {
    .col-1.col-md-2.footer-col.redesfooter {
        max-width: 100% !important
    }
}

.tv .cajanove.review h1,
.tv .cajanove.review h1 a,
.tv .cajanove h1,
.tv .cajanove h1 a {
    height: auto !important
}

@media (min-width:500px) and (orientation:landscape) {
    #content-desktop.container.maximustv {
        display: block
    }

    #content-mobile.container.maximustv {
        display: none
    }

    .row.bajoslide .col-md-4 {
        margin: 5px auto
    }
}

@media (max-width:768px) and (orientation:landscape) {

    p,
    span.icono {
        margin-top: 0 !important
    }
}

@media (max-width:4096px) {
    div.whatsapp {
        margin-top: 10%;
        top: 40%
    }

    div.spotify,
    div.whatsapp {
        position: fixed;
        right: 24px;
        z-index: 4
    }

    div.spotify {
        margin-top: 9%;
        top: 55%
    }
}

@media (max-width:2560px) {
    div.whatsapp {
        margin-top: 10%;
        top: 38%
    }

    div.spotify,
    div.whatsapp {
        position: fixed;
        right: 24px;
        z-index: 4
    }

    div.spotify {
        margin-top: 9%;
        top: 53%
    }
}

@media (max-width:1140px) {
    div.spotify {
        top: 45%
    }

    div.spotify,
    div.whatsapp {
        margin-top: 10%;
        position: fixed;
        right: 24px;
        z-index: 4
    }

    div.whatsapp {
        top: 30%
    }
}

@media (max-width:1024px) {
    div.spotify {
        top: 45%
    }

    div.spotify,
    div.whatsapp {
        margin-top: 10%;
        position: fixed;
        right: 24px;
        z-index: 4
    }

    div.whatsapp {
        top: 30%
    }
}

.navbar-nav.sm-collapsible .dropdown-item,
.navbar-nav.sm-collapsible .nav-link {
    color: #fff
}

ul.nav.navbar-nav {
    background: #000
}

@media screen and (max-width:992px) and (min-width:769px) {
    #loginDesktop {
        right: 1.5% !important;
        top: 15% !important
    }

    #carritoDesktop {
        right: 1.5% !important;
        top: 60% !important
    }

    .navbar-brand img {
        max-width: 20% !important;
        padding-top: 1.5% !important
    }

    .navbar {
        margin-bottom: 1% !important;
        margin-top: 1% !important;
        padding: 0
    }

    .navbar-toggler {
        margin-top: 3% !important
    }

    .search {
        margin-left: -190px !important
    }

    div.whatsapp {
        margin-top: 10%;
        top: 70%
    }

    div.spotify {
        margin-top: 10%;
        top: 80%
    }
}

@media screen and (max-width:360px) {
    .navbar {
        padding: .5rem 1rem !important
    }

    .navbar .navbar-brand img {
        margin-bottom: 0;
        margin-left: -3%;
        margin-top: 12px;
        max-width: 160% !important
    }
}

@media (max-width:556px) and (max-height:1024px) and (orientation:landscape) {
    div.whatsapp {
        top: 50%
    }

    div.spotify,
    div.whatsapp {
        margin-top: 0;
        position: fixed;
        right: 24px;
        z-index: 4
    }

    div.spotify {
        top: 65%
    }
}

@media screen and (max-width:992px) and (min-width:769px) and (orientation:landscape) {
    div.whatsapp {
        top: 25%
    }

    div.spotify,
    div.whatsapp {
        margin-top: 10%;
        right: 24px
    }

    div.spotify {
        top: 40%
    }
}

@media screen and (max-width:768px) and (orientation:landscape) {
    div.whatsapp {
        top: 22%
    }

    div.spotify,
    div.whatsapp {
        margin-top: 9%;
        position: fixed;
        right: 24px;
        z-index: 4
    }

    div.spotify {
        top: 40%
    }
}

.slider.slider2 {
    margin-top: 2%
}

#notselected {
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

#notselected:hover {
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0)
}

@media (max-width:768px) {
    #switcherbrand {
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center
    }
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

.navbar-toggler:active,
.navbar-toggler:focus {
    box-shadow: none;
    outline: none
}

@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: local(""), url(fontawesome-webfont.woff2) format("woff2"), url(fontawesome-webfont.woff) format("woff"), url(fontawesome-webfont.svg#fontawesomeregular) format("svg")
}

.fa {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit
}

.pull-right {
    float: right
}

.fa-spin {
    -webkit-animation: a 2s linear infinite;
    animation: a 2s linear infinite
}

@-webkit-keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.fa-search:before {
    content: "\f002"
}

.fa-user:before {
    content: "\f007"
}

.fa-th:before {
    content: "\f00a"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-phone:before {
    content: "\f095"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-info:before {
    content: "\f129"
}

.fa-shield:before {
    content: "\f132"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-university:before {
    content: "\f19c"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

@media (max-width:480px) {
    .rowfooter {
        display: inherit;
        margin-left: -15px;
        margin-right: -15px
    }

    footer div.infopie {
        font-size: 16px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    div.footer-col,
    div.footer-col h3 {
        text-align: center
    }

    .col-1 {
        flex: 0 0 8.333333%;
        max-width: 100%
    }
}

@media (min-width:1900px) {
    @media (max-width:2199px) {
        footer {
            padding: 30px 280px
        }
    }
}

@media (min-width:2200px) {
    @media (max-width:4096px) {
        footer {
            padding: 30px 480px
        }
    }
}

@media (max-width:480px) {
    footer div.infopie {
        padding-left: 0
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    footer div.infopie {
        padding-left: 25px
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    footer div.infopie {
        padding-left: 25px;
        padding-right: 0
    }

    .rowfooter {
        display: inherit;
        margin-left: 150px;
        margin-right: 150px
    }

    div.footer-col,
    div.footer-col h3 {
        margin-left: 5px;
        margin-right: -5px
    }

    .col-md-2,
    div.footer-col,
    div.footer-col h3 {
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }

    .col-md-2 {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%
    }
}

@media (min-width:1901px) {
    @media (max-width:4096px) {
        #carritoDesktop {
            top: 10px
        }
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .imgfooter {
        height: 20px
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .imgfooter {
        height: 28px
    }
}

@media (min-width:1901px) {
    @media (max-width:4096px) {
        #4k {
            font-size: 180%
        }
    }
}

@media (max-width:40960px) and (min-width:1024px) {
    a.nav-link {
        color: #fff;
        font-size: 14px;
        font-weight: 700
    }

    #solapas a.nav-link {
        color: #aaa;
        font-size: 14px;
        font-weight: 700
    }

    #solapas a.nav-link.active {
        color: #59d802;
        font-size: 14px;
        font-weight: 700
    }

    .navbar.navbar-expand-lg {
        height: 100px
    }

    div#navbarNavDropdown {
        display: grid !important;
        justify-content: center;
        left: auto;
        margin-left: auto;
        margin-right: auto;
        margin-top: 55px;
        position: static;
        right: auto
    }

    div#carritoDesktop {
        position: absolute;
        top: 5px
    }

    .navbar-brand {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 10px
    }
}

#yutu {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1024px) {
    #yutu {
        display: block;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        width: auto
    }
}

p {
    margin-bottom: 0;
    margin-top: 0
}

@media (min-width:768px) {
    section.slider2 .flexslider .slides img {
        background: #f6f6f6;
        display: flex;
        left: 50%;
        margin-bottom: 20px;
        margin-right: -50%;
        max-width: 100%;
        position: relative;
        top: 50%;
        transform: translate(-50%);
        transition-duration: 0s;
        width: 1220px
    }

    .flexslider .slides>li {
        background: #f6f6f6
    }

    img.img-responsive2 {
        background: #f6f6f6;
        display: flex;
        left: 50%;
        margin-bottom: 40px;
        margin-right: -50%;
        margin-top: 40px;
        max-width: 100%;
        position: relative;
        top: 50%;
        transform: translate(-50%);
        transition-duration: 0s;
        width: 1220px
    }
}

@media (max-width:767px) {
    img.img-responsive2 {
        background: #f6f6f6;
        margin-left: -5%;
        width: 110%
    }
}

@media (max-width:768px) {
    div.modal-content div.search div.input-group input.search-form {
        margin-left: 13%;
        margin-right: 10%;
        width: 98.5%
    }

    .modal-body {
        padding: 0;
        position: relative
    }

    .input-group-btn {
        font-size: 0;
        margin-right: -13%;
        position: absolute;
        right: 0;
        top: 0;
        white-space: nowrap
    }
}

.btn-successa {
    background-color: #28a745;
    border-color: #28a745;
    color: #fff
}

@media (min-width:768px) {
    footer {
        margin-top: 40px !important
    }
}

@media (max-width:768px) {
    .container.maximustv {
        margin-top: 30px !important
    }
}

@media (max-width:1024px) {
    .col-1.col-md-2.footer-col.redesfooter {
        max-width: 100% !important
    }
}

@media (min-width:500px) {
    #content-mobile.container.maximustv {
        display: none
    }

    #content-desktop.container.maximustv {
        display: block
    }

    .col-md-2 {
        margin-right: auto
    }
}

.rubros-destacados h2 {
    background-color: #000;
    color: #fff;
    font-family: open sans, sans-serif;
    font-size: x-large;
    font-weight: bolder;
    margin-top: -20px;
    padding: 5px 1px;
    position: sticky
}

section.slice.bg-3.animate-hover-slide-3 {
    padding: 30px
}

@media (max-width:800px) {
    #maquinasarmadas.col-md-3.col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.modal.fade.modal.dialog.modal.dialog.zoom {
    -webkit: translate(0, 0) scale(.5);
    transform: translate(0) scale(.5)
}

.modal.show.modal.dialog.modal.dialog.zoom {
    -webkit: translate(0, 0) scale(1);
    transform: translate(0) scale(1)
}

@media (max-width:768px) {
    #exampleModal .modal-dialog {
        margin: 0;
        max-width: 100%;
        position: relative;
        width: auto
    }

    #exampleModal .modal.fade .modal-dialog {
        transform: translate(0)
    }

    #exampleModal .modal-content {
        background-clip: padding-box;
        background-color: #000;
        border: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        outline: 0;
        position: relative
    }

    #exampleModal .modal-body {
        flex: 1 1 auto;
        padding: 32px 7px 35px;
        position: relative
    }

    #exampleModal .modal.show .modal-dialog {
        max-width: 100%
    }

    #exampleModal .input-group-btn {
        position: absolute
    }

    #exampleModal input-group .form-control,
    .input-group-addon,
    .input-group-btn {
        display: inline
    }

    #exampleModal div.modal-content div.search {
        margin-top: 2%;
        width: 100%
    }

    #exampleModal button.btn-buscartop {
        background: #65ba3c;
        left: 5%;
        margin-left: -35px !important;
        margin-top: 0;
        padding: .85rem .9rem
    }

    input.search-form {
        width: auto
    }

    .search {
        left: 0;
        margin-left: 0;
        margin-right: 0;
        position: inherit;
        top: 0
    }

    .input-group-btn {
        font-size: 0;
        margin-right: 0;
        position: absolute;
        right: 0;
        top: 0;
        white-space: nowrap
    }

    div.modal-content div.search div.input-group input.search-form {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
}

.site-description,
.site-title {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute
}

a,
button,
div,
font,
h1,
h2,
h3,
h4,
h5,
input,
label,
li,
p,
select,
span,
textarea,
ul {
    text-rendering: geometricPrecision !important;
    font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Arial, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, sans-serif !important;
    font-style: normal !important;
    letter-spacing: .5px !important
}

.nav-link span {
    font-weight: 600
}

.image,
.img-componente-agregados,
.product .image a img,
img.img-responsive {
    filter: saturate(92.5%)contrast(99%)brightness(1.025);
    opacity: .98
}

.btn-out-of-stock {
    background-color: gray !important;
    border-bottom-color: #5a5a5a !important;
}
