/*FUENTES*/
@font-face {
  font-family: "fajala";
  src: url(fonts/fuente.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* ********** Reset ********** */
html {
  box-sizing: border-box;
  font-family: var(--font);
  font-size: 16px;
  scroll-behavior: smooth;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text-color);
}

a {
  color: var(--link-color);
  transition: all 0.5s ease-out;
}

a:hover {
  opacity: 0.75;
}

h1 {
  margin: 0;
  font-size: 2rem;
}

h2 {
  margin: 0;
  font-size: 1.5rem;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
}

h4 {
  margin: 0;
  font-size: 1rem;
}

h5 {
  margin: 0;
  font-size: 0.85rem;
}

h6 {
  margin: 0;
  font-size: 0.7rem;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.6;
}

/*GENERALES*/
* {
  margin: 0px;
  padding: 0px;
  font-family: fajala, sans-serif, Helvetica, Arial;
  text-decoration: none;
}

.clearfix {
  clear: both;
  float: none;
}


body {
  background: url(img/cubes.png) #F4F4F4;
}

.contenedor {
  width: 400px;
  box-shadow: 0px 0px 10px #ccc, 0px 0px 20px #ccc, 0px 0px 20px #ccc, 0px 0px 10px #ccc, 0px 0px 10px #ccc, 0px 0px 10px #ccc, 0px 0px 10px #ccc, 0px 0px 20px #ccc, 0px 0px 10px black, 20px 20px 10px #ccc;
  transition: all 1s;
}

.boton {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  border-radius: 2px;
  color: white;
  background: #007ee5;
  border: 1px solid #156785;
  cursor: pointer;
  height: auto;
  padding: 10px;
  text-align: center;
}

.boton {
  color: white !important;
  text-align: center;
  text-decoration: none;
  width: 130px;
}



.boton-naranja {
  background: orange;
  border-color: #bd7d08;
}

.boton-verde {
  background: #21b921;
  border-color: green;
}

.boton-rojo {
  background: red;
  border-color: #444;
}

.sindatos {
  background: red;
}

#nombreUsuario {
  margin: 0px auto;
  color: blue;
  text-align: center;
  width: 130px;
  box-shadow: 0px 0px 20px #ccc, 0px 0px 10px #ccc, 0px 0px 10px #ccc, 0px 0px 10px #ccc, 0px 0px 10px #ccc, 0px 0px 10px #ccc;
  padding-top: 5px;
}

.diz {
  height: auto;
  width: auto;
  color: blue;
  padding-top: 5px;
  box-shadow: 0px 0px 10px #ccc, 0px 0px 10px #ccc;


}

img {
  height: 100px;
  width: 100px;
  box-shadow: 0px 0px 10px #ccc;

}

.logo {
  margin-bottom: 10px;

}


.form-control {
  width: 200px;
  margin: auto;
}

.tituloss {
  display: block;
  margin: auto;
}

h4 {
  color: #0444f3;
}