.gradient-bg {
    background: linear-gradient(90deg, rgba(42,188,208,1) 0%, rgba(0,114,254,1) 100%) !important;
}
.txt-primary-this {
    color: #0072fe;
}


#header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    padding: 14px 0;
}
#header .header-sticky {
    display: block !important;
    color: #fff;
}
#aside-trigger {
    display: none;
    font-size: 28px;
    line-height: normal;
}
#header .logo-link {
    text-decoration: none;
}
.header-sticky ul .list-item:after,
.header-sticky ul .list-item:after {
    content: '';
    position: absolute;
    height: 3px;
    left: 0;
    width: 100%;
    bottom: -7px;
    background: transparent;
    transition: background 200ms, bottom 200ms;
    border-radius: 2px;
}
.header-sticky ul .list-item:hover:after,
.header-sticky ul .list-item:focus:after {
    bottom: -3px;
    background: #0072fe;
}
#aside-menu i {
    color: #0072fe;
}
#aside-menu a {
    padding-left: 40px;
}
#aside-menu i {
    margin-right: 10px;
    width: 30px;
    text-align: center;
}

.sticky .logo-link img {
    height: 68px !important;
}
.sticky .header-sticky {
    background: rgba(255, 255, 255, 1);
    color: #000 !important;
    /*padding: 12px 10px 12px;*/
    width: 100%;
}

.right-list .list-item {
    padding: 2px 10px;
    position: relative;
}

#responsive-menu {
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 21;
}
#nav-sidebar {
    width: 300px;
    background: #fff;
    position: relative;
    z-index: 102;
    overflow: auto;
    height: 100%;
    left: -300px;
    transition: left 0.15s;
}
#responsive-menu.visible #nav-sidebar {
    left: 0;
}
#responsive-menu .cn-overlay {
    display: block;
}


.presentation-container {
    height: 100vh;
    max-height: 800px;
    position: relative;
}
.presentation-container > #jssor_1 {
    position: relative;
    float: left;
    margin: 0;
    top: 0;
    left: 0;
    width: 654px;
    height: 360px;
    overflow: hidden;
    visibility: visible;
}
.presentation-container > #jssor_1 > div,
.presentation-container > #jssor_1 > div > div {
    width: 100%;
    height: 100%;
}
.slider-arrows {
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
    width: 30px !important;
    height: 30px !important;
    opacity: 0.8;
    background-size: 100% 100%;
    cursor: pointer;
}
.slider-arrows:hover {
    opacity: 1;
}
.slider-arrows.left {
    left: 60px !important;
    background-image: url(../img/slider/icon-left.png);
}
.slider-arrows.right {
    left: auto !important;
    right: 60px !important;
    background-image: url(../img/slider/icon-right.png);
}
.slider-text {
    left: 0;
    bottom: 96px;
    width: 80vw;
    margin: auto;
    height: 100px;
    position: absolute;
    right: 0;
    font-size: 36px;
    font-family: FontBold, serif;
    color: #fff;
    text-shadow: 4px 0 5px #000, -1px 0 1px #000, 1px 0 1px #000;
    text-align: center;
    overflow-wrap: break-word;
}
.slider-text b {
    color: #5cd3f7;
}
.slider-bullets {
    background: url("../img/slider/icon-bullet-disable.png") no-repeat;
    background-size: 100% 100%;
    opacity: 0.95;
}
.slider-bullets:hover {
    opacity: 1;
}
.slider-bullets.iav {
    background-image: url("../img/slider/icon-bullet-enable.png");
}

.div-products {
    font-size: 0;
}
.div-products .product {
    display: inline-block;
    font-size: 1rem;
    margin: 12px;
    width: calc(25% - 24px);
    background: #fff;
    vertical-align: top;
    border-radius: 7px;
    overflow: hidden;
    padding: 6px;
}
.div-products .product:hover {
    box-shadow: 0 0 14px -4px rgba(72, 72, 72, 0.5);
}
.product img {
    width: 100%;
    border-radius: 7px;
}
.product .nombre {
    margin: 14px 0 4px;
    text-align: center;
    line-height: 1.2;
}
.product .categoria {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
}
.product .precio {
    font-size: 1.17em;
    color: #0072fe;
}
.product a.buy {
    display: block;
    text-align: center;
    padding: 5px;
    background: #15c541;
    color: #fff;
    font-size: 1.1em;
}
.product a.buy:hover,
.product a.buy:focus {
    background: #12a737;
}


