/*BOTÓN FLOTANTE ADD EDIT*/
.botonF1 {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: #2c6139;
    right: 0;
    bottom: 0;
    position: fixed;
    margin-right: 16px;
    margin-bottom: 16px;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: .3s;
}


/*FONDO DE ESPERA*/
.fondoEspera {
    display: none;
    position: fixed;
    z-index: 1060;
    width: 100%;
    height: 100%;
    background-color: #0000006f;
}

.fondoEspera img {
    position: relative;
    top: 10%;
    left: 46%;
    width: 130px;
}



/*OCULTA ELEMENTOS AUTOMATICOS DE TRADUCTOR*/
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget {
    display: none !important;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none !important;
}



.card-used {
    filter: grayscale(0.7) brightness(0.85);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.card-used:hover {
    filter: grayscale(0.5) brightness(0.9);
    opacity: 0.9;
}
