a {
    text-decoration: none;
}

.fondo-negro {
    background-color: #000!important;
}
.fondo-blanco {
    background-color: #fff!important;
}
.fondo-gris {
    background-color: #343434!important;
}

.borde-negro {
    border: 1px solid #000;
}

.borde-blanco {
    border: 1px solid #fff;
}


.borde-redondeado {
    border-radius: 10px;
}


.texto-blanco {
    color: #fff!important;
}

.texto-negro {
    color:#000!important;
}

.width-100-px {
    width: 100px!important;
}

.huge {
    width: 100%;
}

.logo-flotante {
    position: absolute;
    right:0;
    left:0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -400px;
    top: 45%;
    width: 70%;
}

/* --------------------------------------------------- */
/* BOOTSTRAP 5.0 SWITCH Y ACCORDION a negros y blancos */


.accordion-button:not(.collapsed) {
    color: #fff!important;
    background-color: #000;
    border: 1px solid #000!important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #000!important;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.form-switch .form-check {

    margin:0px;
    padding:0px;
    float:none;
  }

.form-switch .form-check-input {
  width: 80px!important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ccc'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ccc'/%3e%3c/svg%3e");
}
/* -------------------------------------------------------*/