/**

 * Theme Name: rem
 * Author: box3w
 * Template: hello-elementor
 * Text Domain:	   rem
 * Description: by box3w
Version: 1.0.1734533707
Updated: 2024-12-18 11:55:07
 */


.elementor-element.header_geral {
    padding-top: 100px;
}

.elementor-element.menu_lateral {
    width: 280px;
}

.elementor-element.palco_conteudo {
    width: calc(100% - 280px);
	transition: all ease .5s
}


.menu_lateral.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
		
}

.cards_about a {
    color: #fff !important;
    font-weight: 600;
}

.cards_about a:hover {
    color: #fff !important;
    text-decoration: underline;
}