body:not(.page-inicio) .site-footer {
    margin-top: 5em;
}

#kt_footer.site-footer a{
    font-weight: 300!important;
}
.panel{
    border: 1px solid #dddddd;
}
.panel-header{
    border-bottom: 1px solid #dddddd;
}
.alpha-header span,
.alpha-header a{
    display: inline-block;
    font-size: 18.5px;
    line-height: 1;
}
.alpha-header a:hover{
    background-color: #fff;
}
.results-box{
    display: none;
}
.results-box .highlighted {
    color: #004e8e;
}
.results-box.show{
    display: block;
}
.block-menu-secondary {
    background-color: #2f4759;
    width: 100%;
    min-height: 52px;
}

button.add-to-cart {
    line-height: 1;
}

.right-15 {
    right: 15px;
}

.logo-primary {
    margin-top: -10px;
}

.custom-menu-row .menu-item {
    max-width: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.gradient-item {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .02);
    padding: 8px 10px;
    display: inline-block;
}
.gradient-item-1 {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
    padding: 15px 20px;
    display: inline-block;
    max-width: 115px;
}
.gradient-box {
    padding: 15px 20px;
    display: inline-block;
}
.gradient-item .item-title {
    color: #006aa8;
    font-size: 12px!important;
}

.gradient-item:hover .item-title {
    color: #ffffff;
    
}
.gradient-item-1:hover,
.gradient-item:hover {
    background: rgb(0, 107, 173);
    background: -moz-linear-gradient(193deg, rgba(0, 107, 173, 1) 0%, rgba(0, 130, 208, 1) 100%);
    background: -webkit-linear-gradient(193deg, rgba(0, 107, 173, 1) 0%, rgba(0, 130, 208, 1) 100%);
    background: linear-gradient(193deg, rgba(0, 107, 173, 1) 0%, rgba(0, 130, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#006bad", endColorstr="#0082d0", GradientType=1);
    color: #fff;
    box-shadow: -2px 5px 8px rgb(0 0 0 / 25%);
}
.gradient-item-1:hover img,
.gradient-item:hover img {
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
    -moz-filter: brightness(0%) invert(100%);
}

.bg-image-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-right-block {
    /* background-image: url('../media/bgs/bg-sch.jpg');
    border-radius: 0 10px 10px 0;*/
    min-height: 280px;
}

.full-container {
    width: calc(100vw - 17px);
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}
.section-textblock div[class*="col-"]{
    background-color: #f7f7f7;
}

.index-cards {
    position: relative;
    min-height: 330px;
    display: block;
    padding: 30px;
    overflow: hidden;
    background-color: #f7f7f7;
    height: 100%;
}

.index-cards h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 1.8rem;
}
.index-cards.xgradient p{
    color: #fff;
}
.index-cards.xgradient:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(41, 44, 58);
    background: linear-gradient(180deg, rgba(41, 44, 58, 0.6) 3%, rgba(41, 44, 58, 0.2) 75%);
}

.index-cards.xgradient:hover:before {
    background: rgb(41, 44, 58);
    background: linear-gradient(180deg, rgba(41, 44, 58, 0.4) 3%, rgba(41, 44, 58, 0.1) 75%);
}

.index-cards.xgradient:hover h3 {
    text-shadow: 1px 1px 5px rgb(54 73 90 / 96%);
}

.bg-main-cards {
    padding-top: 5em;
    padding-bottom: 17em;
    background-color: #f7f7f7;
    /* background-image: url('../media/bgs/bg-gray.jpg'); */
}

