@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
html,
body {
  color: #212121;
  background-color: #fafafa;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
}

body {
  margin-top: 56px;
}

img {
  vertical-align: middle;
  display: inline;
}

header.main .title {
  padding: 50px 0;
  background-color: #443F3C;
}

header.main .tip {
  background-color: #7AB829;
  padding: 16px 0
}

pre.code {
  background-color: #212121;
  color: #fafafa;
  padding: 8px;
  overflow-x: auto;
}

.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 1em;

  -webkit-box-sizig: border-box
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

main {
  margin: 50px 0;

  -webkit-box-sizig: border-box
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  margin-bottom: 50px;
}

.footer.main {
  background-color: #333333;
  color: #fafafa;
  padding: 50px 0;

  -webkit-box-sizig: border-box
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer.main a {
  color: #4fc3f7;
}

.navbar.main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 4px;

  height: 56px;
  line-height: 56px;

  background-color: #443F3C;

  -webkit-box-sizig: border-box
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  z-index: 5;

  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.navbar.main::after {
  content: "";
  display: table;
  clear: both;
}

.navbar.main * {
  display: inline-block;
}

.navbar.main a {
  text-decoration: none
}

.navbar.main .icon {
  padding: 0 8px;
}

.sidebar {
  position: fixed;
  top: 56px;
  bottom: 0;
  width: 300px;
  background-color: #fafafa;
}

#sidebar-main {
  top: 56px;
}

.sidebar.right {
  right: -300px;
  text-align: right;
}

.sidebar.left {
  left: -300px;
}

.sidebar a {
  text-decoration: none;
  display: block;
}

.sidebar .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 1em;
  padding-top: 1.5em;
  overflow-y: auto;

  -webkit-box-sizig: border-box
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sidebar nav {
  margin-bottom: 24px;
}

.sidebar nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0px;
}

.sidebar nav ul li {
  padding: 8px 0;
  margin: 4px 0;
}

.sidebar nav ul li.title {
  font-weight: bold;
}

.float-right {
  float: right;
}
.float-left {
  float: left;
}

img.alineadoTextoImagenCentro{
  vertical-align: middle;
}

A:link { color: black; text-decoration: none }
A:active { color: black; text-decoration: none }
A:hover { color: black; text-decoration: none }
A:visited {color: black;  text-decoration: none }

h1 {
  color: white;
}
h2 {
  color: white;
}

input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:300px;
  border:none;
  background:#fafafa;
  text-align:center;
  border-bottom:1px solid #757575;
}
input:focus 		{ outline:none; }

.btn {
  position: relative;

  display: block;
  margin: auto;
  padding: 1em;

  overflow: hidden;

  border-width: 0;
  outline: none;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
  
  background-color: #7AB829;
  color: #ffffff;
  
  transition: background-color .3s;
}

.btn:hover, .btn:focus {
  background-color: #7AB850;
}

.btn > * {
  position: relative;
}

.btn span {
  display: block;
  padding: 12px 24px;
}

.btn:before {
  content: "";
  
  position: absolute;
  top: 50%;
  left: 50%;
  
  display: block;
  width: 0;
  padding-top: 0;
    
  border-radius: 100%;
  
  background-color: rgba(236, 240, 241, .3);
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:active:before {
  width: 120%;
  padding-top: 120%;
  
  transition: width .2s ease-out, padding-top .2s ease-out;
}


li.bot {
  position: relative;

  display: block;
  margin: auto;
  padding: 1em;

  overflow: hidden;
  
  transition: background-color .3s;
}
li.bot:before {
  content: "";
  
  position: absolute;
  top: 50%;
  left: 50%;
  
  display: block;
  width: 0;
  padding-top: 0;
    
  border-radius: 100%;
  
  background-color: rgba(236, 240, 241, .3);
  
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
li.bot:active:before {
  width: 120%;
  padding-top: 120%;
  
  transition: width .2s ease-out, padding-top .2s ease-out;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	margin-top: 56px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/eci-pwa/assets/imgs/loading.gif') 50% 5% no-repeat #FFFFFF;
}

.inputconteo {
	width: 50%;
}