@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400&display=swap');

/* - base - */
body{cursor: crosshair;color: #4C4C4C;margin:0px;padding:0px;font-family:'Open Sans',sans-serif;font-size:11pt;text-align:left;}
h1, h2, h3{color:black;}
h1{font-size: 1.5em}
h2{font-size: 1.3em}
h3{font-size: 1.1em}
p{padding-top:0.5em}
.container{margin-right:0;margin-left:0;}
.row {margin-right:0px;margin-left:0px;}
a:hover {
    cursor: crosshair;
}
/* - base - */

/* - nav - */
.topnav {position:fixed;z-index:9;background-color:rgba(255,255,255,0.9);}
.topnav #myLinks {display:none;z-index:10;}
.topnav a.icon {display:block;position:fixed;z-index:11;left:0;top:0;font-size:1.8em;padding:0.5em 0.8em 0.5em 0.8em}
.topnav a,.topnav input{
color: #4C4C4C;
background: none;
padding: 14px 14px;
text-decoration:none;
font-size:1em;
display:inline-block;
border:none;
}
.topnav a.icon {color:black}
.topnav a:hover,.topnav input:hover{background:black;color:white}
.topnav h1{padding:0 1em 0 3.5em}
.topnav h2{padding:0 1em 0 1em}
/* - nav - */

/* - container - */
.descr{text-align:center;margin-bottom:50px}
.gap{height:5em}
.img-responsive {margin:15px auto;padding:0}
.bn, .container-fluid{margin:0;padding:0}
img.bn {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);}
img.bn:hover {-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);}
/* - container - */

/* - footer - */
.back,.top{
	position:fixed;
	z-index:20;
	opacity:0.7;
	color:black;
	padding: 20px 20px;
	font-size:20px;
}

#forma {
	position:fixed;
	z-index:20;
	opacity:0.3;
	width:2.7em!important;
	height:auto;
}

.back:hover,.top:hover,#forma:hover{opacity:1}
.back{right:60px;bottom:10px}
.top{right:20px;bottom:10px}
#forma{left:20px;bottom:30px}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0;
    padding-left: 0;
}

.expos{list-style:none;}
.expos li a{font-family:'Open Sans',sans-serif;font-size:11pt;line-height:1.5em;text-align:left;color:black;text-decoration:none;}
.expos li{min-height:25px;height:1.7em;}
.expos li:hover{font-weight:bolder;font-size:11.2pt}
/* --- */

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }