/* PÍSMO */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.5;
}
p {
    text-align: justify;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
.tooltip .tooltip-text {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 75%;
}
.navigation ul.nav a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
/* Keyboard focus */
*:focus {outline: 0;}

/* BARVY */
body {
    color: #1C1F21;
    background-color: #F0F4FC;
}
*::selection {
    background-color: #282973;
    color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    color: #282973;
}
.tooltip {
  border-bottom: 1px dotted black;
}
.tooltip .tooltip-text {
  background-color: #282973;
  color: #fff;
}
header .navigation.fix.top {
    background: #ffffff;
    box-shadow: 0px 4.5px 34.5px 0px rgb(50 50 50 / 30%);
}
.navigation a {color: #1C1F21}
.navigation .nav>li>a:hover, .navigation .nav>li>a:active {
    color: #282973;
    background-color: #BCBEC4;
}
.header {
/*
    background-image: url(../assets/images/web/homeimg.jpg);
    background-repeat: no-repeat;
    background-position: 0% top;
    background-size: cover;
    background-attachment: scroll;
*/
    background-color: #1C1F21;
}
.slideshow-container .prev, .slideshow-container .next {
    color: #ffffff;
    transition: 1.5s ease;
}
.slideshow-container .prev:hover, .slideshow-container .next:hover {
    background-color: rgba(28, 31, 33, 0.6);
    color: #FFCC5C;
}
.slideshow-container .dots .dot {
    background-color: #1C1F21;
    opacity: 60%;
    transition: background-color 0.6s ease;
}
.slideshow-container .dot.active, .slideshow-container .dot:hover {
  background-color: #FFCC5C;
}
.b {color: #000000}
.w {color: #FFFFFF}
.banner_text {
    text-align: center;
    display: block; 
	width: 90%; 
	margin: auto;
}
.banner_text>.title {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: block;
}
.banner_text>.subtitle {
    font-family: 'Montserrat', sans-serif;
    text-transform: none;
    font-size: 120%;
    display:block; 
}


footer {
    background-color: #1C1F21;
    color: #9A9CA3;
    box-shadow: 0px -4.5px 4.5px 0px rgb(50 50 50 / 30%);
    line-height: 1.2;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: #ffffff;
    text-transform: none
}
footer a, footer a:link, footer a:hover, footer a:active, footer a:visited {
    color: #FFCC5C;
}
footer a:hover {
    text-decoration: underline;
}
footer .nav a {
    color: inherit;
}
footer .nav a:hover {
    color: #FFCC5C;
}
table.download a:hover {
    color: #FFCC5C;
  }

.infocard.background {
    background-color: #ffffff;
    box-shadow: 0px 4.5px 3px 0px rgb(50 50 50 / 10%);
}
.infocard .icon {
    background-color: #282973;
    color: #ffffff;
    box-shadow: 3px 3px 3px 0px rgb(50 50 50 / 10%);
}
.socials .icon {
    background-color: transparent;
    color: inherit;
}

.portrait {
    background-color: #FFCC5C;
    color: #ffffff;
}










.navigation .nav-toggle {
    position: relative;
    float: right;
    padding: 3px 0px;
    margin: 9px 0px;
    background-color: transparent;
    border: 1px solid transparent;
}
header .logo img {
    max-height: 48px;
}
footer .logo img {
    max-height: 30px;
}
.slideshow-base {
    height: 600px;
    max-height: 60vh;
    min-height: 300px;
}
.slideshow-container .prev, .slideshow-container .next {
    margin-top: 0px;
    padding: 6px;
    font-size: 1.5em;
}
.slideshow-container .prev {
    border-radius: 0 6px 6px 0;
}
.slideshow-container .next {
  border-radius: 6px 0 0 6px;
}
.slideshow-container div.dots {
    padding: 15px;
}
.slideshow-container .dot {
  height: 9px;
  width: 9px;
  margin: 0 6px;
  border-radius: 50%;
}
footer {
    margin-top: 60px;
    padding: 15px 0px;
    min-height: 9em;
}

h2 {
    margin-top: 90px;
}
h3 {
    margin-top: 60px;
}

