@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('animaciones.css');
:root {
  /*--colorPrincipal: var(--colorPrincipal);*/
  --colorPrincipal: #b31d15;
  --success-color: #089911;
}
video{
  width:100%
  }
/* Chat containers */
.chat-container {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #ddd;
}


/* Clear floats */
.chat-container::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.chat-container img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
}

/* Style the right image */
.chat-container img.right {
  float: right;
  margin-left: 20px;
  margin-right:0;
}

/* Style time text */
.time-right {
  float: right;
}

/* Style time text */
.time-left {
  float: left;
}
body {
  font-family: 'Lato';
  background-color: #0000000d;
}
.color-principal {
  background-color: var(--colorPrincipal);
}
.success {
  color: var(--success-color);
}
.login-img {
  max-width: 120px;
  max-height: 120px;

  border-radius: 50%;
}
.profile-img {
  width: 250px;
  height: 250px;

  border-radius: 50%;
}

.card {
  border: 1px solid transparent;
  transition: .5s;
}
.wrap-content {
  display: inline-block;
}
a {
  color: var(--colorPrincipal);
  text-decoration: none;
  transition: 0.5s;
}

/*Botones*/
.card-button {
  width: 300px;
  margin: 10px;
}
.btn-principal {
  background-color: var(--colorPrincipal);
  color: white;
  transition: 0.5s;
}
.btn-principal:hover {
  background-color: white;
  color: var(--colorPrincipal);
  border-color: var(--colorPrincipal);
}
.btn-login {
  width: 190px;
}
.btn-link {
  text-decoration: none !important;
  color: var(--colorPrincipal) !important;
}
.al50 {
  width: 50% !important;
}
/*Form-control y/o inputs*/
.form-control:active,
.form-control:focus {
  border: 1px solid var(--colorPrincipal);
  box-shadow: none;
}

.form-control {
  background-color: #0000000d;
  border: 1px solid white;
  border-radius: 20px;
  outline: none;
  display: block;
  width: 100%;
  margin: 2px 0px;
  padding: 8px;
  font-size: 14px;
  transition: 0.5s;
}
.form-control:focus {
  border: 1px solid rgb(209, 209, 209);
}

/****Navbar****/
.navbar-main {
  background-color: var(--colorPrincipal);
}
.navbar-nav > .nav-item > .nav-link:not(.seleccionado),
.navbar-brand {
  color: white !important;
  transition: 0.5s;
}
.navbar-nav > .nav-item > .nav-link:hover {
  background-color: white;
  color: var(--colorPrincipal) !important;
}
.dropdown-menu {
  background-color: var(--colorPrincipal);
  color: white;
  border: none;
}
.dropdown-item {
  color: white;
}
/*Utilidades varias */
.modal-header {
  border-bottom: none !important;
}
.row {
  flex: 0;
}
.flex {
  display: flex !important;
}
.flex > label {
  font-size: 13px;
  width: 50% !important;
}
.margin-0 {
  margin: 0;
}

.v-center-container {
  height: 100%;
  position: relative;
}
.v-center {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.scroll-container {
  max-height: 80vh;
  
  overflow-y: scroll;
}
.secondary-text {
  font-size: 13px;
  color: rgb(123, 123, 123);
}
.bootstrap-select .dropdown-menu {
  background-color: white;
}
.dropdown-item .text {
  color: black;
}
.bootstrap-select > .dropdown-menu > .inner > .dropdown-menu > li.selected.active > a{
  background-color: var(--colorPrincipal)!important;
}
.modal-footer {
  border: none;
}
.dropdown-item.active .text,
.dropdown-item:active .text {
  color: white !important;
}
select > .form-control {
  border-radius: 2px !important;
}
.bs-placeholder {
  border-radius: 25px;
}

.tabla-filtro {
  background: white;
  padding: 20px;
  border-radius: 0.25rem;
  width: 100%;
}
.tabla-filtro > thead > tr > th {
  padding: 10px !important;
  justify-content: center;
}
.tabla-filtro > tbody > tr > td {
  padding: 10px !important;
  width: auto;
}
.tabla-filtro > tbody > tr:hover {
  transition: 0.5s;
  background: #dcdfdf;
}
#formFiltrar,
#formFiltrarGeneral {
  background: white;
  padding-top: 10px;
    padding-bottom: 10px;
}
.buscar-tabla {
  max-width: 25rem;
}
.nav-pills {
  background: white;
  /* border-bottom: 1px solid #eae9e9; */
  margin-bottom: -0.5rem;
}
.active-pill {
  border-radius: 0px;
  border-left: 1px solid var(--colorPrincipal);
  border-top: 1px solid var(--colorPrincipal);
  border-right: 1px solid var(--colorPrincipal);
  text-decoration: none;
}
.nav-pills > .nav-item:not(.active-pill) {
  border-bottom: 1px solid var(--colorPrincipal);
}
.nav-pills > .nav-item > .nav-link.active{
  background-color:white;
}

