#header
{
    width: 100%;
    height: 130px;
    padding-top: 20px;
	background-color: #890e33;
	font-family: sans-serif;
	border: solid;
}
#logoTranformar
{
    padding-top: 1rem;
    width: auto;
    height: 100px;
}
#title 
{
    color: white;
    font-family: sans-serif;
    /*transform: translate(38%,-300%);*/
    /*transform: none;*/
}
#title2
{
    //color: white;
	color: black;
    font-family: sans-serif;
    width: 250px;
    /*transform: translate(255%,-200%);  */
    /*transform: none;  */
    
}
#titulo a
{
    text-decoration: none;
	color: black;
}
#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;
	color: black;
}
#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;
    }        
}

.dropdown-submenu{
	position: relative;
}
.dropdown-submenu a::after{
	transform: rotate(-90deg);
	position: absolute;
	right: 3px;
	top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
	display: flex;
	flex-direction: column;
	position: absolute !important;
	margin-top: -30px;
	left: 100%;
}

@media (max-width: 992px) {
	.dropdown-menu{
		width: 50%;
	}
	.dropdown-menu .dropdown-submenu{
		width: auto;
		}
}