.title {
  font-size: 50px;
  font-weight: 600;
}
.title--description {
  font-size: 40px;
  position: relative;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.title--description::after {
    content: '';
    width: 80px;
    height: 5px;
    background-color: #007bc3;
    display: block;
    position: absolute;
    bottom: 0;
    left: 2px;
}
.title--list {
  font-weight: 600;
  font-size: 24px;
}

h3.soft {
    font-weight: 300;
}

.middle-line {
    position: relative;
}

.middle-line>.menu-item {
    position: relative;
    flex-grow: 1;
}
.middle-line > .menu-item > .menu-link{
    color: #fff;
    justify-content: center;
}
.middle-line > .menu-item > .menu-link:hover,
.middle-line > .menu-item.show > .menu-link{
    color: #69d2f8;
}
.middle-line > .menu-item > .menu-link i{
    color: #60c9ef;
    font-size: 10px;
}
.middle-line>.menu-item::before {
    right: -2px;
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    margin-left: -2px;
    color: #60c9ef;
    width: 0;
    height: 22px;
    border-style: dotted;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    border-width: 2px;
}
/* Solid line */
.solid-line {
    position: relative;
}

.solid-line>.menu-item {
    position: relative;
}

.solid-line>.menu-item::before {
    position: absolute;
    content: '|';
    right: -2px;
    top: calc(50% - 7px);
}

.solid-line>.menu-item:last-child::before {
    content: none;
}
.lh-1{
    line-height: 1;
}
.middle-line>.menu-item:last-child::before {
    content: none;
}

i.schicon.currency{
    content: url('/assets/media/icons/currency.png');
}
i.schicon.user{
    content: url('/assets/media/icons/user.png');
}
i.schicon.client{
    content: url('/assets/media/icons/client.png');
}
i.schicon.language{
    content: url('/assets/media/icons/language.png');
}
.btn-search-icon {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50px;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 0.7em;
    cursor: pointer;
}
.d-flex .btn-search {    
    max-width: 50px;
    width: 100%;
    text-align: center;    
    padding: 0.7em;
    cursor: pointer;
    border: 1px solid #0a6aa1 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.d-flex .select-search {        
    font-size: 0.9em;    
    padding-right: 35px !important;
    padding-left: 10px !important;
    cursor: pointer;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;    
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.d-flex .input-search {            
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.d-flex .icon-spiner {            
    position: absolute;
    top: 36%;
    right: 50px;
}


.wrap-product-search {
    position: relative;
    font-size: 12px;
}

.wrap-product-search::before {
    content: attr(data-label);
    position: absolute;
    left: 17px;
    top: 13px;
    font-size: 15px;
    font-weight: 600;
    color: #006aa8;
    z-index: 1;
    width: 190px;
    display: block;
}

.wrap-product-search input {
    padding-left: 84px;
    padding-right: 45px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 42px;    
}

.wrap-product-search input::placeholder
{
    font-size: 12px;
}

.wrap-product-search input::placeholder {
    color: #000;
}

.border-bottom-gray {
    position: relative;
}
.border-bottom-gray:before,
.border-bottom-gray:after{
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
}
.border-bottom-gray:before{
    left: -100%;
}
.border-bottom-gray:after{
    right: -100%;
}

.site-footer {
    background-color: #36495a;
}

.site-footer .middle-line>.menu-item::before {
    top: calc(50% - 10px);
}

.full-sub-menu {
    background-color: #f7f7f7;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 26%);
}

.basis-20 {
    flex-basis: 16%;
}

.fs-16 {
    font-size: 16px;
}

.select-primary {
    border: 1px solid #006aa9;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23006aa9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.select-wrap {
    background-color: #f7f7f7;
    border-radius: 12px;
    border-bottom: 1px solid #dedede;
}

.table-loader.loader {
    position: relative;
    min-height: 200px;
}

.table-loader.loader::before {
    content: '';
    position: absolute;
    top: 30%;
    left: calc(50% - 30px);
    height: 60px;
    width: 60px;
    z-index: 4;
}

.card-gray {
    background-color: #f7f7f7;
    border-radius: 10px;
    border-bottom: 2px solid #dedede;
}

.overlay-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9;
}

.overlay-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.to-hidden {
    display: none;
}

.dataTable .sorting_disabled:after {
    visibility: hidden;
}

.filter-wrap .filter-group:first-of-type [data-bs-toggle="collapse"] {
    border-top: 0;
}

.filter-wrap [data-bs-toggle="collapse"] {
    position: relative;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    border-top: 1px solid #006aa8;
    padding-top: 9px;
    padding-bottom: 9px;
}

.filter-group {
    padding-bottom: 20px;
}

.filter-wrap [data-bs-toggle="collapse"]:after {
    content: "\f067";
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 600;
}

.filter-wrap [data-bs-toggle="collapse"]:after {
    content: "\f068";
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    font-family: 'Font Awesome 5 Free', sans-serif;
    font-weight: 600;
}

.filter-wrap [data-bs-toggle="collapse"].collapsed:after {
    content: "\f067";
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg)
    }
}

