  @font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  }

 .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;
    font-family: 'Montserrat', sans-serif;
  }
  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;
  }

  #content.checkout{
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #efefef;
    background-color: #ffffff !important;
  }

  .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;
}

.form-control {
  border: none;
  border-bottom: 1px solid #bdbdbd;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none;
}

label{
  font-weight: 500;
}

fieldset{
  padding-left: 15px;
  margin-top: 15px;
}

fieldset legend{
  border: none !important;
}

#content.payment-info fieldset{
    padding-left: 0px;
    margin-top: 15px;
}

#register.btn.btn-primary{
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px 35px;
  letter-spacing: .3rem;
  width: 100%;
  border: none;
}

.btn-group{
  width: 100%;
}

.well{
  background-color: #f7f7f7;
  border: 1px solid #e3e3e3;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit !important;
}

#acreditations_list li .btn.btn-primary{
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  letter-spacing: .2rem;
  border: none;
}

hr {
  border-top: 1px solid #cecece;
  margin: 0px 15px;
}

.input-group-addon{
  border: none;
  border-bottom: 1px solid #bdbdbd;
  background-color: transparent !important;
  border-color: #bdbdbd !important;
}

.input-group-addon i{
  font-size: small;
}

#btAdd{
  background-color: #000000;
  border: 2px solid #000000;
}

#btRemove{
  background-color: #ffffff;
  border: 2px solid #b81111;
  color: #b81111;
}

#btRemoveAll{
  background-color: #ffffff;
  border: 2px solid #b81111;
  color: #b81111;
}

#btAdd:hover{
  background-color: #616161;
  border: 2px solid #616161;
}

#btRemove:hover{
  background-color: #b81111;
  color: #ffffff;
}

#btRemoveAll:hover{
  background-color: #b81111;
  color: #ffffff;
}

.add-visit #main input{
  padding: 5px 25px;
  margin-right: 5px;
  text-transform: uppercase;
}

.add-visit{
  margin-top: 25px;
}

#acreditations_list li div {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef;
}

#acreditations_list li div:hover {
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.1);
}

.alert{
  border-radius: 0;
}
.alert.alert-danger{
    background-color: #ffffff !important;
    border: 2px solid #b81111;
    color: #b81111 !important;
}
.alert.alert-info{
    background-color: #ffffff !important;
    border: 2px solid #00c0ef;
    color: #00c0ef !important;
}
.alert.alert-warning{
    background-color: #ffffff !important;
    border: 2px solid #f39c12;
    color: #f39c12 !important;
}
.alert.alert-success{
    background-color: #ffffff !important;
    border: 2px solid #00a65a;
    color: #00a65a !important;
}

/* Fin Banner Cookies */

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

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

    #register.btn.btn-primary{
      position: fixed;
      bottom: 70px;
      left: 0px;
    }

    .add-visit #main input{
      width: 100%;
      margin-right: 0px;
      margin-bottom: 5px;
    }
  }

  @media (max-width: 488px){
    #register.btn.btn-primary{
      bottom: 90px;
    }

    body {
      margin-bottom: 95px;
    }
  }

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

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

.btn {
  border-radius: 0px;
}

.btn-primary {
  font-weight: bold !important;
}

  main div.row ul:not(.pagination, #acreditations_list) {
    margin: 0 0 1em !important;
    padding: 0 !important;
    list-style: none outside !important;
    clear: both !important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

main div.row ul li:not(.pagination li, #acreditations_list li) {
    padding: 20px 20px 5px 20px;
    margin-bottom: 25px;
    background-color: white !important;
    /* float: left; */
    /* border: 5px solid #FFCC01; */

}

main ul li h2 {
    padding: 0.5em;
    float: left;
    font-size: 17px;
    margin: 0 !important;
    color: black;
    font-weight: bold;
}

main div.row ul li:nth-child(even):not(.pagination li, #acreditations_list li) {
  display:  none !important;
}

main ul li p {
    padding-left: 10px;
    font-size: 14px;
}

main ul li a:not(.pagination li a, #acreditations_list li p a), ul li.elem-one a {
    text-decoration: none;
    float: right;
    margin: 10px;
    color: black !important;
    margin-top: -52px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #FFCC01!important;
    background-color: #FFCC01!important;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}