

html, div, blockquote, input, textarea, img, p, pre, ul, ol, li, dl, dt, dd, form, a, fieldset {
    border: 0 none;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-decoration: none;
    text-rendering: optimizelegibility;
   /* font-size: 18px;*/

}
/*a{
    font-family: 'Montserrat';
}*/
.backgroundVerde{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important;
    color:#fff;
}
.background8 {
    background: #e7e7e7
}
.list-style-none{
    list-style: none;
}


/* ========================================================================
 general
 ========================================================================== */



#menu {
    float: left;
}
#topnav.nav {
    background: #252525;
    display: block;
}
#ingreso {
    border: 2px solid;
    padding: 10px !important;
    border-radius: 20px;
}

#main_nav_ini{
    float: right;
}

#topnav.nav #main_nav li, #topnav.nav #main_nav_ini li {
    float: left;
}

#topnav.nav #main_nav_ini li a {
    color: #fff;
    padding: 10px 2px;
    text-decoration: none;
    font-size: 13px;
}
.isStuckTopMenu {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 24;
    left: 0;
}
#main_nav_ini li {
    float: left;
}
.icon-menu {
    display: none;
}


.isStuck {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 23;
}
.sf-menu {
    float: left
}
.sf-menu ul,.sf-menu li {
    list-style: none;
    text-decoration: none;

}

.sf-menu>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;

}
.sf-menu>li>.sf-with-ul:after {
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    cursor: default;
    content: "\f0d7";
    color: #fff;
    bottom: 17px;
    left: 50%;
    margin-left: -3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}
.sf-menu>li>a {
    text-transform: none;
   /* font: 900 16px/16px "Montserrat", sans-serif;*/
   font: 900 16px/16px "Poppins",sans-serif;
    display: block;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    color: #0081f5;
    padding: 35px 29px 31px;
    text-decoration: none;
}
.sf-menu>li>a:hover {
    -webkit-transition: .3s all ease;
    transition: .3s all ease
}

.sf-menu > li > a{
    border: 1px solid none !important;
    color:none !important;
   }
   .sf-menu > li.current > a, .sf-menu > li > a:hover, .sf-menu > li > a:active ,.sf-menu .sfHover li> a, .sf-menu ul li a:hover{ 
    background:#D22727 !important;
    border: 1px solid none !important;
    color:#f7f7f7 !important;
    -webkit-transition: .3s all ease;
    transition: all .3s ease
   }




.sf-menu ul {
    display: none;
    width: 100%;
    /*font: 400 16px/16px "Montserrat", sans-serif;*/
    font: 400 16px/16px "Poppins",sans-serif;
    position: absolute;
    top: 82px;
    left: 0;
    background: #fff;
    z-index: 2;
    padding: 5px 0px;
}

