header
{
    position: absolute;
}
.column-lang ul li a ,
.column-lang ul li:first-child:before ,
.column-menu > div > ul > li > a
{
    color: #241D00;
}
.column-button a
{
    color: #241D00;  
	border: 1px solid #241D00;
}
.column-button a
{ 
    background-image: -webkit-linear-gradient(90deg, #EC1B2E 50%, transparent 50%);
    background-image: linear-gradient(90deg, #EC1B2E 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    /* -webkit-transition: background 1000ms ease-in-out; */
    transition: background 1000ms, color .5s ease-in-out, border .5s ease-in-out ;
}
.column-button a:hover
{
    color: #fff;
    border: 1px solid #EC1B2E;
}

.column-menu > div > ul > li > a:hover ,
.column-menu > div > ul > li:hover > a
{
	color:#EC1B2E !important;
}
.column-menu > div > ul > li > .sub-menu li a:hover
{
	color:#EC1B2E !important;
}
.logohome
{
	display:none;
}
.logointernal
{
	display:block;
}
.column-iconmenu-mobile span
{
	background:#000;
}
.column-button-navigation a
{
    color: #241D00;
}
header .current_page_item > a
{
    color: #EC1B2E !important;
}


@media screen and (max-width: 760px)
{
	header
	{
		position: fixed;
	}
}

.column-lang ul li a:hover
{
    color: #EC1B2E !important;
}

.column-lang .wpml-ls-current-language a:hover
{
    color: #241D00 !important;
}
