.logoo{
  width:150;
  height: 50;
  display: none;
  display: block;
}

.glyphicon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.glyphicon-pencil::before {
  content: "\f044";
}

.glyphicon-trash::before {
  content: "\f2ed";
}

.glyphicon-eye-open::before {
  content: "\f06e";
}

.box-img img {
  width: 270px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
}

/* Moño de imagen jajajaja */

.ribbon-wrapper {
  right: 7px !important;
  top: 0px !important;
}

/* Estilos de transmision de la modelo en backend */

.card.direct-chat.direct-chat-primary {
  width: 100%;
  float: right;
  height: 500px;
}

.card.direct-chat.direct-chat-primary .direct-chat-messages {
  height: 100%;
}

#videos {
  display: contents;
}

#publisher {
  display: inline-block;
  width: 50%;
  height: 500px;
}

.github-corner:hover .octo-arm {
  animation: octocat-wave 560ms ease-in-out;
}

.button-scroll-box {
  display: none;
}

.popupscroll {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background: white;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  display: table;
  -webkit-box-shadow: 0px 0px 5px 0px #000000;
  box-shadow: 0px 0px 5px 0px #000000;
}

.popupscroll .popupscroll-box {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

.popupscroll .popupscroll-box div {
  text-align: center;
  font-size: 25px;
  color: gray;
}

.direct-chat-messages {
  scroll-behavior: smooth;
}

@keyframes octocat-wave {
  0%,
  100% {
    transform: rotate(0);
  }
  20%,
  60% {
    transform: rotate(-25deg);
  }
  40%,
  80% {
    transform: rotate(10deg);
  }
}

@media (max-width: 500px) {
  .github-corner:hover .octo-arm {
    animation: none;
  }
  .github-corner .octo-arm {
    animation: octocat-wave 560ms ease-in-out;
  }
}

#fondologin {
  /* background-image: url("../images/fondo_login.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

#fondosign {
  /* background-image: url("../images/fondo_signup.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

#fondoreset {
  /* background-image: url("../images/fondo_pass-reset.jpg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
}

.help-block {
  color: #cc0000;
}

.login-card-body,
.register-card-body {
  background: #ffffff1a !important;
  border-radius: 30px !important;
}

/* .card {
  border-radius: 30px !important;
  background-color: #ffffff9f !important;
} */

.login-card-body,
.register-card-body {
  color: #000000 !important;
}

.formulario a:hover {
  color: #820112 !important;
}

.formulario a {
  color: #093db9 !important;
}

.box-img {
  width: 270px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
}

/* Asignaciones de roles */
.font-size-i {
  font-size: 2.5rem;
}

.font-size-i-back {
  font-size: 2.5rem;
  color: #dc3545;
}

.font-size-i-back:hover {
  color: #c32c3a;
}

.font-size-i-forward {
  font-size: 2.5rem;
  color: #28a745;
}
.font-size-i-forward:hover {
  color: #24903d;
}

.content-header {
  padding: 10px 10px 0px 10px !important;
}
.content-wrapper > .content {
  padding: 0 1rem !important;
}

.sombra {
  -webkit-box-shadow: 9px 10px 25px 2px rgba(0, 0, 0, 0.85) !important;
  -moz-box-shadow: 9px 10px 25px 2px rgba(0, 0, 0, 0.85) !important;
  box-shadow: 9px 10px 25px 2px rgba(0, 0, 0, 0.85) !important;
}

.sidebar-dark-primary {
  background-color: #1b1d20 !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: #614A19!important;
  color: #fff;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  background-color: #704a98 !important;
}

td a {
  color: #614A19!important;
}

td a:hover {
  color: #c1175c !important;
}

/* .btn-success {
  background-color: #614A19!important;
  border-color: #614A19!important;
}
.btn-success:hover {
  background-color: #c1175c !important;
  border-color: #c1175c !important;
} */

.swal2-icon.swal2-success {
  border-color: ligthen(#e71f71, 20%) !important;
  color: #614A19!important;
}

/* Ocultar X de fileinput Wiget */
.fileinput-remove {
  display: none;
}

/* Imagenes y letras redondas */
.words-circle,
.image-circle {
  border-radius: 50%;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
  color: #fff;
  object-fit: cover;
  object-position: center center;
}

.words-circle-color {
  background-color: #17a2b8 !important;
  color: #fff;
}

/* Tabs */
.card-primary:not(.card-outline) > .card-header {
  background-color: #614A19!important;
}

/* Tables ORDERS */
.tables-list > li {
  float: left;
  padding: 2%;
  text-align: center;
  width: 16.6666666667%;
}

.tables-list > li img {
  border-radius: 0%;
  height: auto;
  max-width: 100%;
}

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

/* Padding Modal */
.modal-body {
  padding: 2rem !important;
}

.tab-circle .words-circle,
.tab-circle .image-circle {
  font-size: 0.875rem;
  width: 23px;
  height: 23px;
  margin-right: 4px;
}

.circle-card-product .words-circle,
.circle-card-product .image-circle {
  display: inline-grid;
  border-radius: 28px 28px 0px 0px;
  width: 100%;
  height: 100px;
}
.card-product .card-body {
  padding: 0rem;
}
.card-product .card-body-information {
  padding: 1rem;
}

.card-product .list-group-unbordered > .list-group-item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.card-product .col-sm-6,
.card-product .col-md-4,
.card-product .col-lg-3 {
  display: inline-grid;
}

.card-product .card {
  border-radius: 30px;
}

.color-tabs-bottom .nav-pills .nav-link.active {
  color: #fff;
  background-color: #e71f71;
}
/* Style Scroll */
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50%;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #88888873;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.not-active {
  pointer-events: none;
  cursor: default;
  color: grey !important;
}
.redcolor {
  color: red !important;
}
.orders {
  margin: 1px;
}
#content-orders .card-header > .card-tools {
  float: right;
  margin-right: -0.625rem;
  position: absolute;
  right: 13px;
  top: 1px;
  z-index: 10;
}

