html {
    display: table;
    margin: auto;
}

header {
  width:100%;
  position:absolute;
  top:0;
  left:0;
}

/**************** Navbar ********************/
.navbar-inverse {
  background-color: #000;
  border-color: #000;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
  color: White;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav>li>a:hover {
  background-color: #000;
}

.dropdown-menu>li>a {
  color: #000;
}

.dropdown-menu>li>a:hover {
  color: #fed802;
}
/**************** Fin Navbar ********************/

body {
    display: table-cell;
    vertical-align: middle;
    width: 1024px;
    padding-top: 70px;
    padding-bottom: 50px;
    font-family: 'Ubuntu' !important;
    background-color: #ffffff82;
}

h1, h2, h3, h4, h5, h6 {
  color: #4a4a4a;
  font-family: 'Ubuntu' !important;
  font-variant: small-caps;

  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
}

label {
  margin-top: 7px;
  margin-bottom: 3px;
}

/**************** links ********************/
.nclink {
    color: #000 ;
}

.nclink:visited {
    color: #000;
}

a.nclink:hover {
    color: #fed802;
}

.nclink:active {
    color: #fed802;
}

/**************** Fin links ********************/

/**************** DataTables ********************/
.table-title-container {
  display: flex;
  align-items: center;
}

.table-title-container h1 {
  margin-top: 0;
  margin-bottom: 8px;
}

.mr-12 {
  margin-right: 12px;
}

td .btn {
  margin-top: 2px;
  margin-bottom: 2xp;

}

/**************** Fin DataTables ********************/
.pagination>.active>a {
  background-color: #000;
  border-color: #000;
}

/**************** Buttons ********************/

/* Black buttons*/
.btn-primary, .btn-success, .btn-info, .btn-warning {
    color: #fed802;
    background-color: #000;
    border-color: #000;
    transition: all 0.15s ease-in-out;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    
}

.btn-primary:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover {
    color: black;
    background-color: #fed802;
    border-color: black;
}

.btn-primary:focus, .btn-success:focus, .btn-info:focus, .btn-warning:focus {
  color: black !important;
  background-color: #fde663 !important;
  border-color: black !important;
}

/* Yellow buttons*/
.btn-danger {
    color: black;
    background-color: #fed802;
    border-color: black;
    transition: all 0.15s ease-in-out;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-danger:hover {
    color: #fed802;
    background-color: Black;
    border-color: Black;
}

.btn-danger:focus {
  color: #fed802 !important;
  background-color: rgb(52, 50, 50) !important;
  border-color: Black !important;
}

/* White buttons*/
.btn-secondary {
  color: black;
  background-color: white;
  border-color: black;
  transition: all 0.15s ease-in-out;
  border-radius: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-secondary:hover {
  color: black;
  background-color: #fed802;
  border-color: Black;
}

.btn-secondary:focus {
  color: black !important;
  background-color: #fde663 !important;
  border-color: Black !important;
}

/* Buttons position*/
.btn1, .btn2{
  float: left;
  margin: 5px;
  margin-top: 30px;
}

.btn3{
  margin: 5px;
  margin-top: 30px;
}

/**************** Fin Buttons ********************/

.required:after{
  content: " *";
  color: red;
}

.tagline{
  margin-bottom: 3px;
}
/**************** mas colores ********************/

.pagination>li>a, .pagination>li>span {
  color: #000;
}

.pagination>.active>a:focus, .pagination>.active>a:hover {
  background-color: #fed802;
  border-color: #E6C400;
  color: black;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.85);
    background-image: url("../imgs/loading-XrKloRG.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%;
    opacity: .90;
}

.border-top {
  border-top: solid 1px lightgrey;
  padding-top: 5px;
}

.border-bottom {
  border-bottom: solid 1px lightgrey;
  padding-bottom: 5px;
}

/**************** dos columnas ********************/

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
}

/* Clear floats after the columns */
.container-row:after {
    content: "";
    display: table;
    clear: both;
}

/******************* buttons ********************/
.n-lovers, .n-haters {
  display: inline-block;
  margin-right: 5px;
}

.likes-button {
  float: right;
  margin-left: 3px;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999;
  margin-bottom: 20px;
}

.buttons {
  background: rgba(0, 0, 0, 0.80);
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  position: absolute;
  z-index: 99;
}

.buttons-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
}

.video-button:hover {
  color: #fed802;
}

.img-vid {
  position: relative;
  width: 100%;
  height: 100%;
}

#player {
  background: rgba(0, 0, 0, 0.70);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#yt-player{
  z-index: 999;
  margin: 30px;
  width: 90%;
  height: 90%;
}

