#header
{
    width: 100%;
    height: 130px;
    padding-top: 20px;
    background-color: #890e33;
    font-family: sans-serif;

}
#logoTranformar
{
    padding-top: 1rem;
    width: auto;
    height: 100px;
}
#title 
{
    color: white;
    font-family: sans-serif;
    /*transform: translate(38%,-300%);*/
    /*transform: none;*/
}
#title2
{
    color: white;
    font-family: sans-serif;
    width: 250px;
    /*transform: translate(255%,-200%);  */
    /*transform: none;  */
    
}
#titulo a
{
    text-decoration: none;
}
#btn-inicio
{
    padding-right: 1rem;
    height: auto;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    float: right;
    /*transform: translate(-10%,-455%);*/
}
#inicio
{
    text-decoration: none;
    font-size: 25px;
    color: white;
}
#inicio:hover
{
    color: white;
    transform: scale(1.1);
}
@media screen and (max-width: 700px) 
{
    #titulo        
    {
        display: none;
    }
}
@media screen and (max-width: 600px) 
{
    #titulo        
    {
        display: none;
    }
}
@media screen and (max-width: 500px) 
{
    #titulo        
    {
        display: none;
    }
}
@media screen and (max-width: 400px) 
{
    #titulo        
    {
        display: none;
    }
    #inicio
    {
        display: none;
    }
    #logoTranformar
    {
        padding-top: 1.5rem;
        width: 100%;
        height: auto;
    }        
}


