
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.sidebar {
  height: 100%;
  overflow-x: hidden;
  padding-top: 16px;
}

.sidebar a {
  margin-top: 10px;
  text-align: left;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
}

.sidebar a:hover {
  color: #000;
}

.main {
  padding: 0px 0px;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 14px;}
}





@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; 
    }

  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; 
    border-spacing: 0;
  }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

body {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  background: #fff;
  color: gray; 
    min-height: 100vh !important; 
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f89fc; }
  a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

button {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  button:hover, button:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

h1, h2, h3, h4, h5, 
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", Arial, sans-serif;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.wrapper {
  width: 100%; 
  min-height: calc(100vh - 56px); 
}


.cookiealert{
  position:fixed;bottom:0;left:0;width:100%;
  margin:0!important;z-index:999;opacity:0;border-radius:0;background:#212327;
  transform:translateY(100%);transition:all 500ms ease-out;color:#ecf0f1
}
.cookiealert.show{opacity:1;transform:translateY(0%);transition-delay:1000ms}
.cookiealert a{text-decoration:underline}.cookiealert 
.acceptcookies{margin-left:10px;vertical-align:baseline}

.nav2 {
  background: #F3F3F3;
  width: 200px;
  -ms-flex: 0 200px;
  -webkit-box-flex:  0;
  -moz-box-flex:  0;
  -ms-box-flex:  0;
  box-flex:  0;  
  }

.container2 {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  box-orient: horizontal;
}

#sidebar {
  min-width: 200px;
  max-width: 200px;
  background: #32373d;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }
  #sidebar .h6 {
    color: #fff; }
  #sidebar.active {
    margin-left: -200px; }
    #sidebar.active .custom-menu {
      margin-right: -50px; }
    #sidebar.active .btn.btn-primary:before {
      content: "\f054";
      font-family: "FontAwesome";
      left: 2px !important; }
    #sidebar.active .btn.btn-primary:after {
      display: none; }
  #sidebar h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px; }
    #sidebar h1 .logo {
      color: #fff;
      display: block;
      padding: 10px 30px;
      background: #2f89fc; }
  #sidebar ul.components {
    padding: 0; }
  #sidebar ul li {
    font-size: 16px; }
    #sidebar ul li > ul {
      margin-left: 10px; }
      #sidebar ul li > ul li {
        font-size: 14px; }
    #sidebar ul li a {
      padding: 13px 30px;
      display: block;
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
      #sidebar ul li a span.notif {
        position: relative; }
        #sidebar ul li a span.notif small {
          position: absolute;
          top: -3px;
          bottom: 0;
          right: -3px;
          width: 12px;
          height: 12px;
          content: '';
          background: red;
          border-radius: 50%;
          font-family: "Poppins", Arial, sans-serif;
          font-size: 8px; }
      #sidebar ul li a:hover {
        color: #fff;
        background: rgba(133, 133, 133, 0.6);  }
    #sidebar ul li.active > a {
      background: transparent;
      color: #fff; }
      #sidebar ul li.active > a:hover {
        background: rgba(133, 133, 133, 0.6); 
      }
    #sidebar ul li.activeWeb > a {
      background: transparent;
      color: #fff; }
      #sidebar ul li.activeWeb {
        background: rgba(133, 133, 133, 0.6); 
        border-top: 1px solid #e5a00d; 
        border-bottom: 1px solid #e5a00d; 
      }
  @media (max-width: 992px) {
    #sidebar {
      margin-left: -200px; }
      #sidebar.active {
        margin-left: 0; }
}
  #sidebar .custom-menu {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 0;
    margin-right: -35px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      #sidebar .custom-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-menu .btn.btn-primary {
      border-color: transparent;
      position: relative;
      color: #000;
      width: 30px;
      height: 30px; }
      .custom-menu .btn.btn-primary:after, #sidebar .custom-menu .btn.btn-primary:before {
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        bottom: 0;
        font-family: "FontAwesome";
        font-size: 1.4rem;
        color: rgba(255, 255, 255, 0.6); }
      .custom-menu .btn.btn-dark:after {
        content: "\f0c9";
        right: 2px; }
    .custom-menu .btn.btn-dark {
      border-color: transparent;
      position: relative;
      color: #000;
      width: 30px;
      height: 30px; }
      .custom-menu .btn.btn-dark:after, .custom-menu .btn.btn-dark:before {
        position: absolute;
        top: -2px;
        left: 0;
        right: 0;
        bottom: 0;
        font-family: "FontAwesome";
        font-size: 1.4rem;
        color: rgba(255, 255, 255, 0.7); }
      .custom-menu .btn.btn-dark:after {
        content: "\f0c9";
        right: 2px; }

