#top{
    position: fixed;
    bottom: 20px;
    left: 20px;
    outline: none;
    z-index:999;
    cursor:pointer;
    width:20px;
    transition: .3s;
}
img#top:hover {
    transform: translateY(-10px);
}
@media screen and (max-width:700px){
    #top{
        width:20px;
			bottom: 5px;
    right: 5px;
    }
	.phones *{
  color: white !important;
  text-decoration: none; 
}
	}
}

.main-header-bar .main-header-bar-navigation {
    height: 100%;
    transform: translateY(-80px);
}
.choc{
	position: sticky !important;
	top: 0;
	z-index: 9
}
.fa-align-justify:before, .fa-window-close:before {
    color: white;
}

.menulinha{opacity:0;transition: .4s}
.menulinhas{opacity:1}
@media screen and (min-width:768px){.menumob{display:none}}
@media screen and (max-width:768px){.menudesk{display:none}}
//.elementor-custom-embed iframe{ display:none }

.main-header-menu .sub-menu {
    top: 70% !important;
}

#menu-item-24 a{color:#b01d25}