/**
 * * Boostack: custom.css
 * * ========================================================================
 * * Copyright 2014-2023 Spagnolo Stefano
 * * Licensed under MIT (https://github.com/offmania9/Boostack/blob/master/LICENSE)
 * * ========================================================================
 * * @author Spagnolo Stefano <s.spagnolo@hotmail.it>
 * * @version 4.1
 * */
 @font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: local("Lato Hairline"), local("Lato-Hairline"), url("../fonts/lato/lato-v13-latin-100.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-100.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: local("Lato Light"), local("Lato-Light"), url("../fonts/lato/lato-v13-latin-300.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato/lato-v13-latin-regular.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url("../fonts/lato/lato-v13-latin-italic.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-italic.woff") format("woff");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato/lato-v13-latin-700.woff2") format("woff2"), url("../fonts/lato/lato-v13-latin-700.woff") format("woff");
}
.link-primary {
  color: #345166 !important;
}
.link-primary:hover {
  color: #cc9933 !important;
}
.link-primary.active {
  color: #cc9933 !important;
}

.btn-outline-primary {
  border-color: #345166;
  color: #345166;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: #345166 !important;
  border: 1px solid #cc9933 !important;
}

.btn-primary {
  background-color: #cc9933;
  border-color: #cc9933;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #345166 !important;
  border-color: #cc9933 !important;
}

.text-cdi-primary {
  color: #345166;
}

.text-cdi-secondary {
  color: #cc9933;
}

.bg-cdi-secondary {
  background-color: #cc9933;
}

.bg-cdi-primary {
  background-color: #345166;
}

body {
  font-family: "Lato";
  font-style: normal;
  background-color: #fff;
}

footer a {
  text-decoration: none;
  color: #000000;
}

.smallx2 {
  font-size: 0.785em;
}

.fontWeight600 {
  font-weight: 600;
}

.mainColorText {
  color: #345166;
}

.btn-success {
  background-image: #345166;
  color: #ffffff;
  border-color: #345166;
}
.btn-success:hover {
  border-color: #345166;
  background-image: #cc9933;
}

.mainColorBackground {
  background-color: #345166;
}

.line {
  background-color: #345166;
}

.btn-main {
  background-color: #345166 !important;
}

.line-gray {
  background-color: #f8f9fa;
}

b {
  font-weight: 400;
}

p {
  font-weight: 300;
}

a.standard-link {
  color: #345166 !important;
}
a.standard-link:hover, a.standard-link.active {
  color: #345166 !important;
}

#logo {
  transition: height 0.4s;
}

pre {
  border: 0;
  background-color: #fafafa;
}

.hideme_and_showonscroll {
  opacity: 0;
}

.fadeIn1 {
  animation-duration: 1.5s;
}

.fadeIn2 {
  animation-duration: 1.75s;
}

.fadeIn3 {
  animation-duration: 2s;
}

.fadeIn4 {
  animation-duration: 2.25s;
}

.fadeIn5 {
  animation-duration: 2.5s;
}

.fadeIn1, .fadeIn2, .fadeIn3, .fadeIn4, .fadeIn5 {
  -webkit-animation-fill-mode: both;
}
#values-history-banner {
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/img/pattern/ppt2-hr.png");
  animation: mymove 7s;
  animation-delay: 6s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes mymove {
  0% {
    background-image: url("/assets/img/pattern/ppt2-hr.png");
  }
  50% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  51% {
    background-image: url("/assets/img/pattern/ppt2-gold-hr.png");
  }
  100% {
    background-color: rgb(0, 0, 0);
  }
}/*# sourceMappingURL=style.css.map */

.item-description {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.item-description.opened {
  -webkit-line-clamp: unset;
}

.headerLogoMobile {
  max-height: 50px;
  max-width: 50px;
}