.filter-group .form-check.form-check-solid .form-check-input:checked {
    background-color: #0a6aa1;
}

.table-loader.loader::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, .70);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.table-loader.loader::before {
    border-radius: 50%;
    border: 3px solid #dedede;
    border-right: 3px solid #0a6aa1;
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

.table-loader.loader table {
    display: none;
}

.video-image {
    min-height: 100px;
    width: 150px;
    background-size: 120%;
    position: relative;
    border-radius: 10px;
    border-bottom: 2px solid #dedede;
}

.video-image .popup-cta {
    cursor: pointer;
}

.video-image .popup-cta:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    border: 4px solid #000;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.01 23.24'%3E%3Cpath d='M0,.66V22.44c0,.74,1.39,1.37,2.68,0L14.79,12.07a.83.83,0,0,0,0-1.14L2.33.66C1.2-.45,0,0,0,.66Z' fill='%23000'/%3E%3C/svg%3E");
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 59%;
    background-size: 37%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.video-image .popup-cta:hover:before,
.video-image .popup-cta:focus:before {
    transform: translate(-50%, -50%) scale(1.1);
}

.video-image .popup-cta:after {
    content: '';
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #fff;
    font-weight: bold;
}

.modal-youtube,
.modal-vimeo {
    max-width: 615px;
}

.modal-youtube .modal-content,
.modal-vimeo .modal-content {
    background-color: transparent;
}

.modal-youtube .modal-body,
.modal-vimeo .modal-body {
    overflow: hidden;
}

.modal-youtube #ytplayer {
    margin-top: -60px;
    height: 463px;
}

.modal-youtube iframe {
    width: 100%;
}

.modal-youtube .btn-close,
.modal-vimeo .btn-close {
    position: absolute;
    top: -25px;
    right: -25px;
}

/* Estilos específicos para Vimeo */
.vimeo-player {
    margin-top: -60px;
    height: 463px;
    margin-bottom: -58px;
}

.vimeo-player iframe {
    width: 100%;
}

.separator-lines>a {
    position: relative;
}

.separator-lines>a:before {
    content: '';
    position: absolute;
    right: -3px;
    top: 52%;
    width: 1px;
    height: 12px;
    background-color: #d0d0d0;
    transform: translate(0, -50%);
}

.separator-lines>a:last-child:before {
    content: none;
}

.block-collapse {
    max-height: initial;
    overflow: hidden;
    position: relative;
    margin-bottom: 2em;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding-bottom: 15px;
}

.block-collapse.compresed {
    max-height: 90px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.block-collapse.compresed.height-lg {
    max-height: 300px;
}

.block-collapse.compresed:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 1;
    background: none;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 7%, rgba(255, 255, 255, 0.8099614845938375) 29%, rgba(255, 255, 255, 1) 75%);
}

.block-collapse .expand-more {
    position: absolute;
    left: 0;
    bottom: 0;
    cursor: pointer;
    font-weight: 600;
    width: auto;
    z-index: 1;
}

.list-primary li::marker {
    font-size: 17px;
}

.product-counter {
    position: relative;
    padding-right: 20px;
}

.product-counter .plus-qty,
.product-counter .minus-qty {
    position: absolute;
    right: 0;
    border: 0;
    padding: 5px;
    transform: rotateY(30deg);
    background-color: transparent;
}

.product-counter .plus-qty:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(45deg);
    border-top: 1px solid #0a6aa1;
    border-left: 1px solid #0a6aa1;
}

.product-counter .minus-qty:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(45deg);
    border-bottom: 1px solid #0a6aa1;
    border-right: 1px solid #0a6aa1;
}

.product-counter .minus-qty[disabled="disabled"] {
    cursor: not-allowed;
}

.product-counter .minus-qty[disabled="disabled"]:before {
    opacity: 0.5;
}

.product-counter .input-qty {
    width: 50px;
    text-align: right;
}

