/* Tags HTML */

body, div, table, ul, ol, p, img, form, h1, h2, h3 {
	margin:0px;
}

body {
	color:#333333;
	font-family:verdana, tahoma;
	font-size:12px;
	margin:12px;
}

body.if_principal {
	background-color:#CCCCCC;
	background-image: url(../img/fundo_conteudo_iframe.gif);
	background-repeat: repeat;
	margin:0px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}
.mkt-arts-menu{
	background: #848484;
	padding: 4px 0;
	border-radius: 10px;
	overflow: hidden;
	min-height: 140px;
}

.mkt-arts-menu tr td{
}

.mkt-arts-menu tr td a{
	color: white;
	font-size: 11px;
	text-decoration: none;
	font-weight: lighter;
	display: inline-block;
	width: 100%;
	padding: 4px 14px;
    box-sizing: border-box;
}

.mkt-arts-menu .active{
	background: #9c9c9c;
}

.mkt-arts-menu tr:hover{
	background: #b4b4b4;
}

a {
	color:#660000;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:underline;
}

h1 {
	font-size:22px;
	font-weight:normal;
	letter-spacing:1px;
	margin-bottom:14px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}

p {
	font-size:11px;
	line-height:15px;
	margin-bottom:9px;
}

/* TABLES */

#tbl-principal {
	color:#333333;
	font-family:verdana, tahoma;
	font-size:12px;
	
	width:700px;
}

#tbl-principal td.topo {
	height:140px;
	padding:0px 0px 10px 0px;
}

#tbl-principal td.conteudo {
	background:#ccc url(../img/fundo_conteudo_top.gif) no-repeat left top;
	
	padding:20px 20px 25px 30px;
}

#tbl-principal td.rodape {
	font-size:9px;
	height:30px;
	line-height:14px;
	padding:8px 0px 0px 0px;
}
/* MENU */
.mktart-item td a:hover{
	background: white;
}

/* DIVs  */

#conteudo {
	display:block;
	padding:0px 20px 5px 0px;
}

/* Form */


form {
	display:inline;
	font-family:verdana;
	font-size:11px;
}

form input.text {
	border:1px solid #999999;
	color:#000000;
	font-family:verdana;
	font-size:11px;
	height:20px;
	padding:2px 0px 0px 2px;
}

form select.text {
	border:1px solid #999999;
	color:#000000;
	font-family:verdana;
	font-size:11px;
	height:20px;
	padding:2px 0px 0px 2px;
}

form textarea.text {
	border:1px solid #999999;
	font-family:verdana;
	font-size:11px;
	height:90px;
	padding:2px 0px 0px 2px;
}


form input.chk {
	border:0px;
	display:inline;
	vertical-align:middle;
	width:16px;
}

form input.rdo {
	border:0px;
	display:inline;
	vertical-align:middle;
	width:16px;
}

form input.btn {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:auto;
}

.banner{
	
}

.row {
	display: flex;
	gap: 20px;
}

.col {
}
.col-auto {
	flex: 1;
}

.video-ratio-16-9 {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.video-ratio-16-9 iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}

.social-links {
	display: flex;
	text-align: left;
	gap: 1rem;
	> a {
		display: block;
	}
	& img {
		width: 30px;
		height: auto;
	}
}

.text-xs {
	font-size: .8em;
}
.text-sm {
	font-size: .9em;
}
.text-lg {
	font-size: 1.3em;
}
.text-xl {
	font-size: 1.5em;
}

.list-featured {
	font-size: 1.2em;
	padding-left: 0;
	margin: 1.6em 0;
	&
	li {
    margin: .3em 0;
}
}

@media all and (min-width: 900px){
	.social-links {
		position: fixed;
		left: calc(50vw - 410px);
		top: 10rem;
		flex-direction: column;
		> a {
		}
		& img {
		}
	}
}