body {
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff;
}
.pointer{
    cursor: pointer;
}

.noseleccion {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	    text-transform:uppercase;

}

.noseleccion::selection {
    background: transparent;
		    text-transform:uppercase;

}

#mainContainerLogin {
    background-image: url('../imagenes/fondo_azul.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    opacity: 0.75;
    z-index: -10;
}

#backLogo {
    background-image: url('../imagenes/fondo_azul.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    z-index: -10;
}
.bg-brown{
    background-color: #009966;
}
.accordion-item{
    background-color: rgba(0, 0, 0, 0.05)!important;
}
.h-60{
    height: 60%;
    min-height: 60%;
    max-height: 60%;
}

.selected{
    background-color: #4A8EE5;
    color: white;
    font-size: 16px;
    font-weight: bolder;
}
.accordion-button{
    background-color: transparent!important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}