@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600&display=swap');
:root{
    --color2022: rgb(0, 160, 74);
}
body {
    background: #f5f5f5;
    overflow-x: hidden;
}
.desktop { display: block;}
.movil { display: none!important;}
a {
    text-decoration: none;
}
@media (max-width: 992px)  {
    .mainParts {
        padding: 0px 20px;
    }
    .desktop { display: none;}
    .movil { display: block!important;}
}
#backCarousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 2rem;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0.1em 1em 0px rgb(0 211 140 / 15%);
}
#backCarousel .item {
    display: flex;
    align-items: center;
    justify-content: center;  
}
#backCarousel .text {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    line-height: 1.2;
}
#backCarousel .line {
    display: flex;
    border-right: 1px solid #ccc;
    padding: 10px;
    height: 100%;
    align-items: stretch;
}
#backCarousel img {
    width: 40px;
    margin-right: 1rem;
}
#backCarousel a {
    color: #2967e6;
    font-weight: bold;
}
@media (max-width: 992px) {
    #backCarousel {
        display: none;
        /*flex-direction: column;*/
        align-items: flex-start;
        padding: .5rem;
    }
    #backCarousel .line {
        display: none;
    }
    #backCarousel .item {
        padding-bottom: 0rem;
    }
    #backCarousel .item:last-of-type,
    #backCarousel .item:nth-of-type(3) {display:none;}
    #backCarousel .text {font-size: 8px;}
    #backCarousel img { width: 28px; margin-right: .3rem;}
}
a { text-decoration: none; color: #4a4a4a;}
a:hover { text-decoration: none; color: #4a4a4a;}

#h1 {
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 24px;
    background: #fff;
}
.iconsMovile {
    display: none;
}

/* header top */
#h1 .top {
    background: rgb(0,24,72);
    padding: 5px 0px;
}
#h1 .top a {
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
    font-size: 16px;
}

#h1 .icons {
    display: grid;
    align-items: center;
    padding-left: 17px;
    grid-template-columns: 270px 1fr 220px; /*120px 1fr 120px*/
}

.marquesina {
    text-align: center;
}
@media(max-width: 992px) {
    #h1 .icons {
        display: flex;        
        justify-content: flex-start;
        
    }
}

/* header middle */
#h1 .middle .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}
#h1 .middle {
    padding: 15px 0px;
    background: #727376;
}
#h1 .middle .form {
    width: 600px;
}
/* #h1 .middle a {
    color: #fff;
} */
#h1 .middle .input-group {
    position: relative;
    padding: 0px;
    border: 1px solid rgb(0, 48, 121);
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    height: 43px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
#h1 .middle input {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 12px center;
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    border: none;
    line-height: 2;
    letter-spacing: -0.5px;
    text-align: left;
    color: rgb(74, 74, 74);
    padding: .7rem 1rem .8rem 1rem;
}
#h1 .middle button {
    width: 45px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(250, 250, 250);
    cursor: pointer;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-image: initial;
    border-left: 1px solid rgba(0, 0, 0, 0.16);
}
/* #h1 .middle .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */
#h1 .middle .logo img {
    width: 200px;
    padding: 5px 0px;
}
#h1 .middle .logo a:last-of-type {
    font-size: 13px;
}

/*megamenu*/
#mainMenu {
    border-radius: 10px;
    background: #F6F6F6;
    /* min-height: 525px; */
    height: auto;
    min-width: 240px;
    border: 0px solid #d5d5d5;
}
.navbar-nav .has-megasubmenu:hover .dropdown-menu {
  top: 0px;
  border: 0px solid #d5d5d5;
  transform: translateX(-13px);
  border-radius: 10px;
  max-height: 400px;
  overflow-y: auto;
  box-shadow: -3px 10px 20px rgba(0,0,0,.3);
}
#categoriaB {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    padding: 0;    
}
#lWr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;    
}
#lWr li,
#categoriaB li {
    list-style: none;
    line-height: 30px;
    display: inline-block;
    margin-left: 20px;
}
#lWr li:first-of-type,
#categoriaB li:first-of-type {
    margin-left:0px;
}
#lWr li:first-of-type {position: relative;}
/* #lWr a,
#categoriaB span,
#categoriaB a {
    text-decoration: none;
    color: #fff;    
} */
#lWr img {
    transform: translateY(-1px);
    width: 25px;
}
#categoriaB .btnCat {
    font-weight: bold;
   position: relative;
}
#categoriaB .btnCat::after {
    content: "";
    border-top: 5px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: 100%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all .2s ease-in-out;
    color: #fff;
    position: absolute;
    font-size: 9px;
    right: -10px;        
}
#categoriaB .btnCat:hover {
    cursor: pointer;
}
#categoriaB .btnCat:hover::after {
    transform: translateY(-50%) rotate(180deg);
    transition: all .2s ease-in-out;
    cursor: pointer;
}


#main_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#main_nav .titleCat {
    border-bottom: 1px dotted #ccc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}
#main_nav .titleCat h2 {
    margin: 0px 10px 0px 0px;
    display: flex;
    align-items: center;
    font-weight: lighter;
    
    font-size: 1.5em;
}
#main_nav .titleCat h2::after {
    content: '|';
    margin-left: 10px;
    font-size: .8em;
    font-weight: 100;
    line-height: 1;
    color: #ccc;
}
#main_nav .titleCat a { font-size: 1rem; color:#4a4a4a;}
.megasubmenu .row {
    --gap: 1em;
    --columns: 4;
    max-width: 60rem;
    /* margin: 0 auto; */
    display: block;
    columns: var(--columns);
    gap: var(--gap);
}
.megasubmenu .row > * {
  break-inside: avoid;
  margin-bottom: var(--gap);
}
.megasubmenu .row .col {
    font-size: 14px;
    line-height: 24px;
    padding: 0 20px 10px 15px;
}
.megasubmenu .featuredcat .cat {
    border: 1px solid #ccc;
    padding: .5rem;
    width: 200px;
    height:200px;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color:#4a4a4a;
}
.megasubmenu .featuredcat .cat:hover {
    color: rgb(0, 48, 121);
}
.megasubmenu .featuredcat .cat:first-of-type {
    margin-bottom: .5rem
}
.megasubmenu .featuredcat img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.megasubmenu .featuredcat h4 {
    font-size: .9rem;
    text-align: center;
    font-family: "Roboto";
    font-weight: 400;
}
.megasubmenu{
    padding: .5rem 1rem;
}
.megasubmenu .content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.navbar-expand-lg .navbar-nav .nav-link:first-of-type { padding-left: 0px;}
.navbar {background: rgb(0,48,120); z-index: 15; position: relative;}
.navbar-nav .nav-link { 
    color: #fff;
}
#mainMenu .dropdown-item {
    font-weight: 400;
    line-height: 1;
    padding: 9px 20px;    
}
.navbar .dropdown-menu {
    border: 0px;
    border-radius: 0px;
    transform: translateY(6px);
    position: relative;
}
.navbar .caret::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: -8px;
  left: 36px;
  background: #f6f6f6;
  border: 1px solid;
  border-color: #d5d5d5 transparent transparent #d5d5d5;
  transform: rotate(45deg);
    
}
.navbar-nav .has-megasubmenu:hover .dropdown-menu::before {
  content: '';
  background: none;
  position: absolute;
  left: -9px;
  height: 100%;
  top: 0;
  z-index: -4;
  width: 9px;
}
.navbar li .dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
.screen-darken{
    content: ''; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
    z-index:10;
    opacity:1; 
    visibility:visible;
    position: fixed;
    transition: .3s;
  }
