html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/*Principalmente param los modales*/
.oculto {
    visibility: hidden;
    height: 0px;
    width: 0px;
}

/*Para el Dashboard*/

body {
    font-size: .875rem;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
  right: 0;
  */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

    .sidebar .nav-link .feather {
        margin-right: 4px;
        color: #727272;
    }

    .sidebar .nav-link.active {
        color: #2470dc;
    }

        .sidebar .nav-link:hover .feather,
        .sidebar .nav-link.active .feather {
            color: inherit;
        }

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    /*background-color: rgba(0, 0, 0, .25);*/
    /*box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

    .form-control-dark:focus {
        border-color: transparent;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
    }

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


/*ChartJs*/

/*Graficos pequeños*/
/*Estilos predeterminados para todas las pantallas */
.chartJs-sm {
    position: relative;
    height: 30vh;
    width: 30vw;
}

/* Estilos para pantallas extra pequeñas (hasta 575.98px de ancho) */
@media screen and (max-width: 575.98px) {
    .chartJs-sm {
        position: relative;
        height: 30vh;
        width: 80vw;
    }
}

/* Estilos para pantallas pequeñas (576px a 767.98px de ancho) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .chartJs-sm {
        position: relative;
        height: 30vh;
        width: 80vw;
    }
}

/* Estilos para pantallas medianas (768px a 991.98px de ancho) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .chartJs-sm {
        position: relative;
        height: 30vh;
        width: 80vw;
    }
}

/* Estilos para pantallas grandes (992px a 1199.98px de ancho) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .chartJs-sm {
        position: relative;
        height: 30vh;
        width: 20vw;
    }
}

/* Estilos para pantallas extra grandes (1200px a 1399.98px de ancho) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .chartJs-sm {
        position: relative;
        height: 30vh;
        width: 20vw;
    }
}

/* Estilos para pantallas XXL (más de 1400px de ancho) */
@media screen and (min-width: 1400px) {
    .chartJs-sm {
        position: relative;
        height: 30vh;
        width: 20vw;
    }
}

/*Graficos medianos*/
/*Estilos predeterminados para todas las pantallas */
.chartJs-md {
    position: relative;
    height: 30vh;
    width: 30vw;
}

/* Estilos para pantallas extra pequeñas (hasta 575.98px de ancho) */
@media screen and (max-width: 575.98px) {
    .chartJs-md {
        position: relative;
        height: 30vh;
        width: 80vw;
    }
}

/* Estilos para pantallas pequeñas (576px a 767.98px de ancho) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .chartJs-md {
        position: relative;
        height: 30vh;
        width: 80vw;
    }
}

/* Estilos para pantallas medianas (768px a 991.98px de ancho) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .chartJs-md {
        position: relative;
        height: 30vh;
        width: 80vw;
    }
}

/* Estilos para pantallas grandes (992px a 1199.98px de ancho) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .chartJs-md {
        position: relative;
        height: 30vh;
        width: 48vw;
    }
}

/* Estilos para pantallas extra grandes (1200px a 1399.98px de ancho) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .chartJs-md {
        position: relative;
        height: 40vh;
        width: 45vw;
    }
}

/* Estilos para pantallas XXL (más de 1400px de ancho) */
@media screen and (min-width: 1400px) {
    .chartJs-md {
        position: relative;
        height: 30vh;
        width: 45vw;
    }
}

/*Graficos grandes */
/*Estilos predeterminados para todas las pantallas */
.chartJs-lg {
    position: relative;
    height: 30vh;
    width: 50vw;
}

/* Estilos para pantallas extra pequeñas (hasta 575.98px de ancho) */
@media screen and (max-width: 575.98px) {
    .chartJs-lg {
        position: relative;
        height: 20vh;
        width: 80vw;
    }
}

/* Estilos para pantallas pequeñas (576px a 767.98px de ancho) */
@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .chartJs-lg {
        position: relative;
        height: 30vh;
        width: 80vw;
    }
}

/* Estilos para pantallas medianas (768px a 991.98px de ancho) */
@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .chartJs-lg {
        position: relative;
        height: 30vh;
        width: 80vw;
    }
}

/* Estilos para pantallas grandes (992px a 1199.98px de ancho) */
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    .chartJs-lg {
        position: relative;
        height: 35vh;
        width: 80vw;
    }
}

/* Estilos para pantallas extra grandes (1200px a 1399.98px de ancho) */
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
    .chartJs-lg {
        position: relative;
        height: 50vh;
        width: 70vw;
    }
}

/* Estilos para pantallas XXL (más de 1400px de ancho) */
@media screen and (min-width: 1400px) {
    .chartJs-lg {
        position: relative;
        height: 45vh;
        width: 80vw;
    }
}

/* Cuando se trate de container fluid. */

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/*
 * Datos del estilo de boostrap
 */

.container {
    max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

    .site-header a {
        color: #8e8e8e;
        transition: color .15s ease-in-out;
    }

        .site-header a:hover {
            color: #fff;
            text-decoration: none;
        }

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
    position: absolute;
    right: 10%;
    bottom: -30%;
    width: 300px;
    height: 540px;
    background-color: #333;
    border-radius: 21px;
    transform: rotate(30deg);
}

    .product-device::before {
        position: absolute;
        top: 10%;
        right: 10px;
        bottom: 10%;
        left: 10px;
        content: "";
        background-color: rgba(255, 255, 255, .1);
        border-radius: 5px;
    }

.product-device-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal > * {
        flex: 1;
    }
}


.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}