/* Carousel styling */
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: 100vh;
}

.carousel-item:nth-child(1) {
  background-image: url('/static/index/img/1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(2) {
  background-image: url('/static/index/img/2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(3) {
  background-image: url('/static/index/img/3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.navbar .nav-link {
  color: #fff !important;
}

/*Custom*/

.btn-flotante-logo {
  font-size: 20px;
  color: #ffffff;
  background-color: transparent;
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 99999;
}

.btn-flotante-login {
  font-size: 20px;
  color: #ffffff;
  border-radius: 100%;
  background-color: transparent;
  padding: 18px 22px 18px 22px;
  border: 2px solid #ffffff;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 99999;
}

.btn-flotante-login:hover {
  color: #ffffff;
  background-color: #45f3ff;
}

.footer-nav {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 99999;
}

.footer-nav .nav-item {
  list-style: none;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.footer-nav .nav-item:last-child {
  border-bottom: 2px solid #ffffff;
}
.footer-nav .nav-item:hover {
  color: #ffffff;
  background-color: #45f3ff;
}
.footer-nav .nav-item .nav-link{
  color: #ffffff;  
}

@font-face {
  font-family: 'fontello';
  src: url('../../fontello/logo/fontello.eot?86780363');
  src: url('../../fontello/logo/fontello.eot?86780363#iefix') format('embedded-opentype'),
      url('../../fontello/logo/fontello.woff?86780363') format('woff'),
      url('../../fontello/logo/fontello.ttf?86780363') format('truetype'),
      url('../../fontello/logo/fontello.svg?86780363#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.tooltip-custom:before {
  border-left: 20px solid #45f3ff;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  top: 28%;
  margin-left: 133px;
  position: absolute;
  width: 0;
}

.tooltip-custom {
  background-color: #45f3ff;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  position: absolute;
  top: 30px;
  right: 110px;
  z-index: 99999;
}