* {
  margin: 0; 
}



html, body {
  height: 100%;
}


label{
  font-weight: bold;
  font-size: medium;
  color: #797878;
}


.error{
	display: inline;
	color:rgb(243, 84, 84);
	border-color: rgb(243, 84, 84);
	font-size: small;
}
.success{
	display: inline;
	border-color:#28A745;
}
.success-text{
	display: inline;
	color:#28A745;
}

.nav-link:hover{
  color:#09B1DE !important;
  border-bottom: 1px solid #09B1DE;
}

.content-page {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: white;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* margin: 0 auto -7em; */
  margin: 3em auto 7em;
}
.footer, .push {
  height: 80px;
  color:white;
}

h1, h2,h3{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  text-align: center;
 
  font-weight: bold;
  
  color:#09B1DE;
  
  border-radius: 3px;
}
h4{
  text-align: center;
  background-color:#2B3035 !important;
  font-weight: bold;
  color: rgb(247, 250, 253) !important;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* h5{
  text-align: center;
 
  font-weight: bold;
  border-radius: 3px;
} */

h6{
  text-align: center;
 
  font-weight: bold;
  border-radius: 3px;
}

.footer, .push {
  height: 4em;
} */

.formulario {
    width: 500px;
    max-width: 100%;
    margin: auto;
    margin-top: 30px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.formulario_titulo {
    text-align: center;
    margin-top: 0;
    color: rgba(0, 0, 0, 0.7);
}

.formulario_input,
.formulario_label {
    width: 75%;
    margin-bottom: 40px;
    font-size: 1.3em;
}
.formulario_submit{
    width: 15%;
}

.form-control{
  color: #09B1DE!important; 
  background-color: #eaeef0 !important;
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red ;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

.formulario_input {
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 20px;
    margin-bottom: 40px;
    
    /* background: transparent; */
    background: rgba(0, 0, 0, 0.1);
}

.formulario_submit{
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    cursor: pointer;
    border: none;
}

.foto_perfil{
  border-radius: 50%;
    height:120px;
    width:120px;
   
}

.producto_digital{
 border-radius: 10%;
    
    height:100%;
  width:100%;
  border: none;
}
.foto_perfil_pindividual{
  /* border-radius: 50%; */
  height:80%;
  width:50%;
}
/* BTN BUSCAR */
.btnbuscar{
  display: block;
  height: calc(2.25rem + 2px);
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 32px;
}


/* RATING */
.rating {
  unicode-bidi: bidi-override;
  direction: ltr;
  font-size: 20px;
}

.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span.star:hover {
  cursor: pointer;
}

.rating span.star:before {
  content: "\f006";
  padding-right: 10px;/*modificar si se cambia el tamaño de la letra-Antes estaba en 5px*/
  color: #999999;
}

span.star.filled:before {
  color: #e3cf7a;
  content: "\f005";
}

span.star.half-filled:before {
  content: "\f089";
  color: #e3cf7a;

}

span.star.half-filled:after {
  content: "\f006";
  color: #e3cf7a;
  margin-left: -20px;
}

/* BUSQUEDA COLLAPSE */
.collapsible {
  background-color: #2B3035;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.collapsible:hover {
  background-color: #2B3035;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: left;
  margin-left: 5px;
}
/* signo menos */
.activesearch:after {
  content: "\2212";
  /* max-height: 0px; */
}

/* .content {
  padding: 0px 10px;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
} */

/* TABLA DISEÑO CON CARDS  PRODUCTOS DIGITALES */

.container-products{
  max-width: 1200px;
}


.dataTables_empty{
  float: left;
  padding: 100em 0px; 
  width: 24rem;
  margin: 0.5rem;
  border: 0.0625rem solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  /* Tamaño de cards fijo */
  height: 420px;
  width: 360px;
}

/* .cardsteleconsulta tbody tr {
  float: left;
  padding: 0rem;
  width: 24rem;
  margin: 0.5rem;
  border: 0.0625rem solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  height: 420px;
  width: 300px;
} */
/* .cards tbody tr {
  float: left;
  width: 19rem;
  margin: 0.5rem;
  border: 0.0625rem solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.cards tbody td {
  display: block;
}

.cards thead {
  display: none;
}

.cards td:before {
  content: attr(data-label);
  position: relative;
  float: left;
  color: #808080;
  min-width: 4rem;
  margin-left: 0;
  margin-right: 1rem;
  text-align: left;   
}

tr.selected td:before {
  color: #CCC;
}

.table .avatar {
  width: 50px;
}

.cards .avatar {
  width: 150px;
  margin: 15px;
} */

/* FIN DISEÑO CON CARDS  PRODUCTOS DIGITALES */

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/* ESTILOS MENU VENTAS */
.navigator {
  position: relative;
  padding: 1em;
}

.navigator__pointer {
  z-index: 1;
  position: absolute;
  /* top: 0.6em; */
  left: 1em;
  background-color: #09B1DE;
  height: 1.8em;
  transition: transform 0.25s ease-in-out;
  border-radius: 0.3em;
  will-change: transform;
  backface-visibility: hidden;
}

.navigator__list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Decoration styles */

/* body,
html {
  height: 100vh;
  min-height: 320px;
  box-sizing: border-box;
} */

/* *,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: Arial, sans-serif;
  padding: 1em;
  margin: 0;
  background: #e1e1e1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
} */

.navigator {
  text-align: center;
  width: 420px;
  margin: 0 auto;
  background: #f5f5f5;
  display: block;
}

.options-navigator {
  text-decoration: none;
  font-weight: 600;
  user-select: none;
}

.options-navigator,
.options-navigator:visited,
.options-navigator:hover {
  color: #1d1d1d;
  text-decoration: none; 
}

/* CARD ESTATICA */
.card-estatica{
  position: fixed; 
  left: 72%; 
  top: 18%;
  width: 20%;
}

.ocultar_element_mv {
  display: block;
}

/* Estilo de Lineas de cards */
.card>.list-group {
  border-top: none;
  border-bottom: none;
}

.list-group-item {
  border: none;
}

/* Estilos para pantallas pequeñas */
@media only screen and (max-width: 767px) {
  .card-estatica {
      position: unset;
      width: 100%;
  }

  .card-estatica > .card {
    border: none;
  }
  .ocultar_element_mv {
    display: none;
  }
}

/* COLOR EN ACORDION DE VER MÁS */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: rgba(9, 177, 222, 0.1);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}