/* ================================
   VIDEO BANNER
================================ */

.aag-video-banner {
  width: 100%;
  background: #e9e9e9;
  padding: 14px 20px;
  margin: 0 !important;
}

/* CONTENEDOR INTERNO */
.aag-video-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

/* LADO IZQUIERDO */
.aag-video-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ICONO YOUTUBE */
.aag-youtube-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 32px;
  background: #ff0000;
  border-radius: 8px;
}

.aag-youtube-icon svg {
  display: block;
  transform: translateX(1px);
}

/* TEXTO */
.aag-video-text {
  font-family: 'CSBoline-Regular', serif;
  font-size: 22px;
  color: #003f52;
}

/* BOTÓN */
.aag-video-btn {
  background: #ff3b2f;
  color: #fff;
  padding: 10px 22px;
  border-radius: 25px;
  font-family: 'CSBoline-Regular', serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.aag-video-btn:hover {
  opacity: 0.9;
}

/* ================================
   FIX DIVI (CLAVE 🔥)
================================ */

/* Quita padding de la sección */
.et_pb_section:has(.aag-video-banner) {
  padding: 0 !important;
  margin: 0 !important;
}

/* Quita padding del row */
.et_pb_row:has(.aag-video-banner) {
  padding: 0 !important;
  margin: 0 auto !important;
}

/* Quita espacio del módulo */
.et_pb_code_inner {
  margin: 0 !important;
  padding: 0 !important;
}

/* ================================
   HERO FIX (MUY IMPORTANTE)
================================ */

/* Quita espacio inferior del hero */
.et_pb_section:first-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
  
.aag-video-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: -1px !important;
  margin-bottom: 0 !important;
}

.aag-video-section .et_pb_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.aag-video-section .et_pb_module,
.aag-video-section .et_pb_code,
.aag-video-section .et_pb_code_inner {
  margin: 0 !important;
  padding: 0 !important;
}

.aag-video-banner {
  margin: 0 !important;
  padding: 14px 20px !important;
}