h1 a:link,
h1 a:visited,
h1 a:hover {
  color: #99c455;
}

.btn-white {
  background-color: #fff;
}

.btn-white:hover {
  color: #99c455;
  background-color: #fff;
}
.btn-monitagro {
    color: #fff;
    background-color: #94372f;
    border-color: #94372f;
}

.btn-monitagro:hover {
    color: #fff;
    background-color: #94372f;
    border-color: #94372f;
}
.btn-check:focus + .btn-monitagro,
.btn-monitagro:focus {
    color: #fff;
    background-color: #94372f;
    border-color: #94372f;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:active + .btn-monitagro,
.btn-check:checked + .btn-monitagro,
.btn-monitagro.active,
.btn-monitagro:active,
.show > .btn-monitagro.dropdown-toggle {
    color: #fff;
    background-color: #94372f;
    border-color: #94372f;
}
.btn-check:active + .btn-monitagro:focus,
.btn-check:checked + .btn-monitagro:focus,
.btn-monitagro.active:focus,
.btn-monitagro:active:focus,
.show > .btn-monitagro.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-monitagro.disabled,
.btn-monitagro:disabled {
    color: #fff;
    background-color: #94372f;
    border-color: #94372f;
}

.btn-monitagro a:link,
.btn-monitagro a:visited,
.btn-monitagro a:hover {
  color: #fff;
}
  
.logo-aigae-footer {
  width: auto !important;
  height: 70px !important;
}

@media (max-width: 768px) {
  .featurette {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .bandiera-lingua img {
    width: auto;
    height: 17px;
  }

  .logo-aigae {
    text-align: center;
  }

  .logo-aigae img {
    margin-top: -7px;
    width: 88px;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .bandiera-lingua img {
    width: auto;
    height: 17px;
    text-align: center;
  }

  .logo-aigae {
    margin-left: 70px;
  }

  .logo-aigae img {
    margin-top: -7px;
    width: 88px;
    height: auto;
  }
}

.card-title {
  min-height: 50px;
}

.card-title a:link,
.card-title a:visited,
.card-title a:hover {
  color: #000;
}

@media (min-width: 768px) {
  .desktop-menu {
    margin-top: 13px;
    margin-left: 65px !important;
  }
}

.marketing .hp-highlight h2 {
  color: #94372f;
}

.marketing .hp-highlight h2 a:link,
.marketing .hp-highlight h2 a:visited {
  color: #94372f;
}

.marketing .hp-highlight h2 a:hover {
  color: #99c455;
}

.marketing .hp-highlight img {
  max-width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -khtml-radius: 5px;
  border-radius: 5px;
}

.scrollToTop {
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  display: none;
  background: #94372f url('../images/cd-top-arrow.svg') no-repeat center 50%;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  cursor: pointer;
  border-radius: 100px;
  z-index: 3;
}

.scrollToTop:hover {
  text-decoration: none;
}