::-moz-selection {
  color: #fff;
  background: #012141;
}
::selection {
  color: #fff;
  background: #012141;
}
body {
  font-size: 16px;
  background-color: #fff;
  color: #2f2f2f;
  font-family: 'Montserrat', sans-serif;
}
.degradado {
  background-image: -webkit-linear-gradient(315deg, #012141, #00a2ba);
  opacity: 0.7;
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#fondo {
  background-image: url("images/fondotk.jpg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inicio {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.contenedor {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  height: auto;
}
.contenedor img {
  margin-bottom: 20%;
}
a.botonEvento {
  width: 300px;
  height: 60px;
  border-color: #fff;
  border-style: solid;
  border-width: 2px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
a.botonEvento:hover {
  color: #fff;
  background-color: #e24301;
  border-color: #e24301;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.firma {
  color: #fff;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
}
.firma .contenido {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  min-width: 300px;
  height: auto;
  margin-bottom: 5%;
}
.firma .contenido img {
  margin-left: 7%;
  width: 100px;
  height: auto;
}
