.btnagenda {
    /* margin-left: 70px; */
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    border-radius: 20px;
    padding: 6px 20px;
    height: 36px;
    width: 300px;
    transition: all 0.4s ease;
}
.btnagenda:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
}
.campo-1-3 #uno,
.campo-1-3 #dos {
    display: inline-block;
}
.fechalista {
    background-color: #253166;
    color: white;
    border-radius: 6px;
    height: 30px;
    text-align: center;
    padding: 6px 20px;
}
.tarealista {
    background-color: #f99746;
    color: white;
    border-radius: 20px;
    height: 40px;
    text-align: center;
    padding: 6px 20px;
    margin-left: 10px;
}
.top120 {
    margin-top: 120px;
}

/* ============================================ RESPONSIVE =========================================*/
@media only screen and (max-width: 780px) {
    .top120 {
        margin-top: 20px;
    }
}

/* @media only screen and (max-width: 1024px) {

} */