.product-counter .plus-qty {
    top: 1px;
}

.product-counter .minus-qty {
    bottom: 1px;
}

.image-outline {
    border-radius: 10px;
    border: 1px solid #f7f7f7;
    border-bottom: 2px solid #dedede;
    max-height: 500px;
}

.table-title td {
    position: relative;
}

.table-title td:before {
    content: attr(data-title);
    font-weight: 600;
    display: block;
}

.text-stock {
    color: #7cba00;
}

.clear_filters {
    position: relative;
}

.clear_filters.cleaning i {
    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}
table.dataTable>thead .sorting{
    position: relative;
}
table.dataTable>thead .sorting:after {
    width: 17px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGlkPSJpY29uIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBvbHlnb24gcG9pbnRzPSIxNiAyOCA5IDIxIDEwLjQxIDE5LjU5IDE2IDI1LjE3IDIxLjU5IDE5LjU5IDIzIDIxIDE2IDI4IiBmaWxsPSIjMGE2YWExIi8+DQo8cG9seWdvbiBwb2ludHM9IjE2IDQgMjMgMTEgMjEuNTkgMTIuNDEgMTYgNi44MyAxMC40MSAxMi40MSA5IDExIDE2IDQiIGZpbGw9IiMwYTZhYTEiLz4NCjwvc3ZnPg==);
    background-size: cover;
    background-position: center;
    opacity: 0.65;
    position: absolute;
    right: 0;
}

table.dataTable>thead .no-sort:after {
    display: none;
}

table.dataTable>thead .sorting[class*="sorting_"]:after {
    opacity: 1;
}

.filters-inline {
    border: 1px solid #0a6aa1;
    border-radius: 10px;
}

table tr.saving {
    position: relative;
}

table tr.saving:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
    opacity: 0.7;
    display: block;
}

table tr.saving:before {
    content: '';
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border: 4px solid #b9b9b9;
    border-bottom: 5px solid #0a6aa1;
    border-radius: 50%;
    z-index: 2;

    animation: spinner .6s linear infinite;
    -webkit-animation: spinner .6s linear infinite;
}

.favorite-icon {
    cursor: pointer;
}

.favorite-icon svg {
    width: 20px;
}

.favorite-icon.active svg path {
    fill: #0a6aa1;
}

/* Custom cart select */
.dropdown-select {
    position: relative;
    width: 158px;
}

.dropdown-select span {
    position: relative;
    border: 1px solid #0a6aa1;
    padding: 0.30rem 0.65rem;
    line-height: 1.5;
    display: block;
    color: #000;
    cursor: pointer;
    border-radius: 0.475rem;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 30px;
    white-space: nowrap;
}
.dropdown-select span.active {
    border-radius: 0.475rem 0.475rem 0 0;
    box-shadow: 1px 11px 11px rgba(0, 0, 0, 0.34);
}
.dropdown-select span:focus,
.dropdown-select span.toggled {
    border: 1px solid #061ab1;
    color: #000;
}

.dropdown-select span:before {
    content: "";
    line-height: 1;
    font-size: 20px;
    color: #000;
    position: absolute;
    right: 13px;
    top: calc(50% - 6px);
    z-index: 0;
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(45deg);
    border-bottom: 1px solid #0a6aa1;
    border-right: 1px solid #0a6aa1;
}

.js-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 1px 11px 11px rgba(0, 0, 0, 0.34);
    border-radius: 0 0 6px 6px;
    z-index: 1060;
    border: 1px solid #0a6aa1;
    border-top: 0;
}

.js-dropdown.cart:before {}

.js-dropdown li {
    padding: 5px 10px;
    min-height: 25px;
    cursor: pointer;
    color: #000;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.js-dropdown input {
    margin: 10px 10px 10px 10px;
    width: calc(100% - 20px);
}

.js-dropdown li.active,
.js-dropdown li:hover,
.js-dropdown li:active{
    font-weight: 600;
}

.active-cart-box {
    width: 100%;
    max-width: 240px;
}

.active-cart-box .cart-text {
    line-height: 1;
}

.text-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.change-icon.active:before {
    content: "\f079";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 7px;
    top: 2px;
    position: relative;
}

