/*

.body-frame7-eligecurso-summer {
    margin: 0;
    font-family: Arial, sans-serif;

    color: white;
    text-align: center;
    position: relative;
}

.section-fr7-ec-summer {
    padding: 120px 20px 40px;
    position: relative;
    z-index: 2;
}

.banner-fr7-ec-summer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;

}

.main-text-fr7-ec-summer {
    background-color: #FFA726;
    
    color: white;
    font-size: 48px;
    font-weight: bold;
    padding: 10px 30px;
    transform: rotate(-2deg);
    
    margin-bottom: 10px;
    z-index: 2;
}

.sub-text-fr7-ec-summer {
    background-color: #35C7E5;
  
    color: #ffffff;
 
    font-size: 24px;
    font-weight: bold;
    padding: 5px 20px;
    transform: rotate(1deg);
   
    z-index: 3;
}

.video-container-fr7-ec-summer {
    position: relative;
    padding-bottom: 30.25%;
    height: 0;
    overflow: hidden;
    max-width: 60%;
    background: #ccc;
    border-radius: 10px;
    margin: 20px auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    margin-top: -70px;
    z-index: 1;

}

.video-container-fr7-ec-summer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;


}


 === RESPONSIVE === 
    @media (max-width: 1024px) {
      .video-container-fr7-ec-summer {
        max-width: 90%;
        padding-bottom: 56.25%;
        margin-top: -2rem;
      }

      .main-text-fr7-ec-summer {
        font-size: 36px;
        padding: 10px 20px;
      }

      .sub-text-fr7-ec-summer {
        font-size: 20px;
        padding: 5px 15px;
      }

    }

    @media (max-width: 480px) {
      .section-fr7-ec-summer {
        padding: 80px 10px 30px;
      }

      .main-text-fr7-ec-summer {
        font-size: 28px;
        padding: 8px 16px;
      }

      .sub-text-fr7-ec-summer {
        font-size: 16px;
        padding: 4px 12px;
      }

      

      .video-container-fr7-ec-summer {
        max-width: 100%;
        padding-bottom: 56.25%;
        margin-top: -3rem;
      }
    }



    */