/*
HOFMANN COLORS
==============
 #018b7c - türkizkék, zöld
 #011645 - sötétkék
 #ffffff - fehér
*/


/* Net-System alap CSS */
body { font: 13px Arial, Helvetica, sans-serif; padding: 0; margin: 0; background: #414852 url(/images/bg.jpg); }
form { padding: 0; margin: 0; }
input, select, textarea {
    font: font: 13px Arial, Helvetica, sans-serif;
    padding: 5px;
    background: #fff;
    border: 1px solid #4ba59b;
    border-radius: 3px;
}
h1,h2,h3 {
    margin: 0 0 1em;
}

button, .button { 
    font: 1em Arial, Helvetica, sans-serif;
    color: #fff;
    cursor: pointer; 
    padding: 5px 10px; 
    border: 1px solid #4ba59b; 
    border-radius: 3px;
    
    background: rgb(17,136,123); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(17,136,123,1) 0%, rgba(13,107,88,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(17,136,123,1)), color-stop(100%,rgba(13,107,88,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(17,136,123,1) 0%,rgba(13,107,88,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(17,136,123,1) 0%,rgba(13,107,88,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(17,136,123,1) 0%,rgba(13,107,88,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(17,136,123,1) 0%,rgba(13,107,88,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11887b', endColorstr='#0d6b58',GradientType=0 ); /* IE6-9 */
    
    text-decoration: none;
}
button:hover {}
button:focus { outline: none; }
button::-moz-focus-inner { border: 0; }
button:active { background-color: #9c3; color: #fff; }

a { color: #0cc; }
a:hover { color: #f90; }
a img { border: none; }
.fltrt{float:right;margin-left:10px;}
.fltlft{float:left;margin-right:10px;}
.clearfloat{clear:both;height:0;font-size:1px;line-height:0;}
.clean{border:none;background:none;padding:0;margin:0;}
.hiba{color:#d00;}
label.error{width: auto; display: inline; color: #d00; font-style: italic; padding-left: 5px;}
input.error{border: 1px solid #f00;border-color: #d00 #f99 #f99 #d00;background: #fff4f4;}
textarea.error{ border-color: #966 #c99 #c99 #966; }
input.captcha { width: 170px; text-align: center; font-weight: bold; color: crimson; }
/* Start of "Micro clearfix" */    
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */
.ar {text-align:right;}
.ac {text-align:center;}
.al {text-align:left;}
/*
---------------------------------------------------------*/

#cookie-box {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    background-color: #222;
    color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0 10px 10px rgba(0,0,0,0.2);
    opacity: 0;
}

#cookie-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media all and (min-width: 640px) {
    #cookie-inner {
        flex-direction: row;
    }
}

.cookie-col {
    background-color: inherit;
    padding: 0.5rem;
    margin: 0.5rem 1rem;
}

.cookie-col-1 a {
    color: #ff9;
}

#cookie-close {
    display: inline-block;
    padding: 0.5rem 2rem;
    background-color: #46c;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: bold;
}
/*
---------------------------------------------------------*/
#bg_1 {
    background: url(/images/bg_1.jpg) repeat-x;
    min-height: 600px;
}
#bg_2 {
    background: url(/images/bg_2.jpg) repeat-x;
    min-height: 600px;
    margin-left: 50%;
    position: relative;
}
#body_gradient_bg {
    position: relative;
    top: 0;
    left: -632px;
    background: url(/images/page_header_bg.jpg) no-repeat top center;
    width: 1264px;
    min-height: 600px;
}
#header {
    position: absolute;
    top: 50px;
    left: 152px;
    width: 960px;
    height: 260px;
}
#legend {
    display: none;
    position: absolute;
    top: 80px;
    right: 10px;
    width: 600px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #3cc5d7;
    font-weight: bold;
    font-size: 26px;
    font-style: italic;
    line-height: 50px;
    background: #053445;
background: -moz-linear-gradient(left, rgba(5,52,69,0) 0%, rgba(5,52,69,0.7) 40%, rgba(5,52,69,0.8) 50%, rgba(5,52,69,0.7) 60%, rgba(5,52,69,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(5,52,69,0)), color-stop(40%,rgba(5,52,69,0.7)), color-stop(50%,rgba(5,52,69,0.8)), color-stop(60%,rgba(5,52,69,0.7)), color-stop(100%,rgba(5,52,69,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(5,52,69,0) 0%,rgba(5,52,69,0.7) 40%,rgba(5,52,69,0.8) 50%,rgba(5,52,69,0.7) 60%,rgba(5,52,69,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(5,52,69,0) 0%,rgba(5,52,69,0.7) 40%,rgba(5,52,69,0.8) 50%,rgba(5,52,69,0.7) 60%,rgba(5,52,69,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(5,52,69,0) 0%,rgba(5,52,69,0.7) 40%,rgba(5,52,69,0.8) 50%,rgba(5,52,69,0.7) 60%,rgba(5,52,69,0) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(5,52,69,0) 0%,rgba(5,52,69,0.7) 40%,rgba(5,52,69,0.8) 50%,rgba(5,52,69,0.7) 60%,rgba(5,52,69,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00053445', endColorstr='#00053445',GradientType=1 ); /* IE6-9 */
}
#logo-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 226px;
    height: 160px;
    background: url(/images/hofman-panel.png) no-repeat;
}
#logo-text ul {
    display: none;
}
#slideshow {
    width: 960px;
    height: 260px;
}
/*
---------------------------------------------------------*/
.container {
    width: 960px;
    margin: 0 auto;
    padding-top: 350px;
}
/*
---------------------------------------------------------*/
#menu {
    position: relative;
	float: left;
	width: 230px;
}
#menu blockquote {
    position: relative;
	padding: 0;
	margin: 0 0 20px;
}
#loginbox {
    position: relative;
    margin: 20px 0;
}
#loginbox .login_submit {
    position: absolute;
    right: 0;
    top: 10px;
}
#loginbox .login_submit button {
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 0;
    color: #999;
    background: #20211c;
    border: 5px solid #2d4c5a;
    border-radius: 25px;
    font-size: 20px;
}
#loginbox .login_submit button:hover {
    color: #fff;
    background: #2d4c5a;
    border-color: #34C2D3;
}
#loginbox .login_inputs {
    background: #20211c;
    border-radius: 5px;
    padding: 10px;
    width: 185px;
}
#loginbox .login_inputs input {
    background: none;
    border: none;
    width: 160px;
    padding: 5px;
    color: #999;
}
#loginbox .login_inputs .divider {
    border-bottom: 1px solid #666;
}
#loginbox .login_links {
    margin: 10px 0;
    color: #fff;
}
#loginbox .login_links a {
    color: #fff;
    text-decoration: none;
}


