a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
}

.cuerpo {
    background: white;
    padding: 20px;
    border-bottom-left-radius: 30px 30px;
    border-bottom-right-radius: 30px 30px;
}

th, p, option {
    font-family: 'Nunito', sans-serif;
    font-family: 'Quicksand', sans-serif;
}

#titulo {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    background: #ff6347;
}

#tr {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
}


button {
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    width: 100%;
    box-shadow: none;
    font-size: 20px;
    border: none;
}


/* Listar partidas */

th, p, option {
    font-family: 'Nunito', sans-serif;
}

#titulo {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

#tr {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
}

.list_boton_add {
    width: 4rem;
    height: 4rem;
    border-radius: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

#list_boton {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

;

/* Delete */


#tr {
    border-top-left-radius: 30px 30px;
    border-top-right-radius: 30px 30px;
}

#boton {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;

}

;


/*Registro*/
button {
    border-top-left-radius: 40px 40px;
    border-top-right-radius: 40px 40px;
    border-bottom-right-radius: 40px 40px;
    border-bottom-left-radius: 40px 40px;
    width: 100%;
    box-shadow: none;
    font-size: 20px;
    border: none;
}



.icono_menu_nav {

    border-radius: 0px !important;
}




.boton_menu_nav{
    /* color: rgba(0,0,0,.55); */
    border-color: none !important;
}
.navbar-expand-lg .navbar-collapse{

justify-content: center;
}
.navbar-toggler{

        border: none !important;

}


