:root {
    --blanco: #fff;
}
.bg-transparent {
    background-color: transparent;
}
.no-border {
    border: none !important;
}
.alerta{transition:all .3s ease;text-align:center;border-radius:5px;border:none;color: #252433;padding:15px 20px;margin:30px 0;color: white;}
.alerta span{color: #252433;/* opacity:.5; */margin-right: 5px;transition:all .3s ease;}
.alerta span:hover{opacity:1}
.alerta.error{background:#E75D52;}
.alerta.exito{background: green;}

.mt-1 {margin-top: 1rem;}
.mt-2 {margin-top: 2rem;}
.mt-3 {margin-top: 3rem;}
.mt-4 {margin-top: 4rem;}
.mt-5 {margin-top: 5rem;}

.mb-1 {margin-bottom: 1rem;}
.mb-2 {margin-bottom: 2rem;}
.mb-3 {margin-bottom: 3rem;}
.mb-4 {margin-bottom: 4rem;}
.mb-5 {margin-bottom: 5rem;}

footer .sidebar-cat-tree > li.open > a::after {
    color: #fff;
}
.bg-azul {background-color: var(--celeste);}
.bg-table-gris {background-color: var(--background-secondary-color);}

.section-heading h1,
.section-heading h2,
.section-heading h3 {
    text-transform: uppercase;
    /* color: initial; */
}

.text-white {
    color: #fff;
}

.fondo-oscuro {
    position: relative;
    z-index: 1;
}

.fondo-oscuro::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    pointer-events: none;
    z-index: 0;
}

.rounded-0 {
    border-radius: 0;
}

.rounded-1 {
    border-radius: 0.25rem !important;
}

.rounded-2 {
    border-radius: 0.375rem !important;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.rounded-4 {
    border-radius: 1rem !important;
}

.rounded-5 {
    border-radius: 2rem !important;
}

.borde-azul {
    border: 1px solid var(--celeste);
}

.texto-azul {
    color: var(--celeste);
}

.sec-productos #Cont_Categorias.abrir {
    display: block;
    transform: unset !important;
}
.sec-productos .cluster .imagen {
    height: 50px;
    background-size: contain;
    border-radius: 200px;
    width: 50px;
    background-position: Center;
    margin: auto;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    margin: 10px auto;
    position: relative;
    margin-bottom: 15px;
    line-height: 10px;
}

.sec-productos .cluster .imagen::before {
    width: 70px;
    height: 70px;
    content: '';
    position: absolute;
    border: 2px solid #0096ff;
    left: -10px;
    top: -10px;
    border-radius: 200px;
}

.sec-productos .cluster .section-subheading {
    color: #000;
}

.descripcion-categoria h1 {
    font-size: 30px;
}
.descripcion-categoria h2 {
    font-size: 27px;
}
.descripcion-categoria h3 {
    font-size: 25px;
}
.descripcion-categoria h4 {
    font-size: 23px;
}
.descripcion-categoria h5 {
    font-size: 21px;
}
.descripcion-categoria h6 {
    font-size: 19px;
}

.descripcion-categoria h1,
.descripcion-categoria h2,
.descripcion-categoria h3,
.descripcion-categoria h4,
.descripcion-categoria h5,
.descripcion-categoria h6 {
    margin-bottom: 10px;
}

/* DETALLE PRODUCTO */
.sec-producto .fr-tag img,
.sec-producto .fr-tag iframe,
.sec-producto .fr-tag video {
    width: 100%;
}
/* FIN DETALLE PRODUCTO */


/* INTRANET */
.sec-intranet h3.subtitulo {
    border-bottom: 1px solid #616161;
    padding-bottom: 5px;
}
/* FIN INTRANET */


/* CONTACTO */
.sec-mapa {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
}

/* FIN CONTACTO */

/* TRACKING */
.sec-tracking .iitem-min {
    column-gap: 20px;
    align-items: flex-start;
}
.sec-tracking .iitem-min h5 {
    margin-bottom: 0.5rem;
}
.sec-tracking .separador,
.mantenimiento-predictivo .separador {
    background-color: var(--accent-color);
    height: 70px;
}
.sec-tracking .contenedor-imagen {
    height: 350px;
}
.sec-tracking .bg-gris,
.mantenimiento-predictivo .bg-gris {
    background-color: #F3F3F3;
}
.sec-tracking .section {
    padding: 2rem 0;
}
.mantenimiento-predictivo .burbuja {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin: 0;
    width: 7.5rem;
    height: 7.5rem;
    text-align: center;
    background: var(--celeste);
}
.mantenimiento-predictivo .burbuja p {
    margin: 0;
}
.mantenimiento-predictivo h6 {
    margin-bottom: 0.5rem;
}

/* FIN TRACKING */

#BusquedaFijo {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    background-color: var(--blanco);
    z-index: 1001;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

#BusquedaFijo.activo {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

header #FormBusqueda {
    max-width: 900px;
}

.fondo-carro-abierto {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    transition: all .5s ease;
}
.fondo-carro-abierto.open {
    pointer-events: all;
    opacity: 1;
}

@media (max-width: 768px) {
    .sec-mapa {
        background-size:auto 70%;
        background-position-x:-110px
    }
    .sec-tracking .iitem-icono img {
        height: auto;
        width: 80px;
    }
}