.tabla-pequena {
  font-size: 12px;
}

.tabla-pequena td {
  font-size: 12px;  
}

.tabla-pequena th {
  font-size: 12px;  
}

.tabla-mediana {
  font-size: 14px;
}

.tabla-mediana td {
  font-size: 12px; 
}

.tabla-mediana th {
  font-size: 14px;  
}

.errorfuentepequena{
	font-size: 12px;
	color: red;
}
.fuente-pequena td {
	font-size: 12px;
}
.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

#fondo{
  width: 512px;
  height: 512px;
  background-image: url(fondo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#fondo h1{
  color: orangered;
  font-size: 60px;
}


@media (min-width:100px) and (max-width:800px) { 
  .tablapequena {
      font-size: 9px;
  }
}

.fuente-pequena-negrita th {
  font-size: 14px;
  font-weight: bold;  
}

.fuente-pequena-tr  {
  font-size: 12px;  
  padding: 0;
  color : black;
}



.linearoja{
  color: red;
}

.btn-subir{
  position: relative;
  padding: 5px 16px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #fff;
  background-color: #FEB415;
  border: 0;
  transition: 0.2s;
  overflow: hidden; \\ L
}

.btn-subir input[type = "file"]{
  cursor: pointer;
  position: absolute;
  left: 0%;
  top: 0%;
  transform: scale(3);
  opacity: 0;
}

.btn-subir:hover{
  background-color: #FEB400;
}

.take-all-space-you-can{
    width:100%;
}

html{
/*   zoom: 85%;*/
}

.sin-borde {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.select2 {
width:100%!important;
}

#tablamodificada{
  background: #308B92;
  width:calc(100% - 500px);
}

html{
  /*font-size: 70%*/
}

.select2-search__field {
    z-index: 9999; /* O cualquier valor alto para garantizar que esté por encima de otros elementos */
}




/* Para minimizar los márgenes y padding de la tabla */
.min-table {
    margin-bottom: 0;
    border-spacing: 0;
}

/* Para minimizar el espaciado entre las celdas de la tabla */
.min-table td,
.min-table th {
    padding: 0.15rem;
}

/* Para minimizar el espaciado vertical entre filas */
.min-table tbody tr {
    border-bottom: none;
}




.v-tab{
  
.tab__head {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 32px;
  width: 300px;
  li {
      float: left;
      margin: 0 0 1px 0;
      cursor: pointer;
      padding: 0px 10%;
      height: 32px;
      line-height: 31px;
      color:#333;
      border-bottom: 0px;
      overflow: hidden;
      position: relative;
      border-top-left-radius:4px;
      border-bottom-left-radius:4px;
      background-color: #e5e5e5;
      width:80%;
      &:hover {
        background-color: #bbb;
        color:#000;
      }
      &.active {
        border:1px solid #ccc;;
        background-color: #fff;
        color: #333;
        border-right: 0;
        display: block;
      }
    }
}

.tab__container {
  border: 1px solid #ccc;;
  float: left;
  width: 500px;
   min-height:200px;
}

.tab__content {
  padding: 20px;
  display: none;
    > :first-child {
    margin-top: 0;
    }
  }
}



/* Estilos base */
.tab__head {
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto;
    width: 100%;
}
.tab__head li {
    margin: 0;
    cursor: pointer;
    padding: 10px;
    color: #333;
    border-bottom: 1px solid #ccc;
    background-color: #e5e5e5;
    width: 100%;
    &:hover {
        background-color: #bbb;
        color: #000;
    }
    &.active {
        background-color: #fff;
        color: #333;
        border-right: 1px solid #ccc;
    }
}

.tab__container {
    border: 1px solid #ccc;
    width: 100%;
    min-height: 200px;
}

.tab__content {
    padding: 20px;
    display: none;
}


.transparent-input {
      background-color: transparent;
    }


 .input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid slategrey;
  font: inherit;

  &:focus + .span,
  &:not(:placeholder-shown) + .span{
    color: #695acde9;
    transform: translate(0,-100%) scale(.8);
  } 
}

*{
  margin: 0;
  box-sizing: border-box;
}

.label{
  display: grid;
  width: 100%;
  padding: 1.5rem 0;
  grid-template-areas: "input";

  > *{
    grid-area: input;
  }
}

.span{
  transform-origin: left;
  transition: transform .3s, color .3s;
}

.card2 {
 
 border-radius: ;
 transition: all .1s;
}

.card2:hover {
 transform: scale(0.99);
 border-radius: 20px;
 
}

.progress {
  position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}


.filas-alto-corto td{
  padding: 2px 6px;
}