/*
netsystem.e_comm_menu
*/
/* Áruház menü CSS */
.menu_ribbon {
    position: relative;
    width: 250px;
    height: 56px;
    background: url(/images/menu_ribbon.png) no-repeat;
    z-index: 99;
    top: 16px;
    left: -20px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255,255,255,.3);
}

ul#aruhaz_menu {
    margin: 0 0 50px 0;
    padding: 0;
    border: none;
    width: 230px; /*KHTML*/
    list-style: none;
    box-shadow: 0 0 5px rgba(0,0,0,.7);
    background: #15252b;
}
ul#aruhaz_menu ul {
    margin: 0;
    padding: 0;
    border: none;
    width: 230px; /*KHTML*/
    list-style: none;
}
ul#aruhaz_menu li {
    position: relative;
    padding: 0;
    background: #15252b;
}
/* 1 szint */
ul#aruhaz_menu li a,
ul#aruhaz_menu li span {
    display: block;
    position: relative;
    width: 250px;
    height: 56px;
    background: url(/images/menu_ribbon.png) no-repeat;
    z-index: 99;
    top: 0;
    left: -20px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255,255,255,.3);
    background: url(/images/menu_ribbon.png) no-repeat;
}
/* 1 szint hover */
ul#aruhaz_menu a:hover, ul#aruhaz_menu li:hover a, ul#aruhaz_menu li.iehover a {
}

/* alsóbb szint */
ul#aruhaz_menu li ul li { 
    display: block;
    position:relative;
    top: -16px;
    background: none; 
}
ul#aruhaz_menu li ul li a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px 10px;
    width: 210px;
    height: auto;
    background: #15252b;
    border-bottom: 1px solid #2b9088;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    text-shadow: none;
}