/*e5a00d*/

#sidebarCollapse.btn.btn-dark.active:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 1); 
}
#sidebarCollapse.btn.btn-dark.active:after {
  display: none; }


.listaOpcion {
  margin: 2px;
  padding-top: 4px;
  border: #1A2755 1px solid;
  border-radius: 5px;
  background-color: #FFF;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 12px;
}


/*
.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }


.listaOpcion + .tooltip > .tooltip-inner {background-color: #f00;}
.listaOpcion + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }
*/

.tooltip-inner {
    max-width: 200px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: .2rem;
}



#sidebar2 {
  min-width: 180px;
  max-width: 180px;
  background: #F3F3F3;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }

  #sidebar2 ul.components {
    padding: 0; }
  #sidebar2 ul li {
    font-size: 16px; }
    #sidebar2 ul li > ul {
      margin-left: 8px; }
      #sidebar2 ul li > ul li {
        font-size: 14px; }
    #sidebar2 ul li a {
      padding: 13px 0px;
      display: block;
      color: rgba(0, 0, 0, 0.6);
      text-decoration: none;
      border-bottom: 1px solid rgba(25, 25, 25, 0.5); }
      #sidebar2 ul li a span.notif {
        position: relative; }
        #sidebar2 ul li a span.notif small {
          position: absolute;
          top: -3px;
          bottom: 0;
          right: -3px;
          width: 12px;
          height: 12px;
          content: '';
          background: red;
          border-radius: 50%;
          font-family: "Poppins", Arial, sans-serif;
          font-size: 8px; }
      #sidebar2 ul li a:hover {
        color: #fff;
        background: #595959;
        border-bottom: 1px solid #595959; }
    #sidebar2 ul li.active > a {
      background: transparent;
      color: #fff; }
      #sidebar2 ul li.active > a:hover {
        background: #595959;
        border-bottom: 1px solid #595959; }
  @media (max-width: 991.98px) {
    #sidebar2 {
      margin-left: 0px; }
      #sidebar2.active {
        margin-left: 0; }
      #sidebar2 .custom-menu {
        margin-right: -60px !important;
        top: 10px !important; } }



#sidebar2mini {
  min-width: 160px;
  max-width: 160px;
  background: #F3F3F3;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative; }

  #sidebar2mini ul.components {
    padding: 0; }
  #sidebar2mini ul li {
    font-size: 12px; }
    #sidebar2mini ul li > ul {
      margin-left: 8px; }
      #sidebar2mini ul li > ul li {
        font-size: 12px; }
    #sidebar2mini ul li a {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 0px;
      padding-right: 0px;
      display: block;
      color: rgba(0, 0, 0, 0.6);
      text-decoration: none;
      border-bottom: 1px solid rgba(25, 25, 25, 0.5); }
      #sidebar2mini ul li a span.notif {
        position: relative; }
        #sidebar2mini ul li a span.notif small {
          position: absolute;
          top: -3px;
          bottom: 0;
          right: -3px;
          width: 12px;
          height: 12px;
          content: '';
          background: red;
          border-radius: 50%;
          font-family: "Poppins", Arial, sans-serif;
          font-size: 8px; }
      #sidebar2mini ul li a:hover {
        color: #fff;
        background: #595959;
        border-bottom: 1px solid #595959; }
    #sidebar2mini ul li.active > a {
      background: transparent;
      color: #fff; }
      #sidebar2mini ul li.active > a:hover {
        background: #595959;
        border-bottom: 1px solid #595959; }
  @media (max-width: 991.98px) {
    #sidebar2mini {
      margin-left: 0px; }
      #sidebar2mini.active {
        margin-left: 0; }
      #sidebar2mini .custom-menu {
        margin-right: -60px !important;
        top: 10px !important; } }


.bg-wrap {
  width: 100%;
  position: relative;
  z-index: 0; }
  .bg-wrap:after {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
    opacity: .3; }
  .bg-wrap .user-logo .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 10px; }
  .bg-wrap .user-logo h3 {
    color: #fff;
    font-size: 18px; }

a[data-toggle="collapse"] {
  position: relative; }

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 991.98px) {
  #sidebarCollapse span {
    display: none; } }

