.navbarParticipacion{
    background-color: #2349ab;
}

html {
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  margin-bottom: 80px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;	
    background-color: #2349ab;
}

.tituloNavbar{
    margin-left: 3rem;
    font-size: large;
}

.linkBarraNavegacion {
	color: white !important;
	cursor: pointer !important;
	text-decoration: none !important;
	padding: 5px 30px 10px 5px;
}
.faBarraNavegacion { 
	color: white !important;
	cursor: pointer !important;
}

.btn-login{
    background-color: #2349ab;
}

.infoUsuarioLogin{
    color: white;
}

.tituloGeneral{
    padding: 1rem 1rem 1rem 4rem; 
    font-size: x-large;
}


.main {
    width: 50%;
    margin: 50px auto;
}

/* Bootstrap 4 text input with search icon */

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.fa-plus-circle{
    margin-right: 0.5rem;
}

.row {
    --bs-gutter-x: 0rem;
}

.busquedaEncuesta{
    margin-left: 4rem;
}

p{
	margin-bottom: 0;
}

.contenedorSombreado {
    background-color: #f8f9fa;
}

.contenedorMuySombreado {
    background-color: #e3e4e6;
}

div.dataTables_filter, div.dataTables_length {
	margin-bottom: 16px;
}

.ir-arriba{
    display:none;
    background-repeat:no-repeat;
    font-size:15px;
    color: #2349ab;
    cursor:pointer;
    position:fixed;
    bottom:50px;
    right:15px;
    z-index:2;
}

.imagen-cropping-container {
  width: 60%;
  margin: 0 auto;
  max-height: 450px;
  overflow: hidden;
}

.miniatura {
  max-width: 100px;
  max-height: 100px;
  border: 2px solid #2349ab;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
}