.product-box {
  display: block;
}
.product-box div {
  display: inline-block;
}
.product-box div:last-child {
  float: right;
}
.time-elapsed {
  display: grid;
  text-align: center;
}
.info-box.bg-light.stock-0.data-box {
  position: absolute;
  bottom: 0px;
  padding: 0px;
  left: 10px;
  right: 10px;
  width: calc(100% - 20px);
}
.btn.btn-success.deliver.mt-3 {
  position: absolute;
  bottom: 4px;
  left: 10px;
  right: 10px;
}
.time-elapsed-box {
  margin-bottom: 20px;
}

/*cuadrito rojo "contenedor"*/
  .menu_vertical{
    position: absolute;
    list-style: none;
    display: none;
    width: 250px;
    background-color: #8d1d51;
    color: white;
    padding: 10px;
  }
/*Animación para activar el menu vertical*/
  .menu_horizontal li:hover .menu_vertical{
  display: block;
  }
  /*Propiedades de submenu, color gris y no sale subrayado*/
  .nav_link{
    color:rgb(84, 89, 95, 1) !important;
    text-decoration: none;
    padding: 3px;
  }
  /*Propiedad para cambiar de color cuando se posiciona sobre el menu*/
  .nav_link:hover{
  color: rgb(255, 255, 255);
  }
  /*El contenedor de los textos*/
  .hero__textos{
    width: 50%;
  }
  /*Estilos para la primer parte del titulo*/
  .title{
    font-size: 56px;
    font-weight:300;
    color: rgb(155, 155, 155);
  }
  /*Estilos para parte 2 del titulo span*/
  .title--active{
    color: #8d1d51;
    font-weight: 700; 
  }
  /*Estilos para el parrafo*/
  .copy{
    font-size: 24px;
    color:#6d6d6d80;
    text-shadow: 0 8px 8px #00000033;
  }
  /*Estilos para la sección spna en el titulo*/
  .copy--active{
    font-weight: 700;
  }
  /*Contenedor de la sección del texto y el logo*/
  .hero__main{
    height: calc(100vh - 70px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  /*propiedades para el logo*/
  .logazo{
    object-fit: cover;
    width: 48%;
    max-height: 90vh; /*vh propiedad de tamaños en escalas 1vh = 9px*/
  }
  /*responsive section*/
  @media screen and (max-width:900px){
    .logazo{
      width: 600px;
      height: auto;
    }
    .title{
      font-size: 50px;
    }
    .copy{
      font-size: 22px;
    }
  }
  @media screen and (max-width:700px){
    .hero__main{
      flex-direction: column-reverse;
      justify-content: flex-end;
      min-height: 70px;
      height: auto;
      padding: 30px 0;
    }
    .hero__textos{
      width: 100%;
      text-align: center;
    }
    .logazo{
      width: 60%;
      margin-bottom: 20px;
    }
    .title{
      font-size: 35px;
    }
    .copy{
      font-size: 20px;
    }
  }
  @media screen and (max-width:500px){
    .logazo{
      width: 80%;
      margin-bottom: 15px;
    }
  }
  
   /*Contenedor de la sección del texto y el logo*/
   .about__main{
     float:left;
    align-items:left;
    padding: 0;
  }
  /*El contenedor de los textos*/
  .about__textos{
    width: 65%;
  }
  .cursor-hand{
      cursor: pointer;
  }
  .cursor-block{
      cursor: not-allowed;
  }