body {
    font-family: "Montserrat", sans-serif;
    background-color: #ebebeb;
}


@media screen and (min-width: 1440px) {
    .container {
        max-width: 1240px
    }
}

button:active,
button:focus {
    outline: none;
}

nav {
    z-index: 100;
}

.dropdown-submenu > .subcategoria .dropdown-toggle:after {
    content: "";
    float: right;
    background: url("../assets/right.svg") no-repeat right;
    width: 12px;
    height: 12px;
    border: none;
    margin-left: 0;
    position: relative;
    left: 12px;
    top: 4px;
}

.dropdown-submenu > .subcategoria .sin-cantidad:after {
    background: none;
}

.whatsapp-chat {
    position: fixed;
    right: 3.5rem;
    bottom: 3rem;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #00E676;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    z-index: 999;
    text-align: center;
}

.whatsapp-chat i {
    color: white;
    vertical-align: middle;
    padding: 5px 2px;
}

li.subcategoria {
    position: relative;
}

li.subcategoria a {
    padding-left: 0.75rem;
}

.dropdown-submenu .subcategoria-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    min-width: 11rem;
}

nav .fa-shopping-cart {
    color: #FFF0D9;
}

.navbar {
    background-color: #F08300;
    padding: 8px;
}

.navbar .navbar-brand img {
    height: 60px;
}

.navbar .nav-link {
    font-size: 16px;
    color: #FFF0D9 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #FFF0D9;
}

.table-container {
    overflow-x: auto;
}

.btn-crema {
    background-color: #FFF0D9;
    border-color: #FFF0D9;
    color: white;
}

.btn-azul {
    background-color: #004283;
    border-color: #004283;
    color: white;
}

.btn-azul.disabled {
    opacity: .3;
    cursor: not-allowed;
}

.btn-naranja {
    background-color: #F08300;
    width: 100%;
    color: #FFF0D9;
    font-weight: 800;
}

.btn-azul:hover {
    color: white;
}

.btn-link {
    color: #FFF0D9;
}

.sidebar {
    display: block;
    position: absolute;
    left: -300px;
    top: 65px;
    width: 300px;
    padding: 25px 13px;
    height: calc(100vh - 65px);
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99;
}

.sidebar.open {
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
}

.sidebar .menu li {
    font-size: 16px;
    color: #2c2c2c;
    margin-left: -28px;
    list-style: none;
    padding: 10px 0;
}

.navbar-nav li.carrito, .menu li.carrito {
    position: relative;
}


.fa-shopping-cart {
    font-size: 1.5em;
}

.cantidad {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: white;
    color: #D3530F;
    font-size: 10px;
    text-align: center;
}

.mensaje-carrito {
    position: absolute;
    left: -5em;
    background-color: #fff;
    color: #333;
    padding: 0.5em;
    width: max-content;
    max-width: 20em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    z-index: 9999;
}

.mensaje-carrito::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.mensaje-carrito::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent;
}


.menu li a {
    color: #2c2c2c;
}

.footer {
    position: static;
    background-color: #444444;
    clear: both;
    padding-bottom: 10px;
    padding-top: 50px;
}

.footer h2 {
    font-size: 70px;
    font-weight: 800;
    color: #00458c;
}

.footer p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #d8d8d8;
}

.footer a {
    padding: 0;
    font-size: 14px;
    color: #d8d8d8;
}

.footer h5 {
    font-size: 18px;
    color: #d8d8d8;
}

.footer input::placeholder {
    color: #d8d8d8;
}

.footer .divisor {
    display: block;
    position: relative;
    height: 1px;
    background-color: #e5e7e8;
    width: 100%;
    left: 0;
    right: 0;
    margin: 15px 0;
}

.home.img-fondo {
    background-image: url('../assets/img-home.jpg');
    background-repeat: no-repeat;
    background-position: center top -260px;
    background-size: cover;
    margin: auto;
    padding-top: 260px;
    height: 700px;
    text-align: center;
}

.home .card {
    background-color: rgba(255, 255, 255, 0.7);
}

.card-categoria {
    border: none;
    margin-top: 15px;
}

.card-categoria a:hover {
    color: #747474;
}

.img-circular {
    border-radius: 50%;
    border: solid 3px #FFC700;
    width: 195px;
    height: 195px;
}