/* --------------------- Carrousel  -------------------------------- */

.carrousel-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #dedede;
    padding-bottom: 10px;
}

.card-related picture {
    min-height: 233px;
}

.related-wrap {
    position: relative;
}

.videos-aps-wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.videos-aps-items .video-image {
    background-size: cover;
    display: flex !important;
    flex-direction: column;
    max-width: 85px;
}

.related-controls, .videos-aps-controls {
    position: absolute;
    left: 0;
    width: 100%;
    top: 48%;
    transform: translatey(-50%);
    z-index: 1;
}
.related-controls[style="display: none;"] {
    display: block !important;
    opacity: 0.5;
}
.related-controls[style="display: none;"] li {
    cursor: not-allowed;
}

.videos-aps-controls[style="display: none;"] {
    display: block !important;
    opacity: 0.5;
}
.videos-aps-controls[style="display: none;"] li {
    cursor: not-allowed;
}

.related-controls .prev, .videos-aps-controls .prev {
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.related-controls .next, .videos-aps-controls .next {
    position: absolute;
    right: -30px;
    top: 0;
    cursor: pointer;
}

.related-controls li, .videos-aps-controls li {
    opacity: 1;
    visibility: visible;
}

.related-controls li[aria-disabled="true"] {
    opacity: 0;
    visibility: hidden;
}

.videos-aps-controls li[aria-disabled="true"] {
    opacity: 0;
    visibility: hidden;
}

.related-wrap .tns-nav {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.videos-aps-wrap .tns-nav {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.related-wrap .tns-nav button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    margin: 5px;
    padding: 0;
    background-color: #c6c7cc;
}

.videos-aps-wrap .tns-nav button {
    width: 8px;
    height: 8px;
    border: 0;
    border-radius: 50%;
    margin: 5px;
    padding: 0;
    background-color: #c6c7cc;
}

.related-wrap .tns-nav button.tns-nav-active, .videos-aps-wrap .tns-nav button.tns-nav-active {
    background-color: #0a6aa1;
}

.related-wrap.loader .related-products, .videos-aps-wrap.loader .videos-aps-items {
    display: none;
}

.related-products {
    display: flex;
}

.videos-aps-items {
    display: flex;
    /*max-width: 100%;*/
    justify-content: center;
}

.carousel-item-title {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.related-products .card-related {
    display: flex !important;
    flex-direction: column;
}

.videos-aps-items .bg-image-cover {
    box-shadow: 0px 1px 9px 3px rgba(0, 0, 0, 0.2);
}

.carousel-item-wrapper h6{
    margin: 0;
    padding: 5px 0;
    font-size: 0.7rem;
}

/* --------------------------------------------------------------------------------------- */

.block-table tr,
.block-table td {
    display: block;
}

.block-table td:empty {
    display: none;
}

.block-table tbody {
    display: flex;
    flex-wrap: wrap;
}

.block-table tr {
    width: 50%;
    padding: 8px;
}

.block-table .dataTables_empty {
    text-align: left;
}

.wrap-image-outlet {
    position: relative;
    overflow: hidden;
    height: 166px;
}

.outlet-text-desc {
    height: 32px;
    overflow: hidden;
}

.address-wrapper {
    position: relative;
}

.address-wrapper.blocked {
    overflow: hidden;
    /*max-height: 175px;*/
}

.address-wrapper.blocked:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.form-fast-buy .dropdown-head {
    font-size: 15px;
    padding: 11px;
    height: 46px;
}

.border-bottom-2-gray {
    border-bottom: 2px solid #dedede;
}

.add-to-offer,
.add-to-offer-simple,
.add-to-cart-simple {
    line-height: 1;
}

.list-primary-dots ::marker {
    color: #0a6aa1;
    font-size: 15px;
}
.botton-head-links{
    column-count: 3;
}
.colum-count-2{
    column-count: 2;
}
/* Public development */
.mss-menu-top-header {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mss-menu-top-header li a {
    margin-top: 9px;
    margin-left: 13px;
    margin-right: 13px;
    display: block;
    color: #fff;
    font-weight: 300!important;
}

.mss-menu-top-header li:after {
    content: '\2807';
    position: absolute;
    top: 10px;
    margin-left: -2px;
    color: #3a8ebc;
}

.mss-menu-top-header li:first-child:after {
    content: "";
}

.mss-menu-top-header li:first-child a {
    margin-left: 0;
}

.mss-form-login .form .mss-btn-register a.btn {
    border: 2px solid #3a4a5a !important;
    display: block;
    color: #00699f;
}

.mss-form-login .toggle-pwd {
    background: #f5f8fa;
}

.mss-form-login .btn.toggle-pwd:hover {
    background-color: #f5f8fa !important;
}

.mss-form-login h4.text-center {
    font-size: 1.490em;
}

.mss-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.mss-icon.arrow-down {
    background-image: url("/assets/media/icons/arrow-down.svg");
    position: relative;
    top: 2px;
}

#countryModal {
    background-color: rgba(39, 71, 90, 0.65);
}

#countryModal .modal-dialog {
    max-width: 450px;
}

#countryModal .modal-content {
    border-radius: 8px;
}

#countryModal select {
    border-color: transparent;
    background-color: #f7f7f7;
    box-shadow: 0 0 5px rgb(145, 140, 140, 0.5) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.box-post {
    position: relative;
    height: 370px;
    border-radius: 10px;
    overflow: hidden;
}

.box-post img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.box-post .box-footer {
    position: relative;
    z-index: 1;
    background-color: rgba(34, 64, 86, 0.94);
    padding: 20px 51px 20px 20px;
    min-height: 82px;
}

.box-post .box-footer:before {
    content: url('../media/images/arrow.png');
    position: absolute;
    right: 20px;
    top: calc(50% - 16px);
}

.social-media a {
    display: inline-block;
    background-color: #fff;
    width: 37px;
    height: 37px;
    border-radius: 50%;
}

.social-media a i {
    color: #36495a;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.social-media a:hover {
    background-color: #36495a;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.social-media a:hover i {
    color: #fff;
    font-size: 24px;
}

.table-products table tr td:empty,
.table-products table tr th:empty {
    padding: 0;
}
.dataTables_processing{
    font-size: 0;
}
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}
.tagify{
    overflow: auto;
}
.img-miniatura{
    max-width: 71px;
    column-gap: 1rem;
}

