*{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
}

body, html {
      height: 100%;
      font-family:  sans-serif;
}

.video-background {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      z-index: -1;
    }

    .video-background video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #7ec2d5; /* opacidad */
      z-index: 0;
      background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    }


    .content {
      position: relative;
      z-index: 1;
      height: 100vh;
      align-items: anchor-center;
      text-align: left;
      display: flex;
      
      
    }
    .content img{
      max-width: 200px;
    }

    .content h1 {
      color: #fff;
      font-size: 2.5rem;
      font-weight: 700;
      text-transform: uppercase;
    }
    .tamanoMaximo{
      max-width: 300px !important;
    }
    .Partes{
      display: flex;
      width: 100%;
      justify-content: space-between;
    }
    .parteUno{
      padding-left: 3rem;
      align-items: center;
      align-content: center;
    }
    .ParteDos{
      text-align: center;
      width: 50%;
    }
    .globoTema{
      max-width: 500px !important;
    }