@media screen {

html {
  overflow-anchor: none;
}
	
body {
 	background:  url("back/back.webp") left top no-repeat fixed, 	url("back/tile.png") repeat fixed;
 	background-color: #dedede;
	margin: 0;
	 -webkit-user-select: none; /* Safari */
 	 -moz-user-select: none;    /* Firefox */
  	-ms-user-select: none;     /* IE 10+ */
  	user-select: none;         /* Standard */
}

* {
  box-sizing: border-box;
	}
#content {
	margin:  0 auto 4em;
	width: 1500px;
	max-width: 94%;
	color: #000000;
	background-color: #fff;
	padding: 0 1.5em 3em;
	border: 1px solid #660000;
	border-radius: 12px;
	border-top: none;
	font: normal 1.05em 'Times New Roman',Times, serif;
	box-shadow: 0 6px 20px rgba(0,0,0,.25);
	}
#home {
	position: absolute;
	top: 20px;
	right: 3%;
	padding: 0;
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: right;
	background-color: transparent; 	
	}
	
#home a {
	display: block;
	width: auto;
	font: normal 1.25em 'Times New Roman',Times,serif;
	padding:  3px 6px 4px;
	text-decoration: none; 
	text-align: left;
	color: #600;
	border: 1px solid #600;
	border-radius: 6px;
	background-color: #fafafa;
	}
	
#home a:hover {
	background:  #fffcf0;
	color: #000;
	}	
	
#home img {
	border: none;
	margin-bottom: -3px;
	margin-right: 6px;
	}
	
#title {
	margin: 1.5em auto .25em;
	padding: 5px;
	font: bold 2.5em 'Times New Roman',Times,serif;
	letter-spacing: 0.1em; 
	color: #600;
	text-shadow: .1em .1em .1em #fff;
	text-align: center;
	}
	
/* Main menu */
#navcontainer {
	padding-top: 10px;
	}
#navlist {
	padding: 16px 0 3px 5px;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	}
#navlist ul {
	list-style: none;
	padding:0;
	margin:0;
	} 

#navlist li {
	display: inline;
	}

#navlist li a {
	font: bold 1.125em 'Times New Roman',Times,serif;
	text-align: center;
	margin-left: 0;
	padding: 3px 0.6em;
	color: #555;
	background-color: #fafafa;
	border: 1px solid #333;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom: none;
	text-decoration: none;
	}

#navlist li a:hover {
	color: #600;
	background: #fff;
	border: 1px solid #600;
	border-bottom: none;
	margin-left: 0;
	margin-right: 0;
}	 
#navlist li a.crt {
	color: #600;
	background-color: #fffcf0; 
	border: 1px solid #600;
	border-bottom: 3px solid #fff;
	margin-left: 0;
	margin-right: 0;
	
}
	
#def {
	margin: 2em auto 1.25em;
 	padding: 0 0 2em 0;
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	background-color: transparent; 
	}
	
#def a {
	display: block;
	width: 18em;
	font: bold 1.25em 'Times New Roman',Times,serif;
	padding:  4px 0 4px 10px; 
	text-decoration: none; 
	text-align: left;
	color: #600;
	border: 1px solid #600;
	border-radius: 6px;
	background-color: #fffcf0;
	}
	
#def a:hover {
	background: #fff;
	color: #000;
	border: 1px solid #600;
	}	
	
#def img {
	border: none;
	margin-bottom: -2px;
	margin-right: .5em;
	}
	
		/* Bottom navigation */
	
#bottnav {
	padding: 0;
	margin: 30px 0px 6px;
	border: none;
	text-align: center;
	}
#bottnav ul {
	list-style: none;
	padding:0;
	margin:0;
	} 

#bottnav li {
	margin: 0;
	display: inline;
	}
#bottnav li a {
	font: bold 1.25em Georgia,'Times New Roman',Times, serif;
	text-decoration: none;
	border: none;
	color: #600;
	}

#bottnav li a.next {
	background: transparent url(images/arr.png) no-repeat top right;
	text-align: left;
	margin: 0 0 0 18px;
	padding: 3px 45px 6px 5px;
	width: auto;
	
	}

#bottnav li a.back {
	background: transparent url(images/arl.png) no-repeat top left;
	text-align: right;
	margin: 0 18px 0 0;
	padding: 3px 5px 6px 45px;
	width: auto;

	}
	
#bottnav li a.next:hover, #bottnav li a.back:hover,  #bottnav li a.top:hover {
	color: #000000;
	}

	/* Page menu */

#lmp {
	display: block;
	text-align: center;
	background-color: #fffcf0; 
	font: bold 1.125em 'Times New Roman',Times,serif;
	color: #600;
	border: 1px solid #660000;
	border-radius: 8px;
	margin: 5px 20px 20px 0;
	padding: 5px;
	float: left;
	}
#lmp ul {
	display: flex; 
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	list-style: none;
	padding:0;
	margin: 8px 0 4px;
	} 
#lmp li {
	margin: 2px 3px;
	display:block;
	}