.circulo {
    height: 175px;
    width: 175px;
    border-radius: 50%;
    background-color: #747474;
    text-align: center;
    padding-top: 4em;
    margin: 0 auto;
    border: solid 3px #FFC700;
}

.circulo h3 {
    color: white;
}

.card-categoria h4 {
    color: #747474;
    font-weight: 600;
    font-size: 20px;
}

.home h2 {
    color: #FFF0D9;
    font-weight: 800;
    font-size: 40px;
}

.productos .bg-white {
    height: auto;
}

.productos .bg-white {
    padding: 5px 10px 15px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    transition: transform 150ms ease-in;
}

.productos .bg-white:hover {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.3);
}

.productos .bg-white img {
    width: 100%;
    height: 214px;
}

.productos h5 {
    font-size: 16px;
    font-weight: 700;
    color: black;
    white-space: nowrap;
}

.productos h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.productos h3 {
    font-weight: 600;
}

.productos input:focus {
    box-shadow: none;
    border-color: inherit;
}

.productos .btn-link {
    font-weight: 600;
    font-size: 18px;
    color: #FFF0D9;
}

.detalle-producto h3 {
    font-size: 26px;
    font-weight: 700;
}

.detalle-producto img {
    width: 100%;
    height: 500px;
    border: 3px solid #e6e8ed;
}

.detalle-producto h4 {
    font-size: 26px;
}

.detalle-producto p {
    color: #747474;
    font-size: 16px;
}

.productos small,
.detalle-producto small {
    color: #747474;
}

.detalle-producto small {
    font-size: 16px;
}

.carousel-inner img {
    height: 600px;
    width: auto;
}

tbody img {
    height: 100px;
    width: 100px;
}

#contacto h2 {
    font-size: 34px;
    font-weight: 600;
    color: #F08300;
}

#contacto a {
    text-decoration: none;
}

#contacto h5,
#contacto label {
    color: #F08300;
    font-size: 21px;
    font-weight: 600;
}

#contacto p {
    color: #F08300;
    font-size: 16px;
    line-height: 1.1;
}

#contacto .btn-outline-primary {
    color: #F08300;
    font-size: 18px;
    font-weight: 600;
    border-color: #F08300;
    padding: 10px 30px;
}

#contacto .btn-outline-primary:hover {
    color: white;
    background-color: #F08300;
    border-color: #F08300;
}

#contacto .fas {
    color: #F08300;
    font-size: 18px;
}

#contacto .fa-whatsapp {
    color: #55cd6c;
}

#contacto hr {
    border-top: 2px dashed #F08300;
}

#contacto input {
    height: 50px;
}

#contacto textarea {
    resize: none;
}

#contacto input:focus,
#contacto textarea:focus {
    outline: none;
    box-shadow: none;
}

#login input:focus {
    box-shadow: none;
    outline: none;
}

#login .icono-input {
    display: block;
    position: absolute;
    top: 7px;
    right: 30px;
}

#login h5 {
    color: #00458c;
    font-size: 24px;
    font-weight: 600;
}

#login .fas,
#login .fa {
    color: #00458c;
}

#login .btn-primary {
    background-color: #00458c;
    border-color: #00458c;
    color: white;
    font-weight: 600;
}

#login a {
    color: #00458c;
}

#login.img-fondo {
    background-image: url('../assets/img-login.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
    margin: auto;
    height: 650px;
}

#login .card p {
    font-size: 16px;
}

.pagination .page-link {
    color: #2c2c2c !important;
    background-color: transparent !important;
    height: 45px;
    width: 45px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: none;
}

.pagination .page-item.active .page-link {
    background-color: #e7e7e7 !important;
    border: none;
    border-radius: 3px;
}

.pagination .page-link:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#conocenos h2 {
    font-size: 34px;
    font-weight: 600;
    color: #D3530F;
}

#conocenos p {
    font-size: 20px;
}

#conocenos hr {
    border-top: 2px solid #D3530F;
}

#conocenos .card {
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border: none;
    min-height: 350px;
}

#conocenos .card.celeste {
    background-color: #008ac3;
}

#conocenos .card.verde {
    background-color: #3cb371;
}

#conocenos .card.naranja {
    background-color: #F08300;
}

