      .heroTitles{
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size:45px;
        line-height:56px;
        color:white;
        letter-spacing:-0.002em;
      }
      
      .heroSubtitles{
        font-family: "Inter", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size:22.67px;
        line-height:31.4px;
        color:white;
      }
      
      
      
      .hero{
        display:flex;
        width:100%;
        height:865px;
        position:relative;
        padding:99px 20px 41px 20px;
        align-items:center;
        justify-content:center;
        background-color:black;
        position: relative;
      }

       .hero .fondo{
        display:flex;
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        background-color:black;
        z-index:1;
      }
      
      .hero .fondo video{
        object-position:center;
        object-fit:cover;
        width:100%;
        height:100%;
        opacity: 0.6;
      }

      
      .heroContainer{
        display:flex;
        flex-direction:column;
        width:100%;
        max-width:638px;
        text-align:center;
        align-items:center;
        justify-content:center;
        /*background-color:brown;*/
        gap:47px;
        z-index:2;
      }