.navbar .has-megasubmenu .dropdown-item::after {
    content: '\f105';
    font-size: 1rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    margin-left: 10px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.megasubmenu{ 
		left:100%;
        top:-6px;
        min-height: 100%;
        min-width:960px;
	}
	
	.dropdown-menu > li.has-megasubmenu:hover .megasubmenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

#closeForm {display: none;}
@media (max-width: 992px) {
    .iconsMovile {
        display: block;
        width: auto;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        filter: invert(1);
    }
    .iconsMovile img {
        width: 30px;
    }
    #burger {
        transform: translateX(11px);
      }
    #openSearch img {
        width: 23px;
        filter: invert(1);
    }
    #h1 .top, #h1 .iconsMiddle, #h1 .bottom {
        display: none;
    }
    
    #h1 .middle .logo img {
        /* width: 258px; */
        width: 100px;
        padding: .2rem .1rem;
    }
    .navbar { display: none;}
    header .icons {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
.hiddenForm {
    visibility: visible;
    opacity: 1;
    /* transition: all ease 250ms; */
}
@media (max-width: 1024px) {    
    #h1 .middle .form {
        width: 100%!important;
        position: absolute;
        top: 0px;
        left: 0px;
        height: auto;
        padding: 1rem;
        z-index: 2;
        background: #727376;
        /* transition: all ease 250ms; */
    }
    #closeForm {
        display: flex;
        color: #fff;
        background: #010101;
        align-items: center;
        justify-content: center;
        outline: none;
        border: none;
    } 
    .hiddenForm {
        visibility: hidden;
        opacity: 0;
        /* transition: all ease 250ms; */
    }
    #h1 .middle button, #h1 input {border:none;} 
    #h1 .middle .input-group { border: none; background: none;}  
}
.iconsMiddle a {
    margin-left: .5em;
}
.iconsMiddle img {
    width: 28px;
}
#dropFav {
    position: absolute;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    width: 350px;
    right: -15px;
    top: 35px;
    opacity: 0;
    visibility: hidden;
    transition: ease all 200ms;
}

#lWr li:first-of-type:hover #dropFav {
    opacity: 1;
    visibility: visible;
    transition: ease all 200ms;
}
#dropFav::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 22px;
    background: white;
    top: -5px;
    transform: rotate(45deg);
}
.dropFav .dropTitle {
    font-size: 14px;
    color: #000;
    text-align: left;
    padding: .5rem;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.dropFav .btnAllFav {
    font-size: 14px;
    text-align: center;
    padding: .5rem;
    box-shadow: 0px -5px 8px rgba(0,0,0,.2);
    color: rgb(0,48,120);
    cursor: pointer;
}
.dropFav .btnAllFav a {
    color: rgb(0,48,120) !important;
}
.dropFav .titleFav {
    color: #000;
    font-size: 14px;
    line-height: 1;
}
.dropFav .price {
    color: #000;
    font-size: 18px;
    margin-top: .5rem;
}
.dropFav ul {
    padding: .5rem;

}
.dropFav li {
    border-bottom: 1px solid rgba(0,0,0,.3);
    margin-left: 0px !important;
    width: 100%;
    padding-top: .5rem;
}
.dropFav ul li a:first-of-type {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: .5rem;
    align-items: flex-start;
    line-height: 1;
    position: relative;
}
.dropFav img {
    width: 100%!important;
    padding-top: .5rem;
}
.dropFav .btnDelete {
    color: rgb(0,48,120)!important;
    font-size: 13px!important;
    margin-left: 80px;
    padding-left: .5rem;
    line-height: 1;
}

.logoGroup {
    display: grid;
    /* grid-template-columns: 50px 115px; */
}
.iconsGroup {
    display: none;
    grid-template-columns: 50px 50px 50px;
}
@media (max-width: 992px) {
    .iconsGroup {display: grid;}
}
footer {
    background: #727376;
    border-top: 0px solid rgb(218, 218, 218);
}
footer .line {
    display: grid;
    grid-template-columns: 250px 1fr 1fr 1fr 1fr;
    border-bottom: 1px solid rgb(218, 218, 218);
    padding: 20px;
}
footer .line:first-of-type {
    
    font-size: 13px;
    letter-spacing: -0.5px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-right: 5px;
}
footer .der {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5;
}
/* footer .line:first-of-type img {
    width: 200px;
    padding-top: 0px;
} */
footer .line:first-of-type b {
    display: flex;
    position: relative;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    color: black;
    white-space: nowrap;
}
footer .line:first-of-type .izq {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
footer .izq a {
    font-size: 19px;
    background: gainsboro;
    padding: 7px 10px;
    border-radius: 50px;
}
footer .line:first-of-type .social {
    padding-top: 18px;
}
footer .line:last-of-type {
    font-size: 14px;
}
footer .line:last-of-type span {
    font-size: 13px;
}
footer .lists ul {
    margin: 0px;
    padding: 0px; 
}
footer .lists li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
footer input {
    padding: 6px;
    margin-top: 5px;
    width: 90%;
}
footer button {
    padding: 14px;
    background-color: rgb(0, 48, 120);
    border: none;
    letter-spacing: -0.4px;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 2px;
    font-weight: 600;
    line-height: 1;
    width: auto;
    margin: 10px auto auto 0px;
    color: white;
    text-transform: uppercase;
}

footer .footerEnd {
    width: 100%;
    padding: 10px 0px;
    display: grid;
    grid-template-areas:"text1 image" "text2 image"
}
footer .footerEnd p:first-of-type {
    grid-area: text1;
    
    font-weight: 400;
    position: relative;
    display: flex;
    font-size: 13px;
    color: #fff;
    margin-bottom: 5px;
}
footer .footerEnd p:last-of-type {
    grid-area: text2;
    
    font-size: 11px;
    font-weight: 400;
    line-height: 1.33;
    letter-spacing: -0.2px;
    color: rgb(251, 251, 251);
    margin: 0px;
}
footer .image {
    grid-area: image;
}
footer a,footer .der span {color: #fff;}
footer a b {color: #fff;}
/* footer .line:first-of-type b a {color: #66d040;} */
footer .line:first-of-type .social a {color: #3a3a3b;}
@media (max-width: 992px) {
    footer .line {
        grid-template-columns: 1fr;        
    }
    footer .footerEnd {
        text-align: left;
        grid-template-areas:"text1" "text2" "image";
    }    
    footer .footerEnd  .image {
        padding-top: 1rem;
    }    
    footer .line:first-of-type .social {
        padding-bottom: 18px;
    }
}

.arrepentido {
    background: #001848;
    border: 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.5em;
    line-height: 1;
    padding: 1rem 1.6rem;
    position: relative;
    transition: 150ms all ease-in;
}
.arrepentido:hover {
    color: #001848;
    transition: 150ms all ease-in;   
}
.arrepentido::after {
    content: 'Proceder';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #3a3a3b;
    transition: 150ms all ease-in;
    transform: translateY(-10px);
    opacity: 0;
}
.arrepentido:hover::after {
    transition: 150ms all ease-in;
    transform: translateY(0px);
    opacity: 1;
}
@media (max-width: 992px) {
    footer .line > div {
        padding-bottom: 1rem;
    }
    footer .line button, footer .line input {
        width: 100%;
    }
    footer .btn {
        width: 100%;
    }
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.owl-theme .owl-nav [class*="owl-"] {
    margin: 0px 5px;
}
.categoryCarousel {
    width: 100%;
}

#iconsCategory .owl-nav span {
    font-size: 50px;
    transform: translateY(-5px);
}
#iconsCategory .owl-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 50px;
    height: 50px;
    margin: 32px 0px;
}
#iconsCategory .owl-nav .owl-next {
    transform: translateY(-5px);
}
#iconsCategory .owl-nav .owl-prev span {
    transform: translateY(3px) rotate(180deg);
}

@media(max-width: 992px){
    .owl-dots {
        margin-top: 1rem;
    }
}
#megamenu {
    transform-origin: 100% 0%;
    position: absolute;
    left: 0px;
    width: 100%;
    background: rgb(0,48,121);
    z-index: 49;
    overflow: hidden;    
    padding: 10px 0px 40px 0px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 24px;  
    border: 0;
    border-radius: 0px;  
}
#megamenu ul {
    margin: 0px;
    padding: 0px;
}
#megamenu li {
    list-style: none;
    padding: 0px 10px;
    margin-bottom: 0px;
    display: block;
    flex-direction: column;
}
#megamenu li a {
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    line-height: 30px;
    transition: color 0.3s ease 0s;
    display: inline-block;
    margin-bottom: 0px;
    color: rgb(255,255,255)!important;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    transition: .2s;
}
#megamenu li a:hover {
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    line-height: 30px;
    transition: color 0.3s ease 0s;
    display: inline-block;
    margin-bottom: 0px;
    color: rgb(255,255,255)!important;
    border-bottom: 3px solid rgb(94, 91, 91);
    transition: .2s;
}
#megamenu .col-md-12 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.hoverMegamenu {
    opacity: 1!important;
    transform: scaleY(1)!important;
    transition: .2s;
}
.hiddenMegamenu {
    opacity: 0;
    transform: scaleY(0);
    transition: .2s;
}