#conocenos .card h4 {
    color: white;
    font-weight: 700;
    font-size: 22px;
}

#conocenos .card span {
    color: white;
    font-weight: 600;
}

#conocenos .card .circulos {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 35px 0;
    border: 5px solid white;
    margin-top: -60px;
}

#conocenos .card.celeste .circulos {
    background-color: #008ac3;
}

#conocenos .card.verde .circulos {
    background-color: #3cb371;
}

#conocenos .card.naranja .circulos {
    background-color: #F08300;
}

#conocenos .card .circulos .fas {
    color: white;
    position: relative;
    bottom: 5px;
}

.text-muted {
    font-size: 20px;
}

.modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modal p {
    font-size: 20px;
}

.pagination .page-link {
    color: #2c2c2c !important;
    background-color: transparent !important;
    height: 45px;
    min-width: 65px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border: none;
}

.pagination .page-item.active .page-link {
    background-color: #e7e7e7 !important;
    border: none;
    border-radius: 3px;
}

.pagination .page-link:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fa-angle-right {
    position: absolute;
    left: 96px;
    top: 10px;
}

.fa-angle-left {
    position: absolute;
    left: -8px;
}

.input-cantidad .input-group-append,
.input-cantidad .input-group-prepend {
    cursor: pointer;
}

.input-cantidad .input-group-text {
    background-color: white;
}

@media (max-width: 500px) {
    .footer img {
        width: 100%;
    }

    .navbar {
        height: initial;
    }

    .table-container {
        overflow-x: auto;
    }

    .home.img-fondo {
        height: 300px;
        padding-top: 6em;
        padding-bottom: 6em;
        background-position: center;
    }

    .productos .bg-white {
        margin-top: 10px;
    }

    .productos .bg-white img {
        width: auto;
    }

    .detalle-producto img {
        height: auto;
    }

    #conocenos .card {
        margin-top: 45px;
    }

    #login.img-fondo {
        height: auto;
        padding-top: 6em;
        padding-bottom: 6em;
    }

    .img-circular {
        width: 143px;
        height: 143px;
    }

    .circulo {
        width: 143px;
        height: 143px;
        padding-top: 3.5em;
    }

    .pagination.justify-content-center {
        justify-content: unset !important;
    }

    .pagination {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (max-width: 390px) {
    .circulo {
        width: 100%;
        height: 123px;
        padding-top: 3em;
    }
}

.dataTables_wrapper .dataTables_filter {
    float: left !important;
    text-align: left !important;
}

.dataTables_filter input {
    margin-left: 0 !important;
}

.dataTables_filter input:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.dataTables_wrapper .paginate_button.current {
    border: none !important;
    border-radius: 3px !important;
    position: relative !important;
    padding: .5rem .75rem !important;
    margin-left: -1px !important;
    line-height: 1.25 !important;
    background: #e7e7e7 !important;
}

#users_table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #e7e7e7 !important;
}

#users_table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: white !important;
    border-color: white !important;
    color: black !important;
}

#products_table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

#products_table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #e7e7e7 !important;
}

#products_table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: white !important;
    border-color: white !important;
    color: black !important;
}

#users_table_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none;
}

.table-responsive.users,
.table-responsive.products {
    overflow-x: auto;
}

@media screen and (max-width: 1280px) {
    .home.img-fondo {
        background-position: center top;
        height: 650px;
    }
    .productos .producto a h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 960px) {
    .productos .producto a h5 {
        font-size: 12px;
    }
    .productos .producto p {
        font-size: 10px;
    }
}



@media screen and (max-width: 767px) {
    .table-responsive.users {
        overflow-x: auto;
    }

    .table-responsive.products {
        overflow-x: auto;
    }

    .navbar .navbar-brand img {
        height: 55px;
    }

    .home.img-fondo {
        height: 600px;
    }

    .whatsapp-chat {
        right: 1rem;
        bottom: 1rem;
    }

    .cantidad {
        text-align: center;
        background-color: black;
        color: white;
        height: 18px;
        width: 18px;
        left: 8em;
    }

    .fa-shopping-cart:before {
        color: #D3530F;
    }
}

.table tr td.disabled {
    opacity: .4;
    position: relative;
}

.table .not-available {
    position: absolute;
}