#top {
  position: relative;
}
#top img {
  width: 100%;
}
#top .top-hero {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: white;
  font-size: 50px;
}
#top .top-hero h2 {
  font-size: 3rem;
}
#top .top-hero p {
  font-size: 18px;
}
#applications .col-lg-4 {
  padding: 0;
}
#applications img {
  width: 100%;
}
#applications .img-cubo:hover .div-img {
  opacity: 0.5;
}
#applications .img-cubo:hover .texto-hidden {
  opacity: 100;
}
#applications .texto-flotante {
  position: absolute;
  top: 50%;
  color: white;
  transform: translate(20%, -45%);
  width: 70%;
  text-align: center;
}
#applications .texto-flotante .texto-hidden {
  transition: ease-in-out 0.3s all;
  opacity: 0;
}
#applications .texto-flotante .title {
  font-size: 30px;
  font-weight: bold;
}
#applications .texto-flotante .products-text {
  font-size: 15px;
}
#applications .texto-flotante .div-link a {
  color: white;
  font-size: 1.5rem;
  justify-content: center;
}
#applications .texto-flotante .div-link a:hover {
  text-decoration: none;
}
#applications .texto-flotante .div-link a:hover span {
  text-decoration: underline;
}
@media (max-width: 1260px) {
  #top .top-hero {
    top: 50%;
  }
  #top .top-hero h2 {
    font-size: 2rem;
  }
  #top .top-hero p {
    font-size: 15px;
  }
  #applications .texto-flotante {
    transform: translate(20%, -40%);
  }
  #applications .texto-flotante .div-link a {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .navbar {
    top: 0;
  }
  #top img {
    height: 260px;
  }
  #top .top-hero {
    top: 50%;
  }
  #top .top-hero h2 {
    font-size: 2rem;
  }
  #top .top-hero p {
    font-size: 15px;
  }
  #applications .texto-flotante {
    transform: translate(20%, -40%);
  }
  #applications .texto-flotante .title {
    font-size: 20px;
  }
  #applications .texto-flotante .div-link a {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar {
    top: 0;
  }
  #top {
    margin-top: 103px;
  }
  #top img {
    height: 230px;
  }
  #top .top-hero {
    top: 50%;
  }
  #top .top-hero h2 {
    font-size: 2rem;
  }
  #top .top-hero p {
    font-size: 15px;
  }
  #applications .texto-flotante {
    transform: translate(20%, -42%);
  }
  #applications .texto-flotante .title {
    font-size: 15px;
  }
  #applications .texto-flotante .products-text {
    font-size: 11px;
  }
  #applications .texto-flotante .div-link a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .navbar {
    top: 0;
  }
  #top {
    margin-top: 103px;
  }
  #top img {
    height: 200px;
  }
  #top .top-hero {
    top: 50%;
  }
  #top .top-hero h2 {
    font-size: 2rem;
  }
  #top .top-hero p {
    font-size: 15px;
  }
}
@media (max-width: 590px) {
  .navbar {
    top: 0;
  }
  .navbar .navbar-brand img {
    width: 80%;
  }
  #top {
    margin-top: 88px;
  }
  #top img {
    height: 150px;
  }
  #top .top-hero {
    top: 50%;
  }
  #top .top-hero h2 {
    font-size: 2rem;
  }
  #top .top-hero p {
    font-size: 15px;
  }
}