.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */

#menuCategory {
    background: rgb(0,48,121);
    padding: 0rem 0rem;
    border-top: 0px solid rgb(218, 218, 218);
}
#categorias .nav-item {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}
#categorias .nav-item .nav-link {
    font-size: 14px;
    line-height: 2;
    padding: .6rem 0rem;
    border-bottom: 3px solid transparent;
    transition: .2s;
    color: #fff;
}
#categorias .nav-item .nav-link:hover {
    border-bottom: 3px solid #fff;
}
/*
#categorias .nav-item .nav-link::after {
    width: 100%;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -0.5px;
    left: 0px;
    transform: scaleX(0);
    background: -webkit-linear-gradient(left, rgb(204, 50, 171) 0%, rgb(220, 115, 115) 100%);
    transition: transform 0.2s ease-out 0s;
}
#categorias .nav-item:hover .nav-link::after {
    transform: scaleX(1);
    transition: transform 0.2s ease-in 0s;
}
*/
#categorias {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
@media(max-width: 1360px){
    #categorias .nav-item .nav-link {
        font-size: 12px;
    }
}
.navbar .navbar-nav .nav-item::after {
    position: relative;
    content:'|';
    padding: 0rem .5rem;
    color: #b0b0b0;
    font-size: 15px;
}
.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

/*
menu responsive mmenu light
*/
#my-menu { display: none;}
#my-menu a:hover {
    text-decoration: none;
    color: #fff;    
}
#my-menu li::before {
    transform: rotate(45deg) translate(-5px,-50%);   
}
#my-menu li span {
      
}
@media(max-width: 992px) {
    #my-menu {
        display: block;
    }
}
.mm-spn.mm-spn--light {
    background: rgb(0,48,120);
    color: #fff;
    --mm-spn-item-height: 46px;
    --mm-ocd-max-width: 500px;
}
#iconsCategory {
    margin: 40px 0px;
    background: #e0faec;
}
#iconsCategory .col-md-12 {
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 3rem; */
    text-align: center;
}
#iconsCategory a {
    color: #000;
    padding: .5rem;
}
#iconsCategory a:hover figure {
    /* box-shadow: 0 .5em 2em rgba(0,0,0,.25); */
    transform: scale(1.02);
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
#iconsCategory figure {
    position: relative;
    border-radius: 100%;
    padding: 10px;
    width: 100%;
    margin: 0px;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    overflow: hidden;
    /*background-image: linear-gradient(45deg, #2340ab, #2964e2);*/
    /* background-image: linear-gradient(45deg, #ffffff, #b5b1b1); */
    background: #fff;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
    /* box-shadow: rgb(0 0 0 / 20%) 0px 2px 8px 2px;    */
}
#iconsCategory p {
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    #iconsCategory .col-md-12 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 0rem;
        align-items: flex-start;
        justify-content: center;
        padding: 0rem;
    }
    #iconsCategory {
        margin: 10px 0px;
        padding: 1rem;
        background: #e0faec;
    }
    #iconsCategory .owl-nav .owl-next {
        transform: translateX(-24px) translateY(9px);
    }
    #iconsCategory .owl-nav .owl-prev {
        transform: rotate(180deg) translateY(-9px);
    }
    #iconsCategory .owl-carousel .owl-stage-outer {height: 190px;}
    #iconsCategory .owl-nav {transform: translateY(-162px);}
    #iconsCategory a {
        padding: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }
    #iconsCategory figure {
        width: 78px;
        height: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #iconsCategory p {
        font-size: 8px;
        margin-top: .5rem;
      }
    
}
#limitedOffer .container{
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
    border-radius: 5px
}
#limitedOffer .col-md-12:first-of-type h1 {
    background-image: linear-gradient(-90deg, rgb(39, 89, 209), rgb(37, 76, 189));
    color: white;
    padding: 0.25em 0.5em;
    margin-block-end: 0.2em;
    letter-spacing: -0.53px;
    font-size: 32px;
    width: fit-content;
    
}
#limitedOffer .col-md-12:last-of-type {
    /*
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    */
    padding: 15px 15px 30px 15px;    
}

@media (max-width: 992px) {
    #limitedOffer {
        padding: 1rem;
    }
    #limitedOffer .owl-nav button {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        width: 50px;
        height: 50px;
        margin: 32px 0px;
    }
    #limitedOffer .owl-nav span {
        font-size: 50px;
        transform: translateY(-5px);
    }
    #limitedOffer .owl-nav .owl-prev span {
        transform: translateY(3px) rotate(180deg);
    }
    #limitedOffer .owl-nav button:last-of-type {
        transform: translateX(-25px);
    }
}
.itemsP .tags img {
    position: absolute;
    width: 90px;       
}
.itemsP, .itemsP figure {
    position: relative;        
}
.itemsP {
    text-align: center;        
    height: 414px;
}
.itemsP .tags img:nth-last-of-type(1) {
    top: 0;        
    left: 0;
}
.itemsP .tags img:nth-last-of-type(2) {
    top: 0;        
    right: 0;
    display: none;
}
.itemsP .tags img:nth-last-of-type(3) {
    bottom: 0;        
    left: 0;
}
.itemsP .tags img:nth-last-of-type(4) {
    bottom: 0;        
    right: 0;
    display: none;
}
.itemsP  p  {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 46px;
}
.itemsP h4  {
    font-size: 22px;
    font-weight: bold;
}
.itemsP .priceList span:first-of-type  {
    
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: -0.26px;
    color: rgb(136, 136, 136);
}
.itemsP .priceList span:last-of-type  {
    align-self: center;
    border-radius: 2px;
    padding: 2px 5px;
    background-color: #a8a8a8;
    line-height: 1;
    font-size: 16px;
    letter-spacing: -0.28px;
    color: rgb(255, 255, 255);
    margin-left: 3px;
}
.itemsP .priceList span:last-of-type::after  {
    content: "";
    font-size: 14px;
}
.itemsP .image img {
    height: 200px;
    object-fit: contain;
}

@media (max-width: 992px)  {
    .itemsP p {
        font-size: 10px;
        height: 30px;
        margin-bottom: .5rem;
    }
    .itemsP .priceList span:first-of-type,
    .itemsP .priceList span:last-of-type,
    .itemsP .priceList span:last-of-type::after {font-size: 12px;}
    .itemsP .tags img { width: 48px;}
    .homeRecent .itemsP {
        flex: 0 0 48%!important;
        padding: 10px!important;
        margin: 0px 7px!important;
    }
    #limitedOffer .col-md-12:first-of-type h1 {
        font-size: 18px;
        width: 100%;
        text-align: center;
    }
    .homeRecent .col-md-12:first-of-type h3 {
        font-size: 20px;
        text-align: center;
    }
    .navs { display: none;}
    .itemsP h4 {font-size: 17px;}
    .itemsP .image img {
        height: 100px;
    }
    .itemsP {
        height: 268px;
    }
}
#ads1, #ads2, #ads3, .ads  {
    margin: 60px 0px;
}

