body {

  background-image: url(/assets/banners/bg.jpg);
  background-repeat: no-repeat;
  background-color: #000;
  background-size: 100% 100vh;
}

* {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

*,
*:focus {
  outline: none !important;
}

/*begin loading*/
.hidden {
  display: none !important;
}

.lds-ring {
  background-color: black !Important;
  padding: 4px !Important;
  border-radius: 15px !Important;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  align-self: center;
  margin: 6px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  margin: 4 px;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*end loading*/

a {
  color: #0098E5;
}

.link-color {
  color: #FFFFFF;
}

.link-color-site {
  color: #F71E2E;
}

.bg-custom-primary {
  background: #b80000;
  background: linear-gradient(0deg, #2b2b2b 0%, #000000 100%);
}

.bg-custom-secondary {
  background: linear-gradient(0deg, #b80000 0%, #ff5800 100%);
  background-color: #60001c;
}

.bg-custom-secondary:hover {
  background: linear-gradient(0deg, #6c0000 0%, #fc4300 100%);
  background-color: #fc0000;
}

.bg-custom-secondary-mobile {
  background: red;
}

.my-075 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.header-login-input {
  width: 150px !important;
  text-align: center;
  height: 57px;
  background-color: #ECECEC;
  border-radius: 2px;
  color: black;
  border: 1px solid #D2D2D2;
  font-size: 12px;
  margin-right: 4px;
}

.header-wrong-password {
  width: 200px;
  height: 35px;
  background-color: white;
  position: absolute;
  top: 90px;
  z-index: 2;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  transition: 1s;
  -moz-transition: 1s;
  opacity: 0;
}

.header-wrong-password small {
  font-weight: bold;
  align-self: center;
}

.header-wrong-password:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white;
  position: absolute;
  right: 0;
  bottom: 25px;
}

.opacity-1 {
  opacity: 1;
}

.mobile-login-input::placeholder,
.header-login-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #909090;
  opacity: 1;
  /* Firefox */
}

.navbar {
  height: 90px;
  border-bottom: 2px solid #75000b;
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.mobile-login-input {
  width: 100%;
  text-align: center;
  height: 50px;
  background-color: #ECECEC;
  border-radius: 2px;
  color: black;
  border: 1px solid #D2D2D2;
  font-size: 12px;
  margin-bottom: 1rem;
}

.mobile-login-button {
  width: 100%;
  font-weight: 600;
  height: 50px;
}

.main-logo {
  /* width: 200px} */
  width: 80px;

  .text-custom-secondary {
    color: #0098E5;
  }

  .fw-boldest {
    font-weight: 600 !important;
  }

  .fs-sm-7 {
    font-size: 0.8rem;
  }

  .icon-circle-container {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 1rem;
    display: flex;
    justify-content: center;
  }

  .icon-large {
    font-size: 2.5rem;
  }

  .icon-med {
    font-size: 2rem;
  }

  .text-white::before {
    color: white !important;
  }

  .text-custom-secondary,
  text-custom-secondary::before {
    color: #0098E5;
  }

  .carousel-control-next {
    right: 15px;
  }

  .carousel-control-prev {
    left: 15px;
  }

  .carousel-control-prev {
    justify-content: start;
  }

  .carousel-control-next {
    justify-content: flex-end;
  }

  #topBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 100px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #b9b6b6;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 2px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
  }

  #topBtn:hover {
    background-color: #02081D;
    /* Add a dark-grey background on hover */
  }

  .chat-bubble {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #02081D;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 2px;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #1416199e;
  }

  .banner-inferior {
    margin-left: 50%;
  }

  @media (max-width: 992px) {
    .fs-sm-7 {
      font-size: 0.75rem !important;
    }
  }



  .col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .center-block {
    float: none;
  }

  .container {
    max-width: 1140px;
  }
}