/* style.css */

.container {
    margin-top: 20px;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay;
}

.h3 {
    font-family: 'Roboto', sans-serif;
}

.gris {
    color: #76797c;
}

.green {
    color: #28ad00;
}

.grisclaro {
    color: #b2c2b8;
}

.negro {
    color: #000;
}

.negrita {
    font-weight: bold;
}

.superior {
    width: 100%;
    height: 70px;
    background-color: #009739;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boton {
    background-color: #009739;
    color: #fff;
    border-radius: 10px;
}

.sup {
    margin-top: 80px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.middle {
    margin: 0 10px;
}

.form-check-label {
    cursor: pointer;
}