/* 2. szint */
ul#aruhaz_menu li:hover li a,
ul#aruhaz_menu li.iehover li a {
    color: #fff;
}
/* 2. szint hover */
ul#aruhaz_menu li:hover li a:hover,
ul#aruhaz_menu li:hover li:hover a,
ul#aruhaz_menu li.iehover li a:hover,
ul#aruhaz_menu li.iehover li.iehover a {
    color: #34C2D3;
}

/* 3. szint */
ul#aruhaz_menu li ul li ul li { 
    position:relative;
    top: 0;
}

/* 3. szint */
ul#aruhaz_menu li:hover li:hover li a,
ul#aruhaz_menu li.iehover li.iehover li a {
    color: #fff;
}
/* 3. szint hover */
ul#aruhaz_menu li:hover li:hover li a:hover,
ul#aruhaz_menu li:hover li:hover li:hover a,
ul#aruhaz_menu li.iehover li.iehover li a:hover,
ul#aruhaz_menu li.iehover li.iehover li.iehover a {
    color: #34C2D3;
}

/* 4. szint */
ul#aruhaz_menu li:hover li:hover li:hover li a,
ul#aruhaz_menu li.iehover li.iehover li.iehover li a {
    color: #fff;
}
/* 4. szint hover */
ul#aruhaz_menu li:hover li:hover li:hover li a:hover,
ul#aruhaz_menu li.iehover li.iehover li.iehover li a:hover {
    color: #34C2D3;
}

ul#aruhaz_menu ul {
    display: block;
    margin-bottom: 5px;
}
ul#aruhaz_menu ul ul,
ul#aruhaz_menu ul ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 230px;
    z-index: 9999;
    border: 1px solid #2b9088;
    border-bottom: none;
    box-shadow: 3px 3px 5px rgba(0,0,0,.5);
}

/* Ne tedd máshová - display:block előtt kell jönnie (Gecko) */
ul#aruhaz_menu li:hover ul ul,
ul#aruhaz_menu li:hover ul ul ul,
ul#aruhaz_menu li.iehover ul ul,
ul#aruhaz_menu li.iehover ul ul ul {
    display: none;
}
ul#aruhaz_menu li:hover ul,
ul#aruhaz_menu ul li:hover ul,
ul#aruhaz_menu ul ul li:hover ul,
ul#aruhaz_menu li.iehover ul,
ul#aruhaz_menu ul li.iehover ul,
ul#aruhaz_menu ul ul li.iehover ul {
    display: block;
}


/*
---------------------------------------------------------*/
#content {
	float: left;
	width: 720px;
}
#content blockquote {
	padding: 0;
	margin: 20px;
    line-height:1.5;
    color: #fff;
}
#content h1 {
	padding: 0;
	margin:0 0 .5em;
}
#content hr {
	border: 1px solid #066;
	border-top: 1px solid #2a4755;
	margin: 1em 0;
}

#content .text-box-title {
	padding: 10px 20px;
    background: #2d8c9b;
    background: rgba(52,194,211,.6);
    border: 1px solid #34c2d3;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(255,255,255,.3);
}

#content .text-box {
	padding: 20px;
    margin-bottom: 20px;
    background: #2c6270;
    background: rgba(52,194,211,.2);
    border: 1px solid #34c2d3;
    border-top: none;
    border-radius: 0 0 10px 10px;
}

#content fieldset {
	margin:10px;
	padding:10px;
	border:1px solid #ccc;
}
#content legend {
	font-weight: bolder;
}

#content .regisztracios_form p label {
	font-weight: bold;
}
#content .regisztracios_form p input {
}
#content .regisztracios_form p input.kotelezo {
}
#content .regisztracios_hiba {
	border: 1px solid #d00;
	background: #500;	
	color: #fff;
	font-weight: bolder;
	padding: 1em;
	margin: 1em;
}
#content .sikeres_regisztracio {
	border: 1px solid #080;
	background: #051;
	color: #fff;
	font-weight: bold;
	padding: 1em;
	margin: 1em;
}

