html {
    font-size: 62.5% !important;
}

body {
    font-family: 'Roboto', sans-serif;
}
p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}


label {
    font-size: 1.6rem;
    line-height: 1.5;
}

input {
    font-size: 1.4rem !important;
    line-height: 1.5;
    padding: 6px 12px;
}

.modal-content {
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
}

.modal-header {
    padding: 10px 10px 10px 10px;
}

.modal-title {
    font-size: 1.6rem;
    line-height: 1.5;
}
.modal-body {
    padding: 10px 10px 10px 10px;
}

.btn {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 6px 12px;
    border: 0px solid #44663E;
    border-radius: 10px;
}

h2 {
    color: #44663E;
    font-size: 1.8rem;
    line-height: 1.5;
}

.card {
    border-radius: 10px; /* ajusta el radio de las esquinas a 10px */
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.card-title {
    border-radius: 15px; /* ajusta el radio de las esquinas a 10px */
    overflow: hidden;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
}

.card-header-title
{
    font-size: 4.6rem;
    line-height: 1.5;
}

.menuImageSize {
    max-width: 100px;
    display: block;
    margin: auto;
}

.botonMenu {
    width: 100px;
    height: 33px;
    background: #4C5326 0% 0% no-repeat padding-box;
    border: 1px solid #44663E;
    color: white;
    font-size: 10pt;
    border-radius: 10px;
    opacity: 1;
}

.botonMenu:hover {
    background-color: #879225;
    border: 1px solid #66E026;
    color: white;
}

