body {
  background: #333;
  color: #fff; }

.navbar {
  border-bottom: #008ed6 1px solid;
  opacity: 0.9; }

#BtnUp {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* 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: black; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 24px; /* Increase font size */
    opacity: 0.8;
}

#BtnUp:hover {
    background-color: #555; /* Add a dark-grey background on hover */
} 

nav .navbar-nav li a{
  color: white !important;
  }

nav .navbar-nav li a:hover {
  color: #008ed6 !important;
  }

.info-window {
    color: #000;
    opacity: 0.8;
    }

#home-section {
  background: url("../img/planeta.jpg") no-repeat;
  min-height: 700px;
  background-size: cover;
  background-attachment: fixed; }
  #home-section .dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px; }
  #home-section .home-inner {
    padding-top: 150px; }
  #home-section .card-form {
    opacity: 0.8; }
  #home-section .fa {
    color: #008ed6;
    /* background: #fff; */
    padding: 4px;
    border-radius: 5px;
    font-size: 60px; }

#remote-support-head-section {
  color: #000; }
  #remote-support-head-section .home-inner {
    padding-top: 75px; }

#remote-support-section {
  color: #fff; }
  #remote-support-section .fa {
    color: #008ed6; 
    background: #fff; 
    padding: 4px;
    border-radius: 5px;
    font-size: 30px; }

#contact-head-section {
  color: #fff; }
  #contact-head-section .home-inner {
    padding-top: 75px; }

#contact-section .fa, #share-section .fa {
  color: #008ed6;
  background: #fff;
  padding: 4px;
  border-radius: 5px;
  font-size: 30px; }

.footer {
    border-top: #008ed6 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;	}
	
#navbarFooter {
  border-bottom: none; }
 
#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

/* Slideshow container */
.slideshow-container {
 /* position: relative; */
/*  background: #f1f1f1f1; */
}

/* Slides */
.mySlides {
  display: none;
  padding-left: 80px;
  padding-right: 80px;
/*  text-align: center; */
  transition: 0.6s ease-in-out left;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(255,255,255,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;

}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #008ed6;
}