#content .kotelezo {
	color: #f00;
}
.data-tbl {width:100%}
.data-tbl th {width:20%;text-align:left;}
/* Hírek, fórum, blog
---------------------------------------------------------*/
.article { }
.article_title { margin: 0; }
.article_title a { text-decoration: none; }
.article_datas { color: #666; }
.article_lead { }
.article_lead p { margin: 0; }

.article_details {}
.article_details .article_datas { margin-bottom: 1em; }
.article_details .article_lead { font-weight: bold; }
/*
---------------------------------------------------------*/
.tleiras {}
.tmegj { font-style: italic; margin-top: 1em; }

/* Fórum, blog
---------------------------------------------------------*/
.comment_form { background: #ddd; padding: 1em; margin: 1em 0; border-top: 1px solid #ccc; }
.comment_form h3 { margin: 0; }
.comment_form label { font-weight: bold; }
.comment_form textarea { width: 99%; height: 5em; }

.comments { }
.comments h4 { }
.comment { }
.comment hr { }
.comment_content { background: #ddd; padding: 1em; }
.comment_data { font-weight: bold; padding: .5em 1em; margin-bottom: 1em;
                background: url(/images/comment_bubble_corner.png) no-repeat 2em 0; }
/*
---------------------------------------------------------*/
#footer {
    clear: both;
    background: #2c5665;
    position: relative;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
}
#menulogo {
    position: absolute;
    width: 200px;
    height: 40px;
    top: -40px;
    background: #9c3;
    color: #333;
    text-align: center;
    line-height: 40px;
}
#footer blockquote {
    padding: 1em;
    margin: 0;
    color: #fff;
    text-align: center;
}

/* Galéria
---------------------------------------------------------*/
.gnev {}
.gleiras {}
.egykep {float:left;position:relative;border:1px solid #ccc;padding:5px;margin:5px;}
.egykep .kep {width:180px;height:180px;overflow:hidden;}
.egykep .kep a {text-decoration:none;}
.egykep .kepleiras {font-size:smaller;width:180px;height:30px;overflow:auto;}




/*
netsystem.menu.bottom
*/
/* Net-System menü CSS */
#menu_bottom { margin: 1em 0;}
#bottom_navmenu { margin: 0; padding: 0; border: none; list-style: none; }
#bottom_navmenu li { display: inline; }
#bottom_navmenu li a { padding: 0 .5em;	color: #FFF; text-decoration: none;	border-left: 1px solid #3AF; }
#bottom_navmenu li:first-child a { border: none; }
#bottom_navmenu li a:hover { }







/*
netsystem.e_comm_kosar
*/
.cart_gomb { }
.db_input {text-align:right;font-weight:bold;}
.termek_select {
    background:#def;
    border:1px solid #fff;
    border-left-color:#000;
    border-top-color:#000;
    padding:2px;
    font-size:.85em;
    font-weight:bold;
}
/* A menü kosár
---------------------------------------------------------*/
#minikosar_header {
    padding:5px;
    font-weight:bold;
    border:1px solid #000;
    background:#333;
    color:#fff;
}
#minikosar {
    margin-bottom:10px;
	padding:5px;
    border:1px solid #000;
	background:#eee;
    border-top:none;
	font-size:.85em;
}
#minikosar table {border-collapse:collapse;width:100%;}
#minikosar table td {padding:4px 2px;border-bottom:1px solid #ccc;}
.megrendelem {text-align:right;font-weight:bold;}
#menu_kosar_ossz {padding:5px 0;}
/* Kosár form
---------------------------------------------------------*/
#megrendelo_form {}
.termekek_tbl {border-collapse: collapse;width:100%;}
.termekek_tbl a {color:#fff;text-decoration:none;}
.termekek_tbl th,
.termekek_tbl td {border:1px solid #34c2d3;padding:5px;}
.termekek_tbl th {background:#011645;color:#fff;}
.termekek_tbl .sor1 td {background: #018b7c;}
.termekek_tbl .sor2 td {background: #006f62;}





/********* aMenu required ***********/
#top_navmenu {
	margin: 0 0 0 90px;
	padding: 0;
	position: absolute !important;
	z-index: 999;
}
#top_navmenu li {
	display: block;
	margin:0px;
	padding: 0px;
	position: relative !important;
	float: left;
	vertical-align: bottom;
}
* html #top_navmenu li {
	width: 1px;
}
#top_navmenu li a:link, 
#top_navmenu li a:visited, 
#top_navmenu li a:hover{
	display: block;
	margin:0px;
	padding: 0px;
	white-space: nowrap;
}
#top_navmenu ul {
	display: none;
	margin:0px;
	padding: 0px;
	position: absolute !important;
	height: auto;
}
#top_navmenu ul li {
	float: none;
	margin:0px;
	padding: 0px;
}
/******** aMenu look *******/
#menu_top {
    position: relative;
	height: 45px;
	background: url(/images/top_menu_bg.png) no-repeat;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