.sf-menu ul li a {
    position: relative;
    display: block;
    padding: 15px 2px;
    /*font: 400 16px/16px "Montserrat", sans-serif;*/
    font: 400 16px/16px "Poppins",sans-serif;
    background: 0 0;
    color: #424242;
    text-transform: none;
    text-align: center;
    text-decoration: none;
}
.sf-menu ul li>.sf-with-ul:after {
    display: block;
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    cursor: default;
    content: "\f0da";
    color: #424242;
    bottom: -1px;
    right: 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sf-menu ul li a {
    background: 0 0;
    color: #424242;
    text-transform: none
}
.sf-menu ul>.sfHover>a {
    background: 0 0
}
.sf-menu ul>.sfHover>a:after {
    color: #0064d1
}
.hvr-shutter-in-horizontal {
    background: 0 0!important
}
.sf-menu ul ul {
    position: absolute;
    top: -17px;
    left: 109px;
    margin-left: 0;
    padding: 17px 0 25px;
    z-index: 4;
    text-align: center
}


/* New Grid CSS */
.ui-g {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
            
.ui-g:after {
    clear: both;
    content: "";
    display: table;
}
.ui-gx-1,         
.ui-g-1,
.ui-g-2,
.ui-g-3,
.ui-g-4,
.ui-g-5,
.ui-g-6,
.ui-g-7,
.ui-g-8,
.ui-g-9,
.ui-g-10,
.ui-g-11,
.ui-g-12 {
    float: left;
    box-sizing: border-box;
    padding: 0.5em;
}

.ui-g-1 {
    width: 8.3333%;
}
.ui-gx-1 {
    width: 10%;
}

.ui-g-2 {
    width: 16.6667%;
}

.ui-g-3 {
    width: 25%;
}

.ui-g-4 {
    width: 33.3333%;
}

.ui-g-5 {
    width: 41.6667%;
}

.ui-g-6 {
    width: 50%;
}

.ui-g-7 {
    width: 58.3333%;
}

.ui-g-8 {
    width: 66.6667%;
}

.ui-g-9 {
    width: 75%;
}

.ui-g-10 {
    width: 83.3333%;
}

.ui-g-11 {
    width: 91.6667%;
}

.ui-g-12 {
    width: 100%;
}

@media screen and (max-width: 40em) {
    .ui-sm-1,
    .ui-sm-2,
    .ui-sm-3,
    .ui-sm-4,
    .ui-sm-5,
    .ui-sm-6,
    .ui-sm-7,
    .ui-sm-8,
    .ui-sm-9,
    .ui-sm-10,
    .ui-sm-11,
    .ui-sm-12 {
        padding: 0.5em;
    }

    .ui-sm-1 {
        width: 8.3333%;
    }
    .ui-gx-1 {
        width: 14%;
    }
    .ui-sm-2 {
        width: 16.6667%;
    }

    .ui-sm-3 {
        width: 25%;
    }

    .ui-sm-4 {
        width: 33.3333%;
    }

    .ui-sm-5 {
        width: 41.6667%;
    }

    .ui-sm-6 {
        width: 50%;
    }

    .ui-sm-7 {
        width: 58.3333%;
    }

    .ui-sm-8 {
        width: 66.6667%;
    }

    .ui-sm-9 {
        width: 75%;
    }

    .ui-sm-10 {
        width: 83.3333%;
    }

    .ui-sm-11 {
        width: 91.6667%;
    }

    .ui-sm-12 {
        width: 100%;
    }
}

@media screen and (min-width: 40.063em) {
    .ui-md-1,
    .ui-md-2,
    .ui-md-3,
    .ui-md-4,
    .ui-md-5,
    .ui-md-6,
    .ui-md-7,
    .ui-md-8,
    .ui-md-9,
    .ui-md-10,
    .ui-md-11,
    .ui-md-12 {
        padding: 0.5em;
    }

    .ui-md-1 {
        width: 8.3333%;
    }

    .ui-md-2 {
        width: 16.6667%;
    }

    .ui-md-3 {
        width: 25%;
    }

    .ui-md-4 {
        width: 33.3333%;
    }

    .ui-md-5 {
        width: 41.6667%;
    }

    .ui-md-6 {
        width: 50%;
    }

    .ui-md-7 {
        width: 58.3333%;
    }

    .ui-md-8 {
        width: 66.6667%;
    }

    .ui-md-9 {
        width: 75%;
    }

    .ui-md-10 {
        width: 83.3333%;
    }

    .ui-md-11 {
        width: 91.6667%;
    }

    .ui-md-12 {
        width: 100%;
    }
}

@media screen and (min-width: 64.063em) {
    .ui-lg-1,
    .ui-lg-2,
    .ui-lg-3,
    .ui-lg-4,
    .ui-lg-5,
    .ui-lg-6,
    .ui-lg-7,
    .ui-lg-8,
    .ui-lg-9,
    .ui-lg-10,
    .ui-lg-11,
    .ui-lg-12 {
        padding: 0.5em;
    }

    .ui-lg-1 {
        width: 8.3333%;
    }

    .ui-lg-2 {
        width: 16.6667%;
    }

    .ui-lg-3 {
        width: 25%;
    }

    .ui-lg-4 {
        width: 33.3333%;
    }

    .ui-lg-5 {
        width: 41.6667%;
    }

    .ui-lg-6 {
        width: 50%;
    }

    .ui-lg-7 {
        width: 58.3333%;
    }

    .ui-lg-8 {
        width: 66.6667%;
    }

    .ui-lg-9 {
        width: 75%;
    }

    .ui-lg-10 {
        width: 83.3333%;
    }

    .ui-lg-11 {
        width: 91.6667%;
    }

    .ui-lg-12 {
        width: 100%;
    }
}

@media screen and (min-width: 90.063em) {
    .ui-xl-1,
    .ui-xl-2,
    .ui-xl-3,
    .ui-xl-4,
    .ui-xl-5,
    .ui-xl-6,
    .ui-xl-7,
    .ui-xl-8,
    .ui-xl-9,
    .ui-xl-10,
    .ui-xl-11,
    .ui-xl-12 {
        padding: 0.5em;
    }

    .ui-xl-1 {
        width: 8.3333%;
    }

    .ui-xl-2 {
        width: 16.6667%;
    }

    .ui-xl-3 {
        width: 25%;
    }

    .ui-xl-4 {
        width: 33.3333%;
    }

    .ui-xl-5 {
        width: 41.6667%;
    }

    .ui-xl-6 {
        width: 50%;
    }

    .ui-xl-7 {
        width: 58.3333%;
    }

    .ui-xl-8 {
        width: 66.6667%;
    }

    .ui-xl-9 {
        width: 75%;
    }

    .ui-xl-10 {
        width: 83.3333%;
    }

    .ui-xl-11 {
        width: 91.6667%;
    }

    .ui-xl-12 {
        width: 100%;
    }
}

.ui-g-nopad {
    padding: 0px;
}



.avatar-sm {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 4.5rem;
  width: 4.5rem;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xl {
  height: 7.5rem;
  width: 7.5rem;
}

.avatar-title {
  align-items: center;
  background-color: primary;
  color: white;
  display: flex;
  font-weight: fw-medium;
  height: 75%;
  justify-content: center;
  width: 100%;
}
.border-radius-15{
    border-radius: 15px;
}
/*avatar group*/
.avatar-group {
  padding-left: 12px;
  display: flex;
  flex-wrap: wrap;}

.avatar-group-item {
    margin-left: -12px;
    border: 2px solid card-bg;
    border-radius: 50%;
    transition: all 0.2s;
    
  }

.search-box  .form-control{
        border: 1px solid #ccc !important;
    }
    .search-box    .search-icon{
        font-size: 16px;    
        position: absolute;
        left: 13px;
        top: 0;
        line-height: 38px;
    }


.product-list li a{
            display: block;
            padding: 4px 0px;
            color: #000;
        }
    


.product-view-nav .nav-pills .nav-item{
            margin-left: 4px;
        }
       
    
.product-ribbon{
    position: absolute;
    right: 0px;
    top: 0px;
}

.viewTopLink {
   
    z-index: 1;
    position: absolute;
    opacity: 0.6;
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 11px;
}





/* Product Details*/

.product-detai-imgs .nav .nav-link{
            margin: 7px 0px;

}

.product-color a{
        display: inline-block;
        text-align: center;
        color: red;
    }
        .product-color-item{
            margin: 7px;
        }
        .product-color a.active, .product-color a:hover{
            color: #0064d1;
            
        }
    







.containerProducto {
    margin-right: 2%;
    margin-left: 2%;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
 .uk-pagination {
    /* 1 */
    padding: 0;
    list-style: none;
    /* 2 */
    text-align: center;
    /* 3 */
    font-size: 0.001px;
  }
  /*
   * Micro clearfix
   * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
   */
  .uk-pagination:before,
  .uk-pagination:after {
    content: "";
    display: table;
  }
  .uk-pagination:after {
    clear: both;
  }
  /* Items
   ========================================================================== */
  /*
   * 1. Reset whitespace hack
   * 2. Remove the gap at the bottom of it container
   */
  .uk-pagination > li {
    display: inline-block;
    /* 1 */
    font-size: 1rem;
    /* 2 */
    vertical-align: top;
  }
  .uk-pagination > li:nth-child(n+2) {
    margin-left: 5px;
  }
  /*
   * 1. Makes pagination more robust against different box-sizing use
   * 2. Reset text-align to center if alignment modifier is used
   */
  .uk-pagination > li > a,
  .uk-pagination > li > div,
  .uk-pagination > li > span {
    display: inline-block;
    min-width: 16px;
    padding: 9px 13px;
    line-height: 20px;
    text-decoration: none;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
    text-align: center;
  }
  /*
   * Links
   */
  .uk-pagination > li > a ,.uk-pagination > li > div {
    background: #0081f5;
    color: #fff !important;
  }
  /*
   * Hover
   * 1. Apply hover style also to focus state
   * 2. Remove default focus style
   */
  .uk-pagination > li > a:hover, .uk-pagination > li > div:hover,
  .uk-pagination > li > a:focus, .uk-pagination > li > div:focus  {
    background: #ffc600;
    color: #0081f5 ;
    /* 2 */
    outline: none;
  }
  /* OnClick */
  .uk-pagination > li > a:active,.uk-pagination > li > div:active {
    background-color: #ddd;
    color: #444;
  }
  /*
   * Active
   */
  .uk-pagination > .uk-active > span {
    
    background: #000f46;
    color: #ffffff;

  }
  /*
   * Disabled
   */
  .uk-pagination > .uk-disabled > span {
    background-color: #f5f5f5;
    color: #0081f5;
  }
  /* Previous and next navigation
   ========================================================================== */
  .uk-pagination-previous {
    float: left;
  }
  .uk-pagination-next {
    float: right;
  }
  /* Alignment modifiers
   ========================================================================== */
  .uk-pagination-left {
    text-align: left;
  }
  .uk-pagination-right {
    text-align: right;
  }
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
 .uk-dropdown-scrollable {
    overflow-y: auto;
    max-height: 200px;
  }
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
 .uk-dropdown-small {
    min-width: 150px;
    width: auto;
    padding: 5px;
    white-space: nowrap;
  }
  /*
   * Nav in dropdown
   */
  .uk-dropdown-small .uk-nav {
    margin: 0 -5px;
  }

  /*body {
    color: #5c5c5c !important;
    font-size: 16px !important;
}*/
.colorRojo{
    color: #e83e8c;
}
.colorGris{
    color: #1f1f1f;
}
.border-gris{
    border: 1px solid #ccc;
}
.btn-primary-1{
    color: #fff !important;
    background-color: #a7a7a7!important;
    border-color: #78797a!important;
}
.btn-primary-1:hover{
    color: #fff!important;
    background-color: #1641ce!important;
    border-color: #0964be!important;
}
 .ctext-wrap {
    background-color: #eff2f7;
    padding: 15px;
    border-radius: 8px;
   /* height: 160px;**/
}

.font-size-16{
    font-size: 16px!important;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio {
    position: relative;
    width: 100%;
}

.gap-2 {
    gap: 0.5rem!important;
}
.d-grid {
    display: grid!important;
}
.btn-label .label-icon {
    position: absolute;
    width: 32px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bx {
    font-family: boxicons!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card-radio {
    background-color: #fff;
    border: 3px solid #f6f6f6;
    border-radius: 0.25rem;
    padding: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
  }
  .card-radio-d {
    background-color: #fff;
    border: 3px solid #f6f6f6;
    border-radius: .25rem;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
  }
  .card-radio-input {
    display: none;
  }
  /*.card-radio-input:checked + .card-radio {
    border-color: #556ee6 !important;
  }*/

.hidden{
    display: none;
}
.colorf{
    color: #ffffff!important;
}
.color0{
    color: #000!important;
}

.color-gris{
    color: #686868!important
}
.colorRojo{
    color:#D22727 !important;
}
.badge-soft-primary {
    color: #556ee6 !important;
    background-color: #838383 !important;
  }
  .alerts {
    padding: 2px 10px;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 14px;
}

.color-primary{
    color: #fff !important;
}
.background_f5{
    background: #f5f5f5 ;
}
.background_ff{
    background: #ffffff !important;
}
.rounded {
    border-radius: 0.25rem!important;
}
.boxOver:hover {
    box-shadow: 0 0 15px #828282;    
    -webkit-transition: .3s all ease;
    transition: all .3s ease
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    position: absolute;
    right: 0;
    height: 50%;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 1;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 4px 0;
    bottom: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0 4px 0 0;
    top: 0;
}
.btn-home{
    display: inline-block;    
    text-align: center;
    vertical-align: middle;
    padding: 0.47rem 0.75rem;
    transition: transform 0.25s;
    border-radius: 5px;
}
.btn_home_1{
    transition: transform 0.25s;
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 10px;
}
.btn-home:hover, .btn_home_1:hover  {
    transform: scale(1.08); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    transition: transform .5s ease;
}
.btn_home_1:hover .explore-btn-2::before , .btn_home_1:hover .explore-btn-wtps::before, .btn_home_1:hover .explore-btn-zoom::before {
    width: 100%;
  }
.btn_home_1:hover .explore-btn-2, .btn_home_1:hover .explore-btn-wtps, .btn_home_1:hover .explore-btn-zoom {
    color:#fff !important;
  }

  

.font-size-10{font-size:10px!important}.font-size-11{font-size:11px!important}.font-size-12{font-size:12px!important}.font-size-13{font-size:13px!important}.font-size-14{font-size:14px!important}.font-size-15{font-size:15px!important}.font-size-16{font-size:16px!important}.font-size-17{font-size:17px!important}.font-size-18{font-size:18px!important}.font-size-20{font-size:20px!important}.font-size-22{font-size:22px!important}.font-size-24{font-size:24px!important}.font-size-28{font-size:28px!important}.font-size-30{font-size:30px!important}.font-size-48{font-size:48px!important}.font-size-100{font-size:100px!important}
.colorRojo {
    color: #D22727!important;
}
.tinymce-body ul, .tinymce-body ol{
    margin-left: 33px;
}
/*owl-carusel*/

.owl-controls {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -10px
}
.owl-pagination {
    display: block;
    text-align: center;
    bottom: 0
}
.owl-pagination .owl-page {
    width: 14px;
    height: 14px;
    background: transparent;
    display: inline-block;
    border: 2px solid #0064d1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.owl-pagination .owl-page+.owl-page {
    margin-left: 12px
}
.owl-pagination .owl-page.active {
    background: #0064d1
}
.owl-pagination .owl-page:hover {
    background: #0064d1
}
#owl {
    padding-bottom: 46px
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 3
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item {
    float: left
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-controls {
    position: absolute;
    top: -41px;
    right: 15px;
    margin-top: 10px;
    text-align: center;
    z-index: 2 !important;
}
.owl-controls .owl-buttons {
    float: right
}
.owl-buttons i {
    padding: 10px;
    font-size: 25px
}
.owl-controls .owl-buttons>div {
    background: #e7e7e7 none repeat scroll 0 0;
    padding: 0;
    margin: 0 10px 0 0;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #09f;
    opacity: 1;
    transition: all .35s ease 0s
}
.p-10{
    padding: 10px;;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

.hero-section.bg-ico-hero {
   /* background-image: url(../img/foto_portada_innova_laser.jpg);*/
    background-size: cover;
    background-position: top;
    background: #000;
}
.border-gris{
    border: 1px solid #ccc !important;
}
/*.top-110 {
    padding-top: 110px;
}*/
.currency-price {
    position: relative;
    bottom: 40px;
}
.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .9;
    background-color: #000;
}
.section {
    position: relative;
    /*padding-top: 80px;*/
    overflow: hidden;
    padding-bottom: 20px;
}
.z-index-1{
    z-index: 1;
}
.rounded-30{
    border-radius: 30px !important;
}
.rounded-all-50{
    border-radius: 50%!important;
}
.landing-footer{
    background: #252525;
    color:#fff;
}
.containerMenu {
    margin-left: 8%;
    margin-right: 8%;
}
.logoHome{
    z-index: 1;
    position: absolute;
    top: 80px;
}

.navigation.nav-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
}
.navigation {
    padding: 0 16px;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: 100%;
    background: #fff;
}
.navigation.nav-sticky .navbar-nav .nav-item .nav-link.active, .navigation.nav-sticky .navbar-nav .nav-item .nav-link:hover {
    color: #556ee6;
}
.navigation.nav-sticky .navbar-nav .nav-item .nav-link {
    line-height: 48px;
    color: #555b6d;
}
.navigation .navbar-nav .nav-item .nav-link.active, .navigation .navbar-nav .nav-item .nav-link:hover {
    color: rgba(255,255,255,.9);
}


@media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.comboBuscar{
    display: none;
}
.checkBuscar{ display: block;}
}
@media (max-width: 991px){
    .comboBuscar{
        display: block;
    }
    .checkBuscar { display: none;}
    }
    .circle {display: block;}
    .burger {display: block;}
    #topnav-menu-content{display: none;}
    .padding-top145{padding-top:75px;}
    .container {
        margin-right: 2%;
        margin-left: 2%;
    }
    #cartMovil{display: block;}
    #cartPc{display: none;}
    #topnav-menu-content > ul {
        list-style: none;
        position:absolute;
        top:50px;;
        left:0;
        opacity:0;
        width:100%;
       /* text-align:center;*/
        font-size:0px;
        -webkit-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
           -moz-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
            -ms-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
             -o-transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
                transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    }
    #topnav-menu-content > ul > li>  a {
        color:#4a89dc;
        text-transform:uppercase;
        text-decoration:none;	
        letter-spacing:3px;			
    }
    .nav-item > ul{
        display: block;
        margin-left: 13px;
    }
    #topnav-menu li a {
        /*font: 900 16px/16px "Montserrat", sans-serif;*/
        font: 900 16px/16px "Poppins",sans-serif;
        display: block;
        -webkit-transition: .3s all ease;
        transition: .3s all ease;
        color: #0081f5 !important;
        padding: 15px;
        text-transform: uppercase;
    }
    
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}

.colorAmarillo {
    color: #ffd000!important;
}
.backgroundAmarillo{
    background-color: #ffd000!important;
    color: #0a0a0a;
}
@media (min-width: 992px){
    .circle {display: none;}
    .burger {display: none;}
    .padding-top145 {padding-top: 89px;}
    #cartMovil{display: none;}
    #cartPc{display: block;}
    .container {
        margin-right: 15%;
        margin-left: 15%;
    }
    #topnav-menu > li > a,  .ui-button:hover {
       
        border: 1px solid none !important;
        color: none !important;
    } 
    .navbar-logo img {
        position: absolute;
        top: 0;
    }
#topnav-menu li a {
    /*font: 900 16px/16px "Montserrat", sans-serif;*/
    font: 900 16px/16px "Poppins",sans-serif;
    display: block;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    color: #0081f5;
    padding: 35px 29px 31px;
    text-transform: uppercase;
}
#topnav-menu ul {
    display: none;
    /*font: 400 16px/16px "Montserrat", sans-serif;*/
    font: 400 16px/16px "Poppins",sans-serif;
    position: absolute;   
    background: #fff;
    z-index: 2;    
    width: 100%;
    padding: 0;
    margin: 0;
}
#topnav-menu ul li {
    list-style: none;
	padding: 0;
	margin: 0;
    
}
#topnav-menu ul li a {
    position: relative;
    display: block;
    padding: 15px 8px 5px;
   /* font: 400 16px/16px "Montserrat", sans-serif;*/
   font: 600 16px/16px "Poppins",sans-serif;
    text-decoration: none;
	text-align: center;
}

