﻿body {
    font-family: 'Roboto', sans-serif;
    background: #e3e3e8;
}

.brand {
    background: #78818e;
    padding: 10px;
}

    .brand img {
        max-width: 100%;
        max-height: 45px;
    }

img.logo {
    max-width: 100%;
    max-height: 45px;
}

header {
    background-color: #0a121d;
}

.bg-dark {
    background-color: #0a121d !important;
}

.navbar {
    padding: 0;
}

.navbar-dark .navbar-brand {
    margin-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 1rem;
}

    .navbar-dark .navbar-brand span {
        display: block;
        font-weight: 300;
    }

.navbar-expand-lg .navbar-nav {
    line-height: 41px;
}

.nav-item {
    color: #78818e;
    padding: 0 5px;
}

    .nav-item.active {
        background-color: #2b3647;
        border-bottom: 3px solid #fff;
    }

@media (min-width: 992px) {
    .user-profile {
        border-left: 1px solid #fff;
    }
}

.user-profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.user-options {
    padding-top: 6px;
    padding-bottom: 6px;
}

.back2 {
    background-color: #ebebee;
    width: 100%;
    margin: 20px auto 0px auto;
    box-shadow: #ccc 1px 1px 5px;
    border-radius: 10px;
    padding: 20px;
}

.back3 {
    background-color: #f3f3f3;
    width: 80%;
    margin: 20px auto;
    height: 130px;
    box-shadow: #ccc 1px 1px 5px;
    border-radius: 10px;
    padding: 10px 25px;
}

.back4 {
    background-color: #f3f3f3;
    width: 100%;
    margin: 20px auto;
    height: 130px;
    box-shadow: #ccc 1px 1px 5px;
    border-radius: 10px;
    padding: 10px 10px;
}

.back5 {
    background-color: #f3f3f3;
    width: 100%;
    box-shadow: #ccc 1px 1px 5px;
    border-radius: 10px;
    padding: 10px 25px;
}

.back6 {
    background-color: #f3f3f3;
    width: 100%;
    margin: 0 auto 20px auto;
    height: 110px;
    box-shadow: #ccc 1px 1px 5px;
    border-radius: 10px;
    padding: 10px 25px;
}

.back7 {
    background-color: #f3f3f3;
    width: 100%;
    margin: 10px auto;
    border-radius: 10px;
    padding: 10px 25px;
    position: relative;
}

.back8 {
    background-color: #f3f3f3;
    width: 100%;
    margin: 10px auto;
    height: 100%;
    border-radius: 10px;
    padding: 10px 25px;
    position: relative;
}

.back2.scroll {
    height: 500px;
    overflow-y: auto;
}

.back2.scroll2 {
    height: 539px;
    overflow-y: auto;
}

.prevista-articulo {
    background: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: #ccc 1px 1px 5px;
}

h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
}

h3 {
    font-size: 18px;
    font-weight: 500;
}

    h3.marginx {
        margin-bottom: 30px;
        text-align: center;
    }

h4 {
    font-size: 18px;
    margin-bottom: 0;
}

p.tiempo {
    font-size: 14px;
    margin: 0 auto;
    font-weight: 300;
}

p.variable {
    font-size: 40px;
    font-weight: 500;
    color: #b50707;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 5px;
}

    p.variable.text-left {
        display: inline;
        text-align: left;
        font-size: 50px;
    }

.titles-art h3 {
    font-weight: 900;
    font-size: 22px;
}

    .titles-art h3 span {
        display: block;
        font-weight: 300;
        font-size: 17px;
    }

.titles-art2 h3 {
    font-weight: 900;
    font-size: 18px;
}

    .titles-art2 h3 span {
        display: block;
        font-weight: 300;
        font-size: 15px;
    }

p.subtitulo {
    text-align: center;
    font-weight: 300;
}

p.cod {
    font-size: 14px;
    margin-bottom: 0;
}

.image-product-preview {
    max-width: 240px;
    max-height: 166px;
}

.lista-articulos {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
    justify-content: flex-start;
}

    .lista-articulos li.item {
        list-style: none;
        background: #ffffff;
        padding: 5px;
        border-radius: 10px;
        margin-right: 10px;
        text-align: center;
        width: 140px;
        position: relative;
        margin-bottom: 10px;
        box-shadow: #ccc 1px 1px 5px;
        min-height: 11rem;
    }

    .lista-articulos li p.number {
        position: absolute;
        color: #b50707;
        font-size: 25px;
        top: 0;
    }

    .lista-articulos li img {
        max-height: 85px;
        max-width: 85px;
    }

    .lista-articulos li .nombre {
        font-size: 12px;
    }

a.lista-botones {
    text-decoration: none;
}

    a.lista-botones p.posicion {
        color: #b50707;
        font-size: 20px;
        display: inline;
    }

    a.lista-botones h3 {
        color: #151829;
        font-size: 18px;
        display: inline;
    }

    a.lista-botones p.codigo {
        top: 0;
        color: #151829;
        font-size: 10px;
        right: 10px;
        position: absolute;
    }

ul.stars1 {
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
}

ul.stars2 {
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 8px;
    right: 10px;
    justify-content: flex-end;
}

ul.stars3 {
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 22px;
    justify-content: center;
    color: #b50707;
}

ul.stars4 {
    display: flex;
    list-style: none;
    padding: 0;
    font-size: 14px;
    justify-content: flex-end;
    color: #b50707;
}

ul.stars5 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    justify-content: flex-start;
    color: #b50707;
}

ul.stars3 li {
    margin: 0 0.2rem;
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    padding: 10px;
    z-index: 10;
}

.imagen-med {
    max-width: 100%;
    max-height: 200px;
}

.contenedor-comments {
    display: inline-flex;
}

.detalle-comment {
    background-color: #f3f3f3;
    margin-top: 2px;
    height: 130px;
    overflow: auto;
    width: 230px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 20px;
    box-shadow: #ccc 1px 1px 5px;
}

    .detalle-comment p {
        margin-bottom: 0;
        font-weight: 300;
    }

.card-articulo {
    min-height: 200px;
}

ul.stars5 {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    justify-content: flex-start;
    color: #b50707;
}

.react-date-picker__wrapper {
    border-radius: 10px !important;
    padding: 0.6rem 1rem !important;
    background-color: #ffffff !important;
    box-shadow: #ccc 1px 1px 5px !important;
    border: 0 !important;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1500px;
    }
}

.react-date-picker__calendar .react-calendar {
    border-width: thin;
    border-radius: 1rem !important;
    box-shadow: #ccc 1px 1px 5px !important;
    border: 0 !important;
}

.react-multiple-carousel__arrow--right {
    right: calc(0% + 1px) !important;
}

.react-multiple-carousel__arrow--left {
    left: calc(0% + 1px) !important;
}

.react-multiple-carousel__arrow--right:before {
    content: none !important;
}

.react-multiple-carousel__arrow--left:before {
    content: none !important;
}


.loader3 {
    font-size: 5px;
    margin: 10px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #82ddc7;
    background: -moz-linear-gradient(left, #82ddc7 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #82ddc7 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #82ddc7 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #82ddc7 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #82ddc7 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
}

    .loader3:before {
        width: 50%;
        height: 50%;
        background: #82ddc7;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader3:after {
        background: #ffffff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

.ReactModal__Content--after-open {
    overflow: hidden !important;
}

.back3-highchart div {
    box-shadow: #ccc 1px 1px 5px;
    border-radius: 10px;
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.dropdown-menu {
    background-color: #f3f3f3 !important;
}

.dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #2b3647 !important;
}