.nav-pills > .nav-item > a {
  border-radius: 0;
}

.nav-pills > .nav-item > a:hover {
  text-decoration: none;
  color: var(--colorPrincipal) !important;
}
.nav-pills-mobile {
  display: none;
}
@media (max-width:991px){
  #frase{
    margin-top: 10px;
  }
  #aniversarios,.scroll-container{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    }
#cumpleanos,.scroll-container{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: auto;
    white-space: nowrap;
    margin-bottom: 10px;
    }
    #aniversarios > div{
      margin: 10px;
      padding: 5px;
      min-width: 200px!important;
      height: auto;
      min-width: unset;
      white-space: normal;
    }
    #cumpleanos > div{
      margin: 10px;
      padding: 5px;
      min-width: 200px!important;
      height: auto;
      min-width: unset;
      white-space: normal;
    }
    #aniversarios > div > p{
      margin-top: auto;
margin-bottom: auto;
    }
    #cumpleanos > div > p{
      margin-top: auto;
margin-bottom: auto;
    }
    .scroll-container{
      height: auto;
    }
}

@media only screen and (max-width: 760px),
  (min-device-width: 768px) and (max-device-width: 1024px) {
  
  .btn-float {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 20;
  }
  #btnFiltrar {
    display: none;
  }
  .tabla-filtro {
    background: none!important;
    margin-top: 0;
    padding-top: 1px;
  }
  .nav-pills {
    display: none;
  }
  .nav-pills-mobile {
    display: flex;
    color: var(--colorPrincipal);
    padding: 10px;
    margin-bottom: -7px;
    border: none;
    width: 100%;
    text-align: center;
    background: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
    outline: none;

    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px),
      calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
  }
  .tabla-filtro{
    margin-top: 20px;
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .hidden-md{
    display: none;
  }
  #menuMobile{
        text-align-last: center;
    color: black;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  table{
    background: none;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    background: white;
    transition:.5s;
    margin-top: 5px;
    border-radius: .25rem;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%;
    width: auto;
    font-size: 13px;
    
  }

.tabla-filtro > tbody > tr > td {
    padding: 0px !important;
    width: auto;
    margin-bottom: 5px;
    color: rgb(123, 123, 123);
}
.tabla-filtro > tbody > tr > td > a {
   margin-top: 5px;
   font-size: 15px;
}
.tabla-filtro > tbody > tr {
    padding: 15px 15px 5px 15px!important;
    width: auto;
    margin-bottom: 20px;
}

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  /*Solo para la tabla responsive de tickets*/
  .table-tag{
    display: block!important;
    margin-bottom: -3px;
    font-size:1rem;
    color: black;
  }
}

.text{
  font-size: 11px;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bootstrap-select > .dropdown-menu{
  max-width: 100%;
}
.bootstrap-select .dropdown-menu {
    border: 1px solid #0000000d;
}
.bootstrap-select > .dropdown-toggle{
  border-radius: 20px;
  font-size: 14px;
  color: #495057!important;
  transition: .5s;
}
.bootstrap-select > .dropdown-toggle:hover{
  transition: .5s;
  border-radius: 15px!important;
}
.bootstrap-select > .dropdown-toggle:focus{
  border: none;
  outline: none!important;
}
.btn-light{
  background-color: #0000!important;
  font-size: 14px;
  color: #495057!important;
}
select{
  cursor: pointer;
}
select.form-control:hover{
  border-color: #dae0e5;
}

.card.hoverable:hover{
  transition: 0.5s;
  background: #dcdfdf;
  
}
.table-tag{
  display: none;
}

.collaps{
   transition: max-height 0.5s ease-out;
}
.carrousel-delete{
      top: 0;
    right: 0;
    position: absolute;
    outline: none;
    border: none;
    height: 35px;
    z-index: 10;
    transition: .5s;
    background-color: white;
    border-top: 0.3px solid black;
    border-right: 0.3px solid black;
}
.carrousel-delete:hover{
  color: var(--colorPrincipal);
  transition: .5s;
}

.pill{
  background-color: var(--colorPrincipal);
  padding: 8px 16px;
  color: white;
  border-radius: 20px;
  cursor: pointer;
}



