
  .inicio-section {
    background: url('./imgs/bgTrailer.jpg') no-repeat center center/cover;
    height: 50vh;
    position: relative;
  }

  .inicio-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Oscurece la imagen para mejorar la legibilidad */
  }

  .inicio-section .container {
    position: relative;
    z-index: 1;
  }

  .btn-verMas {
    display: none;
  }

.social-icons a{
  text-decoration: none;
}
