.verde
{
    background: #e9ecef;
    color:#333333;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
}

.tituloverde
{    
    color:#88a80d;        
    font-size: 20px;
    font-weight: bold;    
}


.verde2
{
    background: #e9ecef;
    color:#333333;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
}

input
{
    border-radius: 30px !important;
    margin: 4px 0px;
}

select
{
    border-radius: 30px !important;
    margin: 4px 0px !important;
}

.btn
{
    border-radius: 40px;
}