#lmp li a {
	font: normal 1.05em 'Times New Roman',Times,serif;
	display: block; 
	padding: 3px 6px; 
	margin: 3px 5px; 
	border: 1px solid #600; 
	border-radius: 6px;
	text-decoration: none; background-color: #fff; 
	color: #000000;
	
	}

#lmp li a:hover {
	color: #600;
	background-color: #f9f9f9;
	}
	
#vrtJumpTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  color: #600;
  border: 2px solid #660000;
text-decoration: none;
  padding: 10px 12px;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99;
}
	
.cenred {
	font-family: Georgia,'Times New Roman',Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #B32835; 
	background-color: transparent;
	text-align: center;	
	}
	
div.cent {
		text-align: center;
		margin: 10px auto;
		border: none;
	}
.case {
	margin: 2em 10px;
	padding: 0px 20px;
	background-color: #fffcf0; 
	overflow: auto;
	border: 1px solid #660000;
	border-radius: 8px;
	box-shadow: 0 3px 20px rgba(0,0,0,.10);
	}
	
	.case em {
		color: #000000;
	}

.case h2{
	color: #600;
	font: bold 1.25em  'Times New Roman',Times, serif;
	background-color: transparent;
	text-indent: 1em;
	}
table.data{
	border-collapse: collapse; 
	margin: 1em auto;
	}
		
table.data td {
	border: 1px solid #660000; 
	padding: 8px 15px 8px 15px;
	}

ul.list {
	list-style: none;
	border-left: 1px solid #660000;	
	padding-left: 25px;
	} 

ul.list li{
	font: normal 1.25em 'Times New Roman',Times, serif;
	text-align: justify;
	color: #000000; 
	background-color: transparent;
	margin-bottom: 1.5em;
	} 
	
ul.lst {
	list-style-image: url(images/list.gif);
	}
	
ul.lst li{
	font: normal 1.25em 'Times New Roman',Times, serif;
	line-height: 1.4em;
	text-align: justify;
	color: #000000; 
	background-color: transparent;
	margin-bottom: 1em;
	} 



/* Links */
	
a.int {
	color: #600; 
	background-color: #fff;
	font: normal 1em Georgia,'Times New Roman',Times, serif;
	text-decoration: none;
	border: 1px solid #600;
	border-radius: 6px;
	padding: 1px 5px 3px;
	}

a.int:hover {
	color: #000; 
	background-color: #f9f9f9;
	}

a.int::after {
    content: "";
    display: inline-block;
	vertical-align: middle;
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.4em;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23600' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><line x1='5' y1='12' x2='19' y2='12'/><polyline points='12 5 19 12 12 19'/></svg>") no-repeat center;
    background-size: contain;
}
	
a.down {
	color: #600; 
	background: #fff;
	border: 1px solid #600;
	border-radius: 6px;
	font: normal 1em 'Times New Roman',Times, serif;
	text-decoration: none;
	padding: 1px 5px 3px;
	}
	
a.down:hover {
	color: #000; 
	background-color: #f9f9f9;
		}
	
a.down::after {
    content: "";
    display: inline-block;
	width: 0.9em;
    height: 0.9em;
    margin-left: 0.2em;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23600' stroke-width='2'><path stroke-linecap='round' stroke-linejoin='round' d='M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5M16.5 12 12 16.5m0 0L7.5 12m4.5 4.5V3'/></svg>") no-repeat center;
    background-size: contain;
} 
	
a.ext {
	color: #600; 
	background: #fff;
	border: 1px solid #600;
	border-radius: 6px;
	font: normal 1em 'Times New Roman',Times, serif;
	text-decoration: none;
	padding: 1px 5px 3px;
	}
a.ext:hover {
	color: #000; 
	background-color: #f9f9f9;
	}
	
	a.ext::after {
    content: "";
    display: inline-block;
	vertical-align: middle;
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.2em;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23600' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M7.5 7.5h9v9m0-9L7.5 16.5'/%3E%3C/svg%3E") no-repeat center;
        background-size: contain;
}
	
	

/* Horizontal lines */
hr {
	border: none;
	color: #660000;
	background-color: #660000;
	height: 1px;
	margin: 2em 5em;
	}
hr.sh {
	width: 200px;
	}

	
/* Text */

h1 {
	margin: 0 -24px 1em; 
	padding: 8px 0 4px; 
	text-align: center;
	background: #fffcf0; 
	color: #660000; 
	letter-spacing: 0.25em; 
	font: bold 1.4em 'Times New Roman',Times,serif;
	border-top: none;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	}
h2 {
	margin: 2em -24px 1.5em; 
	padding: 8px 0 4px; 
	text-align: center;
	background: #fffcf0; 
	color: #660000; 
	letter-spacing: 0.25em; 
	font: bold 1.25em 'Times New Roman',Times,serif;
	border-top: none;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	}
	
	h3 {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.25em;
	font-weight: bold; 
	color: #600;
	line-height: 1.6em;
	text-indent: 30px;
	}
	
p {
	font: normal 1.25em 'Times New Roman',Times, serif;
	color: #000; 
	background-color: transparent;
	text-indent: 1em;
	text-align: justify;	
	}
.cen {
	font: normal 1.05em 'Times New Roman',Times,serif;
	color: #660000; background-color: transparent;
	text-align: center;	
	}
