/*
@media (max-width: 900px){
.et_pb_text_inner{
    margin-top: -10%;
}
}


@media (max-width: 900px){
    .column{
        
  display:none;
    }
    }

    @media (max-width: 900px){
      .et_pb_row{
        width: 100%; 
    
      }
      } 
  */

  .rectangulo-titulo-naranjo-educativo{
    width: 9px;
    height: 20px;
    background-color: #f67e62;
    display: inline-block;
    margin-left: -19%;
  }

  @media (max-width: 768px) {
   span#educativo.rectangulo-titulo-naranjo-educativo{
      margin-left: 0%;
    }
  }


  #column-noticias{
    float: left; 
    width: 65%; 
    border-right: solid; 
    border-right-width: 1px; 
    padding-right: 15px; 
    border-color: #E5E5E5; 

  }
  @media (max-width: 768px) {
    #column-izquierda {
      display: none;
    }
  }

  @media (max-width: 768px) {
    .grafico-xtb {
      width: 100%;
     
    }
  }
  @media (max-width: 768px) {
    #column-noticias {
      width: 100%;
    }
  }
   
  #mobile-chart {
    display: none;
  }

  #tabla-mobile{
    display: none;
  }

  /*mostrar y ocultar tablas*/

  @media (max-width: 768px) {
    #tabla-desktop {
      display: none;
    }
  
    #tabla-mobile{
      display: block;
      margin-bottom: 30px;
    }
  }


  @media (max-width: 900px){
    .enlace-xtb{
        
    border: 1px solid red;
    padding: 55px;
    margin-bottom: 42%;
    margin-left: 10%;
    margin-right: 10%;
     
    }
    }
  
  /* Mostrar el gráfico móvil y ocultar el de escritorio en pantallas pequeñas */
  @media (max-width: 768px) {
    #desktop-chart {
      display: none;
    }
  
    #mobile-chart {
      display: block;
    }
  }

    
 /* Ajuste de iframe para pantallas móviles */
 @media (max-width: 768px) {
  .contenedor-mobile {
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
      box-sizing: border-box !important;
  }

  #mobile-chart {
      width: 100% !important;
      height: 500px !important;
      margin: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      box-sizing: border-box !important;
      overflow: hidden !important;
  }
}

/* Ajuste de iframe para pantallas muy pequeñas */
@media (max-width: 480px) {
  #mobile-chart {
      height: 300px !important;
  }
}

/* Ajuste general de los contenedores padres */
@media (max-width: 768px){
.grafico-xtb, .et_pb_row_4_mobile, .et_pb_section_4_mobile {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}
}



@media (max-width: 768px){
  .descripcion-grafico {
    font-family: Open Sans;
    margin-left: 10%;
    margin-right: 10%;
  }
  }

  @media (max-width: 768px){
    .et_pb_text_inner_mobile
     {
      position: relative;
      margin-left: 10%;
      line-height: 20px;
    }
    }
 
      
  
 