.elementor-7870 .elementor-element.elementor-element-f8b7ea3 .elementor-heading-title{font-size:35px;}.elementor-7870 .elementor-element.elementor-element-ca018e8 .widget-image-caption{text-align:center;color:#FFFFFF;}.elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(50px/2);}.elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(50px/2);}.elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(50px/2);margin-left:calc(50px/2);}.elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-50px/2);margin-left:calc(-50px/2);}body.rtl .elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-50px/2);}body:not(.rtl) .elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-50px/2);}.elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-icon{width:14px;}.elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-icon i{font-size:14px;}.elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-icon svg{--e-icon-list-icon-size:14px;}body:not(.rtl) .elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-text{padding-left:12px;}body.rtl .elementor-7870 .elementor-element.elementor-element-3bd9eb83 .elementor-icon-list-text{padding-right:12px;}.elementor-7870 .elementor-element.elementor-element-577d865a .elementor-author-box__avatar img{width:50px;height:50px;}body.rtl .elementor-7870 .elementor-element.elementor-element-577d865a.elementor-author-box--layout-image-left .elementor-author-box__avatar,
					 body:not(.rtl) .elementor-7870 .elementor-element.elementor-element-577d865a:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{margin-right:15px;margin-left:0;}body:not(.rtl) .elementor-7870 .elementor-element.elementor-element-577d865a.elementor-author-box--layout-image-right .elementor-author-box__avatar,
					 body.rtl .elementor-7870 .elementor-element.elementor-element-577d865a:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{margin-left:15px;margin-right:0;}.elementor-7870 .elementor-element.elementor-element-577d865a.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin-bottom:15px;}.elementor-7870 .elementor-element.elementor-element-577d865a .elementor-author-box__name{font-size:25px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-5b1fae4 */.container-boton-yt {
    text-align: center;
  }

  .btn {
    background-color: #FF0000; /* rojo YouTube */
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 50px;
    border: 2px solid white;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    transition: all 0.25s ease;
  }

  .btn:hover {
    background-color: #ffd758;
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2408f79 *//* Contenedor principal */
.container {
    display: flex;
    align-items: stretch; /* Asegura que los elementos tengan la misma altura */
    padding: 20px;
    max-width: 1000px;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden; /* Evita que se desborde el contenido */
  }
  
  .container h5 {
      color: #000034;
  }

  /* Contenedor de la imagen */
  .image-container {
    flex: 1;
    margin-right: 0; /* Elimina cualquier separación a la derecha */
  }

  .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Asegura que la imagen ocupe todo el contenedor */
    border-radius: 20px 0 0 20px; /* Bordes redondeados solo a la izquierda */
  }

  /* Contenedor de la tabla */
  .table-container {
    flex: 1;
    background-color: white;
    padding: 40px;
    border-radius: 0 20px 20px 0; /* Bordes redondeados solo a la derecha */
    display: flex;
    max-width: 48.5%;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6); /* Sombra para diferenciar del lado de la imagen */
  }

  .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-align: left;
  }

  .table {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
  }

  .row:last-child {
    border-bottom: none;
  }

  .category {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000034;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .value {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #777;
  }

  /* Iconos */
  .category i {
    color: #000034;
    font-size: 18px;
  }

  .pc {
    display: block;
}

.movil {
    display: none;
}

  /* Efectos responsivos */
  @media screen and (max-width: 768px) {
    .container {
      flex-direction: column;
      padding: 0;
    }
    .container h5 {
        font-size: 1em;
    }
    .image-container img {
      border-radius: 10px 10px 0 0;
    }
    .table-container {
      border-radius: 0 0 10px 10px;
      box-shadow: none;
      min-width: 100%;
    }
    .row {
      display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ccc;
    }
    .pc {
    display: none;
}

.movil {
    display: block;
}
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fdaaa2 */.stage {
        background: rgba(0, 0, 0, 0.6);
        padding: 15px 20px;
        margin: 15px auto;
        max-width: 600px;
        border-radius: 8px;
        box-shadow: 0 0 8px rgba(0,0,0,0.8);
        transition: background 0.3s ease;
    }
    .stage:hover {
        background: rgba(0, 0, 0, 0.8);
    }
    .stage h5 {
        color: #fff;
        border-bottom: 2px solid #2a5d84;
        padding-bottom: 5px;
        margin-top: 0;
        font-size: 1.3rem;
    }
    ul {
        list-style: none;
        padding-left: 0;
        margin-top: 10px;
    }
    ul li {
        padding: 6px 0;
        border-bottom: 1px solid #444;
        font-size: 1rem;
    }
    ul li:last-child {
        border-bottom: none;
    }

    /* Responsive */
    @media (max-width: 650px) {
        .stage {
            max-width: 90%;
            padding: 15px 15px;
        }
        .stage h5 {
            font-size: 1.1rem;
        }
        ul li {
            font-size: 0.9rem;
        }
    }/* End custom CSS */