.footer {
    background-color: #FFC200;
    color: #0D1E3A;
}

.white {
    color: #fff;
}

a.nostyle {
    color: #0D1E3A;
    text-decoration: none;
}

a.nostyle-white {
    color: #fff;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #0D1E3A;
}

.body-header .navbar-nav a.nav-link {
    color: #0D1E3A;
    font-size: 1rem;
    text-decoration: none;
    transition: all 500ms;
}

.body-header .navbar-nav a.nav-link:hover,
.body-header .navbar-nav a.nav-link:focus,
.body-header .navbar-nav a.nav-link.active {
    color: #FFC200;
}

.body-header .navbar .navbar-toggler:focus {
    box-shadow: none;
}

.body-header .navbar .navbar-toggler,
.body-header .navbar .navbar-toggler .navbar-toggler-icon,
.body-header .navbar-dark .navbar-toggler,
.body-header .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-color: white;
    color: #0D1E3A;
    border-color: #0D1E3A;
}
.body-header .navbar-dark .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(13, 30, 58, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.footer .sponsor-logo {
    height: 75px;
}

.footer .secondary-sponsor-logo {
    height: 60px;
}

@media (max-width: 660px) {
    .footer .sponsor-logo {
        height: 60px;
    }

    .footer .secondary-sponsor-logo {
        height: 45px;
    }
}

.company-phone::before {
    content: '613 084 440';
}

.email-hidden .email-hidden-username::after {
    content: '@';
}

@keyframes infinite-carousel {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.collaborators {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.collaborators:hover .collaborators-slide.collaborators-on {
  animation-play-state: paused;
}

.collaborators-slide {
  display: inline-block;
  animation: 35s infinite-carousel infinite linear;
  animation-play-state: paused;
  cursor: pointer;
}
.collaborators-slide.collaborators-on {
    animation-play-state: running;
}

.collaborators-slide img {
  height: 50px;
  margin: 0 25px;
}

.web-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    font-size: 2.5rem;
    background-color: #25D366;
    color: white;
    padding: 12px;
    border-radius: 36px;
    width: 64px;
    height: 64px;
}

.web-whatsapp:hover,
.web-whatsapp:focus {
    color: white;
}