/* root bootstrap */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text: #0a58ca;
  --bs-secondary-text: #6c757d;
  --bs-success-text: #146c43;
  --bs-info-text: #087990;
  --bs-warning-text: #997404;
  --bs-danger-text: #b02a37;
  --bs-light-text: #6c757d;
  --bs-dark-text: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #f8f9fa;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #e9ecef;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color: #000;
  --bs-form-control-bg: var(--bs-body-bg);
  --bs-form-control-disabled-bg: var(--bs-secondary-bg);
  --bs-highlight-bg: #fff3cd;
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

[data-bs-theme=dark] {
  --bs-body-color: #adb5bd;
  --bs-body-color-rgb: 173, 181, 189;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #f8f9fa;
  --bs-emphasis-color-rgb: 248, 249, 250;
  --bs-secondary-color: rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb: 173, 181, 189;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb: 173, 181, 189;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-emphasis-color: #fff;
  --bs-primary-text: #6ea8fe;
  --bs-secondary-text: #dee2e6;
  --bs-success-text: #75b798;
  --bs-info-text: #6edff6;
  --bs-warning-text: #ffda6a;
  --bs-danger-text: #ea868f;
  --bs-light-text: #f8f9fa;
  --bs-dark-text: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #212529;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #495057;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #055160;
  --bs-warning-border-subtle: #664d03;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: #fff;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #9ec5fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 158, 197, 254;
  --bs-code-color: #e685b5;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
}

/* root bootstrap */
a,a:hover{
    color: #fff;
    text-decoration: none;
}
#wabchat_iframe .style-border-color{
    
    overflow-y: scroll;
    height: 347px;
}

.none-background{
    background-image: none;
}
.btn-menu,
.dark_menu .head-menu{
    display: none;
}

#menu-cover{
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);

}
#sliderblock{
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
.box_skitter_slider {
    float: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 0px !important;
    
    border: 0px solid #fafafa;
    text-align: center;    
}

.item-carousel-vertical ul{
    padding: 0; 
    list-style: none;
}
.item-carousel-vertical li{
    padding: 0 0 4px 22px; 
    background: url(../images/arrow2.jpg) no-repeat 0 4px;
    list-style: none;
}
.item-carousel-vertical li,
.item-carousel-vertical li a {
    color: #dddddd; 
    text-decoration: none;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #929290;
}

.descripcion_nosotros p:not(p:first-of-type){
    color: white;
}

.g-recaptcha {
    display: block;
    width: 100%;
}
.g-recaptcha > div {
    margin: 15px auto;
}
.producto-detalle table{
    border-collapse: collapse;
    margin: 0 0 18px;
}
.producto-detalle table thead td{
    font-weight: bold;
    border-bottom: 2px double #d9191f;
    border-top: 0 solid #e3a628;
    color: #CCC;
    background: #0c0c0c;
}
.producto-detalle table td{
    background: url(../images/bg-content-opacity.png);
    color: #CCC;
    padding: 10px;
    border-bottom: 1px solid #ffe0a0;
}

.content-contactenos .dire a{
    /* color: #929290;     */
}


.content-productos{
    display: flex;
    flex-wrap: wrap;
}
.content-productos .gridleft{
    width: 25%;
    box-sizing: border-box;
}
.content-productos .grigright{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;    
}
.content-productos .grigright .imgproduct,
.content-productos .grigright .table-d{
    float: none;
    margin: 0;
    float: none !important;
    width: auto !important;
}
.whatsapp-icon{
    background: url(../images/whatsapp.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    vertical-align: bottom;
    margin-right: 3px;
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text);
  }
  
  .alert-secondary {
    --bs-alert-color: var(--bs-secondary-text);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text);
  }
  
  .alert-success {
    --bs-alert-color: var(--bs-success-text);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text);
  }
  
  .alert-info {
    --bs-alert-color: var(--bs-info-text);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text);
  }
  
  .alert-warning {
    --bs-alert-color: var(--bs-warning-text);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text);
  }
  
  .alert-danger {
    --bs-alert-color: var(--bs-danger-text);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text);
  }
  
  .alert-light {
    --bs-alert-color: var(--bs-light-text);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text);
  }
  
  .alert-dark {
    --bs-alert-color: var(--bs-dark-text);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text);
  }

@media (min-width: 992px) {
    .wrapper,
    .wrapper2 {
      max-width: 960px;
      width: 100%;
    }
  }  
@media (min-width: 1200px) {
    .wrapper,
    .wrapper2 {
      max-width: 1140px;
      width: 100%;
    }
  }
  @media (min-width: 1400px) {
    .wrapper,
    .wrapper2  {
      max-width: 1320px;
      width: 100%;
    }
}
  