#ads1 .col-md-12, #ads3 .col-md-12 {
    display: grid;
    grid-gap: 8rem;
    grid-template-columns: 1fr 1fr;
}
#ads2 .col-md-12 {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
}
/* #ads1 img {
    border-radius: 5px;
    overflow:hidden;
} */

.adsFlex {
    display: flex;
    justify-content: space-between!important;
    align-items: center;
}

/****ADS1***/
.ads1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background: #fff;
    padding: 1.5rem .5rem;
    width: 48%;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
.ads1:hover {
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 2.5px 0.5px, rgb(0 0 0 / 7%) 0px 8px 5px 0px, rgb(0 0 0 / 4%) 0px 9px 12px 0px, rgb(0 0 0 / 2%) 0px 12px 18px 0px;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
.ads1::before {
    content: '';
    position:absolute;
    width: 250px;
    height: 100%;
    top: 0px;
    left: -80px;
    padding: 10px;
    z-index: 1;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
/* colors BG ads1*/
.cAds1::before {background: #003078;}
.cAds2::before {background: #003078;}

/*button Color(1) ads1*/
.bAds1 {
    color:#003078;
    border: 1px solid #003078;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Work Sans';
}
.ads1:hover .bAds1 {
    color: #fff;
    background: #003078;
    border: 1px solid #003078;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}

/*button Color(2) ads1*/
.bAds2 {
    color:#003078;
    border: 1px solid #003078;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Work Sans';
}
.ads1:hover .bAds2 {
    color: #fff;
    background: #003078;
    border: 1px solid #003078;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}

/* bg animate ads1 */
.ads1:hover::before {
    left: -57px;
    transform: skewX(-7deg);
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
/* img Products animate ads1 */
.ads1:hover .p-image {
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    transform: translateY(-10px);
    
}
.p-image {
    width: 200px!important;
    margin-left: 40px;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    z-index: 2;
}
.ads1 .contentAds { width: 300px; }
.ads1 .contentAds img { width: 100px; display: block;}
.ads1 .contentAds h4 { 
    background: #003078;
    padding: .3rem .5rem;
    display: inline-block;
    margin: 1.5rem 0rem;
    color: #fff;
    font-size: 18px;
    font-family: 'Work Sans';
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: -0.7px;
}
.ads1 .contentAds p { 
    margin: 0rem 0rem 1.5rem 0rem;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.9px;
    line-height: 1.27;
    overflow: hidden;
    height: 107px;
}
/*end ads1*/

/*ads2*/
.pepito { 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1rem;
    position: relative;
}
#ads2 a {
    position: relative;
    display: block;
    font-family: "Work Sans", sans-serif;
    padding: 0rem;
}
#ads2 .image {
    width: 100%;    
    overflow: hidden;
}
#ads2 .image img {transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;}
#ads2 a:hover img {
    transform: scale(1.1);
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
}
#ads2 .promo {
    position: absolute;
    top: 0px;
    font-weight: bold;
    padding: 0rem .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index:3;
}
#ads2 a:hover h3 {
     transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
     padding: 1rem 1rem .5rem 1rem;
}
#ads2 h3 {
    margin: 0rem;
    padding: .5rem 1rem;
    font-size: 15px;
    transition: all 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    position: relative;
}
#ads2 .p1 {
    background: #fc2e79;
    color: #fff;
}
#ads2 .p2 {
    background: #6f4abe;
    color: #fff;
}
#ads2 .texto {
    background: #fff;
    color: #000;
    padding: .5rem;
    height:70px;
    overflow: hidden;
}
#ads2 .texto p {
    text-size-adjust: 90%;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.44;
    letter-spacing: -0.5px;
}
#ads2 a:first-of-type {
    padding-left: 0rem;
}
#ads2 a:last-of-type {
    padding-right: 0rem;
}


@media(max-width: 992px) {
    #ads1 .col-md-12, #ads3 .col-md-12 , #ads2 .col-md-12 {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .adsFlex {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        padding: 1rem;
    }
    .ads1 { 
        width: 100%;
        flex-direction: column;
        padding: 1.5rem .5rem 0.6rem .5rem;
    }
    .ads1::before {
        width: 100%;
        height: 193px;
        left: 0px;
    }
    .ads1 .contentAds img {
        z-index: 2;
        position: relative;
        background: #fff;
        padding: .5rem;
        border: 1px solid;
    }
    .p-image {
        width: 150px!important;
        margin-left: 0px;
    }
    .ads1 .contentAds {
        width: 100%;
    }
    .ads1 .contentAds p { 
        font-size: 17px;
        margin: 0rem 0rem 1rem 0rem;
    }
    .bAds1, 
    .bAds2 {width: 100%;}
    #ads1, #ads2, #ads3, .ads  {
        margin: 20px 0px;
    }
}
.homeRecent .col-md-12:first-of-type h3 {
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -1px;
    color: rgb(0, 0, 0); 
    flex: unset;
    font-size: 26px;
    display: block;   
}
.homeRecent .col-md-12:last-of-type {    
    /*display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 1rem;
    display: flex;*/
    /*
    scroll-snap-type: x mandatory;
    overflow-X: scroll;
    padding: 15px 15px 30px 15px;*/
    scroll-behavior: smooth;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.homeRecent .col-md-12:last-of-type::-webkit-scrollbar, 
.homeRecent .col-md-12:last-of-type::-webkit-scrollbar-thumb, 
.homeRecent .col-md-12:last-of-type::-webkit-scrollbar-track, 
.homeRecent .col-md-12:last-of-type::-webkit-scrollbar-track-piece {
    display: none;
}
.homeRecent .itemsP {
    /*scroll-snap-align: start;
    flex: 0 0 19.3%;*/
    background: #fff;   
    padding: 18px;
    margin: 0px 5px;
    box-shadow: rgb(0 0 0 / 8%) 0px 2px 4px 0px;
    border: 1px solid rgb(238, 238, 238);
    transition: box-shadow 275ms cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
    display: block;
    height: 391px;
    width: 100%;
}

.owl-nav { 
    width: 100%;
    transform: translateY(-225px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}
.owl-nav .arrows { 
    width:50px;
}
 
.owl-nav .owl-prev, 
.owl-nav .owl-next {
    background: rgba(255,255,255,.8)!important;    
}
.owl-nav .owl-prev {
    transform: rotate(180deg);   
}

.owl-nav .owl-prev img, 
.owl-nav .owl-next img {
    padding: 10px!important;    
}
.navs .btnLC {
    left:0px;
    transform:rotate(180deg);
}
.navs .btnRC {
    right:0px;
}
.category .owl-nav { transform: translateY(-190px);}
#mostProductForYou {
    position: relative;
}


@media(max-width:992px) {
    .homeRecent .itemsP {height: 309px;}
}
@media(max-width:992px){
    #offer0 {
        padding: 1rem;
    }
    #offer0 .owl-nav {
        transform: translateY(-195px);
    }
}

.listadoTecnico {
    width: 100%;
    padding: 0 15px;
    list-style: none;
    margin-top: 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: .5rem;
    justify-content: center;
  }
  @media(max-width:992px) {
    .listadoTecnico { grid-template-columns: 1fr;}
  }
.listadoTecnico li {
    width: 100%;
    padding-top: 22px;
    list-style: none;
    padding-bottom: 20px;
    border-bottom: solid 1px #eeeeee;
  }
  .sc-gzVnrw.gWMZyO::marker {
    content: '';
  }
