html, body {
    margin: 0;
    padding: 0;
    font-family: htds-regular, sans-serif;
    background-color: #fff;
    color: #333;
  }

  .main {
    display: flex;
    gap: 30px;
    height: 100vh;
    overflow: hidden;
  }

  .header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
  .section-title {
    margin: 0;
  }
  .award-logo {
    height: 80px;
    width: auto;
    margin-right: 5px;
  }

  .section-format {
    padding-top: 40px;
    margin-right: 30px;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .section-format::-webkit-scrollbar {
    display: none;
  }

  .contendor-img {
    width: 100%;
    overflow: hidden;
  }
  .contenedor-img {
    width: 100%;
    overflow: hidden;
    display: flex;
    gap: 1%;
  }
  .contenedor-img img {
    width: 49.5%;
    height: 400px;
    max-height: 60vh;
    object-fit: cover;
  }
  p {
    font-family: htds-regular;
    line-height: 1.6;
  }

  .video-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    margin-left: 30px;
  }

  .video-player {
    width: auto;
    height: 100%;
    display: block;
  }

  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
  }

  .video-container:hover .video-overlay {
    opacity: 1;
  }

  .video-overlay.show {
    opacity: 1;
  }

  .pause-button {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 10;
    opacity: 0;
  }

  .pause-button:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
    background: rgba(255, 255, 255, 1);
  }

  .video-container:hover .pause-button {
    opacity: 1;
  }

  .pause-button:active {
    transform: scale(0.95);
    transition: all 0.1s ease;
  }

  .pause-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
  }

  .pause-bar {
    width: 4px;
    height: 24px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .pause-button:hover .pause-bar {
    background: #2B4B8C;
    height: 28px;
  }

  .pause-button.playing .pause-icon {
    gap: 0;
  }

  .pause-button.playing .pause-bar:first-child {
    width: 0;
    height: 0;
    border-left: 16px solid #333;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    background: transparent;
    border-radius: 0;
    margin-left: 4px;
  }

  .pause-button.playing .pause-bar:last-child {
    display: none;
  }

  .pause-button.playing:hover .pause-bar:first-child {
    border-left-color: #2B4B8C;
  }

  .video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .video-container:hover .video-controls {
    opacity: 1;
  }

  .video-controls.show {
    opacity: 1;
  }

  .control-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: white;
  }

  .control-button:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
  }

  .progress-bar {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
  }

  .progress-fill {
    height: 100%;
    background: #2B4B8C;
    width: 0%;
    transition: width 0.1s ease;
  }

  .time-display {
    color: white;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
  }

  .volume-control {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .volume-slider {
    width: 80px;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    cursor: pointer;
    position: relative;
  }

  .volume-fill {
    height: 100%;
    background: #2B4B8C;
    width: 100%;
    border-radius: 2px;
  }

  .play-indicator {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-family: htds-regular;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .play-indicator.show {
    opacity: 1;
  }

/* ========== RESPONSIVE DESIGN ========== */

/* Tablets en horizontal y pantallas medianas (hasta 1024px) */
@media (max-width: 1024px) {
  .main {
    flex-direction: column;
    height: auto;
    gap: 20px;
  }

  .video-container {
    margin-left: 0;
    width: 100%;
    height: 50vh;
    min-height: 300px;
  }

  .video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .section-format {
    padding: 20px;
    margin-right: 0;
    overflow-y: auto;
    max-height: none;
  }

  .award-logo {
    height: 60px;
  }

  .contenedor-img img {
    height: 300px;
  }
}

/* Tablets en vertical (hasta 768px) */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .award-logo {
    height: 50px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .video-container {
    height: 40vh;
    min-height: 250px;
  }

  .contenedor-img {
    flex-direction: column;
    gap: 10px;
  }

  .contenedor-img img {
    width: 100%;
    height: 250px;
  }

  .pause-button {
    width: 70px;
    height: 70px;
  }

  .video-controls {
    padding: 15px 10px;
    gap: 10px;
  }

  .time-display {
    font-size: 12px;
    min-width: 70px;
  }

  .volume-slider {
    width: 60px;
  }

  .control-button {
    width: 35px;
    height: 35px;
  }
}

/* Móviles (hasta 600px) */
@media (max-width: 600px) {
  .section-format {
    padding: 15px;
  }

  .section-title {
    font-size: 1.3rem;
  }

  .award-logo {
    height: 40px;
  }

  .video-container {
    height: 60vh;
    min-height: 200px;
  }

  p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .pause-button {
    width: 60px;
    height: 60px;
  }
  
  .pause-bar {
    width: 3px;
    height: 18px;
  }
  
  .pause-button.playing .pause-bar:first-child {
    border-left-width: 12px;
    border-top-width: 9px;
    border-bottom-width: 9px;
  }

  .video-controls {
    padding: 10px 8px;
    gap: 8px;
  }

  .control-button {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .time-display {
    font-size: 11px;
    min-width: 60px;
  }

  .volume-control {
    gap: 5px;
  }

  .volume-slider {
    width: 50px;
  }

  .play-indicator {
    top: 10px;
    right: 10px;
    font-size: 10px;
    padding: 6px 10px;
  }

  .contenedor-img img {
    height: 200px;
  }
}

/* Móviles pequeños (hasta 400px) */
@media (max-width: 400px) {
  .section-format {
    padding: 10px;
  }

  .section-title {
    font-size: 1.2rem;
  }

  .video-container {
    height: 40vh;
    min-height: 180px;
  }

  p {
    font-size: 0.9rem;
  }

  .pause-button {
    width: 50px;
    height: 50px;
  }

  .pause-bar {
    width: 2.5px;
    height: 16px;
  }

  .video-controls {
    gap: 5px;
    padding: 8px 5px;
  }

  .control-button {
    width: 28px;
    height: 28px;
  }

  .time-display {
    display: none;
  }

  .volume-control {
    display: none;
  }

  .contenedor-img img {
    height: 180px;
  }
}

/* Landscape móvil */
@media (max-height: 500px) and (orientation: landscape) {
  .main {
    flex-direction: row;
  }

  .video-container {
    height: 100vh;
    width: 60%;
  }

  .section-format {
    width: 40%;
    height: 100vh;
  }
}