@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/RefrigeracionDelNoroeste/Pages/Administracion/AdminProductos.razor.rz.scp.css */
body[b-o7ehdc84n7] {

}

.bi[b-o7ehdc84n7] {
    font-size: 1.5em;
}

#imagenListProd[b-o7ehdc84n7] {

    max-width: 100%;
    max-height: 100%;
    min-width: 80px; /* Cambia el valor según tus necesidades */
    min-height: 50px; /* Cambia el valor según tus necesidades */
    width: auto;
    height: auto;
    border-radius:5px;
    margin:auto;

}

    #imagenListProd:hover[b-o7ehdc84n7] {
        cursor: pointer;
        border: 1px solid blue;
    }

/* _content/RefrigeracionDelNoroeste/Pages/Index.razor.rz.scp.css */
#bienvenida[b-qzgtk8hjt5], #asesoramiento[b-qzgtk8hjt5], #explora[b-qzgtk8hjt5] {
    background-color: #b2e6f8;
}

/* #00ade9 color del logo*/

.letraTeEsperamos[b-qzgtk8hjt5] {
    font-family: Roboto-Bold, Helvetica, Arial, sans-serif;
}

.flex-container[b-qzgtk8hjt5] {
    background-color: #b2e6f8;
    align-items: center;
    justify-content:center;
    text-align: center;
    /*gap: 35px ;*/
}

    .flex-container > div[b-qzgtk8hjt5] {
        display: flex;
        box-sizing: border-box;
        background-color: rgb(0,173,239);
        align-items: center;
        text-align: center;
        font-size: 0.85rem;
        padding: 10px;
        margin: 0.5rem;
        height: 100%;
        
    }

/* _content/RefrigeracionDelNoroeste/Pages/ListadoProductos.razor.rz.scp.css */
body[b-ktlmpt9o7x] {
}

img:hover[b-ktlmpt9o7x]{
    cursor:pointer;
    border: 1px solid blue;
}
/* _content/RefrigeracionDelNoroeste/Shared/MainLayout.razor.rz.scp.css */
.page[b-99hawfbbpt] {
    position: relative;
    display: flex;
    flex-direction: column;
    
}

main[b-99hawfbbpt] {
    flex: 1;
}

.sidebar[b-99hawfbbpt] {
    background: #314755; /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #314755, #26a0da); /* Chrome 10-25, Safari 5.1-6*/ 
    background: linear-gradient(to right, #314755, #26a0da);  /*W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.top-row[b-99hawfbbpt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-99hawfbbpt]  a, .top-row .btn-link[b-99hawfbbpt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-99hawfbbpt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.colorFondo[b-99hawfbbpt] {
    background: #e1f3fa; /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #86fde8, #acb6e5);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #86fde8, #acb6e5);*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.btn-wsp[b-99hawfbbpt] {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 53px;
    bottom: 15px;
    right: 15px;
    background: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
    transition: all 300ms ease;
}

    .btn-wsp:hover[b-99hawfbbpt] {
        background: #20ba5a;
    }

.btn-wsp-topRow[b-99hawfbbpt] {
    display:inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #25d366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 100;
    transition: all 300ms ease;
}
    .btn-wsp-topRow:hover[b-99hawfbbpt] {
        background: #20ba5a;
    }


    /*clase para el efecto del hover en los items del footer*/
    .hover-effect:hover[b-99hawfbbpt] {
        /*opacity: 0.5;*/
        color: white !important;
        /* text-decoration:underline !important;*/
    }

/*clases para el boton Arriba*/
.botonArriba[b-99hawfbbpt] {
    display: none;

    color: white;
    width: 40px;
    height: 40px;
    background-color: rgb(0,173,239);
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    cursor: pointer;
    transition: all 300ms ease;
    
}

.botonArriba:hover[b-99hawfbbpt]{
    transform:scale(1.2);
    border-color:rgba(0,0,0,0.1);
}

.contenedorDevelopedBy[b-99hawfbbpt] {
    max-height: 200px;
    overflow: auto;
    word-wrap: break-word;
    display: flex; /* Aplicar un contenedor flexible para centrar verticalmente */
    align-items: center; /* Centrar verticalmente el contenido */
    justify-content: center; /* Centrar horizontalmente el contenido */
}

.contenidoDevelopedBy[b-99hawfbbpt] {
    text-align: center; /* Centrar el texto dentro del div */
}



@media  (max-width:768px) {
    .btn-wsp[b-99hawfbbpt] {
        width: 43px;
        height: 43px;
        line-height: 46px;
        font-size: 28px;
    }
}


@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-99hawfbbpt] {
        display: none;
    }

    .top-row.auth[b-99hawfbbpt] {
        justify-content: space-between;
    }

    .top-row a[b-99hawfbbpt], .top-row .btn-link[b-99hawfbbpt] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-99hawfbbpt] {
        flex-direction: row;
    }

    .sidebar[b-99hawfbbpt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-99hawfbbpt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-99hawfbbpt], article[b-99hawfbbpt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/RefrigeracionDelNoroeste/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-76squ8bsgt] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-76squ8bsgt] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.7);
    
}

.navbar-brand[b-76squ8bsgt] {
    font-size: 1.1rem;
}

.oi[b-76squ8bsgt] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-76squ8bsgt] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-76squ8bsgt] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-76squ8bsgt] {
        padding-bottom: 1rem;
    }

    .nav-item[b-76squ8bsgt]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-76squ8bsgt]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-76squ8bsgt]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}


.bi[b-76squ8bsgt] {
    font-size: 1.5em;
}


.icon-menu-arrow[b-76squ8bsgt] {
    text-align: right;
}

.bottom-row[b-76squ8bsgt]{
    display: block;
}


@media (min-width: 768px) {
    .navbar-toggler[b-76squ8bsgt] {
        display: none;
    }

    .collapse[b-76squ8bsgt] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }


}

@media (max-width: 767.98px) {
    .bottom-row[b-76squ8bsgt] {
        display: none;
    }
}