@media(max-width:1024px){
    .image a{
        display: block;    
    }
    img{
        max-width: 100%;    
    }

    .wrapper2,
    #sliderblock,
    .box_skitter .label_skitter,
    .box_skitter .container_skitter,
    .box_skitter_slider
    {
        width: 100% !important;    
    }
    .box_skitter .image{
        overflow: visible;
    }
    .box_clone{
        width: 100% !important;
    }
    
    .box_skitter .next_button,
    .box_skitter .prev_button{
        top: auto;
        bottom: 40px;
    }

    #sliderblock{
        height: auto !important;
    }
    
    /* wrapper */
    .wrapper{
        max-width: 990px;
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
    }
    .jcarousel-skin-tango .jcarousel-container-vertical,
    .jcarousel-skin-tango .jcarousel-item.width2{
        width: 100%;
    }

    *[class*="grid"]{
        box-sizing: border-box;
        margin: 0;
    }

    .grid3{
        width: 30%;        
    }
    .grid2{
        width: 70%;        
    }  

    .grid8{
        width: 24%;
        margin: 0 2px;
    }
    .grid9{
        width: 50%;
    }
    /* menu */
    .peShiner{
        max-width: 230px;
    }
    .peShiner canvas{
        width: auto;
        max-width: 100%;
        left: auto;
    }
    ul.dark_menu li a, ul.dark_menu li a:link{
        padding: 46px 10px;
    }
    .content-oficinas{
        margin: 0;
        padding: 28px;
        box-sizing: border-box;
        max-width: none;
    }    
    
    .content-contactenos > div{
        width: 100% !important;
        float: none !important;  
        display: flex;
        justify-content: center;      
        flex-direction: column;
        align-items: center;
    }

    .content-contactenos > img{
        display: block;
        margin: 0px auto 15px auto;
        float: none;
    }
    .content-contactenos form{
        width: 100%;
    }
    .content-contactenos label{
        display: inline-block;
        margin: 10px auto;
    }
    .content-contactenos input,
    .content-contactenos button[type="submit"],
    .content-contactenos textarea,
    .content-contactenos select{
        width: 100% !important;
        margin: auto !important;
        text-align: center;
        box-sizing: border-box;
    }
    .content-contactenos .divcenter2{
        width: 100%;
        margin: 15px auto 15px auto;
        display: flex;  
        flex-direction: column;
        gap: 15px;      
    }

}

@media(max-width:991px){
 /* menu */
    ul.dark_menu li a, ul.dark_menu li a:link{
        padding: 46px 9px;
    }
 
    .grid3,
    .grid2{
        padding: 0px !important;
        background-image: none;
    }

    #bottom{
        padding-bottom: 15px;
    }
    #linebottom{
        display: none;
    }

    .content-productos{
        display: flex;
        flex-wrap: wrap;
    }
    .content-productos .gridleft{
        width: 50%;
    }
    .content-productos .grigright{
        width: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .content-productos .grigright .imgproduct,
    .content-productos .grigright .table-d{
        float: none;
        margin: 0;
        float: none !important;
        width: auto !important;
    }

}
@media(max-width:767px){

    *{
        text-align: justify;
    }
    
    *[class*="grid"]{
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        margin-bottom: 15px;
    }

    .box_skitter .prev_button{
        right: 110px;
    }
    .box_skitter .next_button,
    .box_skitter .prev_button {
        width: 40px;
        height: 40px;
        background-size: cover;
    }
    .info_slide_dots{
        left: 50% !important;        
        transform: translateX(-50%);
        padding: 0px 28px !important;
        margin-left: 0px !important;
    }
    .wrapper .textinfo{
        display: none;
    }

    .fright{
        display: none;
    }
    .btnpromocion{
        margin-top: 0;
    }
    /* menu */
    .dark_menu{
        position: fixed;
        top: 0;
        left: -100%;
        bottom: 0;
        right: auto;
        height: 100%;
        padding: 0;
        margin: 0;
        width: 280px !important;
        z-index: 9999;

        background-color: #000;

        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: flex-start;

        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .dark_menu .head-menu{
        display: none;
    }
    .dark_menu.active{
        left: 0;
        right: auto;
    }
    .dark_menu li{
        margin: 0;
        padding: 15px;
    }
    ul.dark_menu li a{
        padding: 0px !important;
        margin: 0px !important;
        font-size: 18px;

    }
    .dark_menu .head-menu{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .peShiner{
        width: 100% !important;
        max-width: none;
        display: flex;
        justify-content: space-between;
        padding: 15px 0px;
        align-items: center;
    }
    .btn-menu{
        padding: 8px 9px;
        font-size: 16px;
    }
    .btn-menu i{
        font-size: 19px;
    }
    .btn-menu{
        display: block;
    }

    .grid2{
        margin-top: 15px;
    }
    .content-productos .grigright .imgproduct{
        text-align: center;
    }
    .content-productos .grigright .imgproduct h1{
        text-align: center;
    }
    .content-productos .grigright .imgproduct, 
    .content-productos .grigright .table-d,
    .content-productos .gridleft{
        width: 100% !important;
    }

    .content-oficinas > a:nth-child(1){
        display: block;
        text-align: center;
        margin-top: -28px;
    }
    .content-oficinas > a:nth-child(1) img{
        margin: 0;
        float: none;
        margin-bottom: 15px;
    }
}
@media(max-width:500px){

    .content-oficinas > img{
        float: none;
        margin: auto;
        margin-bottom: 10px;
        display: block;
    }

}