#topnav-menu ul>.sfHover>a {
    background: 0 0
}
#topnav-menu ul>.sfHover>a:after {
    color: #0064d1
}

#topnav-menu>li>a:hover,  #topnav-menu> li > a.active, #topnav-menu .sfHover li> a,#topnav-menu ul li a:hover  {
    -webkit-transition: .5s all ease;
    transition: .5s all ease;

}
#topnav-menu, #topnav-menu-content {
    float: left;
}
#topnav-menu-content ul li{
    position: relative;
}
}
@media (max-width: 991.98px){
.navigation {
    background-color: #fff;
}
}
/*
.collapse:not(.show) {
    display: none;
}*/
@media (max-width: 991.98px){
.navigation .navbar-nav .nav-item .nav-link.active, .navigation .navbar-nav .nav-item .nav-link:hover {
    color: #556ee6;
}
}


.ui-widget-overlay {
    background: #000;
    opacity: .7;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, 0.6);
}
.centerloader {
    position: fixed;
    top: 50%;
    width: 100%;
    z-index: 1020;
    margin: 0 auto;
    left: 50%;
}
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.btn-big{
    background: #29c71c;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid #29c71c;
}
.sp-colorize-container{
    width: 43px !important;
}
.tabla tbody tr td{
    border: 1px solid #e1e1e1;
    color: #404040;
    height: auto;
    padding: 3px;
    /* text-align: center; */
}
 .tabla tbody tr th{
    border: 1px solid #ffffff;
    color: #ffffff;
    height: auto;
    padding: 3px;
    text-align: center; 
}
.border-radius10010 {
    border-radius: 10px 0px 0px 10px;
}
.btns-movil-whatsapp {
    background-color: #34c38f;
    position: fixed;
    top: 50%;
    right: 10px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    z-index: 100;
    font-size: 51px;
}
a.show-chat.widget-right {
    right: 30px !important;
}
a.show-chat {
    width: auto !important;
    background: #34c38f !important;
    color: #ffffff !important;
    position: fixed !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    font-weight: 600 !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    z-index: 1046!important;
    bottom: 25px !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    -webkit-box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28) !important;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28) !important;
    align-items: center;
}
.widget-right-mensaje{
    z-index: 1046;
    display: none;
    position: fixed;
    right: 25px;
    bottom: 0;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28) !important;
    border-radius: 8px;
    width: 330px !important
}
.color-blanco{
    color:#fff;
}
.btn-wtps {
    border: 1px solid #34c38f;
    background: #27ab7b;
}