.titulo{
    font-weight: bold;
    font-family: Zurich BT;
    color: #191919;
    margin-bottom: 20px;
}

.search{
    border:1px solid #F19300;
    background-color: #F19300;
    height: 28px;
    width: 30px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 2px;
}

#boton{
    color: white;
    margin-left: -6px;
    margin-top: -3px;
}

#input{
    border-radius: 10px;
}

#header{
    margin-left: -10%; 
    margin-right: -7%; 
    width: 120%; 
    /*height: 40px;*/
    height: 3vw;
    background: #F19300; 
    border-radius: 10px;
}

.schedule{
    background: #F19300; 
    color: white; 
    border: hidden; 
    font-weight: bold;
}

#taskTitle{
    font-family: 'TypeTogether'; 
    font-size: 3vw; 
    border-style: solid; 
    border-color: #F19300; 
    border-left:hidden; 
    border-right: hidden;
    margin-bottom: 20px;
}

#bodyCard{
    border-style: inset; 
    margin-bottom: 2%; 
    left: 2%; 
    background: #FFFFFF; 
    border-radius: 10px;
}

#cardTitle{
    color: white; 
    margin-top: 15px; 
    line-height:90%;
    font-size: 1vw;
}

#taskRunning{
    border-style: inset; 
    margin-bottom: 2%; 
    background: #FFFFFF; 
    border-radius: 10px;
}
