@charset "utf-8";
@import url("../css/columnas.css");
@import url("../css/variables.css");
@import url("../css/menu-gtaller.css");
@import url("../css/input.css");
@import url("../css/tablas.css");
@import url("../iconos-web/iconos-web.css");

.contenedor {
  width: var(--ancho);
  max-width: var(--ancho-max);
  height: 100%;
  margin: 0 auto;
}
.contenedor-ficha {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.contenedor-tab {
  width: 100%;
  height: 85%;
  /* position: relative; */
  margin: 25px 0;
  
}
.tabs {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  /* position: relative; */
  top: 1px;
  margin-left: 1em;
}
.item__tabs {
  border: var(--bordes);
  line-height: 2.5;
  padding: 0 1em;
  margin-right: 1px;
  background: var(--color7);
  border-radius: 7px 5px 0 0;
  /* position: relative; */
  z-index: 0;
  border-bottom: none;
  cursor: pointer;
}
.active {
  background: var(--color1);
  z-index: 20;
  color:var(--color4);
    
}
.panels {
  border: var(--bordes);
  padding: 5px;
  /* position: relative; */
  z-index: 10;
  background: transparent;
  height: 100%;
}
.item__panels {
  position: absolute;
  left: -1000%;
  background: transparent;
  text-align: justify;
  color: var(--color3);
}

.panels .active {
  position: relative;
  left: 0;
}
.boton-ficha {
  width: 40px;
  height: 40px;
  padding: 7px;
  font-size: 15pt;
  color: var(--color3);
  border-radius: 50%;
  cursor: pointer;
}
.boton_grande_total {
  margin: 10px auto;
}
.botones_internos {
  /* display: block; */
  color: var(--color4);
  background: var(--color1);
  font-family: inherit;
  font-size: 10pt;
  letter-spacing: 2px;
  text-decoration: none;
  transition: 0.5s all;
  cursor: pointer;
  border-radius: 7px;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 1px solid var(--color4);
  text-align: center;
}
.botones_internos:hover {
  background: var(--color2);
}
.b-iconos {
  font-size: 12pt;
  color: var(--color1);
  text-decoration: none;
}
.b-iconos:hover {
  color: var(--color2);
}
.flex {
  display: flex;
  justify-content: space-between;
}
.botonera {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

/*    FOOTER    */
footer {
  width: 100%;
  background: var(--color6);
  color: var(--color4);
  font-size: 12px;
  padding: 5px 0;

}

footer .contenedor-creditos {
  width: var(--ancho);
  max-width: var(--ancho-max);
  /* flex-direction: column; */
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer img {
  display: inline-block;
}

/* DESDE */
@media screen and (min-width: 768px) {
  header .contenedor__header {
    height: 70px;
    padding: 0;
  }

  .ch-5 {
    width: 5%;
  }

  .ch-10 {
    width: 10%;
  }

  .ch-30 {
    width: 30%;
  }

  .ch-50 {
    width: 50%;
  }

  .titulo {
    font-size: 22pt;
  }

  .subtitulo {
    font-size: 16pt;
  }

}