  .navbar {
    margin-bottom: 0;
    border-radius: 0;
  }

  #login{
    margin: -10%;
    text-align: right;
  }

  html {
    min-height: 100%;
    position: relative;
  }
  body {
    margin: 0;
    margin-bottom: 70px;
  }
  footer {
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
  }

  #language{
      /* margin-left: 20%; */
      /* text-align: center; */
      padding: 0%;
  }

  #logo_img{
    /* vertical-align: middle;  */
    /* float: left; */
    /* width: 30%; */
  }

  .avatar{
    width: 8%;
    vertical-align: middle;
    float: center;
  }

  #login{
    /* text-align: right; */
    margin-left: 0%;
  }

  #content{
    margin-top: 30px;
  }

  .hidden{
    visibility:hidden;
  }

/*   .badge:hover {
    color: #ffffff;
    text-decoration: none;
     cursor: pointer;
  } */
  .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
/*   .badge-danger:hover {
    background-color: #953b39;
  } */
  .badge-warning {
    color: #fff;
    background-color: #ffc107;
  }
/*   .badge-warning:hover {
    background-color: #c67605;
  } */
  .badge-success {
    color: #fff;
    background-color: #28a745;
  }
/*   .badge-success:hover {
    background-color: #356635;
  } */
  .badge-info {
    color: #fff;
    background-color: #3a87ad;
  }
/*   .badge-info:hover {
    background-color: #2d6987;
  } */

  /* #boton-confirm-email{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 6px;
  }

  #boton-deny-email{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background-color: #9b0e0e;
    border-radius: 6px;
  } */

  .d-none{
    display: none !important;
    }

/*Banner Cookies*/

#cookie-notice {
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 20px;
	left: 0;
	text-align: center;
	/* border-top: 2px solid #fbb03b; */
	font-weight: normal;
  box-shadow: 0px -1px 11px #acacac;
}

#cookie-notice .cookie-notice-container {
	display: block;
}

#cookie-notice .cookie-revoke-container {
	display: block;
}

.cn-position-bottom {
	bottom: 0;
}

.cookie-notice-container {
	padding: 15px 30px;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.cookie-revoke-container {
	padding: 15px 30px;
	width: 100%;
	z-index: 1;
}

#cookie-notice .cn-revoke-cookie {
	margin: 0;
}

#cookie-notice .cn-button {
	margin: 0 0 0 5px;
	border: none;
}

.cn-button {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 20px;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	text-transform: none;
	display: inline-block;
	cursor: pointer;
	touch-action: manipulation;
	white-space: nowrap;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.cn-button:hover {
	box-shadow: inset 0 0 0 99999px rgba(0,0,0,0.05);
	text-decoration: none;
}

.cn-text-container {
	margin: 0 0 6px 0;
}

.cn-text-container,
.cn-buttons-container {
	display: inline-block;
}

#cookie-notice a {
  color: #2e2f33;
  font-weight: 700;
}

#cookie-notice a:hover {
  color: #888888;
  font-weight: 700;
}

/* Fin Banner Cookies */

  @media (max-width: 992px){
    #acreditations_list li{
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
    .navbar-header {
      float: none !important;
    }
  }

  @media (max-width: 768px){
    #logo_img{
      /* vertical-align: middle;  */
      /* float: left; */
      width: 90%;
    }
  }

  .invitationcode {
      height: 9rem;
      font-size: 6rem;
      font-weight: bold;
  }

  .btn-xl {
      font-size: 4rem !important;
  }

  .btn{
    border-radius: 0px;
  }
