.text-platzi {
    color: #97c93e !important;
  }
  
  #header img {
    width: 80px;
  }
  
  #main .carousel-inner img {
    max-height: 70vh;
    object-fit: cover;
    filter: grayscale(70%);
  }
  
  #carousel {
    position: relative;
    
    opacity :10s ease;
  }
  
  #carousel .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    color: white;
  }
  
  #carousel .overlay .container,
  #carousel .overlay .row {
    height: 100%;
  }
  
  .overlay {
    z-index: 2;
  }
  
  .btn-platzi {
    background-color: #97c93e;
    color: white;
  }
  
  .btn-platzi:hover {
    background-color: #82ad36;
    color: white;
  }
  
  .badge-platzi {
    background-color: #97c93e;
    color: white;
  }
  
  #place-time {
    background-color: #343a40;
    color: white;
  }
  
  #place-time img {
    max-width: 100%;
  }
  
  #footer {
   background: linear-gradient(90deg,#1c3643,#273b47 25%,#1e5372); 
  }
  
  #footer a {
    color: white;
  }

 /*btn flotante*/
 .burbuja-chat {
  height: 115px !important;
  position: absolute !important;
  z-index: 200;
  bottom: -18px;
  right: 77px;
}

.btn-wsp {
  position: fixed;
  width: 70px;
  height: 70px;
  line-height: 86px;
  bottom: 30px;
  right: 30px;
  background: #0EC244;
  color: aliceblue;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0px 1px 10px rgba(red, green, blue, alpha);
  z-index: 100;
  margin: 0.8rem!important;

}

.btn-wsp:hover {
  text-decoration: none;
  color: seagreen;
  background: rgb(255, 254, 255); 
}
.m-2{
  margin: 0.8rem!important;
}