.navbar-nav li > a{
	 padding: 15px 25px;
	font-size: 14px;
	
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.img-register{
  height:6em;
  width:auto;
  padding-bottom:10px;
}

.form-container{
  margin-top:50px;
}

.register-terms{
  color:#04B404;
}

.register-terms:hover{
  color:#48e803;
}

.boton-send{
  background: #000000;
  color:#fff;
  width: 10em;
}

.boton-send:hover{
  background:#088A29;
}

.bg-register{
  background:linear-gradient(to bottom right, #423737, #000);
}

.dashboard {
  min-height: 200px;
	font-size: 16px;
	font-family: Georgia, Cambria, Times, "Times New Roman", serif;
}

.todeposit {
  padding-bottom: 10px;
  color:#ffd178;
	font-size: 15px;
}

@media screen and (max-width: 760px) {
	.todeposit {
		font-size: 12px;
	}
}


.list-contribute {
	padding:10px !important;
	padding-left:20px !important;
}

.divcenter {
  width: 450px;
  min-height: 300px;
  /*background-color: reda */;
  margin: auto;
}

.form-control{
  width:90%;
}

.alertmessage {
	z-index: 99999 !important;
	position:fixedº;
	border-radius: 0rem !important;
	margin-bottom:0 !important;
	width:100%;
	/*top: 60px;*/
}

.fade {
  -webkit-transition-duration: 5s; /* Safari */
  transition-duration: 5s;
}

/* VIDEO */
/* Podemos eliminar este estilo si no queremos que se adapte al ancho máximo */
.delimitador{
  width:560px;    /* Ancho máximo */
  margin:auto;    /* Centramos el vídeo */
}
/* El contenedor con el padding-top crea el tamaño del vídeo */
.contenedor{
  height:0px;
  width:100%;
  padding-top:56.25%; /* Relación: 16/9 = 56.25% */
  position:relative;
}
/* El iframe se adapta al tamaño del contenedor */
.contenedor iframe{
  position:absolute;
  height:100%;
  width:100%;
  top:0px;
  left:0px;
}
/* END VIDEO */

@media (min-width: 768px) {
  .sign-up-form .user-form {
    width: 350px;
  }

  .sign-up-form .user-form {
    margin: 25px auto 0;
    width: 280px;
  }

  /* MENU */
  .menuposition{
    position: absolute;
    top: 0px;
    left: 0px;
  }
  /* FIN MENU*/

  /* FOMRATO MENSAJES DE ERROR */
  .msgerror{
  	background-color: #bb0f0f;
  	color: #fff;
  	width: 100%;
    height: 34px;
	  font-size: 14px;
	  font-weight: bold;
  }

  .msgsuccess{
    background-color: #36d134;
    color: #fff;
    width: 100%;
    height: 34px;
    font-size: 14px;
    font-weight: bold;
  }

  /* FIN FORMATO MENSAJES DE ERROR */

  /* HOW POSITION*/
  .how-position{
	  /*padding-top:20px;
	  position:absolute;*/
	  justify-content:center;
	  width: 95%;
  }
}

/* END HOW POSITION */
@media print {
  a[href]::after {
    content: none !important;
  }
}


/* Contenedor */
.contenedor { 
    margin:50px; 
    padding:0px; 
    width: 100%;
}

.seccion { 
    padding-top: 5px; 
    margin: 0px; min-height: 600px; 
    padding-left:60px;
    width: 100% !important;
    padding-right:20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight:300 !important;
}
@media all and (max-width: 768px) {
    .contenedor { margin:0px; padding:0px; width: 100% !important}
    .seccion { margin-top: 40px;  margin-bottom: 40px;  min-height: 600px; padding-right:10px; padding-left:10px; }

}

.anton {
    font-family: 'Anton';
    font-weight: normal;
}



/* -----------------------  */
.subformDiv {
  padding: 10px;
  padding-bottom: 30px;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color:#FEF9EA;/* lightgray;*/
  width: 100%;
}

.subformDiv h5 {
  font-weight: 900;
}


/* ---------------------------------------------------------------- */
.ndl {
  /* no decorated link */
  text-decoration: none !important;
}



.fa-trash-alt {color: black !important;}
.fa-trash-alt:hover {color: red;};
.fa-eraser {color: black !important;}
.fa-eraser:hover {color: red;};