.listadoTecnico li h2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    -webkit-letter-spacing: -0.4px;
    -moz-letter-spacing: -0.4px;
    -ms-letter-spacing: -0.4px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #000000;
    margin: 0;
    margin-bottom: 8px;
  }
.listadoTecnico li p {
    font-size: 14px;
    color: #444444;
    line-height: 1;
    -webkit-letter-spacing: -0.3px;
    -moz-letter-spacing: -0.3px;
    -ms-letter-spacing: -0.3px;
    letter-spacing: -0.3px;
    text-align: left;
  }
.listadoTecnico li p a {
    color: #006afd;
    text-decoration: none;
  }
  .modalPhone h2 {
    margin: 0px;
    font-size: 26px;
    font-weight: 300;
    line-height: 0.73;
    letter-spacing: -0.6px;
    text-align: center;
    display: block;
  }
  .modalPhone p {
    margin: 10px 0px 0px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: -0.3px;
    text-align: center;
    color: rgb(102, 102, 102);
  }

  /*

  ATENCION AL CLIENTE

  */
  .rutas-container[_ngcontent-sog-c23] {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: .25em;
    grid-column-gap: .5em;
  }
  .rutas-container[_ngcontent-sog-c23] .ruta[_ngcontent-sog-c23] {
    display: grid;
    grid-template-columns: 64px auto;
    align-items: center;
    margin: 1em;
  }
  .rutas-container[_ngcontent-sog-c23] [_ngcontent-sog-c23] {
    cursor: pointer;
  }
  .mat-card:not([class*="mat-elevation-z"]) {
    box-shadow: 0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;
  }
  .mat-ripple {
    overflow: hidden;
    position: relative;
  }
  .mat-ripple:not(:empty) {
    transform: translateZ(0);
  }
  .mat-card {
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
    position: relative;
    padding: 16px;
    border-radius: 4px;
  }
  .mat-card {
    background: #fff;
    color: #000000de;
  }
  .rutas-container[_ngcontent-sog-c23] .icono[_ngcontent-sog-c23] {
    font-size: 48px;
    width: 48px;
    height: 48px;
    margin: auto;
    color: #727376;
  }
  .mat-icon {
    background-repeat: no-repeat;
    display: inline-block;
    fill: currentColor;
  }
  .material-icons {
    vertical-align: middle;
  }
  .material-icons {
    font-size: 24px;
    font-family: Material Icons Round,Material Icons;
  }
  .material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  }
  .mat-card > :last-child:not(.mat-card-footer), .mat-card-content > :last-child:not(.mat-card-footer) {
    margin-bottom: 0;
  }
  .mat-card-header {
    display: flex;
    flex-direction: row;
  }
  .mat-card {
    color: #000000de;
  }
  .mat-card-header-text {
    margin: 0 16px;
  }
  .mat-card-header .mat-card-title {
    margin-bottom: 12px;
  }
  .mat-card-header .mat-card-title {
    font-size: 20px;
  }
  .mat-card-title {
    display: block;
    font-weight: 500;
  }
  .mat-card-subtitle {
    color: #0000008a;
  }
  .mat-card-content, .mat-card-subtitle {
    font-size: 14px;
  }
  .mat-h1, .mat-headline, .mat-typography h1 {
    font: 400 24px/32px Roboto;
    letter-spacing: 0;
    margin: 0 0 16px;
  }


  /*terminos y el resto de las secciones*/
  
  .t-heading-2 {
    font-weight: 500;
    font-size: 1.5rem;
  }
  .t-heading-4 {
    font-weight: 700;
    font-size: 1.12rem;
  }
  .t-heading-1, .t-heading-2 {
    font-family: Inter,-apple-system,helvetica,roboto,arial,sans-serif;
    text-transform: none;
    letter-spacing: -.03rem;
  }
  .tl {
    text-align: left;
  }
  .c-on-base, .c-on-base--inverted {
    color: #1d271f;
  }
  .vtex-rich-text-0-x-heading--accordion-content, .vtex-rich-text-0-x-heading--static-page-content {
    color: #1d271f;
  }
  .vtex-rich-text-0-x-container--static-page-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(24,24,24,0.16);
  }
  .justify-start {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .items-start {
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .flex {
    display: -webkit-box;
    display: flex;
  }
  .vtex-rich-text-0-x-paragraph--static-page-content, .vtex-rich-text-0-x-listItem--static-page-content {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .vtex-flex-layout-0-x-flexRowContent--br {
    border-radius: 0.5rem;
  }
  .vtex-flex-layout-0-x-flexRowContent--bg-white {
    background-color: #fff;
  }
  .w-100 {
    width: 100%;
  }
  .justify-start {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
  .items-stretch {
    -webkit-box-align: stretch;
    align-items: stretch;
  }
  .vtex-flex-layout-0-x-stretchChildrenWidth > :not(img) {
    width: 100%;
  }
  .b {
    font-weight: 700;
  }
  .vtex-rich-text-0-x-paragraph--static-page-content, .vtex-rich-text-0-x-listItem--static-page-content {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .lh-copy {
    line-height: 1.5;
  }
  #terminos a,
  #politica a {color: rgb(0, 102, 204);}
  @media only screen and (min-width: 64rem) {
    .vtex-flex-layout-0-x-flexRowContent--content-static-full {
      padding-top: 3rem;
      padding-bottom: 2rem;
      margin-top: 3rem;
      margin-bottom: 2rem;
    }
    .vtex-flex-layout-0-x-flexCol--content-static-full {
      padding-left: 10.63rem;
      padding-right: 10.63rem;
    }
}
@media(max-width:992px){
  .c-on-base, .c-on-base--inverted {
    padding: 1rem;
  }
}

/*corporativo*/

.cFull, .cfull {
  width: 100%;
  overflow-x: hidden;
}
.banner {
  padding-top: 0px;
}
.cFull .container-fluid-1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.cFull .modulo {
  position: relative;
  max-height: 365px;
  min-height: 365px;
}
.banner-desktop {
  width: 100%;
  max-height: 365px;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100%;
  position: absolute;
  background-position: 100%;
  top: 0;
  left: 0;
}
.cFull .container-texto-banner {
  width: 1366px;
  margin: auto;
  position: relative;
  min-height: 1px;
  padding-left: 43px;
  padding-right: 43px;
  padding-top: 139px;
  padding-bottom: 133px;
}
.cFull .landing__header__logo {
  position: relative;
}
.cFull, .cFull html body {
  font-family: 'Noto Sans', sans-serif;
}
.titulo {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 12px;
}
.subtitulo {
  width: 500px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #000000;
}
.cFull .flex-center {
  height: 68px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.08);
  border: solid 1px #eeeeee;
  background-color: #ffffff;
}
.cFull .container-1 {
  max-width: 100%;
}
.flex-center, .icon-text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.icon-text {
  padding-right: 31.5px;
  border-right: 1px solid #eeeeee;
  margin-right: 31.5px;
}
.img-1 {
  width: 40px;
  margin-right: 19.7px;
}
.img-2 {
  width: 56px;
  margin-right: 15px;
}
.img-3 {
  width: 34px;
  margin-right: 20.4px;
}
.icon-text p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: -0.2px;
  color: #000000;
  margin: 0;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
.solicitar {
  background-color: #fafafa;
  padding-top: 64px;
  padding-bottom: 64px;
}
.cFull .container-2 {
  width: 1062px;
  margin-right: auto;
  margin-left: auto;
}
.flex-center-solicitar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.mail-corporativo {
  width: 794px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 64px;
}
.linea-gradiente {
  width: 794px;
  height: 2px;
  background-image: linear-gradient(to left, #f15491, #f7c542);
}
.mail-corporativo h2 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  color: #000000;
  margin-top: 27px;
  margin-bottom: 27px;
}
.item-solicitar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 299px;
  height: auto;
  min-height: 358px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.contenido {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.item-solicitar img {
  height: 50px;
  margin-bottom: 18px;
  filter: saturate(0);
}
.enlace {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: -0.2px;
  color: #006afd;
}
.cFull img {
  vertical-align: middle;
}
.img-11 {
  width: 55px;
}
.btn-corporativo {
  width: 212px;
  height: 40px;
  border-radius: 2px;
  background-color: #440099;
  display: flex;
  justify-content: center;
  align-items: center;
}
.galeria-descuentos {
  width: 1280px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.marco {
  width: 626px;
  height: 221px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 3px 2px 0 rgba(0, 0, 0, 0.1);
}
.fondo-imagen1 {
  width: 100%;
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.fondo-imagen2 {
  height: 100%;
  content: '';
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.img-text {
  padding-left: 32px;
}
.galeria-descuentos h2 {
  width: 264px;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 12px;
}
.galeria-descuentos h3 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  color: #440099;
}
.slider {
  padding-bottom: 64px;
  background-color: #fafafa;
}
.item-solicitar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 299px;
  height: auto;
  min-height: 358px;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.contenido {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.contenido h3 {
  width: 251px;
  font-size: 18px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #444444;
  padding-bottom: 8px;
  border-bottom: solid 1px #dddddd;
}
.contenido p {
  width: 75%;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.3px;
  text-align: center;
  color: #444444;
  margin-top: 14px;
  margin-bottom: 10px;
}
.btn-corporativo {
  width: 212px;
  height: 40px;
  border-radius: 2px;
  background-color: #440099;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-corporativo a, .btn-corporativo a:focus, .btn-corporativo a:hover {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-decoration: none;
}
.slider-texto {
  min-height: 213px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
}
.slider-texto h2 {
  font-size: 26px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.08;
  letter-spacing: -1px;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
}
.slider-texto h3 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  text-align: center;
  letter-spacing: -0.2px;
  color: #440099;
}
.banner-mobile {
  display: none;
}
.landing__header__logo .subtitulo {
  width: 500px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #000000;
}
.landing__header__logo .titulo {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.2px;
  color: #000000;
  margin-bottom: 12px;
}
@media(max-width:992px){
  .cFull .flex-center {
    width: 100%;
    height: 77px;
    padding-left: 11px;
    padding-right: 11px;
    justify-content: space-around;
  }
  .cFull .container-2 {
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
  }
  .icon-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    padding-right: 8px;
  }
  .icon-text p {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -0.4px;
    text-align: center;
    color: #000000;
  }
  .icon-text img {
    margin-bottom: 4px;
    width: 28px;
    margin-right: 0px;
  }
  .item-solicitar {
    width: 100%;
    margin-bottom: 24px;
  }
  .btn-corporativo {
    width: 251px;
  }
  .flex-center-solicitar {
    flex-direction: column;
    width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    margin-right: auto;
    margin-left: auto;
  }
  .galeria-descuentos {
    width: 100%;
    flex-direction: column;
    padding-left: 11px;
    padding-right: 11px;
  }
  .mail-corporativo {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 32px;
  }
  .cFull .modulo {
    position: relative;
    max-height: 204px;
    min-height: 304px;
  }
  .banner {
    padding-top: 60px;
    padding-top: 0px;
  }
  .cFull .container-texto-banner {
    width: 100%;
    padding-left: 26px;
    padding-right: 15px;
    padding-top: 27px;
    padding-bottom: 15px;
  }
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
    width: 100%;
    max-height: 365px;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: absolute;
    background-position: 100%;
    top: 0;
    left: 0;
  }
  .landing__header__logo .titulo {
    width: 69%;
  }
  .landing__header__logo .subtitulo {
    width: 75%;
  }
  .icon-text .mobile {
    display: block;
  }
  .desktop {display: none;}
  .icon-text .desktop {
    display: none;
  }
  .marco {
    width: 100%;
    margin-bottom: 24px;
  }
  .fondo-imagen1 {
    background-position: 10%;
  }
  .fondo-imagen2 {
    background-position: 101%;
  }
  .img-text {
    padding-left: 30px;
  }
  .mail-corporativo h2 {font-size:17px;}
  .slider-texto h2 {font-size:17px;margin-bottom: 0.5rem;}  
  .slider-texto h3 {font-size:18px; padding: 0px .5rem;}  
  .slider-texto {padding-top: .5rem;min-height: auto;}
}
/*medios de pago*/
.sectionTitle--2TxfEk62V5 {
  min-width: 794px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
  font-size: 38px;
  margin: 0;  
  margin-top: 11px;
}
.paymentMethods--2Qu_ZhaigC {
  min-width: 794px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-top: 35px;
  margin-bottom: 35px;
}
.method--1L8J1d9Njj:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.methodSelected {
  background-color: #fafafa;
}
.methodHeader--3k7GBu7BRG {
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  height: 87px;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.methodHeader--3k7GBu7BRG::after {
  content: "";
  background-image: url(../img/right.svg);
  position: absolute;
  right: 26px;
  top: 41px;
  width: 14px;
  height: 9px;
}
.methodImage--1rmRU2LlIr {
  max-height: 38px;
}
.methodTitle--m-T_nro8U3 {
  margin: 0;  
  margin-left: 14px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.methodContent--30MXSeYYGe {
  display: none;
  padding: 0 25px 22px;
  margin-top: 5px;
}
.methodSelected .methodContent--30MXSeYYGe {
  display: block;
}
.installment--3xPlLm3aU6 {
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.installmentsDisclaimer--2jm-cDPyFp {
  font-size: 12px;
  color: #999;
  margin: 10px 0 0;
}
.installmentsHeader--3zliwy-dbr {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #999;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
.cuotaCell--3WxYXgjERU {
  width: 50%;
}
.CFTCell--3Bud8FbN9-, .CTACell--KfRspqMQEz {
  width: 25%;
}
@media(max-width:992px) {
  .sectionTitle--2TxfEk62V5 {
    min-width: 100%;
    font-family: 'Noto Sans', sans-serif;    
    font-weight: 500;
    padding: 0 17px;
    font-size: 28px;
    margin-top: 9px;
  }
  .paymentMethods--2Qu_ZhaigC {
    min-width: 100%;
    margin-top: 20px;
    border-radius: 0;
  }
  .methodHeader--3k7GBu7BRG::after {
    right: 17px;
    top: 32px;
  }
  .methodHeader--3k7GBu7BRG {
    height: 74px;
    padding: 0 17px;
  }
  .methodTitle--m-T_nro8U3 {
    font-size: 20px;
  }
  .methodContent--30MXSeYYGe {
    padding: 0 17px 15px;
    margin-top: 17px;
  }
  .installmentsDisclaimer--2jm-cDPyFp {
    margin: 15px 0 0;
  }
  .installmentsHeader--3zliwy-dbr {
    padding-bottom: 10px;
  }
  .installment--3xPlLm3aU6 {
    min-height: 48px;
    padding: 14px 0;
  }
}
/* Lista de deseos */
.cart-table .table {
  border-bottom: 8px solid #f6f6f6;
  margin: 0;
}
.cart-table .table thead {
  background-color: #f6f6f6;
}
.cart-table .table thead tr th {
  text-align: center;
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #292323;
  padding: 12px 20px;
}
.cart-table th.pro-thumbnail, .cart-table td.pro-thumbnail {
  max-width: 160px;
  min-width: 120px;
  width: 160px;
}
.cart-table .table tbody tr td {
  text-align: center;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  padding: 25px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.cart-table td.pro-thumbnail a {
  display: block;
}
.cart-table td.pro-thumbnail a img {
  width: 100%;
  background-color: #f6f7f8;
}
.cart-table td.pro-title a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.cart-table td.pro-price span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
}
.cart-table td.pro-quantity .pro-qty {
  width: 90px;
  height: 35px;
  border: 1px solid #999999;
  border-radius: 50px;
  padding: 0 15px;
  display: block;
  margin: auto;
}
.cart-table td.pro-quantity .pro-qty .qtybtn {
  width: 15px;
  display: block;
  float: left;
  line-height: 31px;
  cursor: pointer;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}
.cart-table td.pro-quantity .pro-qty input {
  width: 28px;
  float: left;
  border: none;
  height: 33px;
  line-height: 33px;
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.cart-table td.pro-addtocart button {
  width: 140px;
  border-radius: 50px;
  height: 36px;
  border: 1px solid #ff5151;
  line-height: 24px;
  padding: 5px 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #fff;
  background-color: #ff5151;
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
@media(max-width:992px){
  .cart-table .table thead {
    display: none;
  }
  .cart-table .table tbody tr td {
    display: block;
    width: 100%;
    max-width: none;
    padding: 15px;
    text-align: left;
  }
  .cart-table th.pro-thumbnail a, .cart-table td.pro-thumbnail a {
    width: 160px;
  }
  .cart-table td.pro-quantity .pro-qty {
    margin: 0;
  }
  .cart-table td.pro-remove a {
    width: 60px;
    text-align: center;
  }
  #gridProducts .container .row .col-md-12:first-of-type{
    margin-bottom:0px;
  }
  #gridProducts .container .row .col-md-12:last-of-type {
    margin-bottom: 1rem;
    margin-top: 0px;
  }
}

.e--paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.e--paginate > * {
  margin: 0rem .5rem;
  box-shadow: 0px 1px 8px rgba(0,0,0,.5);
  border-radius: 5px;
  background: #fff;
  height: 40px;
}
.e--paginate a {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.e--paginate a {
  background: url('../img/angle-left.svg');
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(0,0,0,0);
}
.e--paginate a:nth-of-type(2) {
  background: none;
}
.e--paginate a:last-of-type {
  transform: rotate(180deg);
}
.e--paginate input {
  width: 60px;
  outline: 0;
  border: none;
  padding-left: 5px;
  background: none;
}


/*tags filter products*/
#filter .tags {
  padding: 1.5rem 0rem 0rem 0rem;
}
.sc-list-navbar-left .sc-ui-tags-container {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: thin;
}
.sc-ui-tags-container {
  cursor: pointer;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.sc-ui-tags-container, .sc-ui-tags-container__title {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline;
  display: inline;
}
.onus-tag {
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  border: 1.2px solid rgba(0,0,0,.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0,0,0,.8);
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  border-radius: 25px;
}
.sc-ui-tags-container .onus-tag {
  margin: 4px 8px 4px 0px;
}
.onus-tag__label {
  color: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    min-width: 0;
}
.onus-tag--small .onus-tag__label {
  font-size: inherit;
  padding: 0 .3333333333em;
}
.sc-ui-tags-container .onus-tag .onus-tag__label {
  margin-left: 0;
}
.onus-tag__close {
    flex-shrink: 0;
}
.onus-tag__close {
  -webkit-align-items: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  outline: none;
  padding: 0;
  -webkit-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
}
.onus-tag--small .onus-tag__close {
  font-size: inherit;
  height: 1.3333333333em;
  margin-left: -.1666666667em;
  width: 1.3333333333em;
}
#gridProducts .col-md-12 {
  margin: 3rem 0rem 1rem 0rem;
}
#gridProducts .col-md-12:last-of-type {
  margin: 0rem 0rem 1rem 0rem;
}
.homeRecent .itemsP {height: 350px;}
.homeRecent .img-fluid {
  height: 200px;
  object-fit: contain;
}

#centroayuda .accordion-item {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 1rem;
  box-shadow: 0 2px 1px -1px #0003,0 1px 1px 0 #00000024,0 1px 3px 0 #0000001f;
}
.rutas-container[_ngcontent-sog-c23] .ruta[_ngcontent-sog-c23] {
  margin: 0rem;
  box-shadow: none;
  width: 100%;
}
#centroayuda .accordion-button {padding: 0rem 1rem 0rem 0rem;}
#centroayuda .accordion-button:not(.collapsed) {
  background-color: #fff;
  box-shadow: none;
}
@media(max-width:992px){
  #centroayuda .mat-card-header-text {
    line-height: 1;
  }
  #centroayuda .mat-card-header .mat-card-title {
    font-size: 13px;
    margin-bottom: 0px;
  }
  #centroayuda .mat-card-content, .mat-card-subtitle {
    font-size: 9px;
    line-height: 1;
  }
  #centroayuda .maschico {
    font-size: 15px;
  }
  #centroayuda h2 {
    font-size: 13px;
  }
  #centroayuda .pt-md-5 {
    padding-top: 1rem;
  }
}
/*Favoritos*/
#favoritos ul li a:first-of-type {
  display: block;
}
#favoritos .gridItem {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 24px;
}
#favoritos .titleFav {
  color: rgba(0,0,0,.8);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.29;
  overflow: hidden;
  margin: 12px 0 0;
  white-space: pre-wrap;
}
#favoritos .price {
  font-size: 24px;
  font-weight: bold;
}
#favoritos .btnDelete {
  color: #3483fa;
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  white-space: pre-wrap;
  margin-left: 0px;
  padding-left: 0px;
}
#favoritos li {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 40px;
  align-items: center;
  border-color: rgba(0,0,0,.1);
}
#favoritos ul {
  background: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
  box-sizing: border-box;
  margin-bottom: 0px;
}
.pageFav {
  background: #ededed;
  padding: 48px;
  padding-top: 20px;
}
#favoritos .dropTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 26px;
  color: #667384;
  border-bottom: none;
}
#favoritos .filter {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  padding: 8px 16px;
  justify-content: space-between;
  background: #fff;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}
