body {
  font-family: Arial !important;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}

ul.timeline:before {
    content: ' ';
    background: #0d6efd;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline > li {
    margin: 25px 0;
    padding-left: 20px;
}

ul.timeline > li:before {
    content: ' ';
    background: #0d6efd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #0d6efd;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.image_box {
  cursor: pointer;
}

.image-container {
  position: relative;
  text-align: left;
  color: white;
}

.tabround {
  border-radius: 5px;
}

.alert-green {
  padding: 20px;
  background-color: #1cc88a;
  color: white;
  margin-bottom: 15px;
}

.alert-orange {
  padding: 20px;
  background-color: #e6a365;
  color: white;
  margin-bottom: 15px;
}

.alert-purple {
  padding: 20px;
  background-color: #c465e6;
  color: white;
  margin-bottom: 15px;
}

.alert-blue {
  padding: 20px;
  background-color: #4e73df;
  color: white;
  margin-bottom: 15px;
}

.alert-yellow {
  padding: 20px;
  background-color: #c5c25d;
  color: white;
  margin-bottom: 15px;
}

.alert-red {
  padding: 20px;
  background-color: #e74a3b;
  color: white;
  margin-bottom: 15px;
}

.alert-cyan {
  padding: 20px;
  background-color: #5dc2c5;
  color: white;
  margin-bottom: 15px;
}

.alert-pink {
  padding: 20px;
  background-color: #c55db7;
  color: white;
  margin-bottom: 15px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

@media (max-width: 800px) {
  .image_text {
    color: #f2f2f2;
    background-color: rgba(0,0,0,0.5);
    font-size: 0.5em;
    padding: 5px 10px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .visitor_counter_float_right {
    z-index: 100;
    position: fixed;
    top: 50px;
    right: 0;
  }

  .wa_siaga_float_right {
    z-index: 100;
    position: fixed;
    bottom: 75px;
    right: 3px;
  }

  .wa_siaga_float_right:hover {
    transform: scale(1.1)
  }
}

@media (min-width: 801px) {
  .image_text {
    color: #f2f2f2;
    background-color: rgba(0,0,0,0.5);
    font-size: 0.6em;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .visitor_counter_float_right {
    z-index: 100;
    position: fixed;
    top: 50px;
    right: 0;
  }

  .wa_siaga_float_right {
    z-index: 100;
    position: fixed;
    bottom: 75px;
    right: 3px;
  }

  .wa_siaga_float_right:hover {
    transform: scale(1.1)
  }
}

@media (min-width: 1200px) {
  .image_text {
    color: #f2f2f2;
    background-color: rgba(0,0,0,0.5);
    font-size: 0.7em;
    padding: 5px 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .visitor_counter_float_right {
    z-index: 100;
    position: fixed;
    top: 80px;
    right: 0;
  }

  .wa_siaga_float_right {
    z-index: 100;
    position: fixed;
    bottom: 75px;
    right: 3px;
  }

  .wa_siaga_float_right:hover {
    transform: scale(1.1)
  }
}
