.nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.nav-link:focus, .nav-link:hover{
  background-color: #1f2732;
  color: #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 .nav-link{
  border:1px solid #1f2732;
  color: #42545e;
  padding: 10px 30px 10px 30px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-style-04 .steps-content {
  margin: 0px 25px 25px 25px !important;
}

.btn-style1{
  transition: all .5s ease;
}
.btn-style1.white-hover:hover, .btn-style1.white-hover:active, .btn-style1.white-hover:focus {
  border: 1px solid #144c7c;
}
div.video_contenedor {
  position: relative;
}
.innovacion{
  position: absolute;
  left: 49%;
  bottom: 3%;
  transform: translate(-50%, 1%);
  font-size: 30px;
}
@media(min-width:576px){
  .innovacion{
    left: 53%;
    bottom: 9%;
    transform: translate(-50%, -10%);
  }  
}
@media(min-width:768px){
  .innovacion{
    left: 53%;
    bottom: 30%;
    transform: translate(-50%, -10%);
  }  
}
@media(min-width:992px){
  .innovacion{
    left: 53%;
    bottom: 50%;
    transform: translate(-50%, -15%);
  }  
}
@media(min-width:1200px){
  .innovacion{
    bottom: 40%;
    transform: translate(-50%, -50%);
  }  
}

.whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  color: white;
}

.whatsapp-icon {
  margin-top: 13px;
  color: white;
}