#favoritos .filter label {
  color: rgba(0,0,0,.25);
  font-size: 14px;
  margin-left: 4px;
  padding-left: 12px;
  padding-right: 12px;
}
#favoritos .filter span {
  color: rgba(0,0,0,.9);
  font-size: 14px;
  margin-left: auto;
}
@media(max-width: 992px) {
  .pageFav {padding: 0px;}
  #favoritos li {
    display: block;
    padding-top: 0px;
    padding-bottom: .5rem;
  }
  #favoritos .gridItem {
    grid-template-columns: 80px 1fr;
    gap: 12px;
  }
  #favoritos .titleFav {  
    font-size: 14px;
  }
  #favoritos .price {
    font-size: 18px;
    margin-top: 0px;
  }
  #favoritos .btnDelete {
    font-size: 12px;
  }
  #favoritos .filter,
  #favoritos li input {display: none;}
  #favoritos .dropTitle {
    font-size: 18px;
    margin-bottom: 0px;
  }
}

/*Producto (detalle)*/
#cuotas li a {
  font-size: 14px;
}
/*lista compra*/
#listaCompra {
  padding: 48px;
}
#listaCompra .lista {
  margin-bottom: 1rem;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #f2efef;
}
#listaCompra .top {
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  justify-content: space-between;
  background: #fff;
  border-top-left-radius: 5px;
  padding: 1rem;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #f2efef;
  font-weight: bold;
}
#listaCompra .fecha {text-align: left;}
#listaCompra .btnComprar {display: none;}
#listaCompra img {
  width: 100%;
  border: 1px solid #dbd2d2;
  border-radius: 5px;
  object-fit: contain;
}
.contentList {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  align-items: center;
  font-size: 16px;
  padding: .5rem;
  position: relative;
}
.contentList span {
  color: rgb(0,160,77);
  font-weight: bold;
}