#menu_top .home_link {
    display: block;
    position: absolute;
    width: 90px;
    height: 45px;
    background: url(/images/home.png) no-repeat center;
}

#top_navmenu li {
	height: 45px;
}
#top_navmenu li.parent > a {
	/* background: url(/images/down_arrow.gif) no-repeat 92% 50%; */
}
#top_navmenu li a:link, #top_navmenu li a:visited {
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	color: #fff;
    font-weight:bold;
	padding: 0px 30px 0 10px;
    background: url(/images/top_btn_right.png) no-repeat right;
}
#top_navmenu li a:hover, #top_navmenu li a.active,
#top_navmenu li:hover a {
	color: #fff;
	background-color: #9C3;
    background: url(/images/top_btn_right_over.png) no-repeat right;
}
#top_navmenu li span {
    display: block;
    padding-left: 10px;
    margin-left: 10px;
    background: none;
}
#top_navmenu li:hover span {
    background: url(/images/top_btn_left_over.png) no-repeat left;
}

#top_navmenu ul {
	border-left: 1px solid #FFF;
}
#top_navmenu ul li {
	height: 30px;
	background-color: #48505b;
	border-bottom: 1px solid #FFF;
}
#top_navmenu ul li.parent > a {
	background: url(/images/right_arrow.gif) no-repeat 95% 50%;
}
#top_navmenu ul li a:link, #top_navmenu ul li a:visited {
	height: 30px;
	line-height: 30px;
	padding: 0px 45px 0px 20px;
	border-left: none;
	background-color: #15A;
    font-weight:normal;
}
#top_navmenu ul li a:hover, #top_navmenu ul li a.active {
	background-color: #D40;
	color: #fff;
}




a.termek-lista-doboz {
    display: table;
    
    background: #fff;
    border: 1px solid #34C2D3;
    color: #000000;
    float: left;
    height: 230px;
    margin: 5px;
    padding: 5px;
    width: 190px;
    text-decoration: none;
    border-radius: 10px;
}
a.termek-lista-doboz span.tr {
    display: table-row;
}
a.termek-lista-doboz span.termek-kep {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 100px;
    background: url(/images/nopic.png) no-repeat center center;
}
a.termek-lista-doboz span.termek-kep img {
    height: 100px;
    background: #fff;
    border: 2px solid #fff;
}
a.termek-lista-doboz span.termek-leiras {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}
a.termek-lista-doboz span.termek-nev {
    display: table-cell;
    text-align: center;
    font-weight: bold;
}
a.termek-lista-doboz span.termek-ar {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #018b7c;
}
a.termek-lista-doboz span.termek-elerheto-db {
    display: inline-block;
    font-size: 90%;
    color: #333;
}

.leptetok {
    margin: 1rem;
    padding: 0;
    text-align: center;
}
.leptetok a {
    display: inline-block; 
    width: 100px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    color: #fff;
    background-color: #018b7c;
    border: 1px solid #34C2D3;
    border-radius: 3px;
}
.leptetok a:hover {
    background-color: #011645;
    border-color: #fff;
}

.konyvjelzok {
    margin: 1rem;
    padding: 0;
    text-align: center;
}
.konyvjelzok a {
    display: inline-block; 
    width: 25px;
    margin:0 0 2px 2px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    color: #fff;
    background-color: #018b7c;
    border: 1px solid #34C2D3;
    border-radius: 3px;
}
.konyvjelzok a:hover {
    background-color: #011645;
    border-color: #fff;
}
.konyvjelzok a.akt {
    background-color: #fff;
    border-color: #fff;
    color: #011645;
}

.termek-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.termek-grid-item {
    display: block;
    padding: 1rem;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 1rem;
    transition: transform 300ms, box-shadow 250ms;
}
.termek-grid-item:hover {
    transform: scale(1.03);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .5);
    color: crimson;
}
.termek-grid-item img {
    max-width: 90%;
    max-height: 150px;
}
.termek-ar {
    color: #018b7c;
    font-weight: bold;
    font-size: 18px;
}

.energia {
    display: inline-grid;
    place-items: center;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    line-height: 1;
    background-color: #090;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
}

.energia-A {background-color: #090;}
.energia-B {background-color: #9c6;}
.energia-C {background-color: #ee0;}
.energia-D {background-color: #f90;}
.energia-E {background-color: #f00;}