#about .description {
    margin: auto;
    width: 80%;
    max-width: 900px;
}
#about .img-logo {
    width: 150px;
    height: 150px;
    margin-top: -75px;
    border: 2px solid rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 12px -1px #000;
}


.section-title {
    text-align: center;
}

#contact-form input,
#contact-form textarea {
    border-radius: 5px;
    border-width: 2px;
    height: 38px;
}
#contact-form textarea {
    height: 118px;
}
#contact-form button {
    height: 38px;
}
#contact-form button[disabled]:before {
    content: "\f021";
    animation: fa-spin 2s infinite linear;
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 4px;
}
#contact-form .form-events {
    color: #ce3635;
}

.div-contacto .ajax-result {
    width: 250px;
    margin: auto;
    text-align: center;
}
.div-contacto .ajax-result .icon {
    font-size: 4em;
    display: inline-block;
    margin: 1rem;
}

#footer {
    background: #2b2b2b;
    color: #b8b8b8;
}
#footer h3 {
    color: #fff;
}
.div-foot {
    background: #151515;
    color: #6f6f6f;
}

#div-file-previewer .previewer {
    margin-bottom: 4px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 4px;
    display: table;
    table-layout: fixed;
    width: 100%;
}
#div-file-previewer .previewer button,
#div-file-inputs label {
    border-radius: 4px;
}
#div-file-previewer .previewer button {
    background: #d54645;
    color: #fff;
    padding: 0 4px;
}
#div-file-previewer img,
#div-file-previewer embed {
    margin-right: 4px;
    width: 100%;
    max-height: 100%;
    border-radius: 3px;
    display: block;
}


#ul-paginator {
    list-style: none;
    display: inline-block;
    margin: 40px auto 10px;
    padding: 0;
}
#ul-paginator li {
    display: inline-block;
    margin: 3px 5px 3px 0;
}
#ul-paginator li a {
    font-family: 'FontMedium', Helvetica, sans-serif;
    display: inline-block;
    padding: 10px 18px;
    min-width: 35px;
    color: #fff;
    background-color: rgba(0, 114, 254, 0.7);
    cursor: pointer;
    transition: background-color .2s;
    border-radius: 3px;
}
#ul-paginator li a.active-marker {
    color: #0072fe;
    background: rgba(195, 195, 195, 0.2);
}
#ul-paginator li a.not-available {
    cursor: not-allowed;
    color: #939393;
    background: rgba(195, 195, 195, 0.2);
}
#ul-paginator li a:hover:not(.not-available) {
    background:  #0072fe;
}


/************************/
/* from internal styles */
/************************/
.modal-dialog-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #000;
    opacity: 0.5;
    filter: alpha(Opacity=50);
}
.div-gif-loading-dialog {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: url("../img/spinner-1s-200px.svg") no-repeat center center;
    background-size: 225px auto;
}
.modal-dialog-window-container {
    position: fixed;
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    outline: 0;
    z-index: 101;
}
.modal-dialog-window-container.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-dialog-window-container.fade.in {
    opacity: 1;
}

.modal-dialog-window-container .modal-dialog {
    position: relative;
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: scale(0.5,0.5);
    -moz-transform: scale(0.5,0.5);
    -ms-transform: scale(0.5,0.5);
    -o-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: auto;
}
.modal-dialog-window-container.in .modal-dialog {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.modal-dialog.product {
    width:700px;
    max-width:90%;
    max-height: 86%;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.modal-content #contenidos {
    padding: 6px 6px 14px;
    overflow: auto;
    height: calc(100% - 54px); /* 54: dheader height */
}
.modal-content #contenidos::-webkit-scrollbar {
    width: 10px;
}
.modal-content #contenidos::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.modal-content #contenidos::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}
.modal-content #contenidos::-webkit-scrollbar-thumb:hover {
    background: #a9a9a9;
}

.modal-content .dheader {
    padding: 10px 15px;
}
.modal-content .div-resumen > div {
    margin: 19px 0;
}
.modal-content .top-name {
    display: none;
    text-align: center;
}
@media (max-width: 600px) {
    .modal-content .main-name {
        display: none;
    }
    .modal-content .top-name {
        display: block;
    }
    .modal-content .div-resumen > div {
        margin: 12px 0;
    }
}