.btnGroup {
  position: absolute;
  right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.btnGroup a {
  padding: 1rem;
  width: 150px;
  height: 40px;
  display: flex;
  align-items:center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: .5rem;
  text-decoration: none;
  font-size: 14px;
}
.btnGroup a:first-of-type {background:rgb(52,131,250);color: #fff;}
.btnGroup a:last-of-type {background:rgb(228,238,250);color: rgb(52,131,250);}

@media(max-width: 992px) {
  .btnGroup {
    display: none;
  }
  #listaCompra .btnComprar {
    display: block;
    text-align: right;
    color: rgb(106,158,242);
  }
  .contentList {
    grid-template-columns: 80px 1fr;
    font-size: 12px;
  }
  #listaCompra {
    padding: 24px;
  }
  #listaCompra .top {
    padding: .5rem;
    font-size: 11px;
  }
}


/* En línea #18 | https://grupoelectron.com.ar/sistema/index.php?pagina=seguimiento&web=1 */

#seguimiento {
  padding: 48px;
}

#seguimiento ul li:first-of-type {
  color: #0c9900;
  font-weight: bold;
  font-size: 15px;
  padding-top: 1rem;
}

#seguimiento ul li:first-of-type::before {
  content: '';
  width: 15px;
  height: 15px;
  background: green;
  position: absolute;
  left: -40px;
  border-radius: 25px;
  top: 21px;
}

