.energy-block {
    background-color: #dceee8; /* verde claro de fondo */
    padding: 6rem 0;
    position: relative;
    font-family: 'Circular', sans-serif;
  }
  
  .energy-block .container {
    display: flex;
    align-items: center;
    justify-content: center;
    /*max-width: 1200px;*/
    margin: auto;
    position: relative;
    flex-wrap: wrap;
    right: -50px;
  }
  
.site-energystoragetom .VideoHomeEnergy, .site-energystorage .VideoHomeEnergy {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

  .image-wrapper {
    position: relative;
    flex: 1 1 50%;
    max-width: 50%;
    max-width: 70%;
    margin-left: -400px;
  }
  .VideoHomeEnergy .image-wrapper {
    margin-left: -200px;
  }
  
  .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .background-text {
    font-size: 180px;
    font-weight:300;
    /*margin: 0;*/
    font-family: "CircularBold", Arial, sans-serif;
    -webkit-text-stroke: 1px #099F7A;
    -webkit-text-fill-color: rgba(255, 255, 255, .5);
    line-height: 100px;
    position: absolute;
    bottom: -8%;
    left: 1rem;
    z-index: 2;
  }

  
  .content-box {
    background: white;
    padding: 5rem 7rem;
    flex: 1 1 33%;
    max-width: 33%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    z-index: 100;
    right: 50px;
    position: absolute;
  }
  
  .content-box h2 {
    color: #00C18A;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold !important;
    position:relative;
  }

  .content-box h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 25px;
    transform: translateX(-50%);
    width: 50px;
    height: 2px; /* Grosor de la línea */
    background-color: #00C18A; /* Color de la línea */
  }
  
  .content-box p {
    color: #22394A;
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  
.site-energystoragetom .content-box h2, .site-energystorage .content-box h2  {
    color: #00C18A;
    margin-bottom: 50px;
    padding-bottom: 30px;
    font-weight: bold;
  }

  .site-energystoragetom .content-box h2::after, .site-energystorage .content-box h2::after {
    height: 1px; /* Grosor de la línea */
    background-color: #00C18A; /* Color de la línea */
  }

  .video-button {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  
  .play-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #cfd3d6; /* gris claro */
    border: 6px solid #d7dbe0; /* borde exterior */
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
  }
  .play-btn:hover {
    background-color: #099F7A; /* verde claro */
  }
  .play-btn::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid #d7dbe0; /* borde exterior extra */
    border-radius: 50%;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
  }
  .play-icon {
    color: white;
    font-size: 10px;
    line-height: 1;
    margin-left: 4px; /* para centrar mejor el triángulo */
    pointer-events: none;
  }
  .play-text {
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #099F7A;
    font-weight: 600;
    text-decoration: none;
    font-family: "GT", Arial, sans-serif;
  }

  @media (max-width: 768px) {
    .background-text {
      bottom: -70px;
      left: 3rem;
      font-size: 5rem;
  }
  .VideoHomeEnergy .image-wrapper {
      margin-left: -200px;
  }
    .site-energystoragetom .VideoHomeEnergy, 
    .site-energystorage .VideoHomeEnergy {
    padding-top: 1rem;
    padding-bottom: 13rem;
    }
  }
  @media (max-width: 426px) {
    .VideoHomeEnergy .energy-block {
      padding-bottom: 13rem;
      padding-top: 0;
    }
    .VideoHomeEnergy .image-wrapper {
      max-width: 100%;
      margin-left: 0px;
    }
    .VideoHomeEnergy .background-text {
      z-index: 999999;
      bottom: -40px;
      left: 1rem;
      font-size: 4rem;
    }
    .VideoHomeEnergy .energy-block .content-box {
      max-width: 100%;
      top:200px
    }
    .VideoHomeEnergy .content-box {
      right: 0px;
    }

  }