:root {
    --cor-fundo: rgb(19, 103, 158);
    --cor-hover: rgb(118, 180, 145);
    --cor-primaria: rgb(231, 241, 236);
    --cor-cinza: rgb(94, 117, 136);
    --corred : red;
}

.dp-menu ul {
    list-style-type: none;
    padding: 0;
}

.dp-menu ul {
    background-color: var(--cor-cinza);
}

.dp-menu ul li {
    display: inline;
    position: relative;
}

.dp-menu ul li a {
    color: var(--cor-primaria);
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    transition: background .3s;
}

.dp-menu ul li a:hover {
    background-color: var(--cor-hover);
}

/*sub menu*/
.dp-menu ul ul {
    display: none;
    left: 0;
    position: absolute;
}

.dp-menu ul li:hover ul {
    display: block;
}

.dp-menu ul ul {
    width: 300px
}

/*
.dp-menu ul ul li a {
    height: 5px;
}
*/

.dp-menu ul ul li a {
    display: block;
    line-height: 4px;
}

/* ----- Link de email -----*/
.link-email ul li {
    list-style-type: none;
    text-decoration: none;
}

.aaa input {
    background-color: #0066A2;
	background: #0066A2;
	color: rgb(245, 244, 250);
	border-style: outset;
	border-color: #0066A2;
    border-radius: 5px;
	height: 30px;
	width: 100px;
	font: bold20px arial,sans-serif;
	text-shadow: none;
}

.aaa input {
    background-color: #0066A2;
	background: #0066A2;
	color: rgb(245, 244, 250);
	border-style: outset;
	border-color: #0066A2;
    border-radius: 5px;
	height: 30px;
	width: 70px;
	font: bold20px arial,sans-serif;
	text-shadow: none;
}


.bbb button {
    background-color: #00a256;
	background: #e69010;
	color: rgb(245, 244, 250);
	border-style: outset;
	border-color: #0066A2;
    border-radius: 5px;
	height: 30px;
	width: 70px;
	font: bold20px arial,sans-serif;
	text-shadow: none;
}

.div-menu {
    /*background-color: red;*/
    width: 420px;
    margin: 150px auto 0px auto;
}

.tb-conslac {
    width: 800px;
    border-width: 30px;
    border-style: solid;
    border-color:  blue;
}

.tb-maiusculo input {
    text-transform: uppercase;
}

.tb-table{
    border-collapse: collapse;
    border: 1px solid #0a0a0a;
} 

.tb-table-cab {
    background-color: #009688;
    height: 15px;
    color: #fff;
    font-size: 18px;
    text-align: center;
   }

.tb-table-cab2 {
    background-color: #009688;
    height: 15px;
    color: #fff;
    font-size: 18px;
   }

.tb-table-cabR {
    height: 15px;
    color: #050505;
    font-size: 18px;
    text-align: center;
   }