#seguimiento li {
  position: relative;
  list-style: none;
  font-size: 14px;
  color: #686767;
}

#seguimiento ul {
  border-left: 1px solid #0c9900;
  margin-bottom: 0px;
}

#cards-holder img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
#cards-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media(max-width: 992px) {
  #cards-holder {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#iconsCategory .noImage {
  padding: 3rem;
  
}
#mainSeguimiento {
  display:flex;
  flex-direction: column;
  align-items: center;
}
.seguimiento--image {
  padding: 48px 48px 0px 48px;
}
.seguimiento--image .image {
  width: 100px;
  height: 100px;
  background: #ccc;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.seguimiento--image img {
  width: 100%;
}
.mainTitle {text-align: center;}
#seguimiento .gris li:first-of-type::before {background: gray;}
#seguimiento .gris { border-color: gray;}
#seguimiento .gris li:first-of-type {color: gray;}
#iconsCategory .noImage {filter: brightness(57%);}
@media(max-width: 992px) {
  #iconsCategory .noImage {
    padding: 0rem;
    width: 27px;
    height: 51px;
    object-fit: contain;
    filter: brightness(57%);
  }
}



/*icons mobile*/
.cDGqRH .grid {
  grid-template-columns: 1fr 12px 1fr;
}
.cDGqRH .mobile {
  display: grid;
}
.cDGqRH .grid {
  display: grid;
  grid-auto-flow: column;
  -moz-box-align: center;
  align-items: center;
  max-width: 1300px;
  margin: auto;
}
.cDGqRH * {
  font-size: 7px;
}
.cDGqRH * {
  font-weight: normal;
}
.ctGqpH * {
  box-sizing: border-box;
  min-height: 0px;
  min-width: 0px;
}
.cDGqRH .container {
  gap: 10px;
}
.cDGqRH .container {
  display: grid;
  grid-auto-flow: column;
  -moz-box-align: center;
  align-items: center;
  gap: 10px;
}
.cDGqRH .icon-container {
  display: flex;
  -moz-box-pack: end;
  justify-content: flex-end;
}
.cDGqRH .icon {
  height: 30px;
}
.ctGqpH img {
  max-width: 100%;
}
.cDGqRH p {
  margin: 0px;
}
.cDGqRH a {
  color: rgb(0, 106, 253);
  text-decoration: none;
}
.cDGqRH .line {
  width: 1px;
  background-color: rgb(218, 218, 218);
  height: 48px;
  justify-self: center;
}
#mobileicons {
  display: none;
  background: #fff;
  margin-top: 1rem;
  border-radius: 5px;
}
@media(max-width:992px) {
  #mobileicons {display: block;}
}
#search form {
  width: 90%;
}
#h1 .middle .form {
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.allCategoryBtn {
  width: 100%;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #6c6c6c;
  margin-top: 1rem;
  padding: .5rem;
  display: none;
  align-items: center;
  justify-content: center;
  transition: ease 250ms;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
@media(max-width:992px) {
  .allCategoryBtn {display: flex;}
}
.owl-carousel .owl-stage-outer {z-index: 3;}


.intro--about {
  /* background: url(https://aiguaweb.com/wp-content/uploads/2021/09/DSC0902-scaled. */
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: center;
  background-size: cover;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.intro--about::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.8);
  position: absolute;
  z-index: 1;
}
.intro--about h1 {
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
}
.about {
  background: #F3F6F3;
  padding: 3rem 0rem;
}
.about .row {
  background: #fff;
  flex-direction: row-reverse;
}
.about .row .col-md-6 {
  padding: 0px;
}
.about .row .col-md-6:last-of-type {
  display: grid;
  place-items: center;
  place-content: center;
}
.about img {
  height: 400px;
  object-fit: cover;
  object-position: center;
}
.about .all--txt {
  width: 75%;
}
.about .all--txt h2 {
  position: relative;
}
.about .all--txt h2::before {
  content: '';
  width: 70px;
  height: 4px;
  background: #30c7b5;
  position: absolute;
  top: -30px;
}
.about p {
  color: rgb(119, 119, 119);
  font-family: Lato, sans-serif;
  font-size: 20.8px;
  white-space: normal;
}
.centro {
  z-index: 4;
  width: 70%;
  text-align: center;
}
.centro h3 { font-size: 16px; color:#fff;}
.empresaMain .about:nth-of-type(2) {
  direction: rtl;
}
@media (max-width: 992px) {
  .about .row {
    flex-flow: column-reverse;
  }
  .about .row .col-md-6:last-of-type {
    padding: 2rem 0rem;
  }
  .centro {
    z-index: 4;
    width: 90%;
    text-align: center;
  }
  .centro h1 { font-size: 21px; color:#fff;}
  .centro h3 { font-size: 14px; color:#fff;}
  .about p {text-align: center;}
}
.btn-block {
  width: 100%;
  background-color: #003078;
  border-color: #003078;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-block img {
  width: 20px;
  margin-right: .5rem;
}

.limitedOffer .owl-item img {
  height: 200px;
  object-fit: contain;
}
.navbar,
#h1 .top,
.cAds1::before,
.cAds2::before,
.ads1 .contentAds h4,
.ads1:hover .bAds1,
.ads1:hover .bAds2,
.arrepentido,
.mm-spn.mm-spn--light {
  background: var(--color2022);
}
.ads1:hover .bAds1,
.ads1:hover .bAds2 {
  border-color: var(--color2022);
}
.arrepentido:hover {
  color: var(--color2022);
}
#limitedOffer .col-md-12:first-of-type h1 {
  background-image: linear-gradient(-90deg, var(--color2022), var(--color2022));
}

.limitedOffer .btn img {
  width: 20px;
  height: 20px;
}
.limitedOffer .btn {
  width: 80%;
  margin-left: 10%;
}
.homeRecent .btn img {
  width: 20px;
  height: 20px;
}
.homeRecent .itemsP {
  height: 413px;
}
@media(max-width:1000px) {
  .itemsP .btn-block {font-size: 11px;}
  .itemsP .btn-block img {width: 17px;}
}
@media(max-width: 992px) {
  .itemsP .btn-block {
    font-size: 9px;
  }
  .limitedOffer .btn {
    width: 100%;
    margin-left: 0%;
  }
  .homeRecent .itemsP {
    height: 377px;
  }
  .itemsP .priceList span {
    font-size: 9px;
  }
}
.subrubrolista a {padding: 0rem .3rem;}

.ui-widget.ui-widget-content {
  border: 0px solid #ddd !important;
  background: #ddd !important;
}