@keyframes zoomInOut {
  0%,
  100% {
      color:#006aa8;
      right: -4px;
  }
  50% {
      color:#181C32;
      right: 0;
  }
}

.text-zoom-animation {
  animation: zoomInOut 1.2s infinite;
  display: inline-block;
  font-weight: 400;
    position: relative;
}

@media screen and (min-width: 767.98px) {
    .article-columns>div[class*="col-"]:first-child {
        width: 23%;
    }

    .article-columns>div[class*="col-"]:last-child {
        width: 77%;
    }

    .row-product-title>div[class*="col-"]:first-child {
        width: 62.5%;
    }

    .row-product-title>div[class*="col-"]:last-child {
        width: 37.5%;
    }

    .row-product-detail>div[class*="col-"]:first-child {
        width: 32%;
    }

    .row-product-detail div.col-12.mwidth{
        width: 100%!important;
    }

    .row-product-detail>div[class*="col-"]:last-child {
        width: 68%;
    }

    .custom-menu-order .cap-40 {
        order: 0;
    }

    .custom-menu-order .cap-39 {
        order: 2;
    }

    .custom-menu-order .cap-45 {
        order: 5;
    }

    .custom-menu-order .cap-43 {
        order: 7;
    }

    .custom-menu-order .cap-13 {
        order: 1;
    }

    .custom-menu-order .cap-44 {
        order: 4;
    }

    .custom-menu-order .cap-2 {
        order: 6;
    }
    .section-textblock div[class*="col-"]:nth-child(2n+1){
        border-radius: 10px 0 0 10px;
    }
    .section-textblock div[class*="col-"]:nth-child(2n+2){
        border-radius: 0 10px 10px 0;
    }
    

}
@media screen and (min-width: 1250px) {
    .custom-menu-row{
        margin: 0 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .wrap-product-search input {
        padding-left: 15px;
        padding-right: 45px;
    }

    .logo-primary {
        margin-top: -27px;
    }

    .wrap-product-search::before {
        display: none;
    }

    .gradient-item {
        border-radius: 10px;
        padding: 10px 15px;
    }

    .custom-menu-row .menu-item {
        max-width: 40%;
    }
    .gradient-item {
        margin:6px;
    }

    .index-cards {
        min-height: 240px;
    }

    .bg-main-cards {
        padding-top: 3em;
        padding-bottom: 5em;
    }

    .fs-16 {
        font-size: 14px;
    }

    .btn-add-cart {
        position: absolute;
        right: 10px;
        bottom: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        line-height: 1;
        padding-top: 9px;
        padding-bottom: 10px;
        height: 26px;
    }

    .btn-add-cart:before {
        content: '';
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
        border-left: 0;
        border-bottom: 0;
        position: absolute;
        top: 8px;
        right: 10px;
        transform: rotate(45deg);
    }

    .section-textblock div[class*="col-"]:first-child{
        border-radius: 10px 10px 0 0;
    }
    .section-textblock div[class*="col-"]:last-child{
        border-radius: 0 0 10px 10px;
    }
}

@media screen and (max-width: 575.98px) {
    .logo-primary {
        margin-top: -10px;
    }
}
@media screen{
    .footer-printer{
        display: none;
    }
}
@media print{
    @page:first{
        margin: 12mm 15mm 5mm 12mm;
    }
    @page {
        margin-top: 25mm;
    }
    .main-header-items, .block-menu-secondary{
        display: none !important;
    }
    .footer-printer{
        color: #6e706e !important;
        display: flex;
        justify-content: space-between;
        position: sticky;
        background-color: #fff;
        bottom: 2px;
        left: 0;
        right: 20px;
        width: calc(100% - 20px);
    }
    .article-columns{
        padding-bottom: 2em;
    }

    .container{
        padding: 0 10px !important;
    }
    .card-gray{
        page-break-inside: avoid;
    }
    .footer-printer b{
        opacity: 0.7;
    }
    .footer-printer img{
        vertical-align: inherit;
    }
    .footer-printer a{
        opacity: 0.7;
        color: #6e706e;
    }
    #kt_aside_toggle, .active-cart-box, .hero-bg, .search-box, .site-footer, .left-column-tree, .block-collapse.compresed:before, .block-collapse .expand-more{
        display: none !important;
    }
    a[href]:after {
        content: none !important;
    }

    .logo-secondary{
        display: block !important;
    }
    .table-products .card-gray {
        border-radius: 0;
        padding: 0 0 5px 0 !important;
        border-bottom: 1px solid #dedede;
    }
    .table-products .card-gray .py-3{
        padding: 0!important;
    }
    .table-products .card-gray .p-3{
        padding: 0 0 0 10px!important;
    }
    .table-products .row.ps-4{
        padding: 0!important;
    }
    .hide-print{
        display: none;
    }
    .block-collapse .expand-more{
        display: none;
    }
    .block-collapse.compresed:before{
        content: none;
    }
    .block-collapse.compresed.height-lg{
        max-height: max-content;
    }

    #articulo_resaltado_print {
        border: 2px solid #0a6aa1 !important;
        padding: 10px 0 10px 0 !important;
   }
    .card-gray {
        border-radius: 0 !important;
    }
    .atributos-print{
        flex: 1 0 33%;
        max-width: 33%;
    }

    #menu-superior #multistore-menu, #menu-superior #user-menu{
        display: none !important;
    }

}


/*-- Menu Search --*/
#product-search-form .minimun-characters {
    display: none;
}

#product-search-form .menu-dropdown {
    padding-top: 0!important;
}

#product-search-form  .form-select,
#product-search-form  .form-control,
#product-search-form  .btn-search {
    border-color: #b6b6b6 !important;
}

#product-search-form  .form-select {
    color: #0d5996 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

#product-search-form  .form-control {
    border-left: 0 !important;
    border-right: 0 !important;
    font-size: 14px !important;
    padding: 0.65rem 1rem !important;
    font-weight: 400 !important;
}

#product-search-form  .form-control::placeholder {
    font-size: 14px !important;
}