.description {
  font-size: 12px;
  margin-bottom: 20px;
  padding: 5px;
}

#login {
  background: rgba(0, 0, 0, 0.70);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.close-vid {
  color: white;
  font-size: 20px;
  position: absolute;
  right: 4%;
  top: 2%;
}

.close-form {
  left: 50%;
}

.button-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
}

.button-icon:hover {
  cursor: pointer;
}

.login-form {
  background-color: #f8f5f5;
}

.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.width-100 {
  width: 100%;
}

.p-12 {
  padding: 12px;
}

/* bloque para recuperar las clases originales agregando la clase def en botones*/
/* bloque para recuperar las clases originales agregando la clase def en botones*/
/* bloque para recuperar las clases originales agregando la clase def en botones*/
/* bloque para recuperar las clases originales agregando la clase def en botones*/
/* bloque para recuperar las clases originales agregando la clase def en botones*/
.def.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.def.btn-default:focus,
.def.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.def.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.def.btn-default:active,
.def.btn-default.active,
.open > .dropdown-toggle.def.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.def.btn-default:active:hover,
.def.btn-default.active:hover,
.open > .dropdown-toggle.def.btn-default:hover,
.def.btn-default:active:focus,
.def.btn-default.active:focus,
.open > .dropdown-toggle.def.btn-default:focus,
.def.btn-default:active.focus,
.def.btn-default.active.focus,
.open > .dropdown-toggle.def.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.def.btn-default:active,
.def.btn-default.active,
.open > .dropdown-toggle.def.btn-default {
  background-image: none;
}
.def.btn-default.disabled:hover,
.def.btn-default[disabled]:hover,
fieldset[disabled] .def.btn-default:hover,
.def.btn-default.disabled:focus,
.def.btn-default[disabled]:focus,
fieldset[disabled] .def.btn-default:focus,
.def.btn-default.disabled.focus,
.def.btn-default[disabled].focus,
fieldset[disabled] .def.btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.def.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.def.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.def.btn-primary:focus,
.def.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.def.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.def.btn-primary:active,
.def.btn-primary.active,
.open > .dropdown-toggle.def.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.def.btn-primary:active:hover,
.def.btn-primary.active:hover,
.open > .dropdown-toggle.def.btn-primary:hover,
.def.btn-primary:active:focus,
.def.btn-primary.active:focus,
.open > .dropdown-toggle.def.btn-primary:focus,
.def.btn-primary:active.focus,
.def.btn-primary.active.focus,
.open > .dropdown-toggle.def.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.def.btn-primary:active,
.def.btn-primary.active,
.open > .dropdown-toggle.def.btn-primary {
  background-image: none;
}
.def.btn-primary.disabled:hover,
.def.btn-primary[disabled]:hover,
fieldset[disabled] .def.btn-primary:hover,
.def.btn-primary.disabled:focus,
.def.btn-primary[disabled]:focus,
fieldset[disabled] .def.btn-primary:focus,
.def.btn-primary.disabled.focus,
.def.btn-primary[disabled].focus,
fieldset[disabled] .def.btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.def.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.def.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.def.btn-success:focus,
.def.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.def.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.def.btn-success:active,
.def.btn-success.active,
.open > .dropdown-toggle.def.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.def.btn-success:active:hover,
.def.btn-success.active:hover,
.open > .dropdown-toggle.def.btn-success:hover,
.def.btn-success:active:focus,
.def.btn-success.active:focus,
.open > .dropdown-toggle.def.btn-success:focus,
.def.btn-success:active.focus,
.def.btn-success.active.focus,
.open > .dropdown-toggle.def.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.def.btn-success:active,
.def.btn-success.active,
.open > .dropdown-toggle.def.btn-success {
  background-image: none;
}
.def.btn-success.disabled:hover,
.def.btn-success[disabled]:hover,
fieldset[disabled] .def.btn-success:hover,
.def.btn-success.disabled:focus,
.def.btn-success[disabled]:focus,
fieldset[disabled] .def.btn-success:focus,
.def.btn-success.disabled.focus,
.def.btn-success[disabled].focus,
fieldset[disabled] .def.btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.def.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.def.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.def.btn-info:focus,
.def.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.def.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.def.btn-info:active,
.def.btn-info.active,
.open > .dropdown-toggle.def.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.def.btn-info:active:hover,
.def.btn-info.active:hover,
.open > .dropdown-toggle.def.btn-info:hover,
.def.btn-info:active:focus,
.def.btn-info.active:focus,
.open > .dropdown-toggle.def.btn-info:focus,
.def.btn-info:active.focus,
.def.btn-info.active.focus,
.open > .dropdown-toggle.def.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.def.btn-info:active,
.def.btn-info.active,
.open > .dropdown-toggle.def.btn-info {
  background-image: none;
}
.def.btn-info.disabled:hover,
.def.btn-info[disabled]:hover,
fieldset[disabled] .def.btn-info:hover,
.def.btn-info.disabled:focus,
.def.btn-info[disabled]:focus,
fieldset[disabled] .def.btn-info:focus,
.def.btn-info.disabled.focus,
.def.btn-info[disabled].focus,
fieldset[disabled] .def.btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.def.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.def.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.def.btn-warning:focus,
.def.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.def.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.def.btn-warning:active,
.def.btn-warning.active,
.open > .dropdown-toggle.def.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.def.btn-warning:active:hover,
.def.btn-warning.active:hover,
.open > .dropdown-toggle.def.btn-warning:hover,
.def.btn-warning:active:focus,
.def.btn-warning.active:focus,
.open > .dropdown-toggle.def.btn-warning:focus,
.def.btn-warning:active.focus,
.def.btn-warning.active.focus,
.open > .dropdown-toggle.def.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.def.btn-warning:active,
.def.btn-warning.active,
.open > .dropdown-toggle.def.btn-warning {
  background-image: none;
}
.def.btn-warning.disabled:hover,
.def.btn-warning[disabled]:hover,
fieldset[disabled] .def.btn-warning:hover,
.def.btn-warning.disabled:focus,
.def.btn-warning[disabled]:focus,
fieldset[disabled] .def.btn-warning:focus,
.def.btn-warning.disabled.focus,
.def.btn-warning[disabled].focus,
fieldset[disabled] .def.btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.def.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.def.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.def.btn-danger:focus,
.def.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.def.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.def.btn-danger:active,
.def.btn-danger.active,
.open > .dropdown-toggle.def.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.def.btn-danger:active:hover,
.def.btn-danger.active:hover,
.open > .dropdown-toggle.def.btn-danger:hover,
.def.btn-danger:active:focus,
.def.btn-danger.active:focus,
.open > .dropdown-toggle.def.btn-danger:focus,
.def.btn-danger:active.focus,
.def.btn-danger.active.focus,
.open > .dropdown-toggle.def.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.def.btn-danger:active,
.def.btn-danger.active,
.open > .dropdown-toggle.def.btn-danger {
  background-image: none;
}
.def.btn-danger.disabled:hover,
.def.btn-danger[disabled]:hover,
fieldset[disabled] .def.btn-danger:hover,
.def.btn-danger.disabled:focus,
.def.btn-danger[disabled]:focus,
fieldset[disabled] .def.btn-danger:focus,
.def.btn-danger.disabled.focus,
.def.btn-danger[disabled].focus,
fieldset[disabled] .def.btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.def.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}