.center {
	text-align: center;
	}

.pbrw {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	}

strong {
	font-size: inherit;
	color: #660000;
	font-weight: normal;
	}
	
em {
	font: italic 1em 'Times New Roman',Times,serif;
		color: #1255BD;
	}
.laur {
	font-family: 'Times New Roman',Times, serif;
	font-size: 1em;
	color: #600;
	font-weight: bold;
}
.black {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1em;
	color: Black;
	font-weight: bold;
	}
.case p {
	color: #000;
	font: normal 1.25em  'Times New Roman',Times, serif;
	background-color: transparent;
	line-height: 1.25em;
	text-indent: 0;
	text-align: justify;
	}
	
.case strong {
	font-family: 'Times New Roman', Times, serif;
	font-size: inherit;
	font-weight: normal;
	color: #C80000;
	}
	
.case h3 {
	text-indent: 0;
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.325em;
	font-weight: bold; 
	letter-spacing: 0.1em;
	color: #600;
	}
	
/* Images */
	
.imgbrd {
margin: 5px 10px 5px 10px;
border: 1px solid #660000;
	}
	
img.rght { 
	float: right;
	margin: 5px 0px 10px 25px;
	border: 1px solid #660000;
	}
	
img.lft { 
	float: left;
margin: 5px 25px 10px 0px;
border: 1px solid #660000;
	}
	
	img.sigla { 
	float: left;
margin: 0px 15px 0px 30px;
border: none;
	}
	
img.vin { 
	float: left;
	margin: 0px 25px 10px 0px;
	border: none;
	}

}

@media print {
body { display: none; }
}

@media screen and (max-width: 901px) {
	
body {
	background: #cdcdcd url("back/bktel.webp") right top no-repeat fixed;
	}
  #content {
	 max-width: 100%;
   	 margin: 0 0 5.5em;
	padding: 0 1em;
	border: 1px solid #660000;
	  border-radius: 0;
  }
  #copy {
	display: none;
	visibility: hidden;
  }
#home {
	position: relative;
	margin: .5em auto 2.5em;
	padding: 0;
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: left;
	background-color: transparent; 	
	}
	#home a {
		margin: 0 auto 0;
		padding: 4px 10px 4px 6px;
		
	}
	
  /* Main menu */
	
#navcontainer {
	padding-top: .5em;
	margin: auto;
	}
#navlist {
	padding: 0px;
	margin: 15px 10px 20px;
	border: none;
	background-color: transparent;
	}
#navlist ul {
	list-style: none;
	padding:0;
	margin:0;
		} 

#navlist li {
	margin-bottom: .75em;
	display: flex;
  flex-wrap: wrap;
	flex-direction: column;
		}


#navlist li a {
	width: 40%;
	min-width: 160px;
	font: bold 1.125em 'Times New Roman',Times,serif;
	padding: 3px 6px;
	color: #555;
	background-color: #f1f1f1;
	border: 1px solid #555;
	border-radius: 8px;
	text-decoration: none;
	text-align: left;
	}
#navlist li a:hover {
	border-bottom: 1px solid #600;
	}	 

#navlist li a.crt {
	width: 45%;
	min-width: 180px;
	margin-left: 1.5em;
	text-align: right;
	color: #600;
	background: #fff;
	border: 2px solid #600;	
	}
	
	#navlist a.crt::after {
    content: "";
    display: inline-block;
	vertical-align: middle;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
   background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23600' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><line x1='12' y1='5' x2='12' y2='19'/><polyline points='5 12 12 19 19 12'/></svg>") no-repeat center;
    background-size: contain;
}
	
#def {
		flex-direction: column;
	gap: 12px;
	}
	
#def a {
	width: 90%;
	margin: .625em auto;
	}
	
	#lmp {
	width: 90%;
	margin: 8px auto;
	float: none;
	padding: 10px;
	}
	
	
	#lmp li {
	margin: 5px;
	display:block;
	}

  #title {
	margin: 0;
	padding: 3px 0 2px;
	font-family: 'Times New Roman',Times, serif;
	font-size: 2em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 4px 4px 16px #000;
	}
h1 {
	margin: 0 -16px 1em; 
	padding: 2px 0; 
	text-align: center;
	background: #fff; 
	color: #660000; 
	font: bold 1.25em 'Times New Roman',Times,serif;
	border-bottom: 2px solid #660000;
	border-radius: 0;
	}
h2 {
	margin: 1em -16px 1em; 
	padding: 2px 0; 
	text-align: center;
	background: #fff; 
	color: #660000; 
	font: bold 1.125em 'Times New Roman',Times,serif;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	}
	
h3 {
	font-size: 1.125em;
	line-height: 1.2em;
	text-indent: 1em;
	}
	
	img.rght, img.imgbrd, img.lft  {
	float: none;
	margin: 10px auto;
	min-width: 100%;
	}
	
ul.lst li{
		margin-left: -.5em;
	}
	
img {
	width: auto;
	max-width: 100%;
	height: auto;
	}	
#bottnav li {
	display: block;
	margin-bottom: 1em;
	}
}