#content {
  width: 100%;
  padding: 0;
  min-height: 100%; 
  background: url('../images/fondoClaro.png'); 
  z-index: 2;
  /*min-height: 100vh;*/
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn.btn-primary {
  background: #e5a00d;
  border-color: #e5a00d;
  box-shadow: 2px 2px 5px rgb(33, 37, 41);
 }

 .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #e5a00d !important;
    border-color: #e5a00d !important; }

.btn.btn-secondary {
  background: #6c757d;
  border-color: #6c757d;
  box-shadow: 2px 2px 5px rgb(33, 37, 41);
 }

 .btn.btn-secondary:hover, .btn.btn-secondary:focus {
    background: #6c757d !important;
    border-color: #6c757d !important; }


.btn.btn-dark {
  box-shadow: 2px 2px 5px rgb(33, 37, 41);
 }

 .btn.btn-dark:hover, .btn.btn-dark:focus {
    border-color: #6c757d !important; }


.footer p {
  color: rgba(255, 255, 255, 0.5); }



.subscribe-form .form-control {
  background: #4897fc; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #e5a00d;
}

.thead-dark {
  --bs-table-bg: #e5a00d;
  --bs-table-striped-bg: #e5a00d;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-row-par {
  --bs-table-bg: #fff;
  --bs-table-striped-bg: #fff;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5a00d;
}

.table-row-impar {
  --bs-table-bg: #F1E0BC;
  --bs-table-striped-bg: #F1E0BC;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e5a00d;
}

.page-link {
  background-color: #e5a00d;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem !important;
  color: #000;
  border: 1px solid #e5a00d;
  margin-left: 2px;
  width: 30px;
}

.page-link.active {
  background-color: #F1E0BC;
  color: #000;
  margin-left: 2px;
}

.page-link:hover {
  background-color: #F1E0BC;
  border: 1px solid #e5a00d;
  color: #000;
  margin-left: 2px;
}

.pagination-sm .page-link{
  border-radius: 0.25rem !important;
  padding-left: 8px;
  margin-left: 2px;
  width: 30px;
}

.btn-xm, .btn-group-xm > .btn {
  padding: 0.15rem 0.3rem;
  font-size: 1rem;
  border-radius: 0.1rem;
  color: #e5a00d;
  background: transparent;
}

.formulario-labelTitulo {
  font-size: 1.2rem;
  margin-top: -8px;
  color: #212529;
}

.formulario-label {
  font-size: 1rem;
  margin-top: -6px;
  color: #212529;
}

.formulario-textoTitulo {
  border-radius: 0.3rem !important;
  border: 1px solid #e5a00d;
  font-size: 1rem;
  color: #212529;
}

.formulario-texto {
  border-radius: 0.3rem !important;
  border: 1px solid #e5a00d;
  font-size: 0.8rem;
  color: #212529;
}


.card-title {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  font-family: "Poppins", Arial, sans-serif;
}

hr {
  margin-top: 0px;
  margin-bottom: 10px;
}

.listaDias{
  padding-left: 0;
  list-style: none;
}

.listaDias.active{
  background-color: #595959;
}



.form-control {
  display: inline;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e5a00d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(229, 160, 13, 0.25);
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e5a00d;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(229, 160, 13, 0.25);
}

.invalid {
  color: #212529;
  background-color: #fff;
  border-color: red;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(229, 0, 0, 0.25);
}

.invalid:focus {
  color: #212529;
  background-color: #fff;
  border-color: red;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(229, 0, 0, 0.25);
}

.dropdown-menu {
  min-width: 4rem;
  padding: 0.1rem 0;
  font-size: 0.8rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.btn-money{
  width: 40px;
  height: 29px;
  padding-top: 3px;
  padding-left: 5px;
  border-color: #e5a00d;
  background-color: #F3CF82;
  font-size: 0.9rem;
  font-weight: 400;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: 0; /*calc(var(--bs-gutter-x) / -2); */
  margin-left: 0; /*calc(var(--bs-gutter-x) / -2); */
}

#btn-back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
}

.naranja {
  color: #e5a00d;
}


.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #e5a00d;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 1;
  border-radius: 0.75rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e5a00d;
}

a {
  color: gray;
}
a:hover {
  color: #e5a00d;
}


.box{
  box-sizing: border-box;
  overflow: hidden;
  /*box-shadow: 2px 2px 5px rgb(229, 160, 13);*/
  box-shadow: 2px 2px 5px rgb(95, 107, 118);
  border: 0px solid #212529;
  border-radius